section #mapa .mapa {
    height: calc(100vh - 61px);
    max-height: 458px;
    border-bottom: 8px solid #5a6221;
}
#mapa .container > div {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#mapa .mapa-tit {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
#mapa * + .mapa-tit {
    margin-top: 30px;
}
#mapa .mapa-txt {
    font-weight: 300;
    line-height: 1.5;
    position: relative;
}
#mapa .mapa-txt + .mapa-txt {
    margin-top: 5px;
}
#mapa .mapa-txt img {
    width: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}
#mapa .mapa-txt a {
    text-decoration: underline;
}
section h1 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
section form {
    max-width: 595px;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    section #mapa {
        margin-bottom: 60px;
        position: relative;
    }
    #mapa {
        overflow: hidden;
    }
    #mapa #mapa-cont {
        width: 100%;
        height: calc(100% - 8px);
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
    }
    #mapa .container {
        height: 100%;
    }
    #mapa .container > div {
        width: 300px;
        height: 100%;
        padding: 15px 30px;
        margin-left: -30px;
        background-color: #ffffff;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #mapa .mapa-txt {
        max-width: 195px;
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    #mapa .container > div {
        margin: 45px 0;
        text-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    #mapa .mapa-txt {
        padding-left: 24px;
    }
}
