*{
    font-family: "Barlow Condensed", sans-serif;
}



.faqs-main-container , .faqs-main-container-2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faqs-main-container-2{
    background-color: var(--lightYellow);
}

.faqs-title{
    font-size: 2.5rem;
    color: var(--verdeLetras);
    margin: 40px;
     font-family: "Barlow Condensed", sans-serif;

}

.arrow-button{
    width: 25px;
    height: 25px;
    border: none;
    background-color:transparent;
    min-width: 25px;
}
.arrow-button img{
    width: 100%;
    height: 100%;
    
}

.rotation{
    transform: rotate(180deg);
}

.faqs-subtitle{
    font-size: 1.8rem;
    color: var(--verdeLetras);
    font-family: "Barlow Condensed", sans-serif;
}
.faqs-first-section,.faqs-second-section,.faqs-third-section{
    width: 80%;
    margin: 50px 0px;
    justify-content:left;
}





.faqs-question{
    display: flex;
    margin: 25px 0px;
    font-size: 20px;
    justify-content: space-between;
  
    padding: 15px 0px;
    border-bottom: 1px solid var(--lightGrey);
}


.faqs-question b{
    margin-right: 0px;
    cursor: pointer;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 550;


}
.q-answer{
    font-size: 17.5px;
    color: var(--verdeLetras);
    font-weight: 500;
    display:none;
    border-bottom:1px solid var(--lightGrey);
    padding-bottom: 25px;
   
    
    
    
}

.q-answer p{
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
}


.actived1{
    display: flex;
    flex-direction: column;
    
}

.no-border{
    border: none;
}

ol{
    padding-left: 40px;
    margin: 10px;

}




/*escritorio*/
@media (min-width: 1199.98px)  {

    .faqs-first-section,.faqs-second-section,.faqs-third-section{
        width: 60%;
        margin: 50px 0px;
        justify-content:left;
    }

}

