/* Sección de preguntas frecuentes */

.q-and-a {
    padding-top: 110px;
    padding-bottom: 110px;
    /* background: var(--color-light_purple); */
    background-image: linear-gradient(180deg, #fff, #f5f0f07c 12.8rem, #f5f0f07c);
    color: #140c40 !important;
}

.q-and-a_contain {
    width: 90%;
    margin: 0 auto;
    /* margin-bottom: 50px; */
    /* padding: 0 265px; */
    max-width: 1390px;
    display: flex;
    flex-direction: column;
}

.q-and-a_title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    color: #140c40;
    font-weight: bold;
}

.questionMargin {
    background-color: white;
    margin-bottom: 1.6rem !important;
    border: solid 1px #959595;
    border-radius: 1rem;
}

.question {
    width: 100%;
    border: none;
    /* border-top: solid 1px #959595; */
    /* background-color: white; */
    display: block;
    /* color: black; */
    cursor: pointer;
    padding: 24px;
    /* padding-top: 19px; */
    font-weight: 500;
    text-align: left;
    /* background-color: var(--color-light_purple); */
    /* Define el color de fondo de las preguntas */
}

.answer_ul {
    /* list-style-type: square; */
    list-style: solid circle !important;
    list-style-position: inside !important;
    margin: 0 0 1em 1em !important;
}

.answer_ul li {
    list-style: disc;
    list-style-position: inside !important;
}

.answer-p {
    margin-bottom: 16px;
}

.a-comenzar {
    color: blue;
}

.a-comenzar:hover {
    text-decoration: underline;
}

.acc {
    display: none;
}

.tg {
    display: block;
    margin: 0;
    padding: 24px;
    padding-top: 0;
    /* background-color: white; */
    /* background-color: var(--color-light_purple); */
    /* Define el color de fondo de las respuestas */
}

.rotated-0,
.rotated-1,
.rotated-2,
.rotated-3,
.rotated-4,
.rotated-5,
.rotated-6,
.rotated-6 {
    color: #959595;
    transform: rotate(-90deg);
    background-color: transparent;
    width: fit-content;
    height: fit-content;
    transition: transform .1s ease-in-out;
    margin: 0;
}

.normal {
    transform: rotate(0deg);
    background-color: transparent;
    width: fit-content;
    height: fit-content;
}

.btn-flex-0,
.btn-flex-1,
.btn-flex-2,
.btn-flex-3,
.btn-flex-4,
.btn-flex-5,
.btn-flex-6,
.btn-flex-7 {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
}

.btn-flex-0:hover,
.btn-flex-1:hover,
.btn-flex-2:hover,
.btn-flex-3:hover,
.btn-flex-4:hover,
.btn-flex-5:hover,
.btn-flex-6:hover,
.btn-flex-7:hover {
    /* background-color: #f4f4f4; */
    /* background-color: #c6c6ff; */
    /* Define el color de fondo del hover de las preguntas */
}

.btn-flex-0:hover .material-symbols-outlined,
.btn-flex-1:hover .material-symbols-outlined,
.btn-flex-2:hover .material-symbols-outlined,
.btn-flex-3:hover .material-symbols-outlined,
.btn-flex-4:hover .material-symbols-outlined,
.btn-flex-5:hover .material-symbols-outlined,
.btn-flex-6:hover .material-symbols-outlined,
.btn-flex-7:hover .material-symbols-outlined {
    color: #323232;
}

.btn-flex {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
}

.btn-flex:hover {
    /* background-color: white; */
    /* background-color: var(--color-light_purple); */
    /* Define el color de fondo del hover de las preguntas cuando se ven las respuestas */
}

.btn-flex:hover .material-symbols-outlined {
    color: #323232;
}

.unClic {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 50px;

}

.but--secondary {
    display: none;
}

@media (max-width: 1590px) {
    .q-and-a_contain {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        padding: 0 30px;
        /* padding: 0 200px; */
    }
}

@media (max-width: 1190px) {

    .unClic {
        display: block;
    }

    .gzpOneclick-header p {
        margin-left: 0 !important;
    }

    .unClic .self-start.text-size-default {
        font-size: 16px !important;
    }

    .but--secondary {
        display: block;
        margin-top: 16px;
    }

    .but--primary {
        display: none;
    }

    .q-and-a_contain {
        width: 100%;
        margin: 0 auto !important;
        margin-bottom: 50px;
        padding: 0;
    }

    .q-and-a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 800px) {
    .pricingDetails_title {
        margin-bottom: 85px;
    }

    .pricingDetails_content {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 0;
    }

    .pricingDetails_footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {

    .q-and-a {
        padding: 64px 19px;
    }

    .q-and-a .question {
        padding: 19px;
    }

    .q-and-a_title {
        font-size: 28px;
        padding-left: 19px;
        padding-right: 19px;
    }

    .btn-flex-0,
    .btn-flex-1,
    .btn-flex-2,
    .btn-flex-3,
    .btn-flex-4,
    .btn-flex-5,
    .btn-flex-6,
    .btn-flex-7 {
        font-size: 16px;
    }

    .answer p {
        font-size: 15px !important;
    }

    .est_container {
        margin: 50px 0;
    }

}

@media (max-width: 550px) {
    .pricingDetails_content {
        grid-template-columns: 1fr;
    }

    .pricingDetails_footer-content {
        grid-template-columns: 1fr;
    }

    .planes_main {
        padding-left: 0;
        padding-right: 0;
    }

    .tg {
        padding: 19px;
        padding-top: 0;
    }

    .planes_basicPaidNew {
        border-left: 0;
        border-right: 0;
    }

    .shipSize {
        width: 100%;
        height: auto;
    }

    .planes_basicPaidNew {
        width: 100%;
    }

    .linearCohete {
        top: 310px;
    }

    .incluyeContainer {
        padding-top: 210px;
    }
}

@media (max-width: 500px) {

    .linearCohete {
        top: 270px;
    }

    .incluyeContainer {
        padding-top: 180px;
    }
}

@media (max-width: 450px) {

    .linearCohete {
        top: 255px;
    }

    .incluyeContainer {
        padding-top: 165px;
    }
}

@media (max-width: 430px) {

    .linearCohete {
        top: 245px;
    }

    .incluyeContainer {
        padding-top: 155px;
    }
}

@media (max-width: 420px) {

    .linearCohete {
        top: 235px;
    }

    .incluyeContainer {
        padding-top: 145px;
    }
}

@media (max-width: 410px) {

    .linearCohete {
        top: 225px;
    }

    .incluyeContainer {
        padding-top: 135px;
    }
}

@media (max-width: 400px) {

    .linearCohete {
        top: 220px;
    }

    .incluyeContainer {
        padding-top: 130px;
    }
}

@media (max-width: 370px) {

    .linearCohete {
        top: 210px;
    }

    .incluyeContainer {
        padding-top: 120px;
    }
}

@media (max-width: 360px) {

    .linearCohete {
        top: 200px;
    }

    .incluyeContainer {
        padding-top: 110px;
    }
}

/* fin de la sección de preguntas frecuentes */