body {
    margin-top: 72px;
    font-family: 'Montserrat', sans-serif;
}
.nav-web{
    /*background-color: #8f6d96 !important;*/
    background-color: white !important;
    box-shadow: 0px 7px 6px -3px rgba(0,0,0,0.25) !important;
    z-index: 50;
}

.section-caracteristicas{
    background-color: #a8518a !important;
    color: white;
    text-align: center;
}

.miicono {
    font-size: 40px;
}

.circulo {
    width: 137px; 
    height: 137px; 
    line-height: 137px; 
    border: 2px solid white; 
    border-radius: 50%;
    color: white;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
}

.circulo:hover {
    background-color: white;
    color: #8f6d96;
}

.titulo-secmento{
    color: white;
    margin-bottom: 30px;
}

.parallax-window {
    min-height: 350px;
    background: transparent;
}
#mapa {
    width: 100%;
    height: 300px;
    background-color: grey;
}