/* 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";
/********************************************
CARGA DE ESTILOS PARA PARTICULAS ADICIONALES
********************************************/
/*--------------------------------------------
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: #1a6642 !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  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: #1a6642;
  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: #1a6642;
  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: "Source Sans Pro";
}
.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: #1a6642;
  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: #1a6642;
  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;
}
/*---------------------------
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: #1a6642;
}
.g-items-contactos.g-item-dis-vertical {
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.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 {
  -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;
  text-align: left;
}
.g-items-contactos.g-item-cont-cen .g-items-contactos-opcion {
  -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;
}
.g-items-contactos.g-item-cont-der .g-items-contactos-opcion {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  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*/
#g-buscador.estilo1 {
  display: none;
  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: #761aa1;
  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: #050505;
}
#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: #050505;
}
#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: 2rem;
  border: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.45) inset;
  background: #fff;
  position: relative;
  margin-top: -0.3rem;
  margin-bottom: -1rem;
}
#g-buscador.estilo2 .contenido-modal-buscar i.fa {
  color: #050505;
  margin-right: 0.5rem;
  margin-left: 0.8rem;
}
/* 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: #050505;
  padding: 0.6rem 0.6rem 0.6rem 0;
  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: #050505;
  padding: 0.6rem 0.6rem 0.6rem 2rem;
  width: 8rem;
  transition: all 0.5s;
  position: relative;
  background: transparent;
}
#g-buscador.estilo2 .search-form .search-field:focus {
  width: 12rem;
  border-color: #66CC75;
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}
#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;
}
/* ---------------------------------------
Eetilos Generales partícula: Owl Testimonio
----------------------------------------*/
.g-owlcarousel-layout-testimonial {
  text-align: center;
  /*--------------------------------------
    Botones de navegación (Atras / Adelante)
    ---------------------------------------*/
  /*Abajo*/
  /*Centrado*/
  /*Arriba*/
}
.g-owlcarousel-layout-testimonial .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-owlcarousel-layout-testimonial.g-owlcarousel-nav-disabled .owl-nav {
  display: none;
}
.g-owlcarousel-layout-testimonial .owl-theme .owl-nav {
  margin-top: 0;
}
.g-owlcarousel-layout-testimonial .owl-carousel .owl-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.g-owlcarousel-layout-testimonial .owl-carousel .owl-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -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: 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;
}
.g-owlcarousel-layout-testimonial .owl-carousel .g-owltesti-imagen {
  overflow: hidden;
}
.g-owlcarousel-layout-testimonial .owl-carousel .g-owltesti-imagen .g-owltesti-imagen-data {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #c1bfbf;
}
.g-owlcarousel-layout-testimonial .owl-carousel .g-owltesti-contenido {
  font-style: italic;
}
.g-owlcarousel-layout-testimonial .owl-carousel .g-owltesti-contenido p {
  margin-bottom: 0.4rem;
  display: inline;
}
.g-owlcarousel-layout-testimonial .owl-carousel .g-owltesti-detalles .g-owltesti-metatestimonios {
  font-weight: bold;
}
.g-owlcarousel-layout-testimonial .owl-carousel .fa-quote-left, .g-owlcarousel-layout-testimonial .owl-carousel .fa-quote-right {
  opacity: 0.6;
}
.g-owlcarousel-layout-testimonial .owl-theme .owl-nav {
  position: absolute;
  width: 100%;
}
.g-owlcarousel-layout-testimonial .owl-theme .owl-nav .owl-prev, .g-owlcarousel-layout-testimonial .owl-theme .owl-nav .owl-next {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 2rem;
  color: #6d6d6d;
  margin: 0 0.7rem;
}
.g-owlcarousel-layout-testimonial .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_abajo .owl-theme .owl-nav {
  position: static;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_centrado .owl-theme .owl-nav {
  top: 44%;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_centrado .owl-theme .owl-nav .owl-prev, .g-owlcarousel-layout-testimonial.posicionbotonesnav_centrado .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -3%;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_centrado .owl-theme .owl-nav .owl-next {
  left: auto;
  right: -3%;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_arriba .owl-theme {
  margin-top: 3.3rem;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_arriba .owl-theme .owl-nav {
  position: absolute;
  top: 0%;
  margin-top: -3rem;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_arribaizquierda .owl-theme {
  margin-top: 3.3rem;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_arribaizquierda .owl-theme .owl-nav {
  position: absolute;
  top: 0%;
  width: auto;
  margin-top: -3rem;
  left: 0;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_arribaderecha .owl-theme {
  margin-top: 3.3rem;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_arribaderecha .owl-theme .owl-nav {
  display: inline-block;
  position: absolute;
  top: 0;
  margin-top: -3rem;
  right: 0;
  width: auto;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_abajoizquierda {
  margin-top: 2rem;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_abajoizquierda .owl-theme .owl-nav {
  text-align: left;
  position: static;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_abajoderecha {
  margin-top: 2rem;
}
.g-owlcarousel-layout-testimonial.posicionbotonesnav_abajoderecha .owl-theme .owl-nav {
  text-align: right;
  position: static;
}
/*-----------------------
Diseño Testimonio 1
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi1 .owl-carousel .owl-item .item {
  -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;
}
.g-owlcarousel-layout-testimonial.diseno-testi1 .g-owltesti-imagen {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 5rem;
  -moz-flex: 0 1 5rem;
  -ms-flex: 0 1 5rem;
  flex: 0 1 5rem;
  height: 5rem;
  margin-right: 0.5rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi1 .g-owltesti-detalles {
  -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;
}
.g-owlcarousel-layout-testimonial.diseno-testi1 .g-owltesti-detalles .g-owltesti-metatestimonios {
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: -0.4px;
  margin-bottom: 0.3rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi1 .g-owltesti-detalles .g-owltesti-metatestimonios div {
  display: inline-block;
}
/*-----------------------
Diseño Testimonio 2
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi2 .owl-carousel .owl-item .item {
  -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;
}
.g-owlcarousel-layout-testimonial.diseno-testi2 .g-owltesti-imagen {
  flex: 0 1 7rem;
  height: 7rem;
  margin-right: 1rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi2 .g-owltesti-detalles {
  -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;
  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: 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;
}
.g-owlcarousel-layout-testimonial.diseno-testi2 .g-owltesti-detalles .g-owltesti-contenido {
  margin: 0 0 0.8rem 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi2 .g-owltesti-detalles .g-owltesti-contenido .fa-quote-left {
  padding: 0 0.3rem 0 0;
  font-size: 1.45rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi2 .g-owltesti-detalles .g-owltesti-contenido p:last-child {
  display: inline;
}
.g-owlcarousel-layout-testimonial.diseno-testi2 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-weight: normal;
}
/*-----------------------
Diseño Testimonio 3
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi3 .owl-item {
  text-align: left;
}
.g-owlcarousel-layout-testimonial.diseno-testi3 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0.8rem 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi3 .g-owltesti-contenido .fa-quote-left {
  display: block;
  font-size: 1.5rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi3 .g-owltesti-detalles {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.g-owlcarousel-layout-testimonial.diseno-testi3 .g-owltesti-detalles .g-owltesti-imagen {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 5rem;
  -moz-flex: 0 1 5rem;
  -ms-flex: 0 1 5rem;
  flex: 0 1 5rem;
  margin-right: 1rem;
  height: 5rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi3 .g-owltesti-detalles .g-owltesti-metatestimonios {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.g-owlcarousel-layout-testimonial.diseno-testi3 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-weight: normal;
  font-size: 1rem;
}
/*-----------------------
Diseño Testimonio 4
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi4 .g-owltesti-contenido {
  margin: 0 0 1rem 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi4 .g-owltesti-contenido .fa-quote-left {
  margin: 0 0.5rem 0 0;
  font-size: 2rem;
  color: #ddd;
}
.g-owlcarousel-layout-testimonial.diseno-testi4 .g-owltesti-detalles {
  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: 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-owlcarousel-layout-testimonial.diseno-testi4 .g-owltesti-detalles .g-owltesti-imagen {
  margin: 0.5rem 0;
  width: 5rem;
  height: 5rem;
  border-radius: 15%;
  border: 1px solid #ecebeb;
  padding: 0.2rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi4 .g-owltesti-detalles .g-owltesti-imagen-data {
  border-radius: 15%;
}
.g-owlcarousel-layout-testimonial.diseno-testi4 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-size: 1rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi4 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
}
/*-----------------------
Diseño Testimonio 5
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi5 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 1rem 0;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: none;
  padding: 1.2rem;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 10px rgba(2, 2, 2, 0.03) inset;
}
.g-owlcarousel-layout-testimonial.diseno-testi5 .g-owltesti-flecha, .g-owlcarousel-layout-testimonial.diseno-testi5 .g-owltesti-flecha-inner {
  top: 100%;
  left: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}
.g-owlcarousel-layout-testimonial.diseno-testi5 .g-owltesti-flecha {
  border-top-color: #d8d8d8;
  border-width: 9px;
  margin-left: -9px;
  left: 40px;
}
.g-owlcarousel-layout-testimonial.diseno-testi5 .g-owltesti-flecha-inner {
  border-top-color: #FCFCFC;
  border-width: 8px;
  margin-left: -8px;
  left: 40px;
}
.g-owlcarousel-layout-testimonial.diseno-testi5 .g-owltesti-detalles {
  text-align: left;
  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;
}
.g-owlcarousel-layout-testimonial.diseno-testi5 .g-owltesti-detalles .g-owltesti-imagen {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 6rem;
  -moz-flex: 0 1 6rem;
  -ms-flex: 0 1 6rem;
  flex: 0 1 6rem;
  margin-right: 1rem;
  height: 6rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi5 .g-owltesti-detalles .g-owltesti-metatestimonios {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.g-owlcarousel-layout-testimonial.diseno-testi5 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-weight: normal;
  font-size: 1rem;
}
/*-----------------------
Diseño Testimonio 6
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi6 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0.5rem 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi6 .g-owltesti-contenido .fa-quote-left {
  margin: 0 0 0.5rem 0;
  font-size: 1.45rem;
  display: block;
}
.g-owlcarousel-layout-testimonial.diseno-testi6 .g-owltesti-imagen {
  margin: 0.5rem auto;
  width: 5rem;
  height: 5rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi6 .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
}
/*-----------------------
Diseño Testimonio 7
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi7 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding: 1.2rem;
  border-radius: 3px;
  background: #f3f3f3;
  position: relative;
}
.g-owlcarousel-layout-testimonial.diseno-testi7 .g-owltesti-contenido .fa-quote-left {
  margin: 0 0 0.5rem 0;
  font-size: 1.45rem;
  display: block;
  opacity: 0.9;
}
.g-owlcarousel-layout-testimonial.diseno-testi7 .g-owltesti-content-flecha {
  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;
}
.g-owlcarousel-layout-testimonial.diseno-testi7 .g-owltesti-content-flecha .g-owltesti-flecha {
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: #f3f3f3 transparent;
  display: block;
  width: 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi7 .g-owltesti-imagen {
  margin: 1rem auto 0;
  width: 5.5rem;
  height: 5.5rem;
  display: inline-block;
}
.g-owlcarousel-layout-testimonial.diseno-testi7 .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
  margin-top: 0.5rem;
}
/*-----------------------
Diseño Testimonio 8
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi8 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 1rem 0;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding: 1.2rem;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.g-owlcarousel-layout-testimonial.diseno-testi8 .g-owltesti-contenido .fa-quote-left {
  margin: 0 0 0.5rem 0;
  font-size: 1.45rem;
  display: block;
  opacity: 0.9;
}
.g-owlcarousel-layout-testimonial.diseno-testi8 .g-owltesti-contenido .g-owltesti-flecha, .g-owlcarousel-layout-testimonial.diseno-testi8 .g-owltesti-contenido .g-owltesti-flecha-inner {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}
.g-owlcarousel-layout-testimonial.diseno-testi8 .g-owltesti-contenido .g-owltesti-flecha {
  border-top-color: #e8e8e8;
  border-width: 16px;
  margin-left: -16px;
}
.g-owlcarousel-layout-testimonial.diseno-testi8 .g-owltesti-contenido .g-owltesti-flecha-inner {
  border-top-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
.g-owlcarousel-layout-testimonial.diseno-testi8 .g-owltesti-imagen {
  margin: 0.5rem auto;
  width: 5.5rem;
  height: 5.5rem;
  display: inline-block;
}
.g-owlcarousel-layout-testimonial.diseno-testi8 .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
}
/*-----------------------
Diseño Testimonio 9
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi9 .item {
  background: #eeeeee;
  border-radius: 5px;
}
.g-owlcarousel-layout-testimonial.diseno-testi9 .g-owltesti-imagen {
  margin: 0.5rem auto;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #FFF;
  padding: 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi9 .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
}
.g-owlcarousel-layout-testimonial.diseno-testi9 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 1rem 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi9 .g-owltesti-contenido .fa-quote-left {
  margin: 0 1rem 0 0;
  font-size: 2rem;
  color: #ddd;
}
/*-----------------------
Diseño Testimonio 10
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi10 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 1rem 0;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding: 1.2rem;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #cccccc;
  position: relative;
}
.g-owlcarousel-layout-testimonial.diseno-testi10 .g-owltesti-contenido .fa-quote-left {
  margin: 0 0 0.5rem 0;
  font-size: 1.45rem;
  display: block;
}
.g-owlcarousel-layout-testimonial.diseno-testi10 .g-owltesti-contenido .g-owltesti-flecha, .g-owlcarousel-layout-testimonial.diseno-testi10 .g-owltesti-contenido .g-owltesti-flecha-inner {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}
.g-owlcarousel-layout-testimonial.diseno-testi10 .g-owltesti-contenido .g-owltesti-flecha {
  border-top-color: #cccccc;
  border-width: 16px;
  margin-left: -16px;
}
.g-owlcarousel-layout-testimonial.diseno-testi10 .g-owltesti-contenido .g-owltesti-flecha-inner {
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.g-owlcarousel-layout-testimonial.diseno-testi10 .g-owltesti-imagen {
  margin: 1rem auto;
  width: 5.5rem;
  height: 5.5rem;
  display: inline-block;
  padding: 0;
  border: 0px;
}
.g-owlcarousel-layout-testimonial.diseno-testi10 .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
}
/*-----------------------
Diseño Testimonio 11
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 1rem 0;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: none;
  padding: 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
}
.g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-contenido .g-owltesti-flecha, .g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-contenido .g-owltesti-flecha-inner {
  top: 100%;
  left: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}
.g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-contenido .g-owltesti-flecha {
  border-top-color: #d8d8d8;
  border-width: 9px;
  margin-left: -9px;
  left: 40px;
}
.g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-contenido .g-owltesti-flecha-inner {
  border-top-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
  left: 40px;
}
.g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-detalles {
  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-align: left;
}
.g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-detalles .g-owltesti-imagen {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 6rem;
  -moz-flex: 0 1 6rem;
  -ms-flex: 0 1 6rem;
  flex: 0 1 6rem;
  margin-right: 1rem;
  height: 6rem;
  border-radius: 5px;
}
.g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-detalles .g-owltesti-imagen .g-owltesti-imagen-data {
  border-radius: 5%;
}
.g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-detalles .g-owltesti-metatestimonios {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.g-owlcarousel-layout-testimonial.diseno-testi11 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-weight: normal;
  font-size: 1rem;
}
/*-----------------------
Diseño Testimonio 12
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi12 .g-owltesti-detalles {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi12 .g-owltesti-detalles .g-owltesti-metatestimonios {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  line-height: 1.3;
}
.g-owlcarousel-layout-testimonial.diseno-testi12 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-weight: normal;
}
.g-owlcarousel-layout-testimonial.diseno-testi12 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 1.5rem 0.8rem;
  border-radius: 5px;
  background-color: #e8e7e7;
  position: relative;
}
.g-owlcarousel-layout-testimonial.diseno-testi12 .g-owltesti-contenido .g-owltesti-imagen {
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: -3.5rem;
  width: 5rem;
  height: 5rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi12 .g-owltesti-contenido .g-owltesti-flecha {
  border: solid transparent;
  border-color: rgba(72, 71, 71, 0);
  border-bottom-color: #e8e7e7;
  border-width: 7px;
  bottom: auto;
  position: absolute;
  top: -14px;
  left: 30px;
  content: " ";
  height: 0;
  width: 0;
}
/*-----------------------
Diseño Testimonio 13
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi13 .owl-item .item {
  -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;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-imagen {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 7rem;
  -moz-flex: 0 1 7rem;
  -ms-flex: 0 1 7rem;
  flex: 0 1 7rem;
  margin-right: 1rem;
  height: 7rem;
  padding: 0;
  border: none;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-imagen .g-owltesti-metatestimonios {
  margin-top: 0.5rem;
  line-height: 1.2;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-imagen .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-imagen .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-size: 1rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-detalles {
  -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;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-detalles .g-owltesti-contenido {
  font-weight: normal;
  text-align: left;
  padding: 0.8rem;
  border-radius: 5px;
  background-color: #e8e7e7;
  position: relative;
  border: 1px solid #cccccc;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-detalles .g-owltesti-contenido .fa-quote-left {
  padding: 0 0.3rem 0 0;
  font-size: 1.45rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-detalles .g-owltesti-contenido .g-owltesti-flecha, .g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-detalles .g-owltesti-contenido .g-owltesti-flecha-inner {
  top: 100%;
  left: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-detalles .g-owltesti-contenido .g-owltesti-flecha {
  top: 2.8rem;
  left: -18px;
  border-width: 9px;
  margin-left: 0;
  margin-top: 0;
  border-right-color: #ccc;
}
.g-owlcarousel-layout-testimonial.diseno-testi13 .g-owltesti-detalles .g-owltesti-contenido .g-owltesti-flecha-inner {
  border-width: 8px;
  margin-left: 2px;
  margin-top: 1px;
  border-right-color: #e8e7e7;
  border-top-color: transparent;
  top: 2.8rem;
  left: -18px;
}
/*-----------------------
Diseño Testimonio 14
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi14 .item {
  background: #eeeeee;
  border-radius: 5px;
}
.g-owlcarousel-layout-testimonial.diseno-testi14 .g-owltesti-detalles {
  text-align: left;
  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;
}
.g-owlcarousel-layout-testimonial.diseno-testi14 .g-owltesti-detalles .g-owltesti-imagen {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 6rem;
  -moz-flex: 0 1 6rem;
  -ms-flex: 0 1 6rem;
  flex: 0 1 6rem;
  margin-right: 1rem;
  height: 6rem;
  border-radius: 6%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.3rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi14 .g-owltesti-detalles .g-owltesti-imagen .g-owltesti-imagen-data {
  border-radius: 6%;
}
.g-owlcarousel-layout-testimonial.diseno-testi14 .g-owltesti-detalles .g-owltesti-metatestimonios {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.g-owlcarousel-layout-testimonial.diseno-testi14 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-weight: normal;
  font-size: 1rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi14 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  text-transform: none;
  padding: 1.2rem 0;
  position: relative;
}
.g-owlcarousel-layout-testimonial.diseno-testi14 .g-owltesti-contenido .fa-quote-left, .g-owlcarousel-layout-testimonial.diseno-testi14 .g-owltesti-contenido .fa-quote-right {
  padding: 0 0.5rem 0 0;
  font-size: 1.45rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi14 .g-owltesti-contenido .fa-quote-right {
  position: relative;
  top: 0.5rem;
  left: 0.5rem;
}
/*-----------------------
Diseño Testimonio 15
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi15 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 1.5rem 0 0;
  font-weight: normal;
  text-align: center;
  padding: 1.8rem 0.5rem;
  background-color: #e8e7e7;
  position: relative;
  border-left: 5px solid rgba(0, 0, 0, 0.23);
}
.g-owlcarousel-layout-testimonial.diseno-testi15 .g-owltesti-contenido .g-owltesti-imagen {
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: -3rem;
  width: 5rem;
  height: 5rem;
  background: transparent;
}
.g-owlcarousel-layout-testimonial.diseno-testi15 .g-owltesti-contenido .fa-quote-left {
  padding: 0 0.5rem 0 0;
  font-size: 1.45rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi15 .g-owltesti-contenido .fa-quote-left {
  padding: 0 0.5rem 0 0;
  font-size: 1.45rem;
  opacity: 0.5;
}
.g-owlcarousel-layout-testimonial.diseno-testi15 .g-owltesti-contenido .fa-quote-right {
  padding: 0 0 0 0.5rem;
  font-size: 1.45rem;
  opacity: 0.5;
  position: relative;
  top: 0.8rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi15 .g-owltesti-detalles {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi15 .g-owltesti-detalles .g-owltesti-metatestimonios {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  font-size: 1rem;
  line-height: 1.3;
}
.g-owlcarousel-layout-testimonial.diseno-testi15 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-weight: normal;
}
/*-----------------------
Diseño Testimonio 16
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi16 .item {
  background-color: white;
  box-shadow: 0 0 5px 0 #e4e4e4;
}
.g-owlcarousel-layout-testimonial.diseno-testi16 .g-owltesti-imagen {
  width: 100%;
  height: 12rem;
  margin-bottom: 1rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi16 .g-owltesti-imagen .g-owltesti-imagen-data {
  border-radius: 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi16 .g-owltesti-detalles .g-owltesti-metatestimonios {
  -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%;
}
.g-owlcarousel-layout-testimonial.diseno-testi16 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
}
.g-owlcarousel-layout-testimonial.diseno-testi16 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  text-transform: uppercase;
  font-size: 0.95rem;
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  padding: 0 0 0.8rem 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi16 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 1rem 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi16 .g-owltesti-contenido .fa-quote-left {
  margin: 0 1rem 0 0;
  font-size: 2rem;
  color: #ddd;
}
/*-----------------------
Diseño Testimonio 17
------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi17 .owl-carousel .owl-item .item {
  -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;
}
.g-owlcarousel-layout-testimonial.diseno-testi17 .g-owltesti-contenedor {
  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-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;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 0 1.5rem 2rem;
  margin: 2rem 0 0 0;
}
.g-owlcarousel-layout-testimonial.diseno-testi17 .g-owltesti-contenido {
  margin-top: 1rem;
  position: relative;
}
.g-owlcarousel-layout-testimonial.diseno-testi17 .g-owltesti-contenido .fa-quote-left {
  font-size: 4rem;
  color: #ddd;
  position: absolute;
  opacity: 0.3;
  left: -0.5rem;
  top: -1rem;
}
.g-owlcarousel-layout-testimonial.diseno-testi17 .g-owltesti-contenido div {
  position: relative;
}
.g-owlcarousel-layout-testimonial.diseno-testi17 .g-owltesti-imagen {
  margin-top: -3rem;
  width: 6rem;
  height: 6rem;
  border: 5px solid #eee;
  padding: 0;
  border-radius: 50%;
}
.g-owlcarousel-layout-testimonial.diseno-testi17 .g-owltesti-metatestimonios {
  margin: 1rem 0 0 0;
  text-transform: uppercase;
}
.g-owlcarousel-layout-testimonial.diseno-testi17 .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
}
.g-owlcarousel-layout-testimonial.diseno-testi17 .g-owltesti-metatestimonios .g-owltesti-puestotrabajo {
  font-size: 0.9rem;
  display: inline-block;
}
/*------------------------------
Diseño Testimonio 18
------------------------------*/
.g-owlcarousel-layout-testimonial.diseno-testi18 .owl-item .item {
  -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;
}
.g-owlcarousel-layout-testimonial.diseno-testi18 .g-owltesti-imagen {
  width: 7rem;
  margin-bottom: 1rem;
  padding: 0;
  border: 6px solid #e0e0e0;
  height: 7rem;
  border-radius: 50%;
}
.g-owlcarousel-layout-testimonial.diseno-testi18 .g-owltesti-imagen .g-owltesti-imagen-data {
  position: static;
}
.g-owlcarousel-layout-testimonial.diseno-testi18 .g-owltesti-detalles .g-owltesti-metatestimonios {
  border-top: 1px solid rgba(0, 0, 0, 0.17);
  padding-top: 0.8rem;
  font-weight: normal;
}
.g-owlcarousel-layout-testimonial.diseno-testi18 .g-owltesti-detalles .g-owltesti-metatestimonios div {
  display: inline-block;
}
.g-owlcarousel-layout-testimonial.diseno-testi18 .g-owltesti-detalles .g-owltesti-metatestimonios .g-owltesti-nombre {
  font-weight: bold;
}
.g-owlcarousel-layout-testimonial.diseno-testi18 .g-owltesti-contenido {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 1rem 0;
  font-style: italic;
}
/*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-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 GENERALES DEL SITIO
********************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1rem 0;
  color: #1a6642;
}
h1 {
  font-size: 2rem;
  /*32px*/
}
h2 {
  font-size: 1.75rem;
  /*28px*/
}
h3 {
  font-size: 1.5rem;
  /*24px*/
}
h4 {
  font-size: 1.25rem;
  /*20px*/
}
h5 {
  font-size: 1.15rem;
  /*18.4px*/
}
h6 {
  font-size: 1.1rem;
  /*17.6px*/
}
p {
  margin: 0 0 1rem 0;
}
strong {
  color: inherit;
}
a {
  text-decoration: unset;
}
a:hover {
  text-decoration: none;
}
/*Boton primario Bootstrap*/
.btn-primary {
  color: #fff;
  background-color: #1a6642;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff;
  background-color: #761aa1;
}
/*******************
ESTILO ACCESOS
*******************/
#g-accesos {
  background: #1a6642;
  color: #fff;
}
/*******************
ESTILO HEADER
*******************/
/** LLAMANOS Y DIRECCION **/
#g-header .g-items-contactos-icono {
  width: 2.8rem;
  height: 2.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -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;
  -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: 2px solid;
}
#g-header .g-content {
  margin: 0.3rem;
  padding: 0;
}
/*******************
ESTILO NAVEGATION
*******************/
#g-navigation {
  background: #1a6642;
  color: #FFFFFF;
  font-weight: bold;
}
/****** Fondo "Servicios" en página de servicios ******/
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #ffffff;
  background-color: #1a6642;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #144e32;
  box-shadow: 0 4px 0 #0ec935 inset;
}
/*******************
ESTILO MIGAS DE PAN
*******************/
#g-breadcrumbs {
  background: #dfeedb;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: #dfeedb;
}
ul, ol, dl {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
/***************************
ESTILO LLAMADO A LA ACCION
****************************/
#gg-block size-100 {
  background: URL("../images/cta.jpg");
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
#g-block size-100:before {
  content: "";
  background: #0066ff40;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
/*# sourceMappingURL=custom_22.css.map */