:root{
	--main-color: #0F9FBF;
	--second-color: #025373;
	--third-color: #08748C;
	--fourth-color: #32C8D9;
}
@font-face {
    font-family: poppins-bold;
    src: url('../font/Poppins/Poppins-Bold.ttf');
}
@font-face {
    font-family: poppins-semibold;
    src: url('../font/Poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: poppins-regular;
    src: url('../font/Poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: poppins-medium;
    src: url('../font/Poppins/Poppins-Medium.ttf');
}
html {
  scroll-behavior: smooth;
} 
.font-Main-Bold{
  font-family: 'poppins-bold'!important;
}
.font-Main-SemiBold{
  font-family: 'poppins-semibold'!important;
}
.font-Main-Regular{
  font-family: 'poppins-regular'!important;
}
.font-Main-Medium{
  font-family: 'poppins-medium'!important;
}
.main-color{
	background-color: var(--main-color)!important;
}
.second-color{
	background-color: var(--second-color)!important;
}
.third-color{
	background-color: var(--third-color)!important;
}
.fourth-color{
	background-color: var(--fourth-color)!important;
}
.a-white{
	color: white!important;
}
.a-black{
	color: black!important;
}
.a-main{
	color: var(--main-color)!important;
}
.text-main{
	color: var(--third-color)!important;
}
.inputMap{
	background-color: white!important;
}
.btn-float{
	position: fixed;
	bottom: 50px;
	right: 50px;
	padding: 0px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px;
	cursor: pointer;
}
.btn-float i{
	color: white!important;
	font-size: 1.5rem;
}
.navbar{
	z-index: 1;
}
.Baner{
	width: 100%;
	height: 77vh;
	background-image: url('../img/wepik-20211030-83330.png');
	background-size: cover;
	background-position: top;
	filter: brightness(0.6);
}
.NavTransparent{
	box-shadow: none;
	background-color: transparent;
	position: absolute!important;
	top: 0px!important;
	width: 100%!important;
}
.roundedCoverMain{
	border-radius: 10rem;
}
.menuCover{
	position: absolute;
	left: 210px;
	top: 100px;
	width: 80%;
}
.formatCoverMain .md-form{
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}
.formatCoverMain .md-form .form-control{
	margin-bottom: 0px!important;
}
.formatCoverMain .md-form i{
	color: var(--main-color)!important;
}
.formatCoverMain .md-form select{
	border: none;
	outline: none;
	line-height: inherit;
	background-image: none;
	font-size: inherit;
	font-weight: inherit;
	margin-top: 10px;
	width: 100%;
}
.formatCoverMain .md-form input{
	border: none;
	outline: none;
	margin-left: 40px!important;
}
.line-right{
	border-right: 1px solid var(--main-color);
}
.line-right-white{
	border-right: 1px solid white;
}
.formatCoverMain .md-form .fa-search{
	font-size: 1.3rem!important;
	margin-top: 5px;
}
.formatCoverMain .md-form .fa-map-marker{
	font-size: 1.5rem!important;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover{
	background-color: var(--main-color)!important;
	color: white!important;
}
.bandBody{
	background-image: url('../img/app_ad.png');
	background-size: 100% 100%;
	background-position: center;
}
.mt-5-responsive{
	margin-top: 70px;
}
.imgDoctors{
	border-radius: 17px;
	box-shadow: 0px 0px 4px 0px black;
	object-fit: cover;
	object-position: center;
	width: 250px;
	height: 300px;
}
.rounded-circle-btn{
	padding: 10px!important;
	width: 40px!important;
	height: 40px!important;
	border-radius: 100%!important;
}
.rounded-circle-btn i{
	font-size: 1.3rem!important;
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover{
	background-color: var(--main-color)!important;
}
.dropdownFooter{
	padding:0px;
	margin: 0px;
	padding-top: 15px;
	display: block;
	margin-left:0;
	font-size: 1rem;
	text-transform: capitalize;
	box-shadow: 0px 0px 0px!important;
}
.modal-body-scroll{
	height: 500px!important;
	overflow-y: scroll;
}
.mapPerfil{
	width: 100%;
	height: 500px;
}
/*  inicio estilo mapas  */
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin: 12px 12px 12px 12px;
  padding: 5px 11px 5px 13px;
  text-overflow: ellipsis;
  width: 80%;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}
/* fin */

@media screen and (max-width: 1670px){
	.imgDoctors{
		width: 230px;
	}
}
@media screen and (max-width: 1555px){
	.imgDoctors{
		width: 200px;
	}
}
@media screen and (max-width: 1477px){
	.mt-5-responsive{
		margin-top: 30px;
	}
}
@media screen and (max-width: 1349px){
	.mt-5-responsive{
		margin-top: 10px;
	}
	.imgDoctors{
		width: 180px;
	}
}
@media screen and (max-width: 1235px){
	.menuCover{
		left: 100px;
		width: 90%;
	}
	.imgDoctors{
		width: 150px;
	}
}
@media screen and (max-width: 1060px){
	.imgDoctors{
		width: 120px;
	}
}
@media screen and (max-width: 991px){
	.Baner{
		height: 100vh;
	}
	.navMovil{
		background-color: var(--main-color);
		z-index: 100;
	}
	.navMovilSecond{
		background-color: var(--third-color);
		z-index: 100;
	}
	.roundedCoverMain{
		border-radius: 1rem;
		width: 90%;
	}
	.menuCover{
		left: 100px;
		width: 80%;
	}
	.btnCoverMain{
		justify-content:center!important;
	}
	.btnCoverMain button{
		width: 70%;
	}
	.line-right{
		border: 0px!important;
	}
	.line-right-white{
		border: 0px!important;
	}
	.imgDoctors{
		display: block;
		margin: auto;
	}
	.text-responsive-center{
		text-align: center!important;
		display: block!important;
		margin: auto!important;
	}
	.mt-2-responsive{
		margin-top: 20px!important;
	}
	.dropdownFooter{
		margin:auto;
	}
	.imgDoctors{
		width: 100%;
	}
}
@media screen and (max-width: 610px){
	.menuCover{
		left: 60px;
		width: 80%;
		top: 50px;
	}
	.titleResponsive{
		font-size: 2rem;
	}
}
@media screen and (max-width: 400px){
	.menuCover{
		top: 30px;
	}
}
@media screen and (max-width: 300px){
	.menuCover{
		left: 40px;
	}
	.textMovilSmall{
		font-size: 1.3rem;
	}
	.logoMain{
		width: 80px;
	}
}
