@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
}

.navbar {
    padding: 10px 40px; 
}

.logo-img {
    height: 60px;
    max-width: 100%;
}

.navbar-nav .nav-link {
    color: white;
    transition: color 0.3s ease;
    margin-right: 20px;
}

.navbar-nav .nav-link:hover {
    color: #B4916C;
}

.navbar-nav .nav-item.active .nav-link {
    color: #B4916C;
}

.navbar-nav {
    margin-right: 40px; 
}

.carousel-item {
    max-width: 100%;
    height: 70vh;
    object-fit: cover;
}

.carousel-caption {
    background-color: rgb(60, 87, 102, 0.2);
    border-radius: 6px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}

.carousel-caption h5 {
    font-size:x-large;
    font-weight: bold;
}

.carousel-caption p {
    font-weight: 400;
}

.carousel {
    margin-bottom: 15vh;
}

.omnia {
    font-family: 'Vollkorn', serif;
    font-size: 35px;
    color: #3e3b3b;
    text-align: center;
}

.card-title {
    font-family: 'Vollkorn', serif;
    font-size: 24px;
    color: #3e3b3b;
}

.contentomnia {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 7vh 0 15vh;
    flex-wrap: wrap;
}

.paciente1, .camilla {
    width: 25%; 
    height: auto;
    border-radius: 20%;
    border: 3px solid #B4916C;
}

.marca, .mision {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 40%;
    text-align: left;
    font-size: 18px;
    color: #696766;
}

.opiniones1 {
    background-image: url(../images/centro-estetica.jpg);
    background-size: cover;
    background-position: 100% 70%;
    background-attachment: fixed;
    padding-top: 90px;
    padding-bottom: 90px;
}

.reviews {
    font-family: 'Vollkorn', serif;
    font-size: 35px;
    text-align: center;
    color: #3e3b3b; 
}

.card {
    margin: 20px;
    flex: 1 1 300px; 
}

.btn-custom {
    background-color: #3C5766 !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #B4916C !important;
}

.contact-form {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px !important;
    width: 100%;
    margin: 0 auto 100px auto;
}

.contact-form .form-control {
    max-width: 100% !important;
}

.contact-form h2 {
    color: #3e3b3b;
    font-family: 'Vollkorn', serif;
}

.social-media {
    margin-bottom: 100px;
}

.social-media h3 {
    color: #3e3b3b;
    font-family: 'Vollkorn', serif;
}

.location {
    margin-bottom: 100px;
}

.location h3 {
    color: #3e3b3b;
    font-family: 'Vollkorn', serif;
}

.promo-card {
    min-height: 180px;
    margin: 20px auto;
    max-width: 400px;
    transition: transform 0.2s;
}

.promo-card:hover {
    transform: scale(1.05);
}

.promo-card h5 {
    color: #ffffffcc;
}

.promo-card p {
    color: #181717;
}  

.mt-5 {
    margin-top: 5rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.card-tratamiento {
    height: 100%;
}

.card-tratamiento .card-img-top {
    height: 200px; 
    object-fit: cover;
}

.card-tratamiento h5 {
    color: #3e3b3b;
}

.card-tratamiento p {
    color: #181717;
}

footer {
    background-color: #3C5766;
    color: white;
    text-align: center;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .logo-img {
        height: 50px;
    }

    .navbar {
        padding: 10px 20px;
    }

    .navbar-nav {
        margin-right: 20px;
    }

    .contentomnia {
        flex-direction: column;
        text-align: center;
        margin-top: 3vh;
        margin-bottom: 7vh;
    }

    .paciente1, .camilla {
        width: 70%;
        margin: 0 auto 20px auto;
    }

    .marca, .mision {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        text-align: justify;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .contentomnia {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 5vh;
        margin-bottom: 10vh;
    }

    .paciente1, .camilla {
        width: 35%; 
        margin: 0 20px;
    }

    .marca, .mision {
        width: 50%;
        margin: 0 20px;
        font-size: 17px;
    }
}

@media (min-width: 1025px) {
    .contentomnia {
        justify-content: space-evenly;
        margin-top: 7vh;
        margin-bottom: 15vh;
    }

    .paciente1, .camilla {
        width: 25%; 
        margin-left: 80px;
        margin-right: 80px;
    }

    .marca, .mision {
        width: 40%;
        margin-right: 100px;
        margin-left: 100px;
        font-size: 18px;
    }
}