.mapa-p{
    margin-top: 0px !important;
}

.contenedor_map{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 115px;
}

.rich-gradient-45{
    background: linear-gradient(135deg,#f68b1f,#e02125 32%,#8b0027 101%);
}

.rich-gradient-90{
    background: linear-gradient(90deg,#f68b1f 0,#e02125 32%,#8b0027 101%);
}

.richred{
    background: #d31145;
}

.richwhite{
    background: #fff;
}

#text_map{
    font-size: 14px;
    font-family: 'Alright Sans';
    text-align: left;
    color: #fff;
    margin-bottom: 12px;
}

#title_map{
    font-size: 50px;
    font-family: 'Alright Sans';
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #fff;
}

.mapa{
    display: flex;
    width: 100%;
}

@media screen and (max-width: 1000px){
    .contenedor_map{
        padding: 35px 45px;
    }
}

@media screen and (max-width: 600px){
    #title_map{
        font-size: 30px;
    }
}