* { }

/* 1. Menú de servicios portal */
.navbar-services {
  background: #6A1633;/*#E6E6E5;*/
  /*position: fixed;
  width: 100%;*/
  font-size: .9rem;
}

.navbar-services .columns .column {
  padding: 0.2rem !important;
  margin: 0.3rem 3.5rem !important;
}

  .navbar-services-blocks
  .navbar-services-block-left
  .item_column_services,
  .navbar-services-blocks
  .navbar-services-block-right
  .item_column_services
   {
    margin-right: 1rem;
  }

    .item_column_services span,
    .item_column_services .link_item_email  {
      color: white; /*#9A9799;*/
      font-weight: bold;
    }

  .navbar-services-blocks
  .navbar-services-block-right
  .item_column_services #id_options_item_neo {
      background: rgba(0,0,0,0);
      width: 150px;
    }

  .neo-icon {
    max-height: 19px;
    margin-right: 0.5rem;
  }

/* 2. Header */
/*header {
  color: #6A1633;
  font-family: 'Baskervville', serif;
  font-size: 3rem;
  padding: 1.5rem 1rem;
  text-align: center;
}*/

/* 3. Menú de opciones webpage */
.hero-container {
  position:relative;
  /*height: 600px;*/
}

.navbar-nav {
  background: rgba(0,0,0,0.7);
  position: absolute;
  top:0px;
  width: 100%;
  z-index:1 !important;
}

    .navbar-item, .navbar-link {
      color: white;
      font-weight: bold;
    }

    .navbar-item img {
      max-height: none;
      margin-left: 3rem;
    }

    .navbar-nav .navbar-item {
      color: rgba(195, 195, 195, 1);
      font-size: 0.8rem;  /* tamaño de fuente menú */
      margin:0 auto;
      justify-content: center;
      /*width: 16.6%; */ /* ancho de elemento menú */
    }

    .navbar-nav .navbar-item:hover {
      color: white;
      background: none;
    }

    .navbar-brand .navbar-burger {
      color: white;
      min-height: 2.5rem;
      height: 30px;
    }

    .navbar-menu {
      background: rgba(0,0,0,0.1);
    }

    /* clase utilitaria */
    .nav-margin-medium {
      width: 3rem;
    }

/* 4. Hero */
.hero.is-medium {
  height: 400px;
}

/* Propiedades reescritas | proviene de archivo externo */
/* slick-corousel */
.slick-slide {
  height: 700px !important; /* propone 780 */ /* altura del carrusel - cada slick-slide es una diaposiva del carrusel */
}
.slide-content {
  padding: 1rem !important; /* margen del contenido de la diapositiva (slide) */
}
.slide-btn {
  padding-bottom: 5px !important;
}
.slide-btn:after {
  border-bottom: 3px solid #6A1633;
  padding-top: 1rem;
}
.slick-dots {
  position: absolute;
  bottom:0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;

}

.slick-dots li {
  /*border: 1px solid red;*/
  margin: 0 0.5rem;
  padding: 0.2rem 0.5rem;
}

  .slick-dots li button {
    background: rgba(0,0,0,0.7);
    border-radius: 20%;
    width: 13px;
    height: 13px;
    color: white;
    font-size: 0;
  }

  .slick-dots .slick-active button{
    background: #6A1633;
  }

/* END - slick-corousel */

/* 4b. Mensaje urgente */
.urgent-container {
  background: rgba(120,120,120,1);

  color: white;
  padding: 1rem;
  text-align: center;
}
  .urgent-container a {
    /*color: #6A1633;*/
    color: rgba(215,215,215,1);
    font-weight: bold;
  }


/* 5. Agenda eventos */
/* archivo own_carousel_slider.css */


/* 5a. Avisos importantes */
.important-notice {
  background: rgba(153, 153, 153, 1);
  /*border-bottom: 2px solid rgba(200, 200, 200, 1);*/
  display: flex;
  justify-content: center;
}
  .box-important-notice {
    /*background: rgba(153,153,153, 1);*/
    /*background: linear-gradient(180deg, rgba(200,200,200,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(200,200,200,1) 100%);*/
    /*color: #6A1633;
    text-shadow: 1px 1px 2px #FFF;*/
    height: 80px;
    margin: 1rem;
    text-align: center;
    width: 33%;
  }

  .border-button {
    border: solid 2px rgb(153,153,153);
    transition: border-width 0.3s linear;
  }

  .border-button:hover { border-width: 3px; }

  #box-important-notice-1 {
    background: url("../assets/important_notice1.png") no-repeat;
    background-size: contain;
    background-position: center;
  }
  #box-important-notice-2 {
    background: url("../assets/important_notice2.png") no-repeat;
    background-size: contain;
    background-position: center;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  #box-important-notice-3 {
    background: url("../assets/important_notice3.png") no-repeat;
    background-size: contain;
    background-position: center;
  }

    .box-important-notice p.main-font {
      font-size: 1.4rem;
      font-weight: bold;
    }
    .box-important-notice p.secondary-font {
      font-size: 1rem;
    }
  /*.important-notice .notice_1 {
    padding: 1rem;
    margin: 0 auto;
    width: 30%;
    order: 2;
  }
  .important-notice .notice_2 {
    padding: 1rem;
    margin: 0 auto;
    width: 30%;
    order: 1;
  }
  .important-notice .notice_3 {
    padding: 1rem;
    margin: 0 auto;
    width: 30%;
    order: 3;
  }
  .important-notice .notice_5 {
    padding: 1rem;
    margin: 0 auto;
    width: 30%;
    order: 4;
  }*/

/* END - 5a. Avisos urgentes */


/* 5b. Avisos muy urgentes */

/* Notice 1 */
/*.very-important-notice {
  background: white;
  margin: 1rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}*/
.very-important-notice {
  height: 300px;
  margin: 0.5rem 0;
}
  .very-important-notice .lSSlideOuter, .very-important-notice .lSSlideWrapper, .very-important-notice #responsive2 {
    height: 300px !important;
  }
  .box-very-important-notice {
    /*border: 1px solid silver;*/
    /*width: 23%;*/
    height: 300px;
  }


  #box-very-important-notice-1 {
    background: url("../assets/very_important_notice1.png") no-repeat;
    background-size: contain;
    background-position: center;
  }

  #box-very-important-notice-2 {
    background: url("../assets/very_important_notice2.png") no-repeat;
    background-size: contain;
    background-position: center;
  }

  /*#box-very-important-notice-2 {
    background: url("../assets/very_important_notice2.gif") no-repeat;
    background-size: contain;
    background-position: center;
  }*/

  #box-very-important-notice-3 {
    background: url("../assets/very_important_notice3.png") no-repeat;
    background-size: contain;
    background-position: center;
  }
  /*
  #box-very-important-notice-4 {
    background: url("../assets/very_important_notice4.png") no-repeat;
    background-size: contain;
    background-position: center;
  }

  #box-very-important-notice-5 {
    background: url("../assets/very_important_notice5.png") no-repeat;
    background-size: contain;
    background-position: center;
  }

  #box-very-important-notice-6 {
    background: url("../assets/very_important_notice6.png") no-repeat;
    background-size: contain;
    background-position: center;
  }*/

  /*.very-important-notice p {
    color: white;
    font-size: 2rem;
    text-align: center;
    padding: 1.5rem 1rem;
  }
  .very-important-notice p:hover {
  }

.list-very-important-notice {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.list-very-important-notice li {
  background: white;
  border: 1px solid white;
  border-left: 5px solid silver;
  margin-bottom:1rem;
  padding: 0.5rem;
  text-align: center;
  width: 30%;
}
.list-very-important-notice li a{
  font-size: 1rem;
  color: #6A1633;
}
.list-very-important-notice li a:hover{
  text-decoration: underline;
}

.video-very-important-notice {
  border: 1px solid grey;
  background: white;
  padding: 0.3rem 0.3rem 0rem 0.3rem;
  margin: 0;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 2rem;
}*/

/* Notice 2 */
/*.very-important-notice .becas-benito-juarez-notice {
  background: white;
  color: #6A1633;
  display: flex;
  justify-content: center;
}
.very-important-notice .becas-benito-juarez-notice div {
}
  .img-very-important-notice {
    background: url("../assets/becas-benito-juarez.png") no-repeat;
    background-size: contain;
    background-position: center;
    width: 25%;
  }
  .text-very-important-notice {
    width: 65%;
    padding: 1rem;
  }
    .text-very-important-notice p {
      color: #6A1633;
      text-align: left;
    }
    .list-very-important-notice2 {
      padding: 1rem;
    }*/

/* END - 5b. Avisos muy urgentes */


/* 5c. Banners */
.banner-section {
  background: rgba(200, 200, 200, 1);
  /* min-height: 200px; */
}
  .banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 3rem 1rem;
  }
    .banner-container .item-container {
      margin: .5rem;
      position: relative;
    }
    .banner-container .img-banner {
      max-width: 200px;
    }

  .link-banner:hover {
    opacity: 0.9;
  }

/* 6. Footer */
footer {
  background: rgba(67,67,67,1);
  color: white;
  display: flex;
  min-height: 230px;
  padding: 3rem;
  justify-content: space-around;
}
  .sitemap {
    font-size: .8rem;
    line-height: 1.5rem;
    width: 25%;
  }
    .sitemap span {
      font-weight: bold;
    }
    .sitemap a {
      color:white;
    }
    .sitemap a:hover {
      opacity: 0.8;
    }
  .logotype {
    text-align: center;
    width: 40%;
  }
    .bottom-logotype {
      margin-bottom: 1rem;
    }
    .motto {
      font-size: 0.8rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }
    .address, .copyright {
      font-size: 0.7rem;
    }
  .bottom-socialmedia {
    font-size: 0.8rem;
    text-align: right;
    width: 25%;
  }
    .icons-neo {
      margin-bottom: 1rem;
    }
      .icons-neo li a img {
        max-width: 75px;
        margin-bottom: 0.5rem;
      }
      .icons-neo li a img:hover {
        opacity: 0.8;
      }
    .icons-socialmedia {
      display: flex;
      margin-bottom: 1rem;
      justify-content: flex-end;
    }
      .icons-socialmedia li a img:hover {
        opacity: 0.8;
      }
      .icons-socialmedia li a img.margin-right {
        margin-right: 1rem;
      }
    .icon-email {
      font-size:0.6rem;
      font-weight: bold;
      letter-spacing: 1px;
    }
      .icon-email a {
        color: white;

      }
      .icon-email a:hover {
        opacity: 0.8;
      }
      .icon-email span {
        margin-left: 1rem;
      }

select {
  color: #9A9799;
  background: none;
  border: none;
  font-size: 1rem;
  padding: .5rem;
  width: 150px;
}
.options_item_neo {
  background: white;
}

/* Clase utilitaria */
.add-new {
  background: url("../assets/new_icon.png");
  width: 27px;
  height: 27px;
  position: absolute;
  top:0;
  right: 0;
}

.important-icon {
  width: 25px;
  height: 25px;
}


@media (max-width: 768px) {
  /* 2.1 Adaptabilidad header mobile */
  header {
    /*height: 80px;*/
    padding: 1rem 1rem;
  }
  h1 {
    font-size: 1.4rem;
  }
  .navbar-services .columns .column {
    /*margin: 0 !important;*/
    margin: 0 !important;
  }
  .navbar-services-block-left {
    padding: 0;
  }
  .navbar-services-block-right {
    /*height: 40px;*/
  }
  .item_column_services {
    /*margin-right: 1.5rem;*/
  }
  .internal-navbar-services-block-top {
    width: 100%;
  }

  /* 4.1 Adaptabilidad hero mobile */
  /*.hero.is-info {
    background: url("../assets/slider02.png");
    background-size: 300%;
    background-position: center;
  }*/
  /* Adaptabilidad select plataforma NEO */
  select {
    font-size: 0.8rem;
    padding: 0;
    width: 120px;
  }
  .navbar {
    border-bottom: none;
  }
  .navbar-item img {
    margin-left: 1rem;
    max-height: 50px;
  }
  .navbar-nav .navbar-item {
    margin: 0;
  }

  .slick-dots {
    background: rgba(0, 0, 0, 1);
    margin: 0;
    padding: 0.3rem 0;
    position: relative;
    line-height: 0;
  }

    .slick-dots li button {
      width: 10px;
      height: 10px;
      border: 1px solid rgba(64, 64, 64, 1);
    }

  .banner-container .img-banner {
    max-width: 150px;
  }

  .banner-container {
    padding: 1rem 1rem;
  }

    .banner-container .item-container {
      margin: 0.2rem;
    }


  .important-notice {
    display: inline-block;

    width: 100%;
  }

    .box-important-notice {

      border-top: 1px solid white;
      height: 80px;
      margin:0;
      width: 100%;
    }

    #box-important-notice-2 {
      border-left: none;
      border-right: none;
    }

      .box-important-notice p.main-font {
        font-size: 1.2rem;
        font-weight: bold;
      }
      .box-important-notice p.secondary-font {
        font-size: 0.9rem;
      }


  /*.important-notice .notice_1 {
    padding: 0;
    width: 100%;

  }

  .important-notice .notice_2 {
    padding: 0;
    width: 100%;

  }

  .important-notice .notice_3 {
    padding: 0;
    width: 100%;

  }

  .important-notice .notice_5 {
    padding: 0;
    width: 100%;

  }*/

  .very-important-notice {
    margin: 0;
    margin-bottom: 0.5rem;
  }
  /*
  .box-very-important-notice {
    border: 1px solid silver;
    width: 50%;
    height: 250px;
  }*/

  /*.very-important-notice {

  }
  .very-important-notice1 {
    padding: 1rem;
  }
  .very-important-notice p {
    font-size: 1.2rem;
    text-align: center;
    padding: 0rem;
  }

  .list-very-important-notice li a{
    font-size: 0.9rem;
    color: #6A1633;
  }

  .list-very-important-notice {
    display: inline-block;
    padding: 1rem;
    width: 100%;
  }
  .list-very-important-notice li {
    margin: 0.5rem 0;
    text-align: left;
    width: 100%;
  }*/

  /* very-important-notice2 */
  /*.very-important-notice .becas-benito-juarez-notice {
    display: inline-block;
    width: 100%;
  }
  .very-important-notice2 div {
    width: 100%;
  }
  .very-important-notice2 .img-very-important-notice {
    height: 150px;
    margin-top: 2rem;
  }
  .list-very-important-notice2 {
    text-align: center;
  }
  .list-very-important-notice2 li {
    background: rgba(240,240,240,1);
    margin: 0.5rem 0;
    padding: 0.5rem;
  }

  .video-very-important-notice {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }*/

  footer {
    flex-wrap: wrap;
    padding: 2rem 1rem;
  }
  .sitemap {
    width: 50%;
    order: 1;
  }
  .logotype {
    border-top: 1px solid white;
    order:3;
    width: 100%;
    margin-top: 2rem;
    padding-top: 2rem;
  }
    .logotype .bottom-logotype {
      width: 40%;
    }
  .bottom-socialmedia {
    width: 50%;
    order: 2;
  }

  .important-icon {
    display: block;
    margin: 0.5rem auto;
  }

}

@media (min-width: 769px) and (max-width: 1023px) {
  /* 2.2 Adaptabilidad header tablet */
  header {
    /*height: 100px;*/
    padding: 1rem 1rem;
  }
  h1 {
    font-size: 2rem;
  }

  .navbar-services .columns .column {
    /*margin: 0 !important;*/
    margin: 0.2rem 1.5rem !important;
  }
  /* 4.2 Adaptabilidad hero tablet */
  /*.hero.is-info {
    background: url("../assets/slider04.png");
    background-size: 180%;
  }
  select {
    font-size: 0.8rem;
    padding: 0;
    width: 120px;
  }*/
  .navbar {
    border-bottom: none;
  }
  .navbar-item img {
    margin-left: 1rem;
    max-height: 50px;
  }
  .navbar-nav .navbar-item {
    margin: 0;
  }


  /*.important-notice .notice_1 {
    padding: 0.2rem;
    padding-top: 1rem;
    width: 33%;
  }
  .important-notice .notice_2 {
    padding: 0.2rem;
    padding-top: 1rem;
    width: 33%;
  }
  .important-notice .notice_3 {
    padding: 0.2rem;
    padding-top: 1rem;
    width: 33%;
  }
  .important-notice .notice_5 {
    padding: 0.2rem;
    padding-top: 1rem;
    width: 33%;
  }*/

  /*.box-very-important-notice {
    border: 1px solid silver;
    height: 250px;
    margin-bottom: 0.5rem;
    width: 32%;
  }*/

  .box-very-important-notice {
    margin: 0;
    margin-bottom: 0.5rem;
  }


  /*.very-important-notice p {
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem;
  }

  .list-very-important-notice2 {
    text-align: center;
  }*/


}

/*section {
  background: silver;
  height: 900px;
}*/
