/*----------------------------*/

.swiper-horizontal {
  overflow: hidden;
  max-width: 1310px;
  margin: 0 70px 55px;
margin: 0 30px 55px;	
}

.card-list .card-item {
  height: auto;
  /*color: #fff;*/
  user-select: none;
  /*padding: 35px;
  display: flex;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  /*border: 1px solid rgb(74 74 74 / 50%);*/
}
	
.card-list .card-item.card-first {
  padding: 35px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: white;

}	
	
	
/*---------------------------------*/
	
.tandiltur-box {
    /*background-color: #000000;*/
    clip-path: inset(0 round 16px);
    display: block;
    padding-top: 70%;
    position: relative;
    transition: clip-path .5s;
    width: 100%;
}
.tandiltur-box-content {
    top: 0;
    color: #fff;
    left: 0;
    padding: 40px 80px 40px 40px;
    position: absolute;
    transition: transform 1.5s cubic-bezier(.11,.74,.35,.92);
    width: 100%;
    z-index: 1;
}
    .tandiltur-box-title {
            font-size: 22px;
		line-height: 27px;
    font-weight: 800;
    }
	
@media (max-width: 768px) {
	
.tandiltur-box-content {
    padding: 20px 60px 20px 20px;
}
    .tandiltur-box-title {
        font-size: 20px;
		line-height: 25px;
    margin-bottom: 0px;
    }
}	
	
.tandiltur-box-background {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.tandiltur-box-background:after {
    background: linear-gradient(180deg, #0000, #061a15d1 80%);
    bottom: 0;
    content: "";
    display: block;
    height: 250px;
    max-height: 100%;
    position: absolute;
    width: 100%;
}	
.tandiltur-box-background>.Media {
    height: 100%;
    transform-origin: bottom;
    transition: transform .4s cubic-bezier(.42,0,.175,1);
}	
.tandiltur-box .tandiltur-box-background>.Media {
    transition: transform 1s cubic-bezier(.11,.74,.35,.92);
}
.Media>.is-loaded {
    opacity: 1;
    transform: none;
    transition: opacity .3s, transform .6s ease-out;
	background-size: cover;
}
.Media>[data-sizes], .Media>[data-sizes]>img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}	
	
@media (prefers-reduced-motion: no-preference) {
    .tandiltur-box:active, html:not(.can-touch) .tandiltur-box:hover {
        clip-path: inset(3px round 19px);
    }
}
.tandiltur-box:active .tandiltur-box-content, html:not(.can-touch) .tandiltur-box:hover .tandiltur-box-content {
    transform: translateY(-5px);
}
.tandiltur-box:active .tandiltur-box-background>.Media, html:not(.can-touch) .tandiltur-box:hover .tandiltur-box-background>.Media {
    transform: scale(1.05);
}	

/*--------------------*/

.swiper-overflow-visible {
	overflow: visible !important;
}

.swiper-overflow-visible:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #24423ad9;
    left: -99%;
    top: 0;
    z-index: 1;
}

.swiper-overflow-visible:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #24423ad9;
    right: -99%;
    top: 0;
    z-index: 2;
}

@media (max-width: 767px){
.swiper-overflow-visible:before {
    content: "";
    width: 100%;
    right: -100%;
    top: 0;
}
}

.swiper-arrows-top .swiper-button-next, .swiper-arrows-top .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, -40px);
}

.swiper-arrows-top .swiper-button-prev, .swiper-arrows-top .swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 78px);
    left: auto;
}

.swiper-arrows-top .swiper-button-next, .swiper-arrows-top .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 30px);
    left: auto;
}

.swiper-arrows-top  .swiper-button-next.swiper-button-disabled, .swiper-arrows-top .swiper-button-prev.swiper-button-disabled {
    opacity: 0.40;
    cursor: auto;
    pointer-events: none;
    display: inline-flex
;
}

/*--------------------*/
	
.swiper-pagination-bullet {
  background: #1a9891;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-slide-button {
    color: #686867;
    /*margin-top: -55px;*/
    transition: 0.2s ease;
    background-color: white;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: solid 2px #d4d4d4;
}
	
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 700;
}	

.swiper-slide-button:hover {
  color: #000;
}

@media (max-width: 768px) {
  .swiper-horizontal {
    margin: 0 50px 10px 10px;
  }

  .swiper-slide-button {
    /*display: none;*/
  }
}	
	
	
/*-----------------------------*/
	
.slider-wrapper-testimonios .card-list .card-item {
    height: auto;
    color: #121212;
    user-select: none;
    padding: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 60px 10px;
    backdrop-filter: blur(30px);
    background: rgb(72 129 113 / 10%);
    border: 0px solid rgb(203 203 203 / 50%);
}	
	
.card-list .card-item .user-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 40px;
    border: 3px solid #121212;
    padding: 4px;
}	

.card-list .card-item .user-profession {
    font-size: 18px;
    line-height: 29px;
    color: #121212;
    font-weight: 500;
    margin: 30px 30px 30px;
    display: block;
    padding-left: 20px;
}	
	
.card-list .card-item .user-name {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    display: block;
	 margin-top: 15px;
	text-align: right;
	line-height: 24px;
}	
	
.card-list .card-item .user-name strong {
    font-size: 20px;
    color: #1FAD84;
    font-weight: 700;
    display: block;
}		
	
	
@media (max-width: 767px){
.slider-wrapper-testimonios .card-list .card-item {
    flex-direction: column;
	text-align: center;
	        padding: 30px 10px;
}
.card-list .card-item .user-image {
    margin-bottom: 0px;
}
.card-list .card-item .user-name {
    text-align: center;
}	
}
	
.modulo-testimonios .swiper-overflow-visible:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color:#ffffff8a;
    left: -99%;
    top: 0;
    z-index: 1;
}

.modulo-testimonios .swiper-overflow-visible:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffff8a;
    right: -99%;
    top: 0;
    z-index: 2;
}
	
.rect-b{
    width: 110px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    z-index: -1;
}	
	
	
@media (min-width: 767px) {
    .modulo-empresa .col-sticky {
        position: sticky;
        top: 80px;
        align-self: flex-start;
        margin-top: 15px;
        z-index: 0;
    }
}	

/*-----------------*/

  .grecaptcha-badge {
    opacity: 0;
  }

  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }

    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }

  @keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }

    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }

  .carousel-inner .shadow-div {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
  }

/*-----------------*/

    /* Estilos Generales */
    .finance-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding: 80px 40px;
        background-color: #f4f7f6; /* Fondo gris muy suave */
    }

    /* Estilo de la Tarjeta */
    .finance-card {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        padding: 30px 20px;
        width: 280px; /* Ancho fijo para escritorio */
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-top: 4px solid transparent;
    }

    /* Efecto al pasar el mouse */
    .finance-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        border-top: 4px solid #10b981; /* Borde verde al hacer hover */
    }

    /* Estilo de los Iconos */
    .icon-box {
        background-color: #ecfdf5; /* Verde muy claro de fondo */
        color: #059669; /* Verde oscuro para el icono */
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px auto;
    }

    .icon-box svg {
        width: 32px;
        height: 32px;
    }

    /* Tipografía */
    .card-title {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #6b7280; /* Gris medio */
        margin-bottom: 10px;
        font-weight: 600;
    }

    .card-value {
        font-size: 23px;
        font-weight: 700;
        color: #111827; /* Casi negro */
        margin: 0;
		line-height: normal;
    }

    .highlight {
        color: #059669; /* Verde esmeralda para el % */
    }

    /* Responsividad para móviles */
    @media (max-width: 768px) {
        .finance-container {
            flex-direction: column;
            align-items: center;
            padding: 20px;
        }
        .finance-card {
            width: 100%;
            max-width: 320px;
        }
    }
	