:root {
    --rosa: #d8a7b1;
    --rosa-claro: #f8edf0;
    --burdeos: #6f3b4a;
    --burdeos-oscuro: #4a2632;
    --crema: #fffaf6;
    --salvia: #9caf9f;
    --texto: #2f2f2f;
    --gris: #6f6f6f;
    --blanco: #ffffff;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
    color: var(--texto);
    background-color: var(--crema);
}

p {
    font-size: 17px;
    line-height: 1.75;
    color: var(--gris);
    margin-bottom: 18px;
}

a {
    transition: .3s;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    color: var(--burdeos-oscuro);
    font-weight: 700;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.section-padding {
    padding: 100px 0;
}

.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.button {
    display: inline-block;
    background: var(--burdeos);
    color: #fff;
    padding: 13px 30px;
    border-radius: 40px;
    font-weight: 700;
    border: 2px solid var(--burdeos);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
}

.button:hover {
    background: var(--burdeos-oscuro);
    color: #fff;
    border-color: var(--burdeos-oscuro);
}

.button-light {
    background: #fff;
    color: var(--burdeos);
    border-color: #fff;
}

.button-light:hover {
    background: var(--rosa-claro);
    color: var(--burdeos-oscuro);
}

/* Preloader */

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--burdeos-oscuro);
    z-index: 99999;
}

.spinner {
    position: absolute;
    left: 50%;
    bottom: 50%;
    margin-left: -20px;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
}

.cube1,
.cube2 {
    background-color: var(--rosa);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    animation-delay: -0.9s;
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

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

/* Navbar */

.navbar {
    padding: 18px 0;
    background: rgba(74, 38, 50, .82);
    backdrop-filter: blur(8px);
    transition: .3s;
}

.logo {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-text {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}

.logo small {
    color: var(--rosa-claro);
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: var(--rosa);
}

.navbar-toggler {
    color: #fff;
    border: none;
}

/* Hero */

.hero-aria,
.hero-area-slids,
.single-slider {
    height: 100%;
    min-height: 720px;
    position: relative;
    overflow: hidden;
}

.hero-aria::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 58%;
    height: 100%;
    background: linear-gradient(135deg, rgba(74, 38, 50, .95), rgba(111, 59, 74, .86));
    z-index: 2;
    border-radius: 0 0 120px 0;
}

.hero-area-slids .owl-stage-outer,
.hero-area-slids .owl-stage,
.hero-area-slids .owl-item {
    height: 100%;
}

.slider-bg {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.slider-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .22);
}

.hero-content {
    position: absolute;
    z-index: 5;
    width: 52%;
    height: 100%;
}

.hero-label {
    display: inline-block;
    color: var(--rosa-claro);
    background: rgba(255, 255, 255, .12);
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}

.hero-content h1 {
    color: #fff;
    font-size: 58px;
    line-height: 1.12;
    margin-bottom: 20px;
}

.hero-content h3 {
    color: var(--rosa);
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    margin-bottom: 18px;
}

.hero-content p {
    color: #f7e9ed;
    max-width: 560px;
}

.hero-buttons {
    margin-top: 32px;
}

.hero-buttons .button {
    margin-right: 12px;
    margin-bottom: 12px;
}

/* Section title */

.section-title {
    margin-bottom: 60px;
}

.section-title span {
    display: block;
    color: var(--burdeos);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-size: 13px;
}

.section-title h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.section-title p {
    color: var(--gris);
}

.light-title span,
.light-title h2 {
    color: #fff;
}

/* About */

.about-area {
    background: var(--crema);
}

.about-bg {
    min-height: 620px;
    height: 100%;
    border-radius: 28px;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0 20px 50px rgba(74, 38, 50, .16);
    overflow: hidden;
}

.social-aria {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    text-align: center;
}

.social-aria a {
    color: #fff;
    background: var(--burdeos);
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 50%;
    line-height: 42px;
    font-size: 18px;
}

.social-aria a:hover {
    background: var(--rosa);
    color: var(--burdeos-oscuro);
}

.about-content {
    background: #fff;
    border-radius: 28px;
    padding: 45px;
    height: 100%;
    box-shadow: 0 20px 50px rgba(74, 38, 50, .08);
}

.about-content h2 {
    font-size: 36px;
    margin-bottom: 22px;
}

.about-content h2 span {
    color: var(--burdeos);
}

.acreditaciones {
    margin-top: 28px;
    padding: 25px;
    background: var(--rosa-claro);
    border-radius: 22px;
}

.acreditaciones h3 {
    font-size: 26px;
    margin-bottom: 14px;
}

.acreditaciones ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.acreditaciones li {
    margin-bottom: 8px;
    color: var(--gris);
}

/* Servicios */

.service-area {
    background: linear-gradient(135deg, var(--burdeos-oscuro), var(--burdeos));
    position: relative;
}

.single-service {
    background: #fff;
    border-radius: 26px;
    padding: 35px;
    margin-bottom: 30px;
    min-height: 275px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
    border: 1px solid rgba(255, 255, 255, .3);
    transition: .3s;
}

.single-service:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, .18);
}

.service-icon {
    font-size: 42px;
    color: var(--burdeos);
    margin-bottom: 20px;
}

.single-service h2 {
    font-size: 28px;
    margin-bottom: 14px;
}

.single-service p {
    margin-bottom: 0;
}

/* Why */

.why-choose-us {
    background: var(--rosa-claro);
}

.single-why-me {
    background: #fff;
    border-radius: 26px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 18px 40px rgba(74, 38, 50, .08);
    height: 100%;
}

.why-me-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--burdeos);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 24px;
}

.single-why-me h4 {
    font-size: 28px;
    margin-bottom: 15px;
}

/* FAQ */

.faq-section {
    background: linear-gradient(135deg, var(--burdeos), var(--burdeos-oscuro));
}

.faq-bg {
    height: 100%;
    min-height: 420px;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}

.faq-content {
    background: rgba(255, 255, 255, .08);
    padding: 25px;
    border-radius: 28px;
}

.single-faq {
    margin-bottom: 12px;
}

.single-faq h4 {
    background: #fff;
    color: var(--burdeos-oscuro);
    padding: 18px 22px;
    border-radius: 18px;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 0;
}

.faq-body {
    background: var(--rosa-claro);
    color: var(--gris);
    padding: 20px 24px;
    border-radius: 0 0 18px 18px;
    line-height: 1.7;
}

/* Contacto */

.contact-section {
    background: var(--crema);
}

.contact-card {
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 26px;
    padding: 32px 20px;
    margin-bottom: 30px;
    box-shadow: 0 18px 40px rgba(74, 38, 50, .08);
    color: var(--texto);
    min-height: 210px;
}

.contact-card:hover {
    transform: translateY(-6px);
    color: var(--texto);
}

.contact-card i {
    font-size: 42px;
    color: var(--burdeos);
    margin-bottom: 18px;
}

.contact-card h4 {
    font-size: 24px;
    margin-bottom: 8px;
}

.contact-card p {
    margin-bottom: 0;
    color: var(--gris);
}

.map-box {
    background: #fff;
    padding: 14px;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(74, 38, 50, .10);
    overflow: hidden;
}

.map-box iframe {
    border: 0;
    border-radius: 20px;
}

/* Footer */

.footer-area {
    padding: 30px 0;
    background: var(--burdeos-oscuro);
}

.footer-area p {
    color: #fff;
    margin-bottom: 0;
}

.footer-area a {
    color: var(--rosa);
}

.footer-area a:hover {
    color: #fff;
}