.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.ambient-shadow {
    box-shadow: 0 20px 40px -10px rgba(26, 28, 28, 0.06);
}

.hero-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(249, 249, 249, 1));
}

[v-cloak] {
    display: none;
}

.modal-enter-active,
.modal-leave-active {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal-enter-from,
.modal-leave-to {
    opacity: 0;
    transform: scale(0.95);
}
.posicionar {
    object-position: top;
}

.ajuste-compartir-button{
    margin-bottom: -80px !important;
    z-index: 10;
}

.ajuste-compartir-button button {
    margin-right: 20px;
}
main{
    min-height: 1200px !important;
}
@keyframes modal-entry {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@media (max-width: 575.98px) {
  #contenedor-principal {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
  }
  main{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px !important;
  }
}