body {
    font-family: 'Inter Tight', sans-serif !important;
}

/* to hide */
.hide {
    display: none;
}

/* loader */
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ebebe0;
    display: flex;
    justify-content: center;
    padding-top: 150px;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #353565;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* fijamos body separado del nabbar para que cuando éste último se extienda,
no afectee la posición de body | los 56px es el alto del menu, que, si por alguna
razón variara con el ancho de la pantalla, habría que usar @media según se
requiera */
body {
    padding-top: 56px;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* color en navbar */
.navbar {
    background-color: #353565;
}

/* botones en general, override bootstrap y mobirise */
.btn {
    border-radius: 15px !important;
}

/* btn-primary, color del tema */
.btn-primary,
.btn-primary:active {
    background-color: #353565 !important;
    border-color: #353565 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #636399 !important;
    border-color: #636399 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #5e5e60 !important;
    border-color: #5e5e60 !important;
}

/* footer color y distancia al fondo*/
#footer {
    background-color: #353565 !important;
    padding-bottom: 0px !important;
    padding-top: 20px !important;
}

#footer .display-7 {
    font-size: 1.12rem !important;
    line-height: 1.9rem !important;
}

#footer img {
    max-width: 500px !important;
}

#footer hr {
    color: white !important;
    opacity: 0.5 !important;
}

#footer .google-map iframe {
    border-radius: 5px !important;
}

#footer .txft {
    padding: 10px 0 0 20px;
}

#footer .mbr-section-btn {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

/* #footer .fa-brands--whatsapp-square {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='green' d='M224 122.8c-72.7 0-131.8 59.1-131.9 131.8c0 24.9 7 49.2 20.2 70.1l3.1 5l-13.3 48.6l49.9-13.1l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7m77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8c-12.6 1.9-22.4.9-47.5-9.9c-39.7-17.2-65.7-57.2-67.7-59.8s-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6.1c2.4.1 5.7-.9 8.9 6.8c3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48M223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5'/%3E%3C/svg%3E");
}

#footer .btn:hover .fa-brands--whatsapp-square,
#footer .btn:active .fa-brands--whatsapp-square {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M224 122.8c-72.7 0-131.8 59.1-131.9 131.8c0 24.9 7 49.2 20.2 70.1l3.1 5l-13.3 48.6l49.9-13.1l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7m77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8c-12.6 1.9-22.4.9-47.5-9.9c-39.7-17.2-65.7-57.2-67.7-59.8s-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6.1c2.4.1 5.7-.9 8.9 6.8c3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48M223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5'/%3E%3C/svg%3E");
}

#footer .btn {
    display: inline-flex;
    align-items: center;
    gap: .2em;
    font-size: 18px;
    border: 1px solid green;
    border-radius: 5px;
    color: green !important;
    background-color: white;
    margin-bottom: 30px;
}

#footer .btn:hover {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #ffffff !important;
    background-color: green;
    transition: color 0.5s;
}

#footer .btn:active,
#footer.btn-default:active,
.filter-button:active {
    background-color: #000;
    color: white;
} */
#footer .google-map iframe {
    position: relative;
    height: 25rem;
}

/* tamaño y alineación de íconos y textos */
#footer [class^="icon"] {
    width: 1rem;
    height: 1rem;
    position: relative;
    margin-right: 10px;
    display: inline;
}

#footer .list {
    list-style-type: none;
    padding-top: 0.5 rem;
}

#footer a,
#footer p {
    color: white !important;
}

#footer a:hover {
    color: #959595 !important;
    transition: color 0.3s;
}

.footer-lower .mbr-text {
    text-align: center;
}

/* floating button */
.floating-container {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: -10px;
    margin: 25px auto;
}

.floating-container:hover {
    height: 380px;
}

.floating-container:hover .floating-button {
    box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
    transform: translatey(5px);
    transition: all 0.3s;
}

.floating-button {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #353565;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    color: white;
    line-height: 65px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.float-element {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px;
    color: white;
    display: grid;
    place-items: center;
    z-index: 0;
    opacity: 0;
    cursor: pointer;
}

.img-icon {
    width: 30px;
    height: 30px;
}

.floating-button .img-icon {
    width: 50px;
    height: 50px;
    display: inline;
    vertical-align: middle;
}

.float-element:nth-child(1) {
    background: #C62BC1;
    box-shadow: 0 20px 20px -10px rgba(198, 43, 193, 0.5);
}

.float-element:nth-child(2) {
    background: #4caf50;
    box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}

.float-element:nth-child(3) {
    background: #24A1DE;
    box-shadow: 0 20px 20px -10px rgba(36, 161, 222, 0.5);
}

.float-element:nth-child(4) {
    background: #ff9800;
    box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}

.float-element:nth-child(5) {
    background: #00A975;
    box-shadow: 0 20px 20px -10px rgba(0, 169, 117, 0.5);
}

@-webkit-keyframes come-in {
    0% {
        opacity: 0;
    }

    30% {
        transform: translateX(-50px) scale(0.4);
    }

    70% {
        transform: translateX(0px) scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.floating-container:hover .element-container .float-element:nth-child(1) {
    animation: come-in 0.1s forwards 0.1s;
}

.floating-container:hover .element-container .float-element:nth-child(2) {
    animation: come-in 0.1s forwards 0.2s;
}

.floating-container:hover .element-container .float-element:nth-child(3) {
    animation: come-in 0.1s forwards 0.3s;
}

.floating-container:hover .element-container .float-element:nth-child(4) {
    animation: come-in 0.1s forwards 0.4s;
}

.floating-container:hover .element-container .float-element:nth-child(5) {
    animation: come-in 0.1s forwards 0.5s;
}
