
/*------------------------------------------------------------------
[Table of styles content]

1 - Header
2 - Hero
3 - CTA
4 - Services
5 - Featured
6 - Recent Posts
7 - Trust
8 - Pricing Tables
9 - Testimonials
10 - Clients
11 - CTA 2
12 - Footer Widgets
13 - Foot Note
--------------------------------------------------------------------*/
/*-----------------------------------
    1 - Header
------------------------------------*/
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

header {
  background-color: rgba(26, 10, 56, 0.53);
  color: #fff;
  z-index: 1000;
}

header a {
  color: #fff;
}

header::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: -20px;
}

.nav-link {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
}

.contact {
  font-size: 12px;
}

.tel {
  margin-right: 30px;
}

.contact i {
  color: #ee1515;
  margin-right: 10px;
}

.login {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 25px;
  text-transform: uppercase;
}

.contact a:hover,
.login:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.login i {
  color: #ee1515;
  margin-right: 8px;
}

.navbar-brand h1 {
  margin: 0;
}

.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social li:not(:last-child) {
  margin-right: 20px;
}

.social a {
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ee1515;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.social a:hover {
  color: #fff;
  background-color: #ee1515;
}

.navbar-brand img {
  width: 135px;
}

.navbar-collapse .search-form input[type="text"] {
  border: 1px solid #ced4da;
  color: #333;
  padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
  margin-top: 0;
  border-radius: 0;
  margin-left: -1px;
}

.navbar-collapse .nav-link {
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
}

.navbar-collapse .nav-link:hover {
  color: #ee1515;
}

.cart,
.login-icon,
.search-icon {
  color: #fff;
  font-size: 1.5rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
  color: #ee1515;
}

.cart {
  margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
  background-color: #fff;
  color: #ee1515;
}

/* ############### MODAL ####################### */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;  /* Ancho completo de la pantalla */
  height: 100vh; /* Altura completa de la pantalla */
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  width: 90vw; /* Ocupa el 90% del ancho de la pantalla */
  max-width: 100%; /* Máximo ancho */
  height: 90vh; /* Ocupa el 90% de la altura de la pantalla */
  background-color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  cursor: pointer; /* Cambia el cursor a "manito" */
  z-index: 1100; /* Coloca la "X" por encima del video */
}

video {
  width: 100%; /* Ajusta el ancho del video al modal */
  height: 100%; /* Ajusta la altura del video al modal */
  object-fit: cover; /* Hace que el video cubra completamente el espacio */
}

/* ICONO DE PLAY EN BANNER */
.btn i {
  font-size: 24px; /* Ajusta el tamaño del icono */
}

/* Menú desplegable personalizado con gris claro y letras en blanco */
.dropdown-menu-custom {
  background-color: rgba(148, 125, 125, 0.5); /* Fondo gris claro, semitransparente */
  color: #ffffff; /* Letras en blanco */
  border: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: none; /* Oculta el menú por defecto */
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Transición suave */
  opacity: 0;
  visibility: hidden;
}

/* Estilo para los elementos del menú desplegable */
.dropdown-menu-custom .dropdown-item {
  color: #ffffff; /* Asegura que las letras de cada elemento sean blancas */
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: rgba(200, 200, 200, 0.3); /* Fondo más transparente en hover */
  color: #ffffff;
}

/* Mostrar el menú al pasar el cursor */
.nav-item.dropdown:hover .dropdown-menu-custom {
  display: block; /* Muestra el menú */
  opacity: 1;
  visibility: visible;
}

/* Mantén el color blanco en todos los estados para el enlace de Artwork */
#artworkDropdown {
  color: #ffffff !important; /* Forza el color blanco */
}





/*-----------------------------------
    1 - Hero
------------------------------------*/
.hero {
  background: url("../images/mazzcuy-banner.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 5;
}

.hero .slide-content {
  min-height: 600px;
  color: #fff;
}

.hero .slide-content span {
  color: #ee1515;
}

.hero .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  background-color: rgba(255, 255, 255, 0.51);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.hero .slide-content .btn {
  margin-top: 50px;
}

.hero .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero .arr-left,
.hero .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.hero .arr-left:hover,
.hero .arr-right:hover {
  cursor: pointer;
}

.hero .arr-right {
  right: 15px;
}

.hero .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(240, 0, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero .texture {
  width: 100%;
  height: 100%;
  background: url("../images/hero-texture.png") no-repeat center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}

/*-----------------------------------
    1 - CTA
------------------------------------*/
.cta-content {
  padding: 30px 30px 90px;
  color: #fff;
  background-color: #ee1515;
  position: relative;
  z-index: 1;
}

.cta-content p {
  padding-left: 15px;
  padding-right: 15px;
}

.cta-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(24, 9, 53, 0.77);
  position: absolute;
  top: -25px;
  left: -1px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.cta-content .subscribe-btn {
  align-self: flex-end;
  margin-right: 30px;
}

/*-----------------------------------
    1 - Services
------------------------------------*/
.title {
  font-weight: 700;
  text-transform: uppercase;
}

.title h6 {
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.title h1 {
  font-size: 35px;
}

.title .title-blue {
  color: #26264b;
}

.title .title-primary {
  color: #ee1515;
}

.services {
  padding: 80px 0 50px;
}

.services .title {
  margin-bottom: 20px;
}

.services .media {
  margin: 40px 0;
}

.services h5 {
  color: #26264b;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/*-----------------------------------
    1 - Featured
------------------------------------*/
.featured {
  padding: 80px 0;
  background-color: #fafafa;
}

.featured p {
  margin: 35px 0 40px;
}

.featured .media i {
  font-size: 24px;
  color: #ee1515;
}

.featured .media h5 {
  text-transform: uppercase;
  color: #26264b;
}

.featured .btn {
  margin-top: 0;
}

.featured-img {
  position: relative;
  height: 530px;
  margin-top: 60px;
}

.featured-big {
  position: absolute;
  bottom: 0;
  right: 0;
}

.featured-small {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px ;
  background-color: #FAFAFA;
}

/* Media query para pantallas pequeñas */
@media (max-width: 768px) {
  .featured-img {
    height: auto; /* Altura se ajusta al contenido */
  }

  .featured-big {
    position: relative; /* Cambia a relative para evitar que se superpongan */
    width: 100%; /* Imagen grande ocupa todo el ancho */
    height: auto;
  }

  .featured-small {
    width: 50%; /* Imagen pequeña ocupa la mitad del ancho */
    height: auto;
    left: 0; /* Quita desplazamiento lateral */
    bottom: 0; /* Quita desplazamiento vertical */
    padding: 7px;
  }
}
/*-----------------------------------
    1 - Recent Posts
------------------------------------*/
.recent-posts {
  padding: 65px 0 100px;
}

.recent-posts .btn {
  margin-top: 60px;
}

.recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
  margin-top: 30px;
}

.recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
  margin-bottom: 30px;
}

.single-rpost {
  /* margin: 35px 0 0; */
  margin: 20px auto; /* Centrar y reducir el margen superior */
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra verticalmente */
}

.post-thumb img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.post-thumb {
  width: 100%;
  height: 250px; /* Set a uniform height for all containers */
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.post-content {
  color: #ccc;
  flex: 1; /* Permite que el contenido ocupe el espacio disponible */
  text-align: center; /* Centra el texto si es necesario */
}

.post-content time {
  font-size: 14px;
  color: #ccc;
}

.post-content h3 {
  margin: 10px 0 2px;
}

.post-content h3 a {
  color: #26264b;
  font-weight: 600;
}

.post-content h3 a:hover {
  font-weight: 700;
  text-decoration: none;
}

.post-content a {
  color: #ccc;
}

.post-content a:hover {
  color: #26264b;
}

.post-content .post-btn {
  color: #6e6e6e;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: whitesmoke;
}

.post-content .post-btn:hover {
  color: #fff;
  background-color: #ee1515;
}

/*-----------------------------------
    1 - Trust
------------------------------------*/
.trust {
  padding: 75px 0;
  background-color: #26264b;
  color: #ddd;
  position: relative;
}

.trust .title {
  margin-bottom: 46px;
}

.trust h1 {
  color: #fff;
}

.trust h5 {
  font-size: 24px;
  color: #fefefe;
  margin: 28px 0 12px;
}

.trust ul {
  color: #fff;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.trust li {
  margin-bottom: 15px;
}

.trust .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.trust .gal-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.trust .gal-img i {
  font-size: 72px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.trust .gal-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.trust .gal-img:hover {
  cursor: pointer;
}

.trust .gal-img:hover i {
  opacity: 1;
}

.trust .gal-img:hover::after {
  opacity: 1;
}

.trust .gal-img3 {
  top: -50%;
  left: 50%;
}

/*-----------------------------------
    1 - Pricing Table
------------------------------------*/
.pricing-table {
  padding: 100px 0;
}

.single-pricing {
  padding: 65px 0 40px;
  margin-top: 23px;
  color: #fff;
  background: #26264b;
  border: 0px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.single-pricing span {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 15px;
  background-color: transparent;
  position: absolute;
  top: 28px;
  right: 6px;
  transition: all 0.2s ease-in-out;
}

.single-pricing h2 {
  margin-bottom: -5px;
}

.single-pricing .desc {
  color: #9d9d9d;
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 2px solid #2f2f2f;
  transition: all 0.2s ease-in-out;
}

.single-pricing .price {
  font-size: 2rem;
  margin-bottom: 8px;
}

.single-pricing p {
  color: #ddd;
}

.single-pricing p:last-of-type {
  margin-bottom: 25px;
}

.single-pricing svg {
  width: 170px;
  position: absolute;
  top: -45px;
  right: -60px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.single-pricing:hover {
  border: 4px solid #fff;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
  margin: 19px 0 -4px;
}

.single-pricing:hover span {
  background-color: #26264b;
}

.single-pricing:hover .desc {
  color: #fff;
  border-bottom: 2px solid rgba(245, 245, 245, 0.322);
}

.single-pricing:hover svg {
  width: 500%;
  top: -200%;
  right: -50%;
}

.single-pricing:hover .btn {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

/*-----------------------------------
    1 - Testimonials
------------------------------------*/
.testimonial-and-clients {
  background: url(../images/test-clients-bg.png) center center/cover no-repeat #ee1515;
}

.testimonials {
  padding: 95px 0 85px;
  color: #fff;
  border-bottom: 1px solid #26264b;
}

.testimonials .test-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials .test-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 90px;
}

.testimonials h5 {
  color: #26264b;
  margin-top: 15px;
}

.testimonials span {
  color: #c4c4c4;
  display: inline-block;
  margin: 0 0 17px;
}

.testimonials p {
  font-size: 17px;
  line-height: 27px;
}

.test-pagination {
  text-align: center;
  margin-top: 8px;
}

.test-pagination span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #26264b;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
  cursor: pointer;
}

.test-pagination span:not(:last-child) {
  margin-right: 10px;
}

.test-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: white;
}

/*-----------------------------------
    1 - Clients
------------------------------------*/
.clients {
  padding: 70px 0;
}

.clients .swiper-wrapper {
  text-align: center;
}

/*-----------------------------------
    1 - CTA 2
------------------------------------*/
.cta2 {
  margin: 50px 0 -30px;
}

/*-----------------------------------
    1 - Footer
------------------------------------*/
footer {
  background: url(../images/footer-bg.png) center center/cover no-repeat #26264b;
}

/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/
.footer-widgets {
  padding-top: 90px;
  padding-bottom: 70px;
}

.footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
  margin: 40px 0 30px;
}

.single-widget {
  color: #aaa;
}

.single-widget .widget-tiltle {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
    margin-top: 40px;
}

.single-widget i {
  color: #ee1515;
}

.single-widget h6 {
  color: #fff;
}

.single-widget .media {
  margin-bottom: 20px;
}

.contact-widget a {
  color: #aaa;
}

.contact-widget i {
  font-size: 22px;
}

.twitter-widget i,
.twitter-widget h6 {
  color: #777;
}

span {
  color: #fff;
}

.recent-post-widget .rcnt-img {
  width: 68px;
  height: 130px;
  overflow: hidden;
}

.recent-post-widget .rcnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     border-radius: 10px;
}

.recent-post-widget a {
  color: #fff;
}

.recent-post-widget p {
  font-size: 13px;
}

.recent-post-widget i {
  margin-right: 10px;
}

.recent-post-widget i:last-of-type {
  margin-left: 15px;
}

.tags-widget {
  margin: -10px -10px 0 0;
}

.tags-widget a {
  color: #aaa;
  display: inline-block;
  /* padding: 10px 12px; */
  border-radius: 2px;
  /* background-color: #363636; */
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  /* margin: 10px 10px 0 0; */
}

.tags-widget a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ee1515;
}

.subscribe-widget form {
  margin-bottom: 10px;
}

.subscribe-widget input {
  font-size: 14px;
  padding: 0px 10px;
  background-color: #444;
  border: none;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.subscribe-widget input:focus {
  outline: none;
  box-shadow: none;
}

.subscribe-widget button {
  background: #ee1515;
  border: none;
  padding: 9px 14px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: -10px;
  position: relative;
  z-index: 5;
}

.subscribe-widget button i {
  color: #fff;
}

.subscribe-widget .social-nav {
  margin-top: 32px;
}

.subscribe-widget .social-nav a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #ddd;
  background-color: #444;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 10px;
}

.subscribe-widget .social-nav a i {
  color: #ddd;
}

.subscribe-widget .social-nav a:hover {
  background-color: #ee1515;
}

/*-----------------------------------
    1 - Foot Note
------------------------------------*/
.foot-note {
  padding: 35px 0;
  background-color: #ee1515;
  color: #26264b;
}

.foot-note a {
  color: #26264b;
}

.foot-note a:last-child {
  margin-left: 30px;
}

.foot-note a.fh5-link {
  margin-left: 0;
}




/* blos personalizado  en index.html */


/* Blog Area */
.blog_area {
  margin: 0 auto; /* Centra la sección */
  max-width: 1200px; /* Limita el ancho máximo */
  padding: 50px 15px; /* Espaciado interno */
}

/* Blog Title Area */
.section_title_area h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #26264B;
}

.section_title_area p {
  font-size: 18px;
  width: 58%;
  margin: 0 auto;
  padding: 0 0 30px 0;
  color: #666; /* Color opcional para el texto */
}

/* Blog Container */
#containerRelevantBlog {
  margin: 0 auto; /* Centra el contenido */
  padding: 0 0 50px 0; /* Espaciado inferior */
  row-gap: 20px
}

/* Blog Post Area */
.inner_blog_area {
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  background-color: var(--whitec);
  min-height: 550px;
  transition: transform 0.3s ease; /* Suavidad en las interacciones */
}

.inner_blog_area:hover {
  transform: translateY(-5px); /* Pequeño efecto de elevación al hover */
}

/* Blog Thumbnail */
.inner_blog_thumb {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.inner_blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out; /* Transición para efecto zoom */
}

.inner_blog_area:hover .inner_blog_img img {
  transform: scale(1.2); /* Efecto de zoom al hover */
}

/* Blog Overlay */
.blog_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo negro semitransparente */
  transition: transform 0.5s ease-in-out; /* Suavidad en el overlay */
  transform: scale(0);
}

.inner_blog_area:hover .blog_overlay {
  transform: scale(1.2);
}

/* Blog Text Area */
.inner_blog_text {
  padding: 20px 20px 10px;
}

.inner_blog_text span {
  margin-right: 10px;
  font-size: 14px;
  color: var(--titlecolor);
  font-weight: 400;
}

.inner_blog_text span i {
  margin-right: 6px;
  font-size: 14px;
  color: var(--titlecolor);
}

/* Blog Content */
.inner_blog_content {
  padding: 0 20px 5px;
}

.inner_blog_content h2 a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  color: var(--titlecolor);
  text-transform: inherit;
  margin: 0;
  transition: color 0.3s ease-in-out;
}

.inner_blog_content h2 a:hover {
  color: #EC1E1E; /* Cambia el color al hacer hover */
}

.inner_blog_content p {
  font-size: 14px;
  color: #555; /* Texto más claro */
}

/* Responsividad */
@media (max-width: 768px) {
  .blog_area {
    padding: 30px 10px; /* Reduce el padding en dispositivos pequeños */
  }

  .section_title_area p {
    width: 100%; /* Ancho completo para pantallas pequeñas */
    font-size: 16px;
  }

  .inner_blog_area {
    min-height: 450px; /* Ajusta la altura mínima */
    margin-bottom: 20px;
  }

  .inner_blog_thumb {
    height: 200px; /* Reduce la altura del thumbnail */
  }

  .inner_blog_content h2 a {
    font-size: 20px; /* Ajusta el tamaño del título */
  }

  .inner_blog_content p {
    font-size: 13px; /* Ajusta el tamaño del texto */
  }
}

/* ################ BANNER RESTO DE PAGINAS QUE NO ES INDEX #################### */
ul.navbar-nav li {
margin-right: 15PX;
}

/* Estilos para que los elementos <li> estén en una sola línea */
ul.banner_current_page {
  display: flex;             /* Muestra los elementos <li> en línea */
  list-style: none;          /* Elimina los puntos de la lista */
  padding: 0;                /* Elimina el padding por defecto */
  margin: 0;                 /* Elimina el margen por defecto */
  gap: 10px;                 /* Espacio entre elementos */
}


ul.banner_current_page li {
  display: flex;             /* Alinea el texto y el icono horizontalmente */
  align-items: center;       /* Centra verticalmente los elementos */
}

ul.banner_current_page li a {
  text-decoration: none;     /* Elimina el subrayado de los enlaces */
  color: inherit;            /* Hereda el color del texto */
  display: flex;             /* Alinea el texto y el icono dentro del enlace */
  align-items: center;       /* Centra verticalmente el contenido del enlace */
}

ul.banner_current_page li i {
  margin-left: 5px;          /* Espacio entre el texto y el icono */
}


/* ################ IMAGENES DE GALERYA Y SERIES ################# */
/* inner port area css */
:root {
  --blackc: #000;
  --whitec: #ffffff;
  --pargc: #333333;
  --titlecolor: #333333;
  --iconc: #ffc107;
  --brcolor: #EBEBEB;
  --bgcolor: #002e70;
  --lightcolor: #EBEBEB;

}

.inner_port_area {
  margin-bottom: 30px;
}

.inner_port_img {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.inner_port_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Mantiene la imagen sin distorsión */
  transition: .5s;
}

.inner_port_area:hover .inner_port_img img {
  transform: scale(1.1);
}

/* port overlay css */
.port_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  pointer-events: none;
  /* Permite el clic en la imagen */
}

.inner_port_area:hover .port_overlay {
  opacity: 1;
  visibility: visible;
}

.port_overlay_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0.3s;
}

.inner_port_area:hover .port_overlay_content {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.port_overlay_content h3 {
  margin: 0;
}

.port_overlay_content h3 a {
  font-size: 24px;
  font-weight: 700;
  color: var(--whitec);
}

.port_overlay_content h3 a:hover {
  color: var(--blackc);
}

.port_overlay_content p {
  color: var(--whitec);
}

/* inner port btn css */
.inner_port_btn {
  margin-top: 20px;
}

.inner_port_btn a {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  font-weight: 700;
  padding: 16px 50px;
  text-align: center;
  background-color: var(--blackc);
  color: var(--whitec);
}

.portfolio_lo_nav_area {
  padding: 30px 0 150px;
}

.inner_portfolio_lower_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner_portfolio_lower_nav ul li {
  display: inline-block;
}

.inner_portfolio_lower_nav ul li a {
  display: inline-block;
  border-radius: 5px;
  font-size: 19px;
  line-height: 1;
  margin: 0 5px;
  padding: 15px 24px;
  color: var(--titlecolor);
  box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12);
}

.inner_portfolio_lower_nav ul li a.current {
  background-color: var(--blackc);
  color: var(--whitec);
}

.inner_portfolio_lower_nav ul li a:hover {
  background-color: var(--blackc);
  color: var(--whitec);
}

.inner_portfolio_lower_nav ul li a i {
  font-size: 22px;
  font-weight: 900;
}

/* PAGINATION */
.current_menu_item {
  font-weight: bold;
  color: #007BFF;
}

.portfolio_title {
  padding: 80px;
}


#paginationContainer a:hover{
  text-decoration: none !important;
}

.single_portfolio_area ul li.current_menu_item {
  background-color: var(--blackc);
  color: var(--whitec);
  border: 1px solid transparent;
}
/* ################ END IMAGENES DE GALERYA Y SERIES ############# */

/* ====== modal =========*/

/* Estilos para el fondo oscuro */
.modal {
  display: none;
  /* Oculto por defecto */
  position: fixed;
  z-index: 9999999;
  /* Asegura que esté encima de todo el contenido */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Evita el desplazamiento de la página */
  background-color: rgba(0, 0, 0, 91%);
  /* Fondo oscuro semi-transparente */
  backdrop-filter: blur(8px);
  /* Efecto de desenfoque en el fondo */
}

html.modal-open, body.modal-open {
  overflow: hidden !important;
    /* Fuerza la desactivación del desplazamiento */
    /* height: 100vh; */
    /* Fija la altura de la página al 100% */
}

/* Imagen dentro del modal */
.modal-content {
  max-width: 25%;
  max-height: 60%;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
  position: relative;
  top: 10%;
  overflow: hidden;
  /* Para recortar cualquier parte de la imagen que se salga */
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Ajusta la imagen para que se contenga dentro del contenedor sin distorsionarse */
  background-color: transparent !important;
}

/* Estilos para el botón de cerrar */
.modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modal .close:hover {
  color: #bbb;
}



/* Descripción del modal */
#modalCaption {
  text-align: center;
  color: white;
  padding: 10px;
  max-width: 80%;
  margin: auto;
  border-radius: 8px;
}

.info_obra_modal {
  font-size: 12px;
  letter-spacing: .3px;
  line-height: 17px;
  max-width: 100%;
  white-space: pre-line;
}

.titulo_obra_modal {
  font-size: 20px;
  margin-top: 70px !important;
  margin-bottom: 0px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 9% !important;
}

.info_obra_modal,
.name_artist {
  color: #fff;
  font-family: Helvetica;
  font-weight: 100;
}

.name_artist {
  font-size: 14px;
}

/* --- Media Queries --- */

/* Pantallas de escritorio grandes */
@media (min-width: 1024px) {
  .modal-content {
      width: 60%; /* Reducir el ancho del modal */
      
  }

  #modalCaption {
      width: 60%; /* Coincide con el nuevo ancho */
  }
}

/* Tablets */
@media (max-width: 1023px) and (min-width: 768px) {
  .modal-content {
      width: 80%; /* Aumentar el ancho para tablets */
  }

  #modalCaption {
      width: 80%; /* Coincide con el nuevo ancho */
      font-size: 0.9rem; /* Texto ligeramente más pequeño */
  }
}

/* Celulares */
@media (max-width: 767px) {
  .modal-content {
      max-width: 80%; /* Usar casi todo el ancho disponible */
      
  }

  .titulo_obra_modal {
    margin-top: 20% !important;
  }

  #modalCaption {
      width: 90%; /* Coincide con el nuevo ancho */
      font-size: 0.8rem; /* Texto más pequeño */
  }

  .close {
      font-size: 25px; /* Botón de cerrar más pequeño */
      top: 5px;
      right: 10px;
  }
}
/* ====== end modal =========*/

/* ############ ABOUT PAGE ############## */
.artist-about-section {
  padding: 50px 0;
  background-color: #fff;
}

.artist-about-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.artist-image-wrapper {
  position: relative;
  width: 400px;            /* Ancho del contenedor */
  height: 500px;           /* Altura mayor para mostrar la mancha de fondo */
}

.artist-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.artist-image .main-image {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;             /* Coloca la imagen principal por encima de la mancha */
}

.artist-text {
  max-width: 600px;
  font-size: 16px;
  color: #777;
  line-height: 1.6;
}

.artist-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #000;
}

.name_phone_about p{
  margin-bottom: 5px; /* Ajusta este valor para reducir el espacio */
  line-height: 1.2;   /* Opcional: ajusta el interlineado si es necesario */
}

/* =========== END ABOUT PAGE =========== */

/* ############# BLOG PAGE #################### */
.current_menu_item {
  font-weight: bold;
  color: #007BFF;
}

.cursor{
  cursor: pointer;
}

.blog_item {
  display: none; /* Ocultar por defecto */
}

.all-blog {
  display: block; /* Mostrar todas cuando se selecciona "All Blogs" */
}

.inner_yblog_left_title ul li {
  font-family: 'Rajdhani', sans-serif; /* Ajusta el tipo de fuente al que se usa en "Recent Post" */
  font-size: 16px; /* Ajusta al tamaño que prefieres */
  font-weight: normal; /* Si es necesario, quita el estilo bold */
  color: #555; /* Cambia el color de las letras para que coincidan con "Recent Post" */
  line-height: 1.6; /* Ajusta el espaciado entre líneas */
  padding: 5px 0; /* Espaciado superior e inferior entre los elementos */
  cursor: pointer; /* Opcional: Cambia el cursor para indicar que es clicable */
}

.inner_yblog_left_title ul li a {
  text-decoration: none; /* Quita el subrayado si lo tiene */
  color: inherit; /* Hereda el color del elemento padre */
  transition: color 0.3s; /* Animación suave en el cambio de color */
}

.yblog_left {
  padding: 100px 0 10px;
}

.inner_yblog_form {
  width: 100%;
  padding: 20px 0 20px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.inner_yblog_form input {
  width: 80%;
  outline: none;
  height: 55px;
  border: 1px solid #ddd;
  margin-left: 20px;
  padding-left: 20px;
}

.inner_yblog_form button {
  display: inline-block;
  outline: none;
  border: none;
  padding: 15px 0 ;
  margin-left: -5px;
  background-color: #ddd;
  color: var(--blackc);
  width: 12%;
}

.inner_yblog_form button i {
  font-size: 18px;
}

/* inner left title css */
.inner_yblog_left_title {
  margin: 30px 0 30px;
  width: 100%;
  padding: 30px 30px 20px 30px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.inner_yblog_left_title h2 {
  font-size: 22px;
  padding-bottom: 10px;
}

.inner_yblog_left_title a {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
}

.inner_yblog_left_title a.bottom {
  border-bottom: none;
}

.inner_yblog_left_title a:hover {
  color: var(--brcolor);
}

/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 13px 0 12px;
  margin-top: 0;
}

.inner_yblgo_left_style2 a:hover {
  color: var(--hoverc2);
}

.inner_yblgo_left_style2 a i {
  margin-right: 4px;
  font-weight: 900;
}

/* blog left inner css */
.yblog_left_inner {
  margin-bottom: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

.yblog_left_sub {
  padding: 25px 0 0 15px;
  position: relative;
}

.yblog_left_sub::before {
  content: '';
  border-bottom: none;
}

.yblog_left_sub h2 a {
  font-size: 24px;
}

.yblog_left_text_sub {
  padding: 0px 0 10px;
}

.yblog_left_text_sub span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 10px;
}

.yblog_left_text_sub span i {
  margin-right: 6px;
}

.yblog_left_sub p {
  font-size: 16px;
  width: 97%;
}

.yblog_left_sub>a {
  display: inline-block;
  margin: 7px 0 0;
  padding: 7px 25px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  color: var(--paracolor);
  text-transform: capitalize;
  border-radius: 3px;
}

.yblog_left_sub>a:hover {
  background-color: var(--blackc);
  color: var(--whitec);
}

.ycalender_inner h5 {
  background-color: var(--blackc);
  color: var(--whitec);
  padding: 18px 0 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  margin: 0;
}

.ycalender_inner {
  width: 100%;
}

.ycalender_inner th {
  border: 1px solid #ddd;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.ycalender_inner td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

#archives a , #last5-post a{
  color: #777;
}
/* =========== END BLOG PAGE =========== */

/* ########### POP UP NEWS LETTER ############## */
/*==========  conf popup new letters ==========*/
/* Popup Overlay */
.popup-overlay {
  display: none;
  /* Oculta el popup inicialmente */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fondo semi-transparente */
  z-index: 1000;
  /* Asegura que esté por encima de otros elementos */
}

/* Popup Content */
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  /* Fondo del popup */
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  /* Sombra */
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  /* Ajustable según tus necesidades */
}

/* Botón de cerrar como "X" */
.close-btn {
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 30px;
  font-weight: bold;
  color: var(--pargc);
  cursor: pointer;
  text-decoration: none;
}

.close-btn:hover {
  color: #f44336;
  /* Cambia el color al pasar el mouse */
}

/* Estilos para el botón de Suscribirse */
#subscribe-button {
  background-color: #ccc;
  /* Deshabilitado */
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: not-allowed;
  border-radius: 4px;
}

#subscribe-button.enabled {
  background-color: #007bff;
  /* Azul comercial */
  cursor: pointer;
}

/* Alinear checkbox con la primera línea del texto */
#popup-form div {
  display: flex;
  align-items: flex-start;
  /* Alinear el checkbox con la parte superior del texto */
  gap: 10px;
  /* Espaciado entre el checkbox y el texto */
}

#popup-form input[type="checkbox"] {
  margin-top: 5px;
  /* Ajuste visual */
}

/* Input Fields */
#popup-form input[type="email"],
#popup-form button {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Checkbox Label */
#popup-form label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--pargc);
}

#popup-form a {
  color: #007bff;
  text-decoration: underline;
}

/* Estilo para el reCAPTCHA */
.g-recaptcha {
  margin: 15px 0;
  text-align: center;
}
/* ########## END POP UP NEWS LETTER ########### */

/* ############# color del texto del footer  ################# */
.footer-content p,
.footer-content a {
  color: white;
}
/* ############# END color del texto del footer ################# */

/* ############# estilo para los blog cargados con ajax para quedar con tama;o uniforme  ################# */
/* Ajustar el tamaño uniforme solo para los blogs que se cargan por AJAX */

/* ############# END estilo para los blog cargados con ajax para quedar con tama;o uniform */