@charset "UTF-8";
/**
Theme Name: Reporte Discierne
Author: Inovanto
Author https://inovanto.com/
Description: Diseño y desarrollo web Inovanto. Tel. 2281890607, correo: hola@inovanto.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* Basic */
/*-----------------------------------------------*/
/* Variables Globales */
/*-----------------------------------------------*/
/* Fuentes
------------*/
/* Header containers */
/* Logo */
/* Menu */
/* 16px */
/* Social Icons */
/* Main content */
/* Colores
------------*/
/* Tamaños
------------*/
/*-----------------------------------------------*/
/* Mixins
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/* Funciones */
/*-----------------------------------------------*/
/* Utilities */
/* Structure */
/* FIXES */
/* Makes padding grow within container */
* {
  -webkit-box-sizing: Border-box;
  box-sizing: Border-box;
}

/* Fixes elements when they shrink */
.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.group {
  display: inline-block;
  clear: both;
}

/* start commented backslash hack \*/
* html .group {
  height: 1%;
}

.group {
  display: block;
}

/* close commented backslash hack */
/* BASIC STRUCTURES */
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #515151;
  line-height: 1.3;
}

body a {
  text-decoration: none;
}

/* UTILITIES */
/* Disappearing html tags under comments */
.form-allowed-tags {
  display: none;
}

/* splitter */
.clear-both {
  clear: both;
  display: block;
  width: 100%;
}

/* Center Item */
.center {
  margin-left: auto;
  margin-right: auto;
}

/* Full section content */
.section-wrapper .section-container.full {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* BASIC STRUCTURES */
.content-wrapper {
  width: 100%;
  margin-top: 50px;
}

/* Full width pages */
#primary {
  width: 100%;
}

#primary #main {
  width: 100%;
}

#primary #main article {
  width: 100%;
}

/* Blog style pages width sidebar */
.blog .content-wrapper, .search .content-wrapper, .archive .content-wrapper, .category .content-wrapper, .single-post .content-wrapper {
  width: 1268px;
  margin-left: auto;
  margin-right: auto;
}

.blog .content-wrapper #primary, .search .content-wrapper #primary, .archive .content-wrapper #primary, .category .content-wrapper #primary, .single-post .content-wrapper #primary {
  width: 60%;
  float: left;
  margin-right: 5%;
}

.blog .content-wrapper #primary.full, .search .content-wrapper #primary.full, .archive .content-wrapper #primary.full, .category .content-wrapper #primary.full, .single-post .content-wrapper #primary.full {
  width: 100%;
}

.blog .content-wrapper #secondary, .search .content-wrapper #secondary, .archive .content-wrapper #secondary, .category .content-wrapper #secondary, .single-post .content-wrapper #secondary {
  width: 35%;
  float: right;
}

@media (max-width: 1268px) {
  .blog .content-wrapper, .search .content-wrapper, .archive .content-wrapper, .category .content-wrapper, .single-post .content-wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* Social Icons */
.the-social-icons {
  text-align: center;
  display: inline-block;
}

.the-social-icons .s-icon {
  text-align: center;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #000;
  line-height: 22px;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.the-social-icons .s-icon:hover {
  background-color: #000;
  color: #fff;
}

.the-social-icons .s-icon:last-child {
  margin-right: 0;
}

.the-social-icons .s-icon i {
  margin-left: 3px;
}

/* Page */
.page #primary #main article {
  width: 100%;
}

.page #primary #main article .default-section {
  width: 1268px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1268px) {
  .page #primary #main article .default-section {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.section-wrapper .section-container {
  width: 1268px;
  margin-left: auto;
  margin-right: auto;
}

.section-wrapper .section-container .section-header .section-title {
  display: inline-block;
}

.section-wrapper .section-container .section-content img {
  max-width: 100%;
}

@media (max-width: 1268px) {
  .section-wrapper .section-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* blocks */
.base-ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: inline-block;
}

.base-ul li {
  float: left;
}

.base-ul li img {
  max-width: 100%;
}

.base-ul li .thumb {
  width: 100%;
}

.base-ul li .title {
  color: #000;
}

.base-ul li .link {
  background-color: #8b8a8d;
  color: #000;
  line-height: 1;
}

.base-ul li .link:hover {
  background-color: #0074ac;
}

.ul2 li {
  width: 50%;
  max-width: 50%;
  float: left;
}

.ul3 li {
  width: 30%;
  max-width: 30%;
  float: left;
  margin-right: 5%;
}

.ul3 li:nth-child(3n) {
  margin-right: 0;
}

.ul3 li:nth-child(3n+1) {
  clear: left;
}

.ul3 li img {
  max-width: 100%;
}

.ul4 li {
  width: 25%;
  max-width: 25%;
  float: left;
}

.ul5 li {
  width: 20%;
  max-width: 20%;
  float: left;
}

.ul8 li {
  width: 12.5%;
  max-width: 12.5%;
  float: left;
}

.blocks2 .block {
  width: 50%;
  float: left;
}

.blocks2 .block img {
  max-width: 100%;
}

/* FLEXSLIDER */
.flexslider {
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  /* Custom flexslider arrows */
}

.flexslider .slides li .slide-content .slide-img {
  width: 100%;
}

.flexslider .slides li .slide-content .slide-title {
  color: #000;
}

.flexslider .slides li .slide-content .slide-description {
  color: #000;
}

.flexslider .flex-direction-nav .flex-prev {
  width: 36px;
  height: 60px;
  margin-top: -30px;
  background-image: url(images/slider-left.png);
  background-position: center;
  background-repeat: no-repeat;
}

.flexslider .flex-direction-nav .flex-prev:before {
  content: '';
}

.flexslider .flex-direction-nav .flex-next {
  margin-top: -30px;
  width: 36px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/slider-right.png);
}

.flexslider .flex-direction-nav .flex-next:before {
  content: '';
}

/* Templates */
/* Home */
.hero {
  background-image: url("images/hero.png");
  background-position: center;
  color: #fff;
  text-align: center;
  height: 550px;
}

@media (max-width: 428px) {
  .hero {
    background-image: url("images/mobile/hero-mobile.png");
  }
}

@media (max-width: 921px) {
  .hero .section-header {
    padding: 0 13%;
  }
}

.hero h1 {
  color: #fff;
  padding-top: 69px;
  margin-bottom: -8px;
}

@media (max-width: 921px) {
  .hero h1 {
    padding-top: 60px;
    font-size: 48px;
    line-height: 1.2;
  }
}

.hero .section-subtitle {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 921px) {
  .hero .section-subtitle {
    margin-top: 20px;
    line-height: 1.2;
  }
}

.hero a {
  color: #fff;
  font-weight: 900;
  border-radius: 50px;
  padding: 19px 47px;
  display: inline-block;
  margin-top: 16px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4c541+0,bfde60+100 */
  background: #a4c541;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a4c541 0%, #bfde60 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a4c541 0%, #bfde60 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a4c541), to(#bfde60));
  background: -o-linear-gradient(left, #a4c541 0%, #bfde60 100%);
  background: linear-gradient(to right, #a4c541 0%, #bfde60 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c541', endColorstr='#bfde60',GradientType=1 );
  /* IE6-9 */
}

.hero a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bede5d+0,dff49e+100 */
  background: #bede5d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bede5d 0%, #dff49e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bede5d 0%, #dff49e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#bede5d), to(#dff49e));
  background: -o-linear-gradient(left, #bede5d 0%, #dff49e 100%);
  background: linear-gradient(to right, #bede5d 0%, #dff49e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bede5d', endColorstr='#dff49e',GradientType=1 );
  /* IE6-9 */
}

@media (max-width: 428px) {
  .hero a {
    padding: 14px 38px;
    margin-top: 55px;
  }
}

.proyectos-educativos {
  padding-bottom: 160px;
}

@media (max-width: 1272px) {
  .proyectos-educativos {
    padding-bottom: 69px;
  }
}

.proyectos-educativos:after {
  content: '';
  position: relative;
  width: 640px;
  border-bottom: 1px solid #A7A7A7;
  height: 1px;
  display: block;
  bottom: -96px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1272px) {
  .proyectos-educativos:after {
    bottom: -13px;
  }
}

@media (max-width: 720px) {
  .proyectos-educativos:after {
    width: 90%;
  }
}

@media (max-width: 428px) {
  .proyectos-educativos:after {
    width: 350px;
    bottom: -13px;
  }
}

.proyectos-educativos .section-container {
  width: 1299px;
}

@media (max-width: 1298px) {
  .proyectos-educativos .section-container {
    width: 100%;
  }
}

.proyectos-educativos .section-header {
  width: 554px;
  max-width: 100%;
  padding-left: 19px;
  background-image: url("images/pleca-1.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 67px;
}

@media (max-width: 921px) {
  .proyectos-educativos .section-header .section-title {
    font-size: 32px;
  }
}

.proyectos-educativos .section-header .desc {
  margin-top: 23px;
}

@media (max-width: 428px) {
  .proyectos-educativos .section-header .desc {
    margin-top: 12px;
    padding-right: 60px;
  }
}

@media (max-width: 428px) {
  .proyectos-educativos .section-header {
    margin-top: 80px;
  }
}

.proyectos-educativos .plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

@media (max-width: 1272px) {
  .proyectos-educativos .plans {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 428px) {
  .proyectos-educativos .plans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.proyectos-educativos .plans .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #F1F1F1;
  width: 420px;
  padding-top: 50px;
  padding-bottom: 55px;
}

@media (max-width: 1272px) {
  .proyectos-educativos .plans .plan {
    margin-bottom: 67px;
    max-width: 100%;
  }
  .proyectos-educativos .plans .plan .plan-icon {
    width: 81px;
  }
}

.proyectos-educativos .plans .plan .placa-plan {
  position: absolute;
  left: 10px;
  top: -20px;
}

@media (max-width: 428px) {
  .proyectos-educativos .plans .plan .placa-plan {
    top: -15px;
    width: 57px;
  }
}

.proyectos-educativos .plans .plan .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 162px;
  height: 162px;
  background-color: #EEEEEE;
  border-radius: 50%;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 428px) {
  .proyectos-educativos .plans .plan .img-wrapper {
    width: 121px;
    height: 121px;
  }
}

.proyectos-educativos .plans .plan h3 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 217px;
  text-align: center;
  color: #A4C541;
  margin-top: 36px;
}

@media (max-width: 1272px) {
  .proyectos-educativos .plans .plan h3 {
    font-size: 28px;
  }
}

.proyectos-educativos .plans .plan .plan-details {
  position: relative;
  margin-top: 25px;
}

.proyectos-educativos .plans .plan .plan-details li {
  float: none;
  display: block;
  text-decoration: line-through;
  color: #A0A0A0;
  position: relative;
  margin-bottom: 34px;
  padding-left: 87px;
  font-weight: 400;
}

@media (max-width: 1272px) {
  .proyectos-educativos .plans .plan .plan-details li {
    padding-left: 55px;
  }
}

.proyectos-educativos .plans .plan .plan-details li:before {
  content: url("images/cross.svg");
  position: relative;
  left: -17px;
  top: 5px;
}

.proyectos-educativos .plans .plan .plan-details li.incluido {
  text-decoration: none;
}

.proyectos-educativos .plans .plan .plan-details li.incluido:before {
  content: url("images/check.svg");
}

.proyectos-educativos .plans .plan .plan-details li:after {
  content: '';
  position: absolute;
  width: 328px;
  border-bottom: 1px solid #A7A7A7;
  height: 1px;
  display: block;
  left: 47px;
  bottom: -20px;
}

@media (max-width: 1272px) {
  .proyectos-educativos .plans .plan .plan-details li:after {
    left: 79px;
    width: 199px;
  }
}

.proyectos-educativos .plans .plan .plan-details li:last-child:after {
  content: none;
}

.proyectos-educativos .plans .plan a {
  font-weight: 700;
  border-radius: 50px;
  padding: 18px 50px;
  display: inline-block;
  text-align: center;
  border: 1px solid #B4D354;
  color: #B4D354;
  width: 200px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  background-color: #fff;
}

.proyectos-educativos .plans .plan a.selected-plan {
  color: #fff;
  border: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4c541+0,bfde60+100 */
  background: #a4c541;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a4c541 0%, #bfde60 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a4c541 0%, #bfde60 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a4c541), to(#bfde60));
  background: -o-linear-gradient(left, #a4c541 0%, #bfde60 100%);
  background: linear-gradient(to right, #a4c541 0%, #bfde60 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c541', endColorstr='#bfde60',GradientType=1 );
  /* IE6-9 */
}

.proyectos-educativos .plans .plan a:hover {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bede5d+0,dff49e+100 */
  background: #bede5d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bede5d 0%, #dff49e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bede5d 0%, #dff49e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#bede5d), to(#dff49e));
  background: -o-linear-gradient(left, #bede5d 0%, #dff49e 100%);
  background: linear-gradient(to right, #bede5d 0%, #dff49e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bede5d', endColorstr='#dff49e',GradientType=1 );
  /* IE6-9 */
}

@media (max-width: 1272px) {
  .proyectos-educativos .plans .plan a {
    padding: 14px 50px;
  }
}

.investigaciones-p1 .section-header {
  width: 599px;
  max-width: 100%;
  padding-left: 19px;
  background-image: url("images/pleca-1.png");
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1272px) {
  .investigaciones-p1 .section-header .section-title {
    font-size: 32px;
  }
}

.investigaciones-p1 .section-header .desc {
  margin-top: 35px;
  margin-bottom: 70px;
}

@media (max-width: 428px) {
  .investigaciones-p1 .section-header .desc {
    margin-top: 17px;
    margin-bottom: 63px;
  }
}

.investigaciones {
  position: relative;
}

.investigaciones .vertical-message {
  height: 100%;
  width: 38px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-color: #B4D354;
  text-align: right;
  color: #fff;
  padding-right: 8px;
  padding-bottom: 15px;
  z-index: 99;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .investigaciones .vertical-message {
    display: none;
  }
}

@media (max-width: 1344px) {
  .investigaciones .section-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.investigaciones .section-content {
  position: relative;
}

.investigaciones .ejemplos-investigacion li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1280px) {
  .investigaciones .ejemplos-investigacion li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.investigaciones .ejemplos-investigacion li .item-text {
  text-align: right;
  margin-right: 22px;
  position: relative;
}

.investigaciones .ejemplos-investigacion li .item-text .desc {
  margin-top: 21px;
}

.investigaciones .ejemplos-investigacion li .item-text .plequita {
  position: absolute;
  top: 0;
  left: 0px;
}

@media (max-width: 1280px) {
  .investigaciones .ejemplos-investigacion li .item-text {
    margin-right: 0px;
    text-align: left;
  }
  .investigaciones .ejemplos-investigacion li .item-text h3 {
    font-size: 28px;
    margin-top: 15px;
  }
  .investigaciones .ejemplos-investigacion li .item-text .desc {
    margin-top: 9px;
  }
}

.investigaciones .ejemplos-investigacion li .plequita {
  position: relative;
  right: -12px;
  height: 46px;
}

@media (max-width: 1280px) {
  .investigaciones .ejemplos-investigacion li .plequita {
    right: auto;
    left: 0;
    top: 0;
    position: absolute;
  }
}

.investigaciones .ejemplos-investigacion li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.investigaciones .ejemplos-investigacion li:nth-child(even) .item-text {
  margin-right: 0px;
  margin-left: 22px;
  text-align: left;
}

.investigaciones .ejemplos-investigacion li:nth-child(even) .plequita {
  left: -12px;
  right: auto;
}

@media (max-width: 1280px) {
  .investigaciones .ejemplos-investigacion li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .investigaciones .ejemplos-investigacion li:nth-child(even) .plequita {
    left: 0;
    top: 0;
    position: absolute;
  }
  .investigaciones .ejemplos-investigacion li:nth-child(even) .item-text {
    margin-left: 0px;
    text-align: left;
  }
}

@media (max-width: 428px) {
  .investigaciones .ejemplos-investigacion li .item-image {
    display: none;
  }
}

.investigaciones .ejemplos-investigacion li .item-image-celular {
  display: none;
}

@media (max-width: 428px) {
  .investigaciones .ejemplos-investigacion li .item-image-celular {
    display: block;
  }
}

.resultados {
  background-image: url("images/fondo-resultados.png");
  height: 544px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

@media (max-width: 600px) {
  .resultados {
    height: 635px;
  }
}

.resultados .vertical-message {
  height: 100%;
  width: 38px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-color: #B4D354;
  z-index: 99;
}

@media (max-width: 1280px) {
  .resultados .vertical-message {
    display: none;
  }
}

.resultados .pleca-resultados {
  width: 100%;
  height: 6px;
  display: block;
  background-image: url("images/pleca-resultados.png");
  background-repeat: repeat-x;
  background-position: center;
}

@media (max-width: 600px) {
  .resultados .pleca-resultados {
    height: 4px;
    background-repeat: repeat;
    background-size: 100%;
  }
}

.resultados .section-container {
  width: 1000px;
  max-width: 100%;
}

.resultados .section-header {
  text-align: center;
}

.resultados h2 {
  color: #fff;
  font-size: 60px;
  margin-top: 85px;
}

@media (max-width: 600px) {
  .resultados h2 {
    font-size: 32px;
    margin-top: 31px;
  }
}

.resultados h2:after {
  content: '';
  background-color: #B4D354;
  width: 96px;
  height: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -2px;
}

.resultados .lista-resultados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 53px;
}

@media (max-width: 600px) {
  .resultados .lista-resultados {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 39px;
  }
}

.resultados .lista-resultados li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 250px;
}

@media (max-width: 600px) {
  .resultados .lista-resultados li {
    margin-left: auto;
    margin-right: auto;
  }
}

.resultados .lista-resultados li .img-wrapper {
  height: 125px;
}

@media (max-width: 600px) {
  .resultados .lista-resultados li .img-wrapper {
    height: auto;
  }
}

.resultados .lista-resultados li img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (max-width: 600px) {
  .resultados .lista-resultados li img {
    width: 77px;
  }
}

.resultados .lista-resultados li .desc {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-top: 21px;
  font-weight: 400;
  width: 100%;
  font-size: 22px;
}

@media (max-width: 600px) {
  .resultados .lista-resultados li .desc {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 10px;
    line-height: 1.2;
    margin-bottom: 31px;
  }
  .resultados .lista-resultados li .desc br {
    display: none;
  }
}

.resultados a {
  color: #fff;
  font-weight: 900;
  border-radius: 50px;
  padding: 19px 47px;
  display: inline-block;
  position: absolute;
  bottom: -29px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 320px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4c541+0,bfde60+100 */
  background: #a4c541;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a4c541 0%, #bfde60 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a4c541 0%, #bfde60 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a4c541), to(#bfde60));
  background: -o-linear-gradient(left, #a4c541 0%, #bfde60 100%);
  background: linear-gradient(to right, #a4c541 0%, #bfde60 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4c541', endColorstr='#bfde60',GradientType=1 );
  /* IE6-9 */
}

@media (max-width: 600px) {
  .resultados a {
    width: 300px;
    padding: 14px 20px;
  }
}

.resultados a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bede5d+0,dff49e+100 */
  background: #bede5d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bede5d 0%, #dff49e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bede5d 0%, #dff49e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#bede5d), to(#dff49e));
  background: -o-linear-gradient(left, #bede5d 0%, #dff49e 100%);
  background: linear-gradient(to right, #bede5d 0%, #dff49e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bede5d', endColorstr='#dff49e',GradientType=1 );
  /* IE6-9 */
}

.mas-informacion {
  padding-bottom: 130px;
}

@media (max-width: 600px) {
  .mas-informacion {
    padding-bottom: 119px;
  }
}

.mas-informacion:after {
  content: '';
  position: relative;
  width: 640px;
  border-bottom: 1px solid #A7A7A7;
  height: 1px;
  display: block;
  bottom: -61px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 720px) {
  .mas-informacion:after {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .mas-informacion:after {
    width: 350px;
  }
}

.mas-informacion .section-header {
  width: 465px;
  max-width: 100%;
  margin-top: 58px;
  /* &:before {
			content: url(images/icon-whatssapp.png);
			width: 57px;
			height: 57px;
		} */
}

@media (max-width: 600px) {
  .mas-informacion .section-header {
    margin-top: 93px;
  }
}

.mas-informacion .section-header .whatsapp-icon {
  position: relative;
  left: -14px;
  top: -12px;
}

@media (max-width: 600px) {
  .mas-informacion .section-header .whatsapp-icon {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.mas-informacion .section-header h2 {
  padding-left: 19px;
  background-image: url("images/pleca-1.png");
  background-position: top left;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .mas-informacion .section-header h2 {
    display: block;
    font-size: 32px;
    margin-top: 14px;
  }
}

.mas-informacion .section-header .desc {
  margin-top: 11px;
}

@media (max-width: 600px) {
  .mas-informacion .section-header .desc {
    margin-top: 3px;
    margin-left: 20px;
  }
}

.mas-informacion .section-header .study-case {
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
}

.mas-informacion .section-header .study-case a {
  color: #B4D354;
  font-weight: normal;
}

.mas-informacion .section-header a.contacto {
  color: #A0A0A0;
  font-weight: 900;
  border-radius: 50px;
  border: 1px solid #A4A4A4;
  padding: 13px 47px;
  display: block;
  position: relative;
  margin-top: 35px;
  width: 201px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .mas-informacion .section-header a.contacto {
    left: 0;
    right: 0;
    margin-top: 26px;
  }
}

.clientes {
  padding-bottom: 146px;
}

@media (max-width: 600px) {
  .clientes {
    padding-bottom: 90px;
  }
}

.clientes:after {
  content: '';
  position: relative;
  width: 640px;
  border-bottom: 1px solid #A7A7A7;
  height: 1px;
  display: block;
  bottom: -61px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 720px) {
  .clientes:after {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .clientes:after {
    bottom: -32px;
    width: 350px;
  }
}

.clientes .section-header {
  width: 223px;
  max-width: 100%;
  padding-left: 19px;
  background-image: url("images/pleca-1.png");
  background-position: top left;
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .clientes .section-header {
    width: 100%;
  }
}

.clientes .section-header .desc {
  margin-top: 23px;
}

@media (max-width: 921px) {
  .clientes .section-header .section-title {
    font-size: 32px;
  }
}

.clientes .section-container {
  width: 1096px;
  max-width: 100%;
}

@media (max-width: 1095px) {
  .clientes .section-container {
    width: 100%;
  }
}

.clientes .lista-clientes {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .clientes .lista-clientes {
    margin-top: 35px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clientes .lista-clientes li {
    margin-bottom: 25px;
  }
}

.faqs .section-header {
  width: 223px;
  max-width: 100%;
  padding-left: 19px;
  background-image: url("images/pleca-1.png");
  background-position: top left;
  background-repeat: no-repeat;
}

@media (max-width: 921px) {
  .faqs .section-header {
    width: 100%;
  }
}

@media (max-width: 921px) {
  .faqs .section-header .section-title {
    font-size: 32px;
  }
}

.faqs .section-header .desc {
  margin-top: 23px;
}

.faqs .section-container {
  width: 1096px;
  max-width: 100%;
}

.faqs .lista-faqs {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 921px) {
  .faqs .lista-faqs {
    margin-top: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.faqs .lista-faqs li {
  width: 240px;
}

@media (max-width: 921px) {
  .faqs .lista-faqs li {
    width: 100%;
    margin-bottom: 25px;
  }
}

.elementor-section.elementor-top-section.elementor-element.elementor-element-3570f22a.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
  margin-top: 72px;
}

@media (max-width: 921px) {
  .elementor-section.elementor-top-section.elementor-element.elementor-element-3570f22a.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    margin-top: 34px;
  }
  .elementor-section.elementor-top-section.elementor-element.elementor-element-3570f22a.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .attachment-full.size-full.wp-image-145 {
    margin-top: 38px;
    margin-bottom: 15px;
  }
}

@media (max-width: 921px) {
  .elementor-element-7245a27.elementor-widget-nav-menu {
    display: none;
  }
}

@media (max-width: 921px) {
  .elementor-section.elementor-element-5ac67e5 {
    height: 42px;
    padding: 0 !important;
  }
}

.ctc_s_7_icon_padding {
  margin-left: 24px;
  margin-bottom: 4px;
}

.elementor-142 .elementor-element.elementor-element-7137ba27:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-142 .elementor-element.elementor-element-7137ba27 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #D6D6D6 !important;
}

.elementor-widget-image a img[src$=".svg"] {
  width: 175px !important;
}

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