@media only screen and (max-width: 3840px){

    .seccion-portada-empresas{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 1200px;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-general-empresas{
        width: 1200px;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-empresas{
        width: 46%;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-empresas figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-empresas figure img{
        width: auto;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-empresas{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-empresas 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-empresas 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-empresas a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-empresas 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-empresas a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .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: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .producto{
        width: 280px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-4.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-4{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-general-consultoria{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-consultoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-consultoria h2 strong{
        color: #00C2CB;
    }

    .contenedor-general-consultoria p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 00px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contacto 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;
    }

    .contenedor-btn-contacto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-contacto 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-btn-contacto a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }










    .seccion-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-normas-int{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-personas{
        width: 46%;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-personas figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-personas figure img{
        width: auto;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-normas-empresas{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 60px;
    }

    .contenedor-info-normas-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-normas-empresas 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-normas-empresas 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;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }

    
    
    
    
    .oculto{
        display: none;
        visibility: hidden;
    }
}

















@media only screen and (max-width: 1380px){

    .seccion-portada-empresas{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        padding-left: 90px;
        padding-right: 90px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-empresas{
        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-empresas{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-empresas{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-empresas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-empresas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-empresas{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-empresas 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-empresas 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-empresas a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-empresas 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-empresas a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .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: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
    }

    .producto{
        width: 23.5%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-4.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-4{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-consultoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-consultoria h2 strong{
        color: #00C2CB;
    }

    .contenedor-general-consultoria p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 00px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contacto 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;
    }

    .contenedor-btn-contacto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-contacto 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-btn-contacto a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }










    .seccion-normas-int{
        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-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-personas{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-personas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-personas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-normas-empresas{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-normas-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-normas-empresas 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-normas-empresas 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;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }







    .oculto{
        display: none;
        visibility: hidden;
    }
}


















@media only screen and (max-width: 1180px){

    .seccion-portada-empresas{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        padding-left: 90px;
        padding-right: 90px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-empresas{
        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-empresas{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-empresas{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-empresas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-empresas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-empresas{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-empresas 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-empresas 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-empresas a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-empresas 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-empresas a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .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: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .producto{
        width: 340px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 40px;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-4.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-4{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-consultoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-consultoria h2 strong{
        color: #00C2CB;
    }

    .contenedor-general-consultoria p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 00px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contacto 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;
    }

    .contenedor-btn-contacto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-contacto 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-btn-contacto a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }










    .seccion-normas-int{
        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-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-personas{
        width: 46%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-personas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-personas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-normas-empresas{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-info-normas-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-normas-empresas 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-normas-empresas 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;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }






    .oculto{
        display: none;
        visibility: hidden;
    }
}





















@media only screen and (max-width: 980px){

    .seccion-portada-empresas{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        padding-left: 70px;
        padding-right: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-empresas{
        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-empresas{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-empresas{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-empresas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-empresas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-empresas 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-empresas 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-empresas a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-empresas 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-empresas a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 70px;
        padding-right: 70px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .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: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .producto{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-4.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-4{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-consultoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-consultoria h2 strong{
        color: #00C2CB;
    }

    .contenedor-general-consultoria p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 00px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contacto 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;
    }

    .contenedor-btn-contacto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-contacto 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-btn-contacto a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }










    .seccion-normas-int{
        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-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-personas{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-personas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-personas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-normas-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-normas-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-normas-empresas 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-normas-empresas 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;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }






    .oculto{
        display: none;
        visibility: hidden;
    }
}




















@media only screen and (max-width: 780px){

    .seccion-portada-empresas{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-empresas{
        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-empresas{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-empresas{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-empresas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-empresas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-empresas 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-empresas 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-empresas a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-empresas 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-empresas a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .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: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .producto{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-4.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-4{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-consultoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-consultoria h2 strong{
        color: #00C2CB;
    }

    .contenedor-general-consultoria p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 00px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contacto 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;
    }

    .contenedor-btn-contacto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-contacto 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-btn-contacto a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }










    .seccion-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-personas{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-personas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-personas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-normas-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-normas-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-normas-empresas 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-normas-empresas 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;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }







    .oculto{
        display: none;
        visibility: hidden;
    }
}



















@media only screen and (max-width: 580px){

    .seccion-portada-empresas{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 46px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-empresas{
        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-empresas{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-empresas{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-empresas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-empresas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-empresas 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-empresas 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-empresas a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-empresas 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-empresas a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .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: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .producto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-4.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-4{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-consultoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-consultoria h2 strong{
        color: #00C2CB;
    }

    .contenedor-general-consultoria p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 00px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contacto 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;
    }

    .contenedor-btn-contacto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-contacto 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-btn-contacto a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }










    .seccion-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-personas{
        width: 420px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-personas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-personas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-normas-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-normas-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-normas-empresas 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-normas-empresas 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;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }






    .oculto{
        display: none;
        visibility: hidden;
    }
}



















@media only screen and (max-width: 480px){

    .seccion-portada-empresas{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 46px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-empresas{
        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-empresas{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-empresas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-empresas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-empresas 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-empresas 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-empresas a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 2px;
    }

    .contenedor-info-empresas 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-empresas a:hover{
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
    }










    .seccion-productos{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 90px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-general-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .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: .5px;
        text-align: center;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 60px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .producto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .titulo-producto{
        width: 100%;
        height: 150px;
        background-color: #002627;
        float: left;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .img-producto-1{
        background: url("../assets/img-portada-min-productos-1.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-2{
        background: url("../assets/img-portada-min-productos-2.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-3{
        background: url("../assets/img-portada-min-productos-4.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img-producto-4{
        background: url("../assets/img-portada-min-productos-3.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .titulo-producto h3{
        width: 100%;
        height: 22px;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-btns-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 20px;
    }

    .contenedor-btns-productos a{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        border-radius: 10px;
        text-decoration: none;
        cursor: pointer;
        display: inline-flex;
        justify-content: start;
        background-color: #E7E9EB;
        padding: 10px;
        padding-left: 20px;
    }

    .contenedor-btns-productos a img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
    }

    .contenedor-btns-productos a span{
        width: auto;
        height: auto;
        float: right;
        background-color: transparent;
        margin-left: 20px;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        letter-spacing: .5px;
        text-align: left;
        padding-top: 10px;
    }

    .contenedor-btns-productos a:hover{
        background-color: #002627;
    }

    .contenedor-btns-productos a:hover > span{
        color: #ffffff;
    }








    .seccion-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        background: url('../assets/img-portada-empresas.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-consultoria{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-consultoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-general-consultoria h2 strong{
        color: #00C2CB;
    }

    .contenedor-general-consultoria p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: center;
    }

    .contenedor-btn-contacto{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 00px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btn-contacto 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;
    }

    .contenedor-btn-contacto a img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: left;
        margin-top: 1px;
    }

    .contenedor-btn-contacto 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-btn-contacto a:hover{
        background-color: transparent;
        border: solid 2px #ffffff;
    }










    .seccion-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-normas-int{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-img-personas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-personas figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-personas figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }


    .contenedor-info-normas-empresas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        padding-top: 40px;
    }

    .contenedor-info-normas-empresas h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-normas-empresas 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-normas-empresas 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;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }





    .oculto{
        display: none;
        visibility: hidden;
    }
}