section{
    padding-top: 45px;
    overflow: hidden;
}
.section-destacado{
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section .section-top{
    position: relative;
}
section .section-top:before{
    content: '';
    width: 1240px;
    height: 1240px;    
    background-image: url('../../../../images/dc_modulos/admin/contactoFront/contacto-portadaFondo.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    /*right: -100px;*/
    bottom: calc(100% - 300px);
    z-index: -1;
}
section .section-top:after{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../../../../images/logo.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
}
section .section-destacado{
    padding-bottom: 0;
    background-color: transparent;
}
section .section-form{
/*    width: 680px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;*/
    margin-bottom: 44px;
    padding: 55px;
    background-color: white;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

section .section-mid{
    padding-bottom: 40px;
}
section .section-mid > div{
    font-size: 20px;
    font-weight: 300;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
section .section-mid > div > div{
    max-width: 288px;
}
section .section-mid > div > div + div{
    margin-left: 120px;
}
section .section-mid .dato-tit{
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

section .mapa {
    height: 445px;
    position: relative;
    filter: brightness(105%);
    /*filter: sepia() saturate(131%) hue-rotate(78deg) contrast(101%) brightness(100%);*/
    /*opacity: 0.6;*/
}

section .mapa:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(175, 231, 202, 0.3);
    backgrund-blend-mode: multiply;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

footer #footer-top{
    margin-top: 0;
}


@media(min-width: 2000px){
    section .section-top:before{
        right: -100px;
    }
}
@media(max-width: 1999px){
    section .section-top:before{
        right: -300px;
    }
}
@media(max-width: 1299px){
    section .section-top:before{
        right: -450px;
    }
}
@media(max-width: 991px){
    section .section-top:before{
        right: -800px;
    }
    section .section-mid > div{
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    section .section-mid > div > div + div {
        margin-left: 0;
        margin-top: 30px;
    }
}
@media(min-width: 768px){
    section .section-form{
        width: 680px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 767px){
    section .section-top{
        padding-left: 15px;
        padding-right: 15px;
    }
/*    section .section-form{
        margin-left: 15px;
        margin-right: 15px;
    }*/
    section .section-form{
        padding: 30px;
    }
}