* {
  margin:0;
  padding:0;
}
body {
  font-size:62.5%;
  background:#ffc402;
  color:white;
  font-family: Helvetica;
  margin:0 50;
}
.content {
  max-width: 1300px;
	
  margin:0 auto;

  font-size:2.5em;
	
	
}

/*nuevo */
.parri{
	
	margin-bottom: 25px;
	
}


.iframe-container iframe {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 50%;
        }


/*nuevo */


h1 {
  color:black;
  text-align: left;
  margin: 0.25em auto;
  font-size:2.5em;
}
header, 
nav {

  
  border-radius: .5em;
  margin: 0.5em auto;
  
  padding: 0.25em;
  text-align: center;
}




  .btn {
    display: inline-block;
    background-color:orange;
    padding: 10px 20px;
    color: black;
    text-decoration: none;
    font-size: 23px;
    border-radius:12px;
}

.btn:hover {
    background-color:#E2C139;
}
  

.btn1 {
    display: inline-block;
    background-color:orange;
    padding: 10px 20px;
	margin-top: 20px;
    color: black;
    text-decoration: none;
    font-size: 13px;
    border-radius:8px;
}


h6{
text-align: left;
	color: #e67e22;
	padding-top: 16px;
	padding-bottom: 16px;
	}


/* 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;
}




.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; */
  /*	 margin-bottom: 40px;*/
  background-color: white;
	
  
  padding: 0;
  text-align: center;
}

 .imgg {
            
            max-width: 100%;
            height: auto;
          }

.banner-container {
   /* background-image: url(../images/bg.jpg);*/
    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%;
}
article {
  
  background-color: #ebc555;
  border-radius: .5em;
  min-height: 440px;
  margin:0 1em;
}
aside {
  margin-top:0.5em;
	
}

/* MEDIA QUERY */
@media screen and (min-width: 64em) {
  h1 {
    font-size:2em;
  }
  #principal {
    width: 72%;
  }
  aside {
    width: 27%;
    margin-top:0;
  }
}
