body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000;
  overflow-x: hidden;
}
/*back to top*/
#backToTop {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 30px;
  z-index: 1000;
  font-size: 18px;
  background-color: #e862b6 !important  ;
  color: white;
  border: none;
  padding: 10px 15px;
  /*border-radius: 50%;*/
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
}

#backToTop:hover {
  opacity: 1;
}

h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

p {
  line-height: 1.6;
  margin-bottom: 15px;
}

a:hover {
  text-decoration: underline;
}
#navbar-collapse {
  display: none; /* Inicialmente oculto */
}
.hidden {
  display: none;
}
/*******idiomas**********/

.langPages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.langPages a {
  font-size: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.langPages img {
  width: 25px;
  margin-right: 5px;
}

/**************logo**************************/
/********************************************/
.logo1 {
  margin-left: 5%;
  margin-top: 25px;
}
.content1 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 25%;
}

.content {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 25%;
}

/**********video******/
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  overflow: hidden;
  z-index: -1;
}

.video-container video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section {
  padding: 100px 0;
}

/*******************nav bar*******************/
/*********************************************/
/*********************************************/
.navbar {
  position: relative;
  z-index: 1;
  background-color: transparent; /* Para que la barra de navegación sea transparente */
  padding: 20px;
  bottom: 100px;
}

.navbar-hidden {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background-color: #343a40;
  transition: right 0.3s ease-in-out;
  z-index: 3;
}

.navbar-visible {
  right: 0;
}

.navbar-toggler-custom {
  position: fixed;
  top: 40px;
  right: 60px;
  z-index: 4;
  cursor: pointer;
}

/* Botón personalizado */
.navbar-toggler-icon-custom {
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
}

#navbar-collapse {
  display: none;
  height: 300px; /* Ajusta este valor según tus necesidades */
  overflow: hidden;
  margin-top: 150px;
}

#navbar-collapse.show {
  display: block;
  height: auto;
}

/***********letras nav*****/

.navbar-nav {
  justify-content: center;
}

.nav-item {
  margin: 0 15px;
}

.nav-link {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 32px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-shadow: none;
}

.nav-link:hover {
  color: #e862b6 !important  ;
  text-decoration: underline;
  transform: scale(1.1);
}

/* Estilo para pantallas pequeñas */
/***********navbar collpse********************/
/*******************************************/
/* Estilo para pantallas pequeñas */
@media (max-width: 768px) {
  .navbar-toggler-custom {
    position: absolute;
    top: 20px; /* Ajusta este valor según sea necesario */
    right: 15px; /* Asegura que el botón esté alineado a la derecha */
    z-index: 5;
    border: none;
    background-color: transparent;
    padding: 10px;
  }

  .navbar-collapse {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    font-size: 32px;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .nav-item {
    margin-bottom: 20px;
  }

  .nav-link {
    display: block;
    text-align: center;
  }
}
/*****************logo***********/

/* Estilo para pantallas pequeñas */
@media (max-width: 768px) {
  .logo {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 30px;
    margin-top: 6%;
  }
  .logosushi {
    font-size: 18px;
  }
}

/* Estilo para pantallas medianas */
@media (min-width: 769px) and (max-width: 1024px) {
  .logo {
    width: 200px;
    height: 50px;
  }
}

/* Estilo para pantallas grandes */
@media (min-width: 1025px) {
  .logo {
    width: 250px;
    height: 70px;
  }
}

/******************section*****************/
.section {
  padding: 2rem;
  margin: 1rem 0;
  background-color: black;
  max-width: 100%;
}

.section h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.section p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Estilos específicos para pantallas pequeñas */
@media (max-width: 768px) {
  .section h2 {
    font-size: 1.5rem;
  }

  .section p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

/******present******/
.present1 {
  margin-top: 350px;
}

.background-image {
  position: relative;
  overflow: hidden;
}

.background-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/carla3.jpg");
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  /* animation: expand-and-hide 5s ease-in-out 5s infinite;*/
  animation: expand-and-hide 5s ease-in-out 0s;
  animation-iteration-count: infinite;
  animation-delay: 10s;
  z-index: -1;
}

@keyframes expand-and-hide {
  0% {
    opacity: 0;
    background-size: 0%;
  }
  50% {
    opacity: 1;
    background-size: 100%;
  }
  100% {
    opacity: 0;
    background-size: 0%;
  }
}

#present {
  position: relative;
  z-index: 1;
}

.objetivos {
  text-align: center;
  list-style-type: none;
  font-size: 22px;
}
.objetivos1 {
  text-align: center;
  list-style-type: none;
}

.restaurant-title {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .mb-4 {
    margin-bottom: 2rem;
  }

  .col-md-3 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/****cards soy*/

.container {
  transform-style: preserve-3d;
}

.container .box {
  position: relative;
  width: 300px;
  height: 400px;
  margin: 20px;
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
}

.container .box .targets-school {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.9s ease;
}

.container .box .targets-school .imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.container .box .targets-school .imgContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intensive {
  margin-top: 250px;
}
.container .box .targets-school .content1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #333;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}

.container .box:hover .targets-school {
  transform: rotateY(180deg);
}

.container .box .targets-school .content1 div {
  transform-style: preserve-3d;
  padding: 20px;
  /*background: linear-gradient(45deg, #fe0061, #ffeb3b);*/
  transform: translateZ(100px);
  background: #e862b6;
}

.container .box .targets-school .content1 div h3 {
  letter-spacing: 1px;
}

.hola {
  margin-top: 650px;
}

/*redes sociales*/

.instagram-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.instagram-link img {
  width: 30px; /* Ancho de la imagen */
  height: 30px; /* Alto de la imagen */
  object-fit: cover;
  border-radius: 10px;
}
.instagram-link:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*artistas y coeografos*/
.accordion-section {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.accordion {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background-color: #333;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #555;
}

.accordion-title {
  margin: 0;
  font-size: 18px;
}

.accordion-title a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.accordion-body {
  display: none;
  padding: 15px;
}

.accordion-content {
  display: flex;
  gap: 20px;
}

.image-box {
  flex: 1;
  max-width: 300px;
}

.responsive-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.text-box {
  flex: 2;
  font-size: 16px;
  line-height: 1.6;
  color: black;
}

.accordion-item.active .accordion-body {
  display: block;
}

/*********audiciones******/
.audiciones-section {
  background: url("../img/estudi.jpg") no-repeat center
    center/cover;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  line-height: 1.6;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
}

ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

.info-box {
  background-color: rgba(255, 255, 255, 0.8); 
  color: #333;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.info-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.info-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.info-box ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.info-box ul li a {
  color: #007bff;
  text-decoration: none;
}

.info-box ul li a:hover {
  text-decoration: underline;
}

/* Estilos para el formulario de carga de video */
.upload-form {
  background-color: rgba(255,255,255,0.9
  ); 
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin: 20px 0;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.upload-form label {
  display: block;
  font-weight: bold;
  margin: 10px 0 5px;
  color: black;
}

.upload-form input,
.upload-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 16px;
}

.upload-form input[type="file"] {
  padding: 3px;
}

.upload-form button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.upload-form button:hover {
  background-color: #0056b3;
}
.archi {
  color: black;
}

/**************/
/***************/
/*contacto y mapa*/
/**************/
/******************/

/*mapa*/
#map {
  height: 400px;
  width: 100%;
}

.custom-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  max-width: 200px;
  font-size: 14px;
}

.custom-tooltip a {
  color: #007bff;
  text-decoration: none;
}

.custom-tooltip a:hover {
  text-decoration: underline;
}

/*footer*/

footer {
  background-color: #000; 
  color: #fff; 
  padding: 20px;
  border-top: 2px solid #333;
}
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-section {
  width: 100%;
  text-align: center;
  color: #fff; 
  margin-bottom: 20px;
}


.social-media {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.social-media a {
  margin: 0 10px;
  color: #fff; 
  font-size: 20px;
  text-decoration: none;
}
.social-media a:hover {
  color: #007bff; 
}



.logo {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 10px; 
}

/**********contacto*******/
.footer-section.center {
  text-align: center; 
}

.footer-section.center h3 {
  color: #fff; 
}

.footer-section.center p {
  color: magenta; 
}

.footer-link {
  color: magenta; 
  text-decoration: none;
}

.footer-link:hover {
  color: #fff; 
  text-decoration: underline; 
}

/***************privacidad**************/
.footer-bottom {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.footer-bottom a {
  color: #007bff;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}


/*******patrocinadores*************/
.nopadding a{
  color: #23b1c4;
}

 .img1{
  width: 60px;
  height: 60px;
  font-size: 14px;
  text-transform: capitalize;
  display: inline;

}
.nopadding a:hover{
  color: #23b1c4;
  text-decoration: none;
}


/*tienda on line*/
.store-heading {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}


