@font-face {
    font-family: Poppins_Light;
    src: url(css/fonts/Poppins-Light.ttf);
}
@font-face {
    font-family: Poppins_Black;
    src: url(css/fonts/Poppins-Black.ttf);
}
@font-face {
    font-family: Poppins_Bold;
    src: url(css/fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins_ExtraBold;
    src: url(css/fonts/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family: Poppins_Medium;
    src: url(css/fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins_SemiBold;
    src: url(css/fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: sf_bold;
    src: url(css/fonts/sf-ui-display-bold.otf);
}
@font-face {
    font-family: sf_light;
    src: url(css/fonts/sf-ui-display-light.otf);
}
@font-face {
    font-family: sf_medium;
    src: url(css/fonts/sf-ui-display-medium.otf);
}
body {
    margin: 0;
    font-family: Poppins_Light;
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: black;
}
ul {
    margin: 0;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, p {
    margin: 0;
    font-weight: normal;
}
/*Textos */

.Poppins_Light {
    font-family: Poppins_Light !important;
}
.Poppins_Black {
    font-family: Poppins_Black !important;
}
.Poppins_Bold {
    font-family: Poppins_Bold !important;
}
.Poppins_ExtraBold {
    font-family: Poppins_ExtraBold !important;
}
.Poppins_Medium {
    font-family: Poppins_Medium !important;
}
.Poppins_SemiBold {
    font-family: Poppins_SemiBold !important;
}
.sf_bold {
    font-family: sf_bold !important;
}
.sf_light {
    font-family: sf_light !important;
}
.sf_medium {
    font-family: sf_medium !important;
}
.line-height {
    line-height: 1;
}
.fs-14 {
    font-size: 14px;
}
.fs-12 {
    font-size: 12px;
}
/* Color */

.texto-blanco {
    color: white !important;
}
.fondo-blanco {
    background-color: white !important;
}
.texto-blanco-2 {
    color: #f3f3f9 !important;
}
.fondo-blanco-2 {
    background-color: #f3f3f9 !important;
}
.texto-negro {
    color: #333334 !important;
}
.fondo-negro {
    background-color: #333334 !important;
}
.texto-gris {
    color: #969696 !important;
}
.fondo-gris {
    background-color: #969696 !important;
}
.texto-gris-oscuro {
    color: #606060 !important;
}
.fondo-gris-oscuro {
    background-color: #606060 !important;
}
.texto-azul {
    color: #3f409a !important;
}
.fondo-azul {
    background-color: #3f409a !important;
}
.texto-marino {
    color: #00c1b9 !important;
}
.fondo-marino {
    background-color: #00c1b9 !important;
}
/* Imagenes */

.objet-fit-scalate {
    object-fit: scale-down;
}
.objet-fit-cover {
    object-fit: cover;
}
/* HEADER */

/* MENU 1*/

.padding_menu {
    padding-top: 110px !important;
}
.padding_menu_otros {
    padding-top: 85px !important;
}
#nav_menu {
    position: fixed !important;
    width: 100%;
    /*    box-shadow: 0px 5px 15px -9px rgb(178 178 178);*/
    z-index: 1004;
}
.texto_a_menu a {
    display: flex;
    justify-content: space-between;
    font-family: Poppins_Medium;
    font-size: 18px;
}
.texto_a_menu a:hover {
    color: #00c1b9 !important;
}
.div_contenedor_input {
    width: 400px;
}
.texto_input_buscar {
    font-family: Montserrat_Medium;
}
.texto_input_buscar::placeholder {
    color: black;
}
.imagen_buscar_menu {
    width: 35px;
    vertical-align: middle;
    position: absolute;
}
.div_barra_buscar {
    position: relative;
    z-index: 10;
}
.div_contenedor_imagen_logo {
    /*left: 16%;*/
    width: max-content;
    z-index: 9;
    /*transform: translate(0, -50%);
    top: 25%;*/
}
.imagen_menu {
    position: relative;
    height: 76px !important;
    max-width: none !important;
}
.movimiento_menu {
    position: relative;
    /*left: 85px;*/
    /*padding-left: 170px;*/
}
.div_barra_buscar {
    position: relative;
    z-index: 10;
}
.imagen_iconos_menu_buscar {
    right: 15px;
    /*background: black;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
    cursor: pointer;
}
.imagen_iconos_menu {
    width: 25px;
    object-fit: scale-down;
    position: absolute;
}
.imagen_iconos_menu_user_carrito {
    height: 20px !important;
    object-fit: scale-down;
    position: relative;
}
.li_productos:hover>.desplegable_prodcutos {
    display: flex;
}
.desplegable_prodcutos {
    transform: translate(-50%, 0);
    top: 56px;
    left: 50% !important;
}
.desplegable_prodcutos.show {
    display: flex;
}
.imagen_redes_menu {
    width: 33px;
    object-fit: scale-down;
}
#icon_menu .navbar-toggler-icon {
    background-image: url(image/menu-mobile.png);
    width: 46px !important;
    height: 44px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#boton_menu_responsive {
    outline: none;
    border: none;
    box-shadow: none;
}
.menuItemContent {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 48px;
}
.boton_cerrar_menu .navbar-toggler-icon {
    background-image: none !important;
}
/* FIN MENU 1*/

.padding-menu {
    padding-top: 108px;
}
.img_banner {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.contenedor_info_banner {
    width: max-content;
    transform: translate(0, -50%);
    top: 68%;
    right: 15%;
}
.raya_bajo {
    display: none;
    position: absolute;
    bottom: -16.1px;
    width: 100%;
    height: 4px;
    background: #00c1b9;
}
.triangulo {
    display: none;
    position: absolute;
    bottom: -12.1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.nav-item:hover>.raya_bajo {
    display: block;
}
.nav-item:hover>.triangulo {
    display: block;
}
#triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00c1b9;
}
.texto-banner {
    font-size: 50px;
}
.parrafo-banner {
    font-size: 19px;
}
.raya_azul_abajo {
    width: 80px;
    height: 3px;
    background-color: #00c1b9;
    margin-left: auto;
}
/* FIN HEADER*/

/*INDEX*/

.cards_informacion {
    position: relative;
    margin-top: -60px;
    z-index: 1;
}
.contenedor_card_info {
    width: max-content;
    margin: 0 auto;
}
.contenedor_cards {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.item_card {
    border-radius: 10px;
    width: 300px;
}
.icon_imagen_cards {
    object-fit: scale-down;
    width: 100px;
}
.fondo-azul-tarjeta-vertical {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0, rgb(23 23 51 / 75%) 0%, #07072885 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
}
.imagen_producto {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.btn_ver_producto {
    opacity: 0;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: max-content;
    z-index: 1;
}
.texto-producto {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 1;
}
.item_carusel_producto:hover>.fondo-azul-tarjeta-vertical, .item_carusel_producto:hover>.texto-producto {
    opacity: 0;
}
.item_carusel_producto:hover>.btn_ver_producto {
    opacity: 1;
}
.raya_azul_centro {
    width: 80px;
    height: 3px;
    background-color: #3f409a;
    margin: 0 auto;
}
.textos-titulos {
    font-size: 50px;
}
.imagen_logos_certificados {
    width: 300px;
    object-fit: scale-down;
}
#banner_quimica {
    width: 100%;
    height: auto;
    background-image: url('image/banner2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.items-industrias {
    border-radius: 10px;
    border: 1px solid #00c1b9;
}
.btb-general {
    width: max-content;
    border-radius: 10px;
}
.contenedor-items-industrias {
    gap: 15px;
}
.imagen_firma {
    width: 300px !important;
    object-fit: scale-down;
    margin: 0 auto;
}
.carusel-flechas .owl-item {
    left: initial !important;
}
.carusel-flechas .owl-prev, .carusel-flechas .owl-next {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    width: 48px;
    height: 48px;
}
.carusel-flechas .owl-prev {
    left: 0px;
    background-image: url('image/izq.png') !important;
}
.carusel-flechas .owl-next {
    right: 0px;
    background-image: url('image/der.png')!important;
}
.icons_footer {
    width: 25px;
    object-fit: scale-down;
}
.logo_footer {
    width: 300px;
    object-fit: scale-down;
    margin: 0 auto;
}
.imagen_redes {
    width: 45px;
    object-fit: scale-down;
}
.links_footer {
    width: max-content;
}
.links_footer:hover {
    border-bottom: 1px solid white;
}
.wpp_flotante {
    position: fixed;
    z-index: 17;
    right: 25px;
    bottom: 30px;
}
.imagen_wpp {
    width: 50px;
    object-fit: scale-down;
}
.imagen_foto {
    height: 450px;
    object-fit: scale-down;
}
.contenedor_cards_queen {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.icon_imagen_cards_mision_vision {
    object-fit: scale-down;
    width: 70px;
}
.item_card_mision_vision {
    border-radius: 18px;
    width: 355px;
}
#banner_sgsst {
    width: 100%;
    height: auto;
    background-image: url('image/banner_queen.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.imagen_equipo {
    width: 200px !important;
    object-fit: scale-down;
}
.contenedor_politicas_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.contenedor_politicas_2 {
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.icon_politicas {
    width: 100px;
    object-fit: scale-down;
}
.contenedor-taps {
    gap: 40px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #00c1b9;
    background-color: white;
    border: 1px solid #00c1b9;
}
.nav-pills .nav-link {
    border-radius: 20px;
    background-color: #00c1b9;
    color: white;
    border: 1px solid white;
}
.imagen_portafolio {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imagen_valor {
    width: 120px !important;
    object-fit: scale-down;
    margin: 0 auto;
}
.contendor-aliados {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.imagen_logo_aliados {
    width: 400px;
    height: 175px;
    object-fit: scale-down;
    margin: 0 auto;
}
/*FIN INDEX*/

.imagen-banner-contacto{
    background-image: url('image/banner-contacto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.img-nuestro-equipo{
    margin: 0 auto;
    width: 450px;
    padding: 1.5rem !important;
}

/* lg */

@media (max-width: 1199px) {
    .contenedor_card_info {
        width: 100%;
    }
    .item_card {
        width: auto;
    }
    .item_card_mision_vision {
        width: auto;
    }
    .contenedor_cards {
        gap: 20px;
    }
    .raya_bajo {
        display: none !important;
    }
    #triangle {
        display: none;
    }
    .padding-menu {
        padding-top: 81px;
    }
    .items_menu_ajuste {
        right: 0px;
    }
    .padding_menu {
        padding-top: 85px !important;
    }
    .padding_menu_otros {
        padding-top: 69px !important;
    }
    #header {
        position: fixed;
        width: 100%;
        z-index: 1004;
    }
    .texto_a_menu a:hover {
        color: #000 !important;
        font-size: 20px;
        transition: linear 0.2s;
    }
    .contenedor_menu_mobile {
        box-shadow: 0px 5px 15px -15px rgb(0 0 0);
    }
    .navbar-collapse {
        background-color: #3e4095 !important;
    }
    #nav_menu .navbar-collapse {
        position: absolute !important;
        left: 0px;
        width: 100%;
        top: 0px;
        z-index: 1003;
        text-align: center;
    }
    .movimiento_menu {
        left: initial;
        padding-left: initial;
    }
    .div_contenedor_imagen_logo {
        left: 0px;
        width: max-content;
        top: 0px;
        z-index: 10;
    }
    .imagen_menu {
        height: 65px !important;
    }
    .texto_a_menu a {
        color: white !important;
    }
}
/* md */

@media (max-width: 991.98px) {
    .imagen_logo_aliados {
        width: 85%;
        height: auto;
    }
    .contenedor_politicas_2 {
        width: 100%;
        grid-template-columns: auto;
    }
    .contenedor_politicas_1 {
        grid-template-columns: auto;
    }
    .imagen_equipo {
        width: 100% !important;
    }
    .imagen_foto {
        width: 100%;
        height: auto;
        object-fit: scale-down;
    }
    .img_banner {
        height: 600px;
    }
    .contenedor_info_banner {
        right: 3%;
    }
    .imagen_logos_certificados {
        margin: 0 auto;
    }
    .contenedor-items-industrias {
        display: inline-block !important;
        text-align: center;
    }
    .items-industrias {
        margin-bottom: 12px;
        display: inline-block;
    }
    .links_footer {
        margin-right: auto !important;
        margin-left: initial !important;
    }
    .logo_footer {
        width: 285px;
    }
    .imagen_firma {
        width: 210px !important;
    }
}
/* sm */

@media (max-width: 767.98px) {
    .contendor-aliados {
        grid-template-columns: auto;
        gap: 30px;
    }
    .contenedor_cards {
        grid-template-columns: auto;
        justify-items: normal;
    }
    .contenedor_cards_queen {
        grid-template-columns: auto;
        justify-items: normal;
    }
    .cards_informacion {
        margin-top: -30px;
    }
}
/* < sm */

@media (max-width: 575.98px) {
    .imagen_logos_certificados {
        width: 100%;
    }
    .texto-banner {
        font-size: 34px;
    }
    .parrafo-banner {
        font-size: 13px;
    }
    .contenedor_info_banner {
        transform: translate(-50%, -50%);
        top: 80%;
        left: 50%;
    }
    .raya_azul_abajo {
        display: none;
    }
    .textos-titulos {
        font-size: 34px;
    }
    .logo_footer {
        width: 100%;
    }
    .wpp_flotante {
        bottom: 107px;
    }
    .carusel-flechas .owl-prev, .carusel-flechas .owl-next {
        width: 38px;
        height: 38px;
    }
    .imagen_firma {
        width: 100% !important;
    }
    .img-nuestro-equipo{
         width: 100% !important;
    }
}