/*  
Theme Name: Bettergy
Theme URI: http://www.factorn.com
Version: 1.0.0
Author: factor ñ
Author URI: http://www.factorn.com
*/
/************************************ RESET ************************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
/************************************ FORMAT ************************************************/
html {
  background: url('images/background.jpg') no-repeat center center #aaaaaa;
  background-size: cover;
  background-attachment: fixed;
}
body {
  overflow-x: hidden;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
.fullwidth {
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
}
.transition {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
}
.ui_color {
  background: #58a618;
  border: 2px solid #58a618;
  color: white;
}
.ui_colorghost {
  background: none;
  border: 2px solid #58a618;
  color: #58a618;
}
.ui_action {
  background: #58a618;
  border: 2px solid #58a618;
  color: white;
}
.ui_actionghost {
  background: none;
  border: 2px solid #58a618;
  color: #58a618;
}
.imagehover {
  opacity: 0.6;
}
.clear:before,
.clear:after {
  content: ' ';
  display: table;
  clear: both;
}
.shadow {
  -webkit-box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
.aligncenter {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.columns {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -15px;
}
.column {
  width: 50%;
  padding: 0 15px;
  flex-basis: 1 1 auto;
}
.column_25 {
  width: 25%;
}
.column_33 {
  width: 33.3333%;
}
.column_50 {
  width: 50%;
}
.column_66 {
  width: 66.6666%;
}
.column_75 {
  width: 75%;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.zoom {
  animation: zoom .5s 1;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/************************************ TEXTO ************************************************/
body {
  font-family: 'Roboto', sans-serif;
  vertical-align: baseline;
  color: #444444;
  line-height: 1.6;
}
h1 {
  font-size: 3.5rem;
  line-height: 1.1em;
  margin-bottom: 1em;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  color: #58a618;
}
h2 {
  font-size: 3.0rem;
  line-height: 1.1em;
  margin: 2em 0 1em;
  font-weight: normal;
  text-align: center;
  color: #58a618;
}
h3 {
  font-size: 1.7rem;
  line-height: 1.3em;
  margin: 0 0 1rem 0;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 2rem;
  color: #58a618;
}
h4 {
  font-size: 1.2rem;
  line-height: 1.4em;
  padding: 0 0 2px 0;
  letter-spacing: 0.05em;
}
small {
  font-size: small;
}
a {
  color: #58a618;
}
a:hover {
  color: #64bc1b;
}
/************************************ HEADER ************************************************/
header {
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
  -webkit-box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  line-height: 50px;
  background: #58a618;
}
header div {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
header .logo {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  float: left;
}
header .logo:hover {
  opacity: .6;
}
header .top-menu {
  float: right;
  display: inline;
  width: auto;
}
header .top-menu * {
  display: inline;
}
header .menu {
  display: inline;
  text-align: center;
}
header .menu li {
  display: inline-block;
  position: relative;
}
header .menu li > a {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  display: block;
  padding: 0 10px !important;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  white-space: nowrap;
}
header .menu > li > a:hover {
  opacity: .6;
}
header .menu li:hover .sub-menu {
  display: block;
}
header .sub-menu:before {
  display: block;
  content: ' ';
  width: 10px;
  height: 10px;
  background: url('images/corner.png') no-repeat bottom left;
}
header .sub-menu {
  -webkit-box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 45px;
  left: 22px;
  z-index: 6000;
  border-radius: 0 8px 8px 8px;
}
header .sub-menu li {
  display: block;
  min-width: 150px;
}
header .sub-menu li a {
  display: block;
  line-height: 36px;
  padding: 0 30px 0 15px;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  font-weight: normal;
  text-align: left;
  color: #444444;
}
header .sub-menu li a:hover {
  color: #58a618;
}
header .sub-menu li:first-of-type a {
  border-radius: 0 8px 0 0;
}
header .sub-menu li:last-of-type a {
  border: 0;
  border-radius: 0 0 8px 8px;
}
header .sub-menu li:first-of-type:last-of-type a {
  border-radius: 0 8px 8px 8px;
}
header .menu > li.menu-item-language > a {
  padding: 0 5px 0 15px;
}
header .menu > li.menu-item-language:last-of-type > a {
  padding: 0 15px 0 0;
}
header .menu-item-language a:before {
  display: inline-block;
  content: ' ';
  width: 22px;
  height: 22px;
  background: url('images/language.png') no-repeat center center;
  background-size: 100% 100%;
  margin-right: 4px;
  margin-left: 30px;
  vertical-align: text-bottom;
}
header .social img {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  vertical-align: text-bottom;
  width: 22px;
}
header .social img:hover {
  opacity: .6;
}
header #wprmenu_bar {
  z-index: 200 !important;
}
.mobile-menu {
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
  display: none;
  background: #222222;
}
.mobile-menu .menu {
  display: none;
}
.mobile-menu strong {
  display: block;
  padding: 15px 0;
  color: white;
  font-size: 24px;
  line-height: 24px;
}
.mobile-menu strong:hover {
  cursor: pointer;
}
.mobile-menu img {
  margin-right: 5px;
  vertical-align: middle;
}
.mobile-menu li a {
  display: block;
  transition: .2s;
  padding: 6px 0;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu li ul li a {
  padding-left: 30px;
}
.spacer {
  height: 48px;
}
/************************************ BANNER ************************************************/
article {
  -webkit-box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.banner-principal {
  padding: 80px 0 80px;
  background: none;
  text-align: center;
  color: #fff;
}
.banner-principal h1 {
  font-size: 4rem;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 100px black;
}
.banner-principal h1 a {
  color: white;
}
.banner-principal p {
  font-size: large;
  margin-bottom: 30px;
}
.banner-principal .button {
  border: 3px solid #fff;
  background: none;
  color: #fff;
  font-weight: bold;
}
.banner-principal .button:hover {
  border: 3px solid #fff;
  background: #fff;
  color: #444444;
}
.slider {
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
  padding: 0;
  margin-bottom: 0;
}
.slider .cycloneslider {
  margin: 0;
}
.slider .cycloneslider .cycloneslider-caption {
  top: 0%;
  height: 100%;
  max-width: inherit;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: none;
  opacity: 1;
  text-shadow: 0 0 200px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
.slider .cycloneslider .cycloneslider-caption-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.1em;
  text-transform: uppercase;
  border-bottom: 3px solid;
  margin: 0 auto 30px;
  padding: 0 0 24px;
  max-width: 1000px;
  font-weight: bold;
}
.slider .cycloneslider .cycloneslider-caption-description {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.slider .cycloneslider .cycloneslider-caption-description:after {
  background: #58a618;
  border: 2px solid #58a618;
  color: white;
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
  border-radius: 5px;
  font-size: .9rem;
  line-height: inherit;
  height: inherit;
  margin: 0 2px 2px 0;
  text-transform: uppercase;
  background: url('images/button.png') no-repeat center center #58a618;
  background-size: 100% 100%;
  border: 3px solid #fff;
  font-weight: bold;
  color: #fff;
  background: none;
  display: block;
  clear: both;
  content: 'Más información';
  cursor: pointer;
  margin: 20px auto 0;
  width: 200px;
  text-shadow: none;
  text-align: center;
}
.slider .cycloneslider .cycloneslider-caption-description:after:hover {
  background: #fff;
  color: #58a618;
  border-color: #fff;
}
.slider .cycloneslider img {
  filter: brightness(0.8);
}
.slider .cycloneslider .cycloneslider-pager {
  top: inherit !important;
  bottom: 0 !important;
  right: inherit !important;
  width: 100% !important;
  text-align: center !important;
}
.slider .cycloneslider .cycloneslider-pager span {
  background: #000;
  opacity: .3;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.slider .cycloneslider .cycloneslider-pager span.cycle-pager-active {
  background: #fff;
  opacity: 1;
}
/************************************ ARTICLE ************************************************/
.section {
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(50vw - 50%);
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 10px;
  background: url('images/section.png') repeat-x top left #ffffff;
}
.section h2:first-of-type {
  margin-top: 0;
}
.section hr {
  margin: 50px 0;
  border-top: 1px dashed #e9e9e9;
}
.section ul,
.section ol,
.section p {
  margin: 0 0 2rem 0;
  padding: 0;
}
.section li {
  list-style: disc;
  margin-left: 20px;
}
.section blockquote {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  padding: 50px 10%;
}
.section iframe {
  background: #e9e9e9;
}
.section:first-of-type {
  background: #fff;
  padding-top: 4%;
}
.section:empty {
  display: none;
}
.section:blank {
  display: none;
}
.single h1 {
  font-size: 2.5rem;
}
.attachment-large {
  display: block;
  width: 100%;
}
.attachment-thumbnail {
  width: 100%;
}
.column h3 {
  text-transform: uppercase;
  font-size: 100%;
}
.column p:first-child {
  margin-bottom: 0;
}
.column a {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.column img {
  transition: .6s all;
  transform: scale(1.000001);
}
.column:hover img {
  transform: scale(1.1);
  opacity: .8;
}
.post-date {
  display: block;
  margin: 15px 0;
  font-weight: bold;
}
.stats {
  /*text-align: center;*/
  font-size: 1.2rem;
  line-height: 1.4em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
}
.stats div {
  display: flex;
  flex-direction: column;
  align-items: center;	
}
.stats h2 {
  text-align: center;
}
.stats img {
  display: block;
  /*max-width: 120px;*/
  max-width: 80px;
  margin: 0 auto;
}
.stats em {
  display: block;
  letter-spacing: -0.02em;
  text-align: center;
  /*font-size: 3rem;*/
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4em;
  margin-top: 10px;
}
.logos {
  text-align: center;
  padding-top: 50px;
  border-top: 1px dashed #ccc;
}
.logos img {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  position: relative;
  display: inline;
  width: auto;
  height: 34px;
  margin: 15px 20px;
  filter: grayscale(1) opacity(0.5);
}
.logos img:hover {
  filter: grayscale(0) opacity(1);
}
.clientes {
  width: 100%;
  border-spacing: 0;
}
.clientes th {
  padding: 10px 15px;
  background: #444444;
  color: white;
  text-align: left;
  white-space: nowrap;
  font-size: small;
}
.clientes td {
  padding: 10px 15px;
  vertical-align: middle;
  background: white;
  filter: brightness(0.97);
}
.clientes td:first-of-type {
  text-align: center;
  font-size: 0;
  padding-right: 30px;
}
.clientes tr {
  margin-top: 1px;
}
.ayuda {
  font-size: larger;
  text-align: center;
}
.destacados_home {
  background-color: #CCC;
  font-size: 0;
}
.destacados_home h3 {
  font-size: 1.6rem;
}
.destacados_home img {
  outline: 2px solid rgba(255, 255, 255, 0);
  transition: .2s;
}
.destacados_home img:hover {
  outline: 2px solid #ffffff;
  outline-offset: -20px;
}
.destacados_home p {
  margin: 0;
}
.destacados_home p:empty {
  display: none;
}
.destacados_home .box {
  position: relative;
  background: white;
  font-size: 1rem;
}
.destacados_home .box div {
  margin: 0;
  padding: 20px 30px 30px;
}
.destacados_home .box .button {
  margin-top: 20px;
}
.destacados_home .box .texto {
  min-height: 5rem;
}
.sectores h3 {
  padding-bottom: 1em;
  border: 0;
  margin-bottom: 0;
}
.sectores h4 {
  margin: .8em 0 1em;
  border: 0;
}
.sectores img {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  border-radius: 15px 15px 15px 0;
  margin-bottom: 5px;
}
.sectores img + p {
  display: none;
}
.sectores p {
  margin: 0;
}
.sectores small {
  display: block;
  margin-top: -3px;
}
.sectores a img:hover {
  filter: brightness(0.85);
}
.listado {
  margin: 0;
  padding: 0;
}
.listado li {
  list-style: none;
  background: #e9e9e9;
  padding: .75rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 3px;
  font-size: large;
}
.reconocimientos {
  text-align: center;
}
.reconocimientos img {
  width: 180px;
  margin: 0 -5px;
}
.ahorro h4 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.ahorro p {
  text-align: center;
}
.ahorro .button {
  margin-top: 30px;
  padding: 12px 30px;
  font-size: 1.2rem;
}
.bloque_lateral {
  padding: 30px;
  background: url('images/bloque.jpg') no-repeat center center #d4b14f;
  background-size: cover;
  border-radius: 20px 20px 20px 0;
}
.bloque_lateral h4 {
  font-size: 1.4rem;
  margin-bottom: 30px;
  letter-spacing: -0.004em;
  color: white;
}
.bloque_lateral p {
  margin: 0;
}
.bloque_lateral .button {
  background-color: white;
  border-color: white;
  color: #444444;
  font-size: large;
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.bloque_lateral .button:hover {
  color: #444444;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.metodologia h3 {
  text-align: center;
}
.metodologia img {
  display: block;
  max-width: 220px;
  margin: 0 auto;
}
.metodologia strong {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 1.2em;
}
.metodologia ul {
  margin: 0;
  padding: 0;
}
.metodologia li {
  display: block;
  padding: 10px 15px;
  margin: 0;
  background: #e9e9e9;
  margin-bottom: 3px;
  text-align: center;
}
.metodologia .resultados li {
  color: white;
  font-weight: bold;
}
.metodologia .resultados li:nth-of-type(1) {
  background: #db7d03;
}
.metodologia .resultados li:nth-of-type(2) {
  background: #dba603;
}
.metodologia .resultados li:nth-of-type(3) {
  background: #d8ba03;
}
.metodologia .resultados li:nth-of-type(4) {
  background: #c5c003;
}
.metodologia .resultados li:nth-of-type(5) {
  background: #a4bf03;
}
.metodologia .resultados li:nth-of-type(6) {
  background: #6daf02;
}
.perfil-testimonio div {
  margin-top: 15px;
  margin-bottom: 0px;
}
.perfil-testimonio span {
  display: block;
  width: 80px;
  height: 80px;
  margin-top: -15px;
  background: center center #e9e9e9;
  border-radius: 999px;
}
.input-grafico {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 10px;
  padding: 0;
  justify-content: center;
}
.input-grafico li {
  margin: 2px;
  background: #e9e9e9;
  border: 4px solid #e9e9e9;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  list-style: none;
}
.input-grafico li * {
  will-change: transform;
  will-change: opacity;
}
.input-grafico li:hover {
  filter: brightness(0.95);
}
.input-grafico img {
  display: block;
  max-width: 100px;
  margin: 10px auto;
  filter: grayscale(1) opacity(0.5);
}
.input-grafico span {
  display: block;
  text-align: center;
  padding: 0 10px 10px;
  margin-top: -5px;
  font-size: small;
  font-weight: bold;
  max-width: 120px;
  line-height: 1.2em;
}
.input-grafico .activo {
  animation: zoom .5s 1;
  border-color: #58a618;
  background: white;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.input-grafico .activo img {
  filter: grayscale(0) opacity(1);
}
.input-grafico .activo span {
  color: #58a618;
}
.input-grafico .activo:hover {
  filter: brightness(1);
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination .page-numbers {
  margin: 0 5px;
}
.pagination .current {
  font-weight: bold;
}
a img.size-medium {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
}
a img.size-medium:hover {
  filter: brightness(0.9);
}
.noticias img {
  margin-bottom: 15px;
}
.noticias h4 {
  margin-bottom: 15px;
}
.noticias-resumidas li {
  list-style: none;
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
}
.noticias-resumidas li a {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  display: block;
  color: #444444;
  line-height: 1.4em;
}
.noticias-resumidas li a:hover {
  color: #58a618;
}
.aos {
  position: relative;
}
.plus {
  display: inline-block;
  white-space: nowrap;
}
/************************************ SERVICIOS Y BENEFICIOS EN SECTORES ************************************************/
.grupos-de-servicios {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  height: 100%;
}
.grupos-de-servicios .grupo {
  flex: 1 1 260px;
  margin-bottom: 0;
}
.grupos-de-servicios h3 {
  color: white;
  text-align: center;
  margin-top: 0;
  min-height: 105px;
}
.grupos-de-servicios img {
  display: block;
  max-width: 150px;
  text-align: center;
  margin: 0 auto 20px;
}
.grupos-de-servicios p:empty {
  display: none;
}
.grupos-de-servicios .button:hover {
  background: white;
  border-color: white;
}
.grupos-de-servicios > div {
  padding: 30px;
  background: #e9e9e9;
  color: white;
}
.grupos-de-servicios > div:nth-child(1) {
  background: #169bbf;
}
.grupos-de-servicios > div:nth-child(2) {
  background: #1d5c98;
}
.grupos-de-servicios > div:nth-child(3) {
  background: #241c70;
}
.grupos-de-servicios > div:nth-child(4) {
  background: #492d78;
}
.grupos-de-servicios > div:nth-child(5) {
  background: #683472;
}
.grupos-de-servicios > div:nth-child(6) {
  background: #a23c5e;
}
.servicios h4 {
  font-weight: bold;
  letter-spacing: inherit;
}
.servicios img {
  float: left;
  margin-bottom: 20px;
}
.servicios img:after {
  display: table;
  content: ' ';
  clear: both;
}
.servicios .U,
.servicios .I,
.servicios .E,
.servicios .C {
  display: none;
}
.servicios .analisis img {
  border-bottom: 5px solid #169bbf;
}
.servicios .optimizacion img {
  border-bottom: 5px solid #1d5c98;
}
.servicios .soluciones img {
  border-bottom: 5px solid #241c70;
}
.beneficios {
  background: #e9e9e9;
}
.beneficios h2 {
  margin-bottom: 80px;
}
.beneficios img {
  width: 50px;
  height: auto;
  margin: 0 8px 0 0;
  vertical-align: middle;
  position: absolute;
  top: 15px left: 15px;
  z-index: 10;
}
.beneficios h4 {
  padding: 0 20px 0 80px;
}
.beneficios p {
  padding: 0 20px 0 80px;
}
.beneficios .U,
.beneficios .I,
.beneficios .E,
.beneficios .C {
  display: none;
}
.grupos-energysequence {
  display: flex;
  flex-wrap: wrap;
}
.grupos-energysequence ul {
  margin: 0;
  padding: 0 0 30px;
}
.grupos-energysequence li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grupos-energysequence li a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 0;
  font-size: large;
  line-height: normal;
  color: #444444;
  border-bottom: 2px solid;
  transition: .2s;
}
.grupos-energysequence li a:after {
  display: block;
  opacity: .25;
  transition: .2s;
  content: ' ';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  top: calc(-12px + 50%);
  right: 0;
  background: url('images/flecha.png') no-repeat center center;
}
.grupos-energysequence li a:hover:after {
  opacity: 1;
}
.grupos-energysequence li:first-of-type a {
  border-top: 2px solid;
}
.grupos-energysequence h3 {
  margin-bottom: 0;
  text-align: center;
  min-height: 105px;
  max-width: 300px;
  border: 0;
  margin: 0 auto;
}
.grupos-energysequence .icono {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  height: 150px;
  padding: 20px;
  margin: 0 auto 20px;
  background: #eaeaea;
  border-radius: 999px;
}
.grupos-energysequence > div:nth-child(1) .icono {
  background: #62adb8;
}
.grupos-energysequence > div:nth-child(2) .icono {
  background: #5099a9;
}
.grupos-energysequence > div:nth-child(3) .icono {
  background: #458da1;
}
.grupos-energysequence > div:nth-child(4) .icono {
  background: #3b8198;
}
.grupos-energysequence > div:nth-child(5) .icono {
  background: #16597b;
}
.grupos-energysequence > div:nth-child(6) .icono {
  background: #00416a;
}
.grupos-energysequence > div:nth-child(1) h3 {
  color: #62adb8;
}
.grupos-energysequence > div:nth-child(2) h3 {
  color: #5099a9;
}
.grupos-energysequence > div:nth-child(3) h3 {
  color: #458da1;
}
.grupos-energysequence > div:nth-child(4) h3 {
  color: #3b8198;
}
.grupos-energysequence > div:nth-child(5) h3 {
  color: #16597b;
}
.grupos-energysequence > div:nth-child(6) h3 {
  color: #00416a;
}
.grupos-energysequence > div:nth-child(1) a {
  border-color: #62adb8;
}
.grupos-energysequence > div:nth-child(2) a {
  border-color: #5099a9;
}
.grupos-energysequence > div:nth-child(3) a {
  border-color: #458da1;
}
.grupos-energysequence > div:nth-child(4) a {
  border-color: #3b8198;
}
.grupos-energysequence > div:nth-child(5) a {
  border-color: #16597b;
}
.grupos-energysequence > div:nth-child(6) a {
  border-color: #00416a;
}
.investigacion {
  display: flex;
  flex-wrap: wrap;
}
.investigacion h3 {
  margin-bottom: 0;
  text-align: center;
  border: 0;
  padding-bottom: 15px;
  margin: 0 auto 15px;
  border-bottom: 2px solid;
}
.investigacion .icono {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  height: 150px;
  padding: 20px;
  margin: 0 auto 20px;
  background: #eaeaea;
  border-radius: 999px;
}
.investigacion > div:nth-child(1) .icono {
  background: #169bbf;
}
.investigacion > div:nth-child(2) .icono {
  background: #1d5c98;
}
.investigacion > div:nth-child(3) .icono {
  background: #241c70;
}
.investigacion > div:nth-child(4) .icono {
  background: #492d78;
}
.investigacion > div:nth-child(5) .icono {
  background: #683472;
}
.investigacion > div:nth-child(6) .icono {
  background: #a23c5e;
}
.investigacion > div:nth-child(1) h3 {
  color: #169bbf;
}
.investigacion > div:nth-child(2) h3 {
  color: #1d5c98;
}
.investigacion > div:nth-child(3) h3 {
  color: #241c70;
}
.investigacion > div:nth-child(4) h3 {
  color: #492d78;
}
.investigacion > div:nth-child(5) h3 {
  color: #683472;
}
.investigacion > div:nth-child(6) h3 {
  color: #a23c5e;
}
/************************************ SIDEBAR ************************************************/
aside .widget {
  margin-bottom: 30px;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  background: #f6f6f6;
}
aside .widget h4 {
  font-size: 130%;
  text-transform: uppercase;
  padding: 8px 15px;
  color: #58a618;
}
aside .widget ul {
  margin: 0 0 5px 0;
}
aside .widget li {
  list-style: none;
  margin: 0;
}
aside .widget li a {
  display: block;
  padding: 7px 15px;
  border-top: 1px solid #e9e9e9;
  font-size: 90%;
  color: #444444;
  line-height: normal;
}
aside .widget li a:hover {
  color: #58a618;
}
aside .widget input {
  width: 100%;
  margin: 5px 0;
}
aside .tagcloud {
  padding: 10px 15px;
}
aside .tagcloud a {
  color: #444444;
}
aside .tagcloud a:hover {
  color: #58a618;
}
aside #searchform {
  margin: 10px 15px;
}
/************************************ FOOTER ************************************************/
footer {
  -webkit-box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 20px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin: 150px 0;
  border-radius: 15px 15px 15px 0;
  font-size: medium;
  background: #222222;
  color: #ffffff;
  line-height: normal;
}
footer h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 2px solid;
  margin-bottom: 5px;
}
footer a {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  color: white;
}
footer a:hover {
  color: #58a618;
}
footer input[type=text] {
  margin: 10px 0;
  width: 100%;
}
footer .menu {
  margin-top: -5px;
}
footer .menu a {
  display: block;
  padding: 5px 0;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .menu a:hover {
  color: #58a618;
}
footer .sub-menu {
  display: none;
}
footer a img {
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
}
footer a img:hover {
  opacity: 0.6;
}
footer .tellamamos {
  width: 150px;
  float: right;
}
/************************************ FORMULARIOS ************************************************/
form {
  text-align: left;
}
fieldset {
  display: block;
  border: 2px solid #e9e9e9;
  padding: 15px 30px;
  margin-bottom: 5px;
  border-radius: 5px;
}
fieldset input,
fieldset select {
  width: 100%;
}
label {
  margin: 5px 0;
}
input,
textarea,
select {
  display: inline-block;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  color: #444444;
  white-space: nowrap;
  background: #e9e9e9;
  padding: .4em .8em;
  border: 1px solid #d0d0d0;
  margin: 0 5px 5px 0;
}
textarea {
  width: 100%;
  height: 150px;
  line-height: inherit;
  white-space: inherit;
  padding: 8px;
  margin-bottom: 20px;
  resize: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #58a618;
}
input[type=checkbox],
input[type=radio] {
  padding: inherit;
  line-height: inherit;
  height: inherit;
}
input[type=submit] {
  background: #58a618;
  border: 2px solid #58a618;
  color: white;
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
  border-radius: 5px;
  font-size: .9rem;
  line-height: inherit;
  height: inherit;
  cursor: pointer;
  margin: 0 2px 2px 0;
  text-transform: uppercase;
  background: url('images/button.png') no-repeat center center #58a618;
  background-size: 100% 100%;
}
input[type=submit]:hover {
  background: #58a618;
  border: 2px solid #58a618;
  color: white;
}
form small {
  display: block;
}
form .row input[type=text] {
  width: 100%;
}
.cf7mls_next.action-button,
.cf7mls_back.action-button {
  background: #58a618 !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.formulario-engagement {
  text-align: center;
}
.precision {
  display: flex;
  flex-wrap: wrap;
  cursor: inherit;
  justify-content: center;
  margin: 30px -3px 5px;
}
.precision li {
  font-size: 1.1rem;
  line-height: 1.2em;
  flex: 1 1 150px;
  padding: 20px;
  list-style: none;
  margin: 3px;
  border-radius: 5px;
  color: white;
}
.precision li:nth-of-type(1) {
  background: #d8ba03;
}
.precision li:nth-of-type(2) {
  background: #c5c003;
}
.precision li:nth-of-type(3) {
  background: #a4bf03;
}
.precision li strong {
  display: block;
  font-size: 3rem;
  margin: 20px 0;
}
.pasos {
  text-align: center;
  margin: 0 0 20px;
}
.pasos span {
  margin: 0 5px;
  font-size: 1.5rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 999px;
  border: 2px solid #e9e9e9;
  color: #e9e9e9;
}
.pasos span.active {
  background: #58a618;
  border-color: #58a618;
  color: #fff;
}
.hiddenfiles {
  display: none;
}
.morefiles {
  display: block;
  color: #58a618;
  margin: 5px 0;
}
/************************************ BOTONES ************************************************/
.button {
  background: #58a618;
  border: 2px solid #58a618;
  color: white;
  transition: all .2s ease;
  will-change: stransform;
  will-change: opacity;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
  border-radius: 5px;
  font-size: .9rem;
  line-height: inherit;
  height: inherit;
  cursor: pointer;
  margin: 0 2px 2px 0;
  text-transform: uppercase;
  background: url('images/button.png') no-repeat center center #58a618;
  background-size: 100% 100%;
}
.button:hover {
  background: none;
  border: 2px solid #58a618;
  color: #58a618;
}
.button.big {
  transform: scale(1.4);
}
/************************************ MEDIA QUERIES ************************************************/
@media print {
  .menu,
  .submenu {
    display: none;
  }
}
@media all and (max-width: 1300px) {
  .slider .cycloneslider-template-standard h1 {
    font-size: 2rem;
  }
  .slider .cycloneslider-template-standard .cycloneslider-caption-description:after {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
  header {
    position: relative;
    z-index: auto;
  }
  header .logo {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .section:first-of-type {
    padding-top: 30px;
  }
  .spacer {
    display: none;
  }
  .topbar,
  .top-menu {
    display: none !important;
  }
  .banner-principal {
    margin-top: 0;
    padding: 50px 0;
  }
  .banner-principal h1 {
    font-size: 3rem;
  }
}
@media all and (max-width: 768px) {
  html {
    background: #407912;
    background-image: none !important;
  }
  body {
    width: 90%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .column {
    width: 100%;
  }
  .cabecera {
    padding: 50px 0 80px;
  }
  .logos img {
    height: 24px !important;
  }
  h1 {
    font-size: 3rem !important;
  }
  h2 {
    font-size: 1.8rem !important;
  }
  /*h3 {
    font-size: 1.5rem !important;
  }*/
  .stats em {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .section,
  footer {
    border-radius: 0;
  }
  .reconocimientos img {
    width: 100px;
  }
  .logos img {
    height: 24px;
    margin: 3px 5px;
  }
  footer {
    background: none;
    padding: 50px 0;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  footer .widget:nth-of-type(2) {
    display: none;
  }
  footer .column {
    text-align: center !important;
    padding: 15px 15px 30px;
  }
  footer .tellamamos {
    float: none;
  }
  footer .tellamamos img {
    width: 200px;
    float: none;
    margin: 0 auto;
  }
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
