/* Pantallas muy grandes */
@media (min-width: 1920px) {
  /***************************************** ILUSTRATION HEADER ****************************************/
  .ilustration-header img {
    display: none;
  }
  /*************************************** FIN ILUSTRATION HEADER **************************************/

  /************************************ SCTICKY ON SCROLL COMPONENT ************************************/
  .sticky-on-scroll {
      position: sticky;
  }
  /********************************** FIN SCTICKY ON SCROLL COMPONENT **********************************/
}
/* Pantallas default -  Tamaño XL */
@media (min-width: 1200px) and (max-width: 1919px) {
  /***************************************** ILUSTRATION HEADER ****************************************/
  .ilustration-header img {
    display: none;
  }
  /******************************************* DESKTOP HEADER ******************************************/

    /************************************ SCTICKY ON SCROLL COMPONENT ************************************/
    .sticky-on-scroll {
        position: sticky;
    }
    /********************************** FIN SCTICKY ON SCROLL COMPONENT **********************************/
}
/* First reduction -  Tamaño LG  */
@media (min-width: 980px) and (max-width: 1199px) {
  /******************************************* DESKTOP HEADER ******************************************/
  .ilustration-header {
    height: 540px;
  }
  .ilustration-header img {
    display: none;
  }
  /******************************************* DESKTOP HEADER ******************************************/

  /************************************* ILUSTRATION SECTION HEADER ************************************/
  .ilustration-header-section {
    background-color: transparent;
  }
  .ilustration-header-section img {
    display: none;
  }
  /*************************************** FIN ILUSTRATION HEADER **************************************/

  /**************************************** ZINDEX SECTION HEADER **************************************/
  .zindex-ilustration-section .zindex-ilustration-image img {
    top: -50px;
    width: 120% !important;
    max-width: none;
  }
  /************************************** FIN ZINDEX SECTION HEADER ************************************/

  /********************************************** FLIP CARDS *******************************************/
  .col-lg-4 .flip-card {
  	width: 290px;
  }
  /******************************************** FIN FLIP CARDS *****************************************/

  /************************************ SCTICKY ON SCROLL COMPONENT ************************************/
  .sticky-on-scroll {
    position: sticky;
    }
    /********************************** FIN SCTICKY ON SCROLL COMPONENT **********************************/
}
/* Second reduction  -  Tamaño MD */
@media (min-width: 768px) and (max-width: 979px) {
  /******************************************* DESKTOP HEADER ******************************************/
  .ilustration-header {
    position: relative;
    background-image: none !important;
    height: auto;
    overflow: hidden;
  }
  .ilustration-header img {
    width: 100%;
    margin-left: 60px;
  }
  /******************************************* DESKTOP HEADER ******************************************/

  /**************************************** ZINDEX SECTION HEADER **************************************/
  .zindex-ilustration-section .zindex-ilustration-image {
      display: none
  }
  /************************************** FIN ZINDEX SECTION HEADER ************************************/

  /******************************************* DESKTOP HEADER ******************************************/
  header .desktop-logo {
    max-width: 96px;
    margin-top: 20px;
  }
  /******************************************* DESKTOP HEADER ******************************************/

  /******************************************** LIST ICON BOX ******************************************/
  .list-icon-box figure {
    float: left;
    margin-right: 20px;
    height: 48px;
    width: 48px;
  }
  .list-icon-box h3 {
    float: left;
    margin-top: 12px;
  }
  .list-icon-box p {
    float: left;
  }
  /******************************************** LIST ICON BOX ******************************************/

  /********************************************** FLIP CARDS *******************************************/
  .col-md-6 .flip-card {
  	width: 330px;
  }
  /******************************************** FIN FLIP CARDS *****************************************/
}
/* Third reduction  -  Tamaño SM */
@media (min-width: 481px) and (max-width: 767px) {
  /******************************************* DESKTOP FOOTER ******************************************/
  footer {
    background: #0A254D url("/static/img/erv5/backgrounds/bg-footer-mobile.6a0b12e4e4da.svg") no-repeat;
    background-size: 100%;
  }
  footer .padding-top-80 {
    padding-top: 80px;
  }
  footer .padding-bottom-80 {
    padding-bottom: 80px;
  }
  /***************************************** FIN DESKTOP FOOTER ****************************************/

  /******************************************* DESKTOP HEADER ******************************************/
  .ilustration-header {
    position: relative;
    background-image: none !important;
    height: auto;
    overflow: hidden;
  }
  .ilustration-header img {
    width: 100%;
    margin-left: 60px;
  }
  /******************************************* DESKTOP HEADER ******************************************/

  /**************************************** ZINDEX SECTION HEADER **************************************/
  .zindex-ilustration-section {
    padding-top: 84px;
  }
  .zindex-ilustration-section .zindex-ilustration-image {
    position: relative;
  }
  .zindex-ilustration-section .zindex-ilustration-image img {
    position: relative;
    top: auto;
    right: auto;
    display: none;
  }
  /************************************** FIN ZINDEX SECTION HEADER ************************************/

  /******************************************** LIST ICON BOX ******************************************/
  .list-icon-box figure {
    float: left;
    margin-right: 20px;
    height: 48px;
    width: 48px;
  }
  .list-icon-box h3 {
    float: left;
    margin-top: 12px;
  }
  .list-icon-box p {
    float: left;
  }
  /******************************************** LIST ICON BOX ******************************************/

  /********************************************** FLIP CARDS *******************************************/
  .col-lg-4 .flip-card {
  	width: 510px;
  }
  /******************************************** FIN FLIP CARDS *****************************************/

  /******************************************* POPUPS COMPONENT ****************************************/
  .am-popup.medium .am-popup-content {
      max-width: 88vw;
      min-width: 88vw;
  }
  /***************************************** FIN POPUPS COMPONENT **************************************/
  /************************************** FAQS - ACORDION COMPONENT ************************************/
  .collapse-card-header > div {
    padding-right: 24px;
    }
    .accordion-card .font-size-20 {
    font-size: 15px;
    line-height: 20px;
    }
    /************************************ FIN FAQS - ACORDION COMPONENT **********************************/

    /*************************************** RANGE SLIDER COMPONENT **************************************/
    .slider-tickmarks span {
        display: none;
    }
    /************************************* FIN RANGE SLIDER COMPONENT ************************************/

}
/* Fourth reduction -  Tamaño XS */
@media (max-width: 480px) {
  /******************************************* DESKTOP FOOTER ******************************************/
  footer {
    background: #0A254D url("/static/img/erv5/backgrounds/bg-footer-mobile.6a0b12e4e4da.svg") no-repeat;
    background-size: 100%;
  }
  footer .padding-top-80 {
    padding-top: 80px;
  }
  footer .padding-bottom-80 {
    padding-bottom: 80px;
  }
  /***************************************** FIN DESKTOP FOOTER ****************************************/

  /******************************************* DESKTOP HEADER ******************************************/
  .ilustration-header {
    position: relative;
    background-image: none !important;
    height: auto;
    overflow: hidden;
  }
  .ilustration-header img {
    width: 100%;
    margin-left: 60px;
  }
  /******************************************* DESKTOP HEADER ******************************************/

  /**************************************** ZINDEX SECTION HEADER **************************************/
  .zindex-ilustration-section {
    padding-top: 84px;
    /* padding-top: 64px; */
  }
  .zindex-ilustration-section .zindex-ilustration-image {
    position: relative;
  }
  .zindex-ilustration-section .zindex-ilustration-image img {
    position: relative;
    top: auto;
    right: auto;
    display: none;
  }
  /************************************** FIN ZINDEX SECTION HEADER ************************************/

  /******************************************** LIST ICON BOX ******************************************/
  .list-icon-box figure {
    float: left;
    margin-right: 20px;
    height: 48px;
    width: 48px;
  }
  .list-icon-box h3 {
    float: left;
    margin-top: 12px;
  }
  .list-icon-box p {
    float: left;
  }
  /******************************************** LIST ICON BOX ******************************************/

  /********************************************** FLIP CARDS *******************************************/
  .col-lg-4 .flip-card {
  	width: 480px;
  }
  /******************************************** FIN FLIP CARDS *****************************************/

  /*************************** REGISTER BANNER AND ACUMBA FORM REGISTER ********************************/
  .register-banner {
      padding: 24px;
  }
  /* Overrides forms */
  .register-banner .text-form-acm.editable-object-acm.col-form-acm_1 p {
      font-size: 22px;
      line-height: 32px;
  }
  /************************* FIN REGISTER BANNER AND ACUMBA FORM REGISTER ******************************/

  /******************************************* POPUPS COMPONENT ****************************************/
  .am-popup.medium .am-popup-content {
      max-width: 82vw;
      min-width: 82vw;
  }
  /***************************************** FIN POPUPS COMPONENT **************************************/

  /******************************************* BUTTONS COMPONENT ***************************************/
  .am-button.fixed-width {
      width: 100% !important;
      max-width: 100% !important;
  }
  /***************************************** FIN BUTTONS COMPONENT *************************************/

  /************************************** FAQS - ACORDION COMPONENT ************************************/
  .collapse-card-header > div {
      padding-right: 24px;
  }
  .accordion-card .font-size-20 {
    font-size: 15px;
    line-height: 20px;
  }
  /************************************ FIN FAQS - ACORDION COMPONENT **********************************/

  /*************************************** RANGE SLIDER COMPONENT **************************************/
  .slider-tickmarks span {
      display: none;
  }
  /************************************* FIN RANGE SLIDER COMPONENT ************************************/
}
