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

#top #top1 {
    padding-bottom: 10rem;
    position: relative;
}
#top #top1 p + .text-dest {
    margin-top: 9rem;
    margin-bottom: 5.5rem;
}
#top #top1 #top-contacto {
    margin-bottom: 6.25rem;
    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: cover;
    background-position: center center;
    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 #top1 .btn-scrollToForm {
    padding-right: 10.25rem;
    font-family: 'titling-gothic-fb-wide', sans-serif;
    font-weight: 500;
    display: inline-block;
    position: relative;
}
#top #top1 .btn-scrollToForm:before {
    content: '';
    width: 6rem;
    height: 6rem;
    border-radius: 50%;    
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#top #top1 .btn-scrollToForm:before,
#top #top1 .btn-scrollToForm:active:before {
    background-image: url(../../images/iconos/scrollRound-down.svg);
}
#top #top1 .btn-scrollToForm:focus:before,
.desktop #top #top1 .btn-scrollToForm:hover:before {
    background-image: url(../../images/iconos/scrollRound-down-corp.svg);
}

#top #top2 {
    margin-top: 12.5rem;
}
#top #top2 ul {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
}
#top #top2 ul li {
    margin-bottom: 5.25rem;
    position: relative;
    
}
#top #top2 ul li:before {
    content: '';  
    height: 17.5rem;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: calc(100% + 4.25rem);
    top: 0;
}
#top #top2 ul li:first-of-type:before {
    width: 13.25rem;
    background-image: url('../../images/iconos/soporte-icon-1.svg');
}
#top #top2 ul li:nth-of-type(2):before {
    width: 13.25rem;
    background-image: url('../../images/iconos/soporte-icon-2.svg');
}
#top #top2 ul li:nth-of-type(3):before {
    width: 15.25rem;
    background-image: url('../../images/iconos/soporte-icon-3.svg');
    transform: translate(-0.5rem,0);
}
#top #top2 ul li:last-of-type:before {
    width: 16.5rem;
    height: 15.75rem;
    background-image: url('../../images/iconos/soporte-icon-4.svg');
    transform: translate(-0.75rem,0);
}
#top #top2 ul li .li-num,
#top #top2 ul li .li-destacado {
    font-family: 'titling-gothic-fb-wide', sans-serif;
    display: block;
}
#top #top2 ul li .li-num {
    margin-bottom: 1rem;
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 0.3325rem;
}
#top #top2 ul li .li-destacado {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.375rem;
    text-transform: uppercase;
}

#formBottom .section-tit2 {
    font-size: 3.5rem;
    font-weight: 500;
}

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