@media only screen and (min-width: 1024px) {


  .header-video:hover .swiper-button-prev-header,
  .header-video:hover .swiper-button-next-header {
    padding: 1.8rem;
  }

  .header-video .swiper-button-next:after,
  .header-video .swiper-button-prev:after {
    --swiper-navigation-size: 40px
  }

  /*---------------------------------------
  CONTAINER SECTION-1
 ----------------------------------------- */
  .container-section-1 {
    margin: 4rem 0 0 0;
    text-align: center;
  }

  /*---------------------------------------
CONTAINER SECTION-ÁREAS
 ----------------------------------------- */

  

  /*---------------------------------------
  CONTAINER SECTION-6
 ----------------------------------------- */
  .section-5-events-container {
    justify-content: space-between;
  }

  /*---------------------------------------
  CONTAINER SECTION-6
 ----------------------------------------- */
  .section-6-formulario {
    max-width: 570px;
  }

  .section-6-body {
    align-items: center;
  }

  .section-6-input {
    max-width: 245px;
    margin: 0.86rem 0 0 0;
  }

  .section-6-caso,
  .section-6-terminos {
    max-width: 100%;
  }

  .section-6-desc {
    height: 450px;
  }

  .form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  #cursoInteres {
    max-width: 100%;
  }

  .form-group-container {
    padding: 0 1rem;
  }

  .condiciones {
    padding: 0 1rem;
  }

  .section-6-input input,
  #phone {
    width: 100%;
  }

  /*---------------------------------------
  CONTAINER SECTION-7
 ----------------------------------------- */
  .section-7-form {
    max-width: 570px;
  }

  /*---------------------------------------
  CONTAINER SECTION-8
 ----------------------------------------- */

  .location-map {
    display: block;
  }

  .section-8-locations {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
  }

  /* test */
  .accordion-item {
    border: 0 !important;
  }

  .accordion-collapse,
  .accordion-body {
    -webkit-display: none !important;
    display: none !important;
  }

  .accordion-header {
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid transparent;
    transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  }

  .accordion-header svg:first-child {
    transform: rotate(0deg);
    transition: transform 0.4s ease-in-out;
  }

  .accordion-header:hover {
    background-color: rgb(var(--grey));
    padding: 0.5rem;
    border-bottom: 1px solid rgb(var(--middle-grey));
    transition: padding 0.2s ease-in-out;
  }

  .accordion-header:hover svg:first-child {
    transform: rotate(90deg);
    transition: transform 0.4s ease-in-out;
  }

  .country svg:last-child {
    display: none;
  }

  /*---------------------------------------
  CONTAINER SECTION-9
 ----------------------------------------- */
  .section-9-card-desc {
    padding: 1rem;
  }
}

@media screen and (min-width: 1280px) {

  .swiper-slide-header img {
    width: 100%;
    max-height: 550px;

  }
  
  /*---------------------------------------
CONTAINER SECTION-ÁREAS
 ----------------------------------------- */
  .area-card {
    max-width: 170px;
  }

  /*---------------------------------------
CONTAINER SECTION-2
----------------------------------------- */
  /* Cards container */
  .section-2-cards-container {
    justify-content: space-between;
  }

  /*---------------------------------------
  CONTAINER SECTION-7
 ----------------------------------------- */
  .section-7-desc {
    align-self: center;
    height: 350px;
  }

  .section-7-form {
    position: relative;
    padding: 2rem 3rem;
  }

  .section-7-form::after {
    position: absolute;
    content: "";
    width: 3rem;
    height: 350px;
    top: 50%;
    /* bottom: 50%; */
    left: 100%;
    background-color: rgb(var(--grey));
    z-index: -1;
    transform: translate(0%, -50%);
  }
}