
        body {
            margin: 0;
            overflow-x: hidden;
        }
        .menu{
            width: 99%;
            position: fixed;
            z-index: 99999;
            background-color: white;
            margin-left: .5%;
            box-shadow: 0 3px 10px 2px gray;
            padding-bottom: .4vw;
            padding-top: .5vw;
            font-size: 1.1vw;
            font-family: sans-serif;
            color: #344547;
            
        }
        .menu img{
            width: 12%;
            float: left;
            padding-left: 3%;
            padding-right: 3%;
            cursor: pointer;
        }
        .menuop{
            width: 11%;
            float: left;
            text-align: center;
            transition: all 1s;
        }
        .menuop2{
            width: 25%;
            float: left;
            text-align: right;
            transition: all 1s;
            margin-top: 1vw;
        }
        .menuop2 a{
            margin: 1vw;
            text-decoration: none;
            color: #344547;
            font-size: 1.8vw;
        } 
        .menuop:hover{
            cursor: pointer;
            color: #6EC2BB;
        }
        .menutel{
            width: 20%;
            float: right;
            color: #6EC2BB ;
        }

        .contenedor {
            width: 100%;
            float: left;
            background-color: black;
        }

        .contenedor2 {
            width: 76%;
            float: left;
            margin-left: 12%;
            font-size: 2.2vw;
            text-align: center;
            line-height: 3.5vw;
            font-family: sans-serif;
            color: #344547;
        }

        .contenedor3 {
            width: 100%;
            float: left;
            position: relative;
            font-size: 1.5vw;
            text-align: justify;
            line-height: 2vw;
            font-family: sans-serif;
            color: white;
        }

        .contenedor4 {
            width: 100%;
            float: left;
            position: relative;
            height: 30vw;

        }

        .contenedor5 {
            width: 100%;
            float: left;
            color: white;
            text-align: center;
            background: url(../../img/Foto01.jpg) no-repeat fixed center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            font-family: sans-serif;
            font-size: 1.4vw;
        }
.flitro1{
    position: relative;
    top: 0;
    padding-top: 2vw;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(110,194,187,.6);
}
        .contenedor5 h2{
            line-height: .5vw;
            font-weight: 100;
            font-size: 1.8vw;
        }
        .contenedor5 h1{
            line-height: .9vw;
            font-size: 3vw;
        }

        .cont4 {
            width: 50%;
            float: left;
            position: relative;
            font-family: sans-serif;
        }

        .cont4 img {
            width: 100%;

        }

        .cont4 h1 {
            position: absolute;
            color: white;
            background-color: rgb(1,1,1,.8);
            font-size: 3vw;
            padding: 1vw 0vw;
            top: 10vw;
            width: 100%;
            text-align: center;
        }

        .mision {
            width: 45%;
            height: 95%;
            position: absolute;
            color: black;
            top: 0;
            right: 0;
            z-index: 9999;
            padding-right: 3%;
            padding-top: 3vw;
            padding-left: 3%;
            background-color: rgb(110,194,187,.8);
        }

        .misionimg {
            width: 20%;
            height: 20vw;
            float: left;
        }

        .misionimg img {
            width: 100%;
            float: left;
            padding-top: 8vw;
        }

        .misiontxt {
            width: 75%;
            padding-left: 5%;
            float: left;
        }

        .misiontxt h2 {
            text-align: center;
            font-weight: 100;
        }

        .misiontxt p {
            padding-bottom: 3vw;
            font-size: 1.2vw;
        }
        .formulario{
            width: 60%;
            float: left;
        }
        .datos{
            width: 40%;
            float: left;
            margin-top: 4vw;
        }
        input, textarea{
            margin-top: 1vw;
            font-size: 1.3vw;
            border-radius: 5px;
            font-family: sans-serif;
        }
        #nombre{
            width: 90.5%;
        }
        #correo{
            width: 45%;
        }
        #telefono{
            width: 45%;
        }
        #asunto{
            width: 90.5%;
        }
        #mensaje{
            width: 90.5%;
        }
        #enviar{
            width: 15%;
            padding: .5vw 0;
        }
        footer{
            width: 100%;
            float: left;
            padding: 1vw 0;
            background-image: url(../../img/PiePagina.jpg);
            background-size: 100%;
            text-align: center;
            font-family: sans-serif;
        }
        footer h4{
            color: #6EC2BB ;
            
        }
        footer h4 a{
            text-decoration: none;
            color: #6EC2BB ;
        }
        #servicios1{
             position: absolute;
            transition: all 2s;
            z-index: 3;
        }
        #servicios2{
           position: absolute;
            transition: all 2s;
            opacity: 0;
            z-index: 1;
        }
        #trigger1{
            width: 10%;
            height: 3vw;
            position: absolute;
            top:27vw;
            z-index: 99999999;
            border: solid;
            border-color: transparent;
            background-color: transparent;
        }
         .contenedor3mobil{
                display: none;
        }
        .datos2{
                display: none;
            }
        #qualitas2{
                display: none;
            }
            #qualitas{
                display: inline;
            }
        .menumovil{
            display: none;
        }
            
        @media screen and (min-width: 320px) and (max-width: 400px) {
            .menu{
                display: none;
            }
            .contenedor3{
                display: none;
        }
            .contenedor3mobil{
            display: inline;
            width: 100%;
            float: left;
            position: relative;
            font-size: 3vw;
            text-align: justify;
            line-height: 3vw;
            font-family: sans-serif;
            color: white;
        }
             .mision {
            width: 94%;
            height: 94%;
            position: absolute;
            color: black;
            top: 0;
            right: 0;
            z-index: 9999;
            padding-right: 3%;
            padding-top: 4vw;
            padding-left: 3%;
            background-color: transparent;
        }

        .misionimg {
            width: 17%;
            height: 20vw;
            float: left;
        }

        .misionimg img {
            width: 100%;
            float: left;
            padding-top: 14vw;
        }

        .misiontxt {
            width: 72%;
            padding-left: 8%;
            float: left;
        }

        .misiontxt h2 {
            text-align: center;
            font-weight: 100;
        }

        .misiontxt p {
            padding-bottom: 3vw;
            font-size: 3vw;
        }
            .datos{
                display: none;
            }
            .contenedor5 h2{
            line-height: 2vw;
            font-weight: 100;
            font-size: 3vw;
        }
        .contenedor5 h1{
            line-height: 2vw;
            font-size: 5vw;
        }
             .formulario{
            width: 70%;
            padding-left: 15%;
            float: left;
        }
             input, textarea{
            margin-top: 1vw;
            font-size: 3vw;
            border-radius: 3px;
        }
            #mensaje{
            width: 90.5%;
                height: 20vw;
        }
            #enviar{
            width: 25%;
            padding: .5vw 0;
        }
            .datos2{
                display: inline;
            }
            footer{
           color: white;
                font-size: 3vw;
        }
        footer h4{
            color: #6EC2BB ;
            font-size: 2vw;
            
        }
        footer h4 a{
            text-decoration: none;
            color: #6EC2BB ;
        }
            #qualitas{
                display: none;
            }
            #qualitas2{
                display: inline;
            }
            
            
            
        .menumovil{
            display: inline;
        }
        .botonmenu{ 
            width: 11%;
            position: fixed;
            top: 1vw;
            right: 2%;
            z-index: 99999999999;
            transition: all 2s;
            
        }
        .botonmenu img{
            width: 100%;
            cursor: pointer;
        }
        .cortina{
             width: 100%;
            height: 100%;
            position: fixed;
            right: 0;
            background-color: rgb(0,0,0,.9);
            z-index: -9999;
            border-bottom-left-radius: 10px;
            transition: all 2s; 
            opacity: 0;
        }
        .menumovil1{
            width: 70%;
            height: 90vw;
            padding-top: 5vw;
            position: fixed;
            right: 0;
            color: #6EC2BB ;
            text-align: center;
            background-color: #344547;
            z-index: -9999;
            border-bottom-left-radius: 10px;
            transition: all 2s;
            opacity: 0;
            font-family: sans-serif; 
        }
        .menumovil1 img{
            width: 50%;
            padding-bottom: 5vw;
        }
        .menumovilop{
            text-align: left;
            padding-left: 30%;
            width: 70%;
            padding-top: 7vw;
            font-size: 5vw;

        }
        
        
        }