#first-footer {
	background-color: var(--blue-dark);
}

#first-footer img{
	width: 250px;
	height: 70px;
}

#first-footer svg{
	height: 40px;
	color: #E66234;
}

#first-footer .clique{
	color: #E66234;
}

#first-footer p{
	margin-bottom: 0px;
	color: var(--white);
}

#first-footer .unidade p{
	font-size: 14px;
}

#first-footer .btn-ajuda{
	background-color: #E66234;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	color: var(--white);
	font-weight: 700;
}

#first-footer .btn-ajuda:hover{
	background-color: var(--red-dark);
	color: var(--white);

}

#first-footer .hour{
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}

#first-footer .card-hour{
	margin-right: -40px;
	border: 1px solid #788FA1;
	padding: 10px;
}

#first-footer .card-hour span{
	color: var(--white);
}
#first-footer .card-hour hr{
	background-color: var(--white);
}

#first-footer .p-orange{
	color: var(--orange);
	font-weight: 700;
    font-size: 18px;
    line-height: 1;

}

#first-footer .p-orange:hover{
	color: var(--red-dark);
}

#first-footer  a{
	color: var(--white);
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
}

#first-footer  a:hover{
	color: var(--orange);
}


#iconRelogio {
	color: white !important;
	width: 52px;
	height: 52px;
	margin-right: 10px;
}

#iconMapa {
	color: var(--orange);
	width: 21px;
	height: 30px;
	margin-right: 10px;
}

.horariosAtendimento {
	color: white;
	line-height: 28px;
}

#botaoAjudar {
	border-radius: 10px;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	margin-left: 256px;
	width: 270px;
}

.paragrafoMapa {
	font-size: 15px;
	color: var(--orange);
}

.second-footer{
	background-color: var(--orange);
	padding: 10px 0px;
}

.second-footer p{
	font-size: var(--paragrafo);
	color: var(--white);
}

.second-footer svg{
	width: 20.25px;
	height: 29.25px;
	color: var(--white);
}

.second-footer .divisor{
	border-right: 1px solid var(--white);
	font-weight: 600;
}

.second-footer .divisor .a-font-weight{
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: var(--white);
}

.second-footer .radius{
	border: 2px solid var(--white);
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.second-footer .radius svg{
	width: 20px;
	height: 20px;
}



.logo{
	width: 210px;
	height: 60px;
}


.nav-link{
	color: var(--blue-dark);
}

.right{
	right: 0;
}

.logoSummer {
	width: 70px;
	height: 70px;
	margin-left: 205px; 
}

#whats-mobile {
    display: none;
    font-size: 14px;
    color: white;
    
}

#whats-desk {
    display: inline-block;
   
 }



@media screen and (max-width: 1024px) {
		#first-footer span{
		font-size: 14px;
	}
}

/*
███╗   ███╗ █████╗ ██╗  ██╗     █████╗  █████╗  ██╗██████╗ ██╗  ██╗
████╗ ████║██╔══██╗╚██╗██╔╝    ██╔══██╗██╔══██╗███║██╔══██╗╚██╗██╔╝
██╔████╔██║███████║ ╚███╔╝     ╚██████║╚██████║╚██║██████╔╝ ╚███╔╝ 
██║╚██╔╝██║██╔══██║ ██╔██╗      ╚═══██║ ╚═══██║ ██║██╔═══╝  ██╔██╗ 
██║ ╚═╝ ██║██║  ██║██╔╝ ██╗     █████╔╝ █████╔╝ ██║██║     ██╔╝ ██╗
╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝     ╚════╝  ╚════╝  ╚═╝╚═╝     ╚═╝  ╚═╝
*/

@media screen and (max-width: 991px) {
    #whats-mobile {
        display: inline-block;
        font-size: 14px;
        color: white;
     }
     .mobile-color{
        color: white;
        font-size: 14px;
     }
 
     #whats-desk{
        display: none;
        
     }

	#first-footer img {
	    margin-left: 35px;
	}

	#first-footer .unidade{
		text-align: start;
	}

	#first-footer .card-hour {
		margin: 5% 0%;
	}

	#first-footer span{
		font-size: 12px;
	}

	.logoSummer {
	width: 70px;
	height: 70px;
	margin-left: 0px; 
}
}

#span-phones-mobile {
  width: 85%;
  height: 65px;
  border-radius: 10px;
  background-color: #762427;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}