﻿/* General */
:root {
	--border-radius: 0;
	--border-radius2x: 0;
	--default: #777777;
}

/* Colors */
:root {
	--color-red: #ac0309;
	--primary: #0a4a85;
	--primary-100: #1B61A0;
	--primary-200: #0077bc;
	--primary-300: #006faf;
	--primary--100: #1B61A0;
	--primary--200: #1b61a0; /* hovers */
	--primary--300: #16a9ff;
	--primary-rgba-0: rgba(10, 74, 133, 0);
	--primary-rgba-10: rgba(10, 74, 133, 0.1);
	--primary-rgba-20: rgba(10, 74, 133, 0.2);
	--primary-rgba-30: rgba(10, 74, 133, 0.3);
	--primary-rgba-40: rgba(10, 74, 133, 0.4);
	--primary-rgba-50: rgba(10, 74, 133, 0.5);
	--primary-rgba-60: rgba(10, 74, 133, 0.6);
	--primary-rgba-70: rgba(10, 74, 133, 0.7);
	--primary-rgba-80: rgba(10, 74, 133, 0.8);
	--primary-rgba-90: rgba(10, 74, 133, 0.9);
	--secondary: #16395a;
	--secondary-100: #27488b;
	--secondary-200: #254381;
	--secondary-300: #223e77;
	--secondary--100: #335cb3;
	--secondary--200: #3561bd;
	--secondary--300: #3867c7;
	--secondary-rgba-0: rgba(22, 57, 90, 0);
	--secondary-rgba-10: rgba(22, 57, 90, 0.1);
	--secondary-rgba-20: rgba(22, 57, 90, 0.2);
	--secondary-rgba-30: rgba(22, 57, 90, 0.3);
	--secondary-rgba-40: rgba(22, 57, 90, 0.4);
	--secondary-rgba-50: rgba(22, 57, 90, 0.5);
	--secondary-rgba-60: rgba(22, 57, 90, 0.6);
	--secondary-rgba-70: rgba(22, 57, 90, 0.7);
	--secondary-rgba-80: rgba(22, 57, 90, 0.8);
	--secondary-rgba-90: rgba(22, 57, 90, 0.9);
	--tertiary: #5a9cda;
	--tertiary-100: #25a1d8;
	--tertiary-200: #2399cd;
	--tertiary-300: #2291c2;
	--tertiary--100: #50b4e1;
	--tertiary--200: #5bb9e3;
	--tertiary--300: #65bee5;
	--tertiary-rgba-0: rgba(90, 156, 218, 0);
	--tertiary-rgba-10: rgba(90, 156, 218, 0.1);
	--tertiary-rgba-20: rgba(90, 156, 218, 0.2);
	--tertiary-rgba-30: rgba(90, 156, 218, 0.3);
	--tertiary-rgba-40: rgba(90, 156, 218, 0.4);
	--tertiary-rgba-50: rgba(90, 156, 218, 0.5);
	--tertiary-rgba-60: rgba(90, 156, 218, 0.6);
	--tertiary-rgba-70: rgba(90, 156, 218, 0.7);
	--tertiary-rgba-80: rgba(90, 156, 218, 0.8);
	--tertiary-rgba-90: rgba(90, 156, 218, 0.9);
	--quaternary: #94cbff;
	--quaternary-100: #171717;
	--quaternary-200: #111111;
	--quaternary-300: #0a0a0a;
	--quaternary--100: #313131;
	--quaternary--200: #373737;
	--quaternary--300: #3e3e3e;
	--quaternary-rgba-0: rgba(148, 203, 255, 0);
	--quaternary-rgba-10: rgba(148, 203, 255, 0.1);
	--quaternary-rgba-20: rgba(148, 203, 255, 0.2);
	--quaternary-rgba-30: rgba(148, 203, 255, 0.3);
	--quaternary-rgba-40: rgba(148, 203, 255, 0.4);
	--quaternary-rgba-50: rgba(148, 203, 255, 0.5);
	--quaternary-rgba-60: rgba(148, 203, 255, 0.6);
	--quaternary-rgba-70: rgba(148, 203, 255, 0.7);
	--quaternary-rgba-80: rgba(148, 203, 255, 0.8);
	--quaternary-rgba-90: rgba(148, 203, 255, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #ffffff;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}

.bg-color-grey-light {
	background-color:#8b969c !important;
}
.bg-color-grey-dark {
	background-color:#57666d !important;
}
.color-grey-dark {
	color:#444444 !important;
}

/* Colors - Inverse */
:root {
	--primary-inverse: #ffffff;
	--secondary-inverse: #ffffff;
	--tertiary-inverse: #ffffff;
	--quaternary-inverse: #ffffff;
	--dark-inverse: #ffffff;
	--light-inverse: #777777;
}

/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

.box-shadow-custom {
		box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33);
}

.custom-button {
		border-radius: 30px !important;
		padding: 10px 30px;
}

.custom-button-lg {
		border-radius: 30px !important;
		padding: 16px 38px;
}
.custom-button-sm {
		border-radius: 30px !important;
		padding: 8px 19px;
}
.custom-border-bottom-1 {
		border-bottom: 1px solid #FFF;
		padding-bottom: 3px;
}

.rev_slider .slotholder:after {
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
		background: rgba(0, 0, 0, 0.25);
}

.custom-dots-style-1 .owl-dots .owl-dot {
		background: rgba(255, 255, 255, 0.2);
		border-radius: 100%;
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 2px solid rgba(255, 255, 255, 0.7);
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
		background: transparent !important;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span {
		background: #FFF !important;
}

.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot {
		margin-top: 6px !important;
}

.medical-schedules {
		margin: -47px 0 0 0;
}

.medical-schedules h4 {
		line-height: 23px;
		padding-top: 4px;
}

.medical-schedules h4, .medical-schedules h5, .medical-schedules a, .medical-schedules i {
		color: var(--light) !important;
}

.medical-schedules h5 {
		position: relative;
		display: inline-block;
}

.medical-schedules .box-one, .medical-schedules .box-two, .medical-schedules .box-three, .medical-schedules .box-four {
		cursor: pointer;
		height: 94px;
		position: relative;
		animation-duration: 0.6s;
}

.medical-schedules .box-one {
		z-index: 4;
}

.medical-schedules .box-two {
		z-index: 3;
}

.medical-schedules .box-three {
		z-index: 2;
}

.medical-schedules .box-three:hover {
		z-index: 10;
}

.medical-schedules .box-four {
		z-index: 1;
}

.medical-schedules .box-one::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -40px;
		width: 0;
		height: 0;
		border-top: 47px solid transparent;
		border-bottom: 47px solid transparent;
		border-left: 40px solid var(--color-red);
;
		z-index: 5;
}

.medical-schedules .box-two, .medical-schedules .box-three {
		padding: 38px 38px 38px 70px;
}

.medical-schedules .box-two a, .medical-schedules .box-three a {
		text-decoration: none;
}

.medical-schedules .box-two:hover .expanded-info, .medical-schedules .box-three:hover .expanded-info {
		opacity: 1;
		z-index: 1;
}

.medical-schedules .box-two:hover .expanded-info .info, .medical-schedules .box-three:hover .expanded-info .info {
		opacity: 1;
		transform: translateY(0%);
}

.medical-schedules .box-two:hover i, .medical-schedules .box-three:hover i {
		transition: all 0.3s ease;
}

.medical-schedules .box-two .expanded-info, .medical-schedules .box-three .expanded-info {
		opacity: 0;
		position: absolute;
		left: 0;
		bottom: 99%;
		width: 100%;
		box-shadow: 0 -12px 26px rgba(0, 0, 0, 0.3);
		z-index: -1;
		transition: all 0.3s ease;
}

.medical-schedules .box-two .expanded-info .info, .medical-schedules .box-three .expanded-info .info {
		opacity: 0;
		transform: translateY(-40%);
}

.medical-schedules .box-two .expanded-info .info:nth-child(1), .medical-schedules .box-three .expanded-info .info:nth-child(1) {
		transition: all 0.3s ease 0.4s;
}

.medical-schedules .box-two .expanded-info .info:nth-child(2), .medical-schedules .box-three .expanded-info .info:nth-child(2) {
		transition: all 0.3s ease 0.5s;
}

.medical-schedules .box-two .expanded-info .info:nth-child(3), .medical-schedules .box-three .expanded-info .info:nth-child(3) {
		transition: all 0.3s ease 0.6s;
}

.medical-schedules .box-two i {
		position: absolute;
		top: 50%;
		right: -56px;
		font-size: 2.2em;
		transition: all 0.3s ease;
}

.medical-schedules .box-three i {
		position: absolute;
		top: 50%;
		right: -58px;
		font-size: 2.2em;
		transition: all 0.3s ease;
}

.medical-schedules .box-two:hover i {
		transform: translateY(-50%) translateX(50%);
}

.medical-schedules .box-two i {
		transform: translateY(-50%) translateX(0%);
}

.medical-schedules .box-three:hover i {
		transform: translateY(-50%) translateX(50%);
}

.medical-schedules .box-three i {
		transform: translateY(-50%) translateX(0%);
}

.medical-schedules .box-four label {
		display: block;
		margin: -3px 0 0;
		opacity: 0.5;
}

.medical-schedules .box-four strong {
		font-size: 1.6em;
}

.medical-schedules .box-four .feature-box {
		padding: 23.7px;
}

.medical-schedules .box-four .feature-box-icon {
		margin-top: 5px;
}

@media (max-width: 991px) {
		.medical-schedules h4 {
				margin-top: 10px !important;
		}
		.medical-schedules .box-one::after {
				content: none;
		}
		.medical-schedules .box-two, .medical-schedules .box-three {
				padding: 38px 38px 38px 38px;
		}
}

.custom-info {
    display: flex;
    justify-content: space-between;
}

.custom-info span:nth-child(1) {
		display: inline-block;
		color: #90c9ea;
		min-width: 68px;
		margin-right: 10px;
}

.custom-info span:nth-child(1)::after {
		display: block;
		float: right;
		color: var(--light);
}

.custom-info span:nth-child(2) {
		color: var(--light);
}

.feature-box.feature-box-style-2 .feature-box-icon {
		top: 3px;
}

.team .thumb-info:hover .thumb-info-caption {
		background: #008fe2;
}

.team .thumb-info:hover .thumb-info-caption span, .team .thumb-info:hover .thumb-info-caption i {
		color: var(--light) !important;
}

.team .thumb-info .thumb-info-caption {
		position: relative;
		padding: 10px 0;
		display: block;
		background: var(--light);
		transition: all 0.3s ease;
}

.team .thumb-info .thumb-info-caption .custom-thumb-info-title span {
		display: block;
}

.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(1) {
		color: #8e8e8e;
}

.team .thumb-info .thumb-info-caption .custom-thumb-info-title span:nth-child(2) {
		color: #28292d;
}

.team .thumb-info .thumb-info-caption .custom-thumb-info-title i {
		position: absolute;
		top: 50%;
		right: 20px;
		font-size: 1.9em !important;
		color: #28292d;
		transform: translateY(-50%);
}

.team .owl-carousel.nav-bottom .owl-nav {
		position: absolute;
		top: -60px;
		right: 10px;
}

.team .owl-carousel.nav-bottom .owl-nav button.owl-prev, .team .owl-carousel.nav-bottom .owl-nav button.owl-next {
		border: none !important;
		font-size: 2em;
		padding: 0;
		width: auto;
		height: auto;
}

.team .owl-carousel.nav-bottom .owl-nav button.owl-prev:active, .team .owl-carousel.nav-bottom .owl-nav button.owl-next:active {
		background-color: none;
		border-color: transparent;
}

.team .owl-carousel.nav-bottom .owl-nav button.owl-prev {
		color: #0092e3;
}

.team .owl-carousel.nav-bottom .owl-nav button.owl-prev::before {
		font-family: simple-line-icons;
		content: "\e07a";
		font-size: 28.8px;
		font-size: 1.8rem;
}

.team .owl-carousel.nav-bottom .owl-nav button.owl-next {
		color: #2d529f;
}

.team .owl-carousel.nav-bottom .owl-nav button.owl-next::before {
		font-family: simple-line-icons;
		content: "\e079";
		font-size: 28.8px;
		font-size: 1.8rem;
}

.thumb-info-side-image-custom {
		border: 0 none;
		color: var(--default);
		margin: 0 0 35px;
		transition: all 0.3s ease;
}

.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
		padding: 0;
		margin-right: 30px;
}

.thumb-info-side-image-custom .thumb-info-caption {
		text-align: left;
}

.thumb-info-side-image-custom .thumb-info-caption h4 {
		margin: 30px 0 0;
		padding: 0;
}

.thumb-info-side-image-custom .thumb-info-caption p {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 24px;
}

.thumb-info-side-image-custom:hover {
		box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}

.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
		margin: 0 0 10px 0;
		padding: 0;
}

.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
		padding: 0 10px;
		display: block;
		clear: both;
}

.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
		margin: 3px 0 0;
		padding: 0;
}

.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
		margin: 0;
		padding: 0;
}

@media (max-width: 767px) {
		.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
				width: 100%;
		}
}

.content-grid .content-grid-item {
		min-height: 150px;
		border: 1px solid #e4e4e4;
		border-left: none;
}

.content-grid .content-grid-item:first-child {
		border-left: 1px solid #e4e4e4;
}

.content-grid .content-grid-item::before, .content-grid .content-grid-item::after {
		content: none;
}

@media (max-width: 991px) {
		.content-grid .content-grid-item:nth-child(4) {
				border-left: 1px solid #e4e4e4;
		}
		.content-grid .content-grid-item:nth-child(4), .content-grid .content-grid-item:nth-child(5), .content-grid .content-grid-item:nth-child(6) {
				border-top: 0;
		}
}

@media (max-width: 767px) {
		.content-grid .content-grid-item {
				border-top: 0;
				border-left: 1px solid #e4e4e4;
		}
		.content-grid .content-grid-item:first-child {
				border-top: 1px solid #e4e4e4;
		}
}

.testimonial .testimonial-quote {
		display: inline-block;
		position: relative;
		color: var(--light);
		font-size: 50px;
		line-height: 1;
		font-family: Georgia, serif;
}

.testimonial .testimonial-quote::before {
		content: '';
		display: block;
		position: absolute;
		top: 25%;
		left: 50%;
		border: 1px solid #fff;
		border-radius: 100%;
		padding: 25px;
		transform: translateX(-50%) translateY(-50%);
}

.testimonial blockquote::before, .testimonial blockquote::after {
		color: var(--light) !important;
		font-size: 40px !important;
}

.testimonial blockquote p {
		color: var(--light) !important;
		font-family: "Poppins", Arial, sans-serif;
		font-size: 15px;
		line-height: 1.6;
}

.testimonial .testimonial-author p strong {
		position: relative;
		display: inline-block;
		color: var(--light) !important;
}

.testimonial .testimonial-author p strong::before {
		content: '';
		display: block;
		position: absolute;
		width: 35%;
		top: -21px;
		left: 50%;
		border-top: 2px solid var(--quaternary);
		transform: translateX(-50%) translateY(-50%);
}

#footer {
		background: #34383d;
		border: none;
}

#footer p, #footer a, #footer strong {
		color: #95989c;
}

#footer a strong {
		display: block;
		font-size: 30px;
		line-height: 1;
}

#footer a label {
		color: var(--light) !important;
}

#footer .custom-info span:nth-child(1) {
		color: #95989c;
}

#footer .footer-copyright {
		background: #34383d;
		border-top: 1px solid #53585e;
}

#footer .footer-copyright p {
		color: #95989c;
}

.social-icons li {
		border-radius: 0;
		box-shadow: none;
}

.social-icons li:hover a {
		opacity: 0.8;
}

.social-icons li a {
		border-radius: 0;
}

.texto-claro {
    color: var(--light) !important;
}

.texto-chico {
    font-size:12px;
}

.progress {
    height: 10px;
}

.progress-bar {
    height: 10px;
}

@media (max-width: 575px) {
	.portfolio-list .isotope-item {
		width: 50% !important;
	}
}
@media (min-width: 576px) and (max-width: 991px) {
	.portfolio-list .isotope-item {
		width: 25% !important;
	}
}
@media (min-width: 992px) {
	.portfolio-list .isotope-item {
		width: 16.666% !important;
	}
}

html{
	scrollbar-color: var(--primary) #f1f1f1;
	scrollbar-width: 12px;
}
*::-webkit-scrollbar{
	width: 12px;
	height: 12px;
}
*::-webkit-scrollbar-track{
	background: #edf0f1;
}
*::-webkit-scrollbar-thumb{
	background-color: var(--primary);
	border: 3px solid #f1f1f1;
	border-radius: 999px;
}
*::-webkit-scrollbar-button{
	background-color: var(--primary);
}
*::-webkit-scrollbar-thumb:hover{
	background-color: #16395a;
}

.fade-box {
	opacity:0;
}
.fade-box.show {
	transition:opacity .4s ease;
	opacity:1;
}
.fade-box.hide {
	transition:opacity 1s ease;
	opacity:0;
}

.box-three .expanded-info .info, .box-three .expanded-info .info span {
	animation:none !important;
	transition:none !important;
}

.medical-schedules .box-three .expanded-info {
	pointer-events:none;
}
.medical-schedules .box-three:hover .expanded-info {
	pointer-events:auto;
}

.img-fade {
	position:relative;
	display:inline-block;
	overflow:hidden;
}
.img-fade .img1 {
	display:block;
	height:auto;
    opacity: 1;
    transform: scale(1) rotate(0deg);	
	transition:opacity 2s ease, transform 2s ease;
}
.img-fade .img2 {
	position:absolute;
	inset:0;
	object-fit:cover;
	opacity:0;
	transform: scale(1) rotate(0deg);
	transition:opacity 2s ease, transform 2s ease;
	z-index:2;
}
.img-fade:hover .img1 {
	opacity:0;
	transform:scale(1.0) rotate(0deg);
}
.img-fade:hover .img2 {
	opacity:1;
	transform:scale(0.95) rotate(-1deg);
}

.rounded-custom {
    border-radius:50% !important;
/*	border:6px solid #fbfbfb; */
	border:5px solid var(--primary);
    overflow:hidden;
    margin-bottom:8px;
}

#aliados .owl-carousel .owl-item > div {
	display:flex;
	align-items:center;
	justify-content:center;
	height:100px;
}
#aliados .logo-carousel {
	max-height:100px;
	max-width:100%;
	width:auto;
	height:auto;
	display:block;
}

.shape-divider, .shape-divider svg {
	pointer-events:none;
}

@media (max-width: 991.98px) {
	#faqAll .card {
		margin-bottom:.3rem;
	}
}

.pe-lg-6 {
	padding-right:6rem;
}
@media (max-width: 991.98px) {
	.pe-lg-6 {
		padding-right:.75rem;
	}
}

.btn.btn-outline.btn-primary.btn-outline-primary-white {
	color:var(--primary) !important;
	border-color:var(--primary) !important;
	background-color:#ffffff !important;
}
.btn.btn-outline.btn-primary.btn-outline-primary-white:hover,.btn.btn-outline.btn-primary.btn-outline-primary-white:focus,.btn.btn-outline.btn-primary.btn-outline-primary-white:focus-visible {
	color:var(--primary-inverse) !important;
	border-color:var(--primary) !important;
	background-color:var(--primary) !important;
	text-decoration:none;
}
.btn.btn-outline.btn-primary.btn-outline-primary-white:active,.btn.btn-outline.btn-primary.btn-outline-primary-white.active,.show > .btn.btn-outline.btn-primary.btn-outline-primary-white.dropdown-toggle {
	color:var(--primary) !important;
	border-color:var(--primary) !important;
	background-color:#ffffff !important;
	box-shadow:none !important;
}

.btn-big-text {
	font-size:.9rem;
	letter-spacing:0.25px;
}
