@media (min-width: 1200px) {

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

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

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


  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;
    /* justify-content: space-between; */
    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;
    /* width: 100%; */
    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;
    /* margin-left: 28px; */
    list-style: none;
  }

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

  .navbar-header nav.main-nav>ul {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
  }

  .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: #1A5C9C;
    /* min-width: 5rem;
  max-width: 25rem; */
    margin: 0 .5rem;
    text-align: center;
    /* white-space: nowrap; */
    transition: all 0.3s ease;
    /* line-height: 24px; */
    line-height: 1.6rem;
    border-radius: 30px;
  }

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


  /* .navbar-header>li>a:hover,
.navbar-header>li>a:focus {
  background: #1A5C9C;
  color: #fff !important;
} */

  .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:last-child {
    /* border-radius: 0 0 4rem 4rem; */
    padding-bottom: 1rem;
    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;
    /* background: rgba(2, 47, 107, 0.6); */
    /* box-shadow: 0px 11px 10px rgba(0, 0, 0, 0.0881775); */
    color: #fff !important;
    /* border-bottom: 1px solid; */
    /* white-space: nowrap; */
    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.submenu li a:hover::before {
    content: "";
    position: absolute;
    bottom: .2rem;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: .6rem;
    background-color: #A6D5F4;
    border-radius: .4rem;
  } */

  .navbar-header ul.subsubmenu {
    position: absolute;
    z-index: 100;
    /* left: 100%; */
    /* left: 82%; */
    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);
  }

  #menu-main-desktop>li.lastMenuPlus {
    background-color: #005C9B;
    border-radius: .6rem;
  }

  #menu-main-desktop>li.lastMenuPlus a {
    color: #fff;
  }

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

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


















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

  .banner-detalles {
    max-width: 540px;
    margin-left: -240px;
  }

  .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 ********/

  /**** Start News ****/

  .bg_container_news {
    padding: 4rem 2rem;
  }

  .container_news a.view-all {
    font-size: 1.4rem;
    padding: 1.2rem 4rem;
  }


  .container_articles_news {
    gap: 4rem;
  }


  article.new {
    min-width: 35.6rem;
    max-width: 35.6rem;
    min-height: 41.7rem;
    max-height: 41.7rem;

  }

  article.new .new_header,
  article.new .new_header img {
    height: 21.5rem;
  }


  article.new .new_body {
    padding: 2rem;
  }

  article.new .new_body h3 {
    font-size: 1.6rem;
    padding: 0 2rem;
  }

  article.new .new_body p {
    font-size: 1.2rem;
  }

  article.new .new_body a {
    font-size: 1.3rem;
    font-weight: 900;
    padding: 1.2rem 2.8rem;
  }

  /**** End News ****/





















    /******** Footer ********/

    .footer-info {
      flex-direction: row;
      place-items: center;
  }

  
  .footer-info .menus .footer_menus {
    place-items: start;
  }


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


}



@media (min-width: 1500px) {
  .toogle-search {
    /*boton del menu responsive*/
    display: none;
  }

  form.content-search-ccd {
    display: flex;
  }







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

  .banner-detalles {
    max-width: 680px;
    margin-left: -300px;
    padding: 8px 20px;
  }

  .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 ********/















  /******** Footer ********/

  footer.footer-ccd {
    padding-top: 60px;
  }

  .footer-info {

    justify-content: space-between;
  }

  .footer-info div.info {
    margin: 0;
    padding-left: 2rem;
  }


  .footer-info .info {
    align-items: flex-start;
    padding-left: 2rem;
  }

  .footer-info .menus {
    margin: 0;
 }

 .footer-info .menus .footer_menus div {
  min-width: 22rem;
 }
  
  .footer-info .menus .footer_menus,
  .footer-info .menus .footer_menus p {
    text-align: start;
  }

  .footer-info h4 {
    text-align: start;
  }
  

  .enlaces ul {
    text-align: start;
  }

  
  .content-copy {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
    padding: 24px 20px;
  }

  /******************************/
}




@media (min-width: 1800px) {

  /****** Start Header ********/

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

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


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


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

  .banner-detalles {
    margin-left: -380px;
  }

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







  /**** Start News ****/

  .bg_container_news {
    gap: 2rem;
  }

  .bg_container_news::before {
    height: 100%;
  }

  .container_news a.view-all {
    font-size: 1.4rem;
  }

  .container_articles_news {
    gap: 4rem;
    max-width: 150rem;
  }

  article.new {
    min-width: 40rem;
    min-height: 46.8rem;
    max-width: 40rem;
    max-height: 46.8rem;
  }

  article.new .new_header,
  article.new .new_header img {
    height: 23.5rem;
  }

  article.new .new_body h3 {
    font-size: 2rem;
  }

  article.new .new_body p {
    font-size: 1.4rem;
  }

  /**** End News ****/

































  /******* Foooter **********/

  .bg-footer {
    max-width: 170rem;
  }
  

  .footer-info .menus .footer_menus div {
    min-width: 32rem;
   }


  .footer-info {
    gap: 2rem;
  }

  .footer-info .info .description-footer p {
    font-size: 1.6rem;
  }

  .footer-info h4 {
    font-size: 1.8rem;
  }

  .enlaces ul li a {
    font-size: 1.4rem;
  }

  .footer-info .menus {
    gap: 8rem;
  }

  .content-copy p,
  .design-web p a {
    font-size: 1.6rem;
  }

  /********* End footer *********/



}



