body {
    background-color: #2c2c2c;
    color: #f0f0f0;
    font-family: 'Poppins', sans-serif;
	font-display: swap;
    margin: 0;
}

h1 {
    font-size: 3.75rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

h2 {
    font-size: 2.00rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);ç
	padding-top: 0px;
}

h3 {
    font-size: 2.00rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

h4 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.container {
    margin-top: 40px; /* Espacio solo para PC y tablet */
}

@media only screen and (max-width: 600px) {
    .container {
        margin-top: 0; /* Eliminar margen en móvil */
    }
}

/* Navbar */
.navbar-fixed {
    background: #ffffff !important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 20px; /* Reducir altura */
}

nav {
    background: #ffffff !important;
    box-shadow: none;
}

.nav-wrapper .row {
    margin: 0;
    width: 100%;
}

.nav-logo {
    text-align: left;
}

.nav-cta {
    text-align: right;
    padding-right: 20px; /* Más espacio para que respire */
}

.cta-btn {
    background-color: #ff6f61;
    color: white;
    padding: 15px 30px; /* Texto más grande */
    margin-top: 5px;
    font-size: 1.45rem;
    border-radius: 5px;
    text-transform: uppercase;
    height: auto;
    display: inline-block;
    margin-right: 20px;
}

.cta-btn:hover {
    background-color: #ff3b2f;
}

.mobile-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #ffffff !important;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

/* Reviews Section */
.reviews {
    margin: 50px auto;
    text-align: center;
}

.reviews-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.review-card {
    padding: 20px;
    background-color: #3c3c3c;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    max-width: 300px;
}

.review-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* Gallery Section */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
    margin: 50px auto;
    max-width: 1000px;
}

@media only screen and (max-width: 600px) {
    .gallery {
        grid-template-columns: 1fr;
    }

    .gallery-img img {
        width: 100%;
        opacity: 0;
    }

    .gallery-img img.slide-in-left {
        animation: slide-in-left 0.5s ease-out forwards;
    }

    .gallery-img img.slide-in-right {
        animation: slide-in-right 0.5s ease-out forwards;
    }

    @keyframes slide-in-left {
        from {
            transform: translateX(-100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    @keyframes slide-in-right {
        from {
            transform: translateX(100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery-item:hover .overlay,
.gallery-item:active .overlay {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.overlay-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.info-btn {
    background-color: #e0e0e0;
    color: #000;
    padding: 10px 20px;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.modal-content {
    color: black;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Espaciado entre columnas */
}

.item {
    flex: 1 1 45%; /* Ocupa 45% en pantallas grandes */
    min-width: 300px; /* Para evitar que las columnas sean demasiado estrechas */
}

@media (max-width: 600px) {
    .item {
        flex: 1 1 100%;
    }
}

.hero {
    position: relative;
    height: 80vh;
    min-height: 600px; 
	 background-color: #2c2c2c;
    background: url('../tatuajes-para-ellas/tnyblk.webp') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Opacidad del 60% */
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2; /* Para que quede por encima de la capa oscura */
}

.klarna {
    color: #ffacfc;
}

/* Contenedor de iconos fijos */
.fixed-icons {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px; /* Espacio entre los iconos */
    z-index: 1000;
}

/* Iconos */
.fixed-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #2c2c2c;
    font-size: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Efecto hover */
.fixed-icons a:hover {
    background-color: #ff6f61;
    transform: scale(1.1);
}

/* Estilo de iconos individuales */
.fixed-icons a.instagram {
    color: #E4405F;
}

.fixed-icons a.whatsapp {
    color: #25D366;
}

.spacer {
    position: relative;
    height: 20px;
}

.spacerbig {
    position: relative;
    height: 100px;
}


.youtube-wrapper {
    position: relative;
    max-width: 100%;
    cursor: pointer;
}

.youtube-placeholder img {
    width: 100%;
    display: block;
}

.youtube-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.youtube-play-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}

.cta-btn i {
    margin-right: 8px; /* Espacio entre el icono y el texto */
    font-size: 18px;    /* Tamaño del icono */
}

.gallery-item {
            position: relative;
            width: 100%;
            max-width: 680px; /* Máximo para pantallas grandes */
            margin: 0 auto; /* Centrado */
        }
        .gallery-img {
            position: relative;
            padding-bottom: 75%; /* Proporción 4:3 (510/680 = 0.75) */
            height: 0;
            overflow: hidden;
        }
        .gallery-img img, .gallery-img iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; /* Para la imagen */
        }
        @media (max-width: 768px) {
            .gallery-item {
                max-width: 100%; /* Se adapta al ancho en móviles */
            }
        }
.benefits { padding: 40px 0; }
        .benefit-card { text-align: center; padding: 20px; }
        .form-section { background-color: #f9f9f9; padding: 40px 0; }