.botao-contato {display: flex; flex-direction: row; justify-content: center; align-items: center; border-radius: 18.34px; padding: 20px 20px 16px; gap: 12px;  transition: 0.4s; transform: translateY(0); position: relative; z-index: 100;}
.botao-contato .cls-1 {fill: var(--vermelho);}
.botao-contato.whats-href .cls-1{fill: var(--verde-seg);}
.botao-contato .icone {width: 46px; height: 46px;}
.botao-contato .info .titulo {font: 500 21.58px montserrat; color: var(--branco);}
.botao-contato .info .texto {font: 500 32.93px montserrat; color: var(--branco);}
.botao-contato .info .texto b {font-weight: 700;}

.botao-contato, 
.contato-home iframe { height: 250px;}
.p-botoa:hover .botao-contato {transform: translateY(-10px);}

@media(max-width: 1250px) {
     .botao-contato .info .titulo {font-size: 17px;}
     .botao-contato .info .texto {font-size: 26px;}
}

@media (max-width:990px){
     .p-botoa {padding: 0; width: 100%}
     .p-botoa:hover .botao-contato {transform: translateY(0) scale(1.03);}
     .botao-contato {height: 100px;}
     .contato-home iframe {height: 150px;}
}