body
{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height:normal;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

.background-cover {
	background-repeat:no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.padding50top {
	padding-top: 50px;
}

.padding0 {
	padding-left: 0;
	padding-right: 0
}

.padding5050{
	padding: 50px 0px;
}

.margintop30 {
	margin-top: 30px;
}

.marginbottom30 {
	margin-bottom: 30px;
}

.marginbottom10 {
	margin-bottom: 10px;
}

.marginbottom60 {
	margin-bottom: 60px;
}

.break-word {
 -ms-word-break: break-all;
     word-break: break-all;

     // Non standard for webkit
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

.fondo-menu-header {
	background-color: #224678;
}

.logo-blanco {
	background-color: white;
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 1px solid transparent;
		font-weight: normal;
}

.navbar-toggle {
    position: relative;
    float: none;
    padding: 10px;
    border-radius: 0px;
		border: #c6c6c6 solid 1px;
		color: #02101b;
		text-transform: uppercase;
}

@media only screen and (min-width : 200px) {
.menu {
	font-size:16px;
	float: left;
	margin-top:  10px;
	margin-bottom: 10px;
}
}
@media only screen and (min-width : 768px) {
.menu {
	font-size:15px;
	text-align: right;
	float: right;
	margin-top:  25px;
	margin-bottom: 0px;
}
}
@media only screen and (min-width : 990px) {
.menu {
	font-size:16px;
	text-align: right;
	float: right;
	margin-top:  30px;
	margin-bottom: 0;
}
}
@media only screen and (min-width : 1200px) {
.menu {
	font-size:16px;
	text-align: right;
	float: right;
	margin-top:  30px;
	margin-bottom: 0;
}
}

.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 	color: white;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	width: 100%;
}

.navbar a:hover, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 	color: #86e0f6;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu{
    -webkit-box-shadow: none;
    box-shadow:none;
}

.fondo-header {
	background-image: url(../img/fondo-header.jpg);
	background-position: center center;
	border-top: #5c9eb8 solid 1px;
}

.boton-facturacion {
	background-color:  #86e0f6;
	color:  white;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	font-weight: 800;
	border-radius: 0;
}

.boton-facturacion:hover {
	background-color:  white;
	color:  #5c9eb8;
}

.titulo-header {
	color:  white;
	font-weight: normal;
}

.titulo-header>small {
	color:  #86e0f6;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
	font-family: 'Lato', sans-serif;
}

.contenedor-texto-header {
	border:  #86e0f6 solid 1px;
	color:  white;
	font-weight: 800;
}

.contenedor-texto-header>i {
	color:  #e1ce29;
}

.contenedor-texto-header>small {
	color:  #86e0f6;
	font-weight: normal;
	text-transform: none;
	font-size:  0.5em;
	padding-bottom:  15px;
}

.fondo-servicios-inicio {
	background-color:  #f2f2f2;
	padding:  50px 0px;
}

.servicio-inicio1 {
	background-image: url(../img/servicio1.jpg);
	background-position: center center;
}

.servicio-inicio2 {
	background-image: url(../img/servicio2.jpg);
	background-position: center center;
}

.servicio-inicio3 {
	background-image: url(../img/servicio3.jpg);
	background-position: center center;
}

.servicio-inicio4 {
	background-image: url(../img/servicio4.jpg);
	background-position: center center;
}

.texto-servicio {
	border:  #86e0f6 solid 1px;
	color: white;
	text-align: center;
}

.texto-servicio i {
	color: #e1ce29;
}

.texto-servicio>a {
	color: white;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

.texto-servicio>a:hover {
	color: #e1ce29;
	text-decoration: none;
}

.texto-servicio small {
	color: #e1ce29;
	font-weight: normal;
	font-size: 0.5em;
	text-align: justify;
	line-height: 0.5;
}

.fondo-texto-inicio{
	background-image: url(../img/fondo-texto-inicio.jpg);
	background-position: top left;
}

.texto-inicio {
	color: #1d3b6a;
}

.fondo-texto-inicio2{
	background-color: rgba(92, 158, 184, 0.75);
	color:  white;
}

.boton-texto-inicio {
	background-color:  #1d3b6a;
	width:  100%;
	border-radius: 0;
	padding: 10px;
	letter-spacing: 3px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.boton-texto-inicio>a {
	color:  white;
}

.boton-texto-inicio>a:hover {
	color:  #1d3b6a;
	text-decoration: none;
}

.boton-texto-inicio:hover {
	background-color:  #86e0f6;
}

.contenedor-boton-facturacion-footer {
	background-color: #5c9eb8;
	padding: 20px 0px;
}

.boton-facturacion-footer {
	background-color: #5c9eb8;
	color:  white;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}

.boton-facturacion-footer>a {
	color:  white;
}

.boton-facturacion-footer>a:hover {
	color:  white;
	text-decoration: none;
}

.boton-facturacion-footer:hover {
	background-color:  #1d3b6a;
	border: white solid 1px;
}

.contenedor-footer {
	background-color: #1d3b6a;
	padding: 50px 100px;
}

.footer {
	background-image: url(../img/fondo-footer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 40px 200px;
	color:  #1d3b6a;
}

.footer i {
	color:  #1d3b6a;
	font-size: 26px;
}

.footer i:hover {
	color:  #86e0f6;
}

.titulo-footer {
	color:  #474748;
	font-weight: normal;
	letter-spacing: 5px;
	font-size: 1.3em;
	border-bottom:  #5c9eb8 solid 2px;
	padding-bottom:  10px;
}

.titulo-footer>small {
	color:  #1d3b6a;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
	font-family: 'Lato', sans-serif;
}

.contenedor-footer2 {
	background-color: #0d264c;
}

.contenedor-footer2 {
	color:  white;
}

.contenedor-footer2 a {
	color:  #86e0f6;
}

.contenedor-titulos {
	background-color:rgba(160,159,159,0.4);
	padding: 20px;
	color: #00386c;
	font-size: 1.5em;
}

.contenido-internas {
	padding: 50px 100px;
	background-color: #76abc0;
	margin-top: 30px;
	color: white;
}

.titulo-internas {
	background-color: #1d3b6a;
	padding: 20px;
	font-size: 0.8em;
	margin-top: 30px;
	margin-bottom: 30px;
}

.background-slider {
	background-image: url(../img/fondo-slider.jpg);
	background-position: center center;
	background-repeat:no-repeat;
}

#map {
    width: 100%; 
	height: 400px;
}

/*============================================================
Formulario
==========================================================*/
.form-control{
    background: transparent;
		border: 1px solid white;
		border-radius: 0px;
		color: #2A2A81;
}
form {
	width: 100%;
	padding-top:  30px;
}
form > div {
	position: relative;
	overflow: hidden;
}
form input, form textarea {
	width: 100%;
	border: 2px solid white;
	background: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 8px 12px;
	outline: 0;
}
form input:valid, form textarea:valid {
	background: #ECECEC;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.btn-enviar {
    color: #1D3B6A;
    text-decoration: none;
		background: #2A2A81;
}

.btn-enviar:hover {
    color: white;
    text-decoration: none;
		background: #2A2A81;
}

form input:focus, form textarea:focus {
	border-color: #357EBD;
}

form input:focus + label, form textarea:focus + label {
	background: #2A2A81;
	color: white;
	font-size: 70%;
	padding: 5px;
	z-index: 2;
	text-transform: uppercase;
	text-align: center;
}
form label {
	position: absolute;
	color: #999;
	padding: 7px 6px;
	font-weight: normal;
	color:  #242458;
}
form textarea {
	display: block;
	resize: none;
}
form.go-bottom input, form.go-bottom textarea {
	padding: 12px 12px 12px 12px;
}
form.go-bottom label {
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
	padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
	top: 100%;
	margin-top: -16px;
}
form.go-right label {
	border-radius: 0 5px 5px 0;
	height: 100%;
	top: 0;
	right: 100%;
	width: 100%;
	margin-right: -100%;
}
form.go-right input:focus + label, form.go-right textarea:focus + label {
	right: 0;
	margin-right: 0;
	width: 40%;
	padding-top: 5px;
}

.telefono-header {
	color: white;
	margin-top: 8px;
	text-align: right;
	font-weight:800;
	font-style:italic;
}

.contenedor-doctores-footer {
	padding: 60px 0px;
	background-color: white;
}

.contenedor-doctores-footer i {
	color: red;
	font-size: 44px;
	text-shadow: #5C9EB8 1px 1px 1px;
}

.contenedor-doctores-footer img {
	-webkit-box-shadow: -2px 39px 20px -35px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 39px 20px -35px rgba(0,0,0,0.75);
	box-shadow: -2px 39px 20px -35px rgba(0,0,0,0.75);
}

.slider {
	padding: 30px 0px;
	font-size:14px;
}

.slider b {
	color: #f8ce29;
	font-size:16px;
}

.img-slider-quienes-somos {
	padding: 20px 0px;
}

.img-slider-quienes-somos img {
	-webkit-box-shadow: -2px 39px 20px -35px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 39px 20px -35px rgba(0,0,0,0.75);
	box-shadow: -2px 39px 20px -35px rgba(0,0,0,0.75);
}

.img-slider {
	margin-top: 30px;
}

.preguntas i {
	color: #1D3B6A;
}

.subtitulo {
	padding:  10px 0px;
	color: #003362;
	border-bottom: #003362 solid 1px;
	font-weight: 800;
	margin-bottom:  20px;
	margin-top:  20px;
}

.margen-bloques {
	margin-bottom:  30px;
}










@media only screen and (min-width : 200px) {
.titulo-header {
	letter-spacing: 3px;
	font-size: 1.2em;
	padding: 20px 0px;
}
.contenedor-footer2 {
	padding: 20px;
	font-size: 12px;
}
.contenedor-footer {
	padding: 30px 20px;
}
.footer {
	padding: 20px 20px;
	font-size: 12px;
}
.titulo-footer {
	font-size: 0.9em;
}
.boton-facturacion-footer {
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 0.8em;
	padding: 10px 0px;
	border-radius: 0;
}
.fondo-texto-inicio{
	background-position: top left;
	padding:  30px 0px;
}
.texto-inicio {
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 1em;
	text-align:center;
}
.fondo-texto-inicio2{
	padding:  30px;
	font-size: 0.8em;
}
.fondo-texto-inicio2 a{
	color: white;
}
.boton-texto-inicio {
	font-size: 7px;
	letter-spacing: 0;
	white-space: normal;
}
.servicio-inicio1,
.servicio-inicio2,
.servicio-inicio3,
.servicio-inicio4 {
	padding: 10px;
}
.texto-servicio {
	padding: 20px 20px;
	font-weight: 800;
	font-size: 1.3em;
}
.contenedor-texto-header {
	padding:  30px;
	margin-top: 5px;
	text-align:center;
	font-size: 16px;
}
}
@media only screen and (min-width : 480px) {
.titulo-header {
	font-size: 1.4em;
}
.titulo-footer {
	font-size: 1.2em;
}
.fondo-texto-inicio2{
	font-size: 1em;
}
.boton-texto-inicio {
	font-size: 9px;
}
.contenedor-texto-header {
	font-size: 22px;
}

}
@media only screen and (min-width : 768px) {
.contenedor-footer2 {
	padding: 30px 0px;
	font-size: 16px;
}
.contenedor-footer {
	padding: 50px 50px;
}
.footer {
	padding: 40px 100px;
}
.boton-facturacion-footer {
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 1em;
	padding: 10px 0px;
}
.texto-inicio {
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 1.5em;
}
.fondo-texto-inicio2{
	padding:  50px;
	font-size: 1.1em;
}
.boton-texto-inicio {
	font-size: 16px;
	letter-spacing: 5px;
}
.servicio-inicio1,
.servicio-inicio2,
.servicio-inicio3,
.servicio-inicio4 {
	padding: 20px;
}
.texto-servicio {
	padding: 50px 20px;
	font-weight: 800;
	font-size: 1em;
}
.titulo-header {
	letter-spacing: 7px;
	font-size: 1.8em;
	padding: 0px 0px;
}
.contenedor-texto-header {
	font-size: 28px;
	text-align:center;
}

}
@media only screen and (min-width : 992px) {
.contenedor-footer {
	padding: 50px 100px;
}
.footer {
	padding: 40px 200px;
	font-size: 16px;
}
.titulo-footer {
	font-size: 1.3em;
}
.fondo-texto-inicio{
	background-position: top left;
	padding:  100px 0px;
}
.fondo-texto-inicio2{
	padding:  100px;
	font-size: 1.2em;
}
.texto-servicio {
	padding: 80px 40px;
	font-weight: 800;
	font-size: 1.5em;
}
}
@media only screen and (min-width : 1200px) {
.contenedor-footer {
	padding: 50px 50px;
}
.footer {
	padding: 40px 100px;
}
.contenedor-texto-header {
	padding:  40px;
	margin-top: 40px;
	text-align: center;
	font-size: 30px;
}
}





@media only screen and (min-width : 480px) {
}
@media only screen and (min-width : 768px) {
}
@media only screen and (min-width : 992px) {
}
@media only screen and (min-width : 1200px) {
}
