/*SLIDERR*/

:root {
    --slide-transform: 0;
    --transition: transform 1s;
}
  
.slider__element img {
    min-width: 100%; 
    max-width: 100%;
    min-height: 650px;
}

.slider-container {
    width: 100%; /* Cambia el ancho al 100% */
    min-height: 650px; /* Establece la altura en 650px */
    max-height: 650px; /* Establece la altura en 650px */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transform: translateX(var(--slide-transform));
    transition: var(--transition);
}
  
.slider__element {
    min-width: 100%; /* Cambia el mínimo ancho al 100% */
    height: 100%; /* Establece la altura en 100% */

    text-align: center;
    line-height: 300px; /* Cambia la línea de altura al 50% */
}

.btn-slider {
    display: flex;
    position: absolute;
    top: 65%;
    font-size: 3rem;
    border-radius: 50%;
    margin: 5px;
    font-weight: 200px;
    cursor: pointer;
    color:#fff;
    transform: translate(0,-50%);
    transition: .5s ease;
    user-select: none;
    opacity: 1; /* Establecer opacidad inicial */
    transition: opacity 0.5s ease; /* Agregar transición */
    padding: -3px;
    background: #000596;
    background-size: -2rem;
}
.btn-slider:hover{
    color: #000596;
    background: #fff;
}
.btn-right {
    right: 10px;
}
.btn-left{
    left: 10px;
}

/*CONTENIDO*/

/* Banner-text */
.banner-text {
    background-color: #fff;
    user-select: none;
}
.container-message {
    margin-bottom: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px !important;
    justify-content: center;
}

.vc_column_container {
    display: flex;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    justify-content: center;
    margin-bottom: 25px;
}

.vc_col-sm-3 {
    min-width: 300px;
}

.vc_color-white.vc_message_box {
    color: #000;
    border-color: #cecece;
    background-color: #fff;
    width: 280px;
}

.vc_message_box {
    border-width: 1px;
    border-style: solid;
    padding: 9px 15px;
    text-shadow: none;
    min-height: 40px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    width: 100%;
}

.vc_message_box-hidden {
    opacity: 0;
    overflow: hidden;
    transition: .5s ease;
    height: auto;
    position: absolute;
}

.vc_message_box-visible:hover + .vc_message_box-hidden {
    opacity: 1;
    height: auto;
    margin: 15px 0;
    transition: .5s ease; /* Agrega una transición suave */
    position: absolute;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.304);
    z-index: 15;
}

.vc_message_box-rounded{
    border-radius: 10px;
}

.message-box-text-visible strong{
    border-bottom: 3px solid #000422;    
}

.message-box-text-visible span{
    margin-top: 10px;
    line-height: 1.5;
}
.message-box-icon {
    display: flex;
    align-items: center;
}


.message-box-icon i{
    font-size: 1.7rem;
    color: #000;
    margin-right: 10px;
}
.vc_message_box-icon {
    color: #000;
    bottom: 0;
    font-style: normal;
    left: 0;
    position: absolute;
    width: 25px;
    transform: translate(-50%, -50%);
}

.message-box-text p {
    margin: 0;
    font-family: "Signika", sans-serif;
}

.message-box-text strong {
    font-weight: 700;
}

br {
    margin: 0;
}
.icons-pay{
    padding-top: 15px;
}
.icons-pay h4{
    font-family: "Kanit", sans-serif;
}

.cards-pay{
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
}
.wallet-pay{
    display: flex;
    padding-top: 15px;
    justify-content: space-evenly;
}
.pay-card img{
    width: 35px;
}






.title-index-product{
    margin-top: 30px;
    padding: 30px 15px 0 15px !important;
    transition: .5s ease;
}
.title-index-product.Measurement-title{
    padding: 30px 15px 0 15px !important;
}
.container-title-component-prod-dest{
    background: linear-gradient(to right, #1488cc, #2b32b2);
    border-radius: 30px;
    margin-bottom: 0 !important;
    padding: 30px;
}
.component-content {
    text-align: center;
}
.n2-title h4 font{
    color: #fff;
    vertical-align: inherit;
    font-size: 40px;
    font-family: "Signika", sans-serif !important;
    font-weight: 700; 
}



/*PRODUCTOS DESTACADOS*/

.Featured-Products {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif !important;
}
.container {
    max-width: 1400px;
    width: 100%;
    padding: 40px 0;
    margin-bottom: 25px;
}
.slide-container {
    margin: 0 30px;
    overflow: hidden;
}
.card-slide {
    background: #fff;
    border-radius: 8px;
    border: 2px solid #cacaca;
    user-select: none;
}
.link-featured-product a{
    user-select: none;
    text-decoration: none;
}
.card-slide .image-box {
    height: 350px;
}
.card-slide .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}
.card-slide .profile-details {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    border-top: 4px solid #000596;

}
.card-slide .profile-details img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.profile-details .name {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.profile-details .description {
    font-size: 12px;
    font-weight: 500;
    color: #4d4d4d;
    text-align: center;
    margin-top: 5px;
    text-decoration: none;
    color: #000;
}

.swiper-navBtn {
    color: #000596;
    height: 50px;
    width: 50px;
    transform: translateY(-40%);
    background: #fff;
    border-radius: 50%;
    font-weight: 900;
    border: 2px solid;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 24px;
}

.swiper-pagination-bullet {
    background-color: #333;
}

@media screen and (max-width: 768px) {
    .swiper-navBtn {
        display: none;
    }
}
  

/*Measurement Tools*/
.Measurement-Tools{
    background: linear-gradient(to right, #0575e6, #021b79);
}
.Measurement-title{
    background: none;
    margin: 0;
}
.container-Measurement {
    max-width: 1400px;
    width: 100%;
    padding: 40px 0;
    margin-bottom: 0;
}
.wrapper-Measurement {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-Measurement {
    padding: 10px;
}
.card-noMeasurement {
    width: 320px;
}
.image-box {
    border-radius: 8px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.card-noMeasurement .image-box img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: 1.6s ease;
}
.card-noMeasurement .image-box:hover img{
    transform: scale(1.2);
}
.image-box .capa {
    padding: 20px;
    transition: 0.9s ease;
    z-index: 55;
    /* transform: translateY(100%); */
    transform: scale(1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: #0009421d;
    height: 100%;
}
.image-box .capa h2{
    position: absolute;
    top: 160px;
    font-size: 25px;
    padding-right: 120px;
}
.image-box:hover .capa{
    /* transform: translateY(0); Mover a la posición original en hover */
    transform: scale(1.05);
    color: #ffcd17;
    background: #0009424c;
}

.line-separator{
    border-bottom: 3px solid #ffffff;
    width: 98%;
    text-align: center;
}

.MTProducts{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.MTProducts li{
    border-radius: 5px;
    border: 3px solid #b1b1b1;
    margin: 10px;
    transition: .2s ease;
    
}
.MTProducts li:hover{
    border: 3px solid #fff;
}

.MTProducts li a p{
    text-decoration: none;
    color: #fff;
    font-family: "Nunito";
    padding: 5px;
    font-size: 20px;
    text-align: center;
    min-width: 203px;
    max-width: 320px;
}

.Measurement-Products {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif !important;
    flex-direction: column;
}








.title-index{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #eaeaea;
    margin-top: 25px 0;
}

.component-content {
    text-align: center;
}

.n1-title h4 font{
    vertical-align: inherit;
    font-size: 50px;
    font-family: "Signika", sans-serif !important;
    font-weight: 700;
    margin: 0 15px;
    background: linear-gradient(to left, #005c97, #363795);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.prod-cat{
    display: flex;
    justify-content: center;
    padding-bottom: 45px ;
    background-color: #ececec;

}
.cont-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
}

.card {
    position: relative;
    width: 180px;
    height: 254px;
    margin: 10px;
}

.card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .9s ease;
}

.card .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}

.card .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .front h3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    height: 60px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0 5px;
    font-family: "Rubik", sans-serif;
    font-weight: 800;
}



.card .back {
    transform: perspective(600px) rotateY(180deg);
    background: rgb(34, 34, 34);
    padding: 15px;
    color: #f3f3f3;
    text-align: center;
    box-sizing: border-box; /* Ajuste del modelo de caja */
    box-shadow: 0 5px 10px #000;
    user-select: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Asegura que la altura se ajuste correctamente */
}

.card .back a {
    text-decoration: none;
    color: #fff;
    height: 100%; /* Ajusta la altura del enlace */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card .back h3 {
    font-size: 17px;
    margin-top: 20px;
    letter-spacing: 2px;
    font-family: "Nunito", sans-serif; 
    font-weight: 900;
} 

.card .back p {
    letter-spacing: 1px;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.83rem;
}



.card:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.card:hover .back {
    transform: perspective(600px) rotateY(360deg);
}





/*SLIDER LOGO*/


.container-slider-mark{
    font-family: "Rubik", sans-serif;
    padding: 15px !important;
}
.title-text{
    
    font-size: 1.5rem;
}
.row-column-container{
    box-sizing: border-box;
    background: linear-gradient(to right, #1488cc, #2b32b2);
    border-radius: 20px;
    color: #fff;
    padding: 10px 0;
}
.botton-line-text{
    font-family: 'Signika';
    text-align: center;
    
}
.column-line{
    width: 100%;
    padding: 20px 0;
}
.line-bottom{
    border-bottom: 1px #000 solid;
}
.area-content-mark{
    margin-bottom: 10px;
}




.slider-logo{
    margin-top: 20px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-logo-items{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
}

.item-logo{
    transition: transform .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-marcas{
    padding: 0% 0%; 
    margin: 5% 5%;
}

.slider-marcas img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 2px #9898988a solid;
    transition: box-shadow .3s, transform .3s; /* Añade transición para transform */
}

.slider-marcas img:hover{
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.304);
}


/* .item-logo:hover{
    transform: scale(1.05);
} */


/*VIDEO prESENTaCION*/

.container-video{
    margin-bottom: -2px !important;
    border-bottom-width: -2px !important;
    padding-top: 80px !important;
    background-image: url("../img/Seguridad-Industrial.jpg");
}

.container-estilos{
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
.container-estilos[data-vc-full-width] {
    transition: opacity .5s ease;
    overflow: hidden;
}

.container-estilos::before{
    content: " ";
    display: table;
}

.content-element{
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
}

.content-widget{
    margin-bottom: 20px;
}
.content-widget h2{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.content-widget p{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px !important;
    margin: 0 0 14px;
    display: block;
}

.content-video{
    margin-bottom: 20px;
}
.content-video::before{
    content: " ";
    display: table;
}

.content-video .content-widget{
    margin: 0 auto;
    width: 70%;
    position: relative;
}

.video-widget{
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}


/*ELEMENTOS RESPONSIVE*/


@media screen and (max-width: 1465px) {
    .wrapper{
        width: 1340px;
    }
}
@media screen and (max-width: 1430px) {
    .wrapper{
        width: 1340px;
    }
    .wrapper-Measurement {
        justify-content: space-evenly;
    }
    .card-noMeasurement {
        width: 300px;
    }
    .image-box {
        height: 230px;
    }
    .image-box .capa h2 {
        top: 150px;
        font-size: 24px;
    }
}
@media screen and (max-width: 1385px) {
    .wrapper{
        width: 1290px;
    }
}
@media screen and (max-width: 1350px) {
    .wrapper{
        width: 1230px;
    }
}
@media screen and (max-width: 1290px) {
    .wrapper{
        width: 1130px;
    }
    .card-noMeasurement {
        width: 250px;
    }
    .image-box {
        height: 180px;
    }
    .image-box .capa h2 {
        top: 120px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1255px) {
    .slider-logo-items{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 1200px) {
    .wrapper{
        width: 1073px;
    }
}
@media screen and (max-width: 1150px) {
    .wrapper{
        width: 1043px;
    }
}
@media screen and (max-width: 1110px) {
    .card-noMeasurement {
        width: 235px;
    }
    .image-box {
        height: 170px;
    }
    .image-box .capa h2 {
        top: 110px;
    }
}
@media screen and (max-width: 1100px) {
    .wrapper{
        width: 950px;
    }
    .slider-container, .slider__element img {
        min-height: 450px; /* Establece la altura en 650px */
        max-height: 450px;
        height: 450px;
    }
    .btn-slider{
        top: 55%;
    }
    .n2-title h4 font{
        font-size: 35px;
    }
}
@media screen and (max-width: 1050px) {
    .wrapper{
        width: 900px;
    }
    .wrapper-Measurement {
        justify-content: center;
    }
    .card-noMeasurement {
        width: 220px;
    }
    .image-box {
        height: 165px;
    }   
    .image-box .capa h2 {
        top: 105px;
    }
}
@media screen and (max-width: 1000px) {
    .wrapper{
        width: 850px;
    }
    .slider-logo-items{
        grid-template-columns: repeat(3, 1fr);
    }
    .n1-title h4 font{
        font-size: 2.9rem;
    }
}
@media screen and (max-width: 980px) {
    .wrapper{
        width: 800px;
    }
    .n2-title h4 font{
        font-size: 30px;
    }
    .card-noMeasurement {
        width: 200px;
    }
    .image-box {
        height: 160px;
    }   
    .image-box .capa h2 {
        top: 100px;
    }
}
@media screen and (max-width: 950px) {
    .wrapper{
        width: 800px;
    }
    .n2-title h4 font{
        font-size: 30px;
    }
}
@media screen and (max-width: 900px) {
    .wrapper{
        width: 750px;
    }
    .carousel .slider-prod-dest {
        width: calc(100% /2); /* Ancho de la imagen para pantallas más pequeñas */
    }
}
@media screen and (max-width: 890px) {
    .card-noMeasurement {
        width: 180px;
    }
    .image-box {
        height: 150px;
    }   
    .image-box .capa h2 {
        top: 95px;
    }
    .image-box .capa h2 {
        font-size: 16px;
    }
}
@media screen and (max-width: 850px) {
    .wrapper{
        width: 700px;
    }
}
@media screen and (max-width: 800px) {
    .wrapper{
        width: 650px;
    }
    .slider-marcas{
        width: 190px;
    }
    .n1-title h4 font{
        font-size: 2.5rem;
    }
    .n2-title h4 font{
        font-size: 25px;
    }
    .container{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 750px) {
    .wrapper{
        width: 600px;
    }
}
@media screen and (max-width: 700px) {
    .wrapper{
        width: 550px;
    }
    .n2-title h4 font{
        font-size: 27px;
    }
}
@media screen and (max-width: 650px) {
    .wrapper{
        width: 500px;
    }
    .slider-container, .slider__element img {
        min-height: 300px;
        max-height: 300px;
        height: 300px;
    }
    .btn-slider{
        top: 48%;
        font-size: 2.6rem;
    }
    .n2-title h4 font{
        font-size: 23px;
    }
}
@media screen and (max-width: 600px) {
    .wrapper{
        width: 450px;
    }
    .slider-container, .slider__element img {
        min-height: 250px;
        max-height: 250px;
        height: 250px;
    }
    .btn-slider{
        top: 25%;
        font-size: 2.3rem;
    }
    .slider-logo-items{
        grid-template-columns: repeat(3, 1fr);
    }
    .slider-marcas {
        width: 150px;
    }
    .card{
        width: 230px;
        height: 320px;
    }
    .card .back h3{
        font-size: 1.7rem;
    }
    .card .back p{
        font-size: 1.05rem;
    }
    .card .front h3{
        font-size: 1.3rem;
    }
    
    .card-noMeasurement {
        width: 220px;
    }
    .image-box {
        height: 190px;
    }   
    .image-box .capa h2 {
        top: 120px;
    }
    .image-box .capa h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 550px) {
    .wrapper{
        width: 400px;
    }
    .carousel .slider-prod-dest {
        width: 100% /* Ancho de la imagen para pantallas pequeñas */
    }
}
@media screen and (max-width: 540px) {
    .card{
        width: 200px;
        height: 300px;
    }
    .card .front h3{
        font-size: 1.1rem;
    }
    .card .back h3{
        font-size: 1.4rem;
    }
    .card .back p{
        font-size: .99rem;
    }
}
@media screen and (max-width: 500px) {
    .wrapper{
        width: 350px;
    }
    .slider-logo-items{
        grid-template-columns: repeat(2, 1fr);
    }
    .slider-marcas {
        width: 200px;
    }
    .botton-line-text {
        font-size: 20px;
    }
}
@media (max-width: 490px){
    .card-noMeasurement {
        width: 195px;
    }
    .image-box {
        height: 180px;
    }
    .image-box .capa h2 {
        font-size: 18px;
    }
    .image-box .capa{
        padding: 20px 20px 20px 15px;
    }
    .image-box .capa h2 {
        top: 120px;
    }
}
@media (max-width: 460px){
    .card{
        width: 180px;
        height: 250px;
    }
    .card .back h3{
        font-size: 1.2rem;
    }
    .card .back p{
        font-size: .81rem;
    }
}
@media screen and (max-width: 450px) {
    .wrapper{
        width: 300px;
    }
    .slider-marcas {
        width: 170px;
    }
    .n1-title h4 font{
        font-size: 2.3rem;
    }

    .card-noMeasurement {
        width: 150px;
    }
    .image-box {
        height: 140px;
    }   
    .image-box .capa h2 {
        top: 95px;
    }
    .image-box .capa h2 {
        font-size: 15px;
    }
    .image-box .capa{
        padding: 20px 20px 20px 10px;
    }
    .image-box .capa h2 {
        top: 85px;
    }
}
@media (max-width: 430px){
    .card {
        width: 150px;
        height: 220px;
    }
    .card .front h3{
        font-size: 1.1rem;
    }
    .card .back h3{
        margin-top: 0;
        font-size: 1.1rem;
    }
    .card .back p{
        font-size: .7rem;
    }
}
@media (max-width: 420px){
    .botton-line-text {
        font-size: 17px;
    }
}
@media screen and (max-width: 400px) {
    .wrapper{
        width: 250px;
    }
    .slider-container, .slider__element img {
        min-height: 152px;
        max-height: 180px;
        height: 175px !important;
    }
    .btn-slider{
        top: 22%;
        font-size: 1.8rem;
    }
    .slider-marcas {
        width: 140px;
    }
    .n1-title h4 font{
        font-size: 1.8rem;
    }
}

@media(max-width: 360px){
    .card {
        width: 120px;
        height: 190px;
    }
    .card .front h3{
        margin-top: 0;
        font-size: .9rem;
    }
    .card .back h3{
        font-size: 0.9rem;
    }
    .card .back p{
        font-size: .55rem;
    }
}
@media(max-width: 340px){
    .botton-line-text {
        font-size: 15px;
    }
}