/* ----------------------------------------------------------------
	Canvas: Doctors
-----------------------------------------------------------------*/

:root {
	--cnvs-body-font: "Inter", sans-serif;
	--cnvs-primary-font: "Hedvig Letters Serif", sans-serif;
	--cnvs-secondary-font: "Inter", serif;
}

:root,.not-dark {
	--cnvs-themecolor: #be0000;
	--cnvs-themecolor-rgb: 10, 60, 63;
	

	--cnvs-themecolor-2: #be0000;
	--cnvs-themecolor-2-rgb: 190, 0, 0;

	--cnvs-color-yellow: #FEC160;


	--cnvs-section-bg: #FAFAFA;
}

body{
	background-color: var(--cnvs-section-bg);
}
.nolista{
	list-style-type: none;
}

@media (min-width: 992px) {
	.is-expanded-menu #header.transparent-header.floating-header .container {
		max-width: calc(960px - 24px);
	}
}

@media (min-width: 1200px) {
	.is-expanded-menu #header.transparent-header.floating-header .container {
		max-width: calc(1140px - 24px);
	}
}

@media (min-width: 1400px) {
	.is-expanded-menu #header.transparent-header.floating-header .container {
		max-width: calc(1320px - 24px);
	}
}

.dark {
	--cnvs-header-sticky-bg: transparent;
	--cnvs-header-floating-bg: var(--cnvs-themecolor);
}

.slider-element {
	margin-top: -1px;
}

.bg-color-2,
.h-bg-color-2:hover {
	background-color: rgba(var(--cnvs-themecolor-2-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-color-2[class*=bg-opacity-],
.h-bg-color-2[class*=bg-opacity-]:hover {
	background-color: rgba(var(--cnvs-themecolor-2-rgb), var(--bs-bg-opacity, 1)) !important;
}

.color-2,
.h-color-2:hover {
	color: rgba(var(--cnvs-themecolor-2-rgb), var(--bs-text-opacity, 1)) !important;
}

.color-yellow,
.h-color-yellow:hover {
	color: var(--cnvs-color-yellow) !important;
}

#header {
	--cnvs-primary-menu-font-size: 1.125rem;
	--cnvs-primary-menu-font-weight: 400;
	--cnvs-primary-menu-tt: none;
	--cnvs-primary-menu-ls: 0;
	--cnvs-primary-menu-hover-color: var(--cnvs-themecolor-2);
	--cnvs-header-floating-top-offset: 0px;
}

.hero-card {
	position: absolute;
	bottom: 10%;
}

@media (max-width: 991.98px) {
	.hero-card {
		position: relative;
		transform: none !important;
		margin-top: 20px;
		width: max-content !important;
	}
}

.bootstrap-select {
	position: relative;
    flex: 1 1 auto;
    width: 1% !important;
    min-width: 0;
}

.dropdown-menu {
	width: max-content;
	min-width: max-content;
}

.bootstrap-select .btn-light {
	--bs-btn-active-bg: transparent;
	--bs-btn-bg: transparent;
	--bs-btn-hover-bg: transparent;
	--bs-btn-border-width: 0;
	--bs-btn-focus-box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
}

.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item.selected {
	background-color: var(--cnvs-section-bg);
	color: #111;
}

.hand-mobile-img {
	--cnvs-hand-mobile-img-size: 180px;
	--cnvs-hand-mobile-img-right: 0px;
    position: absolute;
	width: var(--cnvs-hand-mobile-img-size);
    height: var(--cnvs-hand-mobile-img-size);
    top: calc(-1 * var(--cnvs-hand-mobile-img-size));
    right: var(--cnvs-hand-mobile-img-right);
    z-index: -1;
	object-fit: contain;
}

@media (min-width: 992px) {
	.hand-mobile-img {
		--cnvs-hand-mobile-img-size: 280px;
		--cnvs-hand-mobile-img-right: 100px;
	}
}

.slider-gradient-bg {
	background-image: linear-gradient(90deg, #26434d29, #FDFAEF);
}

.services-categories {
	counter-reset: services-category-item-number;
}

.services-categories .services-category-item {
	position: relative;
}

.services-categories .services-category-item::before {
	position: absolute;
    z-index: 1;
    top: 5px;
    left: var(--bs-gutter-x);
	font-size: 80%;
	font-family: monospace;
	
	font-weight: bold;
    counter-increment: services-category-item-number;
    content: counter(services-category-item-number, decimal-leading-zero)".";
}


.services-categories .services-category-item a:hover {
	background-color: var(--cnvs-themecolor);
	color: rgba(255,255,255,0.6);
}

.services-categories .services-category-item a:hover h4 {
	color: #FFF;
}

.services-categories .services-category-item:hover::before {
	color: #FFF;
}

#categories-tab.nav-pills {
	--bs-nav-pills-link-active-bg: var(--cnvs-themecolor);
	gap: 10px;
}

#categories-tab .nav-link:not(.active) {
	background-color: var(--cnvs-themecolor-2);
}

.underliner {
    --cnvs-underliner-size: 50%;
	--cnvs-underliner-color: var(--cnvs-themecolor-2-rgb);
	--cnvs-underliner-opacity: 0.5;
}

.doctor-lists h4 {
	font-size: 1.125rem;
}

.doctor-lists small {
	font-size: 0.925rem;
	opacity: 0.7;
}

.widget-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--cnvs-themecolor);
	border-radius: 12px;
}

.is-expanded-menu #header-wrap {
    position: fixed !important;
	top: 30px !important;
	transition: all .3s ease;;
}

.is-expanded-menu .sticky-header #header-wrap {
	top: 0px !important;
}
.hero-missio h2 img{
	right:-60px;
}
.hero-missio .descripcion{
	font-size:1.1em;
}
.swiper-slide{
	background:none!important;
}


/* Swiper Tabs */
.swiper-pagination-progress {
	--cnvs-swiper-bar-size: 2px;
	--cnvs-swiper-bar-color:  var(--cnvs-contrast-200);
	--cnvs-swiper-bar-active-color: var(--cnvs-contrast-1000);
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: auto;
	border-radius: 0;
	opacity: 1;
	margin: 0px;
	background-color: transparent;
}
.swiper-pagination-progress .swiper-pagination-bar,
.swiper-pagination-progress .swiper-pagination-bar-active {
	position: absolute;
	bottom: 0;
	border-radius: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: var(--cnvs-swiper-bar-size);
	margin: 0px;
	background-color: var(--cnvs-swiper-bar-color);
}

.swiper-pagination-progress .swiper-pagination-bar-active {
	z-index: 2;
	width: 0%;
	background-color: var(--cnvs-swiper-bar-active-color);
}
.active .swiper-pagination-progress .swiper-pagination-bar-active {
	animation-name: swiperbarAnim;
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-fill-mode: forwards;
}
@keyframes swiperbarAnim {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.ss {
	--swiper-tab-title: #AAA;
	--swiper-tab-content: ;
	counter-increment: step-counter;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 20px 0;
	cursor: pointer;
	padding-left:50px;
	
}


.ss::before {
	content: "0" counter(step-counter)'.';
	position: relative;
	display: inline-block;
	font-size: 20px;
    font-weight: 600;
    min-width: 50px;
	margin-right: 5px;
	color: var(--swiper-tab-title);
    font-family: monospace;
	line-height: 1;
	position: absolute;
    top: 25px;
    left: 0px;
	
}

.ss .swiper-tab-title {
	display: inline-block;
	color: var(--swiper-tab-title);
	margin-bottom: 0;
	font-size: calc(1rem + 0.2vw);
}

.ss .swiper-tab-content {
	margin-bottom: 0;
	padding-top: 10px;
    margin-left: 5px;
	line-height: 0;
	opacity: 0;
	vertical-align:middle;
	font-size: 1rem;
	transition: line-height 0.6s cubic-bezier(.4,0,.2,1), opacity .1s .1s cubic-bezier(.4,0,.2,1);
}
.delineado{
	position:relative;
}
.delineado:after{
	content:url('images/delinaedo.svg');
	position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .ss .swiper-tab-content {
        margin-left: 0px;
    }
}

.ss.active .swiper-tab-content {
	opacity: .8;
	line-height: var(--cnvs-line-height-content);
	transition: line-height 0.5s cubic-bezier(.4,0,.2,1), opacity .15s .15s cubic-bezier(.4,0,.2,1);
}
.owl-nav button{
	opacity:1!important;
}
.owl-nav .owl-prev{
	left:-20px!important;
}
.owl-nav .owl-next{
	right:-20px!important;
}
.ss.active {
	--swiper-tab-title: #000;
}
.ss.active:before{
	color:#be0000;
}
.device-up-md .contact-arrow {
    display: block;
    position: absolute;
    width: 230px;
    top: 10px;
    right: -130px;
    
}
.bg-color-3{
	background:#FAFAFA;
}
.bg-color-4{
	background:#fff;
}
.listas {
	margin:0;
	padding-left:30px;
	column-count:2; 
}
.listas li{
	list-style-type: none;
	position:relative;
	margin-bottom:5px;
	break-inside: avoid;
	line-height:2em;
}
.listas li:before{
	content:url('images/roja.svg');
	width:25px;
	height:25px;
	background: var(--cnvs-section-bg);
	display:flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:-30px;
	border-radius:25px;
	top:0;
}
.fondo-missio{
	width:100%;
	opacity:0.3;
}
.fondo-testimonio{
	height:85vh;
}
.section-mapa{
	background: rgb(8,31,59);
background: linear-gradient(0deg, rgba(8,31,59,0.1590371148459384) 0%, rgba(163,5,19,0.2009978991596639) 54%, rgba(8,31,59,0.1518382352941176) 100%);
}
.section-mapa img{
	width:100%;
}
.caja-testimonio{
	box-shadow: -1px -2px 15px -5px rgba(0,0,0,0.74);
-webkit-box-shadow: -1px -2px 15px -5px rgba(0,0,0,0.74);
-moz-box-shadow: -1px -2px 15px -5px rgba(0,0,0,0.74);
}

.section-clientes .oc-item{
	display:flex;
	align-items: center;
	height:60px;
}
.section-clientes img{
	height:60px;
	object-fit: contain;
	padding:10px;
}
.cont-imagenes img{
	height:80vh;
	object-fit: contain;
}
@media (max-width: 768px) { 
    #logo  {
        max-width: 40%; 
    }
	.fondo-testimonio{{
		height:400px;
	}
	
}
@media only screen and (max-width:768px){
	.cont-imagenes img{
		height:60vh;
		object-fit: contain;
	}
}