body{
    font-family: 'Poppins';
}

h1{
    font-weight: bold;
}

main {
    margin-top: 63px; /* Ajusta según la altura del navbar en pantallas grandes */
}

/*Monster Banner*/
/* Estilos para el banner */
.monster-banner-container {
  position: relative;
  height: 950px; /* Ajusta la altura según sea necesario */
  overflow: hidden; /* Asegura que la imagen no se desborde del contenedor */
}

.btn-primary{
 background-color: transparent;
 border-left: none;    
 border-right: none;    
 border-top: none;    
}

.navbar-light .navbar-nav .nav-link{
    color: #444444!important;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .inactive{
    color: rgb(51, 51, 51)!important;
}
.navbar-nav {
    padding-top: 0px;
}

.monster-banner-image {
  background-image: url('../images/livingrock-bg-slider_01.png'); /* Reemplaza con la URL de tu imagen */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.monster-banner-text-overlay {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%); /* Centra verticalmente el texto */
  z-index: 1; /* Asegura que el texto esté encima de la imagen */
}
.bienvenido-bg{
    background: rgb(246, 160, 0);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255,255,255,0.01724439775910369) 67%, rgba(246, 160, 0, 1) 100%);
}
.bienvenido-wrapper{
    min-height: 1350px;
}
.services-wrapper{
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-item{
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services-item img{
    width: 25%;
    margin-bottom: 20px;
}
.services-item p{
    font-size: 2.125!important;
    font-family: "Poppins";
    font-weight: 800;
    color:#444444;
}
.services-item span{
    font-family: "Poppins";
    color:#444444;
    text-align: center;
}
.inclusion-board{
    min-height: 900px;
    padding: 100px 0;
    background: rgb(246, 160, 0);
    background: linear-gradient(0deg, rgba(246, 160, 0, 1) 0%, rgba(255,255,255,0.01724439775910369) 67%, rgba(255,255,255,0) 100%);
}
.membresia-board{
    min-height: 900px;
    padding: 20px 100px;
}
.inclusion-title{
    padding-bottom: 50px;
}
.inclusion-wrapper{
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.membresia-wrapper{
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.membresia-anim{
    width: 30%;
}
.inclusion-item{
    background: #fff9ed;
    margin-bottom: 50px;
    padding: 24px;
    border: 1px solid #f6a000;
    border-radius: 24px;
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inclusion-item img{
    width: 25%;
    padding-right: 15px;
}
.bienvenida-anim{
    position: absolute;
    left: 0;
    top: 15%;
    right: 0;
    bottom: 0;
    margin: auto;
}
.inclusion-item p{
    font-size: 2.125!important;
    font-family: "Poppins";
    font-weight: 800;
    line-height: 24px;
    color:#444444;
    margin-bottom: 10px!important;
}
.inclusion-item span{
    font-family: "Poppins";
    color:#444444;
    text-align: center;
}
.inclusion-paragraph{
    min-height: auto;
}
.card-big{
    margin-bottom: 50px;
    padding: 24px;
    border: 1px solid #f6a000;
    border-radius: 24px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(246, 160, 0);
    background: linear-gradient(174deg, rgba(246, 160, 0, 0.3) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 100%);
}
.card-big-title{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f6a000;
    margin-bottom: 15px;
}
.card-big-paragraph p{
    text-transform: uppercase;
    font-weight: 800;
    font-family: "poppins";
    color:#444444;

}
.card-big-title p{
    font-weight: 800;
    line-height: 25px;
    color: #444444;
}
.card-big-title img{
   max-width: 120px;
   padding-right: 15px;
}
.card-big-list li{
    padding-bottom: 10px;
}
.deposito-wrapper{
    padding: 50px 0;
}
.deposito-wrapper img{
   width: 246px;
}
.txt-title{
    font-weight: 900;
    font-size: 3.125rem;
    line-height: 60px;
    color: white;
    margin-bottom: 1rem;
}
.txt-title-slider{
    font-weight: 900;
    text-align: center;
    font-size: 4.125rem;
    line-height: 90px;
    padding-top: 15px;
    color: #0e0e0e;
    margin-bottom: 1rem;
    margin: 0 auto;
}
.txt-title-interna{
    font-weight: 900;
    font-size: 3.125rem;
    line-height: 60px;
    color: black;
    margin-bottom: 1rem;
}
.img-slider{
    width: 70%;
}
.txt-title-mobile{
    font-weight: 900;
    font-size: 2.125rem;
    line-height: 40px;
    color: #0e0e0e;
    text-align: center;
}
.bienvenida-img-1{
    margin: auto;
}
.bienvenida-img-2{
    margin: auto;
}
.bienvenida-img-3{
    margin: auto;
}
.txt-subtitle{
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 21px;
    color: black;
}
.title-wrapper-slider{
    z-index: 2;
    margin: auto;

}
.txt-subtitle-slider{
    font-family: 'Poppins';
    font-weight: medium;
    text-align: center;
    font-size: 2.175rem;
    line-height: 20px;
    padding-top: 40px;
    box-shadow: #f5f5f5;
    color: #0e0e0e;
}
.txt-subtitle-level-1{
    font-family: 'Poppins';
    font-weight: medium;
    font-size: 2.175rem;
    line-height: 40px;
    padding-top: 16px;
    color: #444444;
}
.txt-subtitle-level-2{
    font-family: 'Poppins';
    font-weight: medium;
    font-size: 1.175rem;
    line-height: 20px;
    padding-top: 16px;
    color: #444444;
}
.wallet-wrapper{
    min-height: 900px;
}
.wallet-list{
    padding-top: 15px;
}
.wallet-list li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 15px;
    list-style-type: none;
    margin-right: 15px;
}
.wallet-list li :nth-child(1){
   width: 15px;
   height: 15px;
}
.wallet-list li :nth-child(2){
   width: 99%;
}
.wallet-list small{
    display: inline-block;
    content:"";
    width: 12px;
    height: 12px;
   background: #ffb400;
    margin-right: 10px;
}
.txt-subtitle-mobile{
    font-family: 'Arial';
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 24px;
}


.bg-cover-slider {
    background-image: url('../images/laboras-imagebanner_01.png');
    /* background-image: url('../images/masefe-slider_01.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px;
}
.bg-cover-bienvenido {
    background-image: url('../images/masefe-slider_01.png');
    /* background-image: url('../images/masefe-slider_01.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px;
}


.bg-cover-beneficios {
    /*background-image: url('../images/livingrock-bg-web_02a.png'); /* Cambia la URL de la imagen de fondo */
    /* background-image: url('../images/bg-beneficios.png'); */
    background-size: cover;
    height: 850px;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-end;]*/
}
.bg-cover-digital {
    background-size: cover;
    height: 768px;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-end;]*/
}

.bg-cover-beneficios-02 {
    /* background-image: url('../images/laboras-imagebanner_01.png'); */
    /* background-image: url('../images/masefe-dispersion_bgdesktop.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.bg-cover-tarjetahabiente {
    background-image: url('../images/masefe-beneficios_bgdesktop.png');
    /* background-image: url('../images/masefe-dispersion_bgdesktop.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px;
}
.bg-cover-cashback {
    background-image: url('../images/masefe-cashback_bgdesktop.png');
    /* background-image: url('../images/masefe-dispersion_bgdesktop.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px;
}
.cashback-board .cashback-offert{
    font-size: 2.1rem;
}
.cashback-board .cashback-offert strong{
    font-weight: 800;
    font-size: 2.1rem;
    display: block;
}
.bg-cover-crossborder {
    background-image: url('../images/laboras-imagebanner_02.png');
    /* background-image: url('../images/masefe-dispersion_bgdesktop.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1100px;
}

.bg-cover-beneficios-03 {
    /* background-image: url('../images/livingrock-bg_transparencia.png'); */
    background-size: cover;
    background-color: #10100F;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px;
}

.bg-servicios-card{
    background-image: url('../images/livingrock-bg_servicios-mob.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px;
}

.bg-cover-servicios {
    background-image: url('../images/livingrock-bg_servicios.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1300px;
}

.text-content {
    color: white; /* Cambia el color del texto si es necesario */
    padding-left: 10%;
    padding-top: 10%;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 2rem;
    line-height: 42px;
}

.sub-text-content{
    padding-left: 10%;
    margin-top: 60%;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 23px;
    font-family: 'Arial';
}

.image-content {
    text-align: center;
}
.image-content img {
    max-width: 100%; /* Asegura que la imagen no exceda el contenedor */
    height: auto;
}


.diamond-bullets {
  list-style: none;
  padding-left: 10px;
}

.diamond-bullets li {
  position: relative;
  padding-left: 40px;
}

.plus-bullets li::before {
  content: '';
  background-image: url('../images/list-plus.png');
  /* position: absolute; */
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 30px; /* Ajusta el tamaño del rombo */
  height: 30px;
  background-color: #FEC424; /* Color del rombo */
}
.diamond-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 10px; /* Ajusta el tamaño del rombo */
  height: 10px;
  background-color: #FEC424; /* Color del rombo */
}

.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slide {
  position: relative;
}

.slide img {
  width: 100%;
  display: block;
}

.text-overlay {
  position: absolute;
  top: 90%; /* Centro verticalmente */
  left: 50%; /* Centro horizontalmente */
  transform: translate(-50%, -50%); /* Ajusta el centro en base a su propio tamaño */
  width: 90%; /* Ajusta el ancho en relación al contenedor */
  color: white;
  padding: 20px; /* Padding responsivo */
  box-sizing: border-box; /* Incluye el padding en el ancho total */
  border-radius: 5px;
  text-align: center; /* Centra el texto dentro del overlay */
}

.text-overlay p {
  margin: 10px 0 0;
  font-size: 16px; /* Tamaño del texto */
}
.list-item-footer{
    padding-top: 25px;
}

#Bienvenido, #Bene, #Serv, #LifeStyle, #Wallet, #Inclusion, #Digital, #Aplicacion, #Tarjetahabiente, #Cashback, #Beneficios, #Beneficios-02, #Beneficios-03, #Servicios{
    display: block; /* Se muestra en pantallas grandes */
}

#Bienvenido-mobile, #Beneficios-mobile, #Servicios-mobile, #Deposito-mobile, #Membresia-mobile, #Inclusion-mobile, #Wallet-mobile, #lifestyle-mobile, #Crossborder-mobile, #Cashback-mobile, #Aplicacion-mobile, #sitemap-mobile {
    display: none; /* Se oculta en pantallas grandes */
}

.diestablishments-list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.diestablishments-list .diestablishments-item{
    width: 28%;
    display: flex;
    padding-top: 25px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.diestablishments-item p{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 800;
    padding:15px 0px;
    margin: 0;
}
.diestablishments-item span{
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
}
.text-beneficios-mob{
    background-color: #10100F;
    padding: 15px;
    min-height: 500px;
}
.app-mob{
    background-color: #10100F;
    padding: 15px;
}
.diestablishments-c-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.slide-beneficios{
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 35px;
}
.diestablishments-c-item p{
    font-weight: 800;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 15px;
}
.diestablishments-c-item span{
    font-weight: 300;
    text-align: center;
    font-size: 1rem;
}
.slide-beneficios-title{
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 35px;
}
.empresarial-title{
    padding: 40px 0px;
}
.empresarial-title h2{
    padding-bottom: 24px;
}
.empresarial-title-item{
    display: flex;
    flex-direction: column;
}
.empresarial-title-item img{
   width: 100%;
}
.empresarial-item{
    background-color: #f5f5f5;
    border-radius: 16px;
    padding: 48px;
    border: 2px solid #ffffff;
    margin-right: 50px;
    min-height: 580px;
    background: linear-gradient(140deg, rgb(247, 222, 0, .5) 2%,rgb(247, 247, 247),  rgb(255, 255, 255));
    -webkit-box-shadow: 0 20px 15px -5px rgba(0,0,0,5%),0 8px 10px -6px rgba(0,0,0,.10%);
    -moz-box-shadow: 0 20px 15px -5px rgba(0,0,0,5%),0 8px 10px -6px rgba(0,0,0,.10%);
    box-shadow: 0 20px 15px -5px rgba(0,0,0,5%),0 8px 10px -6px rgba(0,0,0,.10%);
}
.bienvenido-bg{
    background-image: url('../images/laboras-bgwhite_slider.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.empresarial-item-img{
    background-image: url('../images/masefe-empresarial.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 48px;
    border: 2px solid #ffffff;
    margin-right: 50px;
    min-height: 580px;
    -webkit-box-shadow: 0 20px 15px -5px rgba(0,0,0,5%),0 8px 10px -6px rgba(0,0,0,.10%);
    -moz-box-shadow: 0 20px 15px -5px rgba(0,0,0,5%),0 8px 10px -6px rgba(0,0,0,.10%);
    box-shadow: 0 20px 15px -5px rgba(0,0,0,5%),0 8px 10px -6px rgba(0,0,0,.10%);
}
.block-wrapper{
    min-width: 100%;
}
.footer-lab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: initial;
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
}
.footer-lab-legend{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: initial;
    padding-bottom: 0;
}
.footer-lab-legend a{
    font-size: 0.75rem;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #c5c5c5;
    color: #c5c5c5;
}
.footer-lab-item{
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #c5c5c5;
    color: #c5c5c5;
}
.footer-lab-legend p{
    font-size: 0.75rem;
    color: #c5c5c5;
    margin-bottom: 0;
}
.footer-lab-social img{
    width: 30%;
    margin: auto;
}
/* .multiple-slider .slick-list{
    min-height: 650px;

} */
.cashback-img{
    width: 80%;
}
.cashback-board{
    text-align: left;
}
.laboras-footer{
    display: block;
}
.block-wrapper{
    min-width: 1920px;
}
/* Estilo para pantallas de 1920px o menos */
@media (max-width: 1920px) {
    .block-wrapper{
        min-width: 1920px;
    }  
}
/* Estilo para pantallas de 768px o menos */
@media (max-width: 768px) {
    .empresarial-item-img{
        margin-right: 0px;
    }
    .empresarial-item{
        padding: 24px;
        margin-right: 0px;
    }
    
}
/* Estilo para pantallas de 991px o menos */
@media (max-width: 991px) {
    #Bienvenido, #Bene, #Serv, #LifeStyle, #Deposito, #Wallet, #Inclusion, #Membresia, #Digital, #Aplicacion, #Tarjetahabiente, #Cashback, #Beneficios, #Beneficios-02, #Beneficios-03, #Servicios, #sitemap{
        display: none; /* Se oculta en pantallas pequeñas */
    }

    #Bienvenido-mobile, #Beneficios-mobile, #Servicios-mobile, #Deposito-mobile, #Membresia-mobile, #Wallet-mobile, #Inclusion-mobile, #lifestyle-mobile, #Crossborder-mobile, #Cashback-mobile, #Aplicacion-mobile, #sitemap-mobile{
        display: block; /* Se muestra en pantallas pequeñas */
    }
    .img-dispersion-mob{
        width: 100%;
        border-radius: 25px 25px 10px 10px;
        padding: 25px 25px 0px 25px;
        background: rgb(255,180,0);
        background: linear-gradient(174deg, rgba(255,180,0,0.1) 0%, rgba(255,255,255,1) 43%, rgba(2255,180,0,1) 100%);
    }
    .bg-servicios-card .img-serv-cards{
        margin-top: 20%;
    }
    .inclusion-item img{
        width: 50%;
        padding: 0;
        margin: auto;
    }
    .inclusion-board{
        min-height: auto;
        padding: 20px 0;
        background: rgb(246, 160, 0);
    background: linear-gradient(174deg, rgba(246, 160, 0, 0.3) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 100%);
        /* background: rgb(85,15,237);
        background: linear-gradient(0deg, rgba(85,15,237,1) 0%, rgba(235, 218, 253,1) 67%, rgb(249, 245, 255) 100%); */
    }
    .deposito-wrapper{
        padding: 0;
    }
    .bienvenido-wrapper .txt-subtitle-slider{
        padding-top: 30px;
    }
    .inclusion-item{
        flex-direction: column;
        width: 90%;
        margin: auto;
        margin-bottom: 0;
    }
    .inclusion-paragraph{
        min-height: 110px;
        text-align: center;
    }
    .card-big{
        width: 98%;
        margin: auto;
    }
    .slick-dots{
        padding: 0!important;
    }
    .cashback-board{
        margin: 0 auto;
        text-align: center;
    }
    .navbar-nav {
        padding-top: 50px;
    }
    .bienvenido-wrapper{
        min-height: auto;
    }
    .services-item{
        width: 100%;
    }
    .services-item img{
        width: 30%;
    }
    .txt-title-slider{
        font-size: 2.125rem;
        line-height: 35px;
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .txt-title-mobile{
        font-size: 2.125rem;
        line-height: 35px;
        padding-bottom: 20px;
    }
    .txt-subtitle-slider{
        font-size: 1.175rem;
        padding-bottom: 30px;
    }
    .txt-subtitle-slider{
        padding: 0px;
    }
    .img-b-mob{
        /* background-color: #fbf7f7;
        border-radius: 25px 25px 10px 10px;
        padding: 25px 25px 0px 25px; */
        width: 75%;
        margin: auto;
    }
    #Dispersion-mobile .txt-subtitle-slider{
        padding: 0;
    }
    .footer-lab{
       flex-direction: column;
    }
    .footer-lab-legend{
        flex-direction: column;
        padding-bottom: 15px;
    }
    .footer-lab-legend a{
        padding-left: 0px;
        margin-left: 0px;
        border-left: none;
        padding-bottom: 15px;
    }
    .footer-lab-legend p{
        padding-bottom: 15px;
    }
    .footer-lab-item{
        padding-left: 0;
        padding-bottom: 15px;
        margin-left: 0;
        border-left: none;
        color: #c5c5c5;
    }
}
.button-footer-mob{
    background-color: #ffffff!important;
    border-bottom: 1px solid #e7e7e7;
}
.button-footer-mob button{
    background-color: #10100F;
    border-bottom: 1px solid #353535;
    border: 0px;
}

@media (max-width: 767px) {
    .bg-servicios-card{
        height: 900px;
    }
    .bg-servicios-card .img-serv-cards{
        margin-top: 40%;
    }
}

@media (max-width: 512px) {
    .bg-servicios-card{
        height: 800px;
    }

    .bg-servicios-card .img-serv-cards{
        margin-top: 30%;
    }
}

@media (max-width: 454px) {
    .bg-servicios-card{
        height: 700px;
    }

    .bg-servicios-card .img-serv-cards{
        margin-top: 30%;
    }
}

@media (max-width: 412px) {
    .bg-servicios-card .img-serv-cards{
        margin-top: 50%;
    }
}
.footer{
    background-color: #ffffff;
    padding: 0px;
}
.footer-list{
   margin-right: 20px;
   padding-left: 0px;
}
.footer-item{
   padding-top: 15px;
   list-style: none;
}
.footer-app{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.bi-chevron-down{
    color: white;
}
.footer-app img{
    width: 200px;
}
.serv-cards{
    height: 60%;
}

.slick-dots{
    position: initial !important;
    text-align: center !important;
    padding: 50px 0!important;
}

.slick-dots li.slick-active button:before{
    color: #ffb30e !important;
}


.slick-dots li button:before {
    font-size: 12px !important;
}


::placeholder {
  color: #D5D5D5 !important;
}

/* Para versiones antiguas de Firefox */
:-moz-placeholder {
  color: #D5D5D5 !important;
}

/* Para versiones antiguas de Internet Explorer y Edge */
:-ms-input-placeholder {
  color: #D5D5D5 !important;
}


.error {
  color: #F93430;
  display: inline-block;
  font-weight: 100;
  font-family: "Poppins", sans-serif;
}

input.error, input.error:focus, input.check.error {
  border: 1px solid #F93430;
  color: #F93430;
}

textarea.error, textarea.error:focus, textarea.check.error {
  border: 1px solid #F93430;
  color: #F93430;
}


.btnContact:hover {
    color: #D5D5D5 !important; /* Color al pasar el ratón */
}



