#top .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#top .section-cont {
    max-width: 127rem;
}

#top #top1 {
    padding-bottom: 61.25rem;
    position: relative;
}
#top #top1 #top-contacto {
    margin-bottom: 10rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#top #top1 #top-contacto > * + * {
    margin-left: 6.25rem;
}
#top #top1 #top-contacto a {
    font-weight: bold;
    letter-spacing: 0.125rem;
    position: relative;
    display: block;
}
.desktop #top #top1 #top-contacto a:hover,
.desktop #top #top1 #top-contacto a:focus {
    text-decoration: underline;
}
#top #top1 #top-contacto a:before {
    content: '';    
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#top #top1 #top-contacto a.contacto-email {
    padding-left: 8.5rem;
}
#top #top1 #top-contacto a.contacto-email:before {
    width: 6rem;
    height: 4.5rem;
}
#top #top1 #top-contacto a.contacto-email:before,
#top #top1 #top-contacto a.contacto-email:active:before {
    background-image: url('../../../../images/iconos/mail-white.svg');
}
.desktop #top #top1 #top-contacto a.contacto-email:hover:before,
.desktop #top #top1 #top-contacto a.contacto-email:focus:before{
    background-image: url('../../../../images/iconos/mail-corp.svg');
}
#top #top1 #top-contacto a.contacto-tlf {
    padding-left: 7.75rem;
}
#top #top1 #top-contacto a.contacto-tlf:before {
    width: 5.25rem;
    height: 5.25rem;
}
#top #top1 #top-contacto a.contacto-tlf:before,
#top #top1 #top-contacto a.contacto-tlf:active:before {
    background-image: url('../../../../images/iconos/whatsapp-white.svg');
}
.desktop #top #top1 #top-contacto a.contacto-tlf:hover:before,
.desktop #top #top1 #top-contacto a.contacto-tlf:focus:before{
    background-image: url('../../../../images/iconos/whatsapp-corp.svg');
}

#top #top2 {
    width: 128.25rem;
    margin-top: 19.25rem;
}


@media (max-width: 991px) {
    #top .flex {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #top .section-cont {
        max-width: 100%;
    }
    #top #top2 {
        width: 100%;
    }
    #top #top1 {
        padding-bottom: 5rem;
    }
}
@media (min-width: 768px) {
    #top #top1:before{
        content: '';
        width: 100vw;
        height: 61.25rem;
        background-image: url('../../../../images/layout/rayado-verde.png');
        background-position: right top;
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.4;
    }
}