body {
	font-family: 'Lato', sans-serif;
	margin-top: 80px;
}

body, html {
	height: 100%;
}

.sinflex {
	display: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-toggle {
	color: #fff;
}

.navbar-toggle:focus, .navbar-toggle:hover {
	color: #000;
}

.navbar {
	border: 0;
	border-radius: 0;
	margin: 0px;
	font-size: 18px;
	background-color: #0DAEC6;
}

.navbar-nav {
	padding-top: 10px;
	margin-right: 50px;
}

.navbar-nav li a {
	margin-left: 23px;
	margin-right: 23px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 23px;
	line-height: 34px;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	outline: none;
}

.navbar-header {
    padding-top: 4px !important;
	padding-bottom: 3px !important;
}

.navbar-nav li a:hover {
	border-bottom: 5px solid #ffffff;
}

.navbar-nav li a:not(:hover) {
	border-bottom: 0px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 80%;
	margin: 0 auto;
}

.backgroundcarrusel {
	background-image: url("../img/fondoslider.jpg?v=1.0");
	background-repeat: no-repeat;
	background-size: cover;
}

.backgroundinfo {
	position: relative;
	font-size: 16px;
	text-align: center;
	color: #000;
	background-color: #fff;
}

.centerizandotitulo {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	top: 0px;
	height: 100%;
}

.titulonombre {
	text-align: left;
	font-weight: 900;
	margin-bottom: 50px;
	margin-top: 0px;
	font-size: 50px;
}

.textoinfo {
	text-align: left;
	font-size: 25px;
	line-height: 1.2;
	max-height: 450px;
	overflow-y: auto; 
}

.titulonombre2 {
	text-align: left;
	font-size: 50px;
	margin-bottom: 20px;
}

.textomasinfopequeno {
	text-align: justify;
	cursor: pointer;
	font-size: 20px;
}

.imagenboton {
	margin-top: 30px;
	cursor: pointer;
}

.contenidosobreimagen {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.contenidosobreimagen2 {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1900px; /* or 950px */
}

.infotodos {
	background-color: white;
	background-image: url("../img/fotocentral.jpg?v=1.0");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.backgroundservicios {
	overflow: hidden;
}

.backgroundservicios2 {
	position: relative;
	color: #000;
	cursor: pointer;
}

.nombrecompleto {
	text-align: center;
	background-color: rgb(255,255,255,0.8);
}

.margensuperior {
	padding-top: 20px !important;
}

.ladoizq {
	z-index: 1;
}

.supercontenido {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 0.2s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 0.2s ease-in;
    -moz-transform: scale(1);
    transition: all 0.2s ease-in;
    transform: scale(1);
}

.supercontenido:hover {
	-webkit-transition: all 0.2s ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 0.2s ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 0.2s ease-in;
    -moz-transform: scale(1.05);
    transition: all 0.2s ease-in;
    transform: scale(1.05);
}

.linkservicio {
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.linkservicio:hover {
	text-decoration: none;
}

.altoimagenboton {
	height: 90px;
}

.textoservicio {
	text-align: center;
	margin-top: 3px;
	line-height: 1.3;
	font-size: 29px;
	margin-bottom: 10px;
	margin-left: 75px;
	color: #000;
	text-decoration: none;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.textoservicio2 {
	text-align: center;
	margin-top: 3px;
	line-height: 1.3;
	font-size: 29px;
	margin-bottom: 10px;
	margin-right: 75px;
	color: #000;
	text-decoration: none;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.textoespservicio2 {
	font-size: 28px;
}

.textoinfo2 {
	font-size: 26px;
	line-height: 1.3;
	overflow-y: auto;
}

.textoinfo3 {
	font-size: 26px;
	line-height: 1.3;
	text-align: justify;
	max-height: 270px;
	overflow-y: auto;
}

.textoinfo4 {
	font-size: 26px;
	line-height: 1.3;
	text-align: justify;
	overflow-y: auto;
}

.textoinfo5 {
	font-size: 26px;
	line-height: 1.3;
	text-align: justify;
	max-height: 140px;
	overflow-y: auto;
}

.textoinfo6 {
	font-size: 26px;
	line-height: 1.3;
	text-align: justify;
	overflow-y: auto;
}

.imagenmovil {
	margin-bottom: 10px;
	border-radius: 10px;
}

.centerizando {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	top: 0px;
	height: 100%;
}

.arribizando {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	top: 0px;
	height: 100%;
}

.abajando {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	top: 0px;
	height: 100%;
}

.abajando2 {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	top: 0px;
	height: 100%;
}

.textoderecho {
	text-align: right;
	padding-right: 40px;
}

.tituloderechoserv {
	padding-left: 40px;
	padding-bottom: 70px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	height: 100%;
	padding-right: 40px;
}

.textocentro {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	top: 0px;
	height: 100%;
	width: 100%
}

.visibilidadtitulo {
	display: none;
}

.subtitulovolver {
	margin-bottom: 50px;
}

/* SECCION CITAS */

.backgroundcitas {
	background-image: linear-gradient(to right, #CECDD2 , #FDFDFD);
	background-color: #CECDD2;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 20px;
	background-attachment: fixed;
}

.anchobotoncitas {
	width: 17em;
	font-size: 14px !important;
}

.estilogrupobotones {
	background-color: #0DAEC6;
	border-radius: 10px !important;
	border-color: #0DAEC6;
	font-weight: 900;
	margin-bottom: 15px;
	transition: all 0.2s;
	outline: none;
	font-size: 17px;
}

.estilogrupobotones:hover {
	border-color: #0DAEC6;
	color: #0DAEC6;
	background-color: #fff;
}

.estilogrupobotones:active {
	background-color: #0DAEC6 !important;
	color: #fff !important;
	border-color: #0DAEC6 !important;
	border-radius: 10px !important;
}

.estilogrupobotones:not(:hover) {
	background-color: #0DAEC6 !important;
	color: #fff !important;
	border-color: #0DAEC6 !important;
}

.estilogrupobotones:focus {
	border-radius: 10px !important;
}

h4.subtituloscitas {
	font-weight: 600;
}

#msgerrorinicio, #msgerrordatos {
	color: #a94442;
}

.coloresiconos2 {
	font-size: 35px;
	color: #0DAEC6;
}

.listahorariosestilo {
	margin-left: -30px;
}

.listahorariosestilo li {
	color: #000;
	background-color: #fff;
	font-weight: 600;
	font-size: 1em;
	line-height: 0.8em;
	border: 1px solid #0DAEC6;
	border-radius: 20px;
	margin-right: 15px;
	margin-top: 10px;
	text-align: center;
	padding-top: 8px;
	width: 40px;
	height: 40px;
	float: left;
	list-style-type: none;
	transition: all 0.2s;
	-ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.listahorariosestilo li:hover {
	background-color: #0DAEC6;
	border: 1px solid #000;
}

.listahorariosestilo li:hover .linksinestilo {
	color: #fff !important;
}

.linksinestilo {
	text-decoration: none !important;
	color: #000 !important;
}

.colorhorarioseleccionado {
	color: white !important;
}

.backgroundhorarioseleccionado {
	background-color: #0DAEC6 !important;
}

#margenlistahorarios {
	padding-top: 79px;
	margin-top: -79px;
	visibility: hidden;
}

#margenseleccioncita {
	padding-top: 79px;
	margin-top: -79px;
	visibility: hidden;
}

/* FIN SECCION CITAS */

label {
	font-weight: 100 !important;
	font-size: 17px !important;
}

input, select, textarea {
	border-radius: 10px !important;
}

input:focus, select:focus, textarea:focus {
	box-shadow: 0px 0px 5px #0DAEC6 !important;
	border: 1px solid #0DAEC6 !important;
	border-radius: 10px !important;
}

.backgroundcontactoyubicacion {
	background-image: url("../img/fondo-consultorio.jpg?v=1.0");
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.infoconsultorio {
	line-height: 1.2;
	margin-top: 7px;
	font-size: 21px;
	word-wrap: break-word;
}

.titulazo {
	font-weight: 900;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 55%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    min-height: 300px;
}

.iframe-container > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #0DAEC6;
    text-transform: uppercase;
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #0DAEC6;
    background: #0DAEC6;
    font-weight: normal;
	color: #fff;
}

@media (max-width: 1245px) {
	.margensuperior {
	    padding-top: 15px !important;
	}
}

@media screen and (min-width: 1500px) {
	.textoinfo, .imagenboton {
		margin-right: 50px;
	}

	.titulonombre2 {
		font-size: 70px;
	}

	.textomasinfopequeno {
		font-size: 25px;
	}

	.supercontenido {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1500px) {
	.margensuperior {
		padding-top: 0px;
	}
}

@media screen and (max-width: 1440px) {
	.textoservicio {
		font-size: 26px;
		margin-left: 68px;
	}

	.textoservicio2 {
		font-size: 26px;
		margin-right: 68px;
	}

	.textoespservicio2 {
		font-size: 25px;
	}

	.textoinfo3 {
		max-height: none;
	}
}

@media screen and (max-width: 1320px) {
	.textoservicio {
		font-size: 23.4px;
		margin-left: 63px;
	}

	.textoservicio2 {
		font-size: 23.4px;
		margin-right: 63px;
	}

	.textoespservicio2 {
		font-size: 22.4px;
	}

	.textoinfo6 {
		font-size: 21px;
	}
}

@media screen and (max-width: 1200px) {
	body {
		padding-top: 0px;
	}

	.navbar {
		font-size: 13px;
	}

	.titulonombre {
		font-size: 50px;
	}

	.textoinfo {
		font-size: 22px;
		max-height: 400px;
	}

	.supercontenido {
	    margin-bottom: 20px;
	}

	.titulosservicio {
		font-size: 30px;
	}

	.subtitulosservicio {
		font-size: 20px;
	}

	.textoinfo2 {
		font-size: 18px;
	}

	.textoinfo4 {
		font-size: 16.5px;
	}

	.textoinfo3 {
		font-size: 17px;
		background-color: rgba(255,255,255,0.6);
	}
}

@media screen and (max-width: 1115px) {
	.supercontenido {
	    margin-bottom: 12px !important;
	}

	.titulonombre {
		font-size: 45px;
		margin-bottom: 30px;
	}

	.textoinfo {
		font-size: 22px;
		max-height: 310px;
	}

	.imagenboton {
		width: 65px;
	}
}

@media screen and (max-width: 1050px) {
	body {
		padding-top: 0px;
	}

	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		width: 100%;
	}
}

@media screen and (max-width: 1020px) {
	.navbar-nav {
		margin-right: 0px;
	}
}

@media screen and (max-width: 992px) {
	body { 
		padding-top: 0px;
		margin-top: 57px;
	}

	.navbar-nav li a {
		margin-left: 15px;
		margin-right: 15px;
	}

	.centerizandotitulo {
		padding-top: 5px;
	}

	.titulonombre {
		font-size: 45px;
	}

	.textoinfo {
		font-size: 20px;
	}

	.titulonombre2 {
		font-size: 40px;
		margin-bottom: 18px;
	}

	.textomasinfopequeno {
		font-size: 18px;
	}

	.textoinfo3 {
		font-size: 16px;
		max-height: 230px;
	}

	.textoinfo6 {
		font-size: 19px;
	}

	.altoimagenboton {
		height: 80px;
	}

	.subtitulovolver {
		margin-bottom: 30px;
	}

	.tamanoimagenfondoespecial {
		opacity: 0.5;
	}

	.imgcontactenos {
	    display: none;
	}

	.titulotelefonos {
		text-align: left;
	}
}

@media (min-width: 768px) and (max-width: 895px) {
	.supercontenido {
		margin-bottom: 20px;
	}

	.titulonombre {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.textoinfo {
		font-size: 19px;
		max-height: 265px;
	}

	.altoimagenboton {
		height: 70px;
	}

	.textoservicio {
		font-size: 20px;
		margin-left: 53px;
	}

	.textoservicio2 {
		font-size: 20px;
		margin-right: 53px;
	}

	.textoespservicio2 {
		font-size: 19px;
	}

	.titulosservicio {
		font-size: 25px;
	}

	.subtitulosservicio {
		font-size: 17px;
	}

	.textoinfo2 {
		font-size: 15px;
	}

	.textoinfo3 {
		font-size: 15px;
	}

	.textoinfo4 {
		font-size: 16px;
	}

	.textoinfo6 {
		max-height: 300px;
	}

	.tituloderechoserv {
		padding-bottom: 20px;
	}

	.textoizquierdo {
		padding-top: 0px;
	}
}

@media screen and (max-width: 874px) {
	.navbar-nav li a {
		font-size: 17.6px;
	}

	.textoinfo4 {
		font-size: 16px;
		max-height: 145px;
	}
}

@media screen and (max-width: 835px) {
	.navbar {
		font-size: 10px;
	}

	.supercontenido {
	    margin-bottom: 10px !important;
	}

	.titulonombre2 {
		font-size: 30px;
		margin-bottom: 14px;
	}

	.textomasinfopequeno {
		font-size: 15px;
	}
}

@media screen and (max-width: 785px) {
	.altoimagenboton {
	    height: 69px;
	}
}

@media screen and (max-width: 767px) {
	.abajando2 {
		display: block;
	}

	/* SECCION CITAS */

	#margenlistahorarios {
		padding-top: 57px;
		margin-top: -57px;
		visibility: hidden;
	}

	#margenseleccioncita {
		padding-top: 57px;
		margin-top: -57px;
		visibility: hidden;
	}

	/* FIN SECCION CITAS */

	.navbar-nav {
		font-size: 18px !important;
		position: relative !important;
		left: 0px;
	}

	.navbar-nav li a {
		margin-bottom: 5px;
		line-height: 10px;
	}

	.navbar-nav li a:hover {
		border-bottom: 2px solid #ffffff;
	}

	.imagenlogo {
		margin-left: 15px;
		height: 50px;
	}

	.titulonombre {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.textoinfo {
		font-size: 16px;
		max-height: 215px; 
	}

	.imagenboton {
		width: 45px;
		margin-top: 10px;
	}

	.backgroundinfo {
		background-image: none;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 12px;
	}

	.nombrecompleto {
		font-size: 30px;
	}

	.supercontenido {
		margin-bottom: 20px;
	}

	.titulosservicio {
		font-size: 25px;
	}

	.subtitulosservicio {
		font-size: 17px;
	}

	.textoinfo4 {
		font-size: 14.5px;
	}

	.textoinfo5 {
		font-size: 16px;
		max-height: 110px;
	}

	.textoinfo6 {
		font-size: 16px;
		max-height: 240px;
	}

	.tituloderechoserv {
		padding-bottom: 20px;
	}

	.textoizquierdo {
		padding-top: 0px;
	}

	.infotodos {
		background-image: none;
	}
}

@media screen and (max-width: 695px) {
	.titulonombre2 {
		font-size: 23px;
	}

	.textomasinfopequeno {
		font-size: 12.5px;
		line-height: 1.2;
	}

	.titulosservicio {
		font-size: 22px;
	}

	.subtitulosservicio {
		font-size: 15px;
	}

	.textoinfo2 {
	    font-size: 14px;
	}

	.textoinfo3 {
		font-size: 14px;
		max-height: 200px;
	}

	.textoinfo4 {
		font-size: 14px;
		max-height: 120px;
	}
}

@media screen and (max-width: 645px) {
	.tamanoimagenfondo {
		opacity: 0.5;
	}

	.titulosservicio {
		font-size: 21px;
	}

	.subtitulosservicio {
		font-size: 14px;
	}

	.textoinfo2 {
		font-size: 14px;
		max-height: 200px;
	}

	.tituloderechoserv {
		padding-bottom: 20px;
	}

	.textoizquierdo {
		padding-top: 0px;
	}

	.subtitulovolver {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 615px) {
	.titulonombre {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.textoinfo {
		font-size: 14px;
		max-height: 180px; 
	}

	.imagenboton {
		width: 35px;
		margin-top: 5px;
	}

	.textoservicio {
		font-size: 20px;
		margin-left: 53px;
	}

	.textoservicio2 {
		font-size: 20px;
		margin-right: 53px;
	}

	.textoespservicio2 {
		font-size: 19px;
	}

	.textoinfo4 {
		font-size: 13px;
	}
}

@media screen and (max-width: 575px) {
	.titulosservicio {
		font-size: 19px;
	}

	.textoinfo2 {
		font-size: 14px;
		max-height: 160px;
	}

	.textoinfo3 {
		max-height: 190px;
	}

	.textoinfo4 {
		font-size: 12px;
		max-height: 105px;
	}

	.textoinfo5 {
		font-size: 15px;
		max-height: 100px;
	}

	.textoinfo6 {
		max-height: 200px;
	}
}

@media screen and (max-width: 515px) {
	.contenidosobreimagen { 
		position: relative;
	}

	#perfil2 {
		background-image: url("../img/elefante-sin-fondo.jpg?v=1.0");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}

	.titulonombre {
		margin-bottom: 5px;
	}

	.textoinfo {
		font-size: 13px;
	}

	.textoinfo2 {
		max-height: none;
	}

	.imagenboton {
		width: 30px;
		margin-top: 0px;
	}

	.imagenfondoinfo {
		padding-top: 10px;
	}

	.tamanoimagenfondo {
		display: none;
	}

	.centerizandotitulo {
		padding-right: 0px;
	}

	.visibilidadtitulo {
		display: block;
	}

	.textoizquierdo, .invisibilidadtitulo {
		display: none;
	}

	.textoservicio {
		font-size: 18px;
		margin-left: 43px;
	}

	.textoservicio2 {
		font-size: 18px;
		margin-right: 43px;
	}

	.textoespservicio2 {
		font-size: 17px;
	}

	.tituloderechoserv {
		padding-left: 15px;
		padding-right: 15px;
		text-align: justify;
	}

	.textocentro {
		top: 0px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 470px) {
	.altoimagenboton {
		height: 60px;
	}

	.textoservicio {
		font-size: 14.5px;
		margin-left: 35px;
		margin-bottom: 6px;
	}

	.textoservicio2 {
		font-size: 14.5px;
		margin-right: 35px;
		margin-bottom: 6px;
	}

	.textoespservicio2 {
		font-size: 13.5px;
	}
}

@media screen and (max-width: 400px) {
	.textoinfo {
		font-size: 12px;
		margin-bottom: 2px;
		max-height: 160px;
	}

	.imagenboton {
		width: 25px;
	}

	.altoimagenboton {
		height: 50px;
	}

	.textoservicio {
		font-size: 12px;
		margin-left: 25px;
	}

	.textoservicio2 {
		font-size: 12px;
		margin-right: 25px;
	}

	.textoespservicio2 {
		font-size: 11px;
	}
}

@media screen and (max-width: 365px) {
	.textoinfo {
		max-height: 130px;
	}

	.altoimagenboton {
		height: 45px;
	}

	.textoservicio {
		font-size: 10.5px;
		margin-left: 20px;
	}

	.textoservicio2 {
		font-size: 10.5px;
		margin-right: 20px;
	}

	.textoespservicio2 {
		font-size: 10px;
	}
}

@media screen and (max-width: 310px) {
	.titulonombre {
		font-size: 20px;
	}

	.textoinfo {
		font-size: 11px;
	}
}