body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  background-color: #1d1d1d;
}

.cont-lg {
  width: 80%;
  max-width: 1300px;
  margin: auto;
  padding: 0px;
  background: linear-gradient(to right,
      #1d1d1d 1.5%,
      white 1.5%,
      white 98.5%,
      #1d1d1d 98.5%);
}

.row-container{
  display: flex;
}

.reverse-mobile{
  width: 100%;
  display: flex;
 justify-content: center;
}

.years{
  width: 60% !important;
}

.years:hover{
  cursor: pointer;
}

.year_active{
  width: 20% !important;
  height: 20% !important;
  position: relative;
  bottom: -40px;
}
.year_no_active{
  width: 70px !important;
  position: relative;
  bottom: -20px;
  filter: opacity(0);
}

.carousel {
  width: 60%;
  margin: auto;
  margin-top: 80px;
  box-shadow: 2px 2px 8px black;
}

.carousel-item{
  border-radius: 4px;
  border: 3px solid #f57927;
  height: 400px;
  overflow: hidden;
 
}

.img-carr{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  position: relative;
  left: -150px;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  position: relative;
  right: -150px;
}

.column1 {
  background-image: url("./public/assets/pelicula100x1080.png");
  min-height: 1080px;
  width: 10%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
  padding: 0px;
}

.col-central{
  width: 80%;
  text-align: center;
}
.alh-corto{
  width: 70%;
}
.video-big{
  width: 70%;
}

.column2 {
  background-image: url("./public/assets/pelicula100x1080.png");
  min-height: 1080px;
  background-size: 100% auto;
  background-position: center;
  padding: 0px;
  width: 10%;
  background-repeat: repeat-y;
}

.col-6 {
  padding: 20px;
}

.h5-Title {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.title-accordion {
  height: 35px !important;
  width: auto !important;
}

.vidas-ruedan {
  margin-top: 40px;
}

.que-es {
  margin: 40px 0px 20px 0px;
  display: flex;
}

.intro {
  width: 50%;
  padding-right: 20px;
}

.que-es-img{
  width: 40%;
}


.accordion {
  width: 90%;
  max-width: 700px;
  margin: auto;

  text-align: start;
  border: 2px solid #f57927;
  border-radius: 18px;
  overflow: hidden;
}

.accordion-item {
  border: 1px solid #f57927;
}

.accordion-collapse {
  position: relative;
}

.bg-accordion {
  position: absolute;
  z-index: 0;
  filter: opacity(0.25);
  right: 0px;
  bottom: 20px;
  width: 35% !important;
  /* transform:scaleX(-1) */
}

.accordion-body {
  padding: 0px 50px 30px 50px;
  position: relative;
  z-index: 99;
}

.accordion-button {
  background-color: white !important;
  box-shadow: 0px 0px 0px !important;
}

.link-bases {
  color: #f57927;
  font-weight: bold;
}

/* Asegúrate de que el contenedor del video tenga una proporción de 16:9 */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 ratio (100%/16*9 = 56.25%) */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 3px solid #f57927;
  box-shadow: 2px 2px 8px black;
}

/* Estilo para el iframe del video para que ocupe todo el contenedor */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.img-video {
  position: relative;
  width: 50% !important;
  /* right: 20%; */
  bottom: 0px;
  z-index: 99;
}

.img-video-2 {
  position: absolute;
  width: 100% !important;
  right: -0px;
  bottom: 0px;
  z-index: 99;
}

.years_containers{
  width: 20%;
  margin-left: 10px;
}
.form_pack{
  display: flex;
  width: 100%;
  align-items: center;
}
label {
  color: #f57927;
  font-weight: bold;
}

.col-form {
  margin: auto;
  text-align: start;
  /* border: 1px solid gray; */
  padding: 20px 40px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.466);
  border-radius: 8px;
  position: relative;
  left: -30px;
  width: 70%;
}

.col-form-izq {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.466);
  border-radius: 8px;
  width: 100%;
  padding: 10px;
  position: relative;
  right: 5px;
  background-color: white;
  z-index: 99;
}

.titles {
  height: 35px !important;
  width: auto !important;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.row-footer {
  margin: 40px;
  padding-top: 50px;
  display: flex;
}

#boton-enviar{
  width: 80px;
  height: 36px;
  text-align: center;
}

.spinner {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #fffefe;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
      transform: rotate(360deg);
  }
}


.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}

.error-message {
  color: red;
  font-size: 0.875em;
}

.success-message {
  color: green;
  font-size: 1em;
}

.form-control.error {
  border-color: red;
}

@media (max-width: 900px) {
  .cont-lg{
    width: 100%;
  }
  .column2 {
    display: none;
  }

  .year_active{
    display: none;
  }
  .year_no_active{
    display: none;
  }

  .col-central {
    width: 100% !important;
    padding: 0px;
    overflow: hidden;
  }

  .img-video {
    display: none;
  }

  .intro {
    margin-top: 20px;
    width: 100%;
  }

  .vidas-ruedan {
    margin-top: 20px;
  }

  .que-es {
    margin-top: 10px;
    flex-direction: column;
    padding: 10px;
  }

  .que-es-img {
    text-align: start;
    padding: 0px;

  }

  .img-que-es {
    height: 35px;
    width: auto;
  }

  .title-accordion {
    height: 25px !important;
  }

  .accordion-body {
    padding: 0px 20px 0px 10px;
  }
  .reverse-mobile{
    flex-direction: column;

  }
  .video-big{
    width: 100%;
  }
  .img-video-2 {
    width: 90px !important;
    top: -20px;
  }
  .form_pack{
    flex-direction: column;
  }

  .col-form {
    left: 0px;
    padding: 10px;
    width: 100%;
  }

  .col-form-izq {
    right: 0px;
    box-shadow: 0px 0px 0px;

    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    /* margin-bottom: 20px; */
  }
  .noMobile {
    width: 40%;
  }

  .noMobile {
    display: none;
  }

  label {
    font-size: 14px;
  }

  .row-footer {
    margin: 0px;
    padding: 20px 0px;
    gap: 30px;
    flex-direction: column;
   
  }
  .img-footer {
    width: 90%;
  }
  .carousel{
    width: 90%;
  }
  .carousel-item{
    height: 250px;
 
  }
  img-carr{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .years{
    width: 80px !important;
    margin-top: 20px;
    margin-right: 10px;
  }
  .titles{
    position: relative;
    left: -10px;
  }
  .years_containers{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .copy{
    font-size: 10px;
  }
}