@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.montserrat-light{
	font-family: 'Montserrat-Light';
}
.montserrat-bold{
	font-family: 'Montserrat-Bold';
}
strong{
	font-family: 'Montserrat-Bold';
}
.f900{
	font-weight: 900;
}
body{
	font-size: 14px;
	background: #faf4e6;
}
p{
	position: relative;
	z-index: 1;
}
section:before {
    height: 80px;
    content: "";
    display:block;
}
.hidden{
	display: none;
}
.pointer{
	cursor: pointer;
}
.p-6{
	padding: 4rem!important;
}
.h100vh{
	height: 100vh;
}
.h40vh{
	height: 40vh;
}
.h60vh{
	height: 60vh;
}
.font-10{
	font-size: 10px;
}
.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px;
}
.font-24{
	font-size: 24px;
}
.font-36{
	font-size: 36px;
}
.font-48{
	font-size: 48px;
}
.font-54{
	font-size: 54px;
}
.font-60{
	font-size: 60px;
}

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

.middle{
	display: flex;
    align-items: center;
}
.middle-middle{
	justify-content: center;
}
.middle-left{
	justify-content: left;
}
.middle-right{
	justify-content: flex-end;
}
.middle-bottom{
	display: flex;
    align-items: flex-end !important;
}

.jconfirm-open{
	background: rgba(0,0,0,.75) !important;
}
.jconfirm-box{
	padding: 10px !important;
}
.jconfirm-closeIcon{
	background: #FFF;
    border-radius: 2px;
    text-align: center;
    padding: 5px !important;
    font-size: 36px !important;
    width: 24px !important;
    height: 23px !important;
    opacity: 1 !important;
}
#header-nav, .top-btn{
	font-weight: bold;
}

.btn-round{
	border-radius: 30px;
}
.btn-circle{
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.circle{
	border-radius: 50%;
}

.text-blue{
	color: #61c1bc;
}
.text-blue0{
	color: #1e4254;
}
.bg-main{
	background: #e6e7e8;
}
.bg-gray-op50{
	background: rgba(108,111,112,.5);
}
.bg-gray-op10{
	background: rgba(108,111,112,.1);
}
.bg-blue0{
	background: #1e4254;
}
.bg-blue1{
	background: #3f626d;
}
.bg-blue2{
	background: #2b5160;
}
.bg-blue3{
	background: #7b6e8d;
}
.bg-blue4{
	background: #41bfbf;
}
.bg-blue5{
	background: #3d7991;
}
/* MENU HEADER */
header{
	transition: all .5s;
	z-index: 9999;
}
header.active{
	background: #faf4e6;
	box-shadow: 0px 0px 5px #CCC;
}
/*.bright{
	filter: brightness(10);
}*/
#home-start{
	background: url(../img/foto_home.png) no-repeat center;
	background-size: cover;
}
#btn-head{
	filter: brightness(0.1) !important;
}
.navbar-light.bright .navbar-nav .nav-link, .btn-top-r.bright, .navbar-toggler.bright{
	color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light.bright .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light.bright .navbar-nav .nav-link:focus{
	color: #97f5f7 !important;
}
.navbar-light .navbar-nav .nav-link{
	color: #000;
}
.home-title{
	height: 350px;
}

.text-gray{
	color: #6c6f70;
}

/* HOME */
/*#especialidades{
	background: url(https://images.pexels.com/photos/346529/pexels-photo-346529.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500) no-repeat center;
	background-size: cover;
}*/
.btn-home{
	/*height: 200px;*/
	/*width: 200px;*/
	line-height: 1;
}
.btn-home img{
	max-height: 40px;
}
.pt-150{
	padding-top: 70px;
}

.square-round{
	border-radius: 20px;
}
.square1:before {
  content: "";
    position: absolute;
	right: -80px;
	bottom: calc(50% - 50px);
    width: 0;
    height: 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #faf4e6;
}
.bump{
	width: auto;
	height: 80px;
	z-index: 0;
}
.bump-left{
	left: -20px;
	top: calc(50% - 40px);
}
.btn.especialidades, .btn.terapias, .search-input{
	height: 50px;
}
.especialidades img, .terapias img{
	width: 25px;
}
.home-map{
	width: 100%;
	border-radius: 20px;
}
/*.directorio-col a{
	position: absolute;
	bottom: 25px;
	width: 50%;
	left: 25%;
}*/
.form-outline i {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 18px;
  pointer-events: none;
}

#contacto{
	padding-top: 100px;
}

#especialidades-doctores{
	padding-top: 180px;

}
.doctor-a{
	text-decoration: none;
}
.doctor-a div{
	opacity: .9;
	border: 5px solid transparent;
}
.doctor-a:hover div{
	opacity: 1;
	border: 5px solid #FFF;
}

footer{
	color: rgba(0, 0, 0, .55);;
}

.doctor-detail{
	transition: all .5;
}

input.contacto-input::placeholder, textarea.contacto-input::placeholder {
  font-weight: bold;
  opacity: 1;
  color: #FFF !important;
}
.z1{
	z-index: 1;
}

.testimonio-card{
	min-height: 400px;
}
.testimonio-img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #FFF;
}
.slick-next{
	right: -5px !important;
}
.slick-prev{
	left: -35px !important;
}
.slick-prev, .slick-next{
	width: 50px;
	height: 50px;
}
.slick-prev:before, .slick-next:before{
	color: #000 !important;
	font-size: 50px !important;
	color: #3f626d !important;
	opacity: 1 !important;
}
.slick-dots li button:before{
	font-size: 16px !important;
}
.galeria-div{
	height: 300px !important;
}


.faq-square {
  /*background-color: transparent;*/
  /*width: 300px;
  height: 300px;*/
  /*perspective: 1000px;*/
}

.faq-square-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.faq-square:hover .faq-square-inner {
  transform: rotateY(180deg);
}

.faq-square-front, .faq-square-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.faq-square-front {
  /*background-color: #bbb;*/
  color: black;
}

.faq-square-back {
  background-color: #1E4254;
  color: white;
  transform: rotateY(180deg);
}

.especialidades-info, .terapias-info{
	display: none;
}

.rehabRadio{
	position: absolute;
	opacity: 0;
}

.rehabLabel:hover div, .rehabLabel.active div{
	background: #1e4254;
}

.rehab-a{
	text-decoration: none;
}
.rehab-a:hover div{
	background: #1e4254;
}

.btn-info{
	background-color: #00C2C0 !important;
	border-color: #00C2C0 !important;
}
.btn-home-container{
	left: 0;
		bottom: -80px;
	}
#navbarMobile{
	display: none;
}
.testimonios-slick .slick-dots{
	left: 0 !important;
}
.visitanos-bg{
	background: url(../img/Foto_Contacto1.jpg) no-repeat center; background-size:cover;
}
@media (max-width: 1280px) {
	#header-logo{
		height: 40px;
	}
	.nav-item.font-16, .nav-item .top-btn{
		font-size: 12px;
	}
	.nav-item .top-btn{
		padding-left: .5rem !important;
		padding-right: .5rem !important;
	}
	a.terapias .font-18{
		font-size: 14px;
	}
	.btn-home-container{
		bottom: -50px;
	}
	.hide1200{
		display: none;
	}
	.show1200{
		display: block;
	}
}
@media (max-width: 1180px) {
	.slick-arrow{
		display: none !important;
	}
	a.terapias.font-14, a.especialidades.font-14{
		font-size: 10px;
	}
	.rehab-a .font-16{
		font-size: 12px;
	}
	a.rehab-a h3.font-16{
		font-size: 12px !important;
	}
	.faq-square h3, .faq-square.font-24{
		font-size: 18px;
	}
	.faq-square.p-5{
		padding: 25px !important;
	}
}
@media (max-width: 992px) {
	.hide992{
		display: none;
	}
	.show992{
		display: block;
	}
	#header-nav-mobile .font-16{
		font-size: 18px;
	}
	a.terapias .font-18{
		font-size: 10px;
	}
	a.rehab-a h3.font-16{
		font-size: 12px !important;
	}
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
	.hide480{
		display: none !important;
	}
	.show480{
		display: block !important;
	}
	/*#home-content.middle{
		display: block;
	}*/
	#home-content{
		justify-content: center !important;
	}
	#home-content h3{
		text-align: center !important;
		width: 100% !important;
		top: -100px !important;
	}
	#home-start{
		background: url(../img/foto_home_m.png) no-repeat center right;
		background-size: cover;
	}
	/*#home-start #home-content{
		height: auto !important;
		position: relative;
		top: -40px;
	}*/
	.home-title{
		height: auto;
		margin: 60px 0px;
	}
	.home-title img{
		position: relative !important;
		top: 0 !important;
		width: 120px;
	}
	.home-title h1{
		font-size: 24px !important;
	}
	.home-title h2{
		font-size: 18px !important;
	}
	section#home-start:before, section#about:before, section#pelvis001:before{
		height: 80px !important;
	}
	section:before {
    height: 0px;
	}

	#about{
		padding-top: 60px;
	}
	.col-xs-4{
		width: 33.3% !important;
	}
	.col-xs-6{
		width: 50% !important;
	}
	.especialidades-intro h4{
		font-size: 18px;
	}
	.btn-home-container{
		bottom: -110px;
	}
	.btn-home{
		box-shadow: 0px 0px 5px #333;
		margin-bottom: 10px;
	}
	.btn-home .font-18, .especialidades.font-14{
		font-size: 10px;
	}
	.slick-arrow{
		display: none !important;
	}
	.rehab-img{
		height: 320px !important;
	}
	.rehab-a .circle{
		padding: 1rem!important;
		border-width: 2px!important;
	}
	.rehab-a h3{
		font-size: 8px;
	}
	.especialidades-main-text{
		font-size: 18px;
		padding: 15px;
	}
	.rehab-desc{
		padding: 1rem!important;
	}
	.visitanos-bg{
		height: auto !important;
		padding: 0 !important;
	}
	.visitanos-bg-inner{
		padding: 0 !important;
	}
	.terapias-h4{
		font-size: 18px;
	}
	.p-6{
		padding: 3rem!important;
	}
}