@font-face {
    font-family: 'rawson';
    font-style: normal;
    font-weight: normal;
    src: local('Rawson-Regular'), url('Rawson-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'rawson-bold';
    font-style: normal;
    font-weight: normal;
    src: local('Rawson-Pro'), url('RawsonPro-Black (1).otf') format('truetype');
}
body{
    font-family: rawson, serif;
    font-weight: 600;
}

.logo-1 {
    margin-top: -0.15em;
    float: left;
    width: 180px;
    margin-left: 1.5em;
    min-height: 55px;
    max-height: 55px;
}

.logo-2{
    margin-top: -0.15em;
    float: right;
    width: 180px;
    margin-right: 1.5em;
    min-height: 55px;
    max-height: 55px;
}



.bg-white{
    min-height: 500px;
}

.header-section{
    background: url('../img/banner difuminado.png') no-repeat;
    background-size: cover;
    min-height: 500px;
}

.header-text{
    font-size: 2.7em;
    color: #f9be00;
    font-family: rawson-bold, serif!important;
}
.yellow-andes{
    background-color: #f9be00;
}

.header-button{
    width: 200px;
    font-size: 2em;
    margin-left: 3.35em!important;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 22px;
    transition: .3s ease-out;
}
.header-button:hover{
    border: 3px black solid;
    transform: scale(1.1);
}

.header-button:focus{
    box-shadow: none!important;
}

.low-header-text{
    font-size: 2em;
    margin-left: 3.35em!important;
    font-weight: 800;
}

.mt-6{
    margin-top: 75px;
}

.margin-left-h{
    margin-left: 2.5em;
}

.btn-body {
    background: #4e5565;
    padding: 0.5em 1.2em!important;
    margin-top: 1.5em!important;
    margin-bottom: 1.5em!important;
    border-radius: 9px!important;
    text-align: center!important;
    color: #fff!important;
    width: 50%!important;
    font-size: 1.4em!important;
    font-family: rawson, serif;
    font-weight: 900!important;
    transition: .4s!important;
    text-decoration: none!important;
}

.btn-body-acc {
    background: #4e5565;
    padding: 0.5em 1.2em!important;
    margin-top: 1.5em!important;
    margin-bottom: 1.5em!important;
    border-radius: 9px!important;
    text-align: center!important;
    color: #fff!important;
    width: 50%!important;
    font-size: 0.8em!important;
    font-family: rawson, serif!important;
    font-weight: 900!important;
    transition: .4s!important;
    text-decoration: none!important;
    display: flow-root!important;
    text-transform: uppercase;
}

.row>*{
    padding-left: unset!important;
    padding-right: unset!important;
}

.btn-body:hover{
    transform: scale(1.05);
    box-shadow: #4e5565 3px 3px 3px;
    text-decoration: none!important;
    color: white;
}

.btn-body-acc:hover{
    transform: scale(1.05);
    box-shadow: #4e5565 3px 3px 3px;
    text-decoration: none!important;
    color: white;
}

.btn-body-acc span {
    background: #fabd00;
    padding: 2px 15px;
    color: #222;
    border-radius: 5px;
    font-size: 21px;
    text-decoration: none;
    margin-left: 0.3em;
}

.btn-body span {
    background: #fabd00;
    padding: 2px 15px;
    color: #222;
    border-radius: 5px;
    font-size: 21px;
    text-decoration: none;
    margin-left: 0.3em;
}


.accordion-button:not(.collapsed){
    background: #4e5565;
}

.accordion-button::after {
    background-image:none!important ;
}

.footer{
    background-color: #4e5565;
    color: #FFFFFF;
    text-align: center;
}
.justify-all-text{
    text-align: justify!important;
}


.line-height-footer{
    line-height: 1.6em;
}