/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*General*/
html {
  scroll-behavior: smooth;
  /*Comenta la línea (o dale el valor 'auto' a scroll behavior )
       para probar la diferencia con y sin scroll suavizado*/
}
.menu {
  border: none;
}
.boton {
  width: 100%;
  height: 2em;
  background: #065d94;
  background: linear-gradient(90deg, #065d94 0%, #0074ad 78%);
  color: #ffffff;
  text-align: center;
  display: block;
  margin-top: 1em;
}
.boton:hover {
  background-color: #ffffff;
  color: #333366;
}
.secciones ul li {
  list-style: none;
}
.conocenos img {
  opacity: 1;
  transition: 1s ease;
}
.conocenos img:hover {
  opacity: 0.5;
  transition: 1s ease;
}
.g-title, .item-title, .page-header {
  background-image: url('../../../../images/graficos/pleca.png');
  width: 100%;
  font-size: 2em;
  height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0px;
  margin: 20px 0;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  color: #065D94;
}
/*Secciones*/
.secciones {
  list-style: none;
  padding: 1rem;
  margin: 1rem;
}
/*Modulos de noticias*/
#digi_showcase_masonry a {
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: initial;
}
/*Tramites*/
.tramite img {
  opacity: 1;
  transition: 1s ease;
}
.tramite img:hover {
  opacity: 0.5;
  transition: 1s ease;
}
@media (max-width: 800px) {
  .tramite img {
    width: 150px;
  }
}
/*# sourceMappingURL=custom_13.css.map */