/* ===================================
    Clases Especificas
====================================== */
html {
	width: 100% !important;
	overflow-x: hidden;
}

body {
	background: black;
}

.menu-mobile-absolute {
	position: absolute;
	top: 0px;
	z-index: 999;
}


body h2 {
	font-family: var(--main-font);
	font-size: 48px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	color: var(--white);
	margin: 0;
}

/* Header && Navbar Desktop*/
header {
	top: 0;
}

.header-height {
	height: auto;
	min-height: 96px !important;
	position: relative;
	z-index: 9999;
}

.collapse:not(.show) {
	height: 0 !important;
	transition: height 0.5s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.navbar-collapse.show {
	height: 115vh !important;
	transition: height 0.5s ease-in-out;
	max-width: 100%;
}

.burguer-icon {
	border: none;
	outline: none;
	padding: 0;
}

.burguer-icon:focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.burguer-icon:not(.collapsed) .img-container {
	background-image: url("../assets/icons/cross.svg") !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s;
}

.burguer-icon.collapsed .img-container {
	background-image: url("../assets/icons/burguer-icon.svg") !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s;
}

.img-container {
	width: 25px;
	height: 15px;
}

header .nav-link {
	font-size: 0.9rem;
}

/* Sub-Header */

.sub-header {
	min-height: 56px;
	max-height: 56px;
	background-color: var(--dark-grey);
	position: sticky;
	top: 96px;
	z-index: 9999;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25) !important;
}

.sub-options {
	min-height: 56px;
	max-height: 56px;
	font-family: var(--main-font);
}

.sub-options button {
	padding: 10px 0 !important;
	font-size: 16px;
}

.sub-options a {
	padding: 0 19px;
	color: var(--white) !important;
	cursor: pointer;
	transition: all 0.5s;
	font-weight: 700;
	text-decoration: none;
}

.sub-options a:hover {
	color: var(--light-blue) !important;
	transition: all 0.5s;
}

/* Slider */

#slider .slider-aux {
	height: auto;
}

#slider .carousel-indicators {
	align-items: center;
	z-index: 999;
}

#slider .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #b6b6b6 !important;
	margin: 0 4.5px;
	transition: all 0.1s;
}

#slider .carousel-indicators .active {
	width: 32px;
	background: var(--gradient-light-blue) !important;
	border-radius: 5px !important;
	padding: 0;
	border: 0;
	transition: all 0.5s;
}

#slider .slider-content {
	position: absolute;
	left: 0;
	z-index: 999;
	padding: 8vw 4vw 0 10.5vw;
	width: 100%;
}

.mask-blur {
	position: absolute;
	left: 0;
	z-index: 99;
	background: linear-gradient(85deg, #000000 0.45%, rgba(0, 0, 0, 0) 60.23%);
	width: 100%;
	height: 50vw;
}

#slider .slider-content .slider-mini-title {
	color: white;
	font-size: 24px;
	font-family: var(--main-font);
	padding-bottom: 60px;
	line-height: 130%;
}

#slider .slider-content .slider-title {
	width: 60%;
	font-weight: 700;
	color: white;
	font-family: var(--main-font);
	margin-bottom: 4vw;
	line-height: 95%;
	font-size: 70px !important;
	text-align: start !important;
}

#slider .carousel-item {
	height: 100%;
	max-height: 650px;
}

#slider .carousel-inner {
	max-height: 650px;
}

/* Cards-Home */

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

.card-content h3 {
	font-family: var(--main-font);
	font-size: 28px;
	line-height: 120%;
	color: var(--white);
	padding: 30px 0 20px 0;
	margin: 0;
	font-weight: 700;
	text-align: center;
}

.card-content p {
	font-size: 18px;
	line-height: 120%;
	color: var(--white);
	font-family: var(--alt-font);
	text-align: center;
	font-weight: 400;
}

/* CTA */

.cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.cta h3 {
	font-family: var(--main-font);
	font-size: 28px;
	line-height: 120%;
	color: var(--white);
	margin: 0;
	font-weight: 700;
	padding: 45px 30px;
	text-align: center;
}

/* Cards- Careers- Home */

#careers img:hover {
	transform: scale(1.2);
	transition: all 0.5s ease;
}

.card {
	overflow: hidden;
	border: none !important;
	border-radius: 8px 8px 0px 0px !important;
	background: none !important;
	text-decoration: none;
}

.card-body {
	background-color: var(--dark-grey);
	border: none !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 15px 24px !important;
}

.card-body p {
	font-size: 16px;
	font-family: var(--alt-font);
	line-height: 120%;
	color: var(--white);
}

.card-title {
	font-family: var(--main-font);
	font-size: 24px;
	line-height: 120%;
	color: var(--white);
	font-weight: 700;
	height: 64px;
	margin: 15px 0;
}

.career-link {
	font-family: var(--alt-font);
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	color: var(--golden);
	transition: all 0.5s;
}

.career-link:hover {
	color: goldenrod;
	transition: all 0.5s;
}



/* Carroussel Testimonios */

#testimonies .carousel-inner {
	border-radius: 8px !important;
}

#testimonies .caroussel-content {
	padding: 100px 80px;
}

#testimonies .caroussel-content p {
	font-size: 18px;
	line-height: 140%;
	font-family: var(--alt-font);
	color: var(--white);
}

#testimonies img {
	object-fit: cover;
	/*height: 100%;*/
	height: 300px;
	width: 300px;
	border-radius: 50%;
}

#testimonies .carousel-control-next,
#testimonies .carousel-control-prev {
	width: 5%;
}

#testimonies .arrow-size {
	width: 25px;
	height: 25px !important;
}

#testimonies .m-h-600 {
	min-height: 600px;
}

.display-none {
	display: none;
}

/* Accordion FAQS */

#faqs .accordion-button {
	background-color: var(--dark-blue);
	color: var(--white);
	font-family: var(--main-font);
	font-size: 28px;
	font-weight: 400;
	line-height: 130%;
	border-radius: 0 !important;
	padding: 10px 10px;
	box-shadow: none;
}

#faqs .accordion-button div {
	display: flex;
	align-items: center;
	min-height: 42px;
}

#faqs .accordion-item:first-child {
	border: 0;
	border-top: 1px solid #374254;
	border-bottom: 1px solid #374254;
}

#faqs .accordion-item {
	border-radius: 0 !important;
	border: 0;
	border-bottom: 1px solid #374254;
}

#faqs .accordion h2 {
	padding: 0 !important;
}

#faqs .accordion .accordion-button::after {
	background-image: url("../assets/icons/accordion-icon-golden.svg");
}

#faqs .accordion-body {
	background-color: var(--dark-blue) !important;
	color: var(--white);
	padding: 20px 15px;
	font-size: 16px;
	line-height: 130%;
	font-family: 'Work Sans';
}

/* Brands */

#brands .slider-button-container {
	position: relative;
}

#brands .button-left,
#brands .button-right {
	background-color: transparent;
	border: none;
}

#brands .button-left {
	position: absolute;
	left: -10px;
	top: calc(50% - 5px) !important;
	width: 15px;
	height: 15px;
}

#brands .button-right {
	position: absolute;
	right: -10px;
	top: calc(50% - 5px) !important;
	width: 15px;
	height: 15px;
}

/* Blog */
#blog .card {
	opacity: 1;
	transition: all 0.5s;
	display: flex;
	position: relative;
	border: none;
}

#blog .card a {
	text-decoration: none;
}

#blog .card:hover {
	opacity: 0.7;
	transition: all 0.5s;
}

#blog .card-img-top {
	min-height: 350px;
	object-fit: cover;
	border: 1px solid var(--dark-grey);
	border-radius: 8px;
}

#blog .blog-content {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, #1a202a 0%, rgba(0, 0, 0, 0) 100%);
	min-height: 90px;
	padding: 25px;
}

#blog .blog-content p {
	font-family: var(--main-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	color: var(--white);
}

#blog .single-blog h2 {
	text-align: left !important;
	padding-left: 20px;
}

#contact-form p {
	font-family: var(--alt-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
}

a {
	color: #61B7E4;
}

/* Tabs-Info-General */

#tabs-info .breadcrumbs-container a,
#tabs-info .breadcrumbs-container span {
	color: var(--white);
	font-size: 14px;
	font-family: var(--alt-font);
	line-height: 120%;
}

#tabs-container .nav-item button {
	color: var(--controls-grey);
	font-family: var(--main-font);
	font-style: normal;
	font-size: 24px;
	line-height: 112%;
	background-color: transparent;
	border: none;
	padding: 35px 0;
}

#tabs-container .nav-item {
	padding: 0;
}

#tabs-container .nav-item:first-child {
	padding-left: 0;
}

#tabs-container .nav-link {
	padding: 0;
}

#tabs-container .nav-link.active {
	color: var(--white);
	border-bottom: 2px solid var(--light-blue);
}

#tabs-container .nav-tabs {
	border-bottom: 1px solid var(--controls-grey);
}

#tabs-container .tab-content h3 {
	font-family: var(--main-font);
	font-size: 28px;
	font-weight: 700;
	line-height: 130%;
	color: var(--white);
}

#tabs-container .tab-content p {
	font-family: var(--alt-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	color: var(--white);
}

#tabs-container .card-item-simple {
	background: var(--dark-grey);
	border-radius: 8px;
	padding: 25px 18px;
	height: 100%;
}

#tabs-container .card-img-simple {
	width: 30px;
	height: 25px;
	object-fit: contain;
}

#tabs-container .card-content-simple p:first-child {
	font-weight: bold;
}

#tabs-container .fixed-form {
	position: sticky;
	top: 0;
}

.accordion-info_mobile {
	width: 100%;
}

.accordion-info_mobile .accordion-item:first-of-type .accordion-button,
.accordion-info_mobile .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0 !important;
}

.accordion-info_mobile .accordion {
	background-color: var(--dark-blue);
}

.accordion-info_mobile .accordion-header {
	padding: 0 !important;
}

.accordion-info_mobile .accordion-body {
	background-color: var(--dark-blue);
	color: var(--white);
	font-family: var(--alt-font);
}

.accordion-info_mobile .accordion-button,
.accordion-info_mobile h3 {
	padding: 15px !important;
	background-color: var(--dark-blue);
	color: white;
	font-size: 28px;
	line-height: 130%;
	font-family: var(--main-font);
	font-weight: bold;
}

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

.accordion-button::after {
	background-image: url("../assets/icons/blue-cross.svg");
	background-size: contain;
	width: 14px;
	height: 14px;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("../assets/icons/blue-cross.svg");
	background-size: contain;
	width: 14px;
	height: 14px;
}

.accordion-info_mobile .accordion-item {
	border: none;
	border-bottom: 2px solid var(--dark-grey);
}

.accordion-info_mobile .accordion-item:first-of-type {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.accordion-info_mobile .accordion-button:not(.collapsed) {
	box-shadow: none;
	border-bottom: 2px solid var(--light-blue);
}

.accordion-info_mobile .medal-item div p {
	font-size: 12px;
	line-height: 130%;
}

.accordion-info_mobile h4 {
	font-family: var(--main-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	padding: 0 50px;
}

/* Convenios */

#slider .convenios .carousel-item {
	height: 450px;
}

#slider .convenios .slider-content {
	padding: 6vw 4vw 0 9.5vw;
}

#slider .convenios h2 {
	font-family: var(--main-font);
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	text-align: left;
	width: 385px;
}

#slider .convenios .mask-blur {
	height: 60vw;
}

#slider .convenios .img-fluid {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Single-Blog */
#single-blog .single-img-container {
	position: relative;
	border: none;
}

#single-blog .mask-img {
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(0deg, #1a202a 5.35%, rgba(0, 0, 0, 0) 100%);
	border-radius: 8px;
	z-index: 999;
	border: none;
}

#single-blog .single-img-container img {
	border: 1px solid var(--dark-grey);
	height: auto;
	border-radius: 8px !important;
}

#single-blog h1 {
	font-family: var(--main-font);
	font-size: 48px;
	line-height: 50px;
	font-weight: 700;
	color: var(--white);
	margin: 0;
	text-align: left;
}

#single-blog h4 {
	font-family: var(--main-font);
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	color: var(--white);
}

#single-blog .h2-mobile {
	font-family: var(--main-font);
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: var(--white);
}

#single-blog p {
	font-family: var(--alt-font);
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: var(--white);
	padding: 12px 0;
}

/* Footer */
#footer {
	border-top: 2px solid #2B3341;
}

#footer .logo-footer {
	width: 224px;
	height: 114px;
	margin-bottom: 15px;
}

#footer .acreditacion-footer {
	width: 207px;
	height: 78px;
}

#footer ul {
	list-style: none;
	padding: 0;
}

#footer ul li:first-child {
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
}

#footer ul li {
	font-size: 16px;
	font-family: var(--alt-font);
	font-weight: 400;
	line-height: 130%;
	color: var(--white);
	padding: 11px 25px;
}

#footer p {
	font-size: 12px;
	line-height: 130%;
	color: var(--white);
	font-family: var(--alt-font);
}

#footer .font-big {
	font-size: 16px;
	line-height: 130%;
}

.hvr-gold:hover {
	color: #CB9700 !important;
}

.video-responsive {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%;
}

.video-responsive iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.docente--img {
	width: 70px;
}

/* Clases Nuevas */

.modal,
.modal-fullscreen {
	z-index: 99999 !important;
}

.modal-content {
	background-color: var(--dark-grey);
}

.modal .modal-header {
	background-color: transparent !important;
	border: none;
}

.modal .modal-body {
	padding: 0;
	background-color: transparent !important;
	border: none;
}

.modal .btn-close {
	background: url('../assets/icons/Icon-close.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.modal .btn-close:focus {
	box-shadow: none;
	border: none;
}

#careers .col-lg-4 {
	display: flex;
	flex-direction: column;
}


.input-cell {
	width: 225px !important;
	min-width: 225px !important;
	max-width: 225px !important;
}

.input-code {
	height: 48px !important;
}


/* Display Responsive */

#static .only-mobile {
	display: none !important;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	opacity: .5 !important;
}

/* Responsive */

@media (max-width: 1200px) {
	#slider .slider-content .slider-title {
		font-size: 50px !important;
		width: 78% !important;
	}

	#slider .slider-content .slider-mini-title {
		padding-bottom: 40px;
	}
}

@media (max-width: 992px) {
	#tabs-container h2 {
		font-size: 30px;
	}

	#footer ul li {
		padding: 11px;
	}

	#slider .slider-content {
		padding: 4vw 6vw 0 6vw;
	}

	#slider .slider-content .slider-title {
		font-size: 40px !important;
		margin-bottom: 30px !important;
	}

	.padding-55px-right {
		padding-right: 10px;
	}

	.sub-options a {
		padding: 0 8px;
	}

	#testimonies .caroussel-content {
		padding: 45px;
	}

	#testimonies .caroussel-content h2 {
		font-size: 35px;
	}

	#testimonies .caroussel-content p {
		text-align: center;
	}

	.btn-lateral {
		display: none;
	}
}

@media (max-width: 767px) {
	#single-blog .single-img-container img {
		height: 280px;
		object-fit: cover;
		border-radius: 8px !important;
	}

	#single-blog h1 {
		font-size: 40px !important;
	}

	/* Markers */
	.accordion-info_mobile .accordion-item .golden-marker {
		margin: 0 !important;
		padding: 0 !important;
	}

	/* BreadCrumbs */
	.breadcrumbs-container {
		background-color: var(--dark-grey);
		padding: 15px;
	}

	/* footer */
	#footer ul li {
		padding: 8px 0;
	}

	#footer .padding-100px-top {
		padding: 25px 16px !important;
	}

	.boton-top.visible {
		display: block !important;
	}

	/* Blog */
	#blog .blog-content {
		align-items: flex-end;
	}

	/* Accordion FAQS */
	#faqs .accordion-body {
		font-size: 14px;
	}

	#faqs .accordion-button {
		font-size: 20px;
		line-height: 21px;
		padding: 9px 9px;
	}

	#faqs .padding-75px-tb {
		padding: 50px 16px !important;
	}

	/* Carousel Testimonios */

	#testimonies .arrow-size {
		display: none;
	}

	#testimonies .caroussel-content {
		padding: 35px !important;
	}

	#testimonies .caroussel-content h2 {
		font-size: 24px;
		text-align: center !important;
	}

	#tabs-container .card-content-simple p {
		font-size: 14px;
		margin: 5px 10px;
	}

	.linkedin-item p {
		font-size: 14px;
	}

	.linkedin-item .linkedin-icon {
		width: 24px;
		height: 24px;
	}

	/* CTA */
	.cta {
		padding-bottom: 40px;
	}

	.cta h3 {
		padding: 30px 0;
		font-size: 24px;
	}

	/* Global */
	body h2 {
		font-size: 28px;
		line-height: 30px;
		padding-bottom: 23px !important;
	}

	/* Cards -Icons- Home */
	.card-content h3 {
		font-size: 16px;
	}

	.card-content p {
		font-size: 14px;
	}

	.card-content img {
		width: 45px;
		height: 45px;
	}

	.standard-font-alt {
		font-size: 16px;
		line-height: 22px;
	}

	/* Slider */
	.navbar.bg-dark-blue {
		background: #2b3341;
	}

	.mask-blur,
	#slider .convenios .mask-blur {
		left: 0;
		background: linear-gradient(180deg, rgba(26, 32, 42, 0) 14.14%, #1a202a 100%);
		height: 600px;
	}

	.btn-lateral {
		display: none;
	}

	#slider .slider-img {
		object-fit: cover;
		object-position: 50%;
		height: 600px;
	}

	#slider .slider-content {
		padding: 150px 26.5px 0 26.5px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#slider .slider-content .slider-mini-title {
		color: white;
		font-size: 16px;
		padding-bottom: 18px;
		text-align: center;
	}

	#slider .slider-content .slider-title {
		width: 100% !important;
		text-align: center !important;
		font-size: 36px !important;
		color: white;
		font-family: var(--main-font);
		margin-bottom: 4vw;
		line-height: 95%;
	}

	#slider .slider-content .slider-mobile-text {
		font-size: 16px;
		font-family: var(--alt-font);
		text-align: center;
		line-height: 140%;
		margin-bottom: 54px;
		color: var(--white);
	}

	#slider .convenios h2 {
		font-size: 20px;
		text-align: center;
	}

	#slider .convenios .slider-content {
		width: 100%;
		height: 100%;
		padding: 0;
		justify-content: center;
	}

	#slider .convenios .slider-img {
		object-position: 65%;
	}

	/* Sub-Header */
	.sub-header {
		display: none;
	}

	/* Menu Mobile */
	.navbar-nav {
		width: 100vw;
		max-width: 100%;
		padding: 50px 0;
	}

	.navbar-nav .nav-link {
		font-family: var(--main-font);
		font-size: 28px;
		font-weight: 700;
		line-height: 121%;
		color: var(--white);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 15px;
	}

	.navbar-nav .nav-link.mobile {
		font-family: var(--alt-font);
		font-size: 16px;
		padding: 10px 17px;
	}

	.navbar-nav .nav-link:hover {
		color: var(--light-blue);
	}

	.header-height {
		min-height: 51px !important;
	}

	#static .only-desktop {
		display: none !important;
	}

	#static .only-mobile {
		display: block !important;
	}

	.dropdown-toggle {
		width: 100%;
	}

	.no-icon::after {
		display: none;
	}

	.dropdown-toggle::after {
		width: 20px;
		height: 20px;
		background-image: url("../assets/icons/dropdown-ico.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		border: none !important;
		transition: all 0.6s;
		margin: 0 !important;
	}

	.dropdown-toggle.show::after {
		transition: all 0.6s;
		background-image: url("../assets/icons/dropdown-up-ico.svg");
		/* transform: rotate(180deg); */
	}

	.dropdown-menu {
		display: block !important;
		height: 0;
		padding: 0;
		transition: all 0.5s ease-in-out;
		border: none;
		border-bottom: 1px solid #3a4557;
		background-color: var(--dark-grey);
		border-radius: 0 !important;
	}

	.dropdown-menu.show {
		margin: 0 !important;
		height: auto;
		border-bottom: none;
		padding: 0;
		transition: all 0.5s;
		border: none;
	}

	.dropdown-menu li a {
		color: transparent;
		display: none;
	}

	.dropdown-menu.show li a {
		color: var(--white);
		font-size: 16px;
		font-weight: 700;
		line-height: 125%;
		padding: 15px;
		border-bottom: 1px solid var(--dark-blue);
		display: block;
	}
}

@media (max-width: 600px) {

	/* Brands */
	#brands .button-left,
	#brands .button-right {
		display: none;
	}

	.swiper-slide img {
		width: 160px !important;
		object-fit: contain;
	}

	.flex-column-mobile {
		flex-direction: column !important;
	}
}

@media (max-width: 450px) {
	/* Single-Blog */

	#single-blog .padding-100px-top {
		padding-top: 50px !important;
	}

	#single-blog h1 {
		font-size: 24px !important;
	}

	.single-blog h2 {
		font-size: 18px;
		padding: 0 10px !important;
	}

	#single-blog .h2-mobile {
		font-size: 18px !important;
	}

	#single-blog h4 {
		font-size: 16px;
	}

	#single-blog p {
		font-size: 14px;
		padding: 8px 0;
	}

	.accordion-info_mobile .accordion-button,
	.accordion-info_mobile h3 {
		font-size: 24px;
	}

	#tabs-container .accordion-info_mobile .card-item-simple {
		padding: 15px 5px !important;
		border-radius: 0 !important;
	}
}

.boton-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #FFFFFF;
	color: white;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 16px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: none;
	z-index: 9999;
}

.boton-top span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.boton-top:hover {
	background: rgba(255, 255, 255, 0.6);
}



@media (max-width: 400px) {

	/* Accordion FAQS */
	#testimonies img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	#testimonies .caroussel-content {
		padding: 40px 30px !important;
	}

	#testimonies .caroussel-content h2 {
		font-size: 20px;
	}

	#faqs .accordion-body {
		padding: 0 0 15px 0 !important;
	}

	#faqs .accordion-button {
		font-size: 15px;
		padding: 10px 10px;
	}

	/* slider */
	#slider .slider-content {
		padding: 150px 15px 0 15px !important;
	}

	#slider .convenios .slider-content {
		padding: 0 !important;
	}

	#slider .convenios .slider-content h2 {
		font-size: 16px;
		width: auto;
	}

	#slider .slider-title {
		font-size: 32px !important;
	}

	.navbar-nav .nav-link {
		font-size: 24px !important;
	}

	.dropdown-menu.show li a {
		font-size: 13px !important;
	}
}

.hover-subtitle a {
	/* 	padding: 0 19px; */
	color: var(--white) !important;
	cursor: pointer;
	transition: all 0.5s;
	font-weight: 700;
	text-decoration: none;
}

.hover-subtitle a:hover {
	color: var(--light-blue) !important;
	transition: all 0.5s;
}

#ajax-load-more .alm-btn-wrap .alm-load-more-btn {
	left: 20px !important;
	font-size: 18px !important;
	padding: 14px !important;
	height: auto !important;
	line-height: 21px !important;
	box-shadow: none;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
	background-image: none !important;
	background-color: transparent !important;
}

.card-img-top {
	aspect-ratio: 3/2;
	object-fit: cover;
}

.img-logo {
	width: 240px;
}

.hover-img:hover {
	background: var(--light-blue) !important;
	transition: all 0.5s;
}

/* CSS for the loader */

.container-loader {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin-top: 50px;
}

/* CSS animation */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.wpcf7-not-valid-tip {
	font-size: 11px !important;
	word-break: break-all;
}

.scroll-down header {
	top: -140px;
	transition: all 0.25s ease;
}

.scroll-down .sub-header {
	top: -213px;
	transition: all 0.25s ease;
}

.scroll-up header {
	top: 0px;
	transition: all 0.35s ease;
}

.scroll-up .sub-header {
	top: 96px;
	transition: all 0.35s ease;
}

.whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
.whatsapp-button a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.whatsapp-button a img {
	width: 100%;
	height: 100%;
	padding: 10px;
}