section ul {
    padding-left: 0;
    margin-left: 0;    
    list-style-type: none;
}

section #section-top {
    color: white;
}
section #section-bottom{
    font-size: 20px;
}
section #section-bottom #faqs-toggle{
    padding-bottom: 80px;
    display: -webkit-flex;
    display: flex;
}
section #section-bottom #faqs-toggle:before,
section #section-bottom #faqs-toggle:after{
    display: none;
}
section #section-bottom #faqs-toggle .faqsLink:hover{
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.14);
    background-color: #c02a85;
    color: white;
}
section #section-bottom #faqs-toggle .faqsLink.faqsActivas{
    background-color: #68b438;
    color: white;
}
section #section-bottom #detalles #faqs2Texto,
section #section-bottom #detalles #faqs3Texto{
    display: none;
}
section #section-bottom #detalles .faqsTexto .faq{    
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #686868;
}
section #section-bottom #detalles .faqsTexto .faq:last-of-type{
    border-bottom: none;
}
section #section-bottom #detalles .faqsTexto .faq h3{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
}
section #section-bottom #detalles .faqsTexto .faq .fa:after{
    content: '\f068';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid black;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    display: inline-block;    
}
section #section-bottom #detalles .faqsTexto .faq .collapsed .fa:after{
    content: '\f067';
}
section #section-bottom #detalles .faqsTexto .faq .faq-cont{
    padding-top: 50px;
}
section #section-bottom #detalles #datos-contacto > div{
    font-size: 16px;
    text-align: center;
}
section #section-bottom #detalles #datos-contacto h2{
    margin-bottom: 40px;
    font-family: var(--font-secondary);
    font-size: 20px;
    /*text-transform: uppercase;*/
}
section #section-bottom #detalles #datos-contacto hr{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 2px solid #d5d5d5;
}
section #section-bottom #detalles #datos-contacto .icono-enlace .icono{
    margin-right: 10px;
}
section #section-bottom #detalles #datos-contacto .dato-contacto:first-of-type .img-svg,
section #section-bottom #detalles #datos-contacto .dato-contacto:nth-of-type(2) .img-svg{
    margin-right: 10px;
}

@media(min-width: 1200px){
    section #section-top{
        padding: 40px 130px;
    }
    section #section-bottom #detalles .faqsTexto .faq{    
        margin-right: 100px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    section #section-top{
        padding: 40px 60px;
    }
    section #section-bottom #detalles .faqsTexto .faq{    
        margin-right: 20px;
    }     
}
@media(min-width: 992px){
    section{
        padding-top: 60px;
        padding-bottom: 120px;
    }
    section #section-bottom{
        padding-top: 130px;
    }
    section #section-bottom #detalles #datos-contacto > div{
        padding: 30px;
        box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.14);
    }
}
@media(max-width: 991px){
    section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section #section-bottom{
        padding-top: 60px;
    }
    section #section-bottom #detalles #datos-contacto{
        padding-top: 100px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    section #section-top{
        padding: 40px 130px;
    }
}
@media(min-width: 768px){
    section #section-top{
        height: 280px; 
        background-image: url('../../images/tramas/trama-corp.svg');
        background-repeat: repeat;
        background-position: center center;
        background-color: #68b438;
        font-size: 20px;   
        position: relative;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
    section #section-top > div{
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    section #section-top .div-img img{
        position: absolute;
        right: -5px;
        top: -40px;
    }
    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 #faqs-toggle .faqsLink{
        width: 100%;
        padding: 24px 40px;
        color: black;
        text-align: center;
        display: block;
        cursor: pointer;
    }
    section #section-bottom #faqs-toggle h2{
        margin-bottom: 0;
        font-family: var(--font-secondary);
        font-size: 24px;
        /*text-transform: uppercase;*/
    }    
}
@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-bottom{
        padding-top: 40px;
    }   
    section #section-bottom #faqs-toggle{
        margin-left: -5px;
        margin-right: -5px;
        padding-bottom: 50px;
        -webkit-justify-content: center;
        justify-content: center;
    }
    section #section-bottom #faqs-toggle > div{
        padding-left: 5px;
        padding-right: 5px;
    }
    section #section-bottom #faqs-toggle .faqsLink{
        height: 30px;
        padding: 6px 10px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 15px;
        display: block;
        cursor: pointer;
    }
    section #section-bottom #faqs-toggle h2{
        margin-bottom: 0;
        font-size: 10px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
    }
    section #section-bottom,
    section #section-bottom #detalles .faqsTexto .faq h3{
        font-size: 16px;
    }   
    section #section-bottom #detalles .faqsTexto .faq{    
        padding-top: 25px;
        padding-bottom: 25px;
    }
    section #section-bottom #detalles .faqsTexto .faq .faq-cont{
        padding-top: 10px;
    }
}
@media(max-width: 399px){
    section #section-bottom #faqs-toggle{
        margin-left: 0;
        margin-right: 0;
    }
    section #section-bottom #faqs-toggle > div{
        padding-left: 0;
        padding-right: 0;
    }   
    section #section-bottom #faqs-toggle .faqsLink{
        width: 75px;
        height: 34px;
        border-radius: 17px;
    }
    section #section-bottom #faqs-toggle h2{
        line-height: 1.1;
    }
    
}