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

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.eot');
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-Regular.woff2') format('woff2'),
        url('../fonts/Nunito-Regular.woff') format('woff'),
        url('../fonts/Nunito-Regular.ttf') format('truetype'),
        url('../fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.nunito{
	font-family: 'Nunito';
}
.nunito-black{
	font-family: 'Nunito-Black';
}
.f900{
	font-weight: 900;
}
body{
	font-size: 14px;
	background: #faf4e6;
}
p{
	position: relative;
	z-index: 1;
}
.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;
}

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

.text-blue{
	color: #61c1bc;
}
.bg-main{
	background: #faf4e6;
}
.bg-gray-op50{
	background: rgba(108,111,112,.5);
}
.bg-gray-op10{
	background: rgba(108,111,112,.1);
}
.bg-blue0{
	background: #7acfcb;
}
.bg-blue1{
	background: #61c1bc;
}
.bg-blue2{
	background: #547c80;
}
.bg-blue3{
	background: #96aeb0;
}
.bg-blue4{
	background: #63a4a5;
}
/* MENU HEADER */
header{
	transition: all .5s;
	z-index: 9999;
}
header.active{
	background: #faf4e6;
	box-shadow: 0px 0px 5px #CCC;
}
.bright{
	filter: brightness(10);
}
.navbar-light.bright .navbar-nav .nav-link{
	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;
}

.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;
}
.btn-home img{
	height: 50px;
}
.pt-150{
	padding-top: 150px;
}

.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, .search-input{
	height: 50px;
}
.especialidades 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;
}