*, *:before, *:after{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    
}

.imClientes img{
    /* position: absolute; */
    padding: 40px;
    width: 100%;
    max-width: 300px;
    height: auto;
    /* visibility: hidden; */
}

/*
font-family: 'Georama', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Press Start 2P', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Oswald', sans-serif;
*/

.nosotros_tit{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.nosotros_txt{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: aliceblue;
}

.titulos{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.5em;
    color: rgb(141, 138, 138);
}

.subtits{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    color: rgb(255, 255, 255);
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: rgba(8,3,28,1) 100%;
    overflow-x: hidden;
}



.contorno{
    transition: all .6s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    
}

.imposible{
    position: absolute;
    width: 1075px;
    height: 50px;
    left: 0px;
    top: 900px;
    z-index: 100;
}


/* ...... MENU SUPERIOR RESPONSIVO ......*/

nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    padding: 0 5%;
    transition: 0.6s;
    z-index: 60;
}

nav .logos{
    float: left;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
}

nav .links{
    float: right;
    padding: 0;
    margin: 0;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

nav .links li{
    list-style: none;
}

nav .links a{
    display: block;
    padding: 1em;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#nav-toggle{
    position: absolute;
    top: -100px;
}
nav .icon-burger{
    display: none;
    position: absolute;
    right: 5%;
    top: 30%;
    transform: translate(-50%);
}

nav .icon-burger .line{
    width: 30px;
    height: 5px;
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
}

nav.sticky{
    padding-top: 40px;
    top: -50px;
    /*background: #335ca7;*/
    background: #65C1D6;
}

nav.sticky ul li a:hover{
    color: rgb(11, 12, 12);
    text-decoration: none;
}


@media screen and (max-width: 768px){
    nav{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100px;
        min-width: auto;
        padding: 0 5%;
        transition: 0.6s;
        background-color: #65C1D6;
        z-index: 30;
    }

    nav .logos{
        float: none;
        width: auto;
        justify-content: center;
    }
    nav .links{
        float: none;
        position: fixed;
        z-index: 30;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 100%;
        flex-direction: column;
        justify-content: space-evenly;
        width: 100%;
        height: auto;
        background-color: rgba(101, 193, 214, 0.8);
        overflow: hidden;
        transition: all .5s ease-in-out;
    }

    nav .links a{
        font-size: 20px;
    }

    nav .icon-burger{
        display: block;
    }

    nav .icon-burger .line{
        transition: all .3s;
    }

    nav :checked ~ .links{
        bottom: 0;
    }

    nav :checked ~ .icon-burger .line:nth-child(1){
        transform: translateY(10px) rotate(225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(3){
        transform: translateY(-10px) rotate(-225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(2){
        opacity: 0;
    }

    nav.sticky{
        padding-top: 0px;
        top: 0px;
        /*background: #335ca7;*/
        background: #65C1D6;
    }
}









/**** SECCION SLIDER *****/


.home{
    position: relative;
    width: 100vw;
    height: 220vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -20;
}


.fondo1 {
    position: absolute;
    width: 100vw;
    height: 150vh;
    background-image: url('../imagenesslider/fondo1b.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 3;
}

.fondo2 {
    width: 100vw;
    height: 150vh;
    position: absolute;
    background-image: url('../imagenesslider/fondo2b.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
}

.fondo3 {
    width: 100vw;
    height: 150vh;
    position: absolute;
    background-image: url('../imagenesslider/fondo3b.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.fondo4 {
    width: 100vw;
    height: 150vh;
    position: absolute;
    background-image: url('../imagenesslider/fondo4b.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -2;
    background-color: #fff;
}

.blanco{
    width: 100%;
    height: 150vh;
    position: absolute;
    top: 150vh;
    z-index: 3;
   
}


.imagen_lago{
    position: absolute;
    width: 100%;
    height: 2700px;
    top: -2px;
}

.foto_lago{
    position: absolute;
    width: 100vw;
    height: 100%;
    background-image: url(../imagenesslider/fondo_cueva.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.logo{
    position: absolute;
    width: 308px;
    height: 177px;
    left: 5%;
    top: 30%;
    display: flex;
    justify-content: center;
    background-image: url(../logo.png);
    padding-bottom: 20px;
    z-index: 2;
}






.textodisplay{
    position: absolute;
    width: auto;
    height: auto;
    top: 30%;
    left: 25%;
    color: whitesmoke;
    z-index: 2;
}


.textodisplay::before{
    content: '';
    position: absolute;
    width: auto;
    height: 100%;
    z-index: 9;
}

.textodisplay .home-text{
    padding: 50px;
    z-index: 9;
}

.textodisplay .home-text h1{
   color:#ffffff;
   font-size: 50px;
   line-height: 56px;
   font-weight: 700;
   margin:0 0 20px;
}
.textodisplay .home-text p{
   margin:0;
   overflow: hidden;
}
.textodisplay .home-text p span{
   font-size: 40px;
   color:#65C1D6;
   font-weight: 700;
   display: inline-block;
   line-height: 46px;
   display: none;
}

.textodisplay .home-text p span.text-in{
   display: block;
   animation: textIn .5s ease;
}
.textodisplay .home-text p span.text-out{
   animation: textOut .5s ease;
}


.bloque{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: white;
    top: 100vh;
    overflow: hidden;
}





.slogan{
    position: absolute;
    display: flex;
    justify-content:end;
    align-items: center;
    width: 100%;
    height: 100vh;
    bottom: 0px;
    text-align: center;
    z-index: 5;
} 

.malla_texto{
    position: relative;
    top: 0;
    height: auto;
    background-color: rgba(60, 128, 143, 0.7);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.tit_fondos{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 11px 10px rgba(29, 27, 22, 0.9);
}

.subtit_fondos{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    text-shadow: 0px 8px 8px rgba(29, 27, 22, 0.9);
}

hr {
    border:none;
    height: 20px;
       width: 100%;
      height: 50px;
      padding-top: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #f3f1f0;
      box-shadow: 0 20px 20px -20px #333;
    margin: -50px auto 10px; 
  }




  /******************* SECCION SERVICIOS ******************/


section#content{
    position: relative;
    width: 100vw;
    height: auto;
    padding-top: 100px;
    background-image:url(../imagenesslider/patron.jpg);
    background-color: whitesmoke;
    background-repeat: repeat;
    background-size: contain;
    text-align: center;
    align-content: center;
    z-index: 10;
}


.servicios{
    position: relative;
    top: -60px;
}

.nuestros{
    position: relative;
}


.loserv{
    position: relative;
}

.subir{
    position: absolute;
}

.serv{
    position: relative;

    min-height: 500px;
    height: auto;
    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 44%, rgba(240,240,240,1) 100%);
    border: solid 1px #f3f1f0;
    box-shadow: 0 20px 20px -20px #333;
    z-index: 11;
}

.serv .foto{
    margin: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serv .tit{
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #777777;
}

.serv .txt{
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #846F75;

    margin-left: auto;
    margin-right: auto;
}


.serv li{
    list-style: none;
}







/**************** SECCION NOSOTROS ************/

.cont_nos{
    background-color: #08031C;
}

.nosotros{
    position: relative;
    min-height: 100vh;
    height: auto;
    top: 0px;
    background: #08031C;
    box-shadow: 0 20px 20px -20px rgb(15, 15, 10);
    overflow: hidden;
    z-index: 9;
}

.nosotros2{
    position: relative;
    display: flex;
    min-height: 100vh;
    height: auto;
    padding-bottom: 200px;
    background: #08031C;
    z-index: 9;
}

.nosotrosa{
    position: relative;
    height: auto;
    display: flex;
    border-right: 1px solid #333;
    padding: 50px;
    justify-content: center;
    align-items: center;
}

.nosotrosa li{
    list-style: none;
    padding-bottom: 20px;
    display: block;
}

.logonos{
    position: relative; 
    top: -150px; 
    left: 50%; 
    margin-left: -154px;
    
    z-index: 10;
}

#eltitulo{
    z-index: 10;
    position: relative;
    top: -100px;
}


.fondo_nos1{
    position: absolute;
    top:-2px;
    background-image: url(../imagenesslider/nosotros/fondo1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;

    width: 100vw;
    height: 100vh;
    z-index: 5;
}
.fondo_nos2{
    position: absolute;
    top:-2px;
    background-image: url(../imagenesslider/nosotros/fondo2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  
    width: 100vw;
    height: 100vh;
    z-index: 3;
}
.fondo_nos3{
    position: absolute;
    top:-2px;
    background-image: url(../imagenesslider/nosotros/fondo3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;

    width: 100vw;
    height: 100vh;
    z-index: 2;
}
.fondo_nos4{
    position: absolute;
    top:-2px;
    background-image: url(../imagenesslider/nosotros/fondo4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;

    width: 100vw;
    height: 100vh;
    z-index: 1;
}
.fondo_nos5{
    position: absolute;
    background-image: url(../imagenesslider/nosotros/fondo5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;

    width: 100vw;
    height: 100vh;
    z-index: 0;
}





/************ SECCION DESCANZO ************/

.descanzo{
    position: relative;
    display: flex;
    height: 160vh;
    background-image: url(../imagenesslider/descanzo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f3f1f0;
    z-index: 8;
}


/************ SECCION PROYECTOS ************/

.proyectos{
    position: relative;
    width:100%;
    min-height: 160vh;
    height: auto;

    background: rgb(243,241,240);
    background: linear-gradient(180deg, rgba(243,241,240,1) 0%, rgba(244,244,244,1) 44%, rgba(255,255,255,1) 100%);
    z-index: 9;
}

.proyectos2{
    position: relative;
    top: 50px;
}

.tituloproyecto{
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    width: 90%;
    height: 100px;
    left: 5%;
    top: -100px;
    border-bottom:solid 1px #917E83;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 56px;
    color: #917E83;
}

#proyecto_menu{
    position: relative;
    left: 0px;
    bottom: 200px;
}

.cajas{
    position: relative;
    display: flex;
    justify-content: center;
    /*top: 300px;*/
}

.caja_proyecto{
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 408px;
    min-height: 440px;
    height: auto;
    margin: 30px;
    padding: 20px;
    left: auto;
    right: auto;
}

.caja_proyecto img{
    padding-bottom: 20px;
}

.tit_caja{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #846C72;
}
.txt_caja{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    font-size: 17px;
    color: #846C72;
}


.foto_rio{
    width: 100%;
    max-width: 567px;
    height: auto;
}

.caja_proyecto li{
    text-align: left;
    padding-bottom: 20px;
    padding-left:40px;
    padding-top: 5px;
    border-top: solid 1px #ada2a5;
    list-style: none;
}

.fpt{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 14px;
    
}

.fpt2{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
}

.fpt3{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 11px;
    font-style: italic;
}



/* SECCION CONTACTO */

#contacto2{
    z-index: -100;
}

.contacto{
    position: relative;
    width: 100vw;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    left: 0;
    right: 0;
    background-color: #f6f6f6;
    z-index: 11;
}

.contacto ul{
    text-align: center;
}

.contacto li{
    list-style: none;
}

.contenedor{
    position: absolute;
    display: flex;
    min-height: 85vh;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    top: 200px;
}

.campos{
    background-color: rgb(243, 243, 243);
    height: 60px;
    width: 100%;
    padding: 10px;
    border: solid 1px #DADADA;
    border-radius: 5px;
    color: dimgray;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 25px;
    margin-top: 30px;
}

.campos2{
    background-color: rgb(243, 243, 243);
    height: 200px;
    width: 100%;
    padding: 10px;
    border: solid 1px #DADADA;
    border-radius: 5px;
    color: dimgray;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 25px;
    margin-top: 30px;
}

.supertit{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #242f3f;
}

.subtitulos{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #242f3f;
}


.frase_final{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: auto;
    background-color: #34303b;
    background: url(../imagenesslider/frase2.jpg);
  
    background-size:cover;
    background-position:top;
    background-repeat: no-repeat;
    /*animation: shrink 20s infinite alternate;*/
    }


    .gracias li{
        list-style: none;
        padding-bottom: 20px;
    }

    
    @keyframes shrink {
    0% {
        background-size: 120%;
        }
        100% {
            background-size: 100%;
        }
    }



    .centrado{
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: rgba(10, 94, 112, 0.7);
    }


    .parrafo{
        color: #fff;
        font-size: 15px;  
        font-weight: 200;
        text-align: center;  
        font-style: italic;  
    }

    .firma{
        color: rgb(219, 215, 215);
        font-size: 14px;  
        font-weight: 200;
        text-align: center;  
        font-style: italic;   
    }


/******* SECCION FOOTER ************/


footer{
    position: relative;
    display: flex;
    min-height: 400px;
    height: auto;
    background-color: #34303b;
    justify-content: center;
    z-index: 400;
}

.datos_ft{
    position: relative;
    margin-top: 40px;
}



.tit_footer{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-weight: 200;
    color: #fdfdfd;
    text-shadow: 0px 11px 10px rgba(29, 27, 22, 0.9);
}

.subtit_footer{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: #ada2a5;
    text-shadow: 0px 8px 8px rgba(29, 27, 22, 0.9);
}


footer ul{
    list-style: none;
}

footer li{
    list-style: none;
    padding-top: 10px;
}

footer a{
    color: #65C1D6;
    transition: all .5s;
}

footer a:hover{
    color: #fff;
    text-decoration: none;
    padding-left: 5px;
}


.logopie{
    min-width: 350px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.contactar{
    min-width: 350px;
    width: auto;
    display: flex;
    justify-content: center;
}

.navegar{
    min-width: 200px;
    width: auto;
    display: flex;
    justify-content: center;
}

.redes{
    min-width: 200px;
    width: auto;
    display: flex;
    justify-content: center;
}




  /**************** MEDIA QUERIES ******************/


    @media screen and (max-width: 992px) {
        .logonos{
            position: absolute; 
            top: -200px; 
            left: 50%; 
            margin-left: -154px;
        }
    }

    @media screen and (max-width: 1290px){
        .logo{
            position: absolute;
            width: 308px;
            height: 177px;
            left: 5%;
            top: 20%;
            display: flex;
            justify-content: center;
            z-index: 2;
        }
        
        .textodisplay{
            position: absolute;
            width: auto;
            height: auto;
            top: 30%;
            left: 5%;
            color: whitesmoke;
            padding-top: 35px;
            z-index: 3;
        }
    }

    @media screen and (max-width: 642px){
        .textodisplay .home-text h1{
            color:#ffffff;
            font-size: 35px;
            color:#ffffff;
            line-height: 40px;
            font-weight: 700;
            margin:0 0 20px;
        }

        .textodisplay .home-text p span{
            font-size: 25px;
            color:#65C1D6;
            font-weight: 700;
            display: inline-block;
            line-height: 30px;
            display: none;
        }
    }

    @media screen and (max-width: 414px){
        .textodisplay .home-text h1{
            color:#ffffff;
            font-size: 28px;
            color:#ffffff;
            line-height: 30px;
            font-weight: 700;
            margin:0 0 20px;
        }

        .textodisplay .home-text p span{
            font-size: 20px;
            color:#65C1D6;
            font-weight: 700;
            display: inline-block;
            line-height: 22px;
            display: none;
        }

        .nosotrosa{
            position: relative;
            height: auto;
            display: flex;
            border-right: 1px solid #333;
            padding: 30px;
            justify-content: center;
            align-items: center;
        }
    }


    @media screen and (max-width: 412px){
        .textodisplay .home-text h1{
            color:#ffffff;
            font-size: 30px;
            color:#ffffff;
            line-height: 35px;
            font-weight: 700;
            margin:0 0 20px;
            padding-top: 20px;
        }

        .textodisplay .home-text p span{
            font-size: 20px;
            color:#65C1D6;
            font-weight: 700;
            display: inline-block;
            line-height: 25px;
            display: none;
        }
    }

    

    @media screen and (max-width: 375px){
        nav{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 100px;
            width: 375px;
            padding: 0 5%;
            transition: 0.6s;
            z-index: 30;
        }

        .textodisplay .home-text h1{
            color:#ffffff;
            font-size: 28px;
            color:#ffffff;
            line-height: 30px;
            font-weight: 700;
            margin:0 0 20px;
        }

        .textodisplay .home-text p span{
            font-size: 20px;
            color:#65C1D6;
            font-weight: 700;
            display: inline-block;
            line-height: 22px;
            display: none;
        }

        .nosotros2{
            position: relative;
            display: flex;
            height: 250vh;

            background: #08031C;
            z-index: 9;
        }


        .nosotrosa{
            position: relative;
            height: auto;
            display: flex;
            border-right: 1px solid #333;
            padding: 30px;
            justify-content: center;
            align-items: center;
        }

        .descanzo{
            position: relative;
            display: flex;
            height: 160vh;

            background-image: url(../imagenesslider/descanzo.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%;
            background-color: #f3f1f0;
            z-index: 8;
        }

        .campos{
            background-color: rgb(243, 243, 243);
            height: 40px;
            width: 100%;
            padding: 10px;
            border: solid 1px #DADADA;
            border-radius: 5px;
            color: dimgray;
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
            font-size: 15px;
            margin-top: 10px;
        }
        
        .campos2{
            background-color: rgb(243, 243, 243);
            height: 50px;
            width: 100%;
            padding: 10px;
            border: solid 1px #DADADA;
            border-radius: 5px;
            color: dimgray;
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
            font-size: 15px;
            margin-top: 10px;
        }
        
        .supertit{
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            font-size: 40px;
            color: #242f3f;
        }
        
        .subtitulos{
            font-family: 'Oswald', sans-serif;
            font-weight: 200;
            font-size: 25px;
            color: #242f3f;
        }

        .contenedor{
            position: absolute;
            display: flex;
            height: auto;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
    }

    @media screen and (max-width: 360px){
        .textodisplay .home-text h1{
            color:#ffffff;
            font-size: 25px;
            color:#ffffff;
            line-height: 27px;
            font-weight: 700;
            margin:0 0 20px;
            padding-top: 50px;
        }

        .textodisplay .home-text p span{
            font-size: 18px;
            color:#65C1D6;
            font-weight: 700;
            display: inline-block;
            line-height: 20px;
            display: none;
        }

        .nosotrosa{
            position: relative;
            height: auto;
            display: flex;
            border-right: 1px solid #333;
            padding: 30px;
            justify-content: center;
            align-items: center;
        }
    }


    @media screen and (max-width: 320px){
        nav{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 100px;
            width: 320px;
            padding: 0 5%;
            transition: 0.6s;
            z-index: 30;
        }

        .logo{
            position: absolute;
            width: 308px;
            height: 157px;
            left: 5%;
            top: 40%;
            display: flex;
            justify-content: center;
            background-image: url(../logo.png);
            z-index: 3;
        }

        .anchos{
            width: 320px;
        }

        .textodisplay .home-text h1{
            color:#ffffff;
            font-size: 22px;
            color:#ffffff;
            line-height: 25px;
            font-weight: 700;
            margin:0 0 20px;
            padding-top: 80px;
        }

        .textodisplay .home-text p span{
            font-size: 17px;
            color:#65C1D6;
            font-weight: 700;
            display: inline-block;
            line-height: 20px;
            display: none;
        }

        .nosotros2{
            position: relative;
            display: flex;
            height: 180vh;
            background: #08031C;
            z-index: 9;
        }

        .nosotrosa{
            position: relative;
            height: auto;
            display: flex;
            border-right: 1px solid #333;
            padding: 30px;
            justify-content: center;
            align-items: center;
        }
        
        .descanzo{
            position: relative;
            display: flex;
            height: 160vh;
            background-image: url(../imagenesslider/descanzo.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50%;
            background-color: #f3f1f0;
            z-index: 8;
        }


        .campos{
            background-color: rgb(243, 243, 243);
            height: 30px;
            width: 100%;
            padding: 6px;
            border: solid 1px #DADADA;
            border-radius: 5px;
            color: dimgray;
            font-family: 'Oswald', sans-serif;
            font-weight: 200;
            font-size: 15px;
            margin-top: 10px;
        }
        
        .campos2{
            background-color: rgb(243, 243, 243);
            height: 50px;
            width: 100%;
            padding: 6px;
            border: solid 1px #DADADA;
            border-radius: 5px;
            color: dimgray;
            font-family: 'Oswald', sans-serif;
            font-weight: 200;
            font-size: 15px;
            margin-top: 10px;
        }
        
        .supertit{
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
            font-size: 30px;
            color: #242f3f;
        }
        
        .subtitulos{
            font-family: 'Oswald', sans-serif;
            font-weight: 200;
            font-size: 15px;
            color: #242f3f;
        }

        .contenedor{
            position: absolute;
            display: flex;
            height: auto;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
    }

    


    @keyframes textIn{
        0%{
            transform: translateY(100%);
        }
        100%{
            transform: translateY(0%);
        }
    }
    @keyframes textOut{
        0%{
            transform: translateY(0%);
        }
        100%{
            transform: translateY(-100%);
    
        }
    }








/******** SECCION OCULTO DE VISUALIZACION *************/
  

.formulario{
    position: fixed;
    width: 95%;
    height: 100%;
    top: 0px;
    overflow: hidden;
    background-repeat: repeat;
    transition: all .8s;
    opacity: 0;
    background: whitesmoke;
    z-index: 50;
} 

.titform{
    font-size: 40px;
    line-height: 40px;
}

.subtitform{
    font-size: 20px;
    background: #51509D;
    line-height: 20px;
}

.veloform{
    position: absolute;
    width: 100%;
    height: 100%;
    
    background-repeat: repeat;
    background: rgb(17,6,57);
    background: linear-gradient(180deg, rgba(17,6,57,1) 0%, rgba(8,3,28,1) 100%);
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.veloform .closebtn{
    position: absolute;
    top: 100px;
    right: 150px;
    font-size: 36px;
    margin-left: 32px;
    color:chocolate;
    cursor: pointer;
    z-index: 50;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
   }

   .backform{
       position: absolute;
       left: 50%;
       top: 50%;
       transform: translate(-50%,-50%);
       width: 50%;
       min-width: 300px;
       min-height: 60%;
       height: auto;
       background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
       padding: 40px;
       border: solid 1px #222;
       border-radius: 20px;
       box-shadow: 0px 10px 10px -6px black;
   }

   .veloform ul{
       padding: 0;
       margin: 0;
   }

   .veloform li{
       list-style: none;
       padding: 0;
       margin: 0;
   }

   .btncontacto{
    width: 100%;
    height: 57px;
    left: 100px;
    border-radius: 7px;
    background: rgb(17,15,34);
    background: linear-gradient(180deg, rgba(17,15,34,1) 0%, rgba(9,7,18,1) 100%);
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FCFC00;
    cursor: pointer;
    border: solid 1px #444;
    transition: all .3s;
}


@media screen and (max-width:768px){
    .veloform .closebtn{
        font-size: 20px;
    }
    .titform{
        font-size: 25px;
        line-height: 25px;
    }
    
    .subtitform{
        font-size: 17px;
        font-weight: lighter;
        line-height: 17px;
    }
    .backform{
        top: 55%;
    }
}






.visualizador{
    position: relative;
    max-width: 1200px;
    width: 100%;
    min-height: 100vh;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    padding-top: 50px;
}

.vis_foto{
    width: 80%;
    max-width: 600px;
    min-width: 250px;
    height: auto;
    opacity: .5;
}

.centrar{
    text-align: center;
}

.tit_vis{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.subtit_vis{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-style: italic;
    color: white;
    line-height: 19px;
    font-weight:lighter;
}


.lalista li{
    list-style: none;
    float: left;
    width: 188px;
    height: 224px;
    background: whitesmoke;
    border-radius: 3px;
    padding: 5px;
    margin-left: 8px;
    margin-bottom: 8px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.6);
    transition: all .3;
    overflow: hidden;
}

.lalista li.activo{
    opacity: .5;
    transition: all .3s;
}

.lalista li.activo:hover{
    opacity: 1;
}


.lalista li.construccion{
    filter: grayscale(100%);
    
    transition: all .3s;
    font-size: 0px;
}

.lalista li.construccion:hover{
    filter: grayscale(100%);
   
    font-size: 15px;
}

.cajita_vis{
    display: flex;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}

.cajita_vis img{
    padding-right: 3px;
    padding-top: 5px;
}








/******************** MODAL CSS PARA VISUALIZADOR ***************/





  .vista1{
    position: fixed;
    
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: all .8s;
    opacity: 0;
    background: whitesmoke;
    z-index: -50;
    overflow:scroll;
  }

  .leeme1{
      position: relative;
      margin-left: auto;
      margin-right: auto;
      max-width: 800px;
      width: auto;
      min-width: 360px;
      height: 100%;
      /* display: block; */
      text-align: justify;
  }

  .info-vis a{
      color: coral;
      font-weight: bold;
  }


  .almacen{
      position: relative;
      width: auto;
      margin-left: 30px;
      min-width: 600px;
      max-width: 1100px;
      height: auto;
      top: 80px;
      
  }

  .btn_especial{
      padding: 10px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 13px;
      background: #242f3f;
      color: darkgoldenrod;
      border-radius: 3px;
      transition: all .3s;
  }

  .btn_especial:hover{
      background: #51509D;
      color: white;
  }

  .almacen h2{
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
    color: chocolate;
  }


  @media (min-width: 170px) and (max-width: 570px) {
    .veloform .closebtn{
        top: 0px;
        right: 50px;
    }

    .lalista{
        position: absolute;
        top: 340px;
        width: 100%;
        min-height: 100vh;
        height: auto;

    }

    .visualizador{
        overflow: scroll;
    }
  }