/* *{
        font-family: Montserrat;
    } */

p {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
}

.li-faqs {
    margin-left: 40px;
    font-size: 18px;
    font-weight: 400;
}

.banner {
    position: relative;
    background-image: url(/src/img/fondo.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 515px;
}

.abso {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 25%;
}

input[type=text] {
    font-size: 18px;
    font-weight: 400;
}

.help {
    color: white!important;
}

.queremos {
    color: white;
    font-weight: 300;
    font-size: 48px;
    position: absolute;
    left: 15%;
    top: 35%;
}

.amarillo {
    font-weight: bold;
    color: #ffcd00;
}

.preguntas {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.buscarfaqs {
    position: absolute;
    left: 20%;
    top: 80%;
}

.faqs-tittle {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
}

.card {
    margin-top: 20px;
    margin-bottom: 10px;
}

.card-header {
    border: none;
    background-color: white;
}


/* .accordion-button::after {
            flex-shrink: 0;
            width: 1.25rem;
            height: 1.25rem;
            margin-left: auto;
            content: "";
            background-image: url(/src/img/faq-arrow-1.svg);
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transition: transform .2s ease-in-out;
        }
    
        .accordion-button:not(.collapsed accordion-tittle) {
            color: black;
            background-color: none;
            box-shadow-sm: none;
        }
    
        .accordion-button:not(.collapsed accordion-tittle) {
            color: black;
            background-color: white;
            box-shadow-sm: none;
        }
    
        .accordion-button:not(.collapsed accordion-tittle)::after {
            background-image: url(/src/img/faq-arrow.svg);
            transform: rotate(-180deg);
    
        }
    
        .accordion-button:focus {
            z-index: 3;
            border-color: #ffcd00;
            outline: 0;
            box-shadow-sm: 0 0 0 0.25rem rgb(255 205 0 / 25%);
        } */

.accordion-tittle {
    margin-top: 15px;
    color: black !important;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    /* display: flex; */
    text-transform: uppercase !important;
}

.btn:focus {
    border: none !important;
    box-shadow: none;
}

.arrow {
    display: block;
    float: right;
}

.iconos {
    display: inline-block;
}

.accordion-body {
    font-family: Source Sans Pro !important;
}

@media screen and (max-width: 440px) {
    .help {
        font-size: 30px!important;
    }
}

@media screen and (max-width: 767px) {
    .help {
        font-size: 38px;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1920px) {
    .abso {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 35%;
    }
    .search {
        margin-top: 35px;
    }
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #0f44cd;
}


/* .arrow:active {
        display: block;
    } */

.btn .arrow:not(.disabled) {
    transform: rotateX(360deg);
}

.btn .arrow:active {
    transform: rotateX(180deg);
}


/* .arrow:active {
        display: block;
    } */