<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'criticizedregular';
    src: url('criticized-webfont.woff2') format('woff2'),
         url('criticized-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body{
    height: 100%;
}

body{
    margin: 0px;
   font-family: 'Raleway', sans-serif;
}


 .contenedor-menu{
    width: 25%;
    height: 0%;
    background-color: rgba(239, 120, 120, 0.97);
    position: fixed;
    top: px;
    left: 0%;
    z-index: 900;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
     background-image: url(img/imagen_menu.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: bottom;
}

.hamburger{
    position: fixed;
    width: 80px;
    top: 20px;
    right: 0px;
    z-index: 999;
    
}

nav{
    width: 90%;
    margin: auto;
    padding-top: 100px;
}

nav ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

nav ul li a{
    display: block;
    font-size: 20px;
    text-align: center;
    height: 60px;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    border-bottom: 1px white solid;
    
}

nav ul li a:hover{
    color: powderblue;
}

.contenedor_barra_33{
    width: 100%;
    margin: auto;
}

.seccion1{
    background-image: url(img/imagen_fondo1.png);
    background-size: cover;
    background-position:bottom;
    height: 100%;
    background-attachment: fixed;
    min-height: 100%!important;
    display: block;
    height: auto;
    position: relative;
    
}

.img{
    width: 100%;
    height: auto;

}

.contenedor_logo1{
    height: auto;
    width: 8%;
    margin: auto;
    margin-top: 23%;
    display: none;

}

.container_arriba_izq{
    width: 50%;
    float: left;
    padding-left: 11%;
    padding-top: 1%;
}
   
  
    
   .contenedor_logo22{
    height: auto;
    width: 25%;
    float: left;
       
   } 
    

 .contenedor_logo23{
    height: auto;
    width: 8%;
    float: left;
    margin-left: 44%;
    padding-top: 4%;
       
   } 
    
   
    
    
.container_arriba{
    
    width: 100%;
    margin: auto;
    
}

.logo{

    background-repeat: no-repeat;
    text-align: center;
    
    
}

.container_izq{
    float: left;
    width: 60%;
    position: absolute;
    top: 50%;
    margin-top: -270px;
}

.container_izq_1x{
    float: left;
    width: 60%;
}

.contenedor_padre{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -210px;
}

.contenedor_padre2{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -260px;
}
.texto_principal{
    font-size: 35px;
    font-family: 'criticizedregular';
    color: white;
    padding-left: 25%;
    padding-top: 5%;
    line-height: 50px;
    text-shadow: 1px 2px #999;
}

.texto_secun{
    font-size: 19px;
    color: white;
    padding-left: 25%;
    padding-top: 3px;
}


.recuadro_textos{
    width: 50%;
    margin-left: 27%;
    padding-top: 6%;
    
}

 .recuadro_textos2{
    width: 60%;
    padding-top: 13%;
    margin: auto;
    
}


.recuadro_textos3{
    width: 50%;
    padding-top: 13%;
    margin: auto;
    
}





.saber_mas{
    font-size: 15px;
    color: #3db9cb;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding: 10px 20px 10px 20px;
    background-color: white;
    width: 30%;

}


.saber_mas:hover{
    font-size: 15px;
    color: white;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding: 10px 20px 10px 20px;
    background-color: darkseagreen;
    width: 30%;

}

.conocenos{
    
    font-size: 15px;
    color: white;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding: 10px 20px 10px 20px;
    background-color: #E2945D;
    margin-left: 7%;
    width: 30%;
    
}

.conocenos:hover{
    
    font-size: 15px;
    color: white;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding: 10px 20px 10px 20px;
    background-color: darkviolet;
    margin-left: 7%;
    width: 30%;
    
}

.container_der{
    width: 30%;
    float: left;
   

}

.container_der2{
    width: 30%;
    float: left;

}

.contenedor_logo2{
    height: auto;
    width: 66%;
    margin: auto;
    margin-top: 7%
   }


.contenedor_ico1{
    height: auto;
    width: 25%;
    margin: auto;
    margin-top: 7%;
    float: left;
    display: block;
   }

.contenedor_ico1:hover{
    height: auto;
    width: 25%;
    margin: auto;
    margin-top: 7%;
    float: left;
    display: block;
    filter: grayscale(100%);
   }















@media screen and (max-width:992px){
    
    
    .seccion1{
    background-image: url(img/imagen_fondo1.png);
    background-size: cover;
    background-position:bottom;
    height: 100%;
    background-attachment: fixed;
    min-height: 100%!important;
    display: block;
    height: auto;
    position: static;
    
}

.img{
    width: 100%;
    height: auto;

}

.contenedor_logo1{
    height: auto;
    width: 8%;
    margin: auto;
    margin-top: 23%;
    display: none;

}

.container_arriba_izq{
    width: 50%;
    float: none;
    padding-left: 0%;
    padding-top: 1%;
    margin: auto;
}
   
  
    
   .contenedor_logo22{
    height: auto;
    width: 75%;
    float: none;
       margin: auto;
       
   } 
    

 .contenedor_logo23{
    height: auto;
    width: 8%;
    float: left;
    margin-left: 44%;
    padding-top: 4%;
    display: none;
       
   } 
    
   
    
    
.container_arriba{
    
    width: 100%;
    margin: auto;
    
}

.logo{

    background-repeat: no-repeat;
    text-align: center;
    
    
}

.container_izq{
    float: none;
    width: 80%;
    position: static;
    margin: auto;
    padding-top: 9%;
}

.container_izq_1x{
    float: left;
    width: 60%;
}

.contenedor_padre{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -210px;
}

.contenedor_padre2{
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -260px;
}
.texto_principal{
    font-size: 35px;
    font-family: 'criticizedregular';
    color: white;
    padding-left: 0%;
    padding-top: 5%;
    line-height: 80px;
    text-shadow: 1px 2px #999;
    text-align: center;
}

.texto_secun{
    font-size: 19px;
    color: white;
    padding-left: 0;
    padding-top: 50px;
    text-align: left;
}


.recuadro_textos{
    width: 100%;
    margin-left: 0%;
    padding-top: 11%;
    margin: auto;
    
}

 .recuadro_textos2{
    width: 60%;
    padding-top: 13%;
    margin: auto;
    
}


.recuadro_textos3{
    width: 50%;
    padding-top: 13%;
    margin: auto;
    
}





.saber_mas{
    font-size: 15px;
    color: #3db9cb;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding: 10px 20px 10px 20px;
    background-color: white;
    width: 30%;

}


.saber_mas:hover{
    font-size: 15px;
    color: white;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding: 10px 20px 10px 20px;
    background-color: darkseagreen;
    width: 30%;

}

.conocenos{
    
    font-size: 15px;
    color: white;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding: 10px 20px 10px 20px;
    background-color: #E2945D;
    margin-left: 7%;
    width: 30%;
    
}

.conocenos:hover{
    
    font-size: 15px;
    color: white;
    display: block;
    border-radius: 10px;
    text-align: center;
    float: left;
    padding: 10px 20px 10px 20px;
    background-color: darkviolet;
    margin-left: 7%;
    width: 30%;
    
}

.container_der{
    width: 60%;
    float: none;
    margin: auto;
   

}

.container_der2{
    width: 30%;
    float: left;

}

.contenedor_logo2{
    height: auto;
    width: 66%;
    margin: auto;
    margin-top: 7%
   }


.contenedor_ico1{
    height: auto;
    width: 27%;
    margin: auto;
    margin-top: 7%;
    float: left;
    display: block;
   }

.contenedor_ico1:hover{
    height: auto;
    width: 28%;
    margin: auto;
    margin-top: 7%;
    float: left;
    display: block;
    filter: grayscale(100%);
   }

    
    
}
</pre></body></html>