html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
}

.logo_principal {
    width: 35%;
    /* Tamaño para pantallas grandes */
}

@media (max-width: 768px) {
    .logo_principal {
        width: 80%;
    }
}


header {
    position: relative;
    background-color: black;
    /* Color de fondo del encabezado */
    text-align: center;

}

.navbar {
    position: static;
    /* Asegúrate de que la posición sea relativa o por defecto */
    z-index: 1000;
    /* Mantiene el navbar por encima de otros elementos si es necesario */
}


.nav-link {
    color: white !important;
    font-family: 'Playfair Display';
}

.nav-link:hover {
    color: #f0c24e !important;
}

.navbar-collapse {
    justify-content: center;
}

.navbar-toggler {
    border: none;

}

.navbar-toggler-icon {
    color: white;
}



.navbar-toggler::before,
.navbar-toggler::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 6px auto;

}

@media (min-width: 769px) {
    .navbar-nav {
        display: flex !important;
    }

    .navbar-toggler {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        display: none;

    }

    .navbar-toggler {
        display: block;

    }

    .navbar-collapse.show {
        display: block !important;

    }

    .navbar-toggler-icon {
        color: white !important;
    }
}


/* Index */

.imagen-home {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('../images/red_woman.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin-top: 0%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

@keyframes slide-in {
    from {
        transform: translateX(-100%);
        opacity: 0;
        /* Comienza invisible */
    }

    to {
        transform: translateX(0);
        opacity: 1;
        /* Termina visible */

    }
}

@keyframes slide-in-subtitle {
    from {
        transform: translateY(-100%);
        /* Desde arriba */
        opacity: 0;
        /* Comienza invisible */
    }

    to {
        transform: translateY(0);
        /* A la posición original */
        opacity: 1;
        /* Termina visible */
    }
}

.titulo-container,
.subtitulo-container {
    display: flex;
    /* Usar flexbox para centrar el contenido */
    flex-direction: column;
    /* Asegura que los elementos se apilen verticalmente */
    align-items: center;
    /* Centra horizontalmente los elementos dentro del contenedor */
}

.titulo-home {
    font-family: 'Playfair Display';
    /* Fuente más formal */
    font-size: 350%;
    /* Tamaño más grande */
    line-height: 1.2;
    /* Espaciado entre líneas */
    color: #ffffff;
    /* Color del texto */
    animation: slide-in 1s ease-out;
    /* Aplicar animación */
    animation-delay: 0s;
    /* Retraso de la animación para un efecto más suave */
    margin-top: 12%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.subtitulo-home {
    margin-top: 1%;
    font-family: 'Playfair Display';
    /* Fuente más sencilla */
    font-size: 100%;
    /* Tamaño del subtítulo */
    line-height: 1.5;
    /* Espaciado entre líneas */
    color: #ffffff;
    /* Color del texto */
    animation: slide-in-subtitle 2s ease-out;
    /* Aplicar animación más lenta */
    animation-delay: 0s;
    /* Retraso de la animación para un efecto más suave */
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    /* Asegúrate de que no haya otros efectos que cambien el color */
}



@media (max-width: 768px) {
    .subtitulo-home {
        margin-top: 5% !important;
    }

    .titulo-home {
        margin-top: 50% !important;
    }
}

/*about*/

.img-container {
    height: 90vh;
    /* Ocupa el 100% de la altura de la ventana */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(117, 147, 168, 0.2)), url('../images/w_4123.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    transition: background-image 0.1s linear;
    display: flex;
    justify-content: center;
    align-items: flex-end;


}

.abaut {
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;

}

.about-text {
    background-image: linear-gradient(to bottom, rgba(34, 34, 34, 0.5), rgba(0, 0, 0, 1));
    font-family: 'Playfair Display';
    color: white;

}

.about-text h4 {
    color: #f0c24e;
}

.aboaut-compain {
    color: #f0c24e;
}

.content-about-info {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
}

.foto-about {
    height: 25%;

}

.service {
    height: 110%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/playita1.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: center;

}

/* tarjetitas services.html*/
/* Solo aplica a la página con la clase services-page */



/*fin tarjetitas*/

.services-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.card {
    margin: 2%;
    /* Espacio entre tarjetas */
    border: 1px solid white;
    border-radius: 10px;
    overflow: hidden;
    /* Evitar que el contenido se salga */
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, filter 0.3s; /* Añadir transiciones para efectos en desktop */
    /* Suavizar la transición */
    height: 56%;
    /* Altura de las tarjetas en modo PC como porcentaje */
}

.card:hover {
    transform: scale(1.05);
    /* Aumentar ligeramente el tamaño al pasar el mouse */
    box-shadow:
        0 4% 20% rgba(255, 217, 0, 0.705),
        /* Sombra dorada principal */
        0 0 15% rgba(255, 217, 0, 0.5);
    /* Sombra brillante alrededor */
    border-color: rgb(255, 217, 0);
    /* Cambiar el color del borde a dorado */
    filter: brightness(1.1);
    /* Aumentar el brillo ligeramente */
}

@media (max-width: 768px) {
    .card {
        transition: none; /* Eliminar transiciones para los efectos de hover en celular */
        transform: scale(1); /* Asegurarse de que no haya zoom */
    }

    .card:hover {
        transform: none; /* No aplicar el efecto de hover */
        box-shadow: none; /* Eliminar la sombra del hover */
        border-color: inherit; /* Mantener el color del borde original */
        filter: none; /* Restablecer el brillo */
    }
}



.card-body {
    text-align: center;
    /* Centramos el texto dentro de la tarjeta */
    color: rgb(255, 255, 255);
    /* Color del texto */

    display: flex;
    /* Usamos flex para centrar verticalmente */
    flex-direction: column;
    /* Apilamos verticalmente */
    justify-content: flex-end;
    /* Alinear el contenido al fondo */

    /* Fondo negro semi-transparente */
    background-color: rgb(0, 0, 0);
    font-family: 'Playfair Display';
    font-size: 80%;
    margin-bottom: -5vh;
}

/*tarjetas index*/
@media (max-width: 768px) {
    /* Ajustar la altura de la imagen en dispositivos móviles */
    .custom-card .card-img-top {
        width: 100%; /* Hacer que la imagen ocupe todo el ancho */
        max-height: 400px; /* Limitar la altura máxima de la imagen */
        object-fit: cover; /* Mantener la proporción de la imagen sin distorsionarla */
        background-color: black; /* Color de fondo para la imagen */
    }

    .custom-card {
        width: 100%; /* Hacer que las tarjetas ocupen el 100% del ancho de la pantalla */
        margin: 10px auto; /* Centrar las tarjetas y añadir margen */
        height: auto; /* Permitir que la tarjeta se ajuste al contenido */
    }

    .card-body {
        text-align: center; /* Centramos el texto dentro de la tarjeta */
        color: rgb(255, 255, 255); /* Color del texto */
        display: block; /* Cambiar a bloque normal en lugar de flex */
        padding: 0; /* Eliminar padding */
        margin: 0; /* Eliminar margen */
        background-color: black; /* fondo conchetumare */
        height: auto; /* Permitir que el cuerpo se ajuste al contenido */
        font-family: 'Playfair Display';
        font-size: 80%; /* Tamaño de fuente más pequeño */
    }

    /* Asegúrate de que no haya margen adicional en el contenedor de la tarjeta */
    .custom-card img {
        margin-bottom: 0; /* Elimina cualquier margen inferior de la imagen */
    }

    .custom-card .card-body {
        padding: 0.5rem; /* Ajusta el padding interno del card-body */
        margin-bottom: 0; /* Elimina cualquier margen inferior */
    }

    .custom-price-container {
        margin: 0; /* Eliminar margen */
        padding: 0; /* Eliminar padding para reducir el espacio */
    }

    .service {
        height: auto; /* Permitir que esto se ajuste al contenido */
    }
    
    


}







.btn-contact {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Playfair Display';


}

.btn-primary {
    background-color: black;
    /* Color negro para el botón */
    color: yellow !important;
    /* Letras amarillas para el botón, asegurando que se aplique */
    border: none;
    /* Sin borde */
    font-size: 3%;
    /* Tamaño del botón como porcentaje */
    padding: 2% 4%;
    /* Espaciado interior del botón como porcentaje */
}

.btn-primary:hover {
    background-color: #555;
    /* Color más claro al pasar el mouse */
}

/* Estilo responsivo */
@media (max-width: 576px) {
    .card {
        margin: 2% 0;
        /* Reduce el margen entre tarjetas en móviles */
        height: auto;
        /* Altura automática para tarjetas en móviles */
    }

    .services-row .col-12 {
        margin-bottom: 5%;
        /* Espacio entre filas en móviles */
    }

    .service {
        /* background-color: black; */
        /* background-image: none; */
        height: 100%;
    }
}

.precio {
    text-align: center;
    color: #f0c24e;
}

.card-text {
    font-family: arial;
}

.logo-service {
    text-align: center;
    /* Centrar el contenido dentro de la columna */
    margin: 0;
    /* Margen superior e inferior para espacio alrededor */
    padding: 0;
    /* Relleno alrededor del contenido */
}

.img-service {
    max-width: 20%;
    /* Ajustar el tamaño máximo del logo según tus necesidades */
    width: auto;
    /* Para que la imagen mantenga su tamaño original */
    height: auto;
    /* Mantener la proporción de la imagen */
}


/* Estilo responsivo para pantallas pequeñas */
@media (max-width: 576px) {
    .img-service {
        max-width: 45%;
        /* Ajustar el tamaño máximo del logo al 60% en móviles */
        align-items: center;
        margin-top: 5%;
    }
}

.contact {
    height: 60%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('../images/w_11.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    position: relative;
    padding-bottom: 5%;
}

.div-img-contact {
    display: flex;
    justify-content: center;
    /* Centra la imagen horizontalmente */
    width: 100%;
}

.img-contact {
    max-width: 20%;
    /* Tamaño base para pantallas grandes */
    height: auto;
}

/* Media query para pantallas pequeñas */
@media (max-width: 767px) {

    /* Cambia 767px si necesitas un breakpoint diferente */
    .img-contact {
        max-width: 50%;
        /* Aumenta el tamaño del logo en móviles */
    }
}


.contact-row {
    display: flex;
    flex-wrap: wrap;
    /* Permite que las columnas se ajusten */
    justify-content: center;
    /* Centra los botones */
    align-items: center;
    width: 100%;
}

.div-btn-contact {
    flex: 1 1 45%;
    /* Cada botón ocupará hasta el 45% del ancho */
    max-width: 100%;
    /* Ajusta el ancho máximo si es necesario */
    margin: 10px;
    /* Espaciado entre botones */
    text-align: center;
    /* Centra el texto en los botones */
}

.div-btn-contact-2 {
    margin-bottom: 1%;
    max-width: 100%;
    text-align: center;
    margin-top: 5%;
}



.btn-contact {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 15px 30px;
    /* Tamaño base */
    font-size: 18px;
    /* Tamaño de fuente base */
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Media query para pantallas grandes */
@media (min-width: 768px) {
    .btn-contact {
        padding: 20px 40px;
        /* Aumenta el tamaño del padding */
        font-size: 22px;
        /* Aumenta el tamaño de la fuente */
    }

}

/* Media query para pantallas pequeñas */
@media (max-width: 767px) {
    .contact-row {
        margin-top: 20px;
        /* Añade un margen superior para separar los botones de la imagen */
    }

    .btn-contact {
        margin-top: 10px;
        /* Añade espacio entre los botones */
    }
}


.btn-contact:hover {
    background-color: black;
    color: white;
    border: none;
}

a {
    text-decoration: none;
}


/*FOOTER*/

.footer-custom {
    background-color: #000;
    /* Fondo negro */
    color: #ffffff;
    /* Color de texto amarillo */
    padding: 20px 0;
    /* Espaciado vertical */
}

.section-title {
    color: #FFD700;
    /* Color de título */
    margin: 0;
    /* Elimina margen */
    font-size: 1.5rem;
    /* Tamaño de fuente del título */
    font-weight: bold;
    /* Negrita para el título */
}

.text-white {
    color: white;
    /* Color blanco para el texto */
}

.social-icon img {
    vertical-align: middle;
    /* Alinea los íconos verticalmente */
}

.social-icon {
    text-decoration: none;
    /* Elimina el subrayado */
}

.contact-link {
    color: white;
    /* Color blanco para el enlace de correo */
    text-decoration: none;
    /* Elimina el subrayado */
}

.contact-link:hover {
    color: #FFD700;
    /* Cambia a amarillo al pasar el mouse */
    text-decoration: none;
    /* Evita el subrayado al hacer hover */
}

@media (max-width: 768px) {
    .footer-custom .container {
        text-align: center;
        /* Centra el texto en pantallas pequeñas */
    }
}



/* SERVICES */
/* Estilos para la página de servicios */
.services-page {
    height: 100%; /* Asegúrate de que ocupe toda la altura */
    margin: 0; /* Elimina márgenes para que el fondo cubra toda la ventana */
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('../images/playita2.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.services-page header {
    position: fixed; /* Mantiene el header en la parte superior */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Asegura que el header esté encima de otros elementos */
    background-color: rgba(0, 0, 0, 0.8); /* Fondo semi-transparente */
    padding: 1rem; /* Ajusta el padding según sea necesario */
}

.services-page main {
    padding-top: 5rem; /* Espacio para evitar que el contenido del main se superponga al header */
    min-height: 100vh; /* Asegúrate de que ocupe al menos la altura de la ventana */
    margin: 0; /* Elimina márgenes en el contenido principal */
}



@media (max-width: 768px) {
    .custom-services-details {
        margin-bottom: 0;
        /* Eliminar el margen negativo en dispositivos móviles */
        padding: 5rem 0 2rem;
        /* Añadir padding inferior en dispositivos móviles */
    }
}

.custom-services-title {
    background-color: rgba(52, 58, 64, 0);
    /* Fondo oscuro con transparencia */
    color: #f0c358;
    /* Color dorado */
    text-shadow: 2px 2px 2px black;
    /* Sombra negra */

    margin: 0;
    /* Elimina margen */
    padding: 1rem;
    /* Espaciado interno */
    border-radius: 10px;
    /* Bordes redondeados */
    text-align: center;
    /* Centrar el título */
    font-family: 'Poppins', sans-serif;
    font-weight: bold;

}

.custom-price-container {
    margin: 0;
}

.custom-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60vh;
}

.custom-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);

}

/*tarjetas del index*/
.custom-card .card-img-top {
    height: 60vh;
    object-fit: cover; /* Ajusta la imagen para cubrir el contenedor sin distorsión */
    transition: filter 0.3s ease; /* Efecto de brillo suave */
    background-color: #000; /* Añade un fondo negro para las áreas vacías si es necesario */
}

/*fondito negro tarjeta*/
.custom-card .card-img-top:hover {
    filter: brightness(0.8); 

}

@media (max-width: 768px) {
    .card-img-top {
        height: 60vh;
    }
}

.custom-services-details {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('../images/playita1.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5rem 0;
    /* Espaciado superior e inferior */
    margin-bottom: 0rem;
    /* waja */
}
@media (max-width: 768px) {
    .custom-services-details {
        margin-bottom: 0; /* margen en el celular para que se vean bien lar tarjetas del celular*/
    }
    .custom-card .card-img-top{
        height: 60vh;
    }
    .custom-card{
        height: 40vh;
    }
    .custom-card:hover {
        transform: scale(0.9);
       
    
    }
}

/* Estilos para los títulos y descripciones de los servicios */
.custom-service-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 70px;
    left: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    /* Sombra de texto */
}

.custom-service-description {
    font-size: 1.1rem;
    color: #ffcc00;
    /* Amarillo brillante */
    position: absolute;
    bottom: 30px;
    /* Aumenta el valor para separar más el precio del título */
    left: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    /* Fondo negro semi-transparente */
    padding: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    /* Sombra de texto */
}

@media (max-width: 768px) {
    .custom-service-title {
        font-size: 2rem;
        /* Aumenta el tamaño de fuente en móviles */
        bottom: 120px;
        /* Espaciado adicional desde la parte inferior */
    }

    .custom-service-description {
        font-size: 1.7rem;
        /* Aumenta el tamaño de fuente en móviles */
        bottom: 50px;
        /* Espaciado adicional desde la parte inferior */
    }
}



/* Estilos para los modales */

.modal-content {
    padding: 10px;
    border-radius: 8px;
    background-color: black !important;

}

.modal-content h3 {
    color: yellow;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.img-modal {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.modal-body p {
    color: white;
    font-family: 'Poppins', sans-serif;

}

.parrafo-modal {
    text-align: justify;
    color: white !important;

}

.btn-close {
    background-color: #f0c24e !important;
    /* Fondo blanco */
    border: none;
    /* Sin borde */
    color: white !important;
    /* Color del icono */
    opacity: 1;
    /* Totalmente visible */
    position: absolute;
    /* Posicionamiento absoluto */
    top: 10px;
    /* Espaciado desde la parte superior */
    right: 10px;
    /* Espaciado desde la derecha */
    z-index: 1050;
    /* Asegúrate de que esté por encima de otros elementos */
}

.cotact-modal {
    display: flex;

    justify-content: center;
    /* Centra los elementos verticalmente */
    align-items: center;
    /* Centra los elementos horizontalmente */
    height: 100vh;
    background-image: url('../images/w_15.jpg');
    background-size: 90%;
    /* Ajusta la imagen para cubrir todo el fondo */
    background-position: center;
    /* Centra la imagen de fondo */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.cotact-modal-2 {
    display: flex;
    margin-top: 0;
    justify-content: center;
    /* Centra los elementos verticalmente */
    align-items: center;
    /* Centra los elementos horizontalmente */
    width: 100%;
    height: 100vh;
    background-image: url('../images/w_16.jpg');
    background-size: 90%;
    /* Ajusta la imagen para cubrir todo el fondo */
    background-position: center;
    /* Centra la imagen de fondo */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.cotact-modal-3 {
    display: flex;
    height: 100vh;
    justify-content: center;
    /* Centra los elementos verticalmente */
    align-items: center;
    /* Centra los elementos horizontalmente */
    height: 100vh;
    /* Altura de la ventana gráfica */
    background-image: url('../images/w_45.jpg');
    background-size: 90%;
    /* Ajusta la imagen para cubrir todo el fondo */
    background-position: center;
    /* Centra la imagen de fondo */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.cotact-modal-4 {
    display: flex;
    height: 100vh;
    justify-content: center;
    /* Centra los elementos verticalmente */
    align-items: center;
    /* Centra los elementos horizontalmente */
    height: 100vh;
    /* Altura de la ventana gráfica */
    background-image: url('../images/x_2_x.jpg');
    background-size: 90%;
    /* Ajusta la imagen para cubrir todo el fondo */
    background-position: center;
    /* Centra la imagen de fondo */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.cotact-modal-5 {
    display: flex;
    height: 100vh;
    justify-content: center;
    /* Centra los elementos verticalmente */
    align-items: center;
    /* Centra los elementos horizontalmente */
    height: 100vh;
    /* Altura de la ventana gráfica */
    background-image: url('../images/castin_w1_2.jpg');
    background-size: 90%;
    /* Ajusta la imagen para cubrir todo el fondo */
    background-position: center;
    /* Centra la imagen de fondo */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.cotact-modal-6 {
    display: flex;
    height: 100vh;
    justify-content: center;
    /* Centra los elementos verticalmente */
    align-items: center;
    /* Centra los elementos horizontalmente */
    height: 100vh;
    /* Altura de la ventana gráfica */
    background-image: url('../images/casting_w2_1 (2).jpg');
    background-size: 90%;
    /* Ajusta la imagen para cubrir todo el fondo */
    background-position: center;
    /* Centra la imagen de fondo */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
}

.btn-contact-modal {
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.btn-contact-modal:hover {
    background-color: transparent;
    color: yellow;
    border: 1px solid white;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Playfair Display';
}

@media (max-width: 768px) {
    .cotact-modal {
        height: 60vh;
    }

    .cotact-modal-3 {
        height: 60vh;
    }

    .cotact-modal-2 {
        height: 60vh;
    }

    .cotact-modal-4 {
        height: 60vh;
    }

    .cotact-modal-5 {
        height: 60vh;
    }

    .cotact-modal-6 {
        height: 60vh;
    }
}









/*casting*/
.carousel-item {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.carousel-item.active {
    display: block;
    opacity: 1;
    transform: scale(1.05); /* Escala para pantallas grandes */
}

/* Estilos específicos para pantallas móviles */
@media (max-width: 768px) {
    .carousel-item.active {
        transform: scale(1.01); /* Escala menor para pantallas pequeñas */
    }
}



.casting {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('../images/playita1.jpeg');
    width: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    /* Asegura que la imagen cubra todo el área */

}

.casting-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('../images/playita2.jpeg');
    width: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.casting-back {
    background-color: #000;
}

.carousel {
    height: 100%;
    /* Altura fija del carrusel */
    overflow: hidden;
    /* Oculta cualquier contenido que exceda el tamaño del contenedor */
}

.img-coursel-casting {
    width: 70vh;
    height: 70vh;
    object-fit: cover;
    align-self: flex-start;
}



.carousel-item.active {
    opacity: 1;
}

.name-casting {
    color: #ffcc00;
    text-align: center;
}

.age-casting {
    color: white;
    text-align: center;
}

.erotic-text-casting {
    color: white;
    text-align: center;
}

@media (max-width: 767px) {
    .img-coursel-casting {
        width: 100%;
        height: auto;
        align-self: center;

    }
}

.carousel-inner img {
    max-height: 80px;
    object-fit: contain;
    margin: 20px 0;
}

.sponsor {
    background-color: black;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}



.boton-a-servicios {
    display: inline-block; /* Para que se comporte como un botón */
    padding: 10px 20px; /* Espaciado interno */
    color: white; /* Color del texto */
    background-color: black; /* Color de fondo negro */
    border: 2px solid gold; /* Borde dorado */
    border-radius: 5px; /* Bordes redondeados */
    text-decoration: none; /* Eliminar subrayado */
    transition: transform 0.2s ease, color 0.2s ease; /* Transición suave para el zoom y color */
    cursor: pointer; /* Cambia el cursor al pasar el mouse */
}

.boton-a-servicios:hover {
    transform: scale(1.05); /* Efecto de zoom muy pequeño */
    color: gold; /* Cambia el color del texto a dorado al hacer hover */
}
