/* 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";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
/***CARGA DE ESTILOS PARA PARTÍCULAS EXTRAS***/
/*--------------------------------------------
ESTILOS PARTÍCULA ACORDEON
--------------------------------------------*/
.ir-arriba {
  position: fixed;
  width: 3rem;
  height: 3rem;
  line-height: 0;
  color: #fff;
  padding: 0;
  z-index: 999;
  outline: none;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  opacity: 1;
}
.ir-arriba.g-arriba-izquierda {
  left: 0.6rem;
}
.ir-arriba.g-arriba-derecha {
  right: 0.6rem;
}
.ir-arriba:hover {
  opacity: 0.9;
}
.ir-arriba.g-ir-arriba-confondo:hover {
  background: #078930 !important;
}
.ir-arriba .fa {
  line-height: 0;
}
/*Efecto 1*/
.ir-arriba-estilo1-defecto {
  bottom: 0.6rem;
  opacity: 0;
}
.ir-arriba-estilo1 {
  opacity: 1;
}
/*Efecto 2*/
.ir-arriba-estilo2-defecto {
  bottom: -4rem;
  padding: 0;
}
.ir-arriba-estilo2 {
  bottom: 1rem;
  padding: 0;
}
/*Efecto 3*/
.ir-arriba-estilo3-defecto {
  bottom: 0.6rem;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ir-arriba-estilo3 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*Efecto 4*/
.ir-arriba-estilo4-defecto {
  bottom: 0.6rem;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 600ms;
  -moz-transition: -moz-transform 600ms;
  transition: transform 600ms;
}
.ir-arriba-estilo4 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 600ms;
  -moz-transition: -moz-transform 600ms;
  transition: transform 600ms;
}
/*---------------------------
ESTILOS PARTICULA ITEMS CONTACTOS
---------------------------*/
.g-items-contactos {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  /*Orientación Items*/
  /*Alineación horizontal*/
  /*Alineación del ícono*/
  /*Espaciado del ícono*/
}
.g-items-contactos.g-item-dis-horizontal .g-items-contactos-opcion {
  margin-right: 1rem;
}
.g-items-contactos.g-item-dis-horizontal .g-items-contactos-opcion:last-child {
  margin-right: 0 !important;
}
.g-items-contactos.g-item-dis-horizontal .g-items-contactos-opcion i {
  color: #078930;
}
.g-items-contactos.g-item-dis-vertical {
  flex-direction: column;
}
.g-items-contactos.g-item-dis-vertical .g-items-contactos-opcion {
  margin-bottom: 1rem;
}
.g-items-contactos.g-item-dis-vertical .g-items-contactos-opcion:last-child {
  margin-bottom: 0 !important;
}
.g-items-contactos.g-item-cont-izq .g-items-contactos-opcion {
  text-align: left;
}
.g-items-contactos.g-item-cont-cen .g-items-contactos-opcion {
  text-align: center;
}
.g-items-contactos.g-item-cont-der .g-items-contactos-opcion {
  text-align: right;
}
.g-items-contactos .g-items-contactos-opcion, .g-items-contactos .g-items-contactos-opcion a {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
}
.g-items-contactos.g-item-ico-arri .g-items-contactos-opcion, .g-items-contactos.g-item-ico-arri .g-items-contactos-opcion a, .g-items-contactos.g-item-ico-abaj .g-items-contactos-opcion, .g-items-contactos.g-item-ico-abaj .g-items-contactos-opcion a {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.g-items-contactos.g-item-ico-abaj .g-items-contactos-opcion .g-items-contactos-icono {
  order: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
.g-items-contactos.g-item-ico-arri .g-items-contactos-opcion .g-items-contactos-icono {
  margin-bottom: 0.4rem;
}
.g-items-contactos.g-item-ico-izqu .g-items-contactos-opcion .g-items-contactos-icono {
  margin-right: 0.4rem;
}
.g-items-contactos.g-item-ico-abaj .g-items-contactos-opcion .g-items-contactos-icono {
  margin-top: 0.4rem;
}
.g-items-contactos .g-items-contactos-opcion .g-items-contactos-valor p {
  margin: 0;
}
.g-items-contactos .g-items-contactos-opcion .g-items-contactos-valor strong {
  color: inherit;
}
/*-------------------------------------------
MEDIAS QUERIES
------------------------------------------*/
@media (max-width: 30rem) {
  .g-items-contactos {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .g-items-contactos .g-items-contactos-opcion {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
/*Fin Media Queries*/
/*Estilos Generales Partícula G-cualidades*/
.g-cualidades {
  /*Estilos Subs-item*/
  /*------------------------------
    Efecto para imágenes
    ------------------------------*/
  /*Efecto imagen 1*/
  /*Efecto imagen 2*/
  /*Efecto imagen 3*/
  /*Efecto imagen 4*/
}
.g-cualidades .g-cualidades-bloqueintro {
  text-align: center;
}
.g-cualidades .g-cualidades-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-cualidades .g-cualidades-item .g-content, .g-cualidades .g-cualidades-item .g-cualidades-link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  overflow: visible;
}
.g-cualidades .g-cualidades-item .g-content p {
  margin: auto 0 1rem;
}
.g-cualidades .g-cualidades-item .g-content p:last-child {
  margin-bottom: 0;
}
.g-cualidades .g-cualidades-item .g-cualidades-item-titulo {
  margin: 1.7rem 0 0.5rem 0;
}
.g-cualidades .g-cualidades-item .g-cualidades-link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}
.g-cualidades .g-cualidades-subs-item {
  margin: 0 0 1rem 0;
  /*Estilos Viñetas Subs-item*/
}
.g-cualidades .g-cualidades-subs-item li {
  list-style: none;
  padding: 0.2rem 0;
}
.g-cualidades .g-cualidades-subs-item li i {
  margin-right: 0.5rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 0.8rem;
  position: relative;
  left: 0;
}
.g-cualidades .g-cualidades-subs-item li:hover i {
  position: relative;
  left: 3px;
}
.g-cualidades .g-cualidades-subs-item li i.estilo2 {
  border: 2px solid;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}
.g-cualidades .g-cualidades-subs-item li i.estilo3 {
  border-radius: 50%;
  height: 1.2rem;
  width: 1.2rem;
}
.g-cualidades .g-cualidades-item-imagen {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  width: 100%;
  /*Agregado al contenedor para hacer que las imagenes se expandan al 100% cuando solo se muestra 1 o  2 imagenes por finas*/
}
.g-cualidades .g-cualidades-item-imagen img {
  width: 100%;
  /*Agregado  a la imagen para hacer que  se expandan al 100% cuando solo se muestra 1 o  2 imagenes por finas*/
}
.g-cualidades .g-cualidades-item-imagen.efectoimg1::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.g-cualidades .g-cualidades-link:hover .g-cualidades-item-imagen.efectoimg1::before {
  -webkit-animation: shine 0.75s;
  -moz-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.g-cualidades .g-cualidades-item-imagen.efectoimg2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.g-cualidades .g-cualidades-link:hover .g-cualidades-item-imagen.efectoimg2::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
@-moz-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
.g-cualidades .g-cualidades-item-imagen.efectoimg3 img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.g-cualidades .g-cualidades-link:hover .g-cualidades-item-imagen.efectoimg3 img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.g-cualidades .g-cualidades-item-imagen.efectoimg4 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.g-cualidades .g-cualidades-link:hover .g-cualidades-item-imagen.efectoimg4 img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*-----------------------------------------------------------
    DISEÑO 1: Diseño estandar, el icono  y en otra fila el título.
    ------------------------------------------------------------*/
div[class*="diseno1-"] .g-cualidades-item.primerotitulo div[class*="hi-icon-efecto"] {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
div[class*="diseno1-"] .g-cualidades-item.primerotitulo .g-cualidades-item-titulo {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  box-ordinal-group: -1;
  -webkit-order: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1;
  margin-top: 0;
  margin-bottom: 2rem;
}
/*------------------------------------------------------
DISEÑO 2: Icono y Titulo en una sóla fila.
-------------------------------------------------------*/
div[class*="diseno2-"] .g-cualidades-item .diseno2-encabezado, div[class*="diseno2-"] .g-cualidades-item .diseno2-encabezado .g-cualidades-link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: left;
}
div[class*="diseno2-"] .g-cualidades-item .diseno2-encabezado .hi-icon {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}
div[class*="diseno2-"] .g-cualidades-item .diseno2-encabezado .g-cualidades-item-titulo {
  margin-left: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
div[class*="diseno2-"] .g-cualidades-item.primerotitulo .diseno2-encabezado .g-cualidades-item-titulo {
  margin-left: 0;
  margin-right: 1rem;
}
div[class*="diseno2-"] .g-cualidades-item.primerotitulo div[class*="hi-icon-efecto"] {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
div[class*="diseno2-"] .g-cualidades-item.primerotitulo .g-cualidades-item-titulo {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  box-ordinal-group: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
}
/*------------------------------------------------------
DISEÑO 3: Icono en una columna y contenido en otra.
-------------------------------------------------------*/
div[class*="diseno3-"] .g-cualidades-item .g-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
div[class*="diseno3-"] .g-cualidades-item .g-diseno3-ico .hi-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}
div[class*="diseno3-"] .g-cualidades-item .g-content .g-diseno3-contenido {
  margin-left: 1rem;
}
div[class*="diseno3-"] .g-cualidades-item.primerotitulo .g-content .g-diseno3-contenido {
  margin-left: 0rem;
  margin-right: 1rem;
}
div[class*="diseno3-"] .g-cualidades-item .g-cualidades-item-titulo {
  margin: 0 0 0.5rem 0;
}
div[class*="diseno3-"] .g-cualidades-item.primerotitulo .g-diseno3-ico {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
div[class*="diseno3-"] .g-cualidades-item.primerotitulo .g-diseno3-contenidoo {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  box-ordinal-group: 0;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
}
/*------------------------------------------------------
DISEÑO 4: Con Border e Icono arriba.
-------------------------------------------------------*/
/*Diseño oscuro*/
div.diseno4-oscuro .g-cualidades-item .g-content {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
  margin-top: 3.5rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 1rem;
}
div.diseno4-oscuro .g-cualidades-item .g-content:hover {
  border: 1px solid #ffffff;
}
div.diseno4-oscuro .g-cualidades-item .g-content div[class*="hi-icon-efecto"] {
  margin-top: -4rem;
}
/*Diseño Claro*/
div.diseno4-claro .g-cualidades-item .g-content {
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04) inset;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 3.5rem;
  padding: 1rem;
}
div.diseno4-claro .g-cualidades-item .g-content:hover {
  border: 1px solid #078930;
}
div.diseno4-claro .g-cualidades-item .g-content div[class*="hi-icon-efecto"] {
  margin-top: -4rem;
}
/*--------------------------------------------------------
ESTILOS GENERALES FONDO OSCURO
--------------------------------------------------------*/
.g-cualidades.diseno1-oscuro .g-cualidades-item, .g-cualidades.diseno2-oscuro .g-cualidades-item, .g-cualidades.diseno3-oscuro .g-cualidades-item, .g-cualidades.diseno4-oscuro .g-cualidades-item {
  color: #efefef;
}
/* Texto Título principal */
.g-cualidades.diseno1-oscuro .g-cualidades-titulo, .g-cualidades.diseno2-oscuro .g-cualidades-titulo, .g-cualidades.diseno3-oscuro .g-cualidades-titulo, .g-cualidades.diseno4-oscuro .g-cualidades-titulo {
  color: #fff;
  margin-bottom: 1.5rem;
}
/* Texto descripción principal */
.g-cualidades.diseno1-oscuro .g-cualidades-bloqueintro p, .g-cualidades.diseno2-oscuro .g-cualidades-bloqueintro p, .g-cualidades.diseno3-oscuro .g-cualidades-bloqueintro p, .g-cualidades.diseno4-oscuro .g-cualidades-bloqueintro p {
  color: #efefef;
}
.g-cualidades.diseno1-oscuro .g-cualidades-item .g-cualidades-item-titulo, .g-cualidades.diseno2-oscuro .g-cualidades-item .g-cualidades-item-titulo, .g-cualidades.diseno3-oscuro .g-cualidades-item .g-cualidades-item-titulo, .g-cualidades.diseno4-oscuro .g-cualidades-item .g-cualidades-item-titulo {
  color: #fff;
}
/*Estilo 1 Viñetas fondo Oscuro */
.g-cualidades.diseno1-oscuro .g-cualidades-subs-item li i.estilo1, .g-cualidades.diseno2-oscuro .g-cualidades-subs-item li i.estilo1, .g-cualidades.diseno3-oscuro .g-cualidades-subs-item li i.estilo1, .g-cualidades.diseno4-oscuro .g-cualidades-subs-item li i.estilo1 {
  color: #fff;
}
/*Estilo 3 Viñetas fondo Oscuro */
.g-cualidades.diseno1-oscuro .g-cualidades-subs-item li i.estilo3, .g-cualidades.diseno2-oscuro .g-cualidades-subs-item li i.estilo3, .g-cualidades.diseno3-oscuro .g-cualidades-subs-item li i.estilo3, .g-cualidades.diseno4-oscuro .g-cualidades-subs-item li i.estilo3 {
  color: #078930;
  background: #ffffff;
}
/*--------------------------------------------------------
ESTILOS GENERALES FONDO CLARO
--------------------------------------------------------*/
/* Texto general */
.g-cualidades.diseno1-claro .g-cualidades-item, .g-cualidades.diseno2-claro .g-cualidades-item, .g-cualidades.diseno3-claro .g-cualidades-item, .g-cualidades.diseno4-claro .g-cualidades-item {
  color: #505050;
}
/* Texto Título principal */
.g-cualidades.diseno1-claro .g-cualidades-titulo, .g-cualidades.diseno2-claro .g-cualidades-titulo, .g-cualidades.diseno3-claro .g-cualidades-titulo, .g-cualidades.diseno4-claro .g-cualidades-titulo {
  color: #078930;
  margin-bottom: 1.5rem;
}
/* Texto descripción principal */
.g-cualidades.diseno1-claro .g-cualidades-bloqueintro p, .g-cualidades.diseno2-claro .g-cualidades-bloqueintro p, .g-cualidades.diseno3-claro .g-cualidades-bloqueintro p, .g-cualidades.diseno4-claro .g-cualidades-bloqueintro p {
  color: #505050;
}
/* Título de cada item */
.g-cualidades.diseno1-claro .g-cualidades-item .g-cualidades-item-titulo, .g-cualidades.diseno2-claro .g-cualidades-item .g-cualidades-item-titulo, .g-cualidades.diseno3-claro .g-cualidades-item .g-cualidades-item-titulo, .g-cualidades.diseno4-claro .g-cualidades-item .g-cualidades-item-titulo {
  color: #078930;
}
/*Estilo 1 Viñetas fondo Claro */
.g-cualidades.diseno1-claro .g-cualidades-subs-item li i.estilo1, .g-cualidades.diseno2-claro .g-cualidades-subs-item li i.estilo1, .g-cualidades.diseno3-claro .g-cualidades-subs-item li i.estilo1, .g-cualidades.diseno4-claro .g-cualidades-subs-item li i.estilo1 {
  color: #078930;
}
/*Estilo 3 Viñetas fondo Claro */
.g-cualidades.diseno1-claro .g-cualidades-subs-item li i.estilo3, .g-cualidades.diseno2-claro .g-cualidades-subs-item li i.estilo3, .g-cualidades.diseno3-claro .g-cualidades-subs-item li i.estilo3, .g-cualidades.diseno4-claro .g-cualidades-subs-item li i.estilo3 {
  color: #ffffff;
  background: #078930;
}
/*Estilo Botones*/
.g-cualidades-item-button {
  margin-top: auto;
}
/*-------------------------------------------------
ESTILO ANIMACIONES DE ICONOS
------------------------------------------------- */
/*Estilos generales de iconos*/
.hi-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
}
.hi-icon span {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-------------------------------------
EFECTO NINGUNO
-------------------------------------*/
/* Estilo ninguno Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-ninguno .hi-icon {
  color: #fff;
  background: #078930;
}
div[class*="-oscuro"].hi-icon-efecto-ninguno .hi-icon span {
  opacity: 0;
}
/* Efecto ninguno Icono Claro */
div[class*="-claro"] .hi-icon-efecto-ninguno .hi-icon {
  color: #078930;
  background: #fff;
}
div[class*="-claro"] .hi-icon-efecto-ninguno .hi-icon span {
  opacity: 0;
}
/*-------------------------------------
EFECTO ICONOS 1
-------------------------------------*/
/* Estilo 1 Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-1 .hi-icon {
  color: #078930;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div[class*="-oscuro"] .hi-icon-efecto-1 .hi-icon span {
  opacity: 0;
}
/* Efecto 1 hover Icono Oscuro y Claro */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-1 .hi-icon, div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-1 .hi-icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* Efecto 1 Icono Claro */
div[class*="-claro"] .hi-icon-efecto-1 .hi-icon {
  background: #fff;
  color: #078930;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div[class*="-claro"] .hi-icon-efecto-1 .hi-icon span {
  opacity: 0;
}
/*-------------------------------------
EFECTO ICONOS 2
-------------------------------------*/
/* Efecto 2 Icono Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-2 .hi-icon {
  background: white;
  color: #078930;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
div[class*="-oscuro"] .hi-icon-efecto-2 .hi-icon span {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Efecto 2 Hover Oscuro para Efecto 2 */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-2h .hi-icon {
  color: #078930;
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-2h .hi-icon span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Efecto 2 Icono Claro */
div[class*="-claro"] .hi-icon-efecto-2 .hi-icon {
  background: #078930;
  color: #fff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
div[class*="-claro"] .hi-icon-efecto-2 .hi-icon span {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #078930;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Efecto 2 Hover Claro para Efecto 2 */
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-2h .hi-icon {
  color: #ffffff;
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-2h .hi-icon span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*-------------------------------------
EFECTO ICONOS 3
-------------------------------------*/
/* Efecto 3 Hover Oscuro para Efecto 2 */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-3h .hi-icon {
  background: white;
  color: #078930;
}
div[class*="-oscuro"] .hi-icon-efecto-3h .hi-icon span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-3h .hi-icon span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Efecto 3 Hover Claro para Efecto 2 */
div[class*="-claro"] .hi-icon-efecto-3h .hi-icon span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-3h .hi-icon span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*-------------------------------------
EFECTO ICONOS 4
-------------------------------------*/
/* Efecto 4  Icono Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-4 .hi-icon {
  background: white;
  color: #078930;
  -webkit-transition: ease-out 0.1s, background 0.2s;
  -moz-transition: ease-out 0.1s, background 0.2s;
  transition: ease-out 0.1s, background 0.2s;
}
div[class*="-oscuro"] .hi-icon-efecto-4 .hi-icon span {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-4 .hi-icon {
  background: #fff;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  color: #078930;
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-4 .hi-icon span {
  -webkit-animation: sonarEffect_oscuro 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect_oscuro 1.3s ease-out 75ms infinite;
  animation: sonarEffect_oscuro 1.3s ease-out 75ms infinite;
}
/* Efecto 15  Icono Claro */
div[class*="-claro"] .hi-icon-efecto-4 .hi-icon {
  background: #078930;
  -webkit-transition: ease-out 0.1s, background 0.2s;
  -moz-transition: ease-out 0.1s, background 0.2s;
  transition: ease-out 0.1s, background 0.2s;
}
div[class*="-claro"] .hi-icon-efecto-4 .hi-icon span {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-4 .hi-icon {
  background: #078930 !important;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-4 .hi-icon span {
  -webkit-animation: sonarEffect_claro 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect_claro 1.3s ease-out 75ms infinite;
  animation: sonarEffect_claro 1.3s ease-out 75ms infinite;
}
@-webkit-keyframes sonarEffect_oscuro {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #078930, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect_oscuro {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #078930, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect_oscuro {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #078930, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffect_claro {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #078930, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #078930, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect_claro {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #078930, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #078930, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect_claro {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #078930, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #078930, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
/*-------------------------------------
EFECTO ICONOS 5
-------------------------------------*/
/* Efecto 5 Icono Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-5 .hi-icon {
  background: #078930;
  color: #fff;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
div[class*="-oscuro"] .hi-icon-efecto-5 .hi-icon span {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* Efecto 5 Hover Oscuro para Efecto 5 */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-5h .hi-icon span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
  opacity: 1;
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-5h .hi-icon {
  color: #078930;
}
/* Efecto 5 Icono Claro */
div[class*="-claro"] .hi-icon-efecto-5 .hi-icon {
  color: #ffffff;
  box-shadow: 0 0 0 3px #078930;
  background: #078930;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
div[class*="-claro"] .hi-icon-efecto-5 .hi-icon span {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #078930;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* Efecto 5 Hover Claro para Efecto 4 */
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-5h .hi-icon span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background: #fff;
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-5h .hi-icon {
  color: #078930;
}
/*-------------------------------------
EFECTO ICONOS 6
-------------------------------------*/
/* Efecto 6 Icono Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-6 .hi-icon {
  color: #078930;
  box-shadow: 0 0 0 3px #fff;
  background: #fff;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
div[class*="-oscuro"] .hi-icon-efecto-6 .hi-icon span {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.6s;
  -moz-transition: -moz-transform 0.5s, opacity 0.6s;
  transition: transform 0.5s, opacity 0.6s;
}
/* Efecto 6 Hover Oscuro para Efecto 6 */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-6h .hi-icon {
  color: #ffffff;
  background: #078930;
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-6h .hi-icon span {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}
/* Efecto 6 Icono Claro */
div[class*="-claro"] .hi-icon-efecto-6 .hi-icon {
  color: #fff;
  box-shadow: 0 0 0 3px #078930;
  background: #078930;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
div[class*="-claro"] .hi-icon-efecto-6 .hi-icon span {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  box-shadow: 0 0 0 3px #078930;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.6s;
  -moz-transition: -moz-transform 0.5s, opacity 0.6s;
  transition: transform 0.5s, opacity 0.6s;
}
/* Efecto 6 Hover claro para Efecto 6 */
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-6h .hi-icon {
  color: #fff;
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-6h .hi-icon span {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}
/*-------------------------------------
EFECTO ICONOS 7
-------------------------------------*/
/* Efecto 7 Hover Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-7h .hi-icon {
  color: #078930;
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-7h .hi-icon {
  color: #078930;
}
div[class*="-oscuro"] .hi-icon-efecto-7h .hi-icon span {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-7h .hi-icon span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Efecto 7 Hover Claro */
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-7h .hi-icon {
  background: #09ba41;
  color: #fff;
}
div[class*="-claro"] .hi-icon-efecto-7h .hi-icon span {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-7h .hi-icon span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*-------------------------------------
EFECTO ICONOS 8
-------------------------------------*/
/* Efecto 8 Icono Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-8 .hi-icon {
  background: #078930;
  box-shadow: 0 0 0 4px white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
div[class*="-oscuro"] .hi-icon-efecto-8 .hi-icon {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
div[class*="-oscuro"] .hi-icon-efecto-8 .hi-icon span {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #fff;
}
/* Efecto 8 Hover Oscuro */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-8 .hi-icon {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: #fff;
}
/* Efecto 8 Icono Claro */
div[class*="-claro"] .hi-icon-efecto-8 .hi-icon {
  background: #fff;
  box-shadow: 0 0 0 4px #078930;
  color: #078930;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
div[class*="-claro"] .hi-icon-efecto-8 .hi-icon {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
div[class*="-claro"] .hi-icon-efecto-8 .hi-icon span {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #078930;
}
/* Efecto 8 Hover claro */
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-8 .hi-icon {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: #078930;
}
/*-------------------------------------
EFECTO ICONOS 9
-------------------------------------*/
/* Efecto 9 hover Icono Oscuro */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-9h .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-9h .hi-icon span {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
/* Efecto 9 hover Icono Claro */
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-9h .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-9h .hi-icon span {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-------------------------------------
EFECTO ICONOS 10
-------------------------------------*/
/* Efecto 10  Icono Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-10 .hi-icon {
  background: #078930;
  box-shadow: 0 0 0 4px white;
  overflow: hidden;
  -webkit-transition: background 0.5s, color 0.5s, box-shadow 0.3s;
  -moz-transition: background 0.5s, color 0.5s, box-shadow 0.3s;
  transition: background 0.5s, color 0.5s, box-shadow 0.3s;
}
div[class*="-oscuro"] .hi-icon-efecto-10 span {
  display: none;
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-10 .hi-icon {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.9);
}
div[class*="-oscuro"].g-cualidades-item:hover .hi-icon-efecto-10h .hi-icon:before {
  -webkit-animation: toRightFromLeft 0.5s forwards;
  -moz-animation: toRightFromLeft 0.5s forwards;
  animation: toRightFromLeft 0.5s forwards;
}
/* Efecto 10  Icono Claro */
div[class*="-claro"] .hi-icon-efecto-10 .hi-icon {
  background: #078930;
  box-shadow: 0 0 0 4px rgba(204, 204, 204, 0.9);
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: background 0.5s, color 0.5s, box-shadow 0.3s;
  -moz-transition: background 0.5s, color 0.5s, box-shadow 0.3s;
  transition: background 0.5s, color 0.5s, box-shadow 0.3s;
}
div[class*="-claro"] .hi-icon-efecto-10 span {
  display: none;
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-10 .hi-icon {
  box-shadow: 0 0 0 8px #eee;
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-10h .hi-icon:before {
  -webkit-animation: toRightFromLeft 0.5s forwards;
  -moz-animation: toRightFromLeft 0.5s forwards;
  animation: toRightFromLeft 0.5s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*-------------------------------------
EFECTO ICONOS 11
-------------------------------------*/
/* Efecto 11  Icono Oscuro */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-11h .hi-icon:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
/* Efecto 11  Icono Claro */
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-11h .hi-icon:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
/*-------------------------------------
EFECTO ICONOS 12
-------------------------------------*/
/* Efecto 12  Icono Oscuro y  Claro */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-12h .hi-icon:before, div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-12h .hi-icon:before {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*-------------------------------------
EFECTO ICONOS 13
-------------------------------------*/
/* Efecto 13 Icono Oscuro y Claro */
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-13h .hi-icon:before, div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-13h .hi-icon:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*-------------------------------------
EFECTO ICONOS 14
-------------------------------------*/
/* Efecto 14  Icono Oscuro */
div[class*="-oscuro"] .hi-icon-efecto-14 .hi-icon {
  background: #078930;
  box-shadow: 0 0 0 4px white;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
/* Efecto 14 hover Icono Oscuro */
div[class*="-oscuro"].g-cualidades-item:hover .hi-icon-efecto-14 .hi-icon {
  background: white !important;
  color: #078930;
}
div[class*="-oscuro"] .g-cualidades-item:hover .hi-icon-efecto-14 .hi-icon:before {
  -webkit-animation: binban 1s linear infinite;
  -moz-animation: binban 1s linear infinite;
  animation: binban 1s linear infinite;
}
/* Efecto 14  Icono Claro */
div[class*="-claro"] .hi-icon-efecto-14 .hi-icon {
  background: #fff;
  box-shadow: 0 0 0 4px #078930;
  color: #078930;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
/* Efecto 14 hover Icono Claro */
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-14 .hi-icon {
  background: #078930 !important;
  color: white;
}
div[class*="-claro"] .g-cualidades-item:hover .hi-icon-efecto-14 .hi-icon:before {
  -webkit-animation: binban 1s linear infinite;
  -moz-animation: binban 1s linear infinite;
  animation: binban 1s linear infinite;
}
@-webkit-keyframes binban {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes binban {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.7) rotate(5deg);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes binban {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7) rotate(5deg);
    -moz-transform: scale(0.7) rotate(5deg);
    -ms-transform: scale(0.7) rotate(5deg);
    -o-transform: scale(0.7) rotate(5deg);
    transform: scale(0.7) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/*-------------------------------------------
MEDIAS QUERIES
------------------------------------------*/
@media (max-width: 60rem) {
  .g-cualidades .g-cualidades-item {
    padding: 0 !important;
  }
}
@media (max-width: 48rem) {
  .g-cualidades .g-cualidades-item .g-content, .g-cualidades .g-cualidades-item .g-cualidades-link {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
/*Estilos  Partícula Menu Footer*/
.g-menu-footer {
  /*----Orientación Items----*/
  /*----Orientación Horizontal Items----*/
  /*----Texto en negrita----*/
  /*Color de enlaces*/
  /*Color de bordes vertical */
  /*Color de bordes Horizontal */
  /*Efecto 1*/
  /*Efecto 2*/
  /*Efecto 3*/
  /*Efecto 4*/
  /*Item de menu Activo*/
}
.g-menu-footer ul, .g-menu-footer li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.g-menu-footer.g-menu-dis-vertical ul li {
  display: block;
}
.g-menu-footer.g-menu-dis-vertical ul li a {
  padding: 0.5rem 0;
}
.g-menu-footer.g-menu-dis-vertical ul li:first-child a {
  padding-top: 0 !important;
}
.g-menu-footer.g-menu-dis-horizontal ul li {
  display: inline-block;
}
.g-menu-footer.g-menu-dis-horizontal ul li a {
  padding: 0.5rem;
}
.g-menu-footer.g-menu-align-left {
  text-align: left;
}
.g-menu-footer.g-menu-align-center {
  text-align: center;
}
.g-menu-footer.g-menu-align-right {
  text-align: right;
}
.g-menu-footer.g-menu-enlacenegrita ul li a {
  font-weight: bold;
}
.g-menu-footer a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
  line-height: 1;
  position: relative;
  top: -0.15rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-menu-footer a i {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-right: 0.6rem;
  border: none;
  text-decoration: none;
  border-radius: 0;
  text-shadow: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-menu-footer.g-menu-oscuro ul li a {
  color: #d8d8d8;
}
.g-menu-footer.g-menu-oscuro ul li a:hover, .g-menu-footer.g-menu-oscuro ul li.active a {
  color: #fff;
}
.g-menu-footer.g-menu-claro ul li a {
  color: #373838;
}
.g-menu-footer.g-menu-claro ul li a:hover, .g-menu-footer.g-menu-claro ul li.active a {
  color: #1f1f1f;
}
.g-menu-footer.g-menu-oscuro.gmenu-conborder.g-menu-dis-vertical ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
  box-shadow: 0 -1px rgba(255, 255, 255, 0.15) inset;
}
.g-menu-footer.g-menu-claro.gmenu-conborder.g-menu-dis-vertical ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.g-menu-footer.g-menu-oscuro.gmenu-conborder.g-menu-dis-horizontal ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.31);
  box-shadow: 1px 0 rgba(255, 255, 255, 0.15);
}
.g-menu-footer.g-menu-oscuro.gmenu-conborder.g-menu-dis-horizontal ul li:last-child {
  border-right: 0;
  box-shadow: none;
}
.g-menu-footer.g-menu-efecto1 ul li a .fa {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.g-menu-footer.g-menu-efecto1 ul li:hover a .fa {
  left: 0.2rem;
}
.g-menu-footer.g-menu-efecto2 ul li:hover a .fa {
  margin-right: 1rem;
}
.g-menu-footer.g-menu-efecto3 ul li a .fa {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.g-menu-footer.g-menu-efecto3 ul li:hover a .fa {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  left: 2px;
}
.g-menu-footer.g-menu-efecto4.g-menu-dis-horizontal ul li a {
  margin: 0 0.2rem;
}
.g-menu-footer.g-menu-efecto4.g-menu-dis-horizontal ul li:first-child a {
  margin-left: 0;
}
.g-menu-footer.g-menu-efecto4.g-menu-dis-horizontal ul li:last-child a {
  margin-right: 0;
}
.g-menu-footer.g-menu-efecto4 ul li a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-menu-footer.g-menu-efecto4 ul li {
  border-right: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.g-menu-footer.g-menu-efecto4 ul li a:after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #d8d8d8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-menu-footer.g-menu-efecto4.g-menu-claro ul li a:after {
  background: #373838;
}
.g-menu-footer.g-menu-efecto4 ul li:hover a:after {
  width: 100%;
}
.g-menu-footer nav[class*="g-menu-efecto"] ul li.active a .fa {
  left: 0.3rem !important;
}
@media only all and (max-width: 47.99rem) {
  .g-menu-footer ul li {
    border-right: 0 !important;
    box-shadow: none !important;
    display: block !important;
  }
  .g-menu-footer ul li a {
    padding: 0.7rem 0 !important;
  }
}
/*--------------------------------------------------
ESTILOS PARTICULA HEADROOM.JS
--------------------------------------------------*/
.animated.g-fixed-active {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 99999 !important;
  left: 0;
}
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.g-encabezado {
  overflow: hidden;
  /*Diseño ornamental*/
  /*-------------------------------------------
	MEDIAS QUERIES
	------------------------------------------*/
}
.g-encabezado .g-encabezado-titulo, .g-encabezado .g-encabezado-subtitulo {
  margin: 0;
  padding: 0 0 0.5rem 0;
  position: relative;
}
.g-encabezado i.alineacionicoizquierda {
  margin-right: 0.5rem;
}
.g-encabezado i.alineacionicoarriba {
  display: block;
}
.g-encabezado i.alineacionicoderecha {
  margin-left: 0.5rem;
}
.g-encabezado hr {
  height: 1px;
  margin: 1rem 10%;
  z-index: 999;
  border: 0;
  background-color: #078930;
}
.g-encabezado p {
  margin: 0 0 1rem 0;
}
.g-encabezado.g-diseno-ornamental .g-encabezado-titulo {
  display: inline-block;
}
.g-encabezado.g-diseno-ornamental .g-encabezado-subtitulo {
  display: block;
}
.g-encabezado.g-diseno-ornamental .g-encabezado-titulo:before, .g-encabezado.g-diseno-ornamental .g-encabezado-titulo:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: url('../images/flecha-encabezado.png') no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-encabezado.g-diseno-ornamental .g-encabezado-titulo:before {
  right: 108%;
  background-position: right center;
}
.g-encabezado.g-diseno-ornamental .g-encabezado-titulo:after {
  left: 108%;
  background-position: left center;
}
@media only all and (max-width: 47.99rem) {
  .g-encabezado .g-encabezado hr {
    margin: 1rem 0;
  }
}
/*Estilos  Partícula Social Pro*/
.g-socialpro {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*Orientación Items*/
  /*Diseno 1*/
  /*Diseno 2*/
  /*Diseno 3*/
  /*Diseno 4*/
  /*Diseno 5*/
  /*Diseno 6*/
  /*Diseno 7*/
  /*Diseno 8*/
  /*Diseno 9*/
  /*Diseno 10*/
  /*Diseno 11*/
  /*Diseno 12*/
  /*Diseno 13*/
  /*Diseno 14*/
  /*Diseno 15*/
  /*Diseno 16*/
  /*Diseno 17*/
  /*Diseno 18*/
}
.g-socialpro.g-social-dis-horizontal a {
  margin-right: 0.4rem;
}
.g-socialpro.g-social-dis-horizontal a:last-child {
  margin-right: 0 !important;
}
.g-socialpro.g-social-dis-vertical {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.g-socialpro.g-social-dis-vertical a {
  margin-right: 0 !important;
  margin-bottom: 0.8rem;
}
.g-socialpro.g-social-dis-vertical a:last-child {
  margin-bottom: 0 !important;
}
.g-socialpro a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
}
.g-socialpro a i {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.4rem;
  border: none;
  text-decoration: none;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-shadow: none;
  color: #3a3a3a;
}
.g-socialpro a .g-socialpro-texto {
  padding: 0 0.4rem 0 0.1rem;
  color: #3a3a3a;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.g-socialpro.g-social-pro-vertical.g-socialpro-ambos .g-socialpro-texto {
  padding-top: 0.2rem;
}
.g-socialpro.g-social-pro-vertical a {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.g-socialpro.diseno1 a i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.g-socialpro.diseno2 a i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.g-socialpro.diseno2 a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.g-socialpro.diseno3 a i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.g-socialpro.diseno3 a:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.g-socialpro.diseno4 a {
  margin-right: 0.4rem;
}
.g-socialpro.diseno4 a i {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 1px 1px 0px 1px rgba(45, 42, 42, 0.22);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.g-socialpro.diseno4 i span {
  pointer-events: none;
  position: absolute;
  width: 105%;
  height: 105%;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  padding: 2px;
  z-index: -1;
  background: #1e709c;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.g-socialpro.diseno4 .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno4 a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
  opacity: 1;
}
.g-socialpro.diseno4 a:hover i {
  color: #fff !important;
}
.g-socialpro.diseno5 a {
  margin-right: 0.6rem;
}
.g-socialpro.diseno5 a i {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #078930;
  color: #fff;
  box-shadow: 1px 1px 0px 0px rgba(45, 42, 42, 0.22);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.g-socialpro.diseno5 .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno5 a:hover i {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-socialpro.diseno6 a {
  margin-right: 0.6rem;
}
.g-socialpro.diseno6 a i {
  color: #fff;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #078930;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.g-socialpro.diseno6 .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno6 a:hover i {
  -webkit-transform: scale(1.2) rotate(360deg);
  -moz-transform: scale(1.2) rotate(360deg);
  -ms-transform: scale(1.2) rotate(360deg);
  -o-transform: scale(1.2) rotate(360deg);
  transform: scale(1.2) rotate(360deg);
}
.g-socialpro.diseno7 a {
  margin-right: 0.6rem;
}
.g-socialpro.diseno7 a i {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 3px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #5a5e61;
  color: #fff;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.g-socialpro.diseno7 .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno7 a i:before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.g-socialpro.diseno7 a:hover i:before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.g-socialpro.diseno8 a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
.g-socialpro.diseno8 a:hover i {
  top: -0.4rem;
}
.g-socialpro.diseno9 {
  font-size: 0;
}
.g-socialpro.diseno9 a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.g-socialpro.diseno9 a .g-socialpro-diseno9-hover {
  display: block;
  width: 140%;
  height: 140%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-socialpro.diseno9 a, .g-socialpro.diseno9 a .g-socialpro-diseno9-hover, .g-socialpro.diseno9 a .fa {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 2);
  -moz-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 2);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 2);
}
.g-socialpro.diseno9 a .g-socialpro-diseno9-con {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}
.g-socialpro.diseno9 a .g-socialpro-diseno9-hover {
  top: 90%;
  left: -110%;
}
.g-socialpro.diseno9 a .fa {
  transform: scale(0.8);
}
.g-socialpro.diseno9 a:focus .g-socialpro-diseno9-hover, .g-socialpro.diseno9 a:hover .g-socialpro-diseno9-hover {
  top: -20%;
  left: -20%;
}
.g-socialpro.diseno9 a:focus .fa, .g-socialpro.diseno9 a:hover .fa {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  color: #fff !important;
}
.g-socialpro.diseno10 a {
  margin-right: 0.6rem;
}
.g-socialpro.diseno10 a i {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.g-socialpro.diseno10 .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno10 a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  border-radius: 50%;
}
.g-socialpro.diseno11 a {
  margin-right: 0.4rem;
}
.g-socialpro.diseno11 a i {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  text-align: center;
  position: relative;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: #5a5e61;
  color: #fff;
  box-shadow: 0px 4px 0px #444;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.g-socialpro.diseno11.g-socialpro-ambos a i {
  width: auto;
  height: 2.5rem;
}
.g-socialpro.diseno11 a i:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.g-socialpro.diseno11 a:hover i {
  box-shadow: 0px -1px 0px rgba(13, 23, 27, 0.41) inset !important;
  top: 3px;
  -webkit-transform: scaleY(0.9);
  -moz-transform: scaleY(0.9);
  -ms-transform: scaleY(0.9);
  -o-transform: scaleY(0.9);
  transform: scaleY(0.9);
}
.g-socialpro.diseno11 a:hover i:before {
  -webkit-transform: scaleY(1.1);
  -moz-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  -o-transform: scaleY(1.1);
  transform: scaleY(1.1);
}
.g-socialpro.diseno11 a:hover .g-socialpro-texto {
  -webkit-transform: scaleY(1.1);
  -moz-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  -o-transform: scaleY(1.1);
  transform: scaleY(1.1);
}
.g-socialpro.diseno11 .g-socialpro-texto {
  padding: 0 0.5rem;
  color: #fff;
  font-family: "Raleway";
}
.g-socialpro.diseno12 a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 1rem;
}
.g-socialpro.diseno12 a:hover .g-socialpro-di12, .g-socialpro.diseno12 a:hover .g-socialpro12-pre, .g-socialpro.diseno12 a:hover .g-socialpro12-post {
  color: #fff;
}
.g-socialpro.diseno12 a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.g-socialpro.diseno12 .g-socialpro-di12 i {
  color: #fff;
  z-index: 9;
  font-size: 37px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  transition: transform 0.25s ease;
}
.g-socialpro.diseno12 .g-socialpro-di12 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  z-index: 0;
  margin: 0 -0.6rem;
  background: #55acee;
  border-color: #55acee;
  color: #f8f8f9;
  position: relative;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.g-socialpro.diseno12 .g-socialpro-di12, .g-socialpro.diseno12 .g-socialpro12-pre, .g-socialpro.diseno12 .g-socialpro12-post {
  height: 37px;
  width: 64px;
  box-sizing: border-box;
  background: #5a5e61;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.g-socialpro.diseno12 .g-socialpro12-pre, .g-socialpro.diseno12 .g-socialpro12-post {
  position: absolute;
  left: -1px;
  top: 0;
  z-index: -1;
}
.g-socialpro.diseno12 .g-socialpro12-pre {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.g-socialpro.diseno12 .g-socialpro12-post {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.g-socialpro.diseno12 .g-socialpro-di12 i {
  color: #fff;
  z-index: 9;
  font-size: 37px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  transition: transform 0.25s ease;
}
.g-socialpro.diseno13 a {
  margin-right: 0.6rem;
}
.g-socialpro.diseno13 a i {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #078930;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.g-socialpro.diseno13 a:hover i {
  box-shadow: 0 0 0 #fff inset !important;
  color: #fff !important;
  background: #524f4f;
}
.g-socialpro.diseno13 a .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno14 a {
  margin-right: 0.6rem;
}
.g-socialpro.diseno14 a i {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #078930;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.g-socialpro.diseno14 a:hover i {
  -webkit-transform: rotateY(-360deg);
  -moz-transform: rotateY(-360deg);
  -ms-transform: rotateY(-360deg);
  -o-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}
.g-socialpro.diseno14 a .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno15 a {
  margin-right: 0.6rem;
}
.g-socialpro.diseno15 a i {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.25rem;
  border-radius: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #5a5e61;
  color: #ffffff;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.56);
  -webkit-transform: rotate(45deg) scale(0.9);
  -moz-transform: rotate(45deg) scale(0.9);
  -ms-transform: rotate(45deg) scale(0.9);
  -o-transform: rotate(45deg) scale(0.9);
  transform: rotate(45deg) scale(0.9);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-socialpro.diseno15 .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno15 a i:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g-socialpro.diseno15 a:hover i {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.g-socialpro.diseno16 a {
  margin-right: 0.6rem;
  -webkit-perspective: 700;
  -moz-perspective: 700;
  perspective: 700;
}
.g-socialpro.diseno16 .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno16 a .social-btn-cube {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform-origin: 20px 20px -20px;
  -moz-transform-origin: 20px 20px -20px;
  -ms-transform-origin: 20px 20px -20px;
  -o-transform-origin: 20px 20px -20px;
  transform-origin: 20px 20px -20px;
}
.g-socialpro.diseno16 a .social-btn-cube .social-btn-face {
  width: 105%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  background: #dd4b39;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
}
.g-socialpro.diseno16 a .social-btn-cube .social-btn-face.default {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.g-socialpro.diseno16 a .social-btn-cube .social-btn-face.active {
  box-shadow: 5rem 5rem 0 rgba(0, 0, 0, 0.1) inset;
  left: 40px;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.g-socialpro.diseno16 a:hover .social-btn-cube {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.g-socialpro.diseno17 a {
  margin-right: 0.6rem;
}
.g-socialpro.diseno17 .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno17 .c--anim-btn, .g-socialpro.diseno17 .c-anim-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.g-socialpro.diseno17 .c--anim-btn {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  background-color: #3b5998;
}
.g-socialpro.diseno17 .c--anim-btn i {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 2.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
}
.g-socialpro.diseno17 .c-anim-btn {
  margin-top: 0em;
}
.g-socialpro.diseno17 .c-anim-btn-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.09);
  bottom: 0;
}
.g-socialpro.diseno17 a:hover .c--anim-btn .c-anim-btn {
  margin-top: -2.5rem;
}
.g-socialpro.diseno18 a {
  margin-right: 0.6rem;
  position: relative;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.g-socialpro.diseno18 a i {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #5a5e61;
  color: #fff;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.g-socialpro.diseno18 a .tooltip {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #5a5e61;
  max-width: 400px;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 0.3rem 0.6rem;
  z-index: -1;
  font-size: 1rem;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  font-size: 0.9rem;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.g-socialpro.diseno18 a .tooltip span {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5a5e61;
  position: absolute;
  bottom: -5px;
}
.g-socialpro.diseno18 a:hover i {
  color: rgba(255, 255, 255, 0.71);
}
.g-socialpro.diseno18 a:hover .tooltip {
  bottom: 45px;
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  text-align: center;
  text-shadow: none;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.18) inset;
}
.g-socialpro.diseno18 a .g-socialpro-texto {
  padding: 0 0.4rem;
}
.g-socialpro.diseno18.g-social-pro-vertical.g-socialpro-ambos a:hover .tooltip {
  bottom: 65px;
}
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
.g-slideshow .g-overlay-container {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .g-overlay-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .g-overlay-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-slideshow .g-overlay-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-slideshow .g-overlay-container {
    width: 100%;
  }
}
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #ffffff !important;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #078930;
}
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.g-slideshow .g-slideshow-buttons {
  margin: 25px 0 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-buttons {
    margin: 15px 0 0;
  }
}
.g-slideshow .g-slideshow-buttons .button {
  margin-right: 15px;
  border: 2px solid #078930;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-slideshow .g-slideshow-buttons .button:hover {
  background: #09b03e;
  border-color: #09b03e;
}
.g-slideshow .g-slideshow-buttons .button:last-child {
  margin-right: 0;
}
.g-slideshow .g-slideshow-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-slideshow .g-slideshow-buttons .button.empty {
  background: none;
  border: 2px solid #078930;
  color: #078930;
}
.g-slideshow .g-slideshow-buttons .button.empty:hover {
  background: #078930;
  border-color: #078930;
  color: #ffffff;
}
.g-slideshow .uk-flex-center {
  text-align: center;
}
.g-slideshow .style2 {
  padding: 70px 0;
}
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #ffffff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #ffffff !important;
  font-size: 1.2rem;
  display: table;
}
.g-slideshow .style2 .g-slideshow-buttons .button {
  font-size: 1.2rem;
}
.g-slideshow .style2 .g-slideshow-buttons .button.standard {
  background: #ffffff;
  border-color: #ffffff;
  color: #1a1a1a;
}
.g-slideshow .style2 .g-slideshow-buttons .button.standard:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.g-slideshow .style2 .g-slideshow-buttons .button.empty {
  border-color: #ffffff;
  color: #ffffff;
}
.g-slideshow .style2 .g-slideshow-buttons .button.empty:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
.g-slideshow .dark-text .style3 .g-slideshow-title {
  color: #505050 !important;
}
.g-slideshow .dark-text .style3 .g-slideshow-desc {
  color: #505050;
}
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.g-llamado-accion {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 4rem 0;
  line-height: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  /*Estilo 2*/
  /*Estilo 3*/
}
.g-llamado-accion .g-llamado-contenido {
  text-align: center;
  z-index: 1;
  margin-bottom: 1rem;
}
.g-llamado-accion .g-llamado-contenido .g-llamado-titulo {
  margin: 0 0 1rem 0;
}
.g-llamado-accion .g-llamado-contenido .g-llamado-desc {
  margin-top: 0;
  font-size: 1.5rem;
}
.g-llamado-accion .g-llamado-boton {
  z-index: 1;
}
.g-llamado-accion .g-llamado-boton .btn {
  text-decoration: none;
}
@media only all and (max-width: 47.99rem) {
  .g-llamado-accion .g-llamado-boton .button, .g-llamado-accion .g-llamado-boton .btn {
    width: 90%;
  }
}
.g-llamado-accion .g-llamado-boton .button i.ico_ant, .g-llamado-accion .g-llamado-boton .btn i.ico_ant {
  margin-right: 0.3rem;
}
.g-llamado-accion .g-llamado-boton .button i.ico_desp, .g-llamado-accion .g-llamado-boton .btn i.ico_desp {
  margin-left: 0.3rem;
}
.g-llamado-accion.style2 {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 47.99rem) {
  .g-llamado-accion.style2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    box-align: inherit;
    -webkit-align-items: inherit;
    -moz-align-items: inherit;
    -ms-align-items: inherit;
    -o-align-items: inherit;
    align-items: inherit;
    -ms-flex-align: inherit;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.g-llamado-accion.style2 .g-llamado-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  margin-right: 1rem;
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-llamado-accion.style2 .g-llamado-contenido {
    text-align: center;
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.g-llamado-accion.style3 {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 0 1rem;
  text-align: left;
}
.g-llamado-accion.style3 .g-llamado-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
@media only all and (max-width: 47.99rem) {
  .g-llamado-accion {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
/*--------------------------------------------
ESTILOS PARTÍCULA ACORDEON
--------------------------------------------*/
.accordion .accor-button {
  display: inline-block;
  margin-top: 1rem;
}
.accordion .accor-button a {
  text-decoration: none;
}
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.accordion .accordion-item-title {
  display: block;
  background: #078930;
  color: #9d9d9d;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion .accordion-item-title .toggle {
  background: #ffffff;
  color: #078930;
  float: right;
  padding: 0 4px;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  transition: background 0.35s;
}
.dir-rtl .accordion .accordion-item-title .toggle {
  float: left;
}
.accordion li {
  padding: 0 0 0.5rem 0;
}
.accordion li.active .accordion-item-title {
  color: #fff;
}
.accordion li.active .toggle {
  background: #ffffff;
  color: #12afaf;
}
.accordion li div.accordion-item-content {
  padding: 0.5rem;
}
#g-buscador.estilo1 {
  text-align: left;
}
#g-buscador .element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#g-buscador i {
  opacity: 1 !important;
}
.g-buscador-link {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
}
.g-buscador-link:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.g-buscador-link i.fa {
  opacity: 1 !important;
  color: #078930;
  font-size: 11rem;
}
/*-------------------------
ESTILO 1
------------------------*/
#g-buscador.estilo1 .search form input {
  margin: 0;
  margin-bottom: 0;
  border: none;
  box-shadow: none !important;
  font-size: 2rem;
  width: 100%;
  color: #505050;
}
#g-buscador.estilo1 .search-form {
  margin: 0;
}
#g-buscador.estilo1 .search-form .search-field {
  border: none;
  margin: 0;
  box-shadow: none !important;
  font-size: 2rem;
  width: 100%;
  color: #505050;
}
#g-buscador.estilo1 .search-form label {
  margin-bottom: 0;
}
#g-buscador.estilo1 .search-form label span, #g-buscador.estilo1 .search-form .search-submit {
  display: none;
}
/*------------------------------------------------
ESTILO 2
------------------------------------------------*/
#g-buscador.estilo2 {
  text-align: right;
}
#g-buscador.estilo2 .contenido-modal-buscar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-radius: 0.5rem;
  border: 0;
  width: 13rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.45) inset;
  background: #fff;
  position: relative;
  margin-top: -0.3rem;
  margin-bottom: -1rem;
}
#mod-search-searchword111 {
  border: 2px solid #078930 !important;
  border-radius: 0 0.4rem 0.4rem 0;
}
#mod-search-searchword111:focus {
  border: 2px solid #078930 !important;
  border-radius: 0 0.4rem 0.4rem 0;
}
#g-buscador.estilo2 .contenido-modal-buscar i.fa {
  color: #505050;
  margin: 0;
}
/* Joomla*/
#g-buscador.estilo2 .search {
  display: inline-block;
}
#g-buscador.estilo2 .search form input {
  outline: none;
  border: none;
  margin: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
  color: #505050;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  width: 8rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background: transparent;
}
/*#g-buscador.estilo2 .search form input:focus{
width: 12rem;

}*/
#g-buscador.estilo2 .search form button {
  display: none;
}
/* wordpress */
#g-buscador.estilo2 .search-form {
  display: inline-block;
  margin: 0;
}
#g-buscador.estilo2 .search-form .search-field {
  outline: none;
  border: none;
  margin: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
  color: #505050;
  padding: 0.6rem 0.6rem 0.6rem 2rem;
  width: 8rem;
  transition: all 0.5s;
  position: relative;
  background: transparent;
}
#g-buscador.estilo2 .search-form label {
  margin-bottom: 0;
}
#g-buscador.estilo2 .search-form label span, #g-buscador.estilo2 .search-form .search-submit {
  display: none;
}
.list-items-desc {
  margin-bottom: 1rem;
}
.titulo-item-dest {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 0.1rem 0.4rem 0rem 0.4rem;
  padding-bottom: 0.2rem;
}
.descrip-item-dest {
  margin: 0.1rem 0.4rem 0rem 0.4rem;
  font-size: 1rem;
  text-align: center;
}
.img-item-dest {
  padding: 0.5rem;
  width: 200px;
  height: 200px;
}
.items-dest {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0.5rem;
}
.img-items {
  text-align: center;
}
/***ESTILOS GENERALES***/
html {
  font-size: 16px;
}
.contac-header {
  text-align: center;
}
.contac-header h6 {
  color: #0076a3 !important;
}
body {
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0 0 1rem 0;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.6rem;
}
h3 {
  font-size: 2.2rem;
}
h3.g-item-title {
  font-size: 1rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin: 0.6rem;
  font-size: 16px;
  padding-bottom: 1rem;
  font-weight: 200;
}
li {
  font-size: 16px;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/*** articulos y categorías***/
.view-category .page-header h2 {
  font-size: 1.6rem;
  padding-bottom: 0;
  color: #078930;
  font-weight: 400;
}
.page-header h2 {
  font-size: 2.4rem;
  padding-bottom: 0;
  color: #078930;
  font-weight: 400;
}
.page-header h1 {
  font-size: 2.4rem;
  padding-bottom: 0;
  color: #078930;
  font-weight: 400;
}
.view-article #g-contenidos p img {
  padding: 1rem;
}
.view-article #g-contenidos {
  padding: 1rem 2rem;
}
.dj-megamenu-custom172 li.active a.dj-up_a {
  background: #137c21;
}
.view-article .pull-left, .view-article .pull-right {
  max-width: 50%;
}
.pull-left.item-image {
  margin: 0 1.5rem 0.5rem 0;
}
p.img_caption {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  color: #078930;
}
.readmore a.btn {
  color: #fff;
  background-color: #078930;
  transition: all 0.5s ease;
  text-decoration: none;
  background-image: none;
  text-shadow: none;
}
.readmore a.btn:hover {
  background-color: #078930;
}
/*.layout-blog .span6, .layout-blog .span4, .layout-blog .span3, .item {*/
.layout-blog .item {
  border: 1px #f1f1f1 solid;
  margin-top: 1rem;
  padding: 1rem 1rem;
}
/*** fechas ***/
.view-article dd.published, .view-article dd.create, .view-article dd.modified {
  padding: 0 !important;
  margin: 0 !important;
}
.vista-cuadriculada dd.published .icon-calendar {
  display: none;
  margin: 0;
}
.article-info {
  font-size: 0.8rem;
}
#sinbordes, #sinbordes td {
  border: solid 0px !important;
}
.btn-primary {
  color: #fff;
  background-color: #078930;
  transition: all 0.5s ease;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #ffffff;
  background-color: #078930;
}
/************ ESTILOS HEADER ***********/
.titulo-alcaldia {
  background-repeat: no-repeat;
  height: 2.3rem;
  /*background-size: 83%;*/
  margin-bottom: 1.5rem;
  background-position: right center;
}
.titulo-alcaldia p {
  color: #808080;
  font-size: 0.9rem;
  padding: 0.4rem 2rem;
  margin: 0;
}
.barra-gris {
  /*float: left;*/
  border-top: 3rem solid #dcdcdc;
  border-left: 0px solid transparent;
  border-right: 1.5rem solid transparent;
  width: 30rem;
  background-color: #cecece;
}
/**** redes sociales ***/
.redes-sociales {
  background-repeat: no-repeat;
  height: 2.3rem;
  background-position: left center;
  margin-bottom: 1.5rem;
}
.redes-sociales p {
  padding: 0.2rem;
  margin: 0;
}
.mapa-sitio, .mapa-sitio p {
  padding-top: 0.5rem;
}
/*** SCREEN READER ACCESIBILIDAD ****/
div.scbasebin.speaker, div.scbasebin {
  background-color: #078930;
}
div.scbasebin.screenreader.text.scr_nolabel {
  background-color: #078930;
  border-radius: 15px;
}
div.scbasebin.screenreader.text {
  background: url('../../../../wp-content/uploads/imagenes/web/icono-accesibilidad.png') no-repeat 2px 2px;
}
#accessibility-links.fixed {
  background-color: #078930 !important;
}
#accessibility-links {
  top: 2.8rem;
  border-radius: 1rem 0 0 1rem !important;
}
/*** buscador ***/
#g-header .g-content {
  padding: 0 0 1rem 0;
}
i.fa.fa-search {
  font-size: 0.9rem !important;
  background-color: #078930;
  padding: 0.47rem 0.6rem;
  border-radius: 0.4rem 0 0 0.4rem;
  float: left;
}
#g-buscador.estilo2 .contenido-modal-buscar {
  box-shadow: none;
  font-size: 0.8rem;
  font-weight: 700;
}
#g-buscador.estilo2 .search form input {
  width: 10rem;
  font-weight: 500;
}
.buscador-avanzado {
  margin: 1rem;
}
a.g-buscador-link {
  color: #2c94c3 !important;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  top: -0.3em !important;
}
a.g-buscador-link::before {
  content: "Buscar";
  margin: 0.5rem !important;
  top: 0.1rem !important;
  position: relative;
  font-weight: 400;
}
.g-buscador-link:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/**** idioma ***/
.idioma {
  color: #808080;
  margin: 1rem;
}
/*.goog-te-combo */
.idioma {
  width: 10rem;
  border-radius: 0rem;
  font-size: 0.8rem !important;
  height: 1.3rem;
}
.goog-te-gadget .goog-te-combo {
  margin: 0px 0;
  padding: 0 0.5rem;
}
.logo-alcaldia {
  border-right: 0.5px solid #078930;
  padding-right: 1rem;
  margin-left: 2rem;
}
.newmenu #dj-megamenu93 {
  background: #ffffff00;
}
.newmenu #dj-megamenu93 li a {
  color: #078930;
}
.newmenu .dj-megamenu-custom93 li ul.dj-submenu li a {
  background: white;
}
.newmenu .dj-megamenu-custom93 .itemid683 {
  border-radius: 2rem;
}
.newmenu .dj-megamenu-custom93 li ul.dj-submenu li a:hover {
  background: #078930 !important;
  color: white !important;
}
.newmenu .dj-megamenu .horizontalMenu .menu-principal li:hover a.dj-up_a, li.hover a.dj-up_a {
  background: #078930 !important;
}
.newmenu .menu-principal {
  display: block;
}
.newmenu .menu-principal li a.dj-up_a {
  padding: 0 0.7rem !important;
}
.newmenu .menu-principal li a.dj-up_a span.dj-drop {
  padding: 0 0.3rem 0 0 !important;
}
.newmenu .dj-megamenu-wrapper {
  display: flex;
  justify-content: center !important;
}
#g-navigation .buscadormenu {
  height: 20px;
}
#g-navigation {
  border-bottom: 2px solid #03a84e;
}
.logo-presidencia {
  margin-top: 0 !important;
}
.g-slideshow .g-slideshow-buttons .button.empty {
  background: none !important;
  border: 2px solid #ffffff;
  color: #ffffff !important;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  border-radius: 1.4rem;
}
.g-slideshow .g-slideshow-buttons a.button.empty {
  text-decoration: none;
}
.g-slideshow-buttons a.button.standard {
  background-color: #ffffff !important;
  border: 0 solid;
  text-decoration: none;
  color: #021711 !important;
  border-radius: 2rem;
}
.uk-slidenav-next:before {
  content: "";
  font-size: 3rem;
  text-decoration: none;
}
.uk-slidenav-previous:before {
  content: "";
  font-size: 3rem;
  text-decoration: none;
}
a.uk-slidenav.uk-slidenav-previous, a.uk-slidenav.uk-slidenav-next {
  background: transparent;
  text-decoration: none;
}
.g-slideshow .g-slideshow-title {
  font-weight: 600;
}
.g-slideshow .style2 .g-slideshow-title {
  background: rgba(255, 255, 255, 0.8);
}
.style2 a {
  color: #1b0600 !important;
}
#g-feature {
  border-top: 4px solid #cbff65;
}
/**********************************
ESTILOS SECCIÓN NAVEGACIÓN
**********************************/
/*** MENÚ ***/
section#g-menu {
  line-height: 0.6rem;
  border-bottom: 3px #078930 solid;
  /* background-color:$accent-color-1; */
  background-color: #078930;
}
.menu-principal {
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-flex;
  z-index: 999 !important;
}
.menu-principal a.dj-up_a {
  text-transform: none !important;
  font-size: 1.2rem;
}
@media screen and (max-width: 1366px) {
  .menu-principal .dj-up_a {
    font-size: 14px !important;
  }
}
.dj-megamenu .horizontalMenu .menu-principal a.dj-up_a:hover {
  box-shadow: 0 4px 0 #fedd00 inset;
  background-color: #078930 !important;
  color: #ffffff !important;
}
.dj-megamenu-custom162 li.active a.dj-up_a {
  background-color: #c8e6c9;
}
.dj-megamenu-custom162 li ul.dj-submenu > li.hover:not(.subtree) > a {
  background-color: #c8e6c9 !important;
}
.dj-megamenu-custom162 li ul.dj-submenu > li > a:hover, .dj-megamenu-custom162 li ul.dj-submenu > li > a.active, .dj-megamenu-custom162 li ul.dj-submenu > li.hover:not(.subtree) > a {
  background-color: #c8e6c9 !important;
}
.dj-megamenu .horizontalMenu .menu-principal li:hover a.dj-up_a, li.hover a.dj-up_a {
  /*box-shadow: 0 4px 0 #fedd00 inset;*/
  background-color: #078930 !important;
  color: #fff !important;
}
.dj-megamenu-custom160 li.active a.dj-up_a, .menu-secretarias li.active a.dj-up_a, .dj-megamenu-custom161 li.active a.dj-up_a {
  background-color: #c8e6c9 !important;
  color: #000 !important;
}
.menu-secretarias .dj-subwrap, .menu-secretarias .dj-subwrap-in, .menu-secretarias .dj-subcol {
  background: #e8f5e9 !important;
  border-radius: 8px;
}
.menu-secretarias .dj-subcol {
  padding: 6px 10px;
}
.menu-secretarias li ul.dj-submenu > li {
  border: none !important;
}
.menu-secretarias li ul.dj-submenu > li > a {
  background: none !important;
  color: #000 !important;
  border-radius: 8px;
  margin-bottom: 0.55rem;
}
.menu-secretarias li ul.dj-submenu > li:first-child > a {
  margin-top: 0.55rem;
}
.menu-secretarias li ul.dj-submenu > li > a:hover {
  background: #c8e6c9 !important;
  color: #000 !important;
}
.menu-principal li a {
  text-align: left;
}
.menu-principal li a:hover {
  text-align: left;
}
.menu-principal .dj-up_a {
  border: none !important;
}
.dj-megamenu .horizontalMenu .menu-principal li a.dj-up_a span.dj-drop {
  padding: 0 1.3rem 0 0 !important;
}
.menu-principal li a.dj-up_a span.dj-drop {
  padding: 0 1.3rem 0 0 !important;
}
/*tamaños*/
.menu-principal li a.dj-up_a {
  height: 2.5rem;
  padding: 0 1rem !important;
  font-weight: 400;
}
.menu-principal li a.dj-up_a span {
  height: 2.5rem;
  line-height: 2.8rem;
}
.dj-megamenu .horizontalMenu .menu-principal li.hover div.dj-subwrap {
  top: 2.5rem;
  line-height: 2.5rem;
}
.menu-principal li a.dj-up_a .arrow {
  line-height: 0.5rem;
  font-size: 0.8rem;
  right: 1.5rem;
}
.newmenu .menu-principal li a.dj-up_a .arrow {
  line-height: 0.5rem;
  font-size: 0.8rem;
  right: 0.3rem;
}
/*** submenú ***/
.menu-principal li ul.dj-submenu > li > a {
  font-size: 0.8rem;
  font-family: "Raleway";
}
.menu-principal .dj-submenu li a {
  text-align: left;
}
.menu-principal li ul.dj-submenu > li > a {
  height: auto;
  line-height: 0.9rem;
  padding: 0.4rem 1rem;
}
.menu-principal li ul.dj-submenu > li {
  border-top: 1px solid #4c627c;
}
/***** ESTILOS BANNER PRINCIPAL*****/
.g-slideshow.banner-portada {
  border-bottom: 3px #078930 solid;
}
.g-slideshow .style2 .g-slideshow-title {
  background: none;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 600;
  float: right;
  text-align: left;
}
.g-slideshow .style2 .g-slideshow-desc {
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 100;
  margin-right: 1.5rem;
  float: right;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 0px;
  background-image: url('../../../../wp-content/uploads/imagenes/web/left_arrow.png') !important;
  width: 6rem;
  height: 7rem;
  background: #bc1212e6;
  top: 13rem;
  background-repeat: no-repeat !important;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 0px;
  background-image: url('../../../../wp-content/uploads/imagenes/web/right_arrow.png') !important;
  width: 6rem;
  height: 7rem;
  background: #bc1212e6;
  top: 13rem;
  background-repeat: no-repeat !important;
}
.uk-slidenav-previous::before, .uk-slidenav-next::before {
  content: "";
  font-family: FontAwesome;
}
.uk-slidenav:hover {
  background: transparent;
}
.uk-slidenav {
  border-radius: 0px;
  background: transparent;
}
/********* SECCIÓN DESTACADOS ********/
#g-superiores {
  background-color: #fcfcfc;
  border-bottom: 2px solid #078930;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
.ley1712 {
  padding: 0 3rem;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem;
}
.ley1712 .g-cualidades .g-content {
  margin: 0;
  padding: 0;
}
.items-ley1712 h2 {
  color: #078930 !important;
  font-size: 2rem;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.g-cualidades .g-cualidades-item-imagen {
  width: 3.5rem !important;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
.g-cualidades h6 {
  font-weight: 200 !important;
  padding-top: 0px !important;
  margin-top: 0.4rem !important;
  font-size: 0.85rem !important;
  color: #656565 !important;
  line-height: 0.95rem;
}
/**** estilos página de inicio ****/
.titulo-noticias-gobernacion {
  padding-top: 2rem;
}
/********** PÁGINA TRANSPARENCIA  ***********/
/*** titulo ****/
.moduletable.titulo-transparencia {
  padding: 2rem 12rem 2rem;
}
.pagina-transparencia #g-superiores {
  background-color: rgba(255, 255, 255, 0) !important;
  /* border-bottom: 2px #f5f5f5 solid; */
  margin: 2rem 6rem 2rem 6rem !important;
}
.moduletable.titulo-abc-transparencia {
  padding: 1rem 6rem 1rem;
}
/**************************************************
/***** ESTILOS COLUMNA IZQUIERDA SECRETARÍAS ******/
/**************************************************/
section#g-izquierda {
  /* background-color: azure; */
  margin: 2rem 0;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
div#header-izquierda {
  background-color: #078930;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
#header-izquierda .g-content {
  margin: 0;
  padding: 0;
}
#header-izquierda .g-content .platform-content:nth-of-type(2) {
  background-color: #e8f5e9;
  padding: 16px 20px;
  margin: 0;
  border-radius: 20px 0 0.9rem 0.9rem;
}
.titulo-micrositio {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #fff !important;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.cargo-micrositio {
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.foto-micrositio {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 1.5rem;
  padding: 0;
}
.foto-micrositio img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/**** menús laterales *****/
.menu-secretarias {
  font-family: "Inter", sans-serif;
  text-transform: none !important;
}
.menu-secretarias li a {
  border-radius: 8px;
  margin-bottom: 0.55rem;
}
.dj-megamenu-custom162 li:hover a.dj-up_a, .dj-megamenu-custom162 li.hover a.dj-up_a, .dj-megamenu-custom162 li.active a.dj-up_a {
  color: #212121 !important;
}
.menu-secretarias a.dj-up_a {
  text-transform: none !important;
  font-size: 0.8rem !important;
}
.menu-secretarias li a.dj-up_a {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.menu-secretarias a.dj-up_a:active {
  background: #c8e6c9 !important;
  color: #2e7d32 !important;
}
.menu-secretarias a.dj-up_a:hover {
  box-shadow: none;
  /*background-color: $accent-color-2!important;*/
  background: #c8e6c9 !important;
  color: #2e7d32 !important;
}
.menu-secretarias li:hover a.dj-up_a, .menu-secretarias li.hover a.dj-up_a {
  box-shadow: none;
  /* background-color: $accent-color-2!important;*/
  background-color: #c8e6c9;
  color: #212121 !important;
}
/**********************************
ESTILO RUTA DE NAVEGACION
**********************************/
#ruta-navegacion .mod-ruta-navegacion {
  background: #fff;
}
#ruta-navegacion .mod-ruta-navegacion ul {
  margin: 0;
  padding: 0 0 0 1rem;
  background-color: transparent;
}
#ruta-navegacion .mod-ruta-navegacion ul li span.icon-location {
  display: none;
}
#ruta-navegacion .mod-ruta-navegacion ul li a, #ruta-navegacion .mod-ruta-navegacion ul li span {
  color: #c0c0c0;
  text-decoration: none;
  text-shadow: none;
  font-size: 0.9rem;
}
#ruta-navegacion .mod-ruta-navegacion ul li a:hover, #ruta-navegacion .mod-ruta-navegacion ul li span:hover {
  color: #078930;
}
#ruta-navegacion .g-content {
  padding: 0.5rem 0 0 0;
}
#ruta-navegacion .mod-ruta-navegacion .divider:before {
  content: "/";
  color: #078930;
}
#ruta-navegacion .mod-ruta-navegacion .divider img {
  display: none;
}
.breadcrumb > li {
  font-size: 0.9rem;
}
/**********************
ESTILOS BLOG CATEGORÍA 
***********************/
/*.blog-categoria {
  top: -5rem;
  position: relative;
}*/
.blog-categoria .g-block {
  background-color: #fdfdfd;
  box-shadow: 0rem 0rem 0.3rem #dddddd;
  border: 1px solid #e8e8e8;
  margin: 1rem;
}
.blog-categoria .g-array-item-title {
  padding: 0 1rem;
}
.blog-categoria .g-array-item-text {
  padding: 0 1rem 1rem 1rem;
}
.blog-categoria .g-array-item-title a {
  text-decoration: none;
  font-size: 1.3rem;
}
.blog-categoria .g-content {
  padding: 0;
  margin: 0;
}
.derecha-categorias {
  top: 3rem;
  position: relative;
}
/****** ESTILOS CATEGORÍA FORMATO BLOG NOTICIAS ******/
#g-container-columnas .g-container {
  margin-top: 2rem;
}
.vista-cuadriculada h1 {
  color: #078930;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 0.4rem;
  margin-bottom: 3rem;
  text-align: center;
}
.view-category .vista-cuadriculada .items-row {
  margin-top: -1rem;
}
.view-category .vista-cuadriculada .page-header h2 {
  font-size: 1rem;
  padding: 1rem 1rem 0 1rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.2rem;
  font-family: "Raleway";
}
.view-category .vista-cuadriculada .page-header a {
  text-decoration: none;
  color: #000000;
}
.view-category .vista-cuadriculada .page-header a:hover {
  text-decoration: none;
  color: #078930;
}
.view-category .vista-cuadriculada .span4, .view-category .vista-cuadriculada .span2, .view-category .vista-cuadriculada .span3 {
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 17rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.view-category .vista-cuadriculada .span4 .page-header a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  max-height: 3em;
  /* Aproximadamente dos líneas */
  line-height: 1.5em;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}
.view-category .vista-cuadriculada .pull-left.item-image {
  margin: 0 !important;
  border-radius: 0.5rem 0.5rem 0 0;
}
.view-category .vista-cuadriculada .pull-left {
  float: none;
}
.tawk-min-container button {
  background-color: #03a84e !important;
}
.view-category .vista-cuadriculada p.texto-intro {
  /*text-align: justify;*/
  margin: 1rem;
  font-size: 0.95rem;
}
.enlace-articulo {
  text-decoration: none;
  color: #666666;
}
.enlace-articulo:hover {
  color: #078930;
}
.leer-mas {
  color: #078930;
  font-weight: 600;
}
.view-category .vista-cuadriculada dd {
  margin-left: 0.1rem;
  font-size: 0.8rem;
  color: #969696;
}
.view-category .vista-cuadriculada dd a {
  text-decoration: none;
}
.view-category .vista-cuadriculada dl.article-info {
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}
dd.published {
  padding-top: 0.5rem;
  padding-left: 1rem;
  font-size: 0.8rem;
  color: #a9a9a9;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
}
/**** estilos imagen y efectos ****/
.view-category .vista-cuadriculada .span3 .item-image img {
  height: 11.1rem;
  width: 17rem;
}
.view-category .pull-left.item-image {
  overflow: hidden;
}
.view-category .vista-cuadriculada .item-image img {
  transition: filter 300ms ease-in-out, transform 300ms ease-in-out;
  -moz-filter: saturate(70%);
  -webkit-filter: saturate(70%);
  filter: saturate(70%);
  height: 10rem;
  width: 16rem;
}
.view-category .vista-cuadriculada .item-image img:hover {
  transition: filter 150ms ease-in, transform 150ms ease-in;
  -moz-filter: saturate(110%);
  -webkit-filter: saturate(110%);
  filter: saturate(110%);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.grupo-servicios img {
  transition: filter 400ms ease-in-out, filter 400ms ease-in-out;
  -moz-filter: grayscale(100%) contrast(100%);
  -webkit-filter: grayscale(100%) contrast(100%);
  filter: grayscale(100%) contrast(100%);
}
.grupo-servicios img:hover {
  transition: filter 100ms ease-in, filter 100ms ease-in;
  -moz-filter: grayscale(0%) contrast(105%);
  -webkit-filter: grayscale(0%) contrast(105%);
  filter: grayscale(0%) contrast(105%);
}
/**** VIDEO ACCESIBILIDAD ****/
a.video-articulos, div.resumen-articulos {
  float: right;
  padding-right: 1rem;
  color: #20abae;
  margin-bottom: 2rem;
  position: relative;
  top: -0.5rem;
  font-size: 0.8rem;
  cursor: pointer;
}
a.resumen-articulos {
  color: #20abae !important;
}
/**** tool tip accesibilidad ****/
.tooltipgq {
  position: relative;
  display: inline-block;
}
.tooltipgq .tooltiptextgq {
  visibility: hidden;
  border: 0px #078930 solid;
  width: 25rem;
  background-color: #078930;
  color: #ffffff;
  text-align: none;
  padding: 1rem;
  border-radius: 0.5rem;
  top: -4rem;
  left: 95%;
  /*hacia la derecha*/
  font-size: 1rem;
  line-height: 1rem;
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  z-index: 1;
}
.tooltiptextgq a, .tooltiptextgq a:hover {
  text-decoration: none;
  color: #fedd00;
  font-weight: bold;
  font-size: 0.8rem;
}
.tooltipgq .tooltiptextgq::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  /*hacia la izquierda*/
  margin-top: -0.5rem;
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent #078930 transparent transparent;
}
.tooltipgq:hover .tooltiptextgq {
  visibility: visible;
  opacity: 1;
}
/*** sliders ***/
.titulo-enlaces-interes-externos {
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  color: #696969 !important;
  padding-bottom: 0.4rem;
  border-bottom: 1px #d3d3d3 solid;
  width: 50%;
  margin: 0 auto 2rem auto;
}
.enlaces-interes-externos {
  padding: 2rem;
  background-color: #f5f5f5;
  border-top: 1px #c0c0c0 solid;
}
.ir-arriba {
  bottom: 4rem;
}
/*** atencion-ciudadania ***/
.atencion-ciudadania {
  border-bottom: dashed 1px #707ea2;
}
.atencion-ciudadania p {
  font-size: 0.9rem !important;
  margin: 0;
}
.atencion-ciudadania, .atencion-ciudadania p > strong {
  color: #ffffff !important;
  font-size: 1rem;
}
.contactos-pie-pagina h6 {
  font-size: 0.9em;
  padding-top: 1rem;
  padding-bottom: 0.1rem;
  margin: 0px;
  color: #fff;
}
.contactos-pie-pagina p {
  font-size: 0.7rem !important;
  font-weight: 400;
}
.g-items-contactos-valor {
  padding-left: 0.5rem;
}
/***** ESTILOS SUB-FOOTER *********/
#g-sub-footer {
  background-color: #fff;
}
#g-sub-footer .g-container {
  border-top: 1px solid #dcdcdc;
  padding: 10px 0;
}
.politicas-sitio, .derechos-reservados {
  padding: 0.4rem !important;
}
.politicas-sitio p, .derechos-reservados p {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.9rem !important;
}
.politicas-sitio a:visited, .derechos-reservados a:visited {
  color: #078930;
}
.politicas-sitio a, .derechos-reservados a {
  color: #078930;
  text-decoration: none;
}
.derechos-reservados p {
  text-align: left;
}
.politicas-sitio p {
  text-align: right;
}
/********ESTILOS PLUGINS COMPARTIR ********/
.addtoany_container {
  padding-bottom: 3rem;
  font-weight: 600;
}
/****** ESTILO MÓDULOS SERVICIOS *******/
.grupo-servicios h3.titulo-grupo-servicios {
  font-weight: 400;
  font-size: 1.6rem;
  /*background-color: #69BFDC;*/
  background-color: #078930;
  padding: 0.6rem 1rem;
  color: #fff;
  margin: 0;
  border-radius: 6px 6px 0 0;
}
.customgrupo-servicios p {
  padding: 0;
  margin: 0;
}
.grupo-servicios {
  margin-top: 2rem;
  border: 1px solid;
  border-image: linear-gradient(to bottom, #ffffff, #dcdcdc);
  border-image-slice: 1;
  border-radius: 0 0 16px 16px;
}
.grupo-servicios table, .grupo-servicios td {
  border: none;
  padding: 0.2rem;
}
/**** ESTILOS MÓDULOS PROGRESO LEY 1712 *****/
.progreso-transparencia {
  float: inline-end;
}
/* Barras */
.zen-skillbar {
  width: 25%;
  height: 0.4rem;
}
.zen-skillbar-title {
  display: none;
  height: 1rem;
}
.zen-skill-bar-percent {
  line-height: 0.4rem;
  color: #000000;
  right: -5.5rem;
  font-size: 0.8rem;
}
.zen-skill-bar-percent::before {
  content: "Avance: ";
}
.zen-skillbar-bar {
  height: 0.4rem;
}
/* Circular */
.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  left: 0;
  font-size: 1.5rem !important;
  /*top: 0;*/
}
/**** calendario ***/
.calendario {
  padding: 1rem;
}
.calendario h3.titulo-calendario {
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0.6rem 1rem;
  color: #078930;
  text-align: center;
  margin: 2rem 0 0.2rem 0;
}
.calendario h2 {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 1.5rem;
  color: #646464;
}
.calendario .fc button {
  height: 1.5rem;
}
.calendario .fc-day-number {
  font-size: 0.8rem;
}
.calendario .fc table {
  font-size: 0.7rem;
}
/**** módulos ***/
.moduletable h3 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
  color: #078930;
}
/*** modulo secretarias ***/
.modulo-secretarias {
  background-color: #fff;
  padding: 1rem;
  margin-top: 2rem;
}
.modulo-secretarias h3 {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}
.modulo-secretarias .g-menu-footer.g-menu-claro ul li a {
  background-color: #f5f5f5;
  color: #696969;
  margin: 0.1rem 0.01rem;
  font-size: 0.7rem;
  padding: 0.4rem 1rem;
}
.modulo-secretarias .g-menu-footer.g-menu-claro ul li a:hover {
  /*background-color: gray;*/
  background-color: #20abae;
  color: #073822;
}
/****** PÁGINA RESULTADOS DE BÚSQUEDA *******/
.search span.highlight {
  background-color: #ffde00;
  color: #732265;
  border-radius: 0.5rem;
}
dt.result-title {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px #f7f7f7 solid;
}
dd.result-text {
  color: black;
}
dd.result-category {
  color: #b5b5b5;
}
dd.result-created {
  color: darkgrey;
}
.search span.highlight {
  background-color: #ffde00;
  color: #732265;
  border-radius: 0.5rem;
}
/**** PÁGINA OFFLINE ****/
div#cualidades-offline {
  padding: 1rem;
}
/***************ESTILOS HEREDADOS WORDPRESS**********************/
/***************************************************************/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
/******MÚDULO DE FILTROS PARA ANIMALES EXTRAVIADOS *******/
.filtro-animales .jlmf-label {
  font-weight: bold;
  color: #078930;
}
.filtro-animales .jlmf-section {
  margin: 1rem 0.2rem;
  border: 1px solid #d7d7d7;
  padding: 0.5rem;
}
.filtro-animales div.jlmf-list-2 {
  text-align: left;
  margin: 0 0.5rem;
}
.filtro-animales input.jlmf-input {
  max-width: 90%;
  padding: 0 0.5rem;
}
.field-label {
  font-weight: bold;
  color: #425776;
}
/********/
.btn-group {
  font-size: inherit;
}
fieldset.radio.btn-group {
  padding-left: inherit;
}
.radio.btn-group input[type="radio"] {
  display: inherit;
}
.radio input[type="radio"] {
  float: left;
  margin-left: 0;
}
/**************************************************************
***************************************************************
**************** INICIO DE MEDIAS QUERIES**********************
***************************************************************
**************************************************************/
@media only all and (min-width: 60rem) {
  /********ESTILOS PLUGINS COMPARTIR ********/
  .compartir h3 {
    text-align: right;
  }
}
@media only all and (max-width: 59.99rem) {
  html {
    font-size: 15px;
  }
}
@media only all and (max-width: 47.99rem) {
  /*** articulos ***/
  /*** buscador ***/
  /***** ESTILOS MENÚ MÓVILES *****/
  /****** ESTILOS SHOWCASE *****/
  /**** ESTILOS SECTION DESTACADOS ****/
  /*** ESTILOS NOTICIAS PORTADA ***/
  /*** atencion-ciudadania ***/
  /***contactos***/
  /*** screen reader ***/
  /****** ESTILOS CATEGORÍA FORMATO BLOG NOTICIAS ******/
  /**** estilos imagen ****/
  /*** modulo menú secretarías ***/
  /**** VIDEO ACCESIBILIDAD ****/
  /**** PÁGINA OFFLINE ****/
  html {
    font-size: 15px;
  }
  .view-article #g-contenidos {
    padding: 1rem;
  }
  .view-article .pull-left, .view-article .pull-right {
    max-width: 100%;
    float: none;
  }
  .pull-left.item-image {
    margin: 0 0rem 0.5rem 0;
  }
  .logo-alcaldia img {
    width: 12rem;
  }
  #g-header {
    height: auto;
  }
  .custom.redes-sociales {
    border-left: none;
  }
  .titulo-alcaldia {
    background-image: none !important;
    height: 4.5rem;
    background-color: #efefef;
  }
  .form-inline input {
    border: 1px solid #078930 !important;
  }
  a.g-buscador-link {
    color: #808080 !important;
    font-size: 1rem;
  }
  #g-buscador.estilo1 .1form input {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
  }
  .dj-offcanvas-modules {
    padding: 0.5rem;
    background-color: #ffffff;
  }
  .menu-principal {
    display: block;
  }
  .menu-principal .dj-mobile-open-btn {
    height: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #078930 !important;
    text-decoration: none;
  }
  .dj-mobile-open-btn {
    height: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #078930 !important;
    text-decoration: none;
  }
  .menu-principal .dj-mobile-nav {
    font-family: "Raleway";
  }
  .uk-slidenav-position .uk-slidenav-previous {
    background-size: 100% !important;
    width: 2.8rem !important;
    height: 2.509rem !important;
    top: 5rem !important;
  }
  .uk-slidenav-position .uk-slidenav-next {
    background-size: 100% !important;
    width: 2.8rem !important;
    height: 2.509rem !important;
    top: 5rem !important;
  }
  .g-block .g-cualidades-item {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
    -moz-flex-basis: 33%;
  }
  .g-cualidades .g-cualidades-item-imagen {
    width: 3rem !important;
  }
  .ley1712 {
    padding: 0 2rem;
  }
  .items-ley1712 h2 {
    border-bottom: 1px solid #dcdcdc;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .view-category .vista-cuadriculada .span4, .view-category .vista-cuadriculada .span2 {
    background-color: #fdfdfd;
    /*box-shadow: 0rem 0rem 0.4rem #f5f5f5;
        border: 1px solid #f1f1f1;*/
    height: auto;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .view-category .vista-cuadriculada .page-header h2 {
    font-size: 1rem;
  }
  #g-footer {
    background-size: auto;
  }
  .ir-arriba {
    bottom: 15rem;
  }
  .atencion-ciudadania {
    padding: 0;
    position: relative;
  }
  .atencion-ciudadania p {
    font-size: 0.7rem !important;
    font-weight: 700;
    padding-top: 1rem;
  }
  .g-items-contactos .g-items-contactos-opcion {
    margin-bottom: -1rem;
  }
  .vista-cuadriculada .view-category p.texto-intro {
    font-size: 1rem;
  }
  .view-category .vista-cuadriculada .item-image img {
    height: auto;
    width: auto;
  }
  .modulo-secretarias .g-menu-footer li {
    display: inline-block !important;
  }
  a.video-articulos, div.resumen-articulos {
    top: -1rem;
  }
  .g-offline .g-block .g-cualidades-item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -moz-flex-basis: 50%;
  }
}
@media (min-width: 1920px) {
  /**** MENÚ ****/
  html {
    font-size: 18px;
  }
  .size-16 {
    flex: 0 12% !important;
    -webkit-flex: 0 12% !important;
    -moz-flex: 0 12% !important;
    -ms-flex: 0 52% !important;
  }
  .size-44 {
    -webkit-flex: 0 52% !important;
    -moz-flex: 0 52% !important;
    -ms-flex: 0 52% !important;
    flex: 0 52% !important;
  }
  .uk-slidenav-position .uk-slidenav-previous, .uk-slidenav-position .uk-slidenav-next {
    width: 6rem;
    height: 6rem;
    top: 14rem !important;
  }
  .menu-principal a.dj-up_a {
    font-size: 1rem !important;
  }
}
.bordeT, .bordeTr, .bordeTd {
  border-style: hidden;
}
.fondoGris {
  background: darkgrey;
}
.fc-view, .fc-view > table {
  position: relative;
  z-index: 0 !important;
}
#g-header .g-container {
  background: #36c !important;
  width: 100%;
}
.logogovimg {
  padding: 0;
  margin: 1rem 0;
}
#g-header .g-content {
  padding: 0 !important;
  margin: 0.625rem;
}
#g-navigation .g-container {
  margin: 0.625rem;
  padding: 0.938rem;
}
#g-navigation .g-container .g-grid {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.g-social-dis-horizontal {
  display: inline-flex;
}
#g-sub-footer2 {
  background: #36c !important;
}
.d-flex {
  display: flex !important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.border-white {
  border-color: #fff !important;
}
.border-left {
  border-left: 1px solid #bababa !important;
}
/**** buscador transparencia ***/
.pagina-transparencia div#superior-3 .g-content {
  margin-left: 0;
  padding-left: 0;
}
div#rssearch_buscador-transparencia form.rsf_form {
  position: relative;
}
div#rssearch_buscador-transparencia input[type="text"] {
  padding: 0.5rem;
  font-size: 1.2rem;
  width: 24rem;
  font-weight: 600;
  color: #afafaf;
  border-radius: 0;
}
div.rsfsuggestions {
  background-color: #0099ca;
  opacity: 1;
  text-align: left;
  font-size: 1.3rem;
  width: 31rem !important;
}
div.rsfsuggestions a {
  text-decoration: none;
}
.label-buscador-transparencia p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: right;
}
div.rssearch_box div.suggest_link {
  cursor: pointer;
  background: none !important;
  border-bottom: 1px #61b0ca solid;
}
/* #cmdSearch::before {
    content: "\53";
    font-family: 'Icomoon';
    color: #fff;
}
#cmdSearch>#text{
    display: none;
} */
#cmdSearch {
  background: black;
  border-radius: 0;
  padding: 0.8rem;
  border: none;
  margin-left: 0.5rem;
}
.rssearch_row h2 {
  font-size: 1.5rem;
}
.rssearch_row {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rssearch_readon {
  text-align: left;
  background-color: #c1c1c1;
  padding: 0.2rem 0.5rem;
  color: #fff;
  border-radius: 0.2rem;
  text-decoration: none;
  width: 7rem;
}
.mapa-sitio {
  display: none;
}
.b-radius > .items-row > .span3 > .item > .item-image {
  border-radius: 10px;
}
.b-radius > .items-row {
  margin-bottom: 2rem;
}
body {
  font-family: Arial, Helvetica, sans-serif !important;
}
#dj-megamenu93mobile a {
  color: #078930 !important;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  color: #078930;
}
.pagination a:hover {
  color: #fff;
  background: #078930 !important;
}
.pagination a, .pagination span {
  padding: 8px 12px;
  /* Tamaño cómodo del botón */
  margin: 0 4px;
  /* Espaciado entre botones */
  border-radius: 8px;
  /* Bordes redondeados suaves */
  text-decoration: none;
  /* Sin subrayado */
  border: 1px solid #ddd;
  /* Borde gris claro */
  transition: all 0.2s ease;
  /* Suavidad al pasar el mouse */
}
#g-footer .iconosredes a {
  text-decoration: none;
}
#g-footer .iconosredes img {
  transition: transform 0.5s ease-in-out;
  transform: rotate(0deg) scale(1);
  /* Estado inicial */
}
#g-footer .iconosredes img:hover {
  transform: rotate(360deg) scale(1.1);
  /* Estado al hacer hover */
}
.texto-redes {
  padding-bottom: 0 !important;
}
.g-items-contactos i {
  color: #078930 !important;
}
.g-items-contactos h6 {
  color: #078930 !important;
  font-family: "Inter", sans-serif !important;
}
.g-items-contactos p {
  color: #333 !important;
  font-family: "Inter", sans-serif !important;
}
.contactos-pie-pagina {
  text-align: left !important;
}
.contactos-pie-pagina h3 {
  font-weight: 400 !important;
}
/*# sourceMappingURL=custom_10.css.map */