/* contact us */

.padding-contact{
	padding-right: 0;
}
.padding-contact .list-unstyled li a {
    color: #1e9caf!important;
	font-weight: 600;
	font-size: 13px !important;
}

/* ------------------------------------------------ */
/*star section-hero */
.carrusel-home-hero{
	border-bottom: 15px solid #eec097;
}
.carousel-caption{
	position: absolute;
    left: 0%;
    right: 0;
    bottom: 9em;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.contenedor-botton-hero{
	width: 67%;

}
.contenedor-botton-hero a{
	padding: 23px 35px 23px 35px;
	background-color: #1e9caf;
	color: #fff;
	font-size: 26px;
	border-radius: 10px;
	letter-spacing: 2px;
	font-weight: 300;
}
.contenedor-botton-hero a:hover{
	background: #969084c7;
}
.contenedor-botton-hero span{
	font-weight: 400;
}
@media only screen and (min-width:280px) and (max-width:359px){
	.contenedor-bottom-resp{
		background-color: #f0f5f5;
		height: 100px;
	}
	.contenedor-botton-hero{
		width: 100%;
		padding-top: 12%;
	}
	.contenedor-botton-hero a{
		padding: 5px 10px 5px 10px;
		background-color: #1e9caf;
		color: #fff;
		font-size: 15px;
		border-radius: 10px;
		letter-spacing: 1px;
		font-weight: 200;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
	}
	.color10 h1 {
		font-size: 20px!important;
	}
	.color10 h2 {
		font-size: 17px!important;
	}
}
@media only screen and (min-width:360px) and (max-width:550px){
	.contenedor-bottom-resp{
		background-color: #eef0f0;
		height: 100px;
	}
	.contenedor-botton-hero{
		width: 100%;
		padding-top: 8%;
	}
	.contenedor-botton-hero a{
		padding: 5px 10px 5px 10px;
		background-color: #1e9caf;
		color: #fff;
		font-size: 12px;
		border-radius: 10px;
		letter-spacing: 1px;
		font-weight: 200;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
	}
	.color10 h1 {
		font-size: 20px!important;
	}
	.color10 h2 {
		font-size: 17px!important;
	}
}
@media only screen and (min-width:551px) and (max-width:767px){
	.contenedor-bottom-resp{
		background-color: #eef0f0;
		height: 130px;
	}
	.contenedor-botton-hero{
		width: 100%;
		padding-top: 5%;
	}
	.contenedor-botton-hero a{
		padding: 20px 10px 20px 10px;
		background-color: #1e9caf;
		color: #fff;
		font-size: 20px;
		border-radius: 10px;
		letter-spacing: 1px;
		font-weight: 200;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
	}
	.color10 h1 {
		font-size: 25px!important;
	}
	.color10 h2 {
		font-size: 20px!important;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){
	.carousel-caption {
		bottom: 5em;
	}
	.contenedor-botton-hero a{
		padding: 10px 20px 10px 20px;
		background-color: #1e9caf;
		color: #fff;
		font-size: 15px;
		border-radius: 10px;
		letter-spacing: 1px;
		font-weight: 200;
	}
}
@media only screen and (min-width:992px) and (max-width:1100px){
	.carousel-caption {
		bottom: 7em;
	}
	.contenedor-botton-hero a{
		padding: 20px 28px 20px 28px;
		background-color: #1e9caf;
		color: #fff;
		font-size: 19px;
		border-radius: 10px;
		letter-spacing: 2px;
		font-weight: 200;
	}
}
@media only screen and (min-width:1101px) and (max-width:1300px){
	.carousel-caption {
		bottom: 7em;
	}
	.contenedor-botton-hero a{
		padding: 23px 30px 20px 30px;
		background-color: #1e9caf;
		color: #fff;
		font-size: 23px;
		border-radius: 10px;
		letter-spacing: 2px;
		font-weight: 200;
	}
}

/*end section-hero */

/* Put your custom css here */

.boxIcon a .imgBorder2 {
	border:4px solid #FFF;
	background:white;
	border-radius:50%!important;
	width:180px;
	height:180px;
	margin:18px auto 22px auto;
}
.boxIcon a .imgBorder2 img {
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	-webkit-backface-visibility:hidden;
	width:172px;
	height:172px;
}
.boxIcon a:hover .imgBorder2 img {
	transform:scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
}
.imgBorder2 {
	overflow:hidden;
}
.font700 {
	font-weight: 700;
}
.philosophy {
	background-color: #5d5d5d;
	color:#fff;
}
.philosophy em{
	color: #eebe8c;
	font-weight: 400;
}
.philosophy h1 {
	color:#fff;
	font-weight: 200;

}
.br-hr {
    position: relative;
    clear: both;
    margin: 25px 0 25px;
    width: 100%;
    height: 1px;
}
.br-hr-h {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #eebe8c;
    /* border-top: 1px solid #628EAB; */
    /* border-bottom: 1px solid #fff; */
}
span.br-hr-h img {
    max-height: 55px;
    position: relative;
	bottom: 32px;
	background-color: #5d5d5d
}
.philosophy h2 {
	font-family: 'Lora', serif;
	margin-top: 60px;
	color:#fff;
	letter-spacing: 3px;
	font-size: 30px;
}
.philosophy ul {
	color:#fff;
	position:relative;
	right:20px;

}
.philosophy li {
	font-family: 'Lora', serif;
	display:inline-block;
	font-size: 25px;
	letter-spacing: 1.2px;
	color:#eebe8c;
}
.philosophy span{
	color: #FFF;
}

.philosophy div.philosophy_button {
	margin-top: 30px;
}
.philosophy a {
	color:#fff;
	letter-spacing: 2px;
	padding: 12px 35px 12px 35px;
	border: 1px solid #eebe8c;
	border-radius: 10px;
	font-weight: 600;
}
.philosophy a:hover {
	color:#c5d7e1;
	background-color: #8d8b8d;
}
.footer_contact_list li{
	display:block;
	padding-bottom: 10px;
}
.team-dunn h3, p {
	padding:0px 0px;
}
.testimonials{
	padding:25px;
}
section.testimonial .owl-carousel {
	margin-top:215px;
}
section.testimonial .owl-carousel div.item {
	height:390px;
	overflow:scroll;
}
.testi-backer {
	width:100%;
	background-color: #eee;
}

.philosophy h4, h4{
	font-size: 20px;
}
.philosophy p {
	font-size: 16px;
	font-weight: 200;
}
.caption-content-position a {
	margin:25px;
}
.btn_c-2 {
	background:#b8ccdd;
	color:#fff;
	border:none;
	letter-spacing:0.25em;
}
.btn_c-3 {
	background:#8d8b8d;
	color:#fff;
	border:none;
	letter-spacing:0.25em;
}
.btn_c-3:hover {
	background:#b8ccdd;

}
.full-width2 {
	background-position:50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}
.social-btns {
	margin: 0 auto 0 auto;
	font-size: 22px;
}
.social-btns a:hover {
	color: #fff;
	
}

/*section doctor*/
.section--maps{
	border-bottom: 15px solid #eec097;
}
.section-carrusel{
	background-image: url(../images/home/Recurso_1.png);
	background-position: 30% 75%;
	background-size: 100% 100%;
	background-blend-mode: screen;
	height: 600px;
}
.section--maps > .row{
	margin-right: 0px;
	margin-left: 0px;
}
.section-carrusel h1{
	color: #fff;
	font-size: 25px;
	padding-top: 8%;
	font-family: 'Lora', serif;
}
.section-carrusel p{
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 5%;
	font-family: 'Lora', serif;
	font-weight: 100;
	line-height: 35px;
}
.section-carrusel span{
	font-size: 40px;
}
.contenedor-social-networks{
	padding-top: 10%;
}
.section-carrusel a i{
	padding: 3px;
    font-size: 30px;
    width: 18px;
    height: 18px;
    color: #FFF;
    border-radius: 50%;
	background-color: #1e9caf;
}

.patient-review {
	color: white
}

a .read-reviews-btn {
	display: block;
	font-weight: 700;
	color:#1e9caf;
	text-align: center;
	padding: 16px 30px;
	margin: 20px auto;
	border-radius: 0;
	background-color: transparent;
	width: 100%;
  height: 65px;
}
.read-reviews-btn:hover {
	color: #fff;
}
.carousel-indicators li{
	width: 20px;
	height: 20px;
}
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0;
	background-color: #fff;
}
.section-doctor{
	background-color: #eef0f0;
	height: 600px;
}
.section-doctor img{
	padding-top: 5%;
}
.section-doctor h2{
	font-size: 28px;
	padding-top: 5%;
	color: #1e9caf;
	font-size: 400;
	font-family: 'Lora', serif;
}
.section-doctor p{
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 30px;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.section-doctor em{
	color: #1e9caf;
	font-weight: 600;
}
.section-doctor a{
	color: #1e9caf;
	font-size: 20px;
	font-weight: 100;
}
.section-doctor a:hover{
	color: #686e72;
}
@media only screen and (min-width : 280px) and (max-width : 359px){
	.section--maps{
		border-bottom: 0px;
	}
	.section-doctor{
		border-top: 0px;
		height: 750px;
		margin-bottom: 0px;
	}
	.section-carrusel{
		border-right: 0px;
		height: 700px;
		margin-bottom: 0px;
	}
	.contenedor-social-networks{
		padding-top: 10%;
	}
	.section-carrusel h1{
		padding-top: 2%;
	}
	.section-carrusel p{
		width: 250px!important;
		font-size: 15px!important;
	}
	.section-doctor p{
		width: 250px!important;
		font-size: 15px!important;
	}
	 
}
@media only screen and (min-width : 360px) and (max-width : 550px){
	.section--maps{
		border-bottom: 0px;
	}
	.section-doctor{
		border-top: 0px;
		height: 700px;
		margin-bottom: 0px;
	}
	.section-carrusel{
		border-right: 0px;
		height: 750px;
		margin-bottom: 0px;
	}
	.contenedor-social-networks{
		padding-top: 10%;
	}
	.section-carrusel h1{
		padding-top: 2%;
	}
	.section-carrusel p{
		width: 280px!important;
		font-size: 18px!important;
	}
	.section-doctor p{
		width: 280px!important;
		font-size: 18px!important;
	}
}
@media only screen and (min-width : 551px) and (max-width : 767px){
	.section--maps{
		border-bottom: 0px;
	}
	.section-doctor{
		border-top: 0px;
		height: 700px;
		margin-bottom: 0px;
	}
	.section-carrusel{
		border-right: 0px;
		height: 800px;
		margin-bottom: 0px;
	}
	.contenedor-social-networks{
		padding-top: 10%;
	}
	.section-carrusel h1{
		padding-top: 2%;
	}
	.section-carrusel p{
		width: 350px!important;
		font-size: 20px!important;
	}
	.section-doctor p{
		width: 350px!important;
		font-size: 20px!important;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.section-doctor{
		border-top: 0px;
		height: 700px;
		margin-bottom: 0px;
	}
	.section-carrusel{
		border-right: 0px;
		height: 700px;
		margin-bottom: 0px;
	}
	.contenedor-social-networks{
		padding-top: 10%;
	}
	.section-carrusel h1{
		padding-top: 2%;
	}
	.section-carrusel p{
		width: 500px!important;
		font-size: 20px!important;
	}
	.section-doctor p{
		width: 500px!important;
		font-size: 20px!important;
	}
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.section-carrusel{
		margin-bottom: 0px;
	}
	.section-doctor{
		margin-bottom: 0px;
	}
	
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.section-doctor{
		border-top: 0px;
		height: 700px;
	}
	.section-carrusel{
		border-right: 0px;
		height: 700px;
	}
	.section-carrusel p{
		width: 400px!important;
		font-size: 20px!important;
	}
	.section-doctor p{
		width: 400px!important;
		font-size: 20px!important;
	}
}
@media screen and (min-width: 1200px){
	.section-doctor p{
		width: 500px;
	}
}
@media screen and (min-width: 1300px){
	.section-carrusel{
		height: 750px!important;
	}
	.section-doctor{
		height: 750px!important;
	}
	.section-doctor p{
		width: 580;
	}
}

/*section doctor*/


/*section services*/
.section--services{
	border-bottom: 15px solid #eec097;
	background-color: #eef0f0;
}
.section-services1{
	background-position: 30% 75%;
	background-size: 100% 100%;
	background-blend-mode: screen;
}
.section--services > .row{
	margin-right: 0px;
	margin-left: 0px;
}
.section-services1{
	background-color: #eef0f0;
	height: 600px;
}
.section-services1 img{
	padding-top: 0%;
}
.section-services1 h2{
	font-size: 27px;
	padding-top: 5%;
	color: #1e9caf;
	font-weight: 400;
	font-family: 'Lora', serif;
	margin-bottom: 0em!important;
}
.section-services1 p{
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.section-services1 a{
	color: #1e9caf;
	font-size: 20px;
	font-weight: 100;
}
.section-services1 a:hover{
	color: #686e72;
}
.section-photos-services{
}
.photos-services {
    width: 50%;
    margin: 0;
	padding: 0;
}
.photos-services img{
	width: 100%;
}
.fondo-gris {
    background-color: #5d5d5d!important;
	margin: 0;
	padding: 0;
    width: 50%;
    height: 17.5em;
}
.section-photos-services a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #eebe8c;
    font-size: 20px;
	letter-spacing: 2px;
	font-weight: 700;
}

.services-description {
    padding: 30px;
}

.services-description p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .services-description {
        padding: 50px;
    }
}

@media only screen and (min-width : 280px) and (max-width : 359px){
	.section--maps{
		border-bottom: 0px;
	}
	.section-services1{
		border-top: 0px;
		height: 750px;
		margin-bottom: 0px;
	}
	.section-services1 p{
		width: 250px!important;
		font-size: 13px!important;
	}
	.section-photos-services{
		margin-bottom: 0px;
	}
	 
}
@media only screen and (min-width : 360px) and (max-width : 550px){
	.section--services{
		border-bottom: 0px;
	}
	.section-services1{
		border-top: 0px;
		height: 700px;
		margin-bottom: 0px;
	}
	.section-services1 p{
		width: 300px!important;
		font-size: 16px!important;
	}
	.section-photos-services{
		margin-bottom: 0px;
	}
}
@media only screen and (min-width : 551px) and (max-width : 767px){
	.section--services{
		border-bottom: 0px;
	}
	.section-services1{
		border-top: 0px;
		height: 550px;
		margin-bottom: 0px;
	}
	.section-services1 p{
		width: 470px!important;
		font-size: 20px!important;
	}
	.section-photos-services{
		margin-bottom: 0px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 991px){
	.section-services1{
		border-top: 0px;
		height: 500px;
		margin-bottom: 0px;
	}
	.section-services1 p{
		width: 95%!important;
		font-size: 20px!important;
	}
	.section-photos-services{
		margin-bottom: 0px;
	}
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.section-galeria-services{
		margin-bottom: 0px;
	}
	.section-services1 p{
		width: 95%!important;
		font-size: 20px!important;
	}
	.section-services1{
		margin-bottom: 0px;
	}
	
}
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.section-services1{
		border-top: 0px;
		height: auto;
	}
	.section-galeria-services{
		border-right: 0px;
		height: auto;
	}
	.section-services1 img{
		width: 50%;
	}
	.section-services1 h2 {
		font-size: 25px;
	}
	.section-services1 p{
		width: 100%!important;
		font-size: 15px!important;
	}
	.section-services1{
		margin-bottom: 0px;
	}
	.section-photos-services {
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 1200px){
	.section-services1{
		border-top: 0px;
		height: auto;
	}
	.section-galeria-services{
		border-right: 0px;
		height: auto;
	}
	.section-services1 p{
		width: 500px;
		letter-spacing: 1px;
	}
}
@media screen and (min-width: 1300px){
	.fondo-gris {
		background-color: #5d5d5d!important;
		margin: 0;
		padding: 0;
		width: 50%;
	}
	.section-services1{
		height: auto!important;
	}
	.section-services1 p{
		width: 580;
	}
}
@media screen and (min-width:1700px){
	.section-services1 {
		background-color: #eef0f0;
		height: 728px!important;
	}
}

/*section services*/


/* HR */
hr {
    width: 100%;
    border-top: 1px solid lightgray;
}

