body
{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #383838;
}

.nunito {
  font-family: 'Nunito', sans-serif;
}

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

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.mayusculas {
  text-transform: uppercase;
}

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

.padding2020{
  padding: 20px 0px;
}

.fondo-azul {
  background-color: #2a88bc;
}

.fondo-azul2 {
  background-color: #1FE0F3;
}

.fondo-turquesa {
  background-color: #45C4D4;
}

.texto-azul {
  color: #2a88bc;
}

.texto-azul2 {
  color: #35e0f3;
}

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

.fondo-morado {
  background-color:  #4452bb;
}

.texto-blanco {
  color: white;
}

.texto-gris {
  color: #b1b1b5;
}

.texto-gris2 {
  color: #737373;
}

.fondo-gris {
  background-color: #b1b1b5;
}

.fondo-gris2 {
  background-color: #e6e6e6;
}

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

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    color:  #04B7C9;
    margin-top: 15px;
    font-size: 16px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7 solid 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    -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;
    color:  #2A88BC;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: auto;
    padding: 5px 0;
    margin: 2px 0 0;
    color:  white;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #52D1F6;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.slogan-header h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding:  10px 0px;
  letter-spacing: 2px;
}

.redes-menu {
  background-color:  #2a88bc;
  padding: 10px 0px;
  border-radius: 10px;
  color:  white;
  -webkit-box-shadow: -1px 7px 26px -15px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 7px 26px -15px rgba(0,0,0,0.75);
box-shadow: -1px 7px 26px -15px rgba(0,0,0,0.75);
margin-top:  5px;
}

.redes-menu i {
  padding: 0px 5px;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear; /* Chrome y Safari */
  -o-transition: color 0.2s linear; /* Opera */
  -moz-transition: color 0.2s linear; /* Mozilla Firefox */
  -ms-transition: color 0.2s linear; /* Internet Explorer */
}

.redes-menu i:hover {
  color:  #00B6C9;
}

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

.bienvenidos {
  border-bottom:  white solid 1px;
  line-height: 1;
}

.bienvenidos-clinica {
  margin-top: 20px;
}

.bienvenidos-telefono {
  text-align: right;
  border-right: #2A88BC solid 10px;
  padding-right: 10px;
}

.bienvenidos-telefono small {
  font-size: 18px;
}

.margen-top {
  margin-top:  50px;
}

.texto-bold-inicio {
  margin-bottom:  15px;
  padding:  15px;
}

.texto-bold-inicio h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fondo-titulos {
  background: #4477c3;
  background: -webkit-linear-gradient(to right, #4477c3 , #45c6d4); 
  background: linear-gradient(to right, #4477c3 , #45c6d4);
}

.fondo-servicio1 {
  border: #DFDFDF solid 1px;
}

.fondo-servicio1 img {
  width: 100%;
}

.titulo-servicios-inicio {
  font-weight:  800;
  line-height: 1;
}

.contenedor {
  height:100%;
   text-align: center;
}

.clearfix:before, clearfix:after, .contenedor:before, .contenedor:after, .fila:before, .fila:after{
display: table;
content: " ";
}

.btn-ver-mas {
  background-color:  #00B6C9;
  color:  white;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear; /* Chrome y Safari */
  -o-transition: background-color 0.2s linear; /* Opera */
  -moz-transition: background-color 0.2s linear; /* Mozilla Firefox */
  -ms-transition: background-color 0.2s linear; /* Internet Explorer */
}

.btn-ver-mas:hover {
  background-color:  #2A88BC;
  color:  white;
}

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

.fondo-footer i {
  font-size: 18px;
  padding:  0px 5px;
}

.fondo-footer a {
  color:  #35E0F3;
}

.fondo-footer a:hover {
  color:  #FBBC05;
}

.titulo-footer h4 {
  margin-top:  0;
  margin-bottom:  0;
}

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

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    color:  white;
}

.btn-formulario {
  width: 100%;
  background-color:  #2A88BC;
  color:  white;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear; /* Chrome y Safari */
  -o-transition: background-color 0.2s linear; /* Opera */
  -moz-transition: background-color 0.2s linear; /* Mozilla Firefox */
  -ms-transition: background-color 0.2s linear; /* Internet Explorer */
}

.btn-formulario:hover {
  background-color:  #35E0F3;
}

.btn-formulario img {
  max-height: 40px;
  max-width: 40px;
}

.telefono-radiologia {
  line-height: 1;
}

.telefono-radiologia small {
  font-size: 12px;
  color:  #00B6C9;
}

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

.texto-gabinete big {
  font-size: 22px;
}

.texto-gabinete img {
  max-height: 40px;
  max-width: 40px;
}

.btn-radiologia {
  border: #BAB9B8 solid 1px;
  padding:  5px;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear; /* Chrome y Safari */
  -o-transition: background-color 0.2s linear; /* Opera */
  -moz-transition: background-color 0.2s linear; /* Mozilla Firefox */
  -ms-transition: background-color 0.2s linear; /* Internet Explorer */
  color:  #00B6C9;
}

.btn-radiologia:hover {
  background-color: #00B6C9;
  color:  white;
}

.beneficios-inicio {
  color:  #05B7CA;
  line-height: 0.8;
  font-weight: 800;
  font-size: 44px;
  margin-top:  -10px;
}

.beneficios-inicio small {
  font-size: 10px;
  font-weight: 100;
}

.icono-whatsapp {
  color:  #0DC143;
}

.icono-aviso img {
  max-height: 25px;
  max-width: 25px;
}

.fondo-problemas {
  border-top: #B1B1B5 solid 1px;
}

.problemas {
  padding:  30px 10px;
}

.margen-promociones {
  margin-bottom:  15px;
  padding-bottom: 15px;
  border-bottom:  white solid 1px;
}

.imagenes-promociones img {
  -webkit-box-shadow: -1px 2px 14px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 2px 14px -3px rgba(0,0,0,0.75);
  box-shadow: -1px 2px 14px -3px rgba(0,0,0,0.75);
}

.imagenes-promociones p {
  text-align: left;
}
























@media only screen and (min-width : 200px) {
body{
  font-size: 12px;
}
body p{
  text-align: left;
}
h3 {
  font-size: 16px;
}
.padding5050{
  padding: 30px 0px;
}
.altura-servicio {
    min-height:  100px;
}
.slogan-header h3 {
  font-size: 8px;
}
.redes-menu i {
  font-size: 18px;
  padding: 0px 5px;
}
.bienvenidos {
  font-size: 16px;
  padding-bottom:  20px;
  text-align: center;
}
.fondo-titulos {
  padding: 10px 0px;
  font-size: 18px;
}
.titulo-servicios-inicio {
  font-size: 14px;
  padding:  5px 0px;
  white-space: nowrap;
}
.margen-productos-inicio {
  padding:  5px 5px;
}
.texto-molestares {
  text-align: center;
  font-size: 14px;
}
.margen-servicios {
  margin-top:  0px;
}
.texto-footer {
  text-align: center;
}



}


@media only screen and (min-width : 480px) {
h3 {
  font-size: 18px;
}
.altura-servicio {
    min-height:  150px;
}
.redes-menu i {
  font-size: 14px;
  padding: 0px 5px;
}
.bienvenidos {
  font-size: 18px;
  padding-bottom:  20px;
  text-align: center;
}
.fondo-titulos {
  padding: 10px 0px;
  font-size: 22px;
}
.telefono-radiologia {
  text-align: center;
  font-size: 16px;
}


}


@media only screen and (min-width : 768px) {
body{
  font-size: 14px;
}
body p{
  text-align: justify;
}
h3 {
  font-size: 24px;
}
.padding5050{
  padding: 50px 0px;
}
.slogan-header h3 {
  font-size: 12px;
}
.bienvenidos {
  font-size: 24px;
  padding-bottom:  20px;
  text-align: left;
}
.fondo-titulos {
  padding: 20px 0px;
  font-size: 24px;
}
.titulo-servicios-inicio {
  font-size: 20px;
  padding:  10px 0px;
}
.margen-productos-inicio {
  padding:  10px 30px;
}
.telefono-radiologia {
  text-align: left;
  font-size: 18px;
}
.texto-molestares {
  text-align: left;
  font-size: 12px;
}
.texto-footer {
  text-align: left;
}


}


@media only screen and (min-width : 900px) {
.altura-servicio {
    min-height:  250px;
}
.redes-menu i {
  font-size: 18px;
  padding: 0px 5px;
}
.titulo-servicios-inicio {
  font-size: 22px;
  padding:  10px 0px;
}
.texto-molestares {
  text-align: left;
  font-size: 14px;
}
.margen-servicios {
  margin-top:  50px;
}


}


@media only screen and (min-width : 992px) {
.altura-servicio {
    min-height:  180px;
}
.redes-menu i {
  font-size: 22px;
  padding: 0px 5px;
}


}


@media only screen and (min-width : 1200px) {
.altura-servicio {
    min-height:  170px;
}


}





















@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) {
}
@media only screen and (min-width : 480px) {
}