﻿.preguntas{
    background-color: #F2F2F3;
}

.rotated {
        transform: rotate(180deg);
    }

    .blueText{
        text-decoration: underline !important;
        color: #00c1d5 !important;
    }

    .container-question-arrow {
        display: flex;
        justify-content: flex-end;
    }

    .question-arrow {
        transition: transform 0.2s ease-in-out;
    }

    #contenedor-global {
        padding: 60px;
        width: 80%;
    }

    #preguntasFrecuentes {
        background-color: white;
        border-radius: 25px;
        padding: 30px;
        overflow: auto;
    }

    #title {
        padding: 20px 0px 38px 17px;
    }
    
    .titulo h1{
        font-size: 32px !important;
    }

    .pregunta p {
        font-size: 16px !important;
    }

    .pregunta hr {
        min-width: 107%;
    }

    @media(width >=769px) and (width <=1025px) {
        #contenedor-global {
            padding: 40px 0px 40px 0px;
        }
    }

    @media(width <=768px) {
        #contenedor-global {
            padding: 35px;
            width: 100%;
        }
    }