  /*ESTILOS GENERALES*/

*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  font-family: 'Anonymous Pro';
  font-style: normal;
  color: #FFFFFF;
}

.contenedor{
  width: auto;
  margin: 0 auto;
  background-color: #000000;
}

/*HEADER*/
.header .contenedor{
  font-size: 14px;
  background-color: #000000;
  overflow: hidden;
}

.header .contenedor .topnav {
  background-color: black;
  overflow: hidden;
}

.header .contenedor .topnav a{
float: left;
text-align: center;
text-decoration: none;
color: #FFFFFF;
padding: 20px 30px;
font-size: 20px;
}

.header .contenedor .topnav a:hover {
  color: #FEC500;
}

.header .contenedor .topnav a.active{
  color: #32b5cd;
}

.header .contenedor .topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

<script>
function myFunction() {
  var x = document.getElementById("Menu");
  if (x.className === "topnav") {
    x.className += " responsive";
  } else {
    x.className = "topnav";
  }
}
</script>


/*INDEX*/

/*MAIN*/

/*Banner*/

.main .banner{
  padding: 0;
}
.main .banner .contenedor .banner-principal{
  width: 100%;
}
.main .banner .contenedor .banner-principal img{
  width: 100%;
  height: auto;
}

/*BLOG*/
/*Secciones nones*/
.responsive {
  width: 100%;
  height: auto;
}

p{
  font-family: 'Anonymous Pro';
}
h3{
  font-family: 'Koulen';
  font-size: 25px;
}
.blog .contenedor{
  width: auto;
  padding: 0% 0% 0% 10%;
  overflow: hidden;
  background-color: #FFFFFF;
  background-size: contain;
}

.blog .contenedor a{
  color:black;
  font-family: 'Anonymous Pro';
  text-decoration: none;
  display: inline-block;
}
.blog .contenedor h2{
  color:#ff433e;
  font-size:5vw;
  font-family: 'Koulen';
  text-align: left;
  line-height: 1.0;
}
.blog .contenedor p{
  font-size: 18px;
  font-family: 'Anonymous Pro';
  color: black;
}
/*Secciones nones*/

.blog .contenedor .secciones .texto{
  float: left;
  text-align: justify;
  width: 50%;
  line-height: 2.0;
}
.blog .contenedor .secciones .aside{
  float: right;
  width: 45%;
}

.blog .contenedor .secciones .aside img{
  height: 100%;

}

/*Secciones pares*/

.blog .contenedor-par{
  background: #000000;
  padding: 60px;
  overflow: hidden;
}
.blog .contenedor-par p{
  font-family: 'Anonymous Pro';
  font-size: 18px;
}
.blog .contenedor-par h2{
  font-size:80px;
  font-family: 'Koulen';
  text-align: center;
}
.blog .contenedor-par a{
  color:#d8d5d5;
  font-family: 'Anonymous Pro', cursive;
}

.blog .contenedor-par .secciones .texto{
  text-align: right;
  float: left;
  color: #ffffff;
  width: 40%;
  margin: 10px;
  line-height: 2.0;
}

.blog .contenedor-par .secciones .widget .youtube-embed{
  float: left;
  align-content: right;
  width: 50%;
  margin: 10px;
}

.blog .contenedor-par .secciones .aside{
  float: right;
  align-content: center;
  width: 40%;
  margin: 10px;
}

.blog .contenedor-par .secciones .aside .texto{
  text-align: left;
  float: right;
  color: #ffffff;
  width: 100%;
  margin: 10px;
  line-height: 2.0;
}

.blog .contenedor-par .secciones .aside .widget .youtube-embed{
  float: right;
  align-content: center;
  width: 50%;
  margin: 10px;
}

.blog .contenedor-3{
  background: #000000;
  padding: 60px;
  overflow: hidden;
}

.blog .contenedor-3 p{
  font-family: 'Anonymous Pro';
  font-size: 18px;
  line-height: 1.0;
}

  .blog .contenedor-3 h2{
    font-size:80px;
    font-family: 'Koulen';
    text-align: center;
    line-height: 1.0;
  }

  .blog .contenedor-3 h3{
    font-size:50px;
    font-family: 'Koulen';
    text-align: center;
    line-height: 1.0;
  }

  .blog .contenedor-3 h4{
    font-size:30px;
    font-family: 'Koulen';
    text-align: center;
    line-height: 1.0;
    text-decoration: none;
  }

  .blog .contenedor-3 a{
    color: white;
    text-decoration: none;
  }

.blog .contenedor-3 .secciones-centro .texto{
  text-align: center;
}

.blog .contenedor-3 .secciones .texto{
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin: 10px;
  line-height: 2.0;
}

.blog .contenedor-3 .secciones table{
  margin:auto;
}

.blog .contenedor-3 .secciones th, td{
  padding-left: 30px;
  padding-right: 30px;
}

.blog .contenedor-3 img{
  max-width: 359px;
}
/*ARTICULO*/
/*Contenedor*/

.articulo .contenedor{
  width: 100%;
  padding: 2% 10% 2% 10%;
  overflow: hidden;
}
.articulo .contenedor .secciones .resumen{
  text-align: left;
  line-height: 2.0;
}
.articulo .contenedor .secciones .resumen h2{
  color: #d62140;
  text-align: left;
  font-size: 30px;
}
.articulo .contenedor .secciones .resumen .imagenes{
  display: block;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.articulo .contenedor .secciones .resumen .imagenes img{
  height: 200px;
  margin: 30px;
}
.articulo .contenedor .secciones .resumen .imagenes p{
  text-align: center;
}

/*Contenedor 2*/

.articulo .contenedor-2{
  width: auto;
  background: #FFFFFF;
  padding: 60px;
  overflow: hidden;
}
.articulo .contenedor-2 p{
  font-family: 'Anonymous Pro';
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}
.articulo .contenedor-2 h2{
  font-size:80px;
  font-family: 'Koulen';
  color: #ff433e;
  line-height: 1.0;
}

.articulo .contenedor-2 h3{
  font-size:30px;
  font-family: 'Koulen';
  color: #000000;
}

.articulo .contenedor-2 a{
  color:#d8d5d5;
  font-family: 'Anonymous Pro', cursive;
}
.articulo .contenedor-2 .secciones .texto{
  text-align: center;
  align-items: center;
  color: #ffffff;
  line-height: 2.0;
}

/*Contenedor 3*/

.articulo .contenedor-3{
  padding: 60px;
  overflow: hidden;
  background-color: #000000;
}
.articulo .contenedor-3 .secciones .texto{
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 80px;
  line-height: 2.0;
}
.articulo .contenedor-3 .secciones .texto h3{
  display: inline;
  font-size:20px;
  font-family: 'Anonymous Pro', cursive;
  color: #ffffff;
}
.articulo .contenedor-3 .secciones img{
  height: 300px;
  margin:10px;
}
.articulo .contenedor-3 .secciones p{
  text-align: center;
  color: #ffffff;
}

/*Contenedor 6*/

.articulo .contenedor-6{
  width: auto;
  background: #fed877;
  padding: 60px;
  overflow: hidden;
}

.articulo .contenedor-6 h3{
  font-size:20px;
  font-family: 'Anonymous Pro', cursive;
  color: #000000;
}
.articulo .contenedor-6 a{
  color:#000000;
  font-family: 'Anonymous Pro', cursive;
}
.articulo .contenedor-6 .secciones .texto{
  text-align: left;
  float: right;
  color: #000000;
  width: 50%;
  margin: 30px;
  line-height: 2.0;
}
.articulo .contenedor-6 .secciones .imagenes{
  float: left;
  text-align: center;
  width: 40%;
}
.articulo .contenedor-6 .secciones img{
  width: 300px;
  display: inline-block;
  margin-top:150px;
}

/*INVESTIGACION*/

.investigacion .contenedor{
  width: auto;
  padding: 2% 10% 2% 10%;
  overflow: hidden;
}
.investigacion .contenedor .secciones .resumen{
  text-align: center;
  width: 100%;
  margin: 10px;
  line-height: 2.0;
}
.investigacion .contenedor .secciones .resumen h2{
  color: #d62140;
  font-size: 30px;
}

.investigacion .contenedor .secciones .resumen img{
  width: 30%;
}

.investigacion .contenedor-2{
  padding: 60px;
  overflow: hidden;
  background-color: #d62140;
}
.investigacion .contenedor-2 .secciones {
  text-align: center;
  width: 100%;
  margin: 10px;
  line-height: 2.0;
}
.investigacion .contenedor-2 .secciones h2{
  color: #ffffff;
  font-size: 30px;
}
.investigacion .contenedor-3{
  padding: 60px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.investigacion .contenedor-3 .secciones {
  text-align: center;
  width: 100%;
  margin: 10px;
  line-height: 2.0;
}
.investigacion .contenedor-3 .secciones h2{
  color: #d62140;
  font-size: 30px;
}
/* EXTRAS */

.boton{
  background-color: #fec500;
  display: inline-block;
  padding: 10px 20px;
}
.boton a{
  text-decoration:none;
  font-family: 'Anonymous Pro', cursive;
  font-weight:bold;
  color: #ffffff;
}

.boton-white{
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
}
.boton-white a{
  color: #d62140;
  text-decoration:none;
  font-family: 'Anonymous Pro', cursive;
  font-weight:bold;
}
/*FOOTER*/
.footer{
  padding: 30px;
  background-color: #32B5CD;
  overflow:hidden;
  text-align:left;
}

.footer h3{
  font-weight: bold;
  font-size: 40px;
}
