:root {
  --font-family-montserrat: "Montserrat", Helvetica;
  --font-family-source_sans_pro: "Source Sans Pro", Helvetica;
}

#site-content {
  padding: 0;
}

@media (max-width: 769px) {
  #site-content {
      padding: 40px 0 0 0;
  }
}

.video-header {
  position: relative;
  width: 100%;
  background-color: black;
  margin-bottom: 60px;
}

  .video-header .video-header-container {
      position: relative;
      height: 100vh;
  }

      .video-header .video-header-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 1;
      }

  .video-header .video-header-text {
      position: absolute;
      top: 30%;
      transform: translateY(-50%);
      text-align: center;
      width: 100%;
      color: #fff;
      font-family: "Montserrat", Helvetica;
      padding: 0 44% 0 20%;
      text-align: left;
      z-index: 1; /* Colocar el texto por delante del video */
  }

      .video-header .video-header-text h1 {
          font-weight: 700;
          font-size: 48px
      }

          .video-header .video-header-text h1 span {
              color: #d65200;
              font-weight: 400;
              font-size: 67px;
          }

      .video-header .video-header-text h2 {
          font-weight: 700;
          font-size: 16px;
          letter-spacing: 1.20px;
      }

      .video-header .video-header-text button {
          margin-top: 10px;
      }

.video-header .video-header-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #0000004d;
  }

@media (max-width: 769px) {

  .video-header .video-header-container {
      height: 32vh;
  }

  .video-header .video-header-text {
      padding: 0 16% 0 8%;
  }

      .video-header .video-header-text h1 {
          font-size: 20px
      }

      .video-header .video-header-text span {
          font-size: 25px;
          font-weight: 800;
      }

      .video-header .video-header-text h2 {
          font-size: 13px;
      }

  .btn-outline-totalorange {
      height: auto;
      justify-content: center;
      min-width: auto;
      padding: 8px 20px;
      font-size: 14px;
  }
}


#myCarousel {
  height: 100%;
  position: relative;
}

  #myCarousel img {
      height: 100%;
      width: 100%;
  }

.carousel-description {
  position: relative;
}

#myCarousel .carousel-text {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: "Montserrat", Helvetica;
  padding: 0 44% 0 20%;
  text-align: left;
}

  #myCarousel .carousel-text h1 {
      font-weight: 700;
      font-size: 48px
  }

      #myCarousel .carousel-text h1 span {
          color: #d65200;
          font-weight: 400;
          font-size: 67px;
      }

  #myCarousel .carousel-text h2 {
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 1.20px;
  }

  #myCarousel .carousel-text button {
      margin-top: 10px;
  }

#myCarousel .carousel-indicators .active {
  width: 20px;
  height: 20px;
}

#myCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
}

@media (max-width: 769px) {
  #myCarousel {
      height: 300px;
  }

      #myCarousel img {
          height: 300px;
      }

      #myCarousel .carousel-text {
          padding: 0 16% 0 8%;
      }

          #myCarousel .carousel-text h1 {
              font-size: 20px
          }

              #myCarousel .carousel-text h1 span {
                  font-size: 25px;
                  font-weight: 800;
              }

          #myCarousel .carousel-text h2 {
              font-size: 13px;
          }

  .btn-outline-totalorange {
      height: auto;
      justify-content: center;
      min-width: auto;
      padding: 8px 20px;
      font-size: 14px;
  }
}

.container-choose-track-section {
  margin-top: 40px;
}

.best-nature-science {
}

  .best-nature-science .container-text-img {
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding: 0 5%;
      max-width: 1344px;
margin: auto;
  }

  .best-nature-science .container-img {
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 5%;
  }

      .best-nature-science .container-img img {
          width: 80%;
      }

  .best-nature-science .container-text {
      padding: 20px;
      height: 100%;
  }

@media (max-width: 769px) {
  .best-nature-science .container-text-img {
      flex-direction: column;
  }

  .best-nature-science .container-img img {
      height: 100%;
  }
}

.hero {
  margin: 0 -15px 0;
  background: black;
  padding: 80px 0;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}

@media (max-width: 769px) {
  .align-items-center {
      display: block;
  }
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.btn-primary {
  background-color: #000;
  border-color: #000;
}

.hero h1 {
  font-family: inherit;
}

.hero p {
  color: inherit;
}

.btn-primary {
  border-radius: unset;
}

  .btn-primary:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
  }

.mosaic {
  max-width: 1029px;
  margin: 0 auto;
}

.pv-20 {
  padding: 20px 0;
}

.mt-3 {
  margin-top: 14px;
}

.container-xs {
  max-width: 600px;
  margin: 0 auto;
}

.mlr-auto {
  margin: 0 auto;
}

.video-container {
  height: 400px;
  overflow: hidden;
}

#videoBG {
  width: 100%;
  height: auto;
  margin-top: 0;
}

@media (max-width: 2200px) {
  .video-container {
      height: 570px;
  }

  #videoBG {
      margin-top: -273px;
  }
}

@media (max-width: 1540px) {
  .video-container {
      height: 570px;
  }

  #videoBG {
      margin-top: 0;
  }
}

@media (max-width: 1040px) {
  .video-container {
      height: 400px;
  }

  #videoBG {
      margin-top: 0;
  }
}

@media (max-width: 767px) {
  #videoBG {
      display: none;
  }

  .video-container {
      background: url('');
      background-size: cover;
      background-position: center;
      height: 400px;
  }

  .background-ad {
      height: 330px;
  }
}

.p-none {
  padding: 0;
}

.background-ad {
  background-image: url(https://zallevo.com/siteimages/2021-0128-lineup-Current-View.png);
  background-size: cover;
  background-position: right;
  height: 494px;
  margin: 0;
}

  .background-ad h2 {
      color: #beb694;
      font-style: italic;
      font-size: 45px;
      line-height: 58px;
      padding-top: 119px;
  }

  .background-ad .btn-primary {
      color: #beb694;
      border: thin solid #beb694;
  }

.philosophy {
  border: 9px solid #dbd6c4;
  font-size: 18px;
  padding: 20px;
  background: #fff;
}

.charity {
  border: 9px solid #dbd6c4;
  padding: 20px;
}

.best-body {
  background: rgb(34,41,59);
  background: linear-gradient(90deg, rgba(34,41,59,1) 0%, rgba(34,41,59,1) 100%);
}

  .best-body .btn-lg {
      background-color: #FA9102;
      color: white;
  }

  .best-body .col-md-5 {
      padding: 20px 0 20px 74px;
  }

@media (max-width: 767px) {
  .best-body .col-md-5 {
      padding: 20px 0 20px 20px;
  }
}

.lead {
  font-size: 20px;
}

.q {
  display: flex;
  align-items: center;
  height: 100%;
}

.quote {
  background: #1f1f1f;
  margin: 20px auto;
  padding: 20px;
  width: 90%;
  margin-bottom: 50px;
  max-width: 800px;
}

  .quote p {
      font-size: 20px;
      font-weight: 500;
      font-style: italic;
      color: #beb694;
  }

      .quote p.who {
          text-align: right;
          font-size: 18px;
          font-weight: 400;
      }

.mindbodyway h2 {
  color: black;
  font-family: var(--font-family-montserrat), Helvetica;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 51px;
  margin-left: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
  min-height: 57px;
  min-width: 783px;
  text-align: center;
  white-space: nowrap;
}

.mindbodyway p {
  text-align: justify;
  font-family: Source Sans Pro, Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: black;
  line-height: 24px;
}

.container-choose-track-section h3 {
  color: black;
  font-family: var(--font-family-montserrat), Helvetica;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 32px;
  min-height: 36px;
  white-space: nowrap;
}

.container-choose-track {
  display: flex;
  align-items: center;
  height: 60vh;
  justify-content: center;
  max-width: 1344px;
  margin: auto;
}

.thumbnail {
  height: 80%;
  border: none;
}

  .thumbnail img {
      width: 100%;
      height: 90%;
      object-fit: cover;
  }

  .thumbnail p {
      height: 10%;
  }

.container-card {
  margin: 0 20px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-card {
  transition: transform 0.3s ease;
}

  .container-card:hover {
      transform: scale(1.1);
  }

.card {
  position: relative;
  width: 217px;
  height: 378px;
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://via.placeholder.com/300x400');
  background-size: cover;
  background-position: center;
}

.blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18%;
  backdrop-filter: blur(10px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .blur h4 {
      color: black;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      height: 100%;
  }

.bg-image {
  background-image: url(ruta-de-la-imagen);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.btn-outline-orange {
  border: 2px solid #d65200;
  vertical-align: middle;
  font-weight: 600;
  color: #d65200;
  background-color: white;
  font-size: 15px;
}

  .btn-outline-orange:hover {
      background-color: white;
      font-size: 15.2px;
      color: #d65200;
      transform: scale(1.1);
  }


.testimonial-section {
  margin: 30px 0%;
  padding: 50px 15% 40px;
  text-align: center;
}

  .testimonial-section h1 {
      font-family: var(--font-family-montserrat);
      font-size: 45px;
      color: black;
      font-weight: 800;
      text-align: center;
  }

  .testimonial-section #testimonials {
      position: relative;
      overflow: hidden;
      padding: 0px 80px;
  }

      .testimonial-section #testimonials .slider-testimonials-container {
          display: flex;
          flex-wrap: nowrap;
          transition: transform 0.5s ease-out;
          margin-top: 50px;
      }

          .testimonial-section #testimonials .slider-testimonials-container .testimonials {
              display: flex;
              flex-wrap: nowrap;
              margin: 0;
              padding: 0;
              width: 100%;
          }

              .testimonial-section #testimonials .slider-testimonials-container .testimonials .testimonial {
                  width: calc(100% / 3);
                  flex: 0 0 auto;
                  background: white;
                  margin-right: 20px;
                  padding: 20px;
                  border: 1px solid;
                  border-color: white;
                  border-radius: 3px;
                  box-sizing: border-box;
                  text-align: left;
              }

                  .testimonial-section #testimonials .slider-testimonials-container .testimonials .testimonial:last-child {
                      margin-right: 0;
                  }

                  .testimonial-section #testimonials .slider-testimonials-container .testimonials .testimonial .name {
                      font-family: var(--font-family-montserrat);
                      font-weight: 800;
                      font-size: 16px;
                      margin-bottom: 20px;
                      font-weight: 800;
                  }

                  .testimonial-section #testimonials .slider-testimonials-container .testimonials .testimonial p {
                      font-family: var(--font-family-source_sans_pro);
                      font-size: 16px;
                      color: black;
                  }

      .testimonial-section #testimonials .button-stories {
          margin-top: 50px;
      }

      .testimonial-section #testimonials .slider-arrow {
          position: absolute;
          top: 60%;
          transform: translateY(-50%);
          background: transparent;
          border: 2px solid;
          border-color: var(--main-color);
          border-radius: 50%;
          color: #d65200;
          width: 40px;
          height: 40px;
          font-size: 35px;
          font-weight: 500;
          display: flex;
          justify-content: center;
          align-items: center;
      }

          .testimonial-section #testimonials .slider-arrow:hover {
              cursor: pointer;
          }

      .testimonial-section #testimonials .slider-arrow-left {
          left: 0;
      }

      .testimonial-section #testimonials .slider-arrow-right {
          right: 0;
      }

@media (max-width: 769px) {

  .testimonial-section {
      margin: 60px 0;
      text-align: center;
      padding: 50px 1% 20px;
  }

      .testimonial-section h1 {
          font-size: 28px;
      }

      .testimonial-section #testimonials {
          padding: 30px 50px;
      }

          .testimonial-section #testimonials .slider-testimonials-container {
              margin-top: 0px;
          }

              .testimonial-section #testimonials .slider-testimonials-container .testimonials .testimonial {
                  width: 100%;
              }

                  .testimonial-section #testimonials .slider-testimonials-container .testimonials .testimonial .name {
                      font-size: 14px;
                  }

                  .testimonial-section #testimonials .slider-testimonials-container .testimonials .testimonial p {
                      font-size: 14px;
                  }

          .testimonial-section #testimonials .slider-arrow {
              top: 50%;
          }
}


.best-nature-science h2 {
  color: black;
  font-family: "Montserrat", Helvetica;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 32px;
  min-height: 36px;
  white-space: nowrap;
}

.best-nature-science p {
  font-family: Source Sans Pro, Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: black;
  line-height: 24px;
}

.zallevo-charity-img-text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0 8%;
  max-width: 1344px;
  margin: auto;
}

  .zallevo-charity-img-text .container-text-img {
      padding: 20px;
      width: 50%;
      height: 100%;
  }

  .zallevo-charity-img-text .img-video {
      padding: 20px;
      height: auto;
      width: 50%;
  }

      .zallevo-charity-img-text .img-video iframe {
          height: 100%;
      }

@media (max-width: 769px) {
  .zallevo-charity-img-text {
      flex-direction: column;
  }
      .zallevo-charity-img-text .container-text-img {
          width: 100%;
      }

      .zallevo-charity-img-text .img-video {
          width: 100%;
          padding: 0;
      }

          .zallevo-charity-img-text .img-video iframe {
              height: 100%;
          }
}

.btn-outline-totalorange {
  align-items: flex-start;
  background-color: #d65200;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: flex-end;
  min-width: 170px;
  padding: 12px 40px;
  position: absolute;
  transition: all 0.2s ease;
  color: white;
  font-size: 16px;
  font-weight: 700;
  border: none;
}

  .btn-outline-totalorange:hover {
      font-size: 17px;
      transform: scale(1.1);
      text-decoration: none;
  }

@media (max-width: 769px) {
  .btn-outline-totalorange {
      height: auto;
      justify-content: center;
      min-width: auto;
      padding: 8px 20px;
      font-size: 14px;
  }
}

@media (max-width: 769px) {

  .carousel-title {
      position: absolute;
      top: 44%;
      left: 41%;
      transform: translate(-50%, -50%);
      z-index: 2;
      text-align: left;
      padding-right: 10vw;
  }

      .carousel-title h1 {
          color: white;
          font-family: monserrat, helvetica;
          font-size: 30px;
          letter-spacing: 0;
          line-height: 43px;
          font-weight: 600;
          width: 65vw
      }

  .mindbodyway {
      padding-right: 35px;
  }

      .mindbodyway h2 {
          color: black;
          font-family: monserrat, helvetica;
          font-size: 45px;
          font-weight: 800;
          letter-spacing: 0;
          line-height: 51px;
          margin-top: 25px;
          margin-bottom: 25px;
          min-height: 57px;
          text-align: center;
          white-space: normal;
          min-width: unset;
      }

      .mindbodyway p {
          text-align: justify;
          font-family: Source Sans Pro, Helvetica;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          letter-spacing: 0;
          color: black;
          line-height: 24px;
          margin-left: 15px;
      }

  .container-choose-track-section h3 {
      color: black;
      font-family: monserrat, helvetica;
      font-size: 28px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 32px;
      min-height: 36px;
      white-space: normal;
  }

  .container-choose-track {
      height: 55vh;
      display: unset;
  }

  .container-card {
      margin-bottom: 20px;
      margin: 0 0px;
  }

  .card {
      position: relative;
      width: 300px;
      height: 370px;
      margin-top: 25px;
  }

  .best-nature-science h2 {
      color: black;
      font-family: "Montserrat", Helvetica;
      font-size: 28px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 32px;
      min-height: 36px;
      white-space: normal;
  }

  .best-nature-science img {
      width: 100%;
      height: 42vw;
  }

  .container-text-img {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }

  .container-testimonial h2 {
      min-width: 393px;
      text-align: center;
      white-space: normal;
      margin-left: 0px;
      font-size: 40px;
  }
}

.static-nav-background {
  height: 270px;
}
        
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
      display: block;
  }
}


.modal-support .modal-content {
  margin-top: 7vw!important;
}

.modal-support .modal-dialog {
  width: 80%!important;
  margin: 5% auto;
}

.modal-support .modal-header {
  background-color: #deb887;
  padding: 1.2vw;
  margin: 0;
}

.modal-support .modal-header h1 {
  font-size: 28px;
  font-weight: 800;
}

@media(max-width: 768px) {
  .modal-support .modal-header h1 {
    font-size:18px;
  }
}

.modal-support .modal-body .support-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media(max-width: 768px) {
  .modal-support .modal-body .support-section {
    flex-direction:column;
  }
}

.modal-support .modal-body .support-section .img-support {
  padding: 10px;
}

.modal-support .modal-body .support-section .text-support {
  padding: 10px;
}

@media(max-width: 768px) {
  .modal-support .modal-body .support-section .text-support {
    margin-bottom:10px;
  }
}

.modal-support .modal-body .support-section .text-support h1 {
  font-size: 30px;
  font-weight: 800;
  text-decoration: underline;
  margin-bottom: 30px;
}

@media(max-width: 768px) {
  .modal-support .modal-body .support-section .text-support h1 {
    font-size:16px;
    margin-bottom: 20px;
  }
}

.modal-support .modal-body .support-section .text-support p {
  color: #000;
  font-size: 18px;
}

@media(max-width: 768px) {
  .modal-support .modal-body .support-section .text-support p {
    font-size:14px;
  }
}

.modal-support .modal-text p {
  font-size: .8vw;
  text-align: center;
  margin-left: 3vw;
  margin-right: .5vw;
  font-weight: bold;
  color: #000;
}

@media(max-width: 500px) {
  .modal-support .modal-content {
    width:320px;
  }

  .modal-support .modal-support .modal-body img {
    padding: 10px;
  }

  .modal-support .modal-support .modal-text {
    margin-top: 4.4vw;
    line-height: .7vw;
    margin-left: -2vw;
    margin-bottom: 7vw;
    padding: 0 19px 0 18px;
  }

  .modal-support .modal-dialog {
    margin-left: 30px;
  }

  .modal-support .modal-body {
    padding: 0;
  }
}

@media(max-width: 991px) {
  .modal-support .modal-support .modal-dialog {
    width:10%!important;
    margin: 15% auto;
  }

  .modal-support .modal-support .modal-header {
    background-color: #00f;
  }

  .modal-support .modal-support .modal-body img {
    width: 50%;
    margin: 10px;
    margin-left: 15px;
    margin-right: 20px;
  }

  .modal-support .modal-support .modal-text {
    margin-top: 20px;
  }

  .modal-support .modal-support .modal-text p {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 10px;
  }
}
