/*GENERALES*/



@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h2 {
    color: black;
    font-family: "Albert Sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;

}

p,
ul {
    font-family: "Albert Sans", sans-serif;
    font-size: 18px;
    font-weight: 350;
    font-style: normal;
}


h6 {
    font-family: "Albert Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}

h4 {
    color: #82358C;
    font-family: "Albert Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
}

h3 {
    color: white;
    font-family: "Albert Sans", sans-serif;
    font-size: 28px;
    font-weight: 500;

}

li {
    list-style-position: inside;
}

h5 {
    color: black;
    font-family: "Albert Sans", sans-serif;
    font-size: 18px;
    font-weight: 500
}



/*navbar*/


.navbar {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .5);
    background-color: white !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar-nav .nav-link {
    color: black;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

.navbar-nav .nav-link:hover {
    transform: scale(1.0);
    color: #035AA6 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.navbar-brand img {
    max-width: 250px;
}


.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(6px);

}

.navbar-nav {
    margin-bottom: 0 !important;
}

.navbar-redes {
    background-color: #484D5A;

}

.navbar-redes img {
    margin: 15px 10px;

}

.navbar-redes a {
    text-decoration: none !important;
}

/*header*/

header {
    background-image: url(../imagenes/base.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    color: white;
}




h1 {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 580;
    font-style: normal;
    padding-top: 110px;
    line-height: 120px;
    text-align: center;
}

.encabezado-menu {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 215px;
}



.encabezado-menu a {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    color: white;
    text-decoration: none;
}

/*proximos cursos*/

.proximos-cursos h2 {
    padding-top: 130px;
    padding-bottom: 80px;
}

.owl-carousel .item {
    position: relative;
    text-align: center;
    padding-top: 120px;
}

.bloque-morado {
    position: absolute;
    top: 82px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #82358C;
    color: white;
    width: 320px;
    padding: 12px 25px;
    padding-bottom: 23px;
    border-radius: 45px;
    z-index: 1;

}

.bloque-morado p {
    margin: 0;
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: right;
}

.owl-carousel .item img {
    width: 70% !important;
    margin-left: 115px;
    position: relative;
    z-index: 2;


}

.owl-carousel .item a {
    color: #82358C;
    text-decoration: none;
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #82358C;
    border-radius: 14px;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 25px;
    margin-left: 109px !important;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2)
}

.owl-dot.active span {
    background: #82358C !important;
}

.owl-dot {
    margin-top: 30px;
}

/*footer*/

.footer_contenido {
    margin-top: 80px;
    background-color: #035AA6;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aviso {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    margin-left: 200px;
}

.redes-footer img {
    width: 25px;
}


.icono {
    width: 38px;
    height: 38px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}


.redes-footer {
    display: flex;
    margin-right: 200px;
}

/*AVISO DE PRIVACIDAD*/

.lista_aviso li {
    font-family: "Albert Sans", sans-serif;
    font-size: 18px;
    font-weight: 350;
    font-style: normal;
}


.contenedor_aviso h2 {
    margin: 40px 0;
}

.texto_aviso {
    color: black;
    background-color: #EBEFF2;
    padding: 20px;
    margin-top: 50px;

}



/*DIPLOMADO*/

.titulo_curso {
    background-color: #82358C;
    border-radius: 45px;
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 50px;
}


.dirigido_a {
    margin-top: -140px;
}

.se_emite {
    color: #82358C;
    font-weight: bold;
}





/*Módulos*/

.arrow {
    border-right: 3px solid #82358C;
    border-bottom: 3px solid #82358C;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.contenido-toggle[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.lista-modulos {
    line-height: 1.8;
}

.lista-modulos li {
    list-style: none;
    margin-bottom: 30px;
}

.p_morado {
    color: #82358C;
}

/*CURSO*/

.que_incluye {
    margin-top: 80px;
}

.lista_check {
    list-style: none;


}

.lista_check li {
    position: relative;
    padding-left: 300px;
    display: flex;
    align-items: center;

}

.lista_check li::before {
    content: "✔";
    font-size: 14px;
    color: #82358C;
    border: 2px solid #82358C;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.dirigido_a_curso {
    margin-top: -40px;
}


/*AGENTES*/

.lista_m {
    margin-right: 50px;
}


.lista_d {
    margin-right: 35px;
}


.reconocimiento h3 {
    margin-bottom: 0;
}

.agentes_img {
    margin: 25px 0 !important;
}

/* INTERPRETACION */

.lista_inv {
    margin-right: 35px;
}


/*QUIENES SOMOS*/

.sobre_m {
    background-color: #035AA6;
    color: white;
    line-height: 2;
    font-size: 20px;
}

.sobre_m p {
    padding: 40px 350px;
    padding-top: 10px;
}

.sobre_m h2 {
    color: white;
    padding: 20px 200px;
    padding-top: 30px;
}

.bloque_valores ul {

    display: inline-block;
    padding-left: 0;
    text-align: left;
    line-height: 2.2;

}

.bloque_valores {
    border-left: 3px solid #035AA6;


}

.bloque_mision,
.bloque_vision {
    margin: 0 60px;
    padding-right: 140px;
}


.mvv {
    margin-top: 100px;
}

/*historia*/
.hg img {
    margin-top: 100px;

}

.historia h2 {
    margin-top: 120px;
    margin-bottom: 70px;
}

.historia p {
    padding: 10px 200px;
    line-height: 2;
}

/* fundadores */

.fundadores p {
    line-height: 1.8;
}

.fundadores h2 {
    margin-top: 100px;
    margin-bottom: 120px !important;

}

.fundadores h3 {
    color: black;
    margin-top: 20px;
}


/* EXPERIENCIA */

/* casos de exito */

.caso_item img {
    width: 100%;
    max-width: 400px;
}

.caso_item {
    position: relative;
    cursor: pointer;

}

.caso_item .bloque {
    font-family: "Albert Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    background: #D9D9D9;
    color: #82358C;
    padding: 6px 18px;
    border-radius: 15px;
    border: 2px solid #82358C;
    min-width: 180px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.casos_de {
    margin-top: 20px;
}


/* desempeño */

.desempeno h2 {
    margin-top: 180px !important;
}

.counters-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #C2CDD7;
    padding: 30px 60px;
    margin-top: 100px;
    gap: 40px;
}

.counter {
    text-align: start;
    flex: 1;
}

.counter h2 {
    font-size: 50px;
    font-weight: 500;

}

.counters-section p {
    font-size: 28px;
    font-weight: 400;
    min-height: 2em;
    line-height: 1.2;
}


.estadistica img {
    max-width: 95%;
    height: auto;
}

/* clientes */

.clientes img {
    max-width: 100%;
    height: auto;
    height: auto;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.clientes img:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.clientes h2 {
    margin-top: 195px;
    margin-bottom: 90px !important;
}

.clientes .col-lg-3,
.clientes .col-md-6 {
    overflow: hidden;
}

/* SERVICIOS */

.item_serv {
    background-color: #EFEEEE;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;

}



.servicios h2 {
    margin: 60px 0;
}

.item_serv a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 450px;



}

.item_serv p {
    color: black;
    margin: 30px 0;
    flex-grow: 1;

}




.b_morado h4 {
    font-size: 24px;
    color: white;
    background-color: #82358C;
    border-radius: 45px;
    padding: 8px 0px;
}


/* SERVICIOS ESPECIFICOS*/

/* banner */

.dropdown-banner {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10;
}

.dropdown-banner .btn {
    border-radius: 30px;
    padding: 6px 18px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}


.dropdown-banner .btn:focus {
    background-color: white;
    color: #82358C;
    border-color: white;
    box-shadow: none;
}

.dropdown-banner .btn:hover {
    background-color: white;
    color: #82358C;
    border-color: white;
    box-shadow: none;
}


.dropdown-banner .dropdown-item:hover {
    background-color: #82358C;
    color: white;
}




.texto_higiene,
.texto_analisis,
.texto_laboratorio,
.texto_capacitacion,
.texto_asesoria p {
    margin-top: 15px;
    line-height: 1.8;
    width: 100%;
}


.banner-servicio {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.banner-servicio .overlay {
    position: absolute;
    inset: 0;
    background: rgba(95, 53, 119, 0.75);
}


.contenido-banner {
    position: relative;
    z-index: 1;
}

.banner-servicio h2 {
    color: white;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.linea-banner {
    display: block;
    width: 90px;
    height: 3px;
    background-color: white;
    margin: 0 auto 15px auto;
}

.subtitulo-banner {
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.9;
}

/* botones atras-siguiente-cotizacion-registro */



.icono_flecha i {
    font-size: 22px;
    color: #82358C;
}

.atras,
.cotizacion,
.cotiza,
.registro {
    color: white;
    background-color: #9f7ea3;
    border-radius: 20px;
    width: 130px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}



.atras:hover,
.cotizacion:hover,
.cotiza:hover,
.registro:hover {
    background-color: #82358C;
    color: white;
}


/* higiene industrial */

.banner-higiene {
    background-image: url("../imagenes/higiene_banner.png");

}

div.scroll-container {
    background-color: white;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

div.scroll-container img {
    max-width: 600px;
    padding: 10px;
}


/* análisis de riesgos */

.banner-analisis {
    background-image: url("../imagenes/analisis_banner.jpg");
}



.banner-analisis .overlay {
    background: #5f4073e1;
}

/* laboratorio de pruebas */

.banner-laboratorio {
    background-image: url("../imagenes/laboratorio_banner.png");

}

/* capacitación */

.banner-capacitacion {
    background-image: url("../imagenes/capacitacion_banner.jpg");

}

/* gestión ambiental */

.banner-gestion {
    background-image: url("../imagenes/gestion_banner.jpg");

}

/* asesoría legal */
.banner-asesoria {
    background-image: url("../imagenes/asesoria_banner.png");

}





/* CONTACTO */

.logotipo img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 40px;
}

.logotipo.fade {
    transition: opacity 2.0s ease;
}

.mapa iframe {
    border: none;
    width: 100%;
    height: 240px;
}






@media (max-width: 1399.5px) {

    h1 {
        font-size: 50px;
    }

    a {
        font-size: 46px;
    }

    .owl-carousel .item {
        padding-right: 13px;
    }

    .owl-carousel .item a {
        font-size: 14px;
        padding: 3px 10px;
        margin-top: 20px;
        margin-left: 125px !important;
    }

    .bloque-morado p {
        font-size: 15px;
        font-weight: 500;
    }

    .bloque-morado {
        width: 290px;
        padding: 15px 25px;
    }


    .lista_check li {
        padding-left: 0 !important;
    }

    .bloque_valores ul {
        line-height: 3;

    }

    .b_morado h4 {
        font-size: 20px;
    }

    .dropdown-banner .dropdown-menu {
        min-width: 180px;
    }

    .dropdown-banner .dropdown-item {
        font-size: 13px;
        padding: 6px 14px;
    }

    .dropdown-banner .btn {
        font-size: 13px;
        padding: 5px 14px;
    }
}




@media (max-width: 1199.5px) {

    h1 {
        font-size: 42px;
    }

    a,
    h2 {
        font-size: 38px;
    }

    .owl-carousel .item a {
        margin-left: 105px !important;

    }



    .lista_check li {
        padding-left: 100px;

    }


    .sobre_m p {
        padding: 40px 250px;
        padding-top: 10px;
    }

    .bloque_mision,
    .bloque_vision {
        margin: 0 30px;
        padding-right: 80px;
    }

    .historia p {
        padding: 10px 130px;
        line-height: 2;
    }

    .counter h2 {
        font-size: 45px;
    }

    .counters-section p {
        font-size: 26px;
    }

    .dirigido_a {
        margin-top: -40px;
        margin-left: 10px;
    }

    .dirigido_a_curso {
        margin-top: 30px;


    }




}



@media (max-width: 991.5px) {


    .navbar {
        position: static;
    }


    .navbar-nav {

        text-align: center;
        background-color: #484D5A;

    }

    .navbar-nav .nav-link {
        font-family: "Poppins", sans-serif !important;
        font-size: 20px !important;
        font-weight: 300;
        font-style: normal;
        color: white !important;
        padding: 10px 0;
        margin: 8px auto;
        width: 350px;
        display: block;
        border-radius: 15px;

    }

    .navbar-nav .nav-link:hover {
        background-color: #035AA6;
        color: white !important;
        font-weight: 450;
        border-radius: 15px;

    }

    h1 {
        font-size: 36px;
        line-height: 1.5;
        padding-top: 50px;

    }

    .encabezado-menu {
        gap: 30px;
        margin-top: 70px;
    }

    .encabezado-menu a {

        font-size: 32px;
        padding: 20px 0;

    }

    .proximos-cursos h2 {
        font-size: 32px;
        padding-bottom: 15px;
    }

    .owl-carousel .owl-item img {
        width: 50% !important;
        margin-left: 0 !important;
        display: block;
        margin: 0 auto !important;

    }

    .owl-carousel .item a {
        margin-left: 0 !important;
    }


    .bloque-morado {
        margin-left: -100px;
        margin-top: 10px;
        width: 290px;
        padding: 10px 25px;
    }

    .aviso {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .img_cursos {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .dirigido_a {
        margin-top: 0;
    }

    .diplomado-col {
        text-align: center !important;
        margin-left: 0 !important;
    }

    .lista_check li {
        padding-left: 0 !important;

    }


    .sobre_m p {
        padding: 40px 200px;
        padding-top: 10px;
    }

    .sobre_m h2 {
        padding: 20px 100px;

    }

    .bloque_mision,
    .bloque_vision {
        margin: 0;
        padding-right: 55px;
    }

    .historia p {
        padding: 10px 50px;
        line-height: 2;
    }

    .fundadores img {
        max-width: 220px;
    }

    .counters-section {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center !important;
    }

    .estadistica img {
        width: 80%;
    }


    .clientes img:hover {
        transform: none;
        box-shadow: none;
    }


    .item_serv img {
        scale: 1.5;
    }

    div.scroll-container img {
        max-width: 450px;
        padding: 10px;
    }

    .owl-carousel.servicios-carousel .owl-item img {
        margin-top: 50px !important;
    }

    .owl-carousel.servicios-carousel .owl-item p {
        margin-top: 50px !important;
    }

}




@media (max-width: 767.95px) {

    footer .aviso {
        display: block;
        text-align: center;
        margin: 0 auto;
    }


    h1 {
        font-size: 28px;
        line-height: 1.5;
        padding-top: 50px;

    }

    .encabezado-menu {
        gap: 20px;
        margin-top: 40px;
    }

    .encabezado-menu a {

        font-size: 22px;
        padding: 20px 0;
    }

    .owl-carousel .owl-item img {
        width: 60% !important;
    }




    .titulo_curso {
        font-size: 22px;
    }

    .lista_check li {
        display: flex !important;
        align-items: flex-start !important;
        text-align: left;
        padding-left: 0 !important;
    }


    .lista_check li::before {
        min-width: 22px;
    }


    .lista_check {
        padding-left: 25px;
        margin-left: 0;
    }

    .sobre_m h2 {
        padding: 20px 80px;
        padding-top: 10px;
    }

    .sobre_m p {
        padding: 10px 120px;
    }

    .bloque_valores {
        border-left: none;
        margin-top: 10px;

    }

    .bloque_valores ul {
        line-height: 2;

    }

    .bloque_mision,
    .bloque_vision {
        text-align: center;
        padding: 0;

    }

    .hg img {
        max-width: 90%;

    }


    div.scroll-container img {
        max-width: 380px;


    }

}

@media (max-width: 576px) {

    .sobre_m h2 {
        padding: 20px 30px;
        padding-top: 10px;
    }

    .sobre_m p {
        padding: 10px 50px;
    }

    .fundadores img {
        max-width: 180px;

    }

    .fundadores h3 {
        font-size: 24px;
    }

    .counters-section {
        flex-direction: column;


    }

    .counters-section p {
        font-size: 20px;
        text-align: center;
    }

    .counter h2 {
        text-align: center;
    }

    .clientes img {
        max-width: 180px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .item_serv {
        width: 80%;
        margin-left: 55px;

    }

    div.scroll-container img {
        max-width: 350px;

    }


}

@media (max-width: 540px) {
    h1 {
        font-size: 28px;
    }

    .proximos-cursos h2 {
        font-size: 28px;
        margin-bottom: -30px;
    }

    .encabezado-menu a {
        font-size: 20px;
        padding: 20px 0;


    }

    .bloque-morado p {
        font-size: 13px;
        font-weight: 500;
    }

    .bloque-morado {
        width: 250px;
        padding: 10px 15px;
        margin-left: -80px;
    }

    .owl-carousel .owl-item img {
        width: 50%;
    }

    .titulo_curso {
        font-size: 16px;
    }

    p,
    ul {
        font-size: 14px;
    }

    .lista_check li::before {

        width: 18px;
        height: 18px;
        font-size: 12px;
        margin-right: 5px;

    }

    .agentes_img {
        width: 250px;
    }


    .sobre_m h2 {
        text-align: center;
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 5px;
    }


    .sobre_m p {
        text-align: center;
        padding: 10px 80px;
    }

    .mvv h2 {
        font-size: 30px;
    }

    .hg img {
        margin-top: 20px;
        max-width: 60%;

    }

    .historia h2 {
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .fundadores h2 {
        font-size: 30px;
        margin-top: -5px !important;

    }

    .fundadores h3 {
        font-size: 18px;

    }

    .caso_item img {
        width: 100%;
        max-width: 280px;
    }




    .item_serv {
        height: 385px;
        margin-left: 50px;
    }

    .b_morado h4 {
        font-size: 18px;
    }

    div.scroll-container img {
        max-width: 250px;

    }


}

@media (max-width: 400px) {


    h1 {
        font-size: 22px;
    }

    .encabezado-menu a {
        font-size: 18px;
    }

    .navbar-brand img {
        width: 80%;
    }

    h2 {
        font-size: 28px;
    }

    .proximos-cursos h2 {
        margin-top: -60px;
        margin-bottom: -30px;
    }

    .bloque-morado {
        width: 233px;
        margin-left: -50px;


    }

    h4 {
        font-size: 14px;
    }

    .img_cursos {
        width: 70%;
    }

    .titulo_curso {
        font-size: 15px;

    }

    .lista_nom,
    .lista_bene,
    .lista_d,
    .lista_m {
        margin-right: 30px;
    }

    .counter h2 {
        font-size: 30px;
    }

    .desempeno {
        margin-top: -50px !important;

    }

    .clientes h2 {
        margin-top: 120px;
    }

    h6 {
        font-size: 16px;
    }


    .item_serv {
        margin-left: 40px;
    }

    .b_morado h4 {
        font-size: 16px;
    }

    .redes_logos img {
        width: 30px;

    }

    .cotizacion {
        font-size: 12px;
    }

}


@media (max-width: 375px) {
    
     .navbar-brand img {
        max-width: 230px; 
    }

navbar-toggler {
        padding: 4px 6px;
        font-size: 0.85rem;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }


    .navbar-nav .nav-link {
        font-size: 16px;
        padding: 8px 0;
        width: 280px; 
    }

   
    .navbar-redes img {
        margin: 10px 6px;
        width: 22px;
    }

h1 {
        font-size: 20px;
    }

    .encabezado-menu a {
        font-size: 16px;
    }
   
     .bloque-morado {
       
        margin-left: -40px;
    }
    
    h2 {
        font-size: 24px;
    }

    .sobre_m p {
        text-align: center;
        padding: 10px 40px;
    }
}