:root{
    --main-bg-color:#EBEEF4;
    --main-bg-button: #88CA0B;
    --main-bg-button-hover: #C4D600;
    --main-bg-banner: #FAFAFA;
    --black: #212529;
    --blue: #22577A;
    --green-2:#008F4A;
    --white: #ffffff;
    --secondary-shadow: 0px 0px 20px 0px #2D3C4A33;
    --principal-border-radius: 25px;
    --button-border-radius:50px;
}
body{
    transition: all 1s ease-out;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #6b6b6b;
}

body {
    cursor: pointer;
}

body {
    cursor: url('https://upload.wikimedia.org/wikipedia/commons/e/ec/Green_Circle_Cursor.svg'), auto;
}
a, a:hover{
    text-decoration: none;
    color: #6b6b6b;
}
h2{
    margin-bottom: 1em;
    font-weight: bolder;
    color: black;
    text-align: center;
}
li{
    list-style: none;
}
section{
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
      url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
      url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.bg-banner{
    background: var(--main-bg-banner);
}
.body-tdc {
    background: var(--white);
    color: var(--black);
    font-family: 'Montserrat', serif;
    font-size: 16px;
}

.botones{
    display: flex;
    flex-direction: column;
    padding: 0 2em;
}
.contenido{
    margin-top: 3em;
}

.descripcion{
    border-bottom: .25px solid var(--black);
    padding-bottom: 1em;
}
.figure-tarjeta-muestra{
    left: 0;
    position: absolute;
    right: 0;
    top: -5em;
}


.content-desc-tarjetas{
    background-color: var(--main-bg-banner);
    border-radius: var(--principal-border-radius);
    box-shadow: var(--secondary-shadow);
    /* display: flex; */
    /* flex-direction: column; */
    /* margin: 0 1em; */
    padding: 2em 1em;
    position: relative;
    text-align: center;
}

.description-points{
    padding: 0;
}
.description-points li{
    list-style: none;
    display: flex;
    padding: .25em 0;
}

.description-points li span{
    color: var(--main-bg-button);
}
.lista-descripcion{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding: 2em;
    position: relative;
    align-items: center;
}
.lista-descripcion:nth-child(2)::after{
    border-right: .25px solid var(--black);
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
}
.lista-descripcion:nth-child(2)::before{
    border-left: .25px solid var(--black);
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
}

.separacion-der::after{
    border-right: .25px solid var(--black);
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
}
.separacion-izq::before{
    border-left: .25px solid var(--black);
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
}

.lista-descripcion span{
    color: var(--main-bg-button);
    font-size: 3em;
}

.pasos{
    
    display: flex;
    width: 100%;    
}
.pasos-obtener-tarjeta h2{
    text-align: center;
}

.tarjetas-muestra{
    margin: 5em;
    display: flex; 
}
.tarjeta-link{
    padding: 1em;
    color: var(--blue);
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 1em;
}

.titulo-centrado{
    text-align: center;
}
.margen-bottom{
    margin-bottom: 1.5em;
}



.cmvplus{
    display: flex;
}
.columna-2{
    align-items: center;
    display: flex;
}
.col-6{
    max-width: 50%;
}

.contenido-imagencmv{
    position: relative;
}


.img-cmv{
    display: flex;
    justify-content: center;
}
.img-cmv img{
    max-width: 50%;
}

.img-tarjeta{
    position: absolute;
    top: 20%;
    right: 0;
}

.informacion-cmv p, .informacion-cmv h2{
    text-align: center;
}

.contenido-tarjetas{
    display: flex;
}

.content-descripcion-tarjetas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ul-descipcion{
    padding: 0;
    width: 100%;
}
.ul-descipcion li{
    list-style: none;
    margin-bottom: 1em;
    transition: all 1s;
    display: flex;
    align-items: center;
}

/*.ul-descipcion li:hover{
    border-radius: 5px;
    background: #88CA0B;
    color: white;
}*/
.ul-descipcion figure{
    margin: 0;
    width: 2.5em;
    margin-right: .5em;
}

.ul-descipcion figure img{
    width: 100%;
}

.contenido-img-tarjetas{
    position: relative;
    display: flex;
}
.contenido-img-tarjetas figure{
    z-index: 1;
}

/* FONDOS ANIMADOS */

.animacion-triangulos{
    align-items: center;
    display: flex;
    justify-content: center;
    justify-items: center;
}
.triangulos{
    position: absolute;
    right: 0;
    transform: translateY(30rem);
}
.bg-svg-1{
    animation: animation-heart 3s ease-in-out infinite alternate;
    animation-delay: 1.2s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("../images/svg/svg-form-1.svg");
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 100%;
}

.bg-svg-2{
    animation: bg-svg-2 30s ease-in-out infinite alternate;
	animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("../images/svg/svg-form-2.svg");
    background-repeat: no-repeat;
    height: 80%;
    position: absolute;
    transform: translate(50%, 0%);
    width: 80%;
}

.bg-svg-3{
    animation: animation-heart 5s ease-in-out infinite alternate;
	animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("../images/svg/svg-forma-triangulo-small.svg");
    background-repeat: no-repeat;
    height: 544px;
    position: absolute;
    width: 544px;
}

.bg-svg-4{
    animation: animation-heart 10s ease-in-out infinite alternate;
	animation-delay: 0.6s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("../images/svg/svg-forma-triangulo-big.svg");
    background-repeat: no-repeat;
    height: 728px;
    position: absolute;
    width: 728px;
    
}



@keyframes animation-heart {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes bg-svg-2 {
    0% {
        transform: scale(1.0) translate(50%, 0);
    }
    100% {
        transform: scale(1.1) translate(100%, 0%);
    }
}


/* BOTONES */
.btn-principal{
    align-content: center;
    align-items: center;
    background-color: var(--main-bg-button);
    border: none;
    border-radius: var(--button-border-radius);
    color:var(--white);
    display: flex;
    justify-content: center;
    max-width: 50%;
    padding: 1em 2em;
    text-decoration: none;
    transition: all 0.5s;
    text-align: center;
}

.btn-principal:hover{
    border-radius: 5px;
    background-color: var(--main-bg-button-hover);
    color: var(--white);
}

.btn-principal span{
    margin-right: .5em;
}

.btn-verde{
    align-content: center;
    align-items: center;
    background-color: var(--main-bg-button);
    border: none;
    border-radius: var(--button-border-radius);
    color:var(--white);
    display: flex;
    justify-content: center;
    padding: 1em;
    text-decoration: none;
    transition: all 0.5s;
}

.btn-verde:hover{
    border-radius: 5px;
    background-color: var(--main-bg-button-hover);
    color: var(--white);
}


.btn-expand{
    align-items: center;
    color: var(--main-bg-button);
    display: flex;
    max-width: 60%;
    padding: 0.5em 1em 0.5em 0;
    position: relative;
    text-decoration: none;
    transition: all 1s;
}

.circulo{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--main-bg-button);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: .5em;
    color: white;
    transition: all 1s;
}

.btn-expand:hover .circulo{
    border-radius: 10%;
    background: transparent;
}
.btn-expand:hover{
    color: var(--white);
}
.btn-expand::before{
    transition: all 1s;
    content: "";
    width: 100%;
    background: transparent;
    color: var(--white);
    position: absolute;
    height: 100%;
    z-index: -1;
    transform: scale(0,1);
    transform-origin: left;
}
.btn-expand:hover::before{
    background: var(--main-bg-button-hover);
    transform: scale(1,1);
    border-radius: 5px;
}

.botones-informativos{
    align-content: space-between;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;  
}

.btn-banner{
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: var(--white);
    border: none;
    border-radius: var(--button-border-radius);
    display: flex;
    padding: 1em 2em;
    text-decoration: none;
    transition: all 0.5s;
}

.btn-banner img{
    transition: all 0.5s;
}

.btn-banner:nth-child(1){
    margin-right: 1em;
}

.btn-banner:hover img{
    transform: scale(1.1);
}






.beneficios-caja{
    background: var(--main-bg-color);
    display: flex;
    overflow: hidden;
    position:relative;
}

.img-diagonal-full{
    max-width: 70%;
    position: absolute;
    transform: rotate(13deg) translateY(0);
}

.img-diagonal{
    max-width: 80%;
    transform: rotate(13deg);
    transition: all .5s ease-in-out;
}

.img-diagonal-big{
    transform: rotate(13deg);
    transition: all .5s ease-in-out;
}


.rotar-imagenes:hover .img-diagonal, .rotar-imagenes:hover .img-diagonal-big{
    max-width: 100%;
    transform: rotate(0);
}

.beneficio{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1em;
    text-align: center;
    align-content: center;
    justify-items: center;
}

.icono img{
    width: 5rem;
    color: #88CA0B;
}

.beneficios-caja{
    overflow: hidden;
}


/* BANNER VERDE */
.banner{
    align-items: center;
    background-color: var(--main-bg-button);
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 1.5em 5rem;
    position: relative;
}

.banner::after{
    content: url("../images/svg/svg-forma-circulos-top.svg");
    bottom: -21px;
    position: absolute;
    right: 0;
}

.banner::before{
    top: -21px;
    content: url("../images/svg/svg-forma-circulos-bottom.svg");
    position: absolute;
    left: 0;
}
.banner h2{
    color: var(--white);
    margin-bottom: 0;
    width: 40%;
}
    
.banner .botones-informativos{
    justify-content: flex-end;
    width: auto;
}




/* BANNER BLANCO */
.banner-blanco{
    align-items: center;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: 0px 10px 10px rgba(45, 60, 74, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 1em 5rem;
    position: relative;
}

.banner-blanco::after{
    content: url("../images/svg/svg-circulos-down.svg");
    bottom: -21px;
    position: absolute;
    right: 0;
}

.banner-blanco::before{
    top: -21px;
    content: url("../images/svg/svg-circulos-up.svg");
    position: absolute;
    left: 0;
}
.banner-contenido{
    display: flex;
    margin: 0;
    padding: 0;
}
.banner-contenido li{
    padding: 1em;
    position: relative;
    text-align: center;
}

.banner-contenido li p:nth-child(1){
    color: #88CA0B;
    font-weight: bold;
}

.banner-contenido li p{
    margin-bottom: 0;
}


.banner-contenido li:nth-child(2)::before{
    border-left: .5px solid var(--black);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
}

.banner-contenido li:nth-child(2)::after{
    border-right: .5px solid var(--black);
    bottom: 0;
    content: "";
    height: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-contenido h3{
    font-weight: 800;
    color: #008F4A;
}
.banner-contenido h5{
    text-transform: uppercase;
    color: #7CC341;
}



/* BANNER INTERNOS */
.contenedor-texto{
    align-items: center;
    display: flex;
}
.header-banner{
    background-image: url("../images/img-header-conmemorativo.jpg");
    background-repeat: no-repeat, repeat;
    background-size: cover;
}

.texto-banner{
    color: var(--white);  
}

.img-tarjeta-banner img{
    box-shadow: 0 0 40px 0 rgba(212, 212, 212, 0.5);
    display: block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.img-tarjeta-banner:hover img{
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}

.img-tarjeta-banner .glow-wrap{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: -10px;
  }
  
  .img-tarjeta-banner .glow{
    display: block;
    position:absolute;
    width: 100%;
    height: 200%;
    background: rgba(255,255,255,.1);
    top: 0;
    filter: blur(2px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .img-tarjeta-banner:hover .glow{
    transform: rotate(45deg) translate(450%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }







.header-section{
    display: flex;
    justify-content: center;
}

.contenido-header{
    text-align: center;
    max-width: 50%;
}

.img-aliados{
    display: flex;
    justify-content: center;
}
.beneficio-caja{
    text-align: center;
}

.beneficio-titulo{
    font-weight: bold;
}

.beneficio-fondo{
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--main-bg-banner);
    border-radius: 15px;
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
    margin-bottom: 1em;
    padding: 2em;
}

.titulo{
    margin-bottom: 2em;
    text-align: center;
}

.contenedor-beneficio{
    display: flex;
    align-items: stretch;
    height: 100%;
    text-align: center;
}

.gallery{
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
.gallery img{
    border-radius: 15px;
}

.one{
    grid-column: 1;
    grid-row: 1 / 3;
}

.flex-align-center{
    align-items: center;
    display: flex;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-column{
    display: flex;
    flex-direction: column;
}

.flex-rigth{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.requistos{
    position: relative;
}

.banner-costos{
    width: 100%;
}
.titulo-banner{
    font-weight: bold;
}

.info-section{
    text-align: center;
}

.card-promocion{
    position: relative;
}



.contenido-card{
    background-color: var(--main-bg-color);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0 rgba(45, 60, 74, 0.2);
}

.contenido-card img{
    border-radius: 1em;
    transition: all .5s ease-in-out;
}

.contenido-card:hover img{
    width: 110%;
}

.text-card{
    padding: 1em;
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.19793855042016806) 100%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    bottom: 0;
    width: 100%;
}
.text-card p{
    color: white;
    text-align: center;
}

.text-card .btn-principal{
   max-width: 100%; 
   padding: .25em; 
}
.txt-titulo{
    font-weight: bold;
}

.section-ley{
    background: var(--main-bg-color);
}

.titulo-section{
    text-align: center;
}



/*
.bg-svg-1{
    animation: animation-heart 3s ease-in-out infinite alternate;
    animation-delay: 1.2s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("http://cmvtdc.local/wp-content/uploads/2022/11/svg-1.svg");
    background-repeat: no-repeat;
    height: 384px;
    position: absolute;
    width: 100%;
}

.bg-svg-2{
    animation: bg-svg-2 30s ease-in-out infinite alternate;
	animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("http://cmvtdc.local/wp-content/uploads/2022/11/svg-2.svg");
    background-repeat: no-repeat;
    height: 384px;
    position: absolute;
    transform: translate(50%, 0%);
    width: 100%;
}


.bg-svg-5{
    animation: animation-heart 3s ease-in-out infinite alternate;
    animation-delay: 1.2s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("http://cmvtdc.local/wp-content/uploads/2022/11/svg-3.svg");
    background-repeat: no-repeat;
    height: 384px;
    position: absolute;
    width: 100%;
}

.bg-svg-6{
    animation: bg-svg-2 30s ease-in-out infinite alternate;
	animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("http://cmvtdc.local/wp-content/uploads/2022/11/svg-4.svg");
    background-repeat: no-repeat;
    height: 384px;
    position: absolute;
    transform: translate(50%, 0%);
    width: 100%;
}

.bg-svg-7{
    animation: animation-heart 3s ease-in-out infinite alternate;
    animation-delay: 1.2s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("http://cmvtdc.local/wp-content/uploads/2022/11/svg-5.svg");
    background-repeat: no-repeat;
    height: 384px;
    position: absolute;
    width: 100%;
}*/

.bg-svg-8{
    animation: bg-svg-2 30s ease-in-out infinite alternate;
	animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    background-image: url("../images/svg/svg-6.svg");
    background-repeat: no-repeat;
    height: 384px;
    position: absolute;
    transform: translate(50%, 0%);
    width: 100%;
}





.demo2 {
    width: 100%;
    height: 300px;
    position: relative;
}
.demo2 .parallax > use {
    animation: waveAnimateB 14s linear infinite;
}
.demo2 .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    fill-opacity: 0.2;
}
.demo2 .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 12s;
    fill-opacity: 1;
}


/* header */

/*
.nav-opciones{
    display: flex;
    flex-direction: row;
}
.main-header{
    background-color: #ffffff;
    padding: 0 1em;
    display: flex;
    flex-direction: column;
}
.header-top .links-web ul{
    display: flex;
    justify-content: right;
    position:  relative;
}
.header-top .links-web ul li{
    padding: 0.5em;
    border-right: .5px solid #6b6b6b;
    border-bottom: .5px solid #6b6b6b;
    transition: all 1s linear;
}
.header-top .links-web ul li a{
    color: #6b6b6b;
    font-family: 'Montserrat';
    transition: all 1s linear;
}
.header-top .links-web ul li:hover{
    background-color: #a2bd8c;
}
.header-top .links-web ul li:hover a{
    color: #fcfcfc;
}
.header-lower{
    display: flex;
    align-items: center;
}
.main-menu{
    display: flex;
    justify-content: right;
    width: 100%;
}
.main-menu .nav .nav-opciones{
    display: flex;
}
.nav-titulo{
    background: #00843d;
    padding: 1em 2em;
    color: #FAFAFA;
    margin-bottom: 1em;
    transition: all .2s ease-in-out;
}
.nav-opc{
    position: relative;
}
.nav-opc-a{
    padding: 1em;
    transition: .5s all;
    color:#212529 !important;
}
.nav-opc-a:hover{
    color: #00843d;
}
.desplegable{
    position: absolute;
    left: 0;
    padding: 0;
    top: 2.5em;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    display: none;
    z-index: 100;
    width: 200px;
    transition: all .2s ease-in-out;
}
.desplegable li{
    padding: .25em 1em;
    transition: all .5s ease-in-out;
}
.desplegable a {
    color: #6b6b6b;
    transition: all .5s ease-in-out;
}
.desplegable li:hover{
    background: #e5e5e5;
    color: white;
}
.nav-opc:hover .desplegable{
    display: block;
}
.redes-sociales {
    background-color: #c4d600;
    border-radius: 50%;
    list-style-type: none;
    width: 2em;
    border: 0;
    height: 2em;
    margin: .25em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.redes-sociales i{
    color: #ffffff;
}

*/

/**
* Acordeon
*/

.accordion-button {
    background-color: #f4f4f4;
    color: #000;
    border: .5px solid #7CC341;
    width: 100%;
    text-align: left;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.accordion-button::after {
    content: "\002B"; /* Icono "+" */
    font-size: 1.2rem;
    color: #7CC341;
    margin-left: auto;
}
.accordion-button:not(.collapsed)::after {
    content: "\2212"; /* Cambia "+" a "-" cuando está abierto */
}

.accordion-header{
    margin: 0 !important;
    display: flex;
}
.info-cashback li{
    background-color: #ededed;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 1em;
}
.info-cashback li img{
    max-width: 2em;
    margin-right: .5em;
}

.cashback-descripcion li{
    padding: 0;
    margin:0;
}

.accordion-body{
    text-align: justify;
}

.banner-cmv {
    height: 600px;
    width: 100vw;
    background-image: url('../images/banner/bg-cmv.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-cmv h1, .banner-cmv h2{
    color:white !important;
}

.img-qr{
    max-width: 50%;
    height: 100%;
}

/**
*
*Banner Oro
**/

.banner-oro {
    height: 60vw;
    width: 100vw;
    background-image: url('../images/banner/bg-circulos-banner.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-oro p{
    font-size: 1.25em;
}
.banner-img-cmv{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: slideIn 1.5s forwards ease-out;
}

/* Imagen animada */
.banner-img {
    width: 70%;
    height: 100%;
    object-fit: cover;
    animation: slideIn 1.5s forwards ease-out;
}

/* Animación de la imagen */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

/* Texto animado */
.banner-text {
    color: #212529;
    animation: fadeIn 2s forwards ease-out;
    max-width: 40%;
}

/* Animación de fadeIn para el texto */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botón personalizado */
.banner-text .btn {
    margin-top: 15px;
    background-color: #c4d600;
    color: white;
    border: none;
}

/* Responsividad para pantallas más pequeñas */
@media (max-width: 768px) {
    .banner-oro, .banner-clasica {
        flex-direction: column;
        height: auto;
    }
    .col-md-6 {
        width: 100%;
        padding: 0;
    }
    .banner-text {
        text-align: center;
    }
}

.color-verde{
    color: #80BA00;
}
.color-blanco{
    color: white;
}
.logo-menu {
    max-width: 150px;
}

/**
*
*Banner Clásica
**/

.banner-clasica {
    height: 400px;
    width: 100vw;
    background-image: url('../images/banner/bg-black-banner.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-clasica h1{
    color: white;
}

.footer{
    background: #80bc00;
    padding: 2.5em;
    color: white;
}

.footer a{
    color: white;
}
.navcmv{
    background-color: black;
}
/**
* Modal
*/

/* Hace que el modal abarque el 50% de la pantalla */
.modal-custom-size {
    max-width: 80vw; /* 50% del ancho de la ventana */
    max-height: 80vh; /* 50% de la altura de la ventana */
  }
  
  /* Fondo transparente del modal */
  .modal-content {
    background-color: transparent !important; /* Sin color de fondo */
    border: none !important; /* Sin bordes */
    box-shadow: none !important; /* Sin sombra */
  }

  .modal-header{
    padding: 0 !important;
    border-bottom: 0 !important;
  }

  .modal-footer{
    padding: 0!important;
    border-top: 0 !important;
    
  }

  .modal-footer .btn-principal{
    padding: .5em 1em;
  }

  .bannerAliados{
    background: #efefef;
    padding: 2em;
    border-radius: 1em;
    align-items: center;
    margin-bottom: 2em;
  }

  .aliados-cmv{
    margin-top: 2em;
  }

  .titulo-clasificado{
    padding: 0 1em .5em;
    border-bottom: 1px solid #80BA00;
    color: #80BA00;
    margin-bottom: 2em;
    font-weight: bolder;
    text-transform: capitalize;
  }
  #map{
    width: 100%;
    height: 500px;
  }

  .icon-small{
    width: 2.5em;
  }

  .titulo-verde{
    color: #80BA00;
  }
  .big-text{
    font-size: 1.25em;
    font-weight: bold;
  }

  .lista-beneficios{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    padding: 0;
  }

  /**
  Slider
  */

  .slide-home {
    position: relative;
    width: 100%;
    padding: 0 !important;
  }

  .slide-home .carousel-item {
    height: 400px; /* Ajusta la altura según tus necesidades */
    background-size: cover;
    background-position: center;
    color: white; /* Texto blanco para contraste */
  }
  .slide-home .carousel-item:nth-child(1) {
    background-image: url('../images/banner/bg-gray-tdc.png');
  }
  .slide-home .carousel-item:nth-child(2) {
    background-image: url('../images/banner/bg-tdc-gree.png');
  }
  

  .slide-logo{
    max-width: 50%;
  }

  .alinear-centro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .alinear-centro p{
    text-align: justify;
  }

  .slide-home .img-cards img{
    transition: transform 0.3s ease;
  }

  .slide-home:hover .img-cards img{
    transform: scale(.8);
  }
.color-negro{
    color: #212529;
}

.slide-home .prev,
.slide-home .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 10;
    font-size: 1.5rem;
}

.slide-home .prev {
    left: 10px;
}

.slide-home .next {
    right: 10px;
}

.slide-home .prev:hover,
.slide-home .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none; /* Elimina la imagen predeterminada */
    color: #28a745; /* Aplica el color verde */
    font-size: 2rem; /* Ajusta el tamaño */
}

/* Estilo para todos los dots */
.carousel-indicators{
    bottom: -1.5em !important;
}
/* Estilo para todos los dots */
.carousel-indicators [data-bs-target] {
    width: 1em;
    height: 1em;
    border-radius: 50%; /* Redondear los puntos */
    background-color: #d6d6d6; /* Gris claro para puntos inactivos */
    border: 0;
    margin: 0 5px; /* Separación entre puntos */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Estilo para el punto activo */
.carousel-indicators [data-bs-target].active {
    background-color: #28a745; /* Verde Caja Morelia para el activo */
    transform: scale(1.2); /* Efecto de escala */
}

.form-section {
    background-color: #edf2f4;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .form-title {
    color: #28a745;
  }
  .form-image img {
    max-width: 100%;
    border-radius: 8px;
  }


  .faq-title {
    font-size: 1.2rem;
    color: #212529; /* Texto oscuro */
  }
  .faq-icon {
    color: #28a745; /* Verde para el ícono */
    font-size: 1.5rem;
    margin-left: 8px;
  }
  .accordion-button:not(.collapsed) {
    background-color: #f8f9fa; /* Fondo claro para preguntas abiertas */
    color: #212529;
  }
  .accordion-button {
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-button {
    color: #212529; /* Color normal */
  }

  /* Título del acordeón (cuando está abierto) */
  .accordion-button:not(.collapsed) {
    color: #28a745; /* Verde cuando está activo */
    font-weight: bold; /* Opcional: Negritas para destacar */
  }

  #socioForm label {
    font-weight: bold;
    color: #555;
    display: block;
    margin-bottom: 5px;
  }

  #socioForm input[type="text"],
  #socioForm input[type="email"],
  #socioForm input[type="tel"]
{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5em 1em;
    border-radius: 1em;
  }

  #socioForm select{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: .8em;
    border-radius: 1em;
  }

  #socioForm input[type="text"]:focus,
  #socioForm input[type="email"]:focus,
  #socioForm input[type="tel"]:focus {
    outline: none;
    border-color: rgba(0, 128, 0, 0.5); /* Borde verde suave */
    box-shadow: 0 0 8px rgba(0, 128, 0, 0.2); /* Sombra verde tenue */
  }

  .cashback-info p{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
  }

  .contenedor{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
  }

  .contenedor img{
    transition: all 0.5s ease-in-out;
  }

  .contenedor:hover img{
    transform: scale(.9);
  }

  .bannerCashback2{
    background-color: #212529;
    color: white;
    padding: 2em;
    text-align: center;
   
  }
  .bannerCashback2 .texto-banner{
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }

  .bannerCashback2 h2{
    color: white;
  }

  .contenedor-beneficio{
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 1em;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
    padding: 1.5em;
    transition: all .5s ease-in-out;
  }

  .contenedor-beneficio:hover{
    transform: scale(1.02);
  }

  .porcentaje{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1em;
  }
  .porcentaje h2{
    margin-bottom: 0;
    font-size: 3em;
  }


  /**
  Calculadora
  */

  .input-container {
    position: relative;
    margin-bottom: 25px;
}

.input-container label {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1em;
    color: #7cc341;
    transition: all 0.5s ease-in-out;
}

.input-container input {
    border: 0;
    border-bottom: 1px solid #555;
    background: #fafafa;
    width: 100%;
    padding: 1em 1em 0.5em 1em;
    font-size: 16px;
    color: #fff;
}

.input-container input:focus {
    border: none;
    outline: none;
    border-bottom: 1px solid #7cc341;
}

.btn {
    color: #fff;
    background-color: #7cc341;
    outline: none;
    border: 0;
    font-size:1em;
    padding: .5em 2em;
    text-transform: uppercase;
    margin-top: 1em;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    transition: all .3s ease 0s
}
.btn:hover{
 color:#7cc341;
 background:#4d4d4d;
}

.input-container input:focus~label,
.input-container input:valid~label {
    top: -12px;
    font-size: 12px;
}


.contenedor-precios {
    display: flex;
    margin-top: 2em;
}

.pricingTable10 {
    text-align: center;
    margin: 0 .5em;
}

.pricingTable10 .pricingTable-header {
    padding: 1em;
    background: #4d4d4d;
    position: relative;
    border-radius: 1em 1em 0 0;
    transition: all .3s ease 0s
}

.pricingTable10:hover .pricingTable-header {
    background: #7cc341;
}



.pricingTable10 .heading {
    color: #fff;
    letter-spacing: 2px;
    margin-top: 0;
}

.pricingTable10 .price-value {
    display: inline-block;
    position: relative;
    font-size: 55px;
    font-weight: 700;
    color: #7cc341;
    transition: all .3s ease 0s
}

.pricingTable10:hover .price-value {
    color: #fff
}

.pricingTable10 .currency {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 6px;
    left: -19px
}

.pricingTable10 .month {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -30px;
    text-transform: uppercase
}

.pricingTable10 .pricing-content {
    padding: 1em;
    background: #f2f2f2;
    position: relative
}
.pricing-content p{
 font-size: 1.5em;
 margin: 0;
 
}

.pricing-content p span{
    font-weight: bolder;
}

.pricingTable10 .pricing-content ul {
    padding: 0 20px;
    margin: 0;
    list-style: none
}

.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    transition: all .3s ease 0s
}

.pricingTable10:hover .pricing-content ul:after,
.pricingTable10:hover .pricing-content ul:before {
    background: linear-gradient(to bottom, #40c4db 50%, #34bacc 50%)
}

.pricingTable10 .pricing-content ul:before {
    left: 44px
}

.pricingTable10 .pricing-content ul:after {
    right: 44px
}

.pricingTable10 .pricing-content ul li {
    font-size: 15px;
    font-weight: 700;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8
}

.pricingTable10 .pricing-content ul li:last-child {
    border-bottom: none
}

.pricingTable10 .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #d9d9d8;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all .3s ease 0s
}

.pricingTable10 .read:hover {
    text-decoration: none
}

.pricingTable10:hover .read {
    background: #09b1c5
}

@media screen and (max-width:990px) {
    .pricingTable10 {
        margin-bottom: 25px
    }
}
.calculadora-cashback{
    background-color: #EBEEF4;
}
.calculadora-cashback form{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
}

.botones-formulario{
    display: flex;
}
.botones-formulario input{
    margin: .25em;
}

.banner-full{
    padding: 0;
}



/*MENU*/
.navbar-brand img {
    height: 50px; /* Ajusta el tamaño del logo */
}

.nav-link a{
    color: white; /* Letras negras en el menú */
}

.dropdown-menu {
    background-color: white; /* Fondo blanco del desplegable */
}

.dropdown-menu a:hover {
    background-color: gray; /* Fondo gris al hover */
    color: white !important; /* Texto blanco al hover */
}


.dropdown{
    background: #80bc00;
}

.dropdown-toggle{
    color: white;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.slide-home .container-fluid{
    padding: 0 !important;
}

.slide-home .img-cards{
    max-width: 90%;
}
.nav-tabs .nav-link{
    margin-right: .25em;
}

.navbar-toggler-icon{
    width: 24px !important;
    height: 3px !important;
    background-color: #28a745;
    margin: 3px 0;
}
.navbar-toggler{
    display: flex;
    flex-direction: column;
}

.hover-beneficio{
    /*filter: drop-shadow(5px 5px 9px #000000);*/
    padding: 1em 2em;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
}

.hover-beneficio:hover{
    -webkit-box-shadow: 1px 1px 37px -11px rgba(0,0,0,1);
    -moz-box-shadow: 1px 1px 37px -11px rgba(0,0,0,1);
    box-shadow: 1px 1px 37px -11px rgba(0,0,0,1);
}

.hover-beneficio img{
    max-width: 50%;
}

.appcmv{
    padding: 0 !important;
}