/********** Walk and Heal CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.alignleft {text-align:left;}
.aligncenter {text-align:center;}
.alignright {text-align:right;}
.alignjustify {text-align:justify;}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 60% 60% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.imgReportForm {
  width: 300px;
  max-width: 100%;
  border-radius: 10px;
  align-items: center;
  text-align:center;
}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}
.hero-header2 {
    background: url(../img/banner-1.jpg) center right no-repeat;
    background-size: cover;
}
.hero-header3 {
    background: url(../img/banner-2.jpg) center right no-repeat;
    background-size: cover;
}
.hero-header4 {
    background: url(../img/banner-3.jpg) center right no-repeat;
    background-size: cover;
}

.hero-action {
    background: url(../img/heroaction.jpg) top right no-repeat;
    background-size: cover;
}

.hero-about {
    background: url(../img/heroabout.jpg) center center no-repeat;
    background-size: cover;
}

.hero-contact {
    background: url(../img/herocontact.jpg) center bottom no-repeat;
    background-size: cover;
}

.hero-policies {
    background: url(../img/heropolicies.jpg) center center no-repeat;
    background-size: cover;
}

.hero-blog {
    background: url(../img/heroblog.jpg) center center no-repeat;
    background-size: cover;
}

.hero-members {
    background: url(../img/heromembers.jpg) center center no-repeat;
    background-size: cover;
}

.hero-serv1 {
    background: url(../img/heroserv1.jpg) center center no-repeat;
    background-size: cover;
}

.hero-serv2 {
    background: url(../img/heroserv2.jpg) center center no-repeat;
    background-size: cover;
}

.hero-serv3 {
    background: url(../img/heroserv3.jpg) center center no-repeat;
    background-size: cover;
}

.hero-serv4 {
    background: url(../img/heroserv4.jpg) center center no-repeat;
    background-size: cover;
}

.hero-serv5 {
    background: url(../img/heroserv5.jpg) center center no-repeat;
    background-size: cover;
}

.hero-serv6 {
    background: url(../img/heroserv6.jpg) left bottom no-repeat;
    background-size: cover;
}

.hero-serv7 {
    background: url(../img/heroserv7.jpg) center center no-repeat;
    background-size: cover;
}

.hero-resumen {
    background: url(../img/heroresumen.jpg) bottom center no-repeat;
    background-size: cover;
}

.hero-admission {
    background: url(../img/heroadmission.jpg) bottom center no-repeat;
    background-size: cover;
}

.hero-testimonios {
    background: url(../img/herotestimonios.jpg) center center no-repeat;
    background-size: cover;
}

.hero-consultations {
    background: url(../img/heroconsultations.jpg) center center no-repeat;
    background-size: cover;
}

.hero-system {
    background: url(../img/herosystem.jpg) bottom center no-repeat;
    background-size: cover;
}

.hero-failAcceso {
    background: url(../img/herofailAcceso.jpg) center center no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

/*video left*/
#sect1 {
background: -moz-linear-gradient(left,  rgba(0,7,53,0) 0%, rgba(0,7,53,0) 14%, rgba(0,7,53,1) 40%, rgba(0,7,53,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,7,53,0) 0%,rgba(0,7,53,0) 14%,rgba(0,7,53,1) 40%,rgba(0,7,53,1) 100%);
background: linear-gradient(to right,  rgba(0,7,53,0) 0%,rgba(0,7,53,0) 14%,rgba(0,7,53,1) 40%,rgba(0,7,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000735', endColorstr='#000735',GradientType=1 );
}
#sect1 {
  position: relative;
  overflow: hidden;
}
#sect1 video {
  position: absolute;
  float:left;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 300px;  
  z-index: -1;
}

#sect2 {
background: -moz-linear-gradient(left,  rgba(0,7,53,0) 0%, rgba(0,7,53,0) 14%, rgba(0,7,53,1) 30%, rgba(0,7,53,1) 100%);
background: -webkit-linear-gradient(left,  rgba(0,7,53,0) 0%,rgba(0,7,53,0) 14%,rgba(0,7,53,1) 30%,rgba(0,7,53,1) 100%);
background: linear-gradient(to right,  rgba(0,7,53,0) 0%,rgba(0,7,53,0) 14%,rgba(0,7,53,1) 30%,rgba(0,7,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000735', endColorstr='#000735',GradientType=1 );
}

#sect2 {
  position: relative;
  overflow: hidden;
}

#sect2 video {
  position: absolute;
  float:left;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 300px;  
  z-index: -1;
}
/*
* Counter
*/
.counter-classic {
	text-align: center;
}

.counter-classic-number {
color : #000000;
font-size : 48px;
text-shadow: 2px 2px 2px #6c757d;
}

@media (min-width: 992px) {
	.counter-classic-number {
		font-size: 48px;
	}
}

.counter-classic-number > * {
	display: inline-block;
}

.counter-classic-number .symbol {
	font-size: 40px;
	letter-spacing: 0;
}

.counter-classic-number .counter {
	letter-spacing: normal;
}

.counter-classic-title {
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #000000;
	text-shadow: 0px 2px 2px #0d6efd;
	text-align: center;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  top: 0px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background: linear-gradient(to right,  rgba(224,243,250,1) 0%,rgba(184,226,246,1) 26%,rgba(206,236,250,1) 46%,rgba(216,240,252,0.83) 55%,rgba(182,223,253,0) 100%);
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}


@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 0px;
	left: 0;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
	left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 12px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 5px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}


/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .factory-card .card-icon {
  color: #000066;
  background: #ffe6f9;
}

.dashboard .revenue-card .card-icon {
  color: #0099ff;
  background: #001a4d;
}

.dashboard .reminders-card .card-icon {
  color: #990033;
  background: #ffe6ee;
}

.dashboard .customers-card .card-icon {
  color: #ffffff;
  background: #9900cc;
}

.dashboard .insurance-card .card-icon {
  color: #ff771d;
  background: #fff5cc;
}

.dashboard .up-card .card-icon {
  color: #00004d;
  background: #b3b3ff;
}

.dashboard .credict-card .card-icon {
  color: #000000;
  background: #ccffcc;
}

.dashboard .reference-card .card-icon {
  color: #80ff80;
  background: #006600;
}

.dashboard .brand-card .card-icon {
  color: #262626;
  background: #ffffb3;
}

.dashboard .roles-card .card-icon {
  color: #000000;
  background: #b3d1ff;
}

.dashboard .gear-card .card-icon {
  color: #660066;
  background: #ffb3ff;
}

.dashboard .size-card .card-icon {
  color: #000000;
  background: #e6e6e6;
}

.dashboard .fuel-card .card-icon {
  color: #000000;
  background: #ff99ff;
}

.dashboard .certification-card .card-icon {
  color: #000099;
  background: #e6e6e6;
}

.dashboard .licence-card .card-icon {
  color: #000000;
  background: #ccffcc;
}

.dashboard .ext-card .card-icon {
  color: #000000;
  background: #f0f5f5;
}

.dashboard .paint-card .card-icon {
  color: #ffffff;
  background: #993399;
}



/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

.imgPS { 
	width: 100%;
	max-width: 100px;
	border-radius:50%;
	border: 2px solid;
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}
.title img {
  max-width: 300px;
  width: 100%;
}

.productostbl {
	border: 1px solid;	
	width: 100%;
	font-size:14px;
}
.productostbl th{
	color:#ffffff; 
	text-align: center;
	background: #1E5799;
	background: linear-gradient(to bottom,  rgba(179,220,237,1) 0%,rgba(41,184,229,1) 50%,rgba(0,0,0,1) 100%);
}
.productostbl th, td {
	border: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
}
.productostbl tr:nth-child(even) {
  background-color: #e6e6ff;
}
.productostbl tr:nth-child(odd) {
 background-color: #f2f2f2;
}

/*Mapa physiotherapy body */
#map-container {
	display:flex;
	gap:10px;
	align-items:flex-start;
}
.col-leyenda {
	width:180px;
	background:#fafafa;
	border:1px solid #ccc;
	padding:5px;
	max-height:800px;
	overflow-y:auto;
}
.col-leyenda h2 {
	margin-top:0;
	font-size:16px;
}
ul.listaZonas {
	list-style:none;
	padding:0;
	margin:0;
}
ul.listaZonas li {
	margin-bottom:5px;
	cursor:pointer;
	padding:3px 5px;
	border-radius:4px;
	border:1px solid transparent;
	transition:background .2s;
	text-align: left;
}
ul.listaZonas li:hover {
	background:#f0f0f0;
}
ul.listaZonas li.activo {
	background:rgba(0,123,255,.1);
	border-color:#007bff;
}
#col-mapa {
	flex:1;
	text-align:center;
	background:#fff;
	border:1px solid #ccc;
	padding:5px;
}
#svgMapa {
	display:block;
	margin:0 auto;
	max-width:350px;
	height:auto;
	border: none;
}
#svgMapa image {
	pointer-events:none;
}

#svgMapa2 {
	display:block;
	margin:0 auto;
	max-width: 100%;
	height: 450px;
	border: none;
}
#svgMapa2 image {
	pointer-events:none;
	border: none;
}
.zona-interactiva {
	fill:rgba(0,123,255,.2);
	stroke:rgba(0,80,180,.3);
	stroke-width:1;
	cursor:pointer;
	transition:fill .2s,stroke .2s;
}
.zona-interactiva:hover {
	stroke:rgba(0,80,180,.7);
}
.zona-interactiva.activa {
	fill:rgba(0,123,255,.8);
	stroke:#003366;
	stroke-width:1.5;
}
.numero {
	pointer-events:none;
	fill:#fff;
	font-size:10px;
	font-weight:bold;
	text-anchor:middle;
	alignment-baseline:central;
}