/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-08-2023, 17:52:26
    Author     : 204797692
*/
.row{
    margin:0!important;
    padding:0 !important
}
.grad-gris{
    background: #f5f8fb;
}
.accordion-button{
    background-color: #fafafa !important;
    box-shadow: none !important;
    
}
.accordion-button:not(.collapsed){
    background-color: #ffe6d1 !important;
    color: black !important;
}
.accordion{
    border-radius: 5px;
}
.accordion-body{
    background-color: #fff1e6 !important;
}
.bodyfaq{
    box-shadow: 10px rgba(0, 0, 0, 0.2); 
}

.centro{
    text-align: center;
    margin:auto;
}
.grad-borde{
    border-image-slice: 1 !important;
    border-width: 0 0 1px 0 !important;
    border-image-source: linear-gradient(90deg, #000651, #ec8c00 )! important;
}

@media (max-width:480px){
    .bodyfaq{
        width: 90%;
        margin : 20px auto 20px auto;
    }
}
@media only screen and (min-width:481px) and (max-width:800px){
    .bodyfaq{
        width: 80%;
        margin : 20px auto 20px auto;
    }
}
@media only screen and (min-width:801px) and (max-width:1200px){
    .bodyfaq{
        width: 70%;
        margin : 20px auto 20px auto;
    }
}
@media (min-width:1200px){
    .bodyfaq{
        width: 60%;
        margin : 20px auto 20px auto;
    }
}
