@media (min-width: 1200px) {
  .content-box {
    padding: 5.2rem 2rem 2rem;
  }

  .header__language--country {
    display: none;
  }

  .select__country--conrensy {
    display: block;
  }

  section.home-section {
    margin-top: 14.6rem;
  }

  /******* Start Titutlos paginas internas ********/
  h2.content-box-title {
    font-size: 2.8rem;
  }

  h2.content-box-title::before {
    transform: translateX(-36px);
  }

  /******* End Titutlos paginas internas ********/

  .header-top-left ul,
  .header-top-right {
    display: flex;
  }

  nav.main-nav ul li a {
    padding: 7px 16px;
  }

  .btn-ley-trasparencia {
    margin: 0 20px;
  }

  .social-media-header {
    display: flex;
  }

  .logo-aefe img {
    object-fit: contain;
    max-height: 6rem;
  }

  /*********** MENU ESCRITORIO ****************+*/

  a.toogle-menu {
    /*boton del menu responsive*/
    display: none;
  }

  .nav-brand {
    max-width: 240px;
    display: flex;
    align-items: center;
    min-width: 158px;
    margin-right: 3rem;
  }

  .header-content.fixed .nav-brand {
    max-width: 220px;
  }

  .header-content {
    padding: 0 1rem;
    height: 112px;
  }

  .header-content.fixed {
    height: 80px;
    transition: all 0.8s ease-in-out;
  }

  .navbar-header {
    display: block;
    margin-right: 20px;
  }

  .nav-mobile {
    display: none;
  }

  .content-info-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .ct-header {
    max-width: 1500px;
    margin: auto;
  }

  .icons-header {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
  }

  .navbar-header nav.main-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .navbar-header nav.main-nav ul.subsubmenu {
    margin-left: 26px;
  }

  .navbar-header nav.main-nav > ul {
    display: flex;
    align-items: center;
  }

  .navbar-header nav.main-nav ul li {
    position: relative;
    min-width: 5rem;
    max-width: 25rem;
  }

  .navbar-header nav.main-nav ul li a {
    display: block;
    font-size: 1.3rem;
    padding: 7px 10px;
    font-weight: 700;
    color: #000;
    margin: 0 0.5rem;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 1.6rem;
    border-radius: 30px;
  }

  .navbar-header nav.main-nav ul li:hover::before {
    background-color: #a6d5f4;
    padding: 100% 2rem;
  }

  .navbar-header ul.submenu {
    position: absolute;
    min-width: 20rem;
    /* max-width: 25rem; */
    transform: translateX(-50%);
    padding-top: 74px !important;
    left: 50%;
    box-shadow: 0 0 0px black;
    display: none;
    transition: all 0.3s ease;
    width: 100%;
    background-color: transparent;
    border-radius: 0 0 4rem 4rem;
  }

  .header-content.fixed .navbar-header ul.submenu {
    padding-top: 60px !important;
  }

  .navbar-header ul.submenu li {
    background: rgba(2, 47, 107, 0.6);
  }

  .navbar-header ul.submenu li a {
    font-size: 1.3rem !important;
    padding: 14px 15px !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 0 !important;
    line-height: 1.6rem;
    margin: 0 !important;
  }

  .navbar-header ul.submenu li a {
    position: relative;
  }
  .navbar-header ul.submenu li a:hover {
    background-color: #c80f3f;
  }

  .navbar-header ul.subsubmenu {
    position: absolute;
    z-index: 100;
    left: 83%;
    top: 0;
    min-width: 20rem;
    max-width: 25rem;
  }

  /*** drop down ***/

  #menu-main-desktop > li {
    display: flex;
  }

  #menu-main-desktop > li > i {
    align-self: center;
    color: #f4b72a;
    font-size: 2rem;
  }

  #menu-main-desktop > li:hover > i {
    transform: rotate(180deg);
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  /* .social-media-header {
  display: flex;
} */

  /******************************/

  /********  Section Banner Home ********/

  .banner-detalles {
    min-width: 600px;
    max-width: 600px;
  }

  .banner-detalles h1 {
    font-size: 4rem;
    line-height: 4.6rem;
  }

  .banner-detalles p {
    font-size: 1.6rem;
    padding: 20px 0;
    line-height: 2rem;
  }

  .button-ccd {
    font-size: 1.6rem;
  }

  /********  End  Section Banner Home ********/

  /*** section banner home ***/

  .container__hero--home {
    display: grid;
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
    grid-template-rows: 34rem;
  }

  .container__product--categories ul {
    max-height: 22rem;
  }

  .container__product--categories ul {
    grid-template-columns: 1fr;
  }

  .container__hero--home .slick-list {
    min-height: 34rem;
    max-height: 34rem;
  }

  .content-banner img {
    min-height: 34rem;
    max-height: 34rem;
  }

  /*** section banner home ***/

  /*** footer ***/

  .container__footer--bg {
    padding-top: 4rem;
  }

  .contatiner__footer {
    grid-template-columns: 0.6fr 1.4fr;
    gap: 12rem;
  }

  .contatiner__footer--left-contact h4 {
    font-size: 4.8rem;
    line-height: 7.2rem;
  }

  .contatiner__footer--left-contact p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .contatiner__footer--right-bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }

  /*** footer ***/
}

@media (min-width: 1340px) {
  /*** our products ***/

  .container__ours--products {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 2rem;
  }

  .container__get--price h4 {
    font-size: 46px;
    line-height: 50px;
  }

  .container__featured--products {
    grid-template-columns: repeat(3, 1fr);
  }

  /*** our products ***/
}

@media (min-width: 1500px) {
  /********  Section Banner Home ********/

  .banner-detalles {
    max-width: 700px;
  }

  .banner-detalles h1 {
    font-size: 5rem;
    line-height: 5.6rem;
  }

  .banner-detalles p {
    font-size: 1.6rem;
    padding: 20px 0;
    margin: 4px 0 28px 0;
    line-height: 2rem;
  }

  .button-ccd {
    font-size: 1.6rem;
    padding: 16px 60px;
  }

  /********  End  Section Banner Home ********/

  /*** section banner home ***/

  .container__hero--home {
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 1.6fr);
    grid-template-rows: 46rem;
  }

  .container__product--categories ul {
    max-height: 40rem;
  }

  .container__hero--home .slick-list {
    min-height: 46rem;
    max-height: 46rem;
  }

  .content-banner img {
    min-height: 46rem;
    max-height: 46rem;
  }

  /*** section banner home ***/

  /*** solutions ***/

  .container__solutions--img h2 {
    font-size: 80px;
    line-height: 86px;
  }

  /*** solutions ***/
}

@media (min-width: 1800px) {
  /****** Start Header ********/

  .nav-brand {
    max-width: 28rem;
  }

  /***** End Header *****/

  /*** section banner home ***/

  .container__hero--home {
    grid-template-rows: 52rem;
  }

  .container__product--categories ul {
    max-height: 44rem;
  }

  .container__hero--home .slick-list {
    min-height: 52rem;
    max-height: 52rem;
  }

  .content-banner img {
    min-height: 52rem;
    max-height: 52rem;
  }

  /*** section banner home ***/
}
