
			.title-bg.fill.bg-fill.parallax-active {
    background-color: black;
}

.icon.button.circle.is-outline.tooltip.google-plus.tooltipstered {
    visibility: hidden;
}
.h6, h6 {
    font-size: .80em;
    opacity: 1;
}
.op-6 {
    opacity: .9;
}

iframe {
	border-radius: 20px;
}

@media (min-width: 1025px) {
    .filat, 
    .filat > .e-con-inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        flex-wrap: wrap !important;
    }

    .colt {
    flex: 0 0 25% !important; 
    display: flex !important; 
    flex-direction: column !important;
    max-width: 23% !important;
}
}

@media (max-width: 1024px) {
    .filat, 
    .filat > .e-con-inner {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 10px !important;
    }

    .colt {
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        min-width: calc(50% - 5px) !important;
        flex: 1 1 calc(50% - 5px) !important;
        display: flex !important;
        flex-direction: column !important;
        margin: 0 0 10px 0 !important;
    }
}

.colt .e-con {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    height: 100% !important;
}

.colt .elementor-widget-heading {
    flex-grow: 1 !important;
}

.servcol {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
}
/* --- CORPORAL --- */
#e-n-tab-content-1628534622 .colt:not(:has(.corporal)) {
    display: none !important;
}
#e-n-tab-content-1628534622 .servcol:not(.corporal) {
    display: none !important;
}
#e-n-tab-content-1628534622 .servcol.corporal,
#e-n-tab-content-1628534622 .colt:has(.corporal) {
    display: flex !important;
}

/* --- EVENTOS --- */
#e-n-tab-content-1628534623 .colt:not(:has(.eventos)) {
    display: none !important;
}
#e-n-tab-content-1628534623 .servcol:not(.eventos) {
    display: none !important;
}
#e-n-tab-content-1628534623 .servcol.eventos,
#e-n-tab-content-1628534623 .colt:has(.eventos) {
    display: flex !important;
}

/* --- FACIAL --- */
#e-n-tab-content-1628534624 .colt:not(:has(.facial)) {
    display: none !important;
}
#e-n-tab-content-1628534624 .servcol:not(.facial) {
    display: none !important;
}
#e-n-tab-content-1628534624 .servcol.facial,
#e-n-tab-content-1628534624 .colt:has(.facial) {
    display: flex !important;
}

/* --- NUTRICIÓN --- */
#e-n-tab-content-1628534625 .colt:not(:has(.nutricion)) {
    display: none !important;
}
#e-n-tab-content-1628534625 .servcol:not(.nutricion) {
    display: none !important;
}
#e-n-tab-content-1628534625 .servcol.nutricion,
#e-n-tab-content-1628534625 .colt:has(.nutricion) {
    display: flex !important;
}

/* --- PREVENCIÓN FOTOENVEJECIMIENTO --- */
#e-n-tab-content-1628534626 .colt:not(:has(.prevencion)) {
    display: none !important;
}
#e-n-tab-content-1628534626 .servcol:not(.prevencion) {
    display: none !important;
}
#e-n-tab-content-1628534626 .servcol.prevencion,
#e-n-tab-content-1628534626 .colt:has(.prevencion) {
    display: flex !important;
}

textarea {
    min-height:  100px !important;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

#e-n-tab-content-1628534622 .colt,
#e-n-tab-content-1628534623 .colt,
#e-n-tab-content-1628534624 .colt,
#e-n-tab-content-1628534625 .colt,
#e-n-tab-content-1628534626 .colt {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .header-inner.flex-row.container.logo-left.medium-logo-left {
        max-width: 90% !important;
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #header-inner, .header-main, .header-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-inner .logo img {
        max-height: 70px !important;
        width: auto !important;
    }

.header-main {
        height: 60px !important;
    }

    .container, .container-width {
        max-width: 100% !important;
    }
}

.header:not(.transparent) .header-button a {
        background-color: #50AFA8 !important;
        border-color: #50AFA8 !important;
        color: #ffffff !important;
    }

#logo img
{
	height:82px;
}

.stuck #logo img {
    height: 35px;
}		