body,
html {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.logo {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
    text-align: center;
    opacity: 0;
}

.entertainment-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    opacity: 0;
}

.entertainment-menu h1 {
    font-size: 58px;
    margin: 0;
    font-weight: bold;
}

.entertainment-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.entertainment-menu ul li {
    margin: 10px 15px;
}

.entertainment-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
}

.entertainment-menu ul li a:hover {
    text-decoration: underline;
}

.regions {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    width: 100%;
    opacity: 0;
}

.regions ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.regions ul li {
    margin: 10px 10px;
}

.regions ul li a {
    color: white;
    text-decoration: none;
    font-size: 19px;
}

.regions ul li a:hover {
    text-decoration: underline;
}

.caribe-link {
    color: #00b0ff;
    text-decoration: underline;
    font-size: 16px;
}

.footer-text {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    z-index: 2;
}

.fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    color: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para resaltar */
    transition: background-color 0.3s, border-color 0.3s;
}

/* Media Queries para móvil */
@media (max-width: 768px) {
    .logo img {
        width: 80%;
    }

    .entertainment-menu ul {
        margin: 20px 30px;
    }

    .entertainment-menu h1 {
        font-size: 35px;
    }

    .entertainment-menu ul li {
        margin: 5px 15px;
    }

    .regions {
        bottom: 10%;
    }

    .regions ul li {
        margin: 5px 10px;
    }

    .about-section p {
        text-align: left !important;
    }

    .services-section h1 {
        font-size: 50px;
    }

    .services-section ul li {
        font-size: 20px;
    }

    .efectn.animated {
        animation: none !important;
    }

    .location-header {
        display: block; /* Cambia el flexbox a un bloque */
        text-align: left;
    }

    .location-title, .view-location-text {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .efectn2.animated {
        animation: none !important;
    }

    .view-location-text {
        margin-top: 10px;
        font-size: 14px;
    }

    .location-title {
        font-size: 50px;
    }

    .vlt-margin{
        margin-bottom: 0px;
    }

    .clients-title {
        font-size: 50px;
    }

    .client-item {
        font-size: 16px;
    }

    .brands-title {
        font-size: 50px;
    }

    .celebrities-title {
        font-size: 50px;
    }

    .contact-title {
        font-size: 50px;
    }

    .contact-img {
        max-width: 80%;
    }

    .contact-text h2{
        font-size: 22px !important;
    }
    
    .contact-text h3{
        font-size: 16px !important;
    }

    .animate-section.zoomIn {
        animation: none !important;
    }

    .clients-row {
        margin-bottom: 0px !important; /* Espacio entre filas */
    }
}

@media (max-width: 576px) {
    .logo img {
        width: 80%;
    }

    .entertainment-menu h1 {
        font-size: 30px;
    }

    .entertainment-menu ul li a {
        font-size: 14px;
    }

    .regions ul li a {
        font-size: 14px;
    }

    .footer-text {
        font-size: 12px;
    }

    .services-section h1 {
        font-size: 70px !important;
    }

    .services-section ul li {
        font-size: 18px;
    }

    .work-section h1 {
        font-size: 40px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        margin-right: 10px;
    }

    .video-container2 {
        padding-bottom: 75%;
    }

    .video-container2 video {
        padding-bottom: 1px;
    }

    .location-title {
        font-size: 70px !important;
    }

    .view-location-text {
        font-size: 12px;
    }

    .clients-title {
        font-size: 70px !important;
    }

    .client-item {
        font-size: 25px !important;
    }

    .brands-title {
        font-size: 70px !important;
    }

    .celebrities-title {
        font-size: 50px !important;
    }

    .still-title {
        font-size: 45px !important;
    }

    .contact-title {
        font-size: 70px !important;
    }

    .contact-img {
        max-width: 90%;
    }

    .contact-maps .map-address {
        font-size: 16px;
    }

    .contact-maps .nav-tabs .nav-link {
        font-size: 16px;
    }

    .contact-logo {
        max-width: 100px;
        margin-top: 20px;
    }

    .video-info h3 {
        font-size: 18px !important;
    }
    
    .video-info p {
        font-size: 13px !important;
    }
}

/* Estilos para la sección "ABOUT" */
.about-section {
    background-color: white;
    color: black;
    padding: 10px 20px;
}

.about-section h1 {
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}

.about-section p {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
}

.about-content {
    /*max-width: 800px;*/
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 10px;
}

/* Estilos para la sección "SERVICES" */
.services-section {
    background-color: white;
    color: black;
    padding: 10px 20px;
}

.services-section h1 {
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}

.services-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.services-section ul li {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: justify;
}

.services-content {
    /*max-width: 800px;*/
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 50px;
}

/* Estilos para la sección "WORK" */
.work-section {
    padding: 50px 20px;
    background-color: white;
    color: black;
}

.work-section h1 {
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}

.nav-tabs {
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link {
    color: black;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 20px;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
    border-color: transparent;
    border-bottom: 1px solid #000;
}

.tab-content {
    margin-top: 30px;
}

.video-container2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.20%;
    margin-bottom: 0px;
}

.video-container2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Información del video (oculta por defecto) */
.video-info {
    position: absolute;
    top: 0; /* Cubre desde la parte superior */
    left: 0;
    right: 0;
    bottom: 0; /* Cubre toda la altura */
    background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro con mayor transparencia */
    color: white;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    visibility: hidden;
    display: flex;
    justify-content: initial;
    align-items: end;
    text-align: left;
}

/* Mostrar información al hacer hover */
.video-container2:hover .video-info {
    opacity: 1;
    visibility: visible;
}

/* Texto dentro de la información del video */
.video-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.video-info p {
    margin: 0px 0;
    font-size: 14px;
}

/* Centrando el contenido de texto verticalmente */
.video-info-content {
    max-width: 90%; /* Para asegurarnos de que el contenido no ocupe todo el ancho */
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.slick-carousel img {
    width: 100%;
    height: auto;
    border-radius: 0px; /* Opcional: Añade bordes redondeados */
}

.slick-slide {
    margin: 0 0px; /* Espacio entre las imágenes */
}

.slick-list {
    padding: 0 40px; /* Añade padding a los lados del carrusel */
}

.slick-center img {
    transform: scale(1.1); /* Hace zoom en la imagen central */
    transition: transform 0.3s ease;
}

.slick-prev, .slick-next {
    background-color: white; /* Color de fondo de las flechas */
    color: black;            /* Color del ícono */
    z-index: 1;             /* Asegúrate de que se muestren por encima de otros elementos */
    border-radius: 50%;     /* Dar forma circular */
    width: 34px;
    height: 30px;
}

.slick-prev:before, .slick-next:before {
    font-size: 35px; /* Ajusta el tamaño del ícono de las flechas */
    color: black;
}

.slick-prev {
    left: 5px;
    z-index: 1;
}

.slick-next {
    right: 5px;
    z-index: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: black;
    outline: none;
    background: white;
}

.view-more-btn {
    display: block;
    width: 200px;
    margin: 30px auto;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    color: white;
    background-color: black;
    text-decoration: none;
}

.view-more-btn:hover {
    background-color: #333;
}

/* Estilos para la sección "LOCATION" */
.location-section {
    padding: 50px 20px;
    background-color: white;
    color: black;
}

.location-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 20px; /* Añadido para separar el encabezado del contenido */
}

.vlt-margin{
    margin-bottom: 15px;
}

.location-title {
    margin-bottom: 0; /* Elimina cualquier margen adicional */
    font-size: 90px;
    font-weight: bold;
}

.view-location-text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
}

/* Estilos para la sección "CLIENTS" */
.clients-section {
    padding: 50px 20px;
    background-color: white;
    color: black;
}

.clients-title {
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left; /* Centramos el título */
}

.clients-row {
    margin-bottom: 25px; /* Espacio entre filas */
}

.client-item {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
}

/* Estilos para la sección "BRANDS" */

.brands-section {
    padding: 50px 20px;
    background-color: white;
    color: black;
}

.brands-title {
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 40px;
}

.brands-section img {
    margin-bottom: 15px;
}

/* Estilos para la sección "CELEBRITIES" */
.celebrities-section {
    padding: 50px 20px;
    background-color: white;
    color: black;
}

.celebrities-section2 {
    padding: 50px 20px;
    background-color: white;
    color: black;
}

.celebrities-title {
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 40px;
}

.still-title {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 40px;
}

.celebrities-section img {
    /*margin-bottom: 15px;*/
    max-width: 100%;
    height: auto;
}

.celebrities-section2 img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.celebrity-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.celebrity-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); /* Fondo oscuro con transparencia */
    color: white;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease; /* Transición suave */
    visibility: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Para centrar el texto verticalmente */
}

.celebrity-container:hover .celebrity-info {
    opacity: 1;
    visibility: visible;
}

.celebrity-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.efectn {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.efectn.animated {
    animation: accordionEffect 1.5s ease-out forwards;
}

.efectn2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.efectn2.animated {
    animation: accordionEffect 1.5s ease-out forwards;
}

.efectn3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.efectn3.animated {
    animation: accordionEffect 1.5s ease-out forwards;
}

@keyframes accordionEffect {
    0% {
        clip-path: inset(0 50% 0 50%); /* Cortado desde los lados */
        opacity: 0.5;
    }
    50% {
        clip-path: inset(0 25% 0 25%); /* Menos cortado */
        opacity: 0.75;
    }
    100% {
        clip-path: inset(0 0 0 0); /* Expande completamente */
        opacity: 1;
    }
}


/* Estilos para la sección "CONTACT" */
.contact-section {
    padding: 50px 20px;
    background-color: white;
    color: black;
}

.contact-title {
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-img {
    /*border-radius: 50%;
    border: 3px solid #00b0ff;*/
    max-width: 100%;
    height: auto;
}

/* Map Tabs Styles specific to the contact section */
.contact-maps .nav-tabs .nav-link {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    border: none;
}

.contact-maps .nav-tabs .nav-link.active {
    color: #00b0ff; /* Color verde azul para el tab activo */
    border-bottom: 2px solid #00b0ff;
}

.contact-maps .tab-content .map-container {
    margin-top: 20px;
    text-align: center;
}

.contact-maps .map-address {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

/* Logo Styles */
.contact-logo {
    max-width: 150px;
    margin-top: 0px;
}

.contact-text{
    display: grid;
    align-content: center;
    text-align: left;
}

.contact-text h2{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 12px;
}

.contact-text h3{
    font-size: 18px;
    margin: 0;
    margin-bottom: 3px;
}

.contact-text a{
    color: #000;
    text-decoration: none;
    margin-bottom: 3px;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate(-50%, -100%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0%);
    }
}

/* Animación para el menú de entretenimiento - Entrar desde la izquierda */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate(-130%, -50%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Animación para el menú de regiones - Entrar desde abajo */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate(-50%, 150%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0%);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.animate-section.zoomIn {
    animation: zoomIn 1.5s ease forwards;
}


.logo.animate {
    animation: fadeInDown 1s ease-out forwards;
}

.entertainment-menu.animate {
    animation: fadeInLeft 2s ease-out 0.5s forwards;
}

.regions.animate {
    animation: fadeInUp 1s ease-out 1s forwards;
}

.p-right{
    border-right: 1px solid #fff;
}

.p-left{
    border-left: 1px solid #fff;
}

.p-bottom{
    border-bottom: 1px solid #fff;
}

.p-top{
    border-top: 1px solid #fff;
}

/* Pc */
@media (min-width: 769px) {
    .about-section .about-content p {
        padding-left: 105px;
    }

    .p-nav {
        padding-left: 40px;
        padding-right: 40px;
    }

    .services-section .services-content li {
        padding-left: 105px;
    }

    .animate-section {
        visibility: visible;
    }
}

/* Menú en mayúsculas también para la barra de navegación de la sección "ABOUT" */
.navbar-nav .nav-link {
    text-transform: uppercase;
    color: #000;
}

.navbar-nav .nav-link:hover {
    border-bottom: 2px solid black;
    /*transition: border-bottom 0.3s ease; /* Añade una transición suave */
}

.nav-link.active {
    border-bottom: 2px solid black;
}

.wpage-link {
    display: inline;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    background: 0 0;
    border: 0;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.wpage-link.active {
    border-bottom: 2px solid black;
}