html,
body {
  font-family: "Encode Sans", sans-serif;
  font-weight: 400;
  background-color: #fdfdfd;
  color: #808080;
  letter-spacing: 0.03em;
}

/* Navigation*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Encode Sans", sans-serif;
  color: #1f3464;
}

.form-control {
  line-height: 0;
  border-radius: 9px;
}

h2, h3 {
  font-weight: 600;
}

hr {
  color: #e5e5e5;
}

main {
  background-color: #fdfdfd;
  min-height: 80vh;
}

.titulo-seccion {
  font-weight: 600;
}

a {
  color: #1f3464;
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  color: #1f3464;
}

.btn-buscar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

.icon-container-buscar {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.5rem;
  font-size: 18px;
}

.separador-buscar {
  width: 1px;
  height: 28px;
  background-color: white;
  margin-left: 0.7rem;
}

.image-cover {
  object-fit: cover !important;
}

.top-nav-collapse {
  background-color: #009aae;
}

.btn-primary {
  background: linear-gradient(159deg, rgba(165, 64, 131, 1) 9%, rgba(0, 167, 188, 1) 91%);
  color: white;
  font-weight: 500;
  border: 0;
  font-size: 12px;
  box-shadow: 5px 5px 10px #cEcEcE;
  padding-left: 8px;
  border-radius: 9px;
  font-family: "Encode Sans", sans-serif;
}

.page-link {
  background-color: #00a6ba !important;
  color: white !important;
  font-weight: 500;
  border: 0;
  font-size: 12px;
  box-shadow: 1px 1px 5px #cEcEcE;
  padding-left: 8px;
  font-family: "Encode Sans", sans-serif;
}

.page-item.active .page-link {
  background-color: #0f8896 !important;
  color: white !important;
  font-weight: 600;
  border: 0;
  font-size: 12px;
  box-shadow: 1px 1px 5px #cEcEcE;
  padding-left: 8px;
  font-family: "Encode Sans", sans-serif;
}

.table-striped>tbody>tr {
  
}

.tabla_nro {
  color: #1f3464;
  font-weight: 500;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #e2f3f5;
  border-bottom: 3px solid white;
  color: #808080;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f9fcfd;
  border-bottom: 3px solid white;
  color: #808080;
}

.table {
  color: #808080;
  font-size: 14px;
}

thead tr th {
  font-family: "Encode Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  border-bottom: 3px solid white !important;
}

td a {
  color: #1b97ad;
}

/*Caption*/
.flex-center {
  color: #fff;
}

.tarjeta_prov {
  width: 125px;
  height: 125px;
  display: block;
  margin: auto;
  border: 4px solid #009aae !important;
  transition: 0.1s all ease-in-out;
  border-radius: 50%;
  color: black !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tarjeta_prov:hover {
  background-color: #009aae;
  transition: 0.1s all ease-in-out;
  border: 2px solid black !important;
}
.tarjeta_prov:hover h1 {
  color: white;
}

.tarjeta_link {
  color: white;
}
.tarjeta_link:hover {
  color: #eeeeee;
}

.cuerpo_tarjetas {
  background-color: #009aae;
  color: white;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.81);
  height: 100px;
}

.titulos {
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.81);
}

.link_vermas {
  color: white;
}
.link_vermas:hover {
  color: #dddddd;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 5rem;
  height: 5rem;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.25em 0.5em;
  border-radius: 10px;
}

.carousel-item > a > img,
.carousel-item > a > picture,
.carousel-item > a > picture > source,
.carousel-item > a > picture > img {
  max-height: 200px;
  width: 100%;
  object-fit: fill;
}

.card-redondeada {
  padding: 1.5em 3em;
  margin-bottom: 2em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: black;
}
.card-redondeada p {
  margin: 0;
}
.card-redondeada .card-title {
  margin-bottom: 0.5em;
}
.card-redondeada:hover {
  color: #bed9ec;
  background-color: #136aaa;
  transition: 200ms;
}
.card-redondeada:hover p {
  color: #9bd5ff;
}

.cards-oceba {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-oceba {
  width: clamp(200px, 250px, 300px);
  margin: 1em;
  border-radius: 17px;
  box-shadow: 5px 5px 10px #cEcEcE;
  color: black;
  text-decoration: none;
}

.card-oceba .card-icon {
  display: flex;
  justify-content: center;
  border-radius: 17px 17px 0px 0px;
  padding: 4em 0;
  background: linear-gradient(159deg, rgba(165, 64, 131, 1) 9%, rgba(0, 167, 188, 1) 91%);
  color: #fff;
  transition: background 500ms ease; 
}

.card-oceba .card-title {
  font-family: 'Encode Sans';
  color: #808080;
  text-align: center;
  text-transform: uppercase;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 16px;
}

.card-oceba:hover .card-icon {
  background: linear-gradient(159deg, #00a7bc 0%, #00a7bc 100%);
}

.card-oceba .card-icon .pba-icon {
  width: 4em;
  fill: white;
}

.card-oceba:hover .card-title {
  color: #1f3464;
}

.horizontal-cards-oceba {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  align-items: center;
}

.horizontal-card-oceba {
  justify-self: center;
  display: flex;
  padding: 0em 1em 0em 0em;
  margin-top: 1em;
  border: 0px solid #d7d6d6;
  border-radius: 17px;
  width: 300px;
  color: #1f3464;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 5px 5px 10px #cEcEcE;
  height: 72px;
}
.horizontal-card-oceba .horizontal-card-icon {
  padding: 1em 0em;
  border-radius: 17px 0px 0px 17px;
  background: linear-gradient(159deg, rgba(165, 64, 131, 1) 9%, rgba(0, 167, 188, 1) 91%);
  width: 6em;
  color: white;
  border-right: 0px solid #136aaa;
  display: flex;
  justify-content: center;
  height: 72px;
}

.horizontal-card-oceba .horizontal-card-icon .pba-icon {
  width: 48px;
  fill: #136aaa;
}

.horizontal-card-oceba .horizontal-card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2em;
  color: #808080;
  font-weight: 500;
}

.horizontal-card-oceba:hover .horizontal-card-title {
  color: #808080;
}

.horizontal-card-oceba:hover .horizontal-card-icon {
  transition: 0.2s;
  background: linear-gradient(159deg, #00a7bc 0%, #00a7bc 100%);
  color: #fff;
}

.horizontal-card-oceba:hover .horizontal-card-icon .pba-icon {
  fill: white;
}

.horizontal-card-oceba .horizontal-card-icon svg {
  width: 40px;
  height: 40px;
}

.horizontal-card-oceba .horizontal-card-icon i {
  width: 40px;
  height: 40px;
}

.horizontal-card-oceba .horizontal-card-icon img {
  width: 40px;
  height: 40px;
}

.cards-noticia {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.grid-noticia {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card-noticia {
  display: flex;
  flex-direction: column;
  color: #808080;
  text-decoration: none;
  width: 300px;
  border: 0px solid rgba(0, 0, 0, 0.05);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  box-shadow: 5px 5px 10px #cEcEcE;
  border-radius: 17px;
  background-color: white;
}

.card-noticia .card-noticia-image {
  border-radius: 17px 17px 0px 0px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-noticia .card-noticia-body {
  padding: 1em;
  font-family: 'Encode Sans';
  font-size: 17px;
}

.card-noticia .card-noticia-body .fecha-publicacion {
  color: #1f3464;
}
.card-noticia:hover {
  background-color: #00a7bc;
  color: white;
}
.card-noticia:hover .card-noticia-body .fecha-publicacion {
  color: #1f3464;
}

.noticia {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}

.noticia-titulo {
  font-weight: bold;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.noticia-subtitulo {
  text-align: left;
}

.noticia-extra {
  display: flex;
  flex-direction: column;
}

.fecha-publicacion {
  margin-bottom: 0;
}

.noticia-cuerpo {
  margin-top: 1.5em;
}

.redes {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
}
.redes p {
  color: gray;
  font-weight: 300;
}
.redes .redes-botones {
  font-size: 1.5em;
  margin-top: 0;
}
.redes .redes-botones a {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.fecha-publicacion {
  color: gray;
  font-weight: 300;
}

.subcategoria {
  display: flex;
  flex-direction: column;
}
.subcategoria .submenu {
  border-radius: 6px;
  padding: 0;
  margin: 1em 0;
  display: flex;
  flex-direction: column;
}
.subcategoria .submenu h5 {
  font-size: 1.5em;
  text-align: center;
  margin-top: 0.1em;
}

.submenu_boton {
  margin: 0.1em 0;
  list-style-type: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  padding: 0.75em 0 0.75em 1em;
  border-radius: 6px;
  color: #808080;
}
.submenu_boton:hover {
  transition: 100ms;
  background: linear-gradient(159deg, rgba(165, 64, 131, 1) 9%, rgba(0, 167, 188, 1) 91%);
  color: white;
}
.submenu_boton:focus {
  background: linear-gradient(159deg, rgba(165, 64, 131, 1) 9%, rgba(0, 167, 188, 1) 91%);
  color: white;
}

.submenu_boton.activo {
  background: linear-gradient(159deg, rgba(165, 64, 131, 1) 9%, rgba(0, 167, 188, 1) 91%);
  color: white;
}

@media (min-width: 768px) {
  .carousel-item > a > img,
.carousel-item > a > picture,
.carousel-item > a > picture > source,
.carousel-item > a > picture > img {
    max-height: 400px;
  }

  .noticia-extra {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .noticia-extra .fecha-publicacion {
    margin-top: 4px;
  }

  .redes {
    flex-direction: row;
  }
  .redes p {
    text-align: center;
    align-self: center;
    margin-top: 4px;
  }
  .redes .redes-botones {
    margin-left: 1em;
  }

  .horizontal-cards-oceba {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .grid-noticia .card-noticia {
    margin-left: 1em;
    margin-right: 1em;
  }

  .cards-noticia {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }
  .cards-noticia .card-noticia {
    justify-content: flex-start;
  }
  .cards-noticia .card-noticia:hover {
    transition: 0.25s;
    scale: 1.05;
  }

  .noticia {
    max-width: 600px;
  }
}

/* Nuevo estilo marca OCEBA */
.seccion-carousel {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(190,190,190,0.2); 
  -moz-box-shadow: 0px 10px 10px 0px rgba(190,190,190,0.2); 
  box-shadow: 0px 10px 10px 0px rgba(190,190,190,0.2);
  background-color: #f8f8f8;
  margin-bottom: 60px;
}

.seccion-tramites {
  padding-bottom: 70px;
}

.seccion-noticias {
  box-shadow: 1px 10px 5px 0px rgba(190,190,190,0.1) inset;
  -webkit-box-shadow: 1px 10px 5px 0px rgba(190,190,190,0.1) inset;
  -moz-box-shadow: 1px 10px 5px 0px rgba(190,190,190,0.1) inset;
  padding-top: 40px;
  background-color: #f8f8f8;
  padding-bottom: 90px;
}

.seccion-links {
  box-shadow: 0px 10px 10px 0px rgba(123,123,123,0.1) inset;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(123,123,123,0.1) inset;
  -moz-box-shadow: 0px 10px 10px 0px rgba(123,123,123,0.1) inset;
  padding: 3em;
}

@media (min-width: 992px) {
  .carousel {
    margin-left: 2em;
    margin-right: 2em;
  }

  .cards-oceba {
    flex-wrap: nowrap;
  }

  .horizontal-cards-oceba {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .cards-noticia {
    justify-content: center;
  }

  .card-noticia {
    width: 300px;
    margin-left: 2em;
    margin-right: 2em;
  }

  .subcategoria {
    flex-direction: row;
  }
  .subcategoria .submenu {
    min-width: 260px;
    margin-right: 3em;
  }

  .noticia {
    max-width: 700px;
  }

  .noticia-imagen {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .carousel {
    margin-left: 10em;
    margin-right: 10em;
  }

  .carousel-item > a > img,
.carousel-item > a > picture,
.carousel-item > a > picture > source,
.carousel-item > a > picture > img {
    max-height: 450px;
  }
}
.columnas-medio {
  margin-bottom: 20px;
}

.links-colores {
  margin-bottom: 40px;
}

b,
strong {
  font-weight: bold;
}

.aviso-home {
  text-align: justify;
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

.tabla-excel tbody tr td {
  padding: 1px;
  text-align: center;
}

.tabla-excel tfoot td {
  padding: 2px;
}

/*# sourceMappingURL=style.css.map */
