.content_faqs {
    position: fixed;
    width: 0;
    max-width: 0;
    min-height: 0;
    max-height: 0;
    background: #fff;
    left: 50%;
    transition: all .4s ease;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
    z-index: -2;
    opacity: 0;
    overflow: auto;
}


.content_faqs.activo {
    top: 6%;
    width: 100%;
    max-width: 600px;
    min-height: 100px;
    max-height: 850px;
    background: #fff;
    transform: translate(-50%);
    opacity: 1;
    z-index: 11;
}



.content_faqs::-webkit-scrollbar {
    -webkit-appearance: none;
}


.content_faqs::-webkit-scrollbar:vertical {
    width:10px;
}

.content_faqs::-webkit-scrollbar-button:increment,.content_faqs::-webkit-scrollbar-button {
    display: none;
}

.content_faqs::-webkit-scrollbar:horizontal {
    height: 10px;
}

.content_faqs::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.content_faqs::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.content_faqs::-webkit-scrollbar {
    -webkit-appearance: none;
}


.h_pregunta{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 29px;
}

.label_respuesta{
    font-size: 21px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 20px;
}


/** Responsive faqs */
/**Small devices (landscape phones, 280px and up)**/
@media (min-width:280px){
     


    .h_pregunta{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1em
    }

    .h_pregunta:last-child{
        margin-bottom: none;
    }

    .label_respuesta{
        font-size: .8em;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:320px){



    .h_pregunta{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1em
    }

    .h_pregunta:last-child{
        margin-bottom: none;
    }

    .label_respuesta{
        font-size: .8em;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:360px){
    


    .h_pregunta{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.4em
    }

    .h_pregunta:last-child{
        margin-bottom: none;
    }

    .label_respuesta{
        font-size: 1em;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }
}

/**Small devices (landscape phones, 375px and up)**/
@media (min-width:375px){

}

/**Small devices (landscape phones, 390px and up)**/
@media (min-width:390px){


    .h_pregunta{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.4em
    }

    .h_pregunta:last-child{
        margin-bottom: none;
    }

    .label_respuesta{
        font-size: 1em;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }

}

/**Small devices (landscape phones, 540px and up)**/
@media (min-width:540px){
         
}

/**Small devices (landscape phones, 576px and up)**/
@media (min-width:576px){
    
}

/**Medium devices (tablets, 768px and up)*/
@media (min-width:768px){


    .h_pregunta{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.4em
    }

    .h_pregunta:last-child{
        margin-bottom: none;
    }

    .label_respuesta{
        font-size: 1em;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }
}

/**Large devices (desktops, 992px and up)*/
@media (min-width:992px){

}

/**Extra large devices (large desktops, 1024px and up)*/
@media (min-width:1024px){

    .h_pregunta{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.4em
    }

    .h_pregunta:last-child{
        margin-bottom: none;
    }

    .label_respuesta{
        font-size: 1em;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }
    
}

/**Extra large devices (large desktops, 1200px and up)*/
@media (min-width:1200px){
   
}

/**Extra large devices (large desktops, 1280px and up)*/
@media (min-width:1280px){


    .h_pregunta{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.4em
    }

    .h_pregunta:last-child{
        margin-bottom: none;
    }

    .label_respuesta{
        font-size: 1em;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        margin-bottom: 20px;
    }
}

/**Extra large devices (large desktops, 1440px and up)*/
@media (min-width:1440px){

   .h_pregunta {
       position: relative;
       width: 100%;
       margin-bottom: 10px;
       font-size: 1.3em;
   }

   .label_respuesta {
       font-size: 1em;
       width: 100%;
       padding-bottom: 15px;
       border-bottom: 1px solid rgba(0, 0, 0, .3);
       margin-bottom: 20px;
   }

}





















