.block-style{position:absolute;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;background-color:var(--primary-color);transition:all .5s}.block-style.dark{background-color:var(--primary-color-dark)}.block-style.big{height:150px;width:150px;border-radius:10px}.block-style.small{height:25px;width:25px;border-radius:5px}.block-style.medium{height:100px;width:100px;border-radius:10px}.block-style.block-1{top:-50px;right:-50px}.block-style.block-2{top:15px;right:110px}.block-style.block-3{top:50px;right:50px}.block-style.block-4{height:25px;width:25px;top:115px;right:10px;border-radius:5px}.contato-container{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-plataforms:hover .block-style,.contato-container.home_fixed:hover .block-style{transition:all .5s}.contact-plataforms:hover .block-style.big,.contato-container.home_fixed:hover .block-style.big{height:155px;width:155px}.contact-plataforms:hover .block-style.medium,.contato-container.home_fixed:hover .block-style.medium{height:110px;width:110px}.contact-plataforms:hover .block-style.small,.contato-container.home_fixed:hover .block-style.small{height:30px;width:30px}.contato-container>.contact-plataforms{position:relative;background-color:#f5f5f5;display:grid;align-items:center;border-radius:20px;padding:20px}.plataforms-list-area{display:grid;gap:10px}.plataforms-list-area>a{transition:all .25s;display:grid;grid-template-columns:30px auto;gap:15px;align-items:center;padding:10px;border-radius:10px;width:calc(100% - 150px)}.plataforms-list-area>a *{font-size:.9rem}.plataforms-list-area>a svg{font-size:1.2rem}.plataforms-list-area>a:hover{transition:all .25s;background-color:var(--primary-color);color:var(--secondary-color)}.plataforms-list-area>a>div:first-child{display:flex;justify-content:center}.contato-container.home_fixed{display:flex;justify-content:center;margin-top:80px}.contato-container.home_fixed .contact-form{position:relative;width:800px;background-color:#f5f5f5;border-radius:20px;padding:50px 170px}@media only screen and (max-width:1100px){.contato-container{display:flex;flex-direction:column-reverse;gap:20px}.contact-plataforms{margin-top:20px}.block-style{display:none}.contato-container.home_fixed .contact-form{width:auto;padding:50px}.plataforms-list-area>a{width:100%}}