body {
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	background-color: #FFFFFF;
	font-family: 'Lato', sans-serif;
}

/* HEADER */

.logo {
	margin-top: 15px;
	margin-bottom: 20px;
}

.redes {
    padding-top: 15px;
    text-align: center;
}

.redes a:link, .redes a:active, .redes a:visited, .redes a:focus {
    font-size: 38px;
    color: #808080;
    margin-right: 30px;
    text-decoration: none;
}

.redes a:last-child {
	margin-right: 0px;
}

.redes a:hover {
	color: #BABABA;
	text-decoration: none;
}

.flaticon-instagram-logo {
	font-size: 34px;
}

.datos-tel {
    text-align: center;
    font-size: 23px;
    color: #808080;
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 25px;
}

.datos-tel small {
    font-weight: 400;
}

/* NAVEGACION */
nav {
	border-top: 1px solid #bedde1;
	border-bottom: 2px solid #bedde1;
	text-align: center;
}

nav a:link, nav a:visited, nav a:active, nav a:focus {
    display: inline-block;
    color: #077e8c;
    padding: 4px 15px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 16px;
    margin: 0px 50px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}

#actived {
	border-bottom: 1px solid #bedde1;
}

nav a:hover {
	text-decoration: none;
	border-bottom: 1px solid #077e8c;
}

nav a:first-child {
	margin-left: 0px;
}

nav a:last-child {
	margin-right: 0px;
}

/* SLIDER */
.slider {
	margin-top: 35px;
	margin-bottom: 35px;
}

/* INICIO */
.inicio-cont {
	margin-bottom: 35px;
}

.inicio-cont p {
    color: #696969;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 15px;
}

.perfil-profesional {
	background:  url(../images/bg-profesional.jpg) bottom center repeat-x #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}

.img-perfil img {
	-webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
}

.texto-perfil {
	display: table;
}

.inner-texto-perfil {
	display: table-cell;
	vertical-align: middle;
}

.inner-texto-perfil h3 {
	display: inline-block;
	color: #077e8c;
	margin-bottom: 2px;
	font-size: 28px;
	font-weight: 700;
}

.inner-texto-perfil h4 {
	color: #666666;
	margin-top: 0px;
	font-weight: 700;
}

.inner-texto-perfil p {
	color: #696969;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* SECCION */
.header-secciones {
    background: url(../images/bg-secciones.jpg) center center repeat-x #017f8d;
    position: contain;
    color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 36px;
    margin-bottom: 35px;
}

.header-secciones .titulo-secciones {
	border-bottom: 3px solid #FFFFFF;
	padding-bottom: 5px;
	padding-right: 20px;
}

.especialidades-cont {
	margin-bottom: 20px;
}

.especialidades-textos h4 {
    color: #007f8e;
    margin-bottom: 3px;
    margin-top: 10px;
}

.navegacion-lateral a:link, .navegacion-lateral a:visited, .navegacion-lateral a:active {
    display: block;
    color: #696969;
    font-size: 19px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navegacion-lateral-estudios {
	margin-bottom: 15px;
}

.navegacion-lateral-estudios a:link, .navegacion-lateral-estudios a:visited, .navegacion-lateral-estudios a:active {
	display: block;
    color: #696969;
    font-size: 16px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navegacion-lateral a:hover, #lateral-actived {
	color: #017f8d;
	padding-left: 8px;
	text-decoration: none;
}

.especialidades-textos p {
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 200;
    line-height: 1.6;
    margin-bottom: 15px;
}

.especialidades-textos  {
	margin-bottom: 45px;
}

/* EQUIPAMIENTOS */
.equipamiento-item {
	border: 1px solid #ededed;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 320ms ease-in-out;
	-moz-transition: all 320ms ease-in-out;
	-ms-transition: all 320ms ease-in-out;
	-o-transition: all 320ms ease-in-out;
	transition: all 320ms ease-in-out;
}

.equipamiento-item:hover {
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
}

.eq-gris {
	background: url(../images/esquina-der.png) no-repeat bottom right #ededed;
	padding-right: 20px;
}

.eq-blanco {
	background: url(../images/esquina-izq.png) no-repeat bottom left #FFFFFF;
	padding-left: 20px;
}

.equipamiento-item h2, .mapa-block h2, .form-cont h2 {
	color: #077e8c;
	font-size: 28px;
	font-weight: 700;
	padding-right: 25px;
	padding-bottom: 5px;
	border-bottom: 3px solid #c4c4c4;
	display: inline-block;
}

.equipamiento-item h2 {
	font-size: 24px;
}

.equipamiento-item p {
	color: #5f5f5f;
	font-size: 13px;
	line-height: 1.7;
}

/* CUERPO MEDICO */
.item-medicos {
    background-color: #ededed;
    padding-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #ededed;
}

.item-medicos-outer, .item-medicos-outer:focus {
	text-decoration: none;
	color: #676767;
}

.item-medicos-outer:hover {
	text-decoration: none;
}

.item-medicos:hover {
	background-color: #b3b3b3;
	text-decoration: none;
	color: #FFFFFF
}

.nombre-medico {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 8px;
    border-top: 2px solid #FFFFFF;
    font-size: 13px;
}

/* CONTACTO */
.mapa-cont {
	background: url(../images/bg-mapa.png) repeat center center;
	margin-bottom: 20px;
	padding: 15px;
}

#map {
	min-height: 350px;
}

#form-contacto input[type="text"], #form-contacto input[type="tel"], #form-contacto input[type="email"], #form-contacto textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #d6d6d6;
}

#form-contacto input[type="text"]:hover, #form-contacto input[type="tel"]:hover, #form-contacto input[type="email"]:hover, #form-contacto textarea:hover {
	border-color: #077e8c;
}

.btn-enviar {
    float: right;
    margin-bottom: 20px;
    color: #FFFFFF;
    background-color: #9c9c9c;
    padding: 8px 50px;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
}

.resultados {
    padding: 10px 15px;
    display: block;
    margin-bottom: 15px;
    color: #007f8e;
    border: 1px solid #007f8e;
    border-left: 3px solid #007f8e;
    display: none;
}

/* FOOTER */
footer {
	background-color: #e9e9e9;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

footer h3 {
	font-size: 18px;
	margin-bottom: 4px;
	color: #077e8c;
	font-weight: 700;
}

footer p, footer a:link, footer a:visited, footer a:active {
	font-size: 15px;
	color: #717171;
	margin-bottom: 4px;
}

.redes-footer {
	padding-top: 0px;
}

/* GENERALIDADES */
.h-secciones {
	display: inline-block;
	color: #077e8c;
	padding-bottom: 3px;
	padding-right: 15px;
	margin-bottom: 20px;
	border-bottom: 3px solid #d1d0d0;
	font-size: 30px;
	font-weight: 700;
}

.smooth {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.desplegar-menu-xs a:link, .desplegar-menu-xs a:visited, .cerrar-menu-xs a:link, .cerrar-menu-xs a:visited {
    position: absolute;
    right: 5px;
    top: 13px;
    font-size: 30px;
    color: #077e8c;
    border: 1px solid #077e8c;
    padding: 2px 10px;
    border-radius: 4px;
    z-index: 900;
}

.cerrar-menu-xs a:link, .cerrar-menu-xs a:visited {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.desplegar-menu-xs a:hover, .desplegar-menu-xs a:active, .desplegar-menu-xs a:focus {
	color: #EBEBEB;
	border: 1px solid #EBEBEB;
	background-color: rgba(0,0,0,0.7);
}

.cerrar-menu-xs {
	display: none;
}

.menu-xs {
    position: absolute;
    z-index: 600;
    background-color: rgba(0,0,0,0.8);
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
    display: none;
}

.menu-xs a:link, .menu-xs a:visited {
    color: #FFFFFF;
    display: block;
    font-size: 27px;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.menu-xs a:hover, .menu-xs a:focus, .menu-xs a:active {
	text-decoration: none;
	color: #EBEBEB;
}

.go-up {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 90;
    display: none;
}

.go-up-btn {
    background: #000;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 9px 0 0 0;
    margin: 0px 0 0px 0;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-up-btn:hover {
    background: #5aa97d;
    color: #fff;
}

.go-up-btn .fa {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	.redes {
	    padding-top: 80px;
	    text-align: left;
	}

	.redes-footer {
	    padding-top: 0px;
	    text-align: center;
	}

	.datos-tel {
	    text-align: right;
	    font-size: 18px;
	    color: #808080;
	    font-weight: 600;
	    padding-top: 60px;
	    margin-bottom: 0px;
	}

	nav a:link, nav a:visited, nav a:active {
	    display: inline-block;
	    color: #077e8c;
	    padding: 4px 10px;
	    border-bottom: 1px solid #FFFFFF;
	    font-size: 14px;
	    margin: 0px 10px;
	    text-transform: uppercase;
	    font-weight: 400;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	nav a:link, nav a:visited, nav a:active {
	    display: inline-block;
	    color: #077e8c;
	    padding: 4px 15px;
	    border-bottom: 1px solid #FFFFFF;
	    font-size: 16px;
	    margin: 0px 15px;
	    text-transform: uppercase;
	    font-weight: 400;
	}

	nav a:hover {
		text-decoration: none;
		border-bottom: 1px solid #077e8c;
	}

	nav a:first-child {
		margin-left: 0px;
	}

	nav a:last-child {
		margin-right: 0px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	nav a:link, nav a:visited, nav a:active {
	    display: inline-block;
	    color: #077e8c;
	    padding: 4px 15px;
	    border-bottom: 1px solid #FFFFFF;
	    font-size: 15px;
	    margin: 0px 30px;
	    text-transform: uppercase;
	    font-weight: 400;
	}

	nav a:hover {
		text-decoration: none;
		border-bottom: 1px solid #077e8c;
	}

	nav a:first-child {
		margin-left: 0px;
	}

	nav a:last-child {
		margin-right: 0px;
	}
}