/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'acctuav1';
  src: url("../iconos/acctuav1.eot?6s2ymp");
  src: url("../iconos/acctuav1.eot?6s2ymp#iefix") format('embedded-opentype'), url("../iconos/acctuav1.ttf?6s2ymp") format('truetype'), url("../iconos/acctuav1.woff?6s2ymp") format('woff'), url("../iconos/acctuav1.svg?6s2ymp#acctuav1") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change ../iconos */
  font-family: 'acctuav1' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e605";
}
.icon-bottom-arrow:before {
  content: "\e909";
}
.icon-top-arrow:before {
  content: "\e90a";
}
.icon-left-arrow:before {
  content: "\e90b";
}
.icon-right-arrow:before {
  content: "\e90c";
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
strong {
  font-weight: 700;
}
.layout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
body {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  color: #353535;
  overflow-x: hidden;
}
figure {
  padding: 0;
  margin: 0;
  display: block;
}
.Header {
  background-color: #173353;
  color: #fff;
  font-weight: 700;
  border-bottom: 10px solid #49ba00;
}
.Header-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 40px 0;
}
#menu {
  position: absolute;
  top: 35px;
  right: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #49ba00;
  display: none;
}
.Logo {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 0;
  background-color: #fff;
  padding: 55px 20px 30px 20px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.Logo img {
  display: block;
  width: 100%;
  max-width: 230px;
}
.has-triangle {
  position: relative;
  cursor: pointer;
}
.has-triangle:hover {
  color: #49ba00;
}
.has-triangle:hover::before,
.has-triangle:hover::after {
  opacity: 1;
}
.has-triangle:hover::before {
  right: -8px;
}
.has-triangle:hover::after {
  left: -8px;
}
.has-triangle::after,
.has-triangle::before {
  position: absolute;
  top: 6px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.has-triangle::before {
  border-right: 4px solid #49ba00;
  right: -15px;
}
.has-triangle::after {
  border-left: 4px solid #49ba00;
  left: -15px;
}
.Menu {
  display: flex;
  justify-content: space-between;
}
.Menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.Menu ul li {
  margin-right: 60px;
}
.Menu ul.is-rs {
  margin-left: 60px;
}
.Menu ul.is-rs li {
  margin-right: 20px;
}
.Footer {
  background-color: #353535;
  color: #fff;
  border-bottom: 10px solid #49ba00;
}
.Footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 20px 0;
}
.Footer-left {
  text-align: center;
  color: gris;
}
.Footer-left figure {
  margin: 0 auto;
}
.Footer-left a {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  opacity: 0.4;
}
.Footer-right {
  display: flex;
}
.Footer-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.Footer-right ul li {
  font-weight: 700;
  margin-right: 60px;
}
.Footer-right ul.is-rs {
  margin-left: 60px;
}
.Footer-right ul.is-rs li {
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .Menu {
    justify-content: flex-end;
  }
  .Menu ul li {
    margin-right: 30px;
  }
  .Menu ul.is-rs {
    margin-left: 20px;
  }
  .Footer-right {
    justify-content: flex-end;
  }
  .Footer-right ul li {
    margin-right: 30px;
  }
  .Footer-right ul.is-rs {
    margin-left: 20px;
  }
}
@media screen and (max-width: 880px) {
  .Footer-container {
    display: block;
  }
  .Footer-left {
    text-align: center;
    margin-bottom: 40px;
  }
  .Footer-right {
    flex-wrap: wrap;
    text-align: center;
  }
  .Footer-right ul {
    width: 100%;
    display: block;
  }
  .Footer-right ul li {
    margin: 10px 20px;
  }
  .Footer-right ul.is-rs {
    margin: 0;
    justify-content: center;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .Logo img {
    display: block;
    max-width: 200px;
  }
  #menu {
    display: block;
    z-index: 2;
  }
  #menu.show {
    color: #fff;
    z-index: 1000;
  }
  .Menu {
    transition: all 0.2s ease-in;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #173353;
    z-index: 100;
    top: 0;
    right: -100%;
    display: block;
    text-align: center;
    padding-top: 100px;
  }
  .Menu.show {
    right: 0;
  }
  .Menu ul {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .Menu ul li {
    margin: 10px;
  }
  .Menu ul.is-rs {
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
  }
}
body {
  background: #e9e9e9;
}
.blog {
  background-color: #e9e9e9;
}
.blog-banner {
  position: relative;
}
.blog-banner img {
  width: 100%;
  display: block;
}
.blog-banner h1 {
  color: #fff;
  font-size: 48px;
  position: absolute;
  left: 0;
  font-weight: 400;
  top: 20%;
  width: 100%;
  text-align: center;
}
.blog-main {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-200px);
  margin-bottom: -160px;
}
.blog-main-list {
  width: 30%;
  padding-right: 20px;
}
.blog-main-list.desktop {
  display: block;
}
.blog-main-list.mobile {
  display: none;
}
.blog-main-list h3 {
  margin: 0 0 10px 0;
  background: #173353;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}
.blog-main-list-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-main-list-items li a {
  display: block;
  margin: 10px 0 0 0;
  color: #173353;
  font-weight: 700;
  font-size: 14px;
}
.blog-main-items {
  width: 70%;
  position: relative;
  z-index: 2;
}
.blog-main-items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-main-item {
  width: calc(50% - 40px);
  margin-bottom: 20px;
  background: #f7f7f7;
  padding-bottom: 38px;
  position: relative;
}
.blog-main-item img {
  width: 100%;
  display: block;
  max-width: 100%;
  max-height: 180px;
}
.blog-main-item .textos {
  padding: 15px 40px;
  color: #173353;
}
.blog-main-item .textos p {
  margin: 0;
}
.blog-main-item .textos .subtitulo {
  font-size: 14px;
  font-weight: 700;
}
.blog-main-item .textos .titulo {
  padding: 10px 0;
}
.blog-main-item .textos .titulo h2 {
  margin: 0;
  color: #173353;
  font-size: 24px;
}
.blog-main-item .textos .textointro {
  text-align: justify;
}
.blog-main-item .textos .textointro p {
  color: #353535;
  font-size: 18px;
}
.blog-main-item .boton {
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.blog-main-item .boton p {
  margin: 0;
  width: 60%;
  color: #fff;
  background: #173353;
  padding: 10px 20px;
}
.blog-main-item .boton span {
  font-weight: 700;
  text-align: center;
  width: 40%;
  background: #49ba00;
  color: #fff;
  padding: 10px 20px;
}
.blog .paginacion {
  padding: 50px 0;
}
.blog .paginacion ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.blog .paginacion li.disabled {
  display: none;
}
.blog .paginacion li a,
.blog .paginacion li span {
  background: #173353;
  border-left: 1px solid rgba(255,255,255,0.4);
}
.blog .paginacion li:first-child a,
.blog .paginacion li:last-child a,
.blog .paginacion li.active a,
.blog .paginacion li:first-child span,
.blog .paginacion li:last-child span,
.blog .paginacion li.active span {
  background: #49ba00;
}
.blog .paginacion li:first-child {
  margin-right: 20px;
}
.blog .paginacion li:last-child {
  margin-left: 20px;
}
.blog .paginacion li:last-child a,
.blog .paginacion li:first-child a {
  padding: 7px 20px;
  font-size: 14px;
}
.blog .paginacion a,
.blog .paginacion span {
  padding: 8px 12px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  .blog-main {
    transform: translateY(0px);
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1140px) {
  .blog-main-item .boton p,
  .blog-main-item .boton span {
    font-size: 14px;
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .blog-banner h1 {
    font-size: 32px;
    top: 25%;
  }
}
@media screen and (max-width: 890px) {
  .blog-main {
    display: block;
    padding-top: 40px;
  }
  .blog-main-list {
    width: 100%;
  }
  .blog-main-list.desktop {
    display: none;
  }
  .blog-main-list.mobile {
    display: block;
  }
  .blog-main-items {
    width: 100%;
    display: block;
  }
  .blog-main-item {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .pagination li {
    display: none;
  }
  .pagination li:first-child,
  .pagination li:nth-child(2 ),
  .pagination li:nth-last-child(2 ),
  .pagination li:last-child,
  .pagination li.active {
    display: list-item;
  }
}
