/* Fondo para el login artístico */
.login-bg {
  background-image: url('/images/fondo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Estilos para páginas de autenticación con paleta de colores de la marca */
.auth-gradient-bg {
  background: linear-gradient(135deg, #7c0ef7 0%, #f4a111 50%, #7c6ccd 100%);
  min-height: 100vh;
}

.auth-glassmorphism {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(124, 14, 247, 0.2);
}

.auth-input {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  transition: all 0.3s ease;
}

.auth-input:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: #c584eb;
  box-shadow: 0 0 20px rgba(244, 161, 17, 0.3);
}

.auth-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.auth-button-primary {
  background: linear-gradient(135deg, #7c0ef7, #f4a111);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.auth-button-primary:hover {
  background: linear-gradient(135deg, #6816ef, #e6940f);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(124, 14, 247, 0.4);
}

.auth-text-brand {
  color: #f4a111;
}

.auth-text-secondary {
  color: rgba(255, 255, 255, 0.8);
}

.auth-link {
  color: #986acc;
  transition: color 0.3s ease;
}

.auth-link:hover {
  color: #ffffff;
  text-decoration: none;
}
body {
  font-family: "Poppins", "Roboto", Arial, sans-serif;
  color: #f5f5fa;
  font-size: 1.08rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  overflow-x: hidden;
}

.layout_padding {
  padding-top: 75px;
  padding-right: 75px;
  padding-bottom: 75px;
  padding-left: 75px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}
.layout_padding3 {
  padding-top: 15px;
  padding-right: 75px;
  padding-bottom: 75px;
  padding-left: 75px;
}
.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 250px;
  border: none;
  height: 1.5px;
  background-color: #0000ff;
  margin: 0 5px 0.5rem 5px;
}

/*header section*/
.hero_area {
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #1e025b;
  padding: 10px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  color: #ffffff;
}

.header_section .quote_btn-container a img {
  margin-right: 10px;
}

.header_section .quote_btn-container a span {
  margin: 0 10px 0 20px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #dbdada;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand img {
  width: 40px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/
/* slider section */
.slider_section .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10%;
}
/* Evitar que algún ancho interno limite el hero en pantallas pequeñas */
@media (max-width: 768px){
  .slider_section{width:100%;overflow:hidden;}
  .slider_section .slider-container{padding-left:0 !important;width:100% !important;max-width:100%;}
  .slider_section .detail-box{width:100% !important;}
  .slider_section .img-box{width:100% !important;margin:0 !important;}
}

.slider_section .detail-box {
  width: 45%;
  z-index: 4;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
}

.slider_section .detail-box p {
  width: 75%;
  margin-top: 15px;
}

.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 35px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: #ffffff;
  color: black;
}

.slider_section .img-box {
  width: 73%;
  margin-left: -17%;
  position: relative;
  z-index: 2;
}

.slider_section .img-box img {
  width: 100%;
}

/* Hero: estilo moderno y elegante para "El arte del BALLET" */
.cabecera_box span {
  display: inline-block;
  padding: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}

/* ----- Reglas para título vertical rotado (ubicadas a continuación) ----- */
.vertical-rotated-title {
  display: inline-block; /* ocupar su propio cuadro */
  white-space: nowrap;    /* evitar saltos de línea */
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  line-height: 1;
  margin: 0;
  padding: 0 8px; /* separación del borde */
  color: #ffffff !important; /* forzar color claro en caso de reglas globales */
}

/* Cambiar el color del texto a negro para el título rotado */
.vertical-rotated-title {
  color: rgb(255, 255, 255) !important;
}

/* Contenedor que evita recorte del título rotado */
.news-left-panel{ overflow: visible; display:flex; align-items:center; justify-content:center; }

@media (min-width: 1200px) {
  .vertical-rotated-title { font-size: 3.75rem; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .vertical-rotated-title { font-size: 3.25rem; }
}

/* ocultar en tablet/telefonos: la columna ya usa d-none d-lg-flex, pero reforzamos */
@media (max-width: 991px) {
  .vertical-rotated-title { display: none !important; }
}

/* Wrapper posicionado mediante reglas específicas más abajo (evitamos duplicados) */
/* ----- Fin reglas título vertical ----- */
.cabecera_box h1 {
  margin: .6rem 0 1.1rem;
  font-weight: 900 !important;
  font-size: clamp(56px, 9.5vw, 136px);
  line-height: .9;
  letter-spacing: .015em;
  color: #fff;
  /* relleno suave en gradiente para un look premium */
  background: linear-gradient(180deg, #ffffff 0%, #f5f2ff 38%, #d9ccff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 1px 0 rgba(0,0,0,.2), 0 10px 30px rgba(75,43,191,.25);
  position: relative;
  overflow: hidden; /* recorta el brillo dentro del h1 */
}
.cabecera_box h1 strong {
  font-weight: 900;
  /* contorno sutil para engrosar sin perder elegancia */
  text-shadow:
    0 0 0 #fff,
    0 1px 0 rgba(0,0,0,.15),
    0 12px 32px rgba(75,43,191,.25);
}
.cabecera_box p {
  font-size: 1.35rem;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0 2px 12px rgba(75,43,191,0.12);
  max-width: 44ch;
  margin-bottom: 1.2rem;
  letter-spacing: 0.01em;
  animation: fadeUp .8s ease-out .28s both;
  background: linear-gradient(90deg, #fff 80%, #d9ccff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider_section .detail-box .slider-link {
  display: inline-block;
  border: 2px solid rgba(255,255,255,.55);
  background: transparent;
  color: #fff;
  padding: .82rem 1.45rem;
  border-radius: 32px;
  transition: all .2s ease;
}
.slider_section .detail-box .slider-link:hover {
  background: #fff;
  color: #4b2bbf;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(255,255,255,.12);
}

/* Animaciones elegantes del hero */
[data-animate] {
  opacity: 0;
  transform: translateY(14px);
  animation: fadeUp .7s ease-out forwards;
}
.cabecera_box span[data-animate]{ animation-delay: .05s; }
.cabecera_box h1[data-animate]{ animation-delay: .15s; }
.cabecera_box p[data-animate]{ animation-delay: .28s; }
.slider_section .detail-box .slider-link[data-animate]{ animation-delay: .42s; }

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(14px); filter: blur(1.2px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

/* Brillo sutil de una pasada sobre "BALLET" */
.cabecera_box h1[data-animate]::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.35) 45%, rgba(255,255,255,.65) 50%, rgba(255,255,255,.35) 55%, transparent 100%);
  transform: translateX(-140%) skewX(-12deg);
  animation: shimmer 1.4s ease-out .6s both;
  animation-iteration-count: 1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(#000 0 0);
  mask-image: linear-gradient(#000 0 0);
  will-change: transform, opacity;
}

@keyframes shimmer {
  0% { opacity: 0; transform: translateX(-140%) skewX(-12deg); }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { transform: translateX(180%) skewX(-12deg); opacity: 0; visibility: hidden; }
}

.slider_section .slider_bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-12deg, #7c6ccd, #3a21b9);
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 60% 0, 37% 100%, 0% 100%);
  clip-path: polygon(0 0, 60% 0, 37% 100%, 0% 100%);
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  left: 47.6%;
  width: 50px;
  height: 50px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 100%;
}
@media (max-width: 576px){
  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next{left:50%;transform:translate(-50%,0);top:auto;bottom:8px;}
  .slider_section .carousel-control-next{margin-left:56px;}
  .slider_section .carousel-control-prev{margin-left:-56px;}
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #2e02fe;
  top: calc(50% - 30px);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.about_section {
  font-family: "Poppins", sans-serif;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 45px;
}

.about_section a:hover {
  background-color: transparent;
  color: #000000;
}

.about_section p {
  margin-top: 45px;
}

.about_section .img-box img {
  width: 100%;
}

.about_section h6 {
  text-transform: uppercase;
  color: #bdbbbb;
  font-weight: bold;
  margin: 0;
}

/* Ajustar el color del texto en la sección "¿Quiénes Somos?" */
.about_section .custom_heading-container h2, .about_section .detail-box p {
  color: black !important;
}

/* ====================
   Corrección de color para secciones con fondo claro
   - Galas (encabezado dentro de #news)
   - Galería (portfolio_section)
   El body define un color muy claro (#f5f5fa) que hace que los títulos
   sobre fondo blanco se vean casi invisibles. Forzamos negro neutro.
==================== */
#news .text-lg-left h1,
#news .text-lg-left p,
/* Excluir el h1 vertical rotado del panel morado para que permanezca blanco */
#news h1:not(.vertical-rotated-title),
#news p,
.portfolio_section h2,
.portfolio_section p {
  color: #1a1a1a !important; /* texto principal oscuro */
  -webkit-text-fill-color: #1a1a1a !important; /* anula posibles background-clip */
  text-shadow: none !important; /* elimina sombras que aclaran */
}

/* Si algún h1/h2 hubiera heredado gradientes o clips previamente, limpiarlos */
#news h1:not(.vertical-rotated-title),
.portfolio_section h2 {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

.service_section {
  position: relative;
  font-family: "Poppins", sans-serif;
}

.service_section h2,
.service_section p {
  color: white;
}

.service_section hr {
  background-color: #ffffff;
}

.service_section .service_container {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.service_section .box {
  width: 175px;
  text-align: center;
  margin: 30px 0;
  font-family: "Roboto", sans-serif;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.service_section .box .img-2 {
  display: none;
}

.service_section .box .img-box {
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
}

.service_section .box .name {
  margin-top: 15px;
}

.service_section .box .name h6 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

.service_section .box:hover .img-1 {
  display: none;
}

.service_section .box:hover .img-2 {
  display: inline-block;
}

.service_section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  left: 0;
  background-image: url(../images/RECTANGULO.jpg);
  z-index: -1;
}

.service_section .read-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service_section .read-btn a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
}

.service_section .read-btn a:hover {
  background-color: transparent;
  color: #000000;
}

.portfolio_section {
  font-family: "Poppins", sans-serif;
}

.portfolio_section .col-md-4 {
  padding: 0;
}

.portfolio_section .img-box {
  position: relative;
  margin: 10px;
}

.portfolio_section .img-box img {
  width: 100%;
}

.portfolio_section .img-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.portfolio_section .img-box a img {
  width: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.portfolio_section .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(37, 28, 229, 0.8);
  border-radius: 25px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.portfolio_section .img-box:hover::before {
  width: 90%;
  height: 90%;
}

.portfolio_section .img-box:hover a {
  opacity: 1;
}

.portfolio_section .img-box:hover a img {
  opacity: 1;
}

.news_section h2,
.news_section p,
.news_section a {
  font-family: "Poppins", sans-serif;
}

.news_section .box {
  margin-top: 45px;
}

.news_section .box img {
  width: 100%;
}

.news_section .box .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0;
}

.news_section .box .action-box a {
  margin-left: 15px;
  opacity: 0.6;
}

.news_section .box .action-box a img {
  width: 20px;
}

.news_section .box .action-box a:hover {
  opacity: 1;
}

.news_section .box .detail-box h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.news_section .box .detail-box p {
  margin-top: 15px;
}

.news_section .box .detail-box a {
  display: inline-block;
  font-weight: bold;
  margin-top: 45px;
}

.subscribe_section {
  background-color: #021056;
}

.subscribe_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe_section h2,
.subscribe_section button {
  font-family: "Poppins", sans-serif;
}

.subscribe_section h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe_section h2 span {
  text-transform: none;
  font-weight: bold;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_section form input {
  border: none;
  min-width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
}

.subscribe_section form button {
  border: none;
  padding: 0 60px;
  height: 40px;
  border-radius: 35px;
  color: #ffffff;
  background-color: #0000ff;
  -webkit-transform: translate(-104%, 7.5px);
  transform: translate(-104%, 7.5px);
  text-align: center;
  text-transform: uppercase;
}

.subscribe_section form button:hover {
  background-color: #0000cc;
}

.client_section {
  font-family: "Poppins", sans-serif;
}

.client_section .client_container {
  width: 87%;
  margin: 0 auto;
}

.client_section .client_container .box {
  margin: 20px 35px;
}

.client_section .client_container .box .detail-box {
  padding: 45px 20px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
}

.client_section .client_container .box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.client_section .client_container .box .client-id .img-box {
  min-width: 150px;
  margin-top: -50px;
  margin-left: 5px;
}

.client_section .client_container .box .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .box .client-id .name {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.client_section .client_container .box .client-id .name h5 {
  color: #021056;
}

.client_section .client_container .box .client-id .name h6 {
  color: #0730fc;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  left: initial;
  top: initial;
  width: 50px;
  height: 50px;
  bottom: 45px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  background-color: #2e02fe;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #464646;
}

.client_section .carousel-control-prev {
  background-image: url(../images/left-white.png);
  right: 95px;
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 35px;
}



.info_section {
  text-align: center;
  font-family: "Poppins", sans-serif;
  background-color: #021056;
  color: #ffffff;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.info_section .info_social img {
  width: 40px;
  margin-left: 8px;
}

.info_section p {
  margin: 35px 0 0 0;
}

/* footer section*/
.footer {
  background: linear-gradient(180deg, #3a21b9 0%, #2b1590 100%);
  padding: 48px 0 24px 0;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 -6px 24px rgba(43,21,144,0.12);
}

.footer h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}

.footer p,
.footer ul.conta li,
.footer ul.link_menu li a {
  color: rgba(255,255,255,0.95);
}

/* Iconos sociales más limpios y consistentes */
ul.social_icon {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding-top: 8px;
  margin: 0;
}

ul.social_icon li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  margin: 0 4px 8px 0;
  color: #3a21b9;
  background: #fff;
  width: 44px;
  height: 44px;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

ul.social_icon li a:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg,#4b2bbf 0%,#2b1590 100%);
  color: #fff;
}

.footer ul.conta {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer ul.conta li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.footer ul.conta li i {
  flex: 0 0 auto;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

/* Copyright bar más sutil */
.copyright {
  margin-top: 22px;
  background-color: rgba(0,0,0,0.06);
  padding: 12px 0;
}

.copyright p {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.copyright a { color: rgba(255,255,255,0.95); }
.copyright a:hover { color: #f4a111; }

/* Enlaces del footer */
.footer a { color: rgba(255,255,255,0.95); }
.footer a:hover { color: #f4a111; text-decoration: none; }

/* Ajustes responsive */
@media (max-width: 992px) {
  .footer { text-align: center; }
  ul.social_icon { justify-content: center; }
  .footer .row > [class^="col"] { margin-bottom: 18px; }
}

/* Fin Footer mejoras */
/*# sourceMappingURL=style.css.map */

.pepole {
  background-color: #fff !important;
}

/* Estilos para la sección "Lo que dicen las personas" y el footer */

.pepole {
  padding-top: 30px;
  background: #fff !important;
}

.testimo_ban_bg {
  background: #fff;
  box-shadow: 0 0px 237px rgba(22, 22, 23, 0.11);
  padding: 24px; /* espacio alrededor del bloque para que el texto respire */
}

.relative2 {
  position: inherit;
  /* Más espacio interior: arriba, derecha, abajo, izquierda */
  padding: 30px 64px 100px 64px;
  text-align: left;
  border-top: #3a21b9 solid 111px;
}

.relative2 i {
  margin-top: -54px;
  position: relative;
  display: block;
}

.relative2 span {
  color: #151515;
  display: block;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.relative2 p {
  color: #151515;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

.aliq {
  padding: 0px 0px 0px 56px; /* más separación entre icono y texto */
}

/* Responsive: reducir padding en móviles para evitar que ocupe demasiado espacio */
@media (max-width: 768px) {
  .testimo_ban_bg { padding: 12px; }
  .relative2 { padding: 16px 20px 28px 20px; border-top-width: 64px; }
  .aliq { padding-left: 18px; }
  .relative2 span { font-size: 22px; }
  .relative2 p { font-size: 15px; line-height: 24px; }
}

#testimo .carousel-control-prev,
#testimo .carousel-control-next {
  width: 47px;
  height: 47px;
  background: #252525;
  opacity: 1;
  font-size: 20px;
  color: #fff;
  top: 85%;
  border-radius: 40px;
}

#testimo .carousel-control-prev:hover,
#testimo .carousel-control-next:hover,
#testimo .carousel-control-prev:focus,
#testimo .carousel-control-next:focus {
  background: #6816ef;
  color: #fff;
}

#testimo .carousel-control-prev {
  left: 0px;
}

#testimo .carousel-control-next {
  left: 7%;
}

.banner .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: #000;
}

.carousel-indicators {
  display: none;
}

/* Estilos para el footer */
.footer {
  background: #3a21b9;
  padding-top: 40px;
  text-align: center;
}

.newslatter {
  padding-bottom: 60px;
}

.newslatter h4 {
  font-weight: 600;
  font-size: 35px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

ul.social_icon {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-left: 15px;
  padding-top: 15px;
  width: 100%;
  float: left;
  text-align: center;
}

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

ul.social_icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 30px;
  margin: 0 3px;
  color: #001935;
  background: #fff;
  width: 40px;
  height: 39px;
}

ul.social_icon li a:hover {
  color: #f4a111;
}

.footer h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  display: table;
}

ul.conta li {
  color: #fff;
  text-align: left;
  padding-bottom: 20px;
  font-size: 16px;
}

ul.conta li i {
  padding-right: 15px;
  text-align: center;
  font-size: 20px;
}

ul.conta li a {
  color: #fff;
}

ul.link_menu li {
  display: block;
  text-align: left;
}

ul.link_menu li a {
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  display: block;
}

ul.link_menu li a:hover {
  color: #f4a111;
}

.many {
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  font-weight: normal;
  text-align: left;
}

.copyright {
  margin-top: 15px;
  background-color: #3a21b9;

}




.copyright a:hover {
  color: #f4a111;
}

.titlepage {
  text-align: center;

}

.titlepage h2 {
  font-size: 50px;
  color: #121212;
  line-height: 45px;
  font-weight: bold;
  padding-top: 40px;
}

.titlepage span {
  font-size: 17px;
  line-height: 25px;
  color: #0a0a0a;
  padding-top: 15px;
  padding-bottom: 40px;

  display: block;
}

.contact {
  background: #3a21b9;

}

.contact .titlepage {
  text-align: left;
}

.contact .titlepage h2 {
  color: #fff;
}

.main_form {
  padding: 40px 40px;
  background: #fff;
}

.main_form .contactus {
  border: #fff solid 1px;
  padding: 0px 20px;
  margin-bottom: 25px;
  width: 100%;
  height: 45px;
  background: #fff;
  color: #dadada;
  font-size: 17px;
  font-weight: normal;
  box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.main_form .textarea {
  border: #fff solid 1px;
  margin-bottom: 25px;
  width: 100%;
  background: #fff;
  color: #dadada;
  font-size: 17px;
  font-weight: normal;
  padding: 25px 20px 0 20px;
  box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
  height: 86px;
}

.main_form .send_btn {
  font-size: 20px;
  transition: ease-in all 0.5s;
  background-color: #f4a111;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 0px;
  max-width: 144px;
  width: 100%;
  display: block;
  margin-top: 10px !important;
  font-weight: 500;
}

.main_form .send_btn:hover {
  background-color: #3a21b9;
  transition: ease-in all 0.5s;
  color: #fff;
}

#request *::placeholder {
  color: #dadada;
  opacity: 1;
}

.map figure {
  margin: 0;
}

.map figure img {
  width: 100%;
}

.back_re {
  background-color: #3a21b9;
}

.back_re .title {
  text-align: center;
}

.back_re .title h2 {
  color: #fff;
  font-size: 40px;
  padding: 40px 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}

.containers {
  max-width: 1170px;
}

.cabecera_box span {
  color: #fff;
  font-size: 28px;
  line-height: 20px;
  font-weight: bold;
}

.cabecera_box h1 {
font-size: 130px !important;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
border-radius: 60px;
padding: 0 20px;
display: inline-block;
box-shadow: none;
text-shadow: none;
}

.ballet-blanco {
  color: #fff;
}
.ballet-naranja {
  color: #f4a111;
}
@media (max-width: 1200px) {
  .cabecera_box h1 {
    font-size: 180px;
  }
}

@media (max-width: 768px) {
  .cabecera_box h1 {
    font-size: 80px;
  }
}

  /* --- Overrides footer contact list: icon + text inline, no bullets --- */
  .footer ul.conta {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }
  .footer ul.conta li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
  }
  .footer ul.conta li i {
    flex: 0 0 auto;
    width: 22px; /* ancho fijo para alinear */
    text-align: center;
    font-size: 18px;
  }
  .footer ul.conta li a,
  .footer ul.conta li span {
    display: inline;
  }

@media (max-width: 1120px) {

  .quote_btn-container a {
    display: none;
  }
}

@media (max-width: 992px) {


  .slider_section .slider-container {

/* ====== Forzar título vertical rotado (override final) ====== */
.news-left-panel { position: relative; overflow: visible; display:flex; align-items:center; justify-content:center; }

/* Centrado robusto: usar selector con mayor especificidad dentro de #news para evitar overrides */
#news .news-left-panel { display:flex !important; align-items:center !important; justify-content:center !important; position:relative !important; }
#news .news-left-panel .vertical-rotated-wrapper {
  position: static !important; /* permitir flex-centering del parent */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

#news .news-left-panel .vertical-rotated-wrapper .vertical-rotated-title {
  pointer-events: auto !important;
  display: inline-block !important;
  white-space: nowrap !important; /* evitar saltos entre palabras */
  -webkit-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important; /* letra orientada normal, bloque rotado */
  -webkit-transform-origin: center center !important;
  -ms-transform-origin: center center !important;
  transform-origin: center center !important;
  font-size: 3.2rem !important; /* tamaño base ajustado */
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 6px !important;
  color: #ffffff !important;
  text-align: center !important;
}

@media (min-width: 1200px) {
  #news .news-left-panel .vertical-rotated-wrapper .vertical-rotated-title { font-size: 4rem !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #news .news-left-panel .vertical-rotated-wrapper .vertical-rotated-title { font-size: 3.2rem !important; }
}

@media (min-width: 1200px) {
  .vertical-rotated-wrapper .vertical-rotated-title { font-size: 3.2rem !important; left: 0; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vertical-rotated-wrapper .vertical-rotated-title { font-size: 2.8rem !important; }
}
@media (max-width: 991px) {
  /* ocultar en pantallas pequeñas para no romper diseño */
  .vertical-rotated-wrapper { display: none !important; }
}

/* Si aún hubiera wrapping por reglas de h1 globales, forzamos que no se rompa */
.vertical-rotated-wrapper .vertical-rotated-title * { white-space: nowrap !important; }

/* Fin override título vertical */
  flex-direction: column;
    padding: 0;
  }

  .slider_section .detail-box {
    width: 100%;
    text-align: center;
    padding: 75px 15px;
    background: linear-gradient(135deg, #a454fd, #3a21b9);
    position: relative;
  }

  .slider_section .img-box {
    width: 100%;
    margin: 0;
  }

  .slider_section .slider_bg-container {
    display: none;
  }

  .slider_section .detail-box p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    top: initial;
    bottom: 0;
    left: 44.6%;
  }

  .slider_section .carousel-control-prev {
    transform: translate(0, 50%);
  }

  .slider_section .carousel-control-next {
    transform: translate(115%, 50%);
  }

  .service_section .service_container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .service_section .box {
    margin: 25px;
  }

  .service_section .box .name h6 {
    color: #ffffff;
  }

  .service_section::before {
    height: 100%;
  }

  .portfolio_section {
    padding-top: 75px;
  }

  .contact_items {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact_items .item {
    margin: 20px;
  }
}

@media (max-width: 992px) {
  .service_section .service_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
  .service_section .box {
    width: 320px;
    margin: 0 16px 32px 16px;
    box-shadow: 0 4px 24px rgba(44,0,100,0.18);
    border-radius: 24px;
    background: linear-gradient(135deg, #4b2bbf 0%, #3a21b9 100%);
    padding: 20px 0 28px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service_section .img-box {
    width: 140px;
    height: 140px;
    margin: 0 auto 12px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .service_section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  }
  .service_section .name h6 {
    font-size: 1.15rem;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 8px #2b05df;
  }
}
  .subscribe_section form {
    flex-direction: column;
    align-items: center;
  }

  .subscribe_section form button {
    transform: none;
    margin-top: 15px;
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem;
  }


@media (max-width: 420px) {}

/* Ajustes globales de padding para móviles pequeños */
@media (max-width: 575px){
  .layout_padding, .layout_padding2, .layout_padding-top, .layout_padding-bottom,
  .layout_padding2-top, .layout_padding2-bottom, .layout_padding3{
    padding-left:28px !important;
    padding-right:28px !important;
  }
  .layout_padding, .layout_padding3{padding-top:55px !important;padding-bottom:55px !important;}
  .layout_padding2{padding:35px 0 !important;}
  .layout_padding2-top{padding-top:55px !important;}
  .layout_padding2-bottom{padding-bottom:55px !important;}
  /* Corregir posible scroll horizontal por anchos internos */
  .slider_section .slider-container{padding-left:0 !important;}
}

@media (max-width: 360px) {

  .slider_section .carousel-control-prev,
  .slider_section .carousel-control-next {
    left: 36%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .custom_heading-container hr {
    display: none;
  }
}

/* Nuestras Galas: hacer que el panel izquierdo toque el borde en escritorio */
@media (min-width: 992px){
  #news.news_section.layout_padding3{
    padding-left: 0 !important; /* a tope izquierda */
    padding-right: 0 !important; /* a tope derecha */
  }
  /* Centrar textos del encabezado en galas */
  #news .text-lg-left{ text-align: center !important; }
  #news .text-lg-left h6, #news .text-lg-left h1{ margin-left:auto; margin-right:auto; }
  /* Espacio inferior del carrusel para que se vean las flechas */
  #news .service-carousel{ padding-bottom: 40px; }
}

/* Mejoras responsive para la sección de ritmos */
@media (max-width: 768px) {
  .service_section {
  /* Fondo degradado móvil usando #3a21b9 como color de base */
  background: linear-gradient(135deg,#1e025b 0%, #4b2bbf 100%) !important;
    min-height: 100vh;
    padding-bottom: 40px;
  }
  /* Evitar bandas: ocultar imagen de fondo repetida del ::before en móviles */
  .service_section::before {
    display: none !important;
    content: none !important;
  }
  .service_section .service_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .service_section .box {
    width: 90vw;
    max-width: 340px;
    margin: 0 auto 24px auto;
  box-shadow: none;
  border-radius: 0;
  background: none;
    padding: 16px 0;
    position: relative;
    overflow: hidden;
  }
  .service_section .box::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
  background: radial-gradient(circle, #fff 0%, #3a21b9 80%, transparent 100%);
    opacity: 0.12;
    border-radius: 50%;
    z-index: 0;
  }
  .service_section .box::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, #fff 0%, #2b05df 80%, transparent 100%);
    opacity: 0.10;
    border-radius: 50%;
    z-index: 0;
  }
  .service_section .img-box {
    width: 140px;
    height: 140px;
    margin: 0 auto 12px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .service_section .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .service_section .name h6 {
    font-size: 1.1rem;
    margin-top: 8px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
  }
}