* {
  margin:0;
  padding:0;
}
body {
  background: linear-gradient(to top,#F7931E,#F49D47,#F2C9A5,#FFFFFF 95%);
  background-size:500%;
     
}
.content {
  max-width: 1300px;
  margin:0 auto;
  font-size:2.5em;
}

h1 {
  color:black;
  text-align: left;
  margin: 0.25em auto;
  font-size:1.3em;
}

.btn {
    display: inline-block;
    background-color:orange;
    padding: 10px 20px;
    color: black;
    text-decoration: none;
    font-size: 23px;
    border-radius:12px;
}

.btn1 {
    display: inline-block;
    background-color:orange;
    padding: 10px 20px;
	margin-top: 20px;
    color: black;
    text-decoration: none;
    font-size: 13px;
    border-radius:8px;
}



.btn1:hover {
    background-color:#E2C139;
}

.btn:hover {
    background-color:#E2C139;
}
    
}

.cssFont_1 {
    margin-left: 36px;
font-family: 'Oswald', sans-serif;

letter-spacing: 0px;
word-spacing: 0px;
color: #000000;
font-weight: bold;
text-decoration: none;
font-style: italic;
font-variant: normal;
text-transform: none;
}
    

#content {
  margin: 0 auto;
  
  padding: 0;
  text-align: center;
}
.logoo {
	padding-top: 50px;
	padding-bottom: 22px;
  
  display: flex;
    justify-content: center;
    width: 300px;

}
.contact {
    padding-top:10;
}



header {
	

  
  border-radius: .5em;
  margin: 0.5em auto;
  
  padding: 0.25em;
	justify-content: center;
    width: 300px;
}

img{
    
  width: 98.5%; 
  
      
}


.info-lateral{
    max-width: 100%;
    margin-left: 1%;
	margin-right: 1%;
    font-family: Arial, sans-serif;
	padding:18px;
	background-color:#fff;
	border-radius:6px;
}

.acordeon{
    background-color:#f39c12;
    color:#fff;
    cursor:pointer;
    padding:12px;
    width:100%;
    border:none;
    text-align:left;
    font-weight:bold;
    margin-top:5px;
    border-radius:6px;
}

.acordeon:hover{
    background-color:#e67e22;
}

.panel{
    padding:10px;
    background:#FFF5E3;
    display:none;
    border-radius:6px;
    margin-bottom:5px;
}

span{
	font-size:10px;
padding-top:66px;
	margin-top: 25px;
}
p{
  font-size:12px;
	text-align: justify;
}

h6{
text-align: left;
	color: #e67e22;
	padding-top: 16px;
	padding-bottom: 16px;
	}


 .imgg {
            
            max-width: 100%;
            height: auto;
          }

.banner-container {
   
    background-repeat: no-repeat;
    min-height: 875px;
    background-size: cover;
    
}

#principal,
aside {
  
  border-radius: .5em;
  display: inline-block;

  margin: 0 auto;
  min-height: 200px;
  padding: .25em 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-bottom: 30px;
}
article {
  
  background-color: #ebc555;
  border-radius: .5em;
  min-height: 440px;
  margin:0 1em;
}
aside {
  margin-top:0.5em;
  padding-top: 15px;
}



/* TARJETAS */
.card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.card h3 {
  color: #f57c00;
  margin-bottom: 10px;
}

/* VIDEO FULL WIDTH */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  border-radius: 10px;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}










footer {
	  
 position:absolute;
	
    left: 0;
    right: 0;
    background: #111;
    height: auto;
    width: 100vw;
    font-family: "Open Sans";
    padding-top: 30px;
    color: #fff;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 20px;
    font-size: 14px;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 1.5rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
}
.socials a i{
    font-size: 1.1rem;
    transition: color .4s ease;

}
.socials a:hover i{
    color: coral;
}

.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 12px 0;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}

/* MEDIA QUERY */
@media screen and (min-width: 64em) {
  h1 {
    font-size:2em;
  }
  #principal {
    width: 60%;
  }
  aside {
    width: 39%;
    margin-top:0;
  }
	
	
	
		
}
