.btn.btn-to-home {width: 220px;}
.btn.btn-to-home a {padding: 15px 10px 13px; background-color: var(--cor2); text-align: center; font: 500 18px var(--font3); color: var(--cor1); display: block; border-radius: 5px; transition: 0.4s; height: 100%; box-sizing: border-box;}
.btn.btn-to-home a:hover {transform: scale(1.05);}
.btn.btn-to-home a .icone {display: none;}

@media (max-width:1208px){
     .btn.btn-to-home {width: 43px; height: 43px;}
     .btn.btn-to-home a {border-radius: 100px; padding: 10px;}
     .btn.btn-to-home a p {display: none;}
     .container.header .parent .lista-contatos .contato-parent.telefone {display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; gap: 10px;}
     .btn.btn-to-home a .icone {display: block; width: 100%; height: 100%;}
     .btn.btn-to-home a .icone svg {display: block; width: 100%; height: 100%;}
}