/* -------------------------------------------------- */
/* GENERALES */
@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova'),
  local('Proxima Nova'),
  url(../fonts/Proxima-Nova-Reg.otf) format('opentype');
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: local('Proxima Nova Bold'),
  local('Proxima Nova Bold'),
  url(../fonts/Proxima-Nova-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Baloo-Regular';
  src: local('Baloo-Regular'),
  local('Baloo-Regular'),
  url(../fonts/Baloo-Regular.ttf) format('truetype');
}

:root {
  font-size: 14px;
}

html {
  min-height: 100%;
}

body {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  background-color: #fff;
  top: 0;
}

.container {
  max-width: 1440px !important;
  padding: 0 1rem !important;
}

#page-container {
  position: relative;
  min-height: 50vh;
}

/*#footer {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*}*/

a {
  text-decoration: none;
}

/* -------------------------------------------------- */
/* HEADER */
.masthead {
  background-color: #e4ecfa;
}

.top-bar {
  margin-bottom: 0;
  font-size: 0.725rem;
}

.top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 60px;
}

.top-bar a {
  color: #000f9f;
}

.top-bar a:hover {
  color: #fd7e14;
  text-decoration: none;
}

.top-bar li {
  display: inline-block;
  padding: 19px 15px 19px 0;
}

.top-bar li.divisor {
  display: inline-block;
  width: 1px;
  margin-bottom: -17px;
  border-left: 1px solid #000f9f;
}

/*/* -------------------------------------------------- */
/* NAVBAR */
.navbar-gto {
  background-color: #fff;
  /*border-bottom: 1px solid #e4ecfa;*/
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .navbar-gto {
    max-height: 116px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.navbar-gto .navbar-brand img {
  max-width: 260px;
  max-height: 100px;
}

.navbar-gto .navbar-nav li {
  padding-right: 10px;
  padding-left: 10px;
}


@media (max-width: 575px) {
  .navbar-gto .menu-desplegable {
    max-width: 100vw;
    white-space: normal;
    word-break: break-word;
  }
}

@media (min-width: 992px) {
  .navbar-gto .menu-desplegable {
    /*padding-right: 7px !important;*/
    /*padding-left: unset !important;*/
    max-width: 350px;
    min-width:280px;
    white-space: normal;
    word-break: break-word;
  }

  .navbar-gto li.menu-principal {
    padding-right: 7px !important;
    padding-left: unset !important;
    max-width: 155px;
    white-space: normal;
    word-break: break-word;
  }

}


.navbar-gto .navbar-nav a:hover {
  color: #fd7e14;
}

.navbar-gto .nav-link {
  color: #000f9f;
}
.navbar-gto .nav-link:hover {
  color: #fd7e14;
}

.navbar-gto .navbar-toggler {
  color: #000f9f;
  border: 1px solid #000f9f;
  margin-right: 15px;
  margin-left: 15px;
}

.navbar-gto .navbar-toggler i {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .navbar-gto .dropdown-menu {
    border: none;
  }

  /*.navbar-gto .navbar-nav li {*/
  /*border-top: 1px solid #f2f4f8;*/
  /*}*/
  /*.navbar-gto > .container {*/
  /*  padding-right: 0 !important;*/
  /*  padding-left: 0 !important;*/
  /*}*/
}

.navbar-gto .dropdown-menu a {
  color: #007bff;
}

/* -------------------------------------------------- */
/* FOOTER */

footer {
  width: 100%;
  min-height: 225px; /* Set the fixed height of the footer here */
  background-color: #dce3f3;
  color: #000ea7;
  font-weight: 600;
}

footer a {
  color: #000ea7;
}

footer a:hover {
  color: #fd7e14;
  text-decoration: none;
}

footer .dependencia {
  height: 100px;
}

footer .dependencia .logo {
  max-width: 260px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .dependencia .logo img {
  max-height: 100px;
}

footer .titulo-seccion {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: bolder;
}

footer .social ul {
  list-style-type: none;
}

footer .social ul li {
  margin-bottom: 10px;
}

footer .reporte img {
  height: 20px;
}

/*.widget-noticias {*/
/*  min-height: 500px;*/
/*  max-height: 1500px;*/
/*  overflow: hidden;*/
/*}*/

/*!* NOTICIAS GOB *!*/
/*.general-padf {*/
/*  !*border: 1px solid rgb(212, 212, 212);*/
/*  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.161));*/
/*  border-bottom-left-radius: 10px;*/
/*  border-bottom-right-radius: 10px;*!*/
/*  margin-bottom: 10px;*/
/*  background-color: #f9f9f9;*/
/*  margin-top: 10px;*/
/*}*/

/*img.leer-nota {*/
/*  max-width: 75%;*/
/*}*/

/*.outer-div-img {*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*}*/

/*.img-evet {*/
/*  height: 200px;*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*}*/

/*.inner-div-img {*/
/*  transition: all 0.5s ease;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  width: 100%;*/
/*  height: 220px;*/
/*}*/

/*.tittle-dv,*/
/*.contenido-dv,*/
/*.fecha-dv {*/
/*  padding: 5px 15px;*/
/*}*/

/*.tittle-blo {*/
/*  text-align: left;*/
/*  font-family: Proxima Nova;*/
/*  font-style: normal;*/
/*  font-weight: bold;*/
/*  font-size: 21px;*/
/*  color: rgba(0, 15, 159, 1);*/
/*  margin-top: 10px;*/
/*  !*height: 53px;*!*/
/*  overflow: hidden;*/
/*}*/

/*.tittle-dv,*/
/*.contenido-dv,*/
/*.fecha-dv {*/
/*  padding: 5px 15px;*/
/*}*/

/*.contenido-blo {*/
/*  !*overflow: hidden;*/
/*  width: 100%;*/
/*  height: 120px;*!*/
/*  max-height: 90px;*/
/*  -webkit-line-clamp: unset;*/
/*  -webkit-box-orient: unset;*/
/*  text-overflow: unset;*/
/*  !*font-size: .9rem;*!*/
/*  font-size: 1vw;*/
/*  font-weight: bolder;*/
/*  overflow: hidden;*/
/*  width: 100%;*/
/*  height: 78px;*/
/*  color: #000000;*/
/*  text-align: left;*/
/*}*/

/*.fecha-dv {*/
/*  position: relative;*/
/*  top: -10px;*/
/*  font-weight: bold;*/
/*}*/

/*#Grupo_107 {*/
/*  background: rgb(0, 102, 255);*/
/*  position: absolute;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  right: 6px;*/
/*  top: 0px;*/
/*  overflow: visible;*/
/*  border-radius: 50px;*/
/*}*/

/*#__gz {*/
/*  position: absolute;*/
/*  left: 6px;*/
/*  top: 5px;*/
/*  overflow: visible;*/
/*  !* width: 34px; *!*/
/*  !* white-space: nowrap; *!*/
/*  text-align: left;*/
/*  font-family: Baloo;*/
/*  font-style: normal;*/
/*  font-weight: bold;*/
/*  font-size: 32px;*/
/*  color: rgba(255, 255, 255, 1);*/
/*}*/

/*.div-titulo-noticias {*/
/*  background-color: #0066ff;*/
/*  width: 90%;*/
/*  padding-top: 10px;*/
/*  padding-bottom: 10px;*/
/*  padding-left: 10px;*/
/*  font-size: 18px;*/
/*  font-weight: bold;*/
/*}*/

/*.div-noticias {*/
/*  text-align: center;*/
/*  position: absolute;*/
/*  background-color: #ff8200;*/
/*  width: 20%;*/
/*  padding-top: 10px;*/
/*  padding-bottom: 10px;*/
/*  right: 0px;*/
/*  border-radius: 30px;*/
/*  top: 0px;*/
/*}*/

/*.div-noticias .link-noticias {*/
/*  color: #ffffff !important;*/
/*}*/

/*@media screen and (max-device-width: 480px) {*/
/*  .div-titulo-noticias {*/
/*    background-color: #0066ff;*/
/*    width: 90%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    padding-left: 10px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*  }*/

/*  .div-noticias {*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    background-color: #ff8200;*/
/*    width: 50%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    right: 0px;*/
/*    border-radius: 30px;*/
/*    top: 0px;*/
/*  }*/

/*  .div-noticias .link-noticias {*/
/*    font-size: 12px;*/
/*  }*/

/*  .titulo-link-principal {*/
/*    font-size: 6vw;*/
/*  }*/

/*  .link-noticias {*/
/*    font-size: 3vw !important;*/
/*  }*/
/*}*/

/*@media (min-device-width: 481px) and (max-device-width: 576px) {*/
/*  .div-titulo-noticias {*/
/*    background-color: #0066ff;*/
/*    width: 90%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    padding-left: 10px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*  }*/

/*  .div-noticias {*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    background-color: #ff8200;*/
/*    width: 50%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    right: 0px;*/
/*    border-radius: 30px;*/
/*    top: 0px;*/
/*  }*/

/*  .div-noticias .link-noticias {*/
/*    font-size: 12px;*/
/*  }*/

/*  .titulo-link-principal {*/
/*    font-size: 6vw;*/
/*  }*/
/*}*/

/*@media (min-device-width: 577px) and (max-device-width: 768px) {*/
/*  .div-titulo-noticias {*/
/*    background-color: #0066ff;*/
/*    width: 90%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    padding-left: 10px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*  }*/

/*  .div-noticias {*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    background-color: #ff8200;*/
/*    width: 35%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    right: 0px;*/
/*    border-radius: 30px;*/
/*    top: 0px;*/
/*  }*/

/*  .div-noticias .link-noticias {*/
/*    font-size: 14px;*/
/*  }*/

/*  .titulo-link-principal {*/
/*    font-size: 5vw;*/
/*  }*/
/*}*/

/*@media (min-device-width: 769px) and (max-device-width: 992px) {*/
/*  .div-titulo-noticias {*/
/*    background-color: #0066ff;*/
/*    width: 90%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    padding-left: 10px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*  }*/

/*  .div-noticias {*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    background-color: #ff8200;*/
/*    width: 35%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    right: 0px;*/
/*    border-radius: 30px;*/
/*    top: 0px;*/
/*  }*/

/*  .div-noticias .link-noticias {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/

/*@media (min-device-width: 993px) {*/
/*  .div-titulo-noticias {*/
/*    background-color: #0066ff;*/
/*    width: 90%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    padding-left: 10px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    color: #ffffff !important;*/
/*    height: 38px;*/
/*  }*/

/*  .div-noticias {*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    background-color: #ff8200;*/
/*    width: 20%;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    right: 0px;*/
/*    border-radius: 30px;*/
/*    top: 0px;*/
/*    margin-right: 8px;*/
/*  }*/

/*  .div-noticias .link-noticias {*/
/*    color: #ffffff !important;*/
/*  }*/
/*}*/

/* Fin de Noticias */

/* SELECT2 */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  font-size: 1rem;
}

.select2-container {
  width: 100% !important;
}

/*#a-whats img {*/
/*  background: none;*/
/*  border-radius: 60px;*/
/*  bottom: 95px;*/
/*  box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;*/
/*  display: block;*/
/*  height: 60px;*/
/*  margin: 0px 12px;*/
/*  overflow: visible;*/
/*  padding: 0px;*/
/*  position: fixed;*/
/*  right: 12px;*/
/*  top: auto;*/
/*  width: 60px;*/
/*  z-index: 2147483644;*/
/*}*/

/* Flags de traducción */
a.gflag {
  vertical-align: middle;
  font-size: 16px;
  padding: 1px 0;
  background-repeat: no-repeat;
  background-image: url(//gtranslate.net/flags/16.png);
}

a.gflag img {
  border: 0;
}

a.gflag:hover {
  background-image: url(//gtranslate.net/flags/16a.png);
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

#google_translate_element2 {
  display: none !important;
}
