@media only screen and (max-width: 3840px){
    
    .seccion-poup-aviso{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(0);
        transition: transform ease .4s;
    }

    .seccion-poup-aviso.muestra-popup{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(1);
        transition: transform ease .4s;
    }

    .contenedor-pupup-aviso{
        width: 850px;
        height: 450px;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .contenedor-img-pop-up{
        width: 250px;
        height: 100%;
        float: left;
        background-color: #002627;
        position: relative;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: url('../assets/img-pop-up.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .contenedor-info-aviso{
        width: 600px;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }

    .contenedor-btn-modal{
        width: 100%;
        height: 30px;
        float: left;
        background-color: transparent;
        position: absolute;
        top: -40px;
        right: 0;
    }

    .contenedor-btn-modal a{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
    }

    .contenedor-btn-modal a img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-info-aviso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-aviso p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aviso .aviso-p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .seccion-inicio{
        width: 100%;
        height: 750px;
        background-color: #000000;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        overflow: hidden;
    }

    .seccion-inicio video{
        position: absolute;
        top: 50%; left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        opacity: .5;
    }

    .contenedor-texto-inicio-btn{
        width: 1200px;
        height: 220px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 100px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-texto-inicio-btn h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
    }

    .contenedor-texto-inicio-btn a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
        cursor: pointer;
    }

    .contenedor-texto-inicio-btn a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-texto-inicio-btn a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }









    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-general-nosotros{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-nosotros{
        width: 44%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 60px;
    }

    .contenedor-info-nosotros h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-nosotros a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-nosotros a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 70px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-general-info-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-botones-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btns-nav-tt{
        width: 25%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-nav-tt input[type=radio] {
        display: none;
    }

    .contenedor-btns-nav-tt label {
        width: 25%;
        height: auto;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        background: transparent;
        color: #282828;
        width: 100%;
        height: auto;
        cursor: pointer;
        font-family: Mulish;
        letter-spacing: .5px;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        border-bottom: solid 1px #002627;
    }

    .btn-orillas-izq{
        border-top-left-radius: 20px;
    }

    .btn-orillas-der{
        border-top-right-radius: 20px;
    }

    .contenedor-btns-nav-tt label:hover {
        border-bottom: solid 4px #00C2CB;
    }
    
    .contenedor-btns-nav-tt input[type=radio]:checked + label {
        border-bottom: solid 4px #00C2CB;
    }

    .contenedor-info-productos{
        width: 100%;
        height: 540px;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        float: left;
        overflow: hidden;
    }

    .contenedor-carrusel-info-productos{
        width: 400%;
        height: 100%;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .info-productos{
        width: 100%;
        height: 100%;
        padding: 40px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .producto{
        width: 300px;
        height: 460px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .img-producto-1{
        background: url('../assets/img-servicio-1.webp');
    }

    .img-producto-2{
        background: url("../assets/img-servicio-2.webp");
    }

    .img-producto-3{
        background: url("../assets/img-servicio-3.webp");
    }

    .img-producto-4{
        background: url("../assets/img-servicio-4.webp");
    }

    .img-producto-5{
        background: url("../assets/img-servicio-5.webp");
    }

    .img-producto-6{
        background: url("../assets/img-servicio-6.webp");
    }

    .img-producto-7{
        background: url("../assets/img-servicio-7.webp");
    }

    .img-producto-8{
        background: url("../assets/img-servicio-8.webp");
    }

    .img-producto-9{
        background: url("../assets/img-servicio-9.webp");
    }

    .img-producto-10{
        background: url("../assets/img-servicio-10.webp");
    }

    .img-producto{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background-position: 50% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .info-pdto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding: 20px;
        padding-top: 30px;
    }

    .info-pdto figure{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 5px;
        position: absolute;
        top: -35px;
        left: 20px;
    }

    .info-pdto img{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
    }

    .info-pdto h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .info-pdto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-boton-producto{
        width: 100%;
        height: 50px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: left;
    }

    .contenedor-boton-producto a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-boton-producto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-boton-producto a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-boton-producto a:hover span{
        color: #00C2CB;
    }








    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-aplicantes{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 140px;
    }

    .contenedor-info-aplicantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .contenedor-info-aplicantes p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-aplicantes a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }

    .contenedor-img-aplicantes{
        width: 44%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-aplicantes img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }







    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-contacto{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-titulo-contacto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
        text-align: center;
    }

    .contenedor-general-contacto form{
        width: 720px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-nombre-apellido-form,
    .contenedor-sector-producto-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-nombre,
    .contenedor-apellido{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector,
    .contenedor-producto{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-telefono,
    .contenedor-email,
    .contenedor-mensaje,
    .contenedor-btn-submit{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit{
        margin-top: 40px;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .option-productos{
        display: none;
        visibility: hidden;
    }

    .option-productos.muestra-opciones{
        display: block;
        visibility: visible;
    }

    .input-grande{
        width: 100%;
        height: 150px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 20px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding:10px;
        resize: none;
        text-transform: uppercase;
    }

    .input-normal::placeholder,
    .input-grande::placeholder{
        font-family: Mulish;
        font-size: 16px;
        color: #888888;
        font-weight: 400;
    }

    .contenedor-btn-submit input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }







    .seccion-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-noticias{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .noticia{
        width: 31%;
        height: 400px;
        background-color: #ffffff;
        border-radius: 10px;
        float: left;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .noticia figure{
        width: 100%;
        height: 200px;
        float: left;
        background-color: transparent;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .noticia figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .contenedor-informacion-noticia{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        padding: 20px;
    }

    .fecha-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }


    .contenedor-informacion-noticia h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
        overflow: hidden;
    }

    .contenedor-informacion-noticia .txt-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .contenedor-btn-noticia{
        width: 100%;
        height: 40px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .contenedor-btn-noticia a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        margin-left: -5px;
    }

    .contenedor-btn-noticia a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-btn-noticia a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        margin-left: 0px;
    }

    .contenedor-btn-noticia a:hover span{
        color: #00C2CB;
    }






    .azul{
        color: #00C2CB;
    }

    .azul-t{
        color: #00C2CB;
        font-weight: 700;
    }




    .oculto{
        display: none;
        visibility: hidden;
    }
}

















@media only screen and (max-width: 1380px){
    
    .seccion-poup-aviso{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(0);
        transition: transform ease .4s;
    }

    .seccion-poup-aviso.muestra-popup{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(1);
        transition: transform ease .4s;
    }

    .contenedor-pupup-aviso{
        width: 850px;
        height: 450px;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .contenedor-img-pop-up{
        width: 250px;
        height: 100%;
        float: left;
        background-color: #002627;
        position: relative;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: url('../assets/img-pop-up.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .contenedor-info-aviso{
        width: 600px;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }

    .contenedor-btn-modal{
        width: 100%;
        height: 30px;
        float: left;
        background-color: transparent;
        position: absolute;
        top: -40px;
        right: 0;
    }

    .contenedor-btn-modal a{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
    }

    .contenedor-btn-modal a img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-info-aviso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-aviso p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aviso .aviso-p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .seccion-inicio{
        width: 100%;
        height: 750px;
        background-color: #000000;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        overflow: hidden;
    }

    .seccion-inicio video{
        position: absolute;
        top: 50%; left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        opacity: .5;
    }

    .contenedor-texto-inicio-btn{
        width: 100%;
        height: 220px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 100px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-texto-inicio-btn h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
    }

    .contenedor-texto-inicio-btn a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
        cursor: pointer;
    }

    .contenedor-texto-inicio-btn a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-texto-inicio-btn a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }









    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-nosotros{
        width: 44%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-nosotros h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-nosotros a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-nosotros a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 100px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-general-info-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-botones-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btns-nav-tt{
        width: 25%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-nav-tt input[type=radio] {
        display: none;
    }

    .contenedor-btns-nav-tt label {
        width: 25%;
        height: auto;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        background: transparent;
        color: #282828;
        width: 100%;
        height: auto;
        cursor: pointer;
        font-family: Mulish;
        letter-spacing: .5px;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        border-bottom: solid 1px #002627;
    }

    .btn-orillas-izq{
        border-top-left-radius: 20px;
    }

    .btn-orillas-der{
        border-top-right-radius: 20px;
    }

    .contenedor-btns-nav-tt label:hover {
        border-bottom: solid 4px #00C2CB;
    }
    
    .contenedor-btns-nav-tt input[type=radio]:checked + label {
        border-bottom: solid 4px #00C2CB;
    }

    .contenedor-info-productos{
        width: 100%;
        height: 540px;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        float: left;
        overflow: hidden;
    }

    .contenedor-carrusel-info-productos{
        width: 400%;
        height: 100%;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .info-productos{
        width: 100%;
        height: 100%;
        padding: 40px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .producto{
        width: 28%;
        height: 480px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .img-producto-1{
        background: url('../assets/img-servicio-1.webp');
    }

    .img-producto-2{
        background: url("../assets/img-servicio-2.webp");
    }

    .img-producto-3{
        background: url("../assets/img-servicio-3.webp");
    }

    .img-producto-4{
        background: url("../assets/img-servicio-4.webp");
    }

    .img-producto-5{
        background: url("../assets/img-servicio-5.webp");
    }

    .img-producto-6{
        background: url("../assets/img-servicio-6.webp");
    }

    .img-producto-7{
        background: url("../assets/img-servicio-7.webp");
    }

    .img-producto-8{
        background: url("../assets/img-servicio-8.webp");
    }

    .img-producto-9{
        background: url("../assets/img-servicio-9.webp");
    }

    .img-producto-10{
        background: url("../assets/img-servicio-10.webp");
    }

    .img-producto{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background-position: 50% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .info-pdto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding: 20px;
        padding-top: 30px;
    }

    .info-pdto figure{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 5px;
        position: absolute;
        top: -35px;
        left: 20px;
    }

    .info-pdto img{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
    }

    .info-pdto h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .info-pdto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-boton-producto{
        width: 100%;
        height: 50px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: left;
    }

    .contenedor-boton-producto a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-boton-producto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-boton-producto a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-boton-producto a:hover span{
        color: #00C2CB;
    }








    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 120px;
    }

    .contenedor-info-aplicantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .contenedor-info-aplicantes p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-aplicantes a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }

    .contenedor-img-aplicantes{
        width: 44%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-aplicantes img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }







    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-titulo-contacto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
        text-align: center;
    }

    .contenedor-general-contacto form{
        width: 720px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-nombre-apellido-form,
    .contenedor-sector-producto-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-nombre,
    .contenedor-apellido{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector,
    .contenedor-producto{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-telefono,
    .contenedor-email,
    .contenedor-mensaje,
    .contenedor-btn-submit{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit{
        margin-top: 40px;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .option-productos{
        display: none;
        visibility: hidden;
    }

    .option-productos.muestra-opciones{
        display: block;
        visibility: visible;
    }

    .input-grande{
        width: 100%;
        height: 150px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 20px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding:10px;
        resize: none;
        text-transform: uppercase;
    }

    .input-normal::placeholder,
    .input-grande::placeholder{
        font-family: Mulish;
        font-size: 16px;
        color: #888888;
        font-weight: 400;
    }

    .contenedor-btn-submit input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }







    .seccion-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .noticia{
        width: 31%;
        height: 400px;
        background-color: #ffffff;
        border-radius: 10px;
        float: left;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .noticia figure{
        width: 100%;
        height: 200px;
        float: left;
        background-color: transparent;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .noticia figure img{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        object-fit: cover;
    }

    .contenedor-informacion-noticia{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        padding: 20px;
    }

    .fecha-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }


    .contenedor-informacion-noticia h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
        overflow: hidden;
    }

    .contenedor-informacion-noticia .txt-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .contenedor-btn-noticia{
        width: 100%;
        height: 40px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .contenedor-btn-noticia a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        margin-left: -5px;
    }

    .contenedor-btn-noticia a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-btn-noticia a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        margin-left: 0px;
    }

    .contenedor-btn-noticia a:hover span{
        color: #00C2CB;
    }








    .azul{
        color: #00C2CB;
    }

    .azul-t{
        color: #00C2CB;
        font-weight: 700;
    }





    .oculto{
        display: none;
        visibility: hidden;
    }
}

















@media only screen and (max-width: 1180px){
    
    .seccion-poup-aviso{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(0);
        transition: transform ease .4s;
    }

    .seccion-poup-aviso.muestra-popup{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(1);
        transition: transform ease .4s;
    }

    .contenedor-pupup-aviso{
        width: 850px;
        height: 450px;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .contenedor-img-pop-up{
        width: 250px;
        height: 100%;
        float: left;
        background-color: #002627;
        position: relative;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: url('../assets/img-pop-up.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .contenedor-info-aviso{
        width: 600px;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }

    .contenedor-btn-modal{
        width: 100%;
        height: 30px;
        float: left;
        background-color: transparent;
        position: absolute;
        top: -40px;
        right: 0;
    }

    .contenedor-btn-modal a{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
    }

    .contenedor-btn-modal a img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-info-aviso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-aviso p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aviso .aviso-p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .seccion-inicio{
        width: 100%;
        height: 750px;
        background-color: #000000;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        overflow: hidden;
    }

    .seccion-inicio video{
        position: absolute;
        top: 50%; left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        opacity: .5;
    }

    .contenedor-texto-inicio-btn{
        width: 100%;
        height: 220px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 100px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-texto-inicio-btn h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
    }

    .contenedor-texto-inicio-btn a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
        cursor: pointer;
    }

    .contenedor-texto-inicio-btn a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-texto-inicio-btn a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }









    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-nosotros{
        width: 44%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-nosotros h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .contenedor-info-nosotros h2 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-nosotros a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-nosotros a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 100px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-general-info-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-botones-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btns-nav-tt{
        width: 25%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-nav-tt input[type=radio] {
        display: none;
    }

    .contenedor-btns-nav-tt label {
        width: 25%;
        height: auto;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        background: transparent;
        color: #282828;
        width: 100%;
        height: auto;
        cursor: pointer;
        font-family: Mulish;
        letter-spacing: .5px;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        border-bottom: solid 1px #002627;
    }

    .btn-orillas-izq{
        border-top-left-radius: 20px;
    }

    .btn-orillas-der{
        border-top-right-radius: 20px;
    }

    .contenedor-btns-nav-tt label:hover {
        border-bottom: solid 4px #00C2CB;
    }
    
    .contenedor-btns-nav-tt input[type=radio]:checked + label {
        border-bottom: solid 4px #00C2CB;
    }

    .contenedor-info-productos{
        width: 100%;
        height: 540px;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        float: left;
        overflow: hidden;
    }

    .contenedor-carrusel-info-productos{
        width: 400%;
        height: 100%;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .info-productos{
        width: 100%;
        height: 100%;
        padding: 40px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .producto{
        width: 40%;
        height: 460px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .img-producto-1{
        background: url('../assets/img-servicio-1.webp');
    }

    .img-producto-2{
        background: url("../assets/img-servicio-2.webp");
    }

    .img-producto-3{
        background: url("../assets/img-servicio-3.webp");
    }

    .img-producto-4{
        background: url("../assets/img-servicio-4.webp");
    }

    .img-producto-5{
        background: url("../assets/img-servicio-5.webp");
    }

    .img-producto-6{
        background: url("../assets/img-servicio-6.webp");
    }

    .img-producto-7{
        background: url("../assets/img-servicio-7.webp");
    }

    .img-producto-8{
        background: url("../assets/img-servicio-8.webp");
    }

    .img-producto-9{
        background: url("../assets/img-servicio-9.webp");
    }

    .img-producto-10{
        background: url("../assets/img-servicio-10.webp");
    }

    .img-producto{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background-position: 50% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .info-pdto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding: 20px;
        padding-top: 30px;
    }

    .info-pdto figure{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 5px;
        position: absolute;
        top: -35px;
        left: 20px;
    }

    .info-pdto img{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
    }

    .info-pdto h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .info-pdto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-boton-producto{
        width: 100%;
        height: 50px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: left;
    }

    .contenedor-boton-producto a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-boton-producto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-boton-producto a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-boton-producto a:hover span{
        color: #00C2CB;
    }








    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 60px;
    }

    .contenedor-info-aplicantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .contenedor-info-aplicantes p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-aplicantes a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }

    .contenedor-img-aplicantes{
        width: 44%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-aplicantes img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }







    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-titulo-contacto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
        text-align: center;
    }

    .contenedor-general-contacto form{
        width: 720px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-nombre-apellido-form,
    .contenedor-sector-producto-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-nombre,
    .contenedor-apellido{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector,
    .contenedor-producto{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-telefono,
    .contenedor-email,
    .contenedor-mensaje,
    .contenedor-btn-submit{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit{
        margin-top: 40px;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .option-productos{
        display: none;
        visibility: hidden;
    }

    .option-productos.muestra-opciones{
        display: block;
        visibility: visible;
    }

    .input-grande{
        width: 100%;
        height: 150px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 20px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding:10px;
        resize: none;
        text-transform: uppercase;
    }

    .input-normal::placeholder,
    .input-grande::placeholder{
        font-family: Mulish;
        font-size: 16px;
        color: #888888;
        font-weight: 400;
    }

    .contenedor-btn-submit input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }







    .seccion-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .noticia{
        width: 31%;
        height: 400px;
        background-color: #ffffff;
        border-radius: 10px;
        float: left;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .noticia figure{
        width: 100%;
        height: 200px;
        float: left;
        background-color: transparent;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .noticia figure img{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        object-fit: cover;
    }

    .contenedor-informacion-noticia{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        padding: 20px;
    }

    .fecha-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }


    .contenedor-informacion-noticia h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
        overflow: hidden;
    }

    .contenedor-informacion-noticia .txt-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .contenedor-btn-noticia{
        width: 100%;
        height: 40px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .contenedor-btn-noticia a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        margin-left: -5px;
    }

    .contenedor-btn-noticia a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-btn-noticia a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        margin-left: 0px;
    }

    .contenedor-btn-noticia a:hover span{
        color: #00C2CB;
    }






    .azul{
        color: #00C2CB;
    }

    .azul-t{
        color: #00C2CB;
        font-weight: 700;
    }





    .oculto{
        display: none;
        visibility: hidden;
    }
}




















@media only screen and (max-width: 980px){
    
    .seccion-poup-aviso{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(0);
        transition: transform ease .4s;
    }

    .seccion-poup-aviso.muestra-popup{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(1);
        transition: transform ease .4s;
    }

    .contenedor-pupup-aviso{
        width: 90%;
        height: 450px;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .contenedor-img-pop-up{
        width: 25%;
        height: 100%;
        float: left;
        background-color: #002627;
        position: relative;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: url('../assets/img-pop-up.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .contenedor-info-aviso{
        width: 75%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }

    .contenedor-btn-modal{
        width: 100%;
        height: 30px;
        float: left;
        background-color: transparent;
        position: absolute;
        top: -40px;
        right: 0;
    }

    .contenedor-btn-modal a{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
    }

    .contenedor-btn-modal a img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-info-aviso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-aviso p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aviso .aviso-p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .seccion-inicio{
        width: 100%;
        height: 750px;
        background-color: #000000;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        overflow: hidden;
    }

    .seccion-inicio video{
        position: absolute;
        top: 50%; left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        opacity: .5;
    }

    .contenedor-texto-inicio-btn{
        width: 100%;
        height: 220px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 100px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-texto-inicio-btn h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
    }

    .contenedor-texto-inicio-btn a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
        cursor: pointer;
    }

    .contenedor-texto-inicio-btn a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-texto-inicio-btn a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }









    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-nosotros{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-nosotros h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .contenedor-info-nosotros h2 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-nosotros a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-nosotros a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 100px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-general-info-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-botones-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btns-nav-tt{
        width: 25%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-nav-tt input[type=radio] {
        display: none;
    }

    .contenedor-btns-nav-tt label {
        width: 25%;
        height: auto;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        background: transparent;
        color: #282828;
        width: 100%;
        height: auto;
        cursor: pointer;
        font-family: Mulish;
        letter-spacing: .5px;
        text-align: center;
        font-weight: 800;
        font-size: 16px;
        border-bottom: solid 1px #002627;
    }

    .btn-orillas-izq{
        border-top-left-radius: 20px;
    }

    .btn-orillas-der{
        border-top-right-radius: 20px;
    }

    .contenedor-btns-nav-tt label:hover {
        border-bottom: solid 4px #00C2CB;
    }
    
    .contenedor-btns-nav-tt input[type=radio]:checked + label {
        border-bottom: solid 4px #00C2CB;
    }

    .contenedor-info-productos{
        width: 100%;
        height: 570px;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        float: left;
        overflow: hidden;
    }

    .contenedor-carrusel-info-productos{
        width: 400%;
        height: 100%;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .info-productos{
        width: 100%;
        height: 100%;
        padding: 40px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .producto{
        width: 40%;
        height: 490px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .img-producto-1{
        background: url('../assets/img-servicio-1.webp');
    }

    .img-producto-2{
        background: url("../assets/img-servicio-2.webp");
    }

    .img-producto-3{
        background: url("../assets/img-servicio-3.webp");
    }

    .img-producto-4{
        background: url("../assets/img-servicio-4.webp");
    }

    .img-producto-5{
        background: url("../assets/img-servicio-5.webp");
    }

    .img-producto-6{
        background: url("../assets/img-servicio-6.webp");
    }

    .img-producto-7{
        background: url("../assets/img-servicio-7.webp");
    }

    .img-producto-8{
        background: url("../assets/img-servicio-8.webp");
    }

    .img-producto-9{
        background: url("../assets/img-servicio-9.webp");
    }

    .img-producto-10{
        background: url("../assets/img-servicio-10.webp");
    }

    .img-producto{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background-position: 50% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .info-pdto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding: 20px;
        padding-top: 30px;
    }

    .info-pdto figure{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 5px;
        position: absolute;
        top: -35px;
        left: 20px;
    }

    .info-pdto img{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
    }

    .info-pdto h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .info-pdto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-boton-producto{
        width: 100%;
        height: 50px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: left;
    }

    .contenedor-boton-producto a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-boton-producto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-boton-producto a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-boton-producto a:hover span{
        color: #00C2CB;
    }








    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: end;
        flex-wrap: wrap-reverse;
    }

    .contenedor-info-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-aplicantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: right;
        letter-spacing: .2px;
    }

    .contenedor-info-aplicantes p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: right;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: right;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-aplicantes a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }

    .contenedor-img-aplicantes{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-img-aplicantes img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }







    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-titulo-contacto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
        text-align: center;
    }

    .contenedor-general-contacto form{
        width: 720px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-nombre-apellido-form,
    .contenedor-sector-producto-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-nombre,
    .contenedor-apellido{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-sector,
    .contenedor-producto{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-telefono,
    .contenedor-email,
    .contenedor-mensaje,
    .contenedor-btn-submit{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit{
        margin-top: 40px;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .option-productos{
        display: none;
        visibility: hidden;
    }

    .option-productos.muestra-opciones{
        display: block;
        visibility: visible;
    }

    .input-grande{
        width: 100%;
        height: 150px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 20px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding:10px;
        resize: none;
        text-transform: uppercase;
    }

    .input-normal::placeholder,
    .input-grande::placeholder{
        font-family: Mulish;
        font-size: 16px;
        color: #888888;
        font-weight: 400;
    }

    .contenedor-btn-submit input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }







    .seccion-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .noticia{
        width: 31%;
        height: 400px;
        background-color: #ffffff;
        border-radius: 10px;
        float: left;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .noticia figure{
        width: 100%;
        height: 200px;
        float: left;
        background-color: transparent;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .noticia figure img{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        object-fit: cover;
    }

    .contenedor-informacion-noticia{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        padding: 20px;
    }

    .fecha-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }


    .contenedor-informacion-noticia h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
        overflow: hidden;
    }

    .contenedor-informacion-noticia .txt-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .contenedor-btn-noticia{
        width: 100%;
        height: 40px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .contenedor-btn-noticia a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        margin-left: -5px;
    }

    .contenedor-btn-noticia a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-btn-noticia a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        margin-left: 0px;
    }

    .contenedor-btn-noticia a:hover span{
        color: #00C2CB;
    }






    .azul{
        color: #00C2CB;
    }

    .azul-t{
        color: #00C2CB;
        font-weight: 700;
    }





    .oculto{
        display: none;
        visibility: hidden;
    }
}


















@media only screen and (max-width: 780px){
    
    .seccion-poup-aviso{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(0);
        transition: transform ease .4s;
    }

    .seccion-poup-aviso.muestra-popup{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(1);
        transition: transform ease .4s;
    }

    .contenedor-pupup-aviso{
        width: 90%;
        height: 550px;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .contenedor-img-pop-up{
        width: 100%;
        height: 120px;
        float: left;
        background-color: #002627;
        position: relative;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        background: url('../assets/img-pop-up.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .contenedor-info-aviso{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }

    .contenedor-btn-modal{
        width: 100%;
        height: 30px;
        float: left;
        background-color: transparent;
        position: absolute;
        top: -160px;
        right: 0;
    }

    .contenedor-btn-modal a{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
    }

    .contenedor-btn-modal a img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-info-aviso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-aviso p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aviso .aviso-p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .seccion-inicio{
        width: 100%;
        height: 750px;
        background-color: #000000;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        overflow: hidden;
    }

    .seccion-inicio video{
        position: absolute;
        top: 50%; left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        opacity: .5;
    }

    .contenedor-texto-inicio-btn{
        width: 100%;
        height: 320px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 100px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-texto-inicio-btn h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn h1 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-texto-inicio-btn p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
    }

    .contenedor-texto-inicio-btn p br{
        display: none;
        visibility: hidden;
    }

    .contenedor-texto-inicio-btn a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
        cursor: pointer;
    }

    .contenedor-texto-inicio-btn a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-texto-inicio-btn a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }









    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-nosotros{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-nosotros h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .contenedor-info-nosotros h2 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-nosotros a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-nosotros a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 100px;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-general-info-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-botones-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-btns-nav-tt{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-nav-tt input[type=radio] {
        display: none;
    }

    .contenedor-btns-nav-tt label {
        width: 25%;
        height: auto;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        background: transparent;
        color: #282828;
        width: 100%;
        height: auto;
        cursor: pointer;
        font-family: Mulish;
        letter-spacing: .5px;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        border-bottom: solid 1px #002627;
    }

    .btn-orillas-izq{
        border-top-left-radius: 20px;
    }

    .btn-orillas-der{
        border-top-right-radius: 20px;
    }

    .contenedor-btns-nav-tt label:hover {
        border-bottom: solid 4px #00C2CB;
    }
    
    .contenedor-btns-nav-tt input[type=radio]:checked + label {
        border-bottom: solid 4px #00C2CB;
    }

    .contenedor-info-productos{
        width: 100%;
        height: 600px;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        float: left;
        overflow: hidden;
    }

    .contenedor-carrusel-info-productos{
        width: 400%;
        height: 100%;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .info-productos{
        width: 100%;
        height: 100%;
        padding: 40px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .producto{
        width: 47%;
        height: 510px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 7px;
        margin-right: 7px;
        margin-bottom: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .img-producto-1{
        background: url('../assets/img-servicio-1.webp');
    }

    .img-producto-2{
        background: url("../assets/img-servicio-2.webp");
    }

    .img-producto-3{
        background: url("../assets/img-servicio-3.webp");
    }

    .img-producto-4{
        background: url("../assets/img-servicio-4.webp");
    }

    .img-producto-5{
        background: url("../assets/img-servicio-5.webp");
    }

    .img-producto-6{
        background: url("../assets/img-servicio-6.webp");
    }

    .img-producto-7{
        background: url("../assets/img-servicio-7.webp");
    }

    .img-producto-8{
        background: url("../assets/img-servicio-8.webp");
    }

    .img-producto-9{
        background: url("../assets/img-servicio-9.webp");
    }

    .img-producto-10{
        background: url("../assets/img-servicio-10.webp");
    }

    .img-producto{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background-position: 50% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .info-pdto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding: 20px;
        padding-top: 30px;
    }

    .info-pdto figure{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 5px;
        position: absolute;
        top: -35px;
        left: 20px;
    }

    .info-pdto img{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
    }

    .info-pdto h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .info-pdto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-boton-producto{
        width: 100%;
        height: 50px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: left;
    }

    .contenedor-boton-producto a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-boton-producto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-boton-producto a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-boton-producto a:hover span{
        color: #00C2CB;
    }








    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: end;
        flex-wrap: wrap-reverse;
    }

    .contenedor-info-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-aplicantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: right;
        letter-spacing: .2px;
    }

    .contenedor-info-aplicantes p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: right;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: right;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-aplicantes a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }

    .contenedor-img-aplicantes{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-img-aplicantes img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }







    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-titulo-contacto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
        text-align: center;
    }

    .contenedor-general-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-nombre-apellido-form,
    .contenedor-sector-producto-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-nombre-apellido-form{
        flex-wrap: wrap;
    }

    .contenedor-nombre,
    .contenedor-apellido{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-apellido{
        margin-top: 20px;
    }

    .contenedor-sector,
    .contenedor-producto{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-telefono,
    .contenedor-email,
    .contenedor-mensaje,
    .contenedor-btn-submit{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit{
        margin-top: 40px;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .option-productos{
        display: none;
        visibility: hidden;
    }

    .option-productos.muestra-opciones{
        display: block;
        visibility: visible;
    }

    .input-grande{
        width: 100%;
        height: 150px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 20px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding:10px;
        resize: none;
        text-transform: uppercase;
    }

    .input-normal::placeholder,
    .input-grande::placeholder{
        font-family: Mulish;
        font-size: 16px;
        color: #888888;
        font-weight: 400;
    }

    .contenedor-btn-submit input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }







    .seccion-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 110px;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .noticia{
        width: 100%;
        height: 350px;
        background-color: #ffffff;
        border-radius: 10px;
        float: left;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        margin-bottom: 30px;
    }

    .noticia figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .noticia figure img{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        object-fit: cover;
    }

    .contenedor-informacion-noticia{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        padding: 20px;
    }

    .fecha-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }


    .contenedor-informacion-noticia h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
        overflow: hidden;
    }

    .contenedor-informacion-noticia .txt-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .contenedor-btn-noticia{
        width: 100%;
        height: 40px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .contenedor-btn-noticia a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        margin-left: -10px;
    }

    .contenedor-btn-noticia a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-btn-noticia a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        margin-left: 0px;
    }

    .contenedor-btn-noticia a:hover span{
        color: #00C2CB;
    }





    .azul{
        color: #00C2CB;
    }

    .azul-t{
        color: #00C2CB;
        font-weight: 700;
    }





    .oculto{
        display: none;
        visibility: hidden;
    }
}
















@media only screen and (max-width: 580px){
    
    .seccion-poup-aviso{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(0);
        transition: transform ease .4s;
    }

    .seccion-poup-aviso.muestra-popup{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(1);
        transition: transform ease .4s;
    }

    .contenedor-pupup-aviso{
        width: 90%;
        height: 600px;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .contenedor-img-pop-up{
        width: 100%;
        height: 120px;
        float: left;
        background-color: #002627;
        position: relative;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        background: url('../assets/img-pop-up.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .contenedor-info-aviso{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }

    .contenedor-btn-modal{
        width: 100%;
        height: 30px;
        float: left;
        background-color: transparent;
        position: absolute;
        top: -160px;
        right: 0;
    }

    .contenedor-btn-modal a{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
    }

    .contenedor-btn-modal a img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-info-aviso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-aviso p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aviso .aviso-p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .seccion-inicio{
        width: 100%;
        height: 750px;
        background-color: #000000;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        overflow: hidden;
    }

    .seccion-inicio video{
        position: absolute;
        top: 50%; left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        opacity: .5;
    }

    .contenedor-texto-inicio-btn{
        width: 100%;
        height: 400px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 100px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-texto-inicio-btn h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn h1 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-texto-inicio-btn p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
    }

    .contenedor-texto-inicio-btn p br{
        display: none;
        visibility: hidden;
    }

    .contenedor-texto-inicio-btn a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
        cursor: pointer;
    }

    .contenedor-texto-inicio-btn a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-texto-inicio-btn a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }









    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-nosotros{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-nosotros h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .contenedor-info-nosotros h2 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-nosotros a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-nosotros a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-general-info-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-botones-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-btns-nav-tt{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-nav-tt input[type=radio] {
        display: none;
    }

    .contenedor-btns-nav-tt label {
        width: 25%;
        height: auto;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        background: transparent;
        color: #282828;
        width: 100%;
        height: auto;
        cursor: pointer;
        font-family: Mulish;
        letter-spacing: .5px;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        border-bottom: solid 1px #002627;
    }

    .btn-orillas-izq{
        border-top-left-radius: 20px;
    }

    .btn-orillas-der{
        border-top-right-radius: 20px;
    }

    .contenedor-btns-nav-tt label:hover {
        border-bottom: solid 4px #00C2CB;
    }
    
    .contenedor-btns-nav-tt input[type=radio]:checked + label {
        border-bottom: solid 4px #00C2CB;
    }

    .contenedor-info-productos{
        width: 100%;
        height: 480px;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        float: left;
        overflow: hidden;
    }

    .contenedor-carrusel-info-productos{
        width: 400%;
        height: 100%;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .info-productos{
        width: 100%;
        height: 100%;
        padding: 40px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .producto{
        width: 100%;
        height: 400px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 7px;
        margin-right: 7px;
        margin-bottom: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .img-producto-1{
        background: url('../assets/img-servicio-1.webp');
    }

    .img-producto-2{
        background: url("../assets/img-servicio-2.webp");
    }

    .img-producto-3{
        background: url("../assets/img-servicio-3.webp");
    }

    .img-producto-4{
        background: url("../assets/img-servicio-4.webp");
    }

    .img-producto-5{
        background: url("../assets/img-servicio-5.webp");
    }

    .img-producto-6{
        background: url("../assets/img-servicio-6.webp");
    }

    .img-producto-7{
        background: url("../assets/img-servicio-7.webp");
    }

    .img-producto-8{
        background: url("../assets/img-servicio-8.webp");
    }

    .img-producto-9{
        background: url("../assets/img-servicio-9.webp");
    }

    .img-producto-10{
        background: url("../assets/img-servicio-10.webp");
    }

    .img-producto{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background-position: 50% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .info-pdto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding: 20px;
        padding-top: 30px;
    }

    .info-pdto figure{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 5px;
        position: absolute;
        top: -35px;
        left: 20px;
    }

    .info-pdto img{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
    }

    .info-pdto h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .info-pdto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-boton-producto{
        width: 100%;
        height: 50px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: left;
    }

    .contenedor-boton-producto a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-boton-producto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-boton-producto a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-boton-producto a:hover span{
        color: #00C2CB;
    }








    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: end;
        flex-wrap: wrap-reverse;
    }

    .contenedor-info-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-aplicantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: right;
        letter-spacing: .2px;
    }

    .contenedor-info-aplicantes p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: right;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: right;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-aplicantes a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }

    .contenedor-img-aplicantes{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-img-aplicantes img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }







    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-titulo-contacto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
        text-align: center;
    }

    .contenedor-general-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-nombre-apellido-form,
    .contenedor-sector-producto-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-nombre-apellido-form{
        flex-wrap: wrap;
    }

    .contenedor-nombre,
    .contenedor-apellido{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-apellido{
        margin-top: 20px;
    }

    .contenedor-sector,
    .contenedor-producto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-telefono,
    .contenedor-email,
    .contenedor-mensaje,
    .contenedor-btn-submit{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit{
        margin-top: 40px;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .option-productos{
        display: none;
        visibility: hidden;
    }

    .option-productos.muestra-opciones{
        display: block;
        visibility: visible;
    }

    .input-grande{
        width: 100%;
        height: 150px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 20px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding:10px;
        resize: none;
        text-transform: uppercase;
    }

    .input-normal::placeholder,
    .input-grande::placeholder{
        font-family: Mulish;
        font-size: 16px;
        color: #888888;
        font-weight: 400;
    }

    .contenedor-btn-submit input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }






    .seccion-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 110px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .noticia{
        width: 100%;
        height: 350px;
        background-color: #ffffff;
        border-radius: 10px;
        float: left;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        margin-bottom: 30px;
    }

    .noticia figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .noticia figure img{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        object-fit: cover;
    }

    .contenedor-informacion-noticia{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        padding: 20px;
    }

    .fecha-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }


    .contenedor-informacion-noticia h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
        overflow: hidden;
    }

    .contenedor-informacion-noticia .txt-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .contenedor-btn-noticia{
        width: 100%;
        height: 40px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .contenedor-btn-noticia a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        margin-left: -10px;
    }

    .contenedor-btn-noticia a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-btn-noticia a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        margin-left: 0px;
    }

    .contenedor-btn-noticia a:hover span{
        color: #00C2CB;
    }






    .azul{
        color: #00C2CB;
    }

    .azul-t{
        color: #00C2CB;
        font-weight: 700;
    }







    .oculto{
        display: none;
        visibility: hidden;
    }
}

















@media only screen and (max-width: 480px){
    
    .seccion-poup-aviso{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(0);
        transition: transform ease .4s;
    }

    .seccion-poup-aviso.muestra-popup{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgb(0, 0, 0, .8);
        position: fixed;
        z-index: 100;
        transform: scale(1);
        transition: transform ease .4s;
    }

    .contenedor-pupup-aviso{
        width: 90%;
        height: 550px;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .contenedor-img-pop-up{
        width: 100%;
        height: 120px;
        float: left;
        background-color: #002627;
        position: relative;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        background: url('../assets/img-pop-up.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: none;
        visibility: hidden;
    }

    .contenedor-info-aviso{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }

    .contenedor-btn-modal{
        width: 100%;
        height: 30px;
        float: left;
        background-color: transparent;
        position: absolute;
        top: -40px;
        right: 0;
    }

    .contenedor-btn-modal a{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
        cursor: pointer;
    }

    .contenedor-btn-modal a img{
        width: 30px;
        height: 30px;
        float: right;
        background-color: transparent;
    }

    .contenedor-info-aviso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-aviso p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-aviso .aviso-p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .seccion-inicio{
        width: 100%;
        height: 750px;
        background-color: #000000;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: center;
        overflow: hidden;
    }

    .seccion-inicio video{
        position: absolute;
        top: 50%; left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        opacity: .5;
    }

    .contenedor-texto-inicio-btn{
        width: 100%;
        height: 480px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 100px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-texto-inicio-btn h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn h1 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-texto-inicio-btn p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
    }

    .contenedor-texto-inicio-btn p br{
        display: none;
        visibility: hidden;
    }

    .contenedor-texto-inicio-btn a{
        width: 220px;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        display: inline-flex;
        justify-content: center;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        border: solid 2px #00C2CB;
        cursor: pointer;
    }

    .contenedor-texto-inicio-btn a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-texto-inicio-btn a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-texto-inicio-btn a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }









    .seccion-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-img-nosotros img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-nosotros{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-nosotros h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: -2.5px;
    }

    .contenedor-info-nosotros h2 br{
        display: none;
        visibility: hidden;
    }

    .contenedor-info-nosotros p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: center;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-nosotros a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-nosotros a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-nosotros a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
    }

    .contenedor-titulo-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-productos h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-general-info-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-botones-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-btns-nav-tt{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-btns-nav-tt input[type=radio] {
        display: none;
    }

    .contenedor-btns-nav-tt label {
        width: 25%;
        height: auto;
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
        background: transparent;
        color: #282828;
        width: 100%;
        height: auto;
        cursor: pointer;
        font-family: Mulish;
        letter-spacing: .5px;
        text-align: center;
        font-weight: 800;
        font-size: 18px;
        border-bottom: solid 1px #002627;
    }

    .btn-orillas-izq{
        border-top-left-radius: 20px;
    }

    .btn-orillas-der{
        border-top-right-radius: 20px;
    }

    .contenedor-btns-nav-tt label:hover {
        border-bottom: solid 4px #00C2CB;
    }
    
    .contenedor-btns-nav-tt input[type=radio]:checked + label {
        border-bottom: solid 4px #00C2CB;
    }

    .contenedor-info-productos{
        width: 100%;
        height: 520px;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        float: left;
        overflow: hidden;
    }

    .contenedor-carrusel-info-productos{
        width: 400%;
        height: 100%;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .info-productos{
        width: 100%;
        height: 100%;
        padding: 40px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .producto{
        width: 100%;
        height: 450px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 7px;
        margin-right: 7px;
        margin-bottom: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .img-producto-1{
        background: url('../assets/img-servicio-1.webp');
    }

    .img-producto-2{
        background: url("../assets/img-servicio-2.webp");
    }

    .img-producto-3{
        background: url("../assets/img-servicio-3.webp");
    }

    .img-producto-4{
        background: url("../assets/img-servicio-4.webp");
    }

    .img-producto-5{
        background: url("../assets/img-servicio-5.webp");
    }

    .img-producto-6{
        background: url("../assets/img-servicio-6.webp");
    }

    .img-producto-7{
        background: url("../assets/img-servicio-7.webp");
    }

    .img-producto-8{
        background: url("../assets/img-servicio-8.webp");
    }

    .img-producto-9{
        background: url("../assets/img-servicio-9.webp");
    }

    .img-producto-10{
        background: url("../assets/img-servicio-10.webp");
    }

    .img-producto{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        background-position: 50% 30%;
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .info-pdto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        padding: 20px;
        padding-top: 30px;
    }

    .info-pdto figure{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 5px;
        position: absolute;
        top: -35px;
        left: 20px;
    }

    .info-pdto img{
        width: 50px;
        height: 50px;
        float: left;
        background-color: transparent;
    }

    .info-pdto h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .info-pdto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-boton-producto{
        width: 100%;
        height: 50px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: left;
    }

    .contenedor-boton-producto a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-boton-producto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-boton-producto a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
    }

    .contenedor-boton-producto a:hover span{
        color: #00C2CB;
    }








    .seccion-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: end;
        flex-wrap: wrap-reverse;
    }

    .contenedor-info-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
        padding-top: 40px;
    }

    .contenedor-info-aplicantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: right;
        letter-spacing: .2px;
    }

    .contenedor-info-aplicantes p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: right;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a{
        width: 180px;
        height: 50px;
        border: solid 2px #000000;
        float: right;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 40px;
        text-decoration: none;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-info-aplicantes a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-aplicantes a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-left: 10px;
        letter-spacing: .5px;
    }

    .contenedor-info-aplicantes a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }

    .contenedor-img-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }

    .contenedor-img-aplicantes img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }







    .seccion-contacto{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-titulo-contacto p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        margin-top: 10px;
        text-align: center;
    }

    .contenedor-general-contacto form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-nombre-apellido-form,
    .contenedor-sector-producto-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-nombre-apellido-form{
        flex-wrap: wrap;
    }

    .contenedor-nombre,
    .contenedor-apellido{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-apellido{
        margin-top: 20px;
    }

    .contenedor-sector,
    .contenedor-producto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-telefono,
    .contenedor-email,
    .contenedor-mensaje,
    .contenedor-btn-submit{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-submit{
        margin-top: 40px;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .option-productos{
        display: none;
        visibility: hidden;
    }

    .option-productos.muestra-opciones{
        display: block;
        visibility: visible;
    }

    .input-grande{
        width: 100%;
        height: 150px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 20px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding:10px;
        resize: none;
        text-transform: uppercase;
    }

    .input-normal::placeholder,
    .input-grande::placeholder{
        font-family: Mulish;
        font-size: 16px;
        color: #888888;
        font-weight: 400;
    }

    .contenedor-btn-submit input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }







    .seccion-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 110px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-noticias h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .2px;
        text-align: center;
    }

    .contenedor-noticias{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .noticia{
        width: 100%;
        height: 350px;
        background-color: #ffffff;
        border-radius: 10px;
        float: left;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
        margin-bottom: 30px;
    }

    .noticia figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .noticia figure img{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        object-fit: cover;
    }

    .contenedor-informacion-noticia{
        width: 100%;
        height: 150px;
        float: left;
        background-color: transparent;
        padding: 20px;
    }

    .fecha-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }


    .contenedor-informacion-noticia h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 5px;
        overflow: hidden;
    }

    .contenedor-informacion-noticia .txt-noticia{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .contenedor-btn-noticia{
        width: 100%;
        height: 40px;
        margin-top: 0px;
        float: left;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .contenedor-btn-noticia a{
        width: 180px;
        height: auto;
        float: left;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        margin-left: -10px;
    }

    .contenedor-btn-noticia a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-btn-noticia a span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        margin-left: 0px;
    }

    .contenedor-btn-noticia a:hover span{
        color: #00C2CB;
    }





    .azul{
        color: #00C2CB;
    }

    .azul-t{
        color: #00C2CB;
        font-weight: 700;
    }





    .oculto{
        display: none;
        visibility: hidden;
    }
}