.st-menu_flotante-component{position:fixed;top:30%;z-index:500}
.st-menu_flotante-content-buttons{display:flex;flex-direction:column;gap:10px}
.st-menu_flotante-button{background-color:var(--st-button-bg);color:var(--st-button-text);border-radius:0 7px 7px 0;font-size:14px;text-align:left;padding:7px 14px;display:flex;align-items:center;gap:25px;cursor:pointer;left:-70%;transition:left .5s;position:relative;flex-direction:row-reverse;text-decoration:none}
.st-menu_flotante-button:hover{left:0;flex-direction:initial}
.st-menu_flotante-content-buttons_icons{width:20px}
@media(max-width:1024px){.st-model_home-component{height:65vh}
.st-model_home-content-description_text:last-child{display:none}
.st-model_home-content-description_text:nth-child(3){border-right:1px solid transparent !important}
.st-model_home-content-buttons{flex-direction:column;justify-content:center;align-items:center;gap:30px}
.st-model_home-content-buttons_cotizar,.st-model_home-content-buttons_ficha{border-radius:50px}
.st-model_home-content-description_text{padding:0 15px;height:70px}
.st-model_home-content-description_text h1{font-size:16px !important}
.st-model_home-content-description_text p{font-size:14px !important;margin:0}
.st-model_home-bullets{flex-direction:row;right:50%;transform:translate(50%,-50%);gap:45px}
.st-menu_flotante-button{border-radius:0 16px 16px 0}
}