.contacto-page{justify-content:center;align-items:center;gap:30px;height:74dvh;display:flex}.contacto-page .card{text-align:center;flex-direction:column;width:100%;max-width:350px;height:200px;padding:30px 0;animation:1s ease-out spand;overflow:hidden}.contacto-page .card:hover .icon svg{color:var(--light-dark)}.contacto-page .card .icon{background-color:var(--bg);border:var(--thin-border);border-radius:100px;padding:1rem;position:relative}.contacto-page .card .icon svg{font-size:2rem}.contacto-page .card .tt{width:100%;padding-inline:20px}.contacto-page .card:first-child{cursor:default}.contacto-page .card:first-child .tt{-webkit-user-select:all;user-select:all;cursor:text}.contacto-page .card:nth-child(2):hover .tt{text-decoration:underline}@media (max-width:610px){.contacto-page{flex-direction:column;gap:20px;height:fit-content;margin-top:50px}.contacto-page .card{padding:20px 0}.contacto-page .card .tt{word-wrap:break-word}}
