body .swiper-slide-active {
    transform: scale(1) !important;
}

h1 {
    font-size: 46px;
    font-weight: 400;
    line-height: 74px;
}

@media(min-width: 768px) {
    h1 {
        font-size: 64px; 
    }
}

h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 0.45px;
}

h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.12px;
}

.swiper-container {
	display: none;
}

.swiper-container.swiper-initialized {
	display: block;
}

.swiper-button-next.swiper-navBtn, .swiper-rtl .swiper-button-prev.swiper-navBtn {
    right: 50px !important;
}

.swiper-button-prev.swiper-navBtn, .swiper-rtl .swiper-button-prev.swiper-navBtn {
    left: 50px !important;
}

.bg-hero {
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-white {
    background: white;
}

.bg-gray {
    background: rgba(213, 219, 231, 0.15);
}

.bg-neutros {
    background: #D5DBE7;
    border-radius: 0px 6px 6px 0px;
}

.color-delft-blue {
    color: #263956;
}

.color-delft-blue p {
    margin-bottom: 12px;
}

.color--0C2448 {
    color: #0C2448;
}

.card-chequeo__servicios {
    border-radius: 6px;
    border: 1px solid rgba(213, 219, 231, 0.50);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-chequeo__servicios a {
    font-family: var(--ff-sans);
    font-size: 18px;
    color: #E40046;
}

.card-chequeo__servicios:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 24px rgba(103, 114, 131, 0.15);
}

.card-chequeo__servicios:hover .span-underline::after {
    width: 100%;
}

.span-underline {
    position: relative;
}

.span-underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #E40046;
    transition: width 0.3s ease-in-out;
}

.span-underline:hover::after {
	width: 100%;
}

.contact-chequeo__list {
    font-family: var(--ff-sans);
    font-size: 18px;
    font-weight: 400;
    color: #E40046;
}

.btn-amaranth {
    color: white;
    text-decoration: none;
    font-family: var(--ff-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 6px;
    padding: 16px 19px;
    background: #E40046;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.btn-amaranth:hover {
    background: white;
    color: #E40046;
    border: 1px solid #E40046;
}

.btn-white {
    color: #E40046;
    text-decoration: none;
    font-family: var(--ff-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 6px;
    padding: 16px 19px;
    background: white;
    width: 100%;
    border: 1px solid #E40046;
    transition: all 0.3s ease;
}

.btn-white:hover {
    background: #E40046;
    color: white;
    border: 1px solid #E40046;
}

@media(min-width: 768px) {
    .btn-amaranth,
    .btn-white {
        max-width: 242px;
    }
}

.img-radius {
    border-radius: 6px 6px 60px 6px;
}

.btn-chequeo__medico {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 0;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s ease;
}

.btn-chequeo__medico:hover {
    box-shadow: 0px 4px 4px 0px rgba(255, 171, 196, 0.50);
}

.btn-amaranth-chequeo__medico {
    background: #E40046;
    color: white;
}

.btn-amaranth-chequeo__medico:hover {
    color: white;
}

.btn-white-chequeo__medico {
    background: white;
    color: #E40046;
    border: 1px solid #E40046;
}

.btn-white-chequeo__medico:hover {
    color: #E40046;
}

@media(min-width: 768px) {
    .btn-chequeo__medico {
        max-width: 374px;
    }
}

.btn-chequeo__medico .texto {
    white-space: nowrap;
}

.px-12 {
    padding-right: 12px;
    padding-left: 12px;
}

.px-24 {
    padding-right: 24px;
    padding-left: 24px;
}

.pt-113 {
    padding-top: 113px;
}

@media(min-width: 1024px) {
    .pt-190 {
        padding-top: 190px;
    }

    .pb-72 {
        padding-bottom: 30px;
    }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-wrapper {
    overflow: visible;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 10;
}

.swiper-slide .swiper-img {
	width: 100%;
	transition: transform 0.5s ease;
}

.swiper-container-wrapper {
	position: relative;
	overflow: hidden;
}

.swiper-pagination {
    bottom: auto !important;
    position: unset !important;
}

@media(min-width: 1024px) {
	.swiper-container-gradient::before,
	.swiper-container-gradient::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 50%;
		z-index: 2;
		pointer-events: none;
	}

	.swiper-container-gradient::before {
		left: 0;
		background: linear-gradient(to right, rgba(246, 247, 249, 1), rgba(246, 247, 249, 0));
	}

	.swiper-container-gradient::after {
		right: 0;
		background: linear-gradient(to left, rgba(246, 247, 249, 1), rgba(246, 247, 249, 0));
	}

    .swiper-button-next {
		right: -60px !important;
	}
	
	.swiper-button-prev {
		left: -60px !important;
	}

	.swiper-button-next, .swiper-button-prev {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

.swiper-navBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    width: 42px !important;
    height: 42px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 4px 4px rgba(26, 80, 145, 0.25));
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.swiper-pagination-bullet {
    background: #E40046 !important;
    opacity: 0.3 !important;
}

.swiper-pagination-bullet-active {
    background: #E40046 !important;
    width: 30px !important;
    border-radius: 20px !important;
    opacity: 1 !important;
}

@media(max-width: 767px) {
    .tab-content__accordion .nav {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
    }

    .tab-content__accordion .nav-item {
        flex: 0 0 auto;
    }
}

.tab-content__accordion .tab-content {
    border-top: 1px solid #FFABC4;
}

.tab-content__accordion .nav-pills .nav-link {
    font-family: var(--ff-sans);
    font-size: 18px;
    border-radius: 6px 6px 0px 0px;
    background: rgba(255, 171, 196, 0.30);
    color: #E40046 !important;
    padding: 16px 24px;
}

.tab-content__accordion .nav-pills .nav-link.active {
    background: #E40046;
    color: white !important;
}

.tab-content__accordion .accordion-button {
    font-size: 24px;
    color: #002D72;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.12px;
    border: none;
    border-bottom: 1px solid #002D72;
    padding: 24px 0;
}

.tab-content__accordion .accordion-button::after {
    background-image: url('/wp-content/uploads/2025/01/Add-New.svg');
}

.tab-content__accordion .accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/01/Minus.svg');
}

.tab-content__accordion .accordion-button:focus {
    box-shadow: none;
}

.tab-content__accordion .accordion-button:not(.collapsed) {
    background: rgba(213, 219, 231, 0.15);
    box-shadow: none;
}

.tab-content__accordion .accordion-body p,
.tab-content__accordion .accordion-body {
    font-family: var(--ff-sans);
    font-size: 18px;
    color: #263956;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.27px;
}

.hero-section {
    position: relative;
    background-position: center;
}

.hero-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0.27%, rgb(255 255 255 / 26%) 39.68%, rgb(255 255 255 / 74%) 60.61%, #ffffff 94.55%);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-content {
    position: relative;
}