﻿#faq-section {
    background-color: #F4F4F4 !important;
}

.cuadroSombreado {
    width: 100%;
}

.rotated {
    transform: rotate(180deg);
}

.contenedor-global {
    padding-top: 0;
    padding-left: 0;
}

.pregunta hr {
    height: 0.5px;
    width: 108%;
    background-color: #BABABA;
    margin: 10px 0;
}

#preguntasFrecuentes .pregunta a {
    line-height: 1.4 !important;
    margin-bottom: 20px;
}

.container-question-arrow {
    display: flex;
    justify-content: flex-end;
}

.pregunta {
    margin: 20px 0;
}

.padding-0 {
    padding: 0;
}

.img-faq {
    width: 101%;
    height: 550px;
    padding: 0;
    background-image: url("/pyme/paginas/app/comerza/content-sections/src/images/Phone_Desktop.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.cuadroSombreado {
    background-color: white;
    padding: 38px;
    margin-bottom: 5%;
    border-radius: 15px;
    margin-top: 50px;
}

#preguntasFrecuentes {
    display: flex;
    justify-content: center;
    padding-top: 3%;
}

.tituloResena {
    padding-top: 2%;
    padding-bottom: 15px;
    font-size: 28px;
}

.categoria_preguntas h2 {
    color: #f39f29;
    ;
    font-weight: 500;
    padding-bottom: 1.2%;
    font-size: 23.5px;
}

.pregunta li {
    padding-bottom: 2%;
}

.pregunta hr {
    width: 100%;
    display: block;
    height: 1px;
    border-top: 0.5px solid #eee;
    margin: 1em 0;
    padding: 0;
}






/* Media */
@media(max-width:992px) and (min-width:500px) {
    .img-faq {
        width: 101%;
        height: 550px;
        padding: 0;
        background-image: url("/pyme/paginas/app/comerza/content-sections/src/images/Phone_Tablet.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #preguntasFrecuentes {
        align-items: center;
    }
}

@media(max-width: 767px) {
    #preguntasFrecuentes {
        padding-left: 0;
        padding-right: 0;
    }

    .contenedor-global {
        padding-right: 0;
    }
}

@media(max-width:499px) {
    .img-faq {
        width: 100%;
        height: 126px;
        padding: 0;
        background-image: url("/pyme/paginas/app/comerza/content-sections/src/images/Phone_Mobile.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #preguntasFrecuentes {
        align-items: center;
    }

    .categoria_preguntas {
        padding-bottom: 10%;
    }

    .categoria_preguntas h2 {
        padding-bottom: 5%;
    }
}

/* End Media */