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

body {
	background: var(--dark-blue);
	visibility: hidden;
}

.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;
}

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

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

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

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

.border-left {
	border-left: 1px solid var(--white);
	padding-left: 15px;
}

.mode:hover {
	background: transparent !important;
}

/* 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);
	margin-left: 260px;
}

.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 home */
#slider-home .slider-aux {
	height: auto;
}

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

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

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

#slider-home .slider-content {
	/*position: absolute;*/
	left: 0;
	z-index: 999;
	padding: 0px;
	width: 100%;
}

#slider-home .slider-content .content-text {
	padding: 50px;
}


.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-home .slider-content .slider-mini-title {
	color: var(--white);
	font-size: 24px;
	font-family: var(--main-font);
	padding-bottom: 60px;
	line-height: 130%;
}

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


#slider-home .slider-content p {
	color: var(--white);
	font-family: var(--main-font);
	margin-bottom: 4vw;
	text-align: start !important;
	font-size: 18px;
}

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

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

#slider-home .carousel-indicators {
	justify-content: start;
	margin-left: 50px !important;
}

#slider-home .bg-primary-slider {
	background-image: url('../assets/img/Background_banner.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#slider-home .slider-img {
	object-fit: cover;
	object-position: center
}

/* 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: var(--controls-grey) !important;
	margin: 0 4.5px;
	transition: all 0.1s;
}

#slider .carousel-indicators .active {
	width: 32px;
	background: var(--dark-blue-alt) !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%;
}

#slider .slider-content .content-text {
	padding: 50px;
}


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

#slider .slider-content .slider-mini-title {
	color: var(--white-alt);
	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: var(--white-alt);
	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;
	justify-content: space-between;
	/*min-height: 330px;*/
}

.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;
	min-height: 100px;
}

/* CTA */

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

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

.cta .contain-button {
	display: flex;
	justify-content: end;
}


/* 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: 23px;
	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;
	transition: all 0.5s;
	background: var(--gradient-light-green);
	-webkit-background-clip: text;
	color: transparent;
	text-decoration: underline !important;
}

.career-link:hover {
	color: rgba(97, 183, 228, 1) !important;
	-webkit-background-clip: text;
	color: transparent;
	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 .title-testimonies{
	font-size: 38px !important;
	line-height: 130%;
}

#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 .single .accordion-button {
	background-color: var(--dark-grey);
	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;
	padding-right: 15px;
}

#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/plus.svg");
}

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

#faqs .single .accordion-body {
	background-color: var(--dark-grey);
	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 */

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

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

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

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

#slider .blog .img-fluid {
	width: 100%;
	height: 100%;
}

#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-alt);
}

#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%;
	color: var(--white);
}

#contact p {
	color: var(--white);
}

a {
	color: var(--light-blue);
}

/* 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-info ul,
#tabs-info ol {
	color: var(--white);
}

#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: var(--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: 300px;
}

#slider .convenios .slider-content {
	padding: 0vw 4vw 0 9.5vw;
	display: flex;
	align-items: center;
	height: 100%;
}

#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 var(--dark-grey);
}

#footer .logo-footer {
	width: 224px;
	height: auto;
	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: 16px;
	line-height: 130%;
	color: var(--white);
	font-family: var(--alt-font);
}

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

.hvr-gold:hover {
	color: var(--golden) !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;
}
.light-mode .modal .btn-close {
	background: url('../assets/icons/Icon-close-dark.svg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

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

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

#vias .modal-body h3 {
	font-family: var(--main-font) !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	text-align: left;
	line-height: 36px;
}

#vias .modal-body .content {
	font-family: var(--alt-font) !important;
}

#activities .activities {
	padding: 0px !important;
}

#activities h3 {
	font-family: var(--main-font) !important;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	color: var(--white);
	line-height: 34px;
}

#activities span {
	font-family: var(--alt-font);
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: var(--white);
	margin: 0px 10px;

}

#activities a {
	text-decoration: none !important;
}

#activities .card {
	min-height: 325px;
	max-height: 350px;
}

.data-activities {
	display: flex;
}

.data-activities img {
	width: 25px;
	height: 25px;
}

.format {
	display: flex;
}

.single-activities h2 {
	font-family: var(--main-font);
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;

}

.rrss {
	display: none;
}

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

.rrss-2 .shared {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.img-contain {
	max-height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

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

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

.card-content-simple .signature {
	font-family: var(--alt-font) !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	letter-spacing: 0em !important;
}

.card-content-simple .percentaje {
	font-family: var(--main-font) !important;
	font-size: 42px !important;
	font-weight: 300 !important;
	line-height: 54px !important;
	letter-spacing: 0em !important;
	color: #61B7E4 !important;
}

.content-data a {
	background: var(--gradient-light-green);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 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;
	}

	/* slider home*/
	#slider-home .slider-content .slider-title {
		font-size: 50px !important;
		width: 78% !important;
	}

	#slider-home .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;
	}

	/* slider home*/
	#slider-home .slider-content {
		padding: 0px;
	}

	#slider-home .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;
	}
	#testimonies .title-testimonies{
		font-size: 20px !important;
		line-height: 130%;
	}

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

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

	.card-content {
		min-height: auto;
	}

	/* 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 h2 {
		padding: 30px 0;
		font-size: 36px;
	}

	.cta p {
		text-align: center;
	}

	.cta .contain-button {
		display: flex;
		justify-content: center;
	}

	/* 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: var(--dark-grey);
	}

	.mask-blur,
	#slider .convenios .mask-blur {
		left: 0;
		background: linear-gradient(180deg, rgba(26, 32, 42, 0) 14.14%, var(--dark-blue) 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: var(--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: var(--white-alt);
		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 home*/
	#slider-home .slider-img {
		width: 100%;
		object-fit: cover;
		object-position: center;
		height: 300px !important;
	}

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

	#slider-home .carousel-item {
		max-height: 750px;
	}

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

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

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

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

	#slider-home .slider-content .content-text {
		padding: 25px;
	}

	#slider-home .carousel-indicators {
		margin-left: 8% !important;
	}

	#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;
	}

	.light-mode .dropdown-toggle::after {
		background-image: url("../assets/icons/dropdown-ico-dark.svg");
	}

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

	.light-mode .dropdown-toggle.show::after {
		transition: all 0.6s;
		background-image: url("../assets/icons/dropdown-ico-dark.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;
	}

	#vias .box {
		width: 25% !important;
	}

	#activities .card {
		min-height: 100%;
		max-height: 100%;
	}

	.single-activities h2 {
		line-height: 36px;
	}

	.data-activities {
		display: flex;
		flex-direction: column;
	}

	#breadcrumbs {
		display: none;
	}

	.rrss-2 {
		display: none;
	}

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

	.rrss .share-img {
		width: 35px;
		height: 35px;
	}

	.ssbp-wrap .ssbp-list li {
		margin-top: 0px !important;
	}

	.w-100-mobile {
		width: 100% !important;
		min-width: 100%;
		max-width: 100%;
	}
}

@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;
	}

	#vias .box {
		width: 50% !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 var(--white);
	color: var(--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);
}

.light-mode .mode-light {
	display: none;
}

.light-mode .mode-dark {
	display: block;
}

.mode-light {
	display: block;
}

.mode-dark {
	display: none;
}

.rotate-180 {
	transform: rotate(180deg);
}


@media (max-width: 400px) {

	/* Accordion FAQS */
	#testimonies img {
		width: 250px;
		height: 250px;
		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;
	}

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

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

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

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

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

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

	#vias .box {
		width: 100% !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;
	margin-top: 50px;
}

.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;
}

#vias .box {
	width: 20%;
}

#vias .box .card {
	min-height: 150px;
}

.text-default {
	color: var(--white) !important;
}

/* 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;
}

#breadcrumbs .breadcrumbs-container {
	padding: 6vw 4vw 0 9.5vw;
}

#breadcrumbs .breadcrumbs-container a,
#breadcrumbs .breadcrumbs-container span {
	color: var(--white);
}

.icon-size-58{
	height: 58px;
}

.slider-content .slider-title-thanks {
	width: 90%;
	font-weight: 700;
	color: var(--white-alt);
	font-family: var(--main-font);
	margin-bottom: 4vw;
	line-height: 95%;
	font-size: 55px !important;
}

.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;
}