
body::-webkit-scrollbar-thumb {
    background-color: #FFAC37;

   
}

.arrow_up:hover {
    background-color: #FFAC37;
}
/*------------------------------------------*/

footer {
    background-color: #002c74;
    
}
.footer_conteiner {
    display: flex;
    width: 100%;
    padding: 5% 0 1% 0;
}
.footer_h1 {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -8px;
    font-family: "Public Sans", sans-serif;
    margin: 8% 0 0 0;
    padding: 2% 0 0 5%;
    color: #fff;
}

.info_contacto {
    margin: -3% 0 0 5%;
    width: 100%;
    color: #fff;
}

.info_paginas {
    margin: 0 0 0 8%;
    width: 100%;
    margin-top: -3%;
    display: flex;
    flex-direction: column; 
    color: #fff;
}
.linia_vertical_footer {
    background-color: rgb(255, 255, 255);
    width: 1px;
    height: 400px;  
    margin-top: -3%;
}
.footer_img {
    width: 45%;
    margin: -35% 0 0 30%;
    
}

.horario_footer, .ubi_footer, .tel_footer, .cor_footer {
    display: flex;
}

.horario_text_col {
    width: 100%;
    display: flex;
    flex-direction: column; 
    margin: 0 0 2% 0;
    
}

.horario_text, .tel_footer p, .cor_footer p, .ubi_footer p { 
    font-size: 23px;
    margin: 0 0 3% 5%;
    width: 100%;
}
.ubi_footer p, .tel_footer p {
    padding: 0 0 0 1%;
}
.reloj_img {
    width: 7%;
    height: 7%;
    margin-top: 1%;
}
.cor_img {
    width: 8%;
    height: 8%;
    margin: 0.5% 0 0 -1%;
}

.ubi_img, .tel_img {
    width: 6%;
    height: 6%;
    margin: 0.5% 0 0 0;
}

.footer_text_opi {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5%;
   
}
.text_info_paginas {
    font-size: 22px;
    color: white;
    padding-top: 1%;
    text-decoration: none;
   
}

.text_info_paginas:hover {
    font-weight: 700;
    transition: .2s;
    color: white
} 


/*--------------------p-politica---------------------------------*/

.conteiner_pol {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-top: 7%;
   

}

.conteiner_pol p a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    transition: all .3s ease-in-out;
    color: #fff;
}

.conteiner_pol p a:hover {
    color: #f0a338;
}