*{
    font-family: 'Roboto', sans-serif;
}
body .container-fluid{
    padding: 0;
}
html,body{
    background-color:#ebf3f5;
}
.slider {
    padding-top: 4.4%;
}
header#cabezera {
    height: 83px;
    position: fixed;
    z-index: 2;
    width: 100%;
    background: #fff;
}

a{
    color:#777;
}
a:hover,a:visited{
    color:#777;
    text-decoration: none;
}
.telefonos{
    list-style: none;
    width: 100%;
    margin: 0;
}
.telefonos li a{
    margin:  0 10px;
    font-size: 20px;
    font-weight: bold;
}
a.logoPrincipal {
    display: block;
    float: left;
    height: 124px;
    margin-bottom: -90px;
    position: relative;
    z-index: 2;
}
ul.menu {
    background: #0960ae;
    width: 100%;
    height: 50px;
    list-style: none;
    text-align: right;
    clear: both;
    box-shadow: 0px 3px 5px 0px #a5a5a5;
}
ul.menu li {
    float: right;
    color: #fff;
    padding: 11px 0;
    font-size: 19px;
    margin-left: 1%;
    margin-right: 1%;
}

ul.menu li a {
    color: #fff !important;
    display: block;
}
.carousel a, .carousel a:focus {
    height: 120px;
    width: 40px;
    margin: 16% 30px;
    opacity: 0.1;
}
.carousel a:hover {
    opacity: 1 !important;
}
.btnVerdeFlotante{
    background: #55aa2a;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin-right: 4%;
    margin-left: auto;
    margin-top: -7%;
    position: relative;
    z-index: 1;
    padding: 15px;
}
.primerParrafo {
    text-align: center;
    clear: both;
    margin-top: 33px;
    padding-top: 40px;
}
.tituloVerde{
    color: #55aa2a;
    font-size: 41px;
    font-weight: bold;
}

.textBlue{
    color:#004e93 !important;

}
.primerParrafo p {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
}
.primerParrafo span {
    color: #0059a3;
}
.bannerConsultoriM{
    position: relative;
    text-align: center;
    padding: 40px 0 150px !important;
    background: url(../img/unidad-edificios.jpg) repeat-x;
    background-position: center center;
}
.unidadM{
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: -40px;
}
.bannerConsultoriM .piso{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bannerConsultoriM .piso img{
    width: 100%;
}
p.contraer1, p.contraer2 {
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
}

.segundoParrafo .detalles {
    font-size: 18px; 
    padding-right: 10%;
}
.collapsed img {
    transform: rotate(180deg);
}
 
.parallax {
    /* The image used */
    background-image: url(../img/consultorio.jpg);
  
    /* Full height */
    height: 100%; 
    
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  /* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
/* @media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
} */
.parallax .tituloBlanco {
    padding: 140px 0;
    text-align: center;
    margin-bottom: 0px;
}
.tituloBlanco{
    color: #fff;
    font-size: 41px;
    font-weight: 700;
}
.fondoAzul{
    background:#a3dfe9;
    text-align: center;
    padding: 70px 0;
}
.tituloBlanco2{
    color: #fff;
    font-size: 2.5rem;
}
.tarjetas {
    display: flex;
    width: 100%;
    text-align: center;
}

.tarjeta {
    width: 21%;
    background: #fff;
    border-radius: 30px;
    padding: 90px 20px;
    margin: 20px auto 0;
}

.tarjeta h4 {
    font-size: 30px;
    font-weight: 600;
}

.tarjeta p {
    font-size: 28px;
    color: #777;
    font-weight: 500;
}
.fondoAzul .nota {
    color: #Fff;
    font-size: 19px;
    margin: 60px 0 -20px;
    font-weight: 500;
}
.fondoMapa{
    
    min-height: 450px;
    padding: 70px 5%;
}
.parallax2{
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ubicacion {
    background-image: url(../img/fondo-azul2.jpg);
    background-size: cover;
}
.mapa{
    display: block;
    margin: 0;
    width:100%;
    min-height: 450px;
    border:0;
}

.tituloBlanco2{
    color: #fff;
    font-size: 33px;
    font-weight: 700;
}
.btnMapa, .btnMapa:visited{
    background:#55aa2a;
    color: #fff !important;
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin: 100px auto 0;
    width: 210px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
}
.contacto {
    background: #f8f9f9;
    padding: 20px 0;
}
textarea {
    resize: none;
}
.contacto .form-control {
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contacto .btnEnviar {
    background: #828282;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    /* float: right; */
    height: 60px;
    width: 140px;
}
.pie1{
    background:#e9e9e9;
}
.pie1 p {
    font-size: 17px;
}
.pie2 {
    background: #35333b;
    padding: 20px 0;
    font-size: 18px;
}
.modal-dialog.modal-lg {
    width: 90% !important;
    max-width: 90%;
}
.tarjeta img{
    margin-bottom: 50px;
}


@media (max-width: 1210px) {
    header#cabezera {
        height: 84px;
        background: #fff;
    }

    .unidadM, .doctoras, .fondoMapa img, .contacto img{
        width: 95%;
    }
    .tarjetas {
        display: table;
    }
    .tarjeta {
        width: 35%;
        margin: 20px  auto 20px 10%;
        display: inline-block;
        float: left;
        min-height: 530px;
    }
    .tituloVerde{
        margin:auto;
    }
    .col-sm-5.fondoMapa {
        display: none;
    }
    a.btnVerdeFlotante {
        zoom: 0.8;
    }
    .bannerConsultoriM .piso{
        display: none;
    }
    .bannerConsultoriM{
        background-image: none;
        padding: 40px 0 !important;
    }
} 

@media (max-width: 576px) {
    header#cabezera {
        height: 81px;
        /* background: none; */
    }
    ul.menu li a{
        line-height: 60px;
    }
    .unidadM, .doctoras, .fondoMapa img, .contacto img{
        width: 80%;
    }
    .tarjeta {
        display: block; 
        width: 80%;
        padding: 90px 00px;

        min-height: 400px;
    }
    .tituloVerde{
        font-size:30px;
        margin:auto;
        padding: 0 10px;
        text-align: center;
    }
    .primerParrafo p{
        padding: 0 20px;
    }
    .col-sm-5.fondoMapa {
        display: none;
    }
    a.btnVerdeFlotante {
        zoom: 0.6;
    } 
    ul.menu {
        background: #0960ae;
        width: 100%;
        height: 82vh;
        list-style: none;
        text-align: right;
        clear: both;
        padding: 0;
    }
    ul.menu li {
        padding: 5px 0;
        font-size: 22px;
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100%;
        text-align: center;
        border-top: 1px solid #ccc;
    }
    .slider {
        padding-top: 80px;
    }
    .telefonos{
        position:relative;
        z-index: 2;
    }
    .telefonos a span{
        display:none;
    }
    .logoDispositivoMovil{
        position: relative;
        z-index: 1;
        margin-bottom: -58px;
        display: block;
        margin-top: 10px;
        width: 230px;
    }
    .logoDispositivoMovil img{
        width: 230px;
        display: block; 
    }
    .navbar.navbar-dark {
        background: #0960ae;
        color: #fff !important;
        width: 100%;
        text-align: right;
        padding:0.35rem 1rem;
        box-shadow: 0px 3px 5px 0px #a5a5a5;
    }
    .navbar-dark  .navbar-toggler {
        margin: 0 0 0 auto;
    }
    .parallax{
        background-position: 59% center;
    }
    .tituloBlanco{
        font-size: 38px;
        padding: 140px 20px ;
    }
    .tituloBlanco2{    
        font-size: 28px;
        padding: 0 40px !important;
    }

    .segundoParrafo .detalles{
        padding-right: 0%;
    }
    .fondoAzul .nota{
        padding: 0 20px;
        color:#1B566C !important;

    }
    .bannerConsultoriM{
        background-image: none;
        padding: 40px 0 !important;
    }
    .btnVerdeFlotante{
        margin-top: -15%;
    } 
    .contacto {
        background: #f8f9f9;
        padding: 20px 0 0;
    }
    .carousel a{
        display:none;
    }
    .modal-dialog.modal-lg {
        margin: auto;
        font-size: 14px;
    }
    .boton{
        border: 1px solid #ccc;
        display: block;
        padding: 15px;
        border-radius: 15px;
        font-size: 12px;
        background: #eaeaea2e;
    }

} 