@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&family=Open+Sans:wght@400;700&display=swap');

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #555;
}
h1{
    font-family: 'Merriweather', serif;
    font-weight: bolder;
    color: #583119;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: -30px;
}
.logobar{
    margin-top: 40px;
}
.logobar img{
    max-width: 400px;
}
.clinica{
    margin: 40px auto;
}
.clinica .col-md-6{
    padding: 40px;
}
.fondo{
    background-image: url(clinica-100.jpg);
    background-size: cover;
    height: 800px;
    background-position: right center;
}
a.telefono {
    font-size: 35px;
    color: #583119;
    font-weight: 900;
    margin: 15px 0 5px;
    display: inline-block;
}
a.email {
    font-size: 20px;
    color: #583119;
    font-weight: 900;
    margin: 20px 0;
    display: inline-block;
}
.icono{    
    font-size: 35px !important;
    color: #583119;
    top: 5px !important;
    position: relative;
}

@media screen and (max-width: 500px){
    .logobar img{
        max-width: 300px;
    } 
    .fondo{
        height: 360px;
    }
    h1{
        margin-top: 30px;
    }
}