
body{
    font-family: 'Lato', sans-serif;
}

p, a, h1, h2, h3, h4, h5, h6, li, span, b, input, label{
    font-family: 'Lato', sans-serif;
}
form-control{
    font-family: 'Lato', sans-serif;
}
.alert-success-01{
    color:#155724;
    background-color:#FF7756;
    border-color:#6b382b}
.alert-success-01 hr{
        border-top-color:white;
    }
.alert-success-01 .alert-link{
    color:#6b382b;
}
img{
    max-width: 100%;
}
.medio{
    margin-left: auto;
    margin-right: auto;
}
.telefono{
    font-weight: bold;
    color:#FF7756;
}
.naranja{
    color:#FF7756;
}
.blanco{
    color: white;
}
.negro{
    color: black;
}
.fondo-gris{
    background-color: #F1F1F1;
}
.tipografia{
    font-size: 1.05rem;
}
.tipografia2{
    font-size: 1.3rem;
    font-weight: bold;
}
.tipografia2-1{
    font-size: 1.2rem;
}
.tipografia-3{
    font-size: 2.5rem;
    margin-bottom: 70px; 
    margin-top: 70px;
}
.tipografia4{
    font-size: 0.8rem;
}
#cajacookies {
    display: none;
    box-shadow: 0px 0px 1.5px 1.5px #808080;
    background-color: #FF7756;
    border-radius: 10px;
    color: white;
    padding: 10px;
    margin-top: 10px;
    position: fixed;
    top: 0px;
    left: 20%;
    width: 60%;
  }
  
  #cajacookies button {
    color: black;
  }


@media (max-width: 575.98px) { 
    .tipo-2{
        font-size: 2rem;
        text-align: center;
    }
    .tipo-1{
        font-size: 1.5rem;
    }
    .tipografia-3{
        font-size: 1.5rem;
        margin-bottom: 50px; 
        margin-top: 50px;
    }
    .tipografia-4{
        font-size: 0.8rem;
    }
    .mb-movil{
        margin-bottom: 4px;
    }
    .centro{
        text-align: center;
    }
    .mapa{
        max-width: 90%;
        
        text-align: center;
    }
 }
 @media (max-width: 767.98px) { 

     .centro{ text-align: center;
     }
     .mapa{
        max-width: 90%; 
        text-align: center;
    }
 }

 @media (max-width: 991.98px) { 
     .centro{ 
         text-align: center;
 }
     .mapa{
        max-width: 90%;
        text-align: center;
}
 }