section .mapa {
    height: 100px;
}

section #section-top .datos-contacto > div{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}
section #section-top .datos-contacto > div + div{
    margin-top: 10px;
}
section #section-top .datos-contacto a{
    text-decoration: underline;
}

section #section-bottom{
    font-size: 20px;
}

section #section-bottom form .checkbox label{
    font-size: 16px;
}

section #section-bottom .contacto-redes > div{
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
section #section-bottom .contacto-redes > div > div > div{
    font-family: var(--font-secondary);
    font-size: 32px;
}
.img-svg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media(min-width: 1200px){
    section #section-top{
        padding: 40px 130px;
    }
    section #section-bottom > div:first-of-type > div{
        padding-right: 100px;
    }    
    section #section-bottom > div:last-of-type > div{
        padding-left: 100px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    section #section-top{
        padding: 40px 60px;
    }
    section #section-bottom > div:first-of-type > div{
        padding-right: 20px;
    }    
    section #section-bottom > div:last-of-type > div{
        padding-left: 20px;
    }
}
@media(min-width: 992px){
    section{
        padding-top: 80px;
        padding-bottom: 120px;
    }
    section #section-bottom > div:last-of-type{
        border-left: 5px solid #d5d5d5;
    }
    section #section-bottom{
        padding-top: 120px;
    }
    section #section-bottom > div:last-of-type{
        border-left: 5px solid #d5d5d5;
    }
    section #section-bottom .contacto-redes{
        padding-top: 120px;
    }
    section #section-bottom .contacto-redes .img-svg{
        margin-right: 44px;
    }
}
@media(max-width: 991px){
    section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section #section-bottom{
        padding-top: 60px;
    }
    section #section-bottom > div:first-of-type{
        padding-bottom: 70px;
    }
    section #section-bottom .contacto-redes{
        padding-top: 80px;
    }
    section #section-bottom .contacto-redes > div{
        width: 280px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    section #section-bottom .contacto-redes div img{
        max-width: 48px;
        max-height: 48px;
        margin-right: 26px;
    }
    section #section-bottom .contacto-redes > div > div > div{    
        font-size: 20px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    section #section-top{
        padding: 40px 130px;
    }
}
@media(min-width: 768px){
    section #section-top{
        background-image: url('../../images/tramas/trama-corp2.svg');
        background-repeat: repeat;
        background-position: center center;
        background-color: #c9e9fb;
        font-size: 20px;
        position: relative;
    }
    section #section-top > div{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }      
    section #section-top .datos-contacto span{
        width: 150px;
    }       
    section #section-top .contacto-img img{
        position: absolute;
        right: -5px;
        top: -57px;
    }
    section #section-top h1{
        font-family: var(--font-secondary);
        font-size: 48px;
        /*text-transform: uppercase;*/
    }
    section #section-top h2{
        font-size: 28px;
    }      
    section #section-bottom form .div-btn{
        text-align: right;
    }
}
@media(max-width: 767px){  
    section{
        padding-top: 0;
        padding-bottom: 10px;
    }    
    section #section-top h1{
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 50px;
        padding: 15px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.14); 
        font-weight: bold;
        font-size: 24px;
        text-align: center;
    }
    section #section-top h2{
        font-family: var(--font-secondary);
        font-size: 28px;
        text-align: center;
    }
    section #section-top .datos-contacto > div{
        width: 300px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    section #section-top .datos-contacto span{
        margin-right: 10px;
    }
    section #section-top .datos-contacto a{
        color: black;
    }   
    section #section-bottom{
        padding-top: 40px;
    }
    section #section-bottom > div:first-of-type{
        padding-bottom: 50px;
    }
    section #section-bottom form .div-btn{
        text-align: center;
    }
    section #section-bottom .contacto-redes a{
        font-size: 12px;
    }
}
