@charset "utf-8";
/* CSS Document */
/* ESTILOS NORMALES (para móviles en vertical)
   ========================================================================= */
body {
  font-family: "Poppins", arial, verdana !important;
  background: #efefef;
  color: #363636;
}

p {
  text-align: justify;
  margin: 0;
}
ul {
  color: #555;
}
hr {
  border-top: 1px solid #ddd;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/* MENU */
.navbar-header {
  margin-top: 28px;
  margin-bottom: 15px;
}
.navbar-inverse {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 40px 15px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background: #003f8f;
  color: #fff;
}

/* For mobile phones: */
/*[class*="col-"] {
    width: 100%;
}*/
.nav {
  padding: 15px !important;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
ul.topnav li {
  float: left;
}
ul.topnav li a {
  display: inline-block;
  color: #111;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  font-weight: normal;
}

.home_item {
  font-size: 25px !important;
  font-weight: 700 !important;
  /*border-bottom:1px solid #CCC*/
}

ul.topnav li a:hover {
  background-color: #111;
  color: #fff;
}
ul.topnav li.icon {
  display: none;
}
ul.topnav li:not(:first-child) {
  display: none;
}
ul.topnav li.icon {
  float: right;
  display: inline-block;
}
ul.topnav.responsive {
  position: relative;
}
ul.topnav.responsive li.icon {
  position: absolute;
  right: 0;
  top: 0;
}
ul.topnav.responsive li {
  float: none;
  display: inline;
}
ul.topnav.responsive li a {
  display: block;
  text-align: left;
}

.menu_responsive {
  display: block;
  /* nuevo */
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
}
.menu_normal {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
}

.navbar-header {
  padding: 5px 0 !important;
  margin: 0 !important;
}
.logo_header {
  width: 269px;
}

footer {
  background: #292929;
  font-weight: 400;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #aeacae;
  font-size: 13px;
  letter-spacing: 0px;
  padding: 15px 0;
}

.banner-header {
  position: relative;
  background: url(../images/O6X5CP0.jpg);
  background-size: cover;
  padding: 350px 0 30px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.info-header {
  height: 345px;
}
.info-header h1 {
  font-weight: 400;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0px;
  text-shadow: 0 0 10px #000;
}
.info-header p {
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 15px;
  padding: 20px 0;
  text-shadow: 0 0 5px #000;
}
.info-header a {
  border: 2px solid #003f8f;
  border-radius: 25px;
  padding: 10px 24px;
  display: inline-block;
  color: #fff;
  background: #003f8f;
}

.info-header a:hover {
  border: 2px solid #fff;
  color: #003f8f;
  background: #fff;
}

.logo_info {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.info_autor {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 12px;
  color: #ff0;
  text-shadow: 0 0 4px #000;
}

.info_autor:hover {
  color: #ff0;
}

/*  NOTICES =======================================================================*/
.services {
  padding: 80px 0;
  color: #fff;
  background: #003f8f;
}

.services h1 {
  text-align: center;
  margin: 30px 0;
  font-weight: lighter;
}
.services p {
  font-weight: lighter;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.services_text {
  text-align: justify;
}
.services a {
  color: #ff0;
  font-size: 16px;
}
.services a:hover {
  color: #09f;
}

/*  NOTICES ==========================================================================*/
.notices {
  padding: 80px 0;
}

.notices h1 {
  color: #003f8f;
  text-align: center;
  margin: 30px 0;
  font-weight: lighter;
}
.notices p {
  font-weight: 400;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  color: #888;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
}
.notices img {
  margin: 0 auto;
  width: 100%;
  display: block;
  border-radius: 10px;
}
.notices a {
  font-weight: bold;
}
.not_content_index_img {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

/* REDES SOCIALES =============================================================================*/
.social {
  padding: 40px 0;
  background: #333;
}
.ul_items_social {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul_items_social li {
  display: -webkit-inline-box;
  margin: 0 15px;
}
.social_items {
  padding: 35px;
  display: block;
  background: url(../images/social-img.png) no-repeat;
  background-size: 260px;
}
.facebook {
  background-position: -8px -5px;
}
.twitter {
  background-position: -95px -5px;
}
.instagram {
  background-position: -182px -5px;
}

/* MENU =======================================================================================*/
.menu_responsive {
  display: block;
}
.menu_normal {
  display: none;
}
.nav {
  display: block !important;
  padding: 0 !important;
  text-align: left !important;
  margin: 0 !important;
  float: right !important;
  width: auto !important;
  font-size: 16px;
}

/* PAGINAS INTERIORES ===============================================*/
.page_int {
  margin-top: 60px;
  padding: 10px 0;
}
.page_int h1 {
  color: #003f8f;
  padding: 0;
}
.page_int h2 {
  color: #003f8f;
  padding: 0;
}
.page_int img {
  margin: 0;
}
.page_int p {
  margin: 10px 0;
  font-size: 16px;
  color: #888;
}
.page_int ul {
  font-size: 16px;
}
.page_int .btn-default {
  background: #003f8f;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  outline: none !important;
}
.page_int .btn-default:hover {
  color: #fff;
  background: #003fdd;
}
.page_int .btn-default:active {
  outline: none;
}

div[class*="col-"] {
  margin: 15px 0;
}

.form-control {
  border-radius: 25px !important;
  border: 1px solid #ccc !important;
}

.mapa {
}

.noticia {
  margin: 15px;
}

.noticia .panel {
  text-align: justify;
}

.noticia img {
  float: left;
  margin: 0 20px 10px 0;
  border-radius: 10px;
}
.noticia p {
  font-size: 14px;
}
.info_details {
  font-size: 12px;
  color: #2196f3;
}

.separator_info_details {
  color: #ddd;
  margin: 0 15px;
}

.noticia_mini {
  font-size: 13px;
  margin: 0;
}
.noticia_mini img {
  height: 100px;
  float: left;
  margin: 0 10px 0 0;
}

/* RESPONSIVE ========================================================================= */

/* Móviles en horizontal o tablets en vertical ------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .page_int {
    margin-top: 115px;
    padding: 30px 0;
  }
  .menu_responsive {
    display: none;
  }
  .menu_normal {
    display: block;
  }

  .menu_normal .container {
    width: 100%;
    padding: 0 5px !important;
  }
  .menu_normal .container .container-fluid {
    padding: 0;
  }
  .menu_normal .container .container-fluid ul {
    padding: 0 !important;
    float: right;
  }
  .menu_normal .container .container-fluid ul li a {
    padding: 70px 15px 10px 15px;
    font-size: 13px;
  }
}

/* Tablets en horizonal y escritorios normales ------------------------------------------------------------------------- */
@media (min-width: 1024px) {
  .menu_responsive {
    display: none;
  }
  .menu_normal {
    display: block;
  }

  .menu_normal .container {
    width: 970px;
  }
  .menu_normal .container .container-fluid {
    padding: 0px;
  }
  .menu_normal .container .container-fluid ul {
    padding: 0 !important;
    float: right;
  }
  .menu_normal .container .container-fluid ul li a {
    padding: 40px 15px;
    font-size: 16px;
  }
}

/* Escritorios muy anchos ------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .menu_normal .container {
    width: 1170px !important;
  }
  .menu_responsive {
    display: none;
  }
  .menu_normal {
    display: block;
  }
}

/* FUENTES */
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v10/SKK6Nusyv8QPNMtI4j9J2yEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v10/gFXtEMCp1m_YzxsBpKl68iEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url(https://fonts.gstatic.com/s/montserrat/v10/IQHow_FEYlDC4Gzy_m8fcjh33M2A-6X0bdu871ruAGs.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url(https://fonts.gstatic.com/s/montserrat/v10/IQHow_FEYlDC4Gzy_m8fchHJTnCUrjaAm2S9z52xC3Y.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url(https://fonts.gstatic.com/s/montserrat/v10/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(https://fonts.gstatic.com/s/poppins/v1/01M8UnHoM7MaVdT1TD1pbiEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D,
    U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(https://fonts.gstatic.com/s/poppins/v1/MEXWGbc1EWORtBwy9fFeUiEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(https://fonts.gstatic.com/s/poppins/v1/D2gN9uyZ9Ucx1fJ1Fhb7s_k_vArhqVIZ0nv9q090hN8.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), local("Poppins-Regular"),
    url(https://fonts.gstatic.com/s/poppins/v1/gG8m82oGcrBJF727xHU04fY6323mHUZFJMgTvxaG2iE.woff2)
      format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D,
    U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), local("Poppins-Regular"),
    url(https://fonts.gstatic.com/s/poppins/v1/F4YWuALHubF63LLQPw0rMfY6323mHUZFJMgTvxaG2iE.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), local("Poppins-Regular"),
    url(https://fonts.gstatic.com/s/poppins/v1/HLBysyo0MQBO_7E-DWLwzg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D,
    U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(https://fonts.gstatic.com/s/poppins/v1/BAM-XigHGVWzifDv8-EC1SEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D,
    U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(https://fonts.gstatic.com/s/poppins/v1/9VWMTeb5jtXkNoTv949NpSEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(https://fonts.gstatic.com/s/poppins/v1/zO07Oxe3SOlw0l2YX2sdIfk_vArhqVIZ0nv9q090hN8.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(https://fonts.gstatic.com/s/poppins/v1/Aul8cxPpbm96Ali7smyVfCEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D,
    U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(https://fonts.gstatic.com/s/poppins/v1/aDjpMND83pDErGXlVEr-SSEAvth_LlrfE80CYdSH47w.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(https://fonts.gstatic.com/s/poppins/v1/57TQ-anwthzkETEIO4jESPk_vArhqVIZ0nv9q090hN8.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
