/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import url(libs/burgermenu.css);
@import url(libs/default-theme.css);

img,
legend {
  border: 0;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.dot-paginator {
  height: 30px;
  float: right;
}

.dot-paginator > * {
  float: left;
  height: 30px;
}

.popupHidden {
  display: none;
}

.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: cover;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .popup {
    display: none;
  }
}

.popup .message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 820px;
  height: 400px;
  border-radius: 5px;
  z-index: 9999;
  text-align: center;
}

.popup-image {
  display: block;
  width: 820px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.register-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #c82e50;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  font: 600 18px "Source Sans Pro", sans-serif;
}

.no-show-button {
  display: inline-block;
  color: #ffffff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 20px;
  font: 600 18px "Source Sans Pro", sans-serif;
}

.close-button {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  font-size: 42px;
  color: #fff;
  cursor: pointer;
}

.descarga {
  text-align: center;
  padding: 20px 30px 20px 30px;
}

.descarga a {
  color: #111;
}

.banner {
  padding: 0 0 20px 0;
  display: block;
}

.alt_banner {
  display: none;
}

.asistencia {
  padding: 6px;
  font: 400 16px "Source Sans Pro", sans-serif;
  font-size: 15px;
  border: 1px solid #ffffff;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .banner {
    display: none;
  }

  .alt_banner {
    display: block;
  }
}

.aside_nav ul:first-of-type > li.customers:hover,
.aside_nav ul:first-of-type > li.podium:hover,
.btn-attach:hover,
.btn-customer:hover,
.btn-white:hover,
.formikation .send-block div .submit:hover {
  opacity: 0.8;
}

.body-text .legal ul li,
.body-text .legal ul li ul,
.header .upper-nav li > ul > li,
ul {
  list-style-type: none;
  text-align: justify;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #f0f0f0;
}

body,
figure {
  margin: 0;
}

a:focus {
  outline: dotted thin;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

.body-text .title,
.body-text .title.greened {
  font: 400 36px/33px "Source Sans Pro", sans-serif;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.inner-wrapper {
  padding: 60px 25% 0 17%;
  text-align: justify;
}

.inner-wrapper_centered {
  padding: 60px 10px 0 10px;
   text-align: center;
}

.inner-wrapper3 {
  padding: 0px 25% 0 17%;
  text-align: justify;
}

.new-inner-wrapper.trust {
  padding: 30px 8% 20px 8%;
  text-align: justify;
  background-color: #e3e5d4;
}

.new-inner-wrapper.videos {
  padding: 0px;
  text-align: left;
  margin: 0 20px;
}

.new-inner-wrapper.home {
  padding: 20px 2% 0 2%;
  text-align: left;
  margin: 0 20px;
}

.new-inner-wrapper {
  padding: 20px 8% 0 8%;
  text-align: justify;
}

.new-inner-wrapper img {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.new-inner-wrapper-twocolumn {
  padding: 0px 8% 0 8%;
  text-align: justify;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.new-inner-wrapper-twocolumn div { 
  width: 53%;
  padding: 10px;
}

.new-inner-wrapper-twocolumn img {
  width: 45%;
  padding: 10px;
}

.section-title{
  padding: 20px 60px 0px;
  font: 500 24px/32px "Source Sans Pro", sans-serif;
  color: #111;
  margin: 20px 13px 0;
  text-align: left;
  font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.section-title-nospace{
  padding: 0px 60px 0px;
  font: 500 24px/32px "Source Sans Pro", sans-serif;
  color: #111;
  margin: 0px 13px 0;
  text-align: left;
  font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.section-title-border{
  padding: 40px 60px 0px;
  font: 500 24px/32px "Source Sans Pro", sans-serif;
  color: #111;
  margin: 60px 13px 0;
  text-align: left;
  border-top: #e5e7eb;
  border-top-style: solid;
  border-top-width: 1px;
  font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

@media only screen and (max-width: 767px) {
  .new-inner-wrapper-twocolumn div {
    width: 100%;
    padding: 15px;
  }

  .new-inner-wrapper-twocolumn img {
    width: 100%;
    padding: 25px;
  }
}

.new-inner-wrapper-threecolumn {
  padding: 30px 8% 0 8%;
  text-align: justify;
  display: flex;
  justify-content: space-between;
  background-color: #e3e5d4;
  flex-wrap: wrap;
}

.firstcolumn {
  min-width: 250px;
  flex: 1;
  padding: 20px;
  width: 25%;
}

.secondcolumn {
  padding: 20px;
  width: 60%;
}

.cronologia {
  width: 5%;
  color: #768534;
  font: 700 20px/33px "Source Sans Pro", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-align: center;
  width: 130px;
  align-items: center;
}

.dot-separator {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  border-right: 4px dotted #768534;
  margin: 0 20px;
}

.cronologia p {
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .firstcolumn {
    width: 100%;
    padding: 20px 20px 0px 20px;
  }

  .secondcolumn {
    width: 80%;
    padding: 0 20px 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .secondcolumn {
    width: 100%;
    padding: 0 20px 20px 20px;
  }

  .cronologia {
    display: none;
  }
}

.new-body-text {
  font: 400 17px/24px "Source Serif Pro", serif;
  color: #666;
  margin: 20px 0;
  text-align: justify;
}

.new-body-text p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.new-body-text .title {
  font: 700 24px/33px "Source Sans Pro", sans-serif;
  color: #000;
  margin: 0 0 20px 0;
}

.new-body-text .textWbutton {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
  vertical-align: middle;
}

.new-body-text .textWbutton p {
  width: 70%;
}

.fourcolums {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.column {
  width: 25%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: bottom;
}

@media only screen and (max-width: 1100px) {
  .column {
    width: 50%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .column {
    width: 75%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: bottom;
  }
}

.column img {
  height: 80px;
  width: auto;
}

.column .title {
  text-align: center;
  font: 700 20px/24px "Source Sans Pro", sans-serif;
}

.column p {
  font: 400 16px/20px "Source Sans Pro", sans-serif;
  margin: 0;
}

.textWbutton a {
  padding: 20px 44px 22px 33px;
  background: #fff;
  color: #bd314d;
  border: 2px solid #bc2c4a;
  font: 700 14px/18px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  margin: 20px 20px;
  text-align: center;
  display: inline-block;
  width: 260px;
  height: fit-content;
}

.new-lead-inner-wrapper {
  padding: 30px 8% 30px 8%;
  text-align: justify;
  background-color: #e3e5d4;
}

.new-lead-inner-wrapper-white {
  padding: 30px 8% 30px 8%;
  text-align: justify;
  background-color: #FFF;
}

.new-lead-inner-wrapper-centered {
  padding: 30px 8% 30px 8%;
  text-align: center;
  background-color: #e3e5d4;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.card, .card-withimage {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 40px);
  margin: 10px;
  border: 1px solid #8e9e44;
  padding: 20px;
  text-align: center;
  align-items: center;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, filter 0.3s ease;
  border-radius: 10px;
}

.title-card {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 130px);
  margin: 10px;
  text-align: left;
  align-items: flex-start;
  background: white;
}

.empty-card {
  width: calc(33.33% - 130px);
  background: white;
}

.card-noborder {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  margin: 10px;
  text-align: left;
  align-items: flex-start;
  background: white;
}

.card-noborder p {
  font: 400 17px/24px "Source Serif Pro", serif;
  color: #666;
  text-align: justify;
}

.title-card .title {
  font: 400 30px/32px "Source Sans Pro", sans-serif;
}

.title-card h3 {
  font: 600 17px/18px "Source Sans Pro", sans-serif;
  color: #8e9e44;
}

@media only screen and (max-width: 1110px) {
  .card,
  .card-noborder,.card-withimage {
    width: calc(50% - 90px);
  }
  .title-card {
    width: calc(90%);
  }
  .empty-card {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .card,
  .title-card,
  .card-withimage,
  .card-noborder {
    width: 80%;
  }
}

.card:hover,.card-withimage:hover {
  background-color: #8e9e44;
  color: white;
}

.card:hover hr , .card-withimage:hover hr{
  border: 1.5px solid #fff;
}
.card:hover a , .card-withimage:hover a{
  color: #fff;
}
.card:hover img{
  filter: invert(1) brightness(2);
}

.card h3,
.card-noborder h3,.card-withimage h3 {
  text-align: center;
  font: 700 24px/26px "Source Sans Pro", sans-serif;
}

.card hr,.card-withimage hr {
  border: 1.5px solid #8e9e44;
  margin: 10px 0;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}

.card-noborder hr {
  border: 1.5px solid #8e9e44;
  margin: 10px 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.icon-seal {
  background-color: #8e9e44;
  border-radius: 50%;
  width: 130px;
  height: 130px;
}

.card img {
  height: 100px;
  width: auto;
  padding: 5px;
  transition: 0.3s ease-in-out; /* Suaviza la transición */
}

.card-noborder img {
  height: 60px;
  width: auto;
  padding: 5px;
}

.card-image{
  width: 100%;
  padding: 5px;
  border-radius: 5%;
}


.square-card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 150px);
  margin: 40px;
  background-color: #e3e5d4;
  text-align: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, filter 0.3s ease;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .square-card {
    display: flex;
    flex-direction: column;
    width: calc(100% - 150px);
    margin: 40px;
    background-color: #e3e5d4;
    text-align: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, filter 0.3s ease;
    object-fit: cover;
  }
}

.square-card .title {
  margin: 0;
}

.square-card img {
  object-fit: cover;
  margin: 0 0 30px 0;
}

.square-card p {
  padding: 0px 30px 10px 30px;
  text-align: justify;
}

.faqcard-container {
  width: 100%;
  align-content: center;
}

.faqcard {
  background-color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
  border: 1.5px solid #8e9e44;
  border-radius: 20px;
}

.faqcard-dark {
  background-color: #e3e5d4;
  padding: 0px 20px;
  margin-bottom: 20px;
  border: 1.5px solid #8e9e44;
  border-radius: 20px;
}

.faqcard-title {
  cursor: pointer;
  position: relative;
  font: 700 17px/18px "Source Sans Pro", sans-serif;
}

.faqcard-title .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.faqcard-desc-container {
  display: none;
  align-items: center;
}

.faqcard-desc-container2 {
  display: none;
  align-items: center;
}

.faqcard-desc-container img {
  width: 150px;
  /* Ajusta el ancho de la imagen según sea necesario */
  height: auto;
  /* Permite que la altura se ajuste automáticamente */
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.faqcard-description {
  padding: 0px 20px 10px 20px;
}

.faqcard-lista {
  padding-inline-start: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: disc;
}

.faqcard-lista li {
  margin-top: 10px;
}

.faqcard-lista2 {
  padding-inline-start: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: circle;
}

.faqcard.active .faqcard-desc-container {
  display: flex;
}

.faqcard.active .faqcard-desc-container2 {
  display: block;
}

.faqcard.active .faqcard-title {
  border-bottom: 1.5px solid #8e9e44;
  padding: 0px 0px 10px 0px;
}

.faqcard-dark.active .faqcard-desc-container {
  display: flex;
}

.faqcard-dark.active .faqcard-desc-container2 {
  display: block;
}

.faqcard-dark.active .faqcard-title {
  border-bottom: 1.5px solid #8e9e44;
  padding: 0px 0px 10px 0px;
}

.listcard-container {
  display: flex;
}

.listcard {
  width: 40%;
  padding: 20px 0px 20px 20px;
}

.listcard ul {
  font: 600 16px/18px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  list-style-position: inside;
}

.listcard-title::before, .listcard-title-inverse::before{
  content: "+";
  margin-right: 5px;
}

.listcard-title {
  padding: 10px;
  text-align: left;
  color: #111;
}

.listcard-title-inverse {
  padding: 10px;
  text-align: left;
  color: #8e9e44;
  background-color: white;
}

.listcard-title.selected::before,.listcard-title-inverse.selected::before {
  content: "-";
}


.listcard-title.selected {
  background-color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #8e9e44;
}
.listcard-title-inverse.selected {
  background-color: #e3e5d4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #111;
}

.listcard-desc {
  font: 600 16px/20px "Source Sans Pro", sans-serif;
  width: 60%;
  border: 0px solid black;
  padding: 35px;
  background-color: white;
  border-radius: 20px;
}

.listcard-desc-inverse {
  font: 600 16px/20px "Source Sans Pro", sans-serif;
  width: 60%;
  border: 0px solid black;
  padding: 35px;
  background-color: #e3e5d4;
  border-radius: 20px;
}

.es_contact .inner-wrapper,
.inner-wrapper.continue {
  padding-top: 0;
}

.row {
  width: 100%;
}

.body-text .title {
  color: #111;
  margin: 30px 0 0;
}

.body-text .title.greened {
  color: #2a352d;
}

.body-text .title.greened span {
  font-weight: 300;
}

.body-text .legal {
  padding: 60px 40px 0;
}

.body-text .legal .lead-in {
  margin-top: 50px;
  text-transform: capitalize;
}

.body-text .legal ul li ul {
  margin-left: 20px;
}

.body-text .lead-in {
  font: 600 20px/33px "Source Sans Pro", sans-serif;
  color: #000;
  margin: 0;
  text-align: justify;
}

.body-text li,
.body-text p {
  font: 400 17px/34px "Source Serif Pro", serif;
  color: #666;
}

.body-text li {
  list-style: disc inside;
}

.body-text p {
  margin-top: 40px;
}

.show_on_desktop {
  display: block;
}

.hide_on_desktop,
.show_on_mobile {
  display: none !important;
}

.mobile-only,
.show_on_tablet {
  display: none;
}

.hide_on_tablet {
  display: block;
}

.hidden {
  display: none;
}

.hide_on_mobile {
  display: block;
}

.index a {
  color: #000;
  text-decoration: underline;
}

@media only screen and (max-width: 1100px) {
  .show_on_desktop {
    display: none;
  }

  .show_on_tablet {
    display: inline;
  }

  .hide_on_tablet {
    display: none;
  }

  .hide_on_desktop {
    display: block !important;
  }

  .inner-wrapper {
    padding: 30px 75px 0 70px;
  }

  .wrapper.full-text {
    padding: 0 15px;
  }

  .wrapper.full-text .title {
    font: 600 44px/48px "Source Sans Pro", sans-serif;
    letter-spacing: -0.1px;
  }

  .wrapper.full-text .lead-in {
    margin-top: 40px;
  }

  .body-text .lead-in {
    margin: 20px 0 0;
  }

  .body-text p {
    margin-top: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .hide_on_mobile,
  .show_on_tablet {
    display: none;
  }

  .show_on_mobile {
    display: block !important;
  }

  .hide_on_tablet,
  .mobile-only {
    display: block;
  }

  .wrapper.full-text {
    padding: 0 15px;
  }

  .wrapper.full-text .lead-in {
    margin-top: 40px;
  }

  .wrapper.full-text .title {
    font: 600 24px/30px "Source Sans Pro", sans-serif;
  }

  .inner-wrapper {
    padding: 24px 25px 0;
  }

  .es_contact .inner-wrapper {
    padding: 24px;
  }

  .body-text .title {
    font: 400 24px/33px "Source Sans Pro", sans-serif;
    color: #111;
  }

  .body-text .title.greened {
    font: 400 36px/40px "Source Sans Pro", sans-serif;
    color: #2a352d;
  }

  .body-text .title.greened span {
    font-weight: 300;
  }

  .body-text ul li {
    font: 400 15px/27px "Source Serif Pro", serif;
  }

  .body-text .lead-in {
    margin: 0;
    font: 600 18px/27px "Source Sans Pro", sans-serif;
    color: #000;
  }

  .body-text .lead-in.light-text {
    font: 400 15px/27px "Source Sans Pro", sans-serif;
    color: #6d6d6d;
  }

  .body-text p {
    margin-top: 24px;
    font: 400 15px/27px "Source Serif Pro", serif;
    color: #666;
  }
}

.formikation > div label,
.formikation > div.error-form p {
  font: 400 16px/33px "Source Sans Pro", sans-serif;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  background: #fff;
}

p {
  margin: 0;
}

ul {
  padding-inline-start: 10px;
}

.linknegro {
  color: #666;
  text-decoration: underline;
}

a {
  background: 0 0;
  text-decoration: none;
  color: #666;
}

.formikation input[type="text"],
.formikation textarea {
  outline: 0;
}

.formikation > div {
  position: relative;
  width: 100%;
  margin: 50px 0 40px;
}

.formikation > div.job-checkbox {
  margin-top: 40px;
}

.formikation > div.error-form {
  position: relative;
  width: 100%;
  height: 65px;
  border: 1px solid #c82e4f;
  margin: 20px 0 0;
  padding: 15px 0 24px 64px;
}

.formikation > div.error-form p {
  margin: 0;
  color: #c82e4f;
}

.formikation > div.error-form:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 41px;
  height: 41px;
  background: url(../images/red_ex_ico.png) no-repeat;
}

.formikation > div.first-line {
  margin-top: 36px;
}

.formikation > div.file {
  margin-bottom: 15px;
}

.formikation > div label {
  display: inline-block;
  cursor: pointer;
}

.formikation > div label.border {
  border-bottom: 1px solid #a4bfac;
}

.formikation > div label.border:first-child {
  margin-right: 45px;
}

.formikation > div label.fk-radio {
  display: block;
}

.formikation > div label.fk-radio:first-of-type {
  margin-bottom: 24px;
}

.formikation > div label.parsley-error {
  border-bottom: 1px solid #c82e4f;
}

.formikation > div label.company {
  width: 47%;
}

.formikation > div label.position {
  width: 45%;
}

.formikation > div label.surname {
  width: 57%;
}

.formikation > div label.email {
  width: 56%;
}

.formikation > div label.captcha {
  width: 95%;
}

.formikation > div label span {
  color: #c82e4f;
}

.formikation > div label input {
  border: 0;
  color: #868686;
}

.formikation > div label textarea {
  border: 1px solid #a4bfac;
}

.formikation > div .subtitle,
.formikation > div .title {
  margin-top: 0;
}

.formikation > div .title {
  font: 400 17px/33px "Source Sans Pro", sans-serif;
}

.formikation > div .subtitle {
  margin-bottom: 15px;
  font: 400 16px/34px "Source Serif Pro", serif;
}

.formikation .concealed-fields {
  position: relative;
  margin-bottom: 40px;
  padding: 27px 0 25px 32px;
  background: #f6f6f6;
}

.formikation .concealed-fields button,
.formikation .concealed-fields p {
  display: inline-block;
  vertical-align: top;
}

.formikation .concealed-fields button {
  margin-right: 20px;
}

.formikation .concealed-fields p {
  width: 50%;
  margin: 0;
  padding: 0 20px;
  font: 400 16px/33px "Source Sans Pro", sans-serif;
  background: #e9e8e8;
  line-height: 60px;
}

.formikation .concealed-fields span {
  position: absolute;
  top: 40px;
  right: 66px;
  width: 40px;
  height: 32px;
  background: url(../images/general_sprite.png) 0 -201px;
}

.formikation .concealed-fields span:hover {
  cursor: pointer;
}

.formikation .send-block {
  padding-top: 18px;
  border-top: 1px solid #a4bfac;
  overflow: hidden;
}

.formikation .send-block p {
  width: 70%;
  margin: 0;
  text-align: justify;
  font: 400 14px/33px "Source Sans Pro", sans-serif;
  color: #222;
}

.formikation .send-block p span {
  color: #c82e4f;
}

.formikation .send-block div,
.formikation .send-block p {
  display: inline-block;
  vertical-align: middle;
}

.formikation .send-block div {
  float: right;
}

.formikation .send-block .disclaimer {
  margin-top: 30px;
}

.formikation .send-block .disclaimer p {
  width: 100%;
  font-size: 11px;
  line-height: 17px;
}

.formikation .parsley-errors-list {
  position: absolute;
  bottom: -40px;
  font-size: 12px;
  color: #c82e4f;
}

.formikation .parsley-errors-list > li {
  font: 400 14px/33px "Source Sans Pro", sans-serif;
  color: #c82e4f;
  list-style-type: none;
}

@media only screen and (max-width: 1100px) {
  .formikation > div {
    position: static;
    margin-bottom: 40px;
  }

  .formikation > div label {
    margin-bottom: 15px;
  }

  .formikation > div label.border:first-child {
    margin-right: 10px;
  }

  .formikation > div label.surname {
    width: 53%;
  }

  .formikation > div label.email {
    width: 48%;
  }

  .formikation > div label.phone {
    width: 44%;
  }

  .formikation .concealed-fields {
    position: static;
  }

  .formikation > div label textarea {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .formikation .concealable {
    margin: 40px 0 0;
  }

  .formikation > div {
    margin: 0;
  }

  .formikation > div.error-form {
    padding: 10px 0 24px 64px;
  }

  .formikation > div.error-form p {
    font: 400 13px/22px "Source Sans Pro", sans-serif;
  }

  .formikation > div.job-checkbox {
    margin-bottom: 40px;
  }

  .formikation > div label {
    position: relative;
    margin-bottom: 28px;
  }

  .formikation > div label textarea,
  .formikation > div label.company,
  .formikation > div label.email,
  .formikation > div label.name,
  .formikation > div label.phone,
  .formikation > div label.position,
  .formikation > div label.surname {
    width: 100%;
  }

  .formikation .concealed-fields {
    padding: 27px 0 10px;
  }

  .formikation .concealed-fields button {
    display: block;
    margin: 0 auto;
  }

  .formikation .concealed-fields p {
    display: block;
    width: 92%;
    margin: 20px auto;
  }

  .formikation .concealed-fields span {
    top: 122px;
    right: 21px;
  }

  .formikation .parsley-errors-list {
    top: -30px;
    bottom: auto;
  }

  .formikation .send-block p {
    width: 100%;
  }

  .formikation .send-block div {
    float: none;
    margin-top: 20px;
  }
}

.btn-attach,
.btn-customer,
.btn-white,
.header .upper-nav,
.send-block div .submit {
  font: 700 13px/17px "Source Sans Pro", sans-serif;
}

.btn-attach,
.btn-customer,
.btn-white {
  position: relative;
  display: block;
  width: 253px;
  height: 60px;
  padding: 22px 44px 21px 56px;
  background: #fff;
  border: 0;
  color: #000;
  letter-spacing: 1.21px;
  text-transform: uppercase;
}

.btn-attach:after,
.btn-attach:before,
.btn-customer:after,
.btn-customer:before,
.btn-white:after,
.btn-white:before {
  content: "";
  position: absolute;
  background: url(../images/general_sprite.png);
}

.btn-attach:before,
.btn-customer:before,
.btn-white:before {
  left: 14px;
  width: 36px;
  height: 18px;
  background-position: 0 -294px;
}

.btn-attach:after,
.btn-customer:after,
.btn-white:after {
  right: 31px;
  width: 25px;
  height: 15px;
  background-position: 0 -80px;
}

.btn-attach {
  width: 275px;
  padding: 20px 45px 15px 52px;
  border: 0;
}

.btn-attach:before {
  width: 40px;
  height: 20px;
  background-position: 0 -238px;
}

.btn-attach:after {
  right: 32px;
}

.btn-customer {
  width: 253px;
  background: #bed5c5;
  border: 1px solid #fff;
}

.btn-customer:before {
  top: 18px;
  width: 40px;
  height: 30px;
  background-position: 0 -263px;
}

.send-block div {
  position: relative;
  display: inline-block;
}

.send-block div .submit {
  display: block;
  width: 165px;
  height: 60px;
  background: #c82e4f;
  letter-spacing: 1.21px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
}

.send-block div span {
  content: "";
  position: absolute;
  top: 23px;
  right: 25px;
  display: block;
  width: 30px;
  height: 15px;
  background: url(../images/general_sprite.png) 0 -66px no-repeat;
}

.en .header .upper-nav .lang a.en,
.es .header .upper-nav .lang a.es {
  color: #bc2c4a;
}

.header,
.header .upper-nav {
  width: 100%;
  position: relative;
  color: #fff;
}

.header {
  background: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #8e9e44;
}

.header .hidden {
  display: none;
}

.header .lang,
.header .phone,
.header .upper-nav {
  display: inline-block;
}

.header .upper-nav {
  margin-left: 90px;
  line-height: 26px;
  letter-spacing: 0.8px;
  z-index: 2;
}

.header .upper-nav > ul {
  margin: 0 0 0 18px;
}

.header .upper-nav li {
  display: inline-block;
  vertical-align: middle;
}

.header .upper-nav li.show_on_mobile {
  display: none;
}

.header .upper-nav li.selected > a {
  color: #111;
  background: #8e9e44;
}

.header .upper-nav li.selected > a:hover {
  cursor: default;
}

.header .upper-nav li > a {
  display: block;
  padding: 17px 15px 18px;
}

.header .upper-nav li > a:focus,
.header .upper-nav li > a:hover {
  color: #8e9e44;
}

.header .upper-nav li.home a {
  display: block;
  width: 30px;
  height: 24px;
}

.header .upper-nav li.home a:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 24px;
  background: transparent url(../images/general_sprite.png) no-repeat scroll 0px
    6px;
}

.header .upper-nav li.home a:hover {
  background: #111;
}

.header .upper-nav li > ul {
  position: absolute;
  top: 50px;
  z-index: 3;
  padding: 0;
}

@media only screen and (max-width: 1100px) {
  .header .upper-nav li > ul {
    position: relative;
    left: 160px;
    top: -60px;
    z-index: 4;
    padding: 0;
  }
}

.header .upper-nav li > ul > li {
  display: list-item;
  top: 13px;
  margin: 0;
}

.header .upper-nav .desplegable {
  left: 0;
  top: 23px;
}

.header .upper-nav .desplegable-ancho {
  left: 0;
  top: 23px;
  width: 230px;
}

.header .upper-nav li > ul > li a {
  display: block;
  padding: 12px 15px 11px 11px;
  background: #fff;
  text-align: left;
}

.header .upper-nav li > ul > li a:hover {
  color: #8e9e44;
}

.header .upper-nav li > ul > li a.back:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 12px;
  width: 20px;
  height: 20px;
  background: url(../images/general_sprite.png) -10px -108px no-repeat;
}

.header .upper-nav li.contact > a {
  position: relative;
}

.header .upper-nav li.contact > a.down:after,
.header .upper-nav li.contact > a.up:after {
  position: absolute;
  width: 28px;
  height: 15px;
  background: url(../images/general_sprite.png) 0 -50px no-repeat;
  content: "";
}

.header .upper-nav li.contact > a.up {
  padding-right: 30px;
}

.header .upper-nav li.contact > a.down {
  padding-right: 30px;
}

.header .upper-nav li.contact > a.up:after {
  top: 22px;
  right: -5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.header .upper-nav li.contact > a.down:after {
  top: 22px;
  right: 7px;
}

.header .upper-nav .phone {
  position: relative;
  margin-right: 60px;
  font: 400 16px/20px "Source Sans Pro", sans-serif;
}

.header .upper-nav .phone p {
  letter-spacing: 1.07px;
}

.header .upper-nav .phone:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 32px;
  height: 24px;
  background: url(../images/general_sprite.png) 0 -25px no-repeat;
}

.header .upper-nav .lang p {
  display: none;
}

.header .upper-nav .lang ul li + li {
  margin-left: 8px;
}

.header .upper-nav .lang ul li {
  display: inline-block;
  font: 600 13px/17px "Source Sans Pro", sans-serif;
  vertical-align: middle;
  letter-spacing: 1.62px;
}

.header .upper-nav .lang ul li a {
  padding: 0;
  color: #ccc;
}

.header .upper-nav .lang ul li a:hover {
  background: #111;
}

.header .upper-nav > div {
  position: absolute;
  top: -10px;
  right: 190px;
  display: flex;
  /* Activar Flexbox */
  justify-content: flex-end;
  outline: none;
}

.idioma {
  font-size: 100%;
  height: 60px;
  border: none;
  color: grey;
}

.header .logo img {
  width: 60%;
  height: auto;
}

.show_on_desktop {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .show_on_desktop {
    display: none;
  }

  .header .hide_on_desktop,
  .header .menu {
    position: relative;
    height: 52px;
  }

  .header .upper-nav > div {
    position: absolute;
    top: -10px;
    right: 190px;
    display: flex;
    /* Activar Flexbox */
    justify-content: flex-end;
    outline: none;
    flex-direction: column;
  }

  .header .aside,
  .header .logo a,
  .header .menu {
    cursor: pointer;
  }

  .header .aside,
  .header .menu,
  .header .upper-nav li > a {
    font: 700 13px/17px "Source Sans Pro", sans-serif;
  }

  .header {
    height: 52px;
  }

  .header .menu {
    width: 91px;
    padding: 20px 0 0 52px;
    color: #666;
    letter-spacing: 1.21px;
  }

  .header .menu:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 15px;
    width: 24px;
    height: 20px;
    background: url(../images/general_sprite.png) -10px -345px no-repeat;
  }

  .header .logo {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    width: 10%;
    margin: 0 auto;
  }

  .header .logo img {
    width: 60%;
    height: auto;
  }

  .header .aside {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    background: #8e9e44;
    padding: 18px 54px 17px 35px;
    letter-spacing: 1.08px;
    color: #fff;
  }

  .header .aside:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    right: 35px;
    top: 22px;
    background: url(../images/general_sprite.png) -10px -98px no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }

  .header .aside.active {
    background: #343434;
  }

  .header .aside.active:after {
    right: 38px;
    background: url(../images/general_sprite.png) -10px -98px no-repeat;
    transform: none;
  }

  .header .upper-nav {
    top: -700px;
    padding-left: 0;
    margin-left: 0;
  }

  .header .upper-nav .show_on_desktop {
    display: none;
  }

  .header .upper-nav ul {
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .header .upper-nav li {
    display: block;
    margin-left: 0;
    height: 50px;
  }

  .header .upper-nav li > a {
    position: relative;
    display: block;
    padding: 22px 0 21px 30px;
    letter-spacing: 0.8px;
  }

  .header .upper-nav li:nth-child(even) {
    background: #eee;
  }

  .header .upper-nav li:nth-child(odd) {
    background: #fff;
  }

  .header .upper-nav li.contact > a.up:after {
    top: 23px;
    left: 140px;
    background-position: 0 -112px;
  }

  .header .upper-nav li.contact > a.down:after {
    content: "";
    width: 0;
    height: 0;
  }

  .header .upper-nav li ul li:nth-child(even) {
    background: #eee;
  }

  .header .upper-nav li ul li:nth-child(odd) {
    background: #fff;
  }

  .header .upper-nav li ul li a {
    background: 0 0;
  }

  .header .upper-nav li ul li a.inactive {
    color: #939393;
    background: #111;
  }

  .header .upper-nav > div {
    position: static;
    margin-top: 40px;
    padding-left: 30px;
  }

  @media only screen and (max-width: 1100px) {
    .header .upper-nav > div {
      position: static;
      margin-top: 0px;
      padding-left: 0px;
    }
  }

  .header .upper-nav .phone {
    margin-left: 30px;
  }

  .header .upper-nav .lang {
    display: block;
    margin-top: 25px;
    padding-bottom: 40px;
  }

  .header .upper-nav .lang p {
    display: inline-block;
    font: 400 16px/20px "Source Sans Pro", sans-serif;
    letter-spacing: 1.07px;
    text-transform: capitalize;
  }

  .header .upper-nav .lang > div {
    display: inline-block !important;
    width: 10%;
    margin-left: 15px;
  }

  .header .upper-nav .lang .formikation {
    position: relative;
    top: 9px;
    width: 90px;
  }

  .header .upper-nav .lang .formikation .fk-select {
    width: 100%;
    background: #222;
    border: 0;
    border-radius: 40%;
  }

  .header .upper-nav .lang .formikation .fk-select span {
    color: #fff;
  }

  .header .upper-nav .lang .formikation .fk-select .fk-select-label {
    font-weight: 400;
  }

  .header .upper-nav .lang .formikation .fk-select:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 40px;
    width: 33px;
    height: 15px;
    background: url(../images/general_sprite.png) -16px -50px no-repeat;
    border: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
}

@media only screen and (max-width: 767px) {
  .opened-left .header .menu {
    cursor: pointer;
  }

  .opened-left .header .menu p {
    display: none;
  }

  .opened-left .header .menu:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 15px;
    width: 24px;
    height: 20px;
    background: url(../images/general_sprite.png) -10px -320px no-repeat;
  }

  .header {
    z-index: 1;
  }

  .header .burgermenu-left {
    height: 550px;
    background: #111;
    overflow: hidden;
  }

  .header .burgermenu-left ul {
    margin: 0;
  }

  .header .burgermenu-left ul li.selected > a {
    color: #111;
    background: #e3e5d4;
  }

  .header .burgermenu-left ul li a {
    padding: 18px 114px 10px 30px;
    font: 700 13px/17px "Source Sans Pro", sans-serif;
    color: #fff;
    letter-spacing: 0.8px;
  }

  .header .burgermenu-left ul li a.inactive {
    color: #939393;
    background: #111;
  }

  .header .burgermenu-left ul li a.back {
    position: relative;
    background: #111;
    padding: 22px 10px 20px 30px;
  }

  .header .burgermenu-left ul li a.back:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/general_sprite.png) -10px -108px no-repeat;
  }

  .header .burgermenu-left ul li a.customers {
    background: #8e9e44;
  }

  .header .burgermenu-left ul li:nth-child(even) {
    background: #2c2c2c;
  }

  .header .burgermenu-left ul li:nth-child(odd) {
    background: #343434;
  }

  .header .burgermenu-left ul.mobile-aside,
  .header .burgermenu-left ul.mobile-aside li {
    background: #8e9e44;
  }

  .header .burgermenu-left ul.mobile-aside p {
    display: block;
    width: 80%;
    margin: 20px 0 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #111;
    font: 300 29px/34px "Source Sans Pro", sans-serif;
    color: #111;
    text-transform: capitalize;
  }

  .header .burgermenu-left ul.mobile-aside li a {
    position: relative;
    padding: 22px 10px 20px 70px;
    text-transform: none;
    font: 600 16px/20px "Source Sans Pro", sans-serif;
  }

  .header .burgermenu-left ul.mobile-aside li a.bussiness:before,
  .header .burgermenu-left ul.mobile-aside li a.directory:before,
  .header .burgermenu-left ul.mobile-aside li a.market:before,
  .header .burgermenu-left ul.mobile-aside li a.podium:before,
  .header .burgermenu-left ul.mobile-aside li a.training:before {
    position: absolute;
    left: 30px;
    height: 22px;
    width: 32px;
    content: "";
  }

  .header .burgermenu-left ul.mobile-aside li a.back {
    padding: 22px 10px 20px 30px;
  }

  .header .burgermenu-left ul.mobile-aside li a.market:before {
    top: 14px;
    background: url(../images/nav_sprite.png) 0 8px no-repeat;
  }

  .header .burgermenu-left ul.mobile-aside li a.market:hover:after {
    right: 120px;
  }

  .header .burgermenu-left ul.mobile-aside li a.market:hover:before {
    background: url(../images/nav_sprite.png) -33px 8px no-repeat;
  }

  .header .burgermenu-left ul.mobile-aside li a.podium:before {
    top: 16px;
    background: url(../images/nav_sprite.png) 0 -23px no-repeat;
  }

  .header .burgermenu-left ul.mobile-aside li a.podium:hover:before {
    background: url(../images/nav_sprite.png) -33px -23px no-repeat;
  }

  .header .burgermenu-left ul.mobile-aside li a.directory:before {
    top: 16px;
    background: url(../images/nav_sprite.png) 0 -52px no-repeat;
  }

  .header .burgermenu-left ul.mobile-aside li a.directory:hover:before {
    background: url(../images/nav_sprite.png) -33px -52px no-repeat;
  }

  .header .burgermenu-left ul.mobile-aside li a.bussiness:before {
    top: 25px;
    background: url(../images/nav_sprite.png) 0 -83px no-repeat;
  }

  .header .burgermenu-left ul.mobile-aside li a.bussiness:hover:after {
    right: 20px;
  }

  .header .burgermenu-left ul.mobile-aside li a.bussiness:hover:before {
    background: url(../images/nav_sprite.png) -33px -83px no-repeat;
  }

  .header .burgermenu-left ul.mobile-aside li a.training:before {
    top: 16px;
    background: url(../images/nav_sprite.png) 0 -113px no-repeat;
  }

  .header .burgermenu-left ul.mobile-aside li a.training:hover:after {
    right: 70px;
  }

  .header .burgermenu-left ul.mobile-aside li a.training:hover:before {
    background: url(../images/nav_sprite.png) -33px -113px no-repeat;
  }

  .header .burgermenu-left .burgermenu-panel {
    background: #111;
  }

  .header .lang,
  .header .phone {
    display: block;
  }

  .header .phone {
    position: relative;
    margin: 30px 0 40px 60px;
    font: 400 16px/20px "Source Sans Pro", sans-serif;
  }

  .header .phone p {
    letter-spacing: 1.07px;
  }

  .header .phone:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 32px;
    height: 24px;
    background: url(../images/general_sprite.png) 0 -25px no-repeat;
  }

  .header .lang {
    width: 100%;
    margin: 0 0 0 30px;
    font: 600 13px/17px "Source Sans Pro", sans-serif;
  }

  .header .lang p {
    text-transform: capitalize;
  }

  .header .lang div,
  .header .lang p {
    float: left;
    width: 25%;
  }

  .header .lang .formikation {
    position: relative;
    top: -9px;
    width: 90px;
  }

  .header .lang .formikation .fk-select {
    width: 100%;
    background: #222;
    border: 0;
    border-radius: 40%;
  }

  .header .lang .formikation .fk-select span {
    color: #fff;
  }

  .header .lang .formikation .fk-select .fk-select-label {
    font-weight: 400;
  }

  .header .lang .formikation .fk-select:after {
    content: "";
    position: absolute;
    top: 19px;
    right: 40px;
    width: 33px;
    height: 15px;
    background: url(../images/general_sprite.png) -16px -50px no-repeat;
    border: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
}

.socios {
  width: 100%;
}

.socios > .wrapper {
  padding: 50px 50px 100px;
  margin: 20px auto;
  background: url(../images/backgrounds/footer_bg.png) no-repeat #e3e7e4;
  background-size: cover;
}

.socios > .wrapper .title {
  position: relative;
  margin: 0;
  font: 300 36px/33px "Source Sans Pro", sans-serif;
  color: #111;
}

.socios > .wrapper .title span {
  font: 600 36px/30px "Source Sans Pro", sans-serif;
}

.socios > .wrapper .title:after {
  content: "";
  position: absolute;
  top: default;
  right: default;
  bottom: -35px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #fff;
}

.socios > .wrapper > div:first-of-type {
  height: 115px;
  margin-top: 62px;
}

.socios > .wrapper > div:first-of-type p {
  float: left;
  width: 35%;
  font: 400 17px/30px "Source Sans Pro", sans-serif;
  color: #777;
}

.socios > .wrapper > div:first-of-type .logos {
  float: right;
  width: 60%;
  margin-top: 3px;
}

@media only screen and (max-width: 1100px) {
  .socios > .wrapper > div:first-of-type p {
    float: left;
    width: 100%;
    font: 400 17px/30px "Source Sans Pro", sans-serif;
    color: #777;
  }

  .socios > .wrapper > div:first-of-type .logos {
    float: right;
    width: 95%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .socios > .wrapper > div:first-of-type .logos {
    float: right;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.socios > .wrapper > div:first-of-type .logos a {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}

.socios > .wrapper > div:first-of-type .logos a:first-child {
  margin-left: 0;
}

.footer {
  width: 100%;
  font: 600 16px/18px "Source Sans Pro", sans-serif;
  color: #909190;
  background: url(../images/backgrounds/footer_bg_logo.png) bottom right
    no-repeat #f6f6f6;
}

.footer h2 {
  font-weight: normal;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer li {
  padding: 0;
}

.greenText {
  color: #8e9e44;
}

.greyText {
  color: #909190;
}

.footer a {
  padding: 0;
}

.footer p {
  padding: 0 0 20px 0;
}

.footer-row {
  padding: 0% 15% 1%;
  display: flex;
  justify-content: space-around;
}

.footer-grid {
  display: flex;
  padding: 50px 100px 5px;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-size: cover;
  margin: 40px;
}

.footer-column {
  width: 22%;
  font: 600 14px/20px "Source Sans Pro", sans-serif;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column .linkedin {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-left: 17px;
  background: url(../images/general_sprite.png) 0 -153px no-repeat;
  vertical-align: middle;
}
@media only screen and (max-width: 1110px) {
  .footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 80px 80px 80px;
  }

  .footer-column {
    width: 50%;
    font: 600 14px/20px "Source Sans Pro", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .footer-column {
    width: 90%;
    font: 600 14px/20px "Source Sans Pro", sans-serif;
  }
}

.cover.content .title:after,
.cover .content a:after,
.cover2.content .title:after,
.cover2 .content a:after,
.cover3.content .title:after,
.cover3 .content a:after,
.footer .row .wrapper > div ul li:first-of-type:before {
  content: "";
}

@media only screen and (max-width: 1100px) {
  .footer > .wrapper {
    width: 782px;
    height: 600px;
    padding: 70px 50px 200px;
    background-size: contain;
    background-position: bottom;
  }

  .footer > .wrapper div:first-of-type p {
    width: 60%;
  }

  .footer > .wrapper div:first-of-type .logos {
    width: 100%;
    margin-top: 60px;
  }

  .footer > .wrapper div:after,
  .footer > .wrapper div:before {
    width: 0;
    height: 0;
  }

  .footer .row {
    padding: 150px 50px 50px;
    background-position: 260px 160px;
  }

  .footer .row .wrapper > div:first-child p span {
    height: 43px;
  }

  .footer .row .wrapper > div p:first-child {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
  }

  .footer .row .wrapper > div ul {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 70px;
  }

  .footer > .wrapper {
    position: static;
    width: 100%;
    height: 590px;
    padding: 38px 35px 0;
    background-size: cover;
    background-position: -270px 0;
  }

  .footer > .wrapper .title {
    display: block;
    width: 100%;
    font: 300 26px/33px "Source Sans Pro", sans-serif;
    letter-spacing: -0.2px;
  }

  .footer > .wrapper .title span {
    font: 600 26px/33px "Source Sans Pro", sans-serif;
    letter-spacing: -0.18px;
  }

  .footer > .wrapper div:first-of-type {
    height: auto;
  }

  .footer > .wrapper div:first-of-type p {
    float: none;
    width: 100%;
  }

  .footer > .wrapper div:first-of-type .logos {
    position: relative;
    float: none;
    max-width: 330px;
    min-width: 35%;
    height: 85px;
    margin: 33px auto;
  }

  .footer > .wrapper div:first-of-type .logos a {
    position: absolute;
    margin: 0;
  }

  .footer > .wrapper div:first-of-type .logos a.bbva {
    top: 0;
    left: 0;
  }

  .footer > .wrapper div:first-of-type .logos a.repsol {
    top: 0;
    right: 0;
  }

  .footer > .wrapper div:first-of-type .logos a.iberia {
    bottom: 0;
    left: 0;
  }

  .footer > .wrapper div:first-of-type .logos a.tel {
    bottom: 0;
    right: 0;
  }

  .footer > .wrapper:after,
  .footer > .wrapper:before {
    width: 0;
    height: 0;
  }

  .footer .row {
    background: #e3e7e4;
    padding: 10px 0 0 30px;
  }

  .footer .row .wrapper {
    position: relative;
    height: 322px;
  }

  .footer .row .wrapper > div {
    height: auto;
    margin: 0;
  }

  .footer .row .wrapper > div:first-child {
    height: auto;
    margin: 20px auto;
  }

  .footer .row .wrapper > div:first-child p {
    position: absolute;
    float: none;
    bottom: 45px;
  }

  .footer .row .wrapper > div p {
    width: 70%;
    font: 400 14px/22px "Source Sans Pro", sans-serif;
  }

  .footer .row .wrapper > div ul {
    position: relative;
    top: 20%;
    left: -10px;
    float: left;
    margin-top: 20px;
    font: 700 12px/25px "Source Sans Pro", sans-serif;
    letter-spacing: 0.8px;
  }

  .footer .row .wrapper > div ul li.no-before:before {
    content: " ";
  }
}

.cover {
  position: relative;
  width: 100%;
  height: 545px;
  background: url(../images/photos/adaptate_fondo.jpg) top no-repeat;
  background-size: cover;
  transition: opacity 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}

.cover2 {
  position: relative;
  width: 100%;
  height: 545px;
  background: url(../images/photos/e-factura_fondo.jpg) top no-repeat;
  background-size: cover;
  transition: opacity 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}

.cover3 {
  position: relative;
  width: 100%;
  height: 545px;
  background: url(../images/photos/gestion_de_estados.jpg) top no-repeat;
  background-size: cover;
  transition: opacity 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  background-position: center center;
}

.cover4 {
  position: relative;
  width: 100%;
  height: 545px;
  transition: opacity 0.5s ease-in-out;
}

.coverSlick-dots {
  width: 8px;
  height: 8px;
  margin: 11px 10px;
  padding: 0;
  background: #bd314d;
  list-style-type: none;
  border: 0;
  border-radius: 50%;
  font-size: 0;
}

.coverSlick-dots_Selected {
  width: 10px;
  height: 10px;
  margin: 11px 10px;
  padding: 0;
  background: #8e9e44;
  list-style-type: none;
  border: 0;
  border-radius: 50%;
  font-size: 0;
}

.cover .content {
  position: absolute;
  left: 0;
  width: 51%;
  padding: 18px 0 80px 30px;
  background-size: cover;
}

.cover ul {
  list-style-type: square;
}

.cover2 .content {
  position: absolute;
  left: 0;
  width: 51%;
  padding: 18px 0 80px 30px;
  background-size: cover;
}

.cover3 .content {
  position: absolute;
  left: 0;
  width: 51%;
  padding: 18px 0 80px 30px;
  background-size: cover;
}

.cover4 .content {
  position: absolute;
  left: 0;
  width: calc(100% - 300px);
  padding: 30px 50px;
  background-size: cover;
  background: url(../images/photos/premiosAERCEfondo.jpg) top no-repeat;
}

.cover .content .title{
  position: relative;
  display: block;
  width: 85%;
  min-width: 521px;
  font: 300 44px/45px "Source Sans Pro", sans-serif;
  color: #030303;
}

.cover2 .content .title {
  position: relative;
  display: block;
  width: 85%;
  min-width: 521px;
  font: 300 44px/45px "Source Sans Pro", sans-serif;
  color: #131313;
}

.cover3 .content .title {
  position: relative;
  display: block;
  width: 60%;
  min-width: 450px;
  font: 300 44px/45px "Source Sans Pro", sans-serif;
  color: #FFF;
}

.cover4 .content .title {
  position: relative;
  display: block;
  width: 100%;
  min-width: 521px;
  text-align: center;
  font: 300 44px/45px "Source Sans Pro", sans-serif;
  color: white;
}

.cover4 .dot-paginator > * {
  float: none;
}

.cover4 .dot-paginator {
  height: 30px;
  width: 100%;
  float: none;
  text-align: center;
}

.cover .content .title span,
.cover2 .content .title span,
.cover3 .content .title span,
.cover4 .content .title span {
  font-weight: 600;
}

.cover .content .title:after,
.cover2 .content .title:after,
.cover3 .content .title:after,
.cover4 .content .title:after {
  position: absolute;
  top: default;
  right: default;
  bottom: -33px;
  left: 0;
  width: 0;
  height: 2px;
  border-left: 32px solid #85924b;
  border-right: 32px solid #bc2c4a;
}

.cover .content p{
  width: 80%;
  min-width: 570px;
  padding: 0 0 72px;
  color: #222;
  font: 400 16px/27px "Source Sans Pro", sans-serif;
}

.cover2 .content p {
  width: 60%;
  margin: 0 0 36px;
  min-width: 340px;
  color: #222;
  font: 400 16px/27px "Source Sans Pro", sans-serif;
}

.cover3 .content p {
  width: 80%;
  height: 170px;
  margin: 0 0 64px;
  min-width: 570px;
  color: #FFF;
  font: 400 16px/27px "Source Sans Pro", sans-serif;
}
.cover4 .content p {
  width: 100%;
  margin: 60px 0 36px;
  color: white;
  font: 300 44px/45px "Source Sans Pro", sans-serif;
  text-align: center;
}

.cover .content a,
.cover2 .content a,
.cover3 .content a,
.cover4 .content a {
  position: relative;
  width: 260px;
  padding: 20px 44px 22px 33px;
  background: #fff;
  color: #bd314d;
  border: 2px solid #bc2c4a;
  font: 700 14px/18px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.cover .content a:after,
.cover2 .content a:after,
.cover3 .content a:after,
.cover4 .content a:after {
  position: absolute;
  top: 24px;
  right: 33px;
  width: 24px;
  height: 13px;
  background: url(../images/general_sprite.png) 0 -135px no-repeat;
}

.cover4 .content .contentText {
  height: 450px;
}

@media only screen and (max-width: 1100px) {
  .cover,
  .cover2,
  .cover3 {
    height: 580px;
    background-size: cover;
    background-position: 30% 0;
  }

  .cover4 {
    height: 420px;
  }

  .cover .content,
  .cover2 .content,
  .cover3 .content,
  .cover4 .content {
    background-position: 60% 0;
  }

  .cover4 .content {
    background-position: 60% 0;
    background-size: cover;
    width: 100%;
  }

  .cover4 .content .contentText {
    height: 330px;
  }

  .cover .content .title,
  .cover2 .content .title,
  .cover3 .content .title {
    min-width: 270px;
    margin-bottom: 0;
    font: 300 28px/30px "Source Sans Pro", sans-serif;
    color: #131313;
  }

  .cover4 .content .title {
    min-width: 270px;
    margin-bottom: 0;
    font: 300 28px/30px "Source Sans Pro", sans-serif;
    color: white;
    width: 100%;
  }

  .cover .content .title:after,
  .cover2 .content .title:after,
  .cover3 .content .title:after,
  .cover4 .content .title:after {
    width: 0;
    height: 0;
  }

  .cover .content p,
  .cover2 .content p{
    width: 100%;
    margin: 24px 0 36px;
    font: 400 18px/26px "Source Sans Pro", sans-serif;
    height: 240px;
    color: #131313;
    padding: 0 0 72px;
  }

  .cover3 .content p {
    width: 100%;
    height: 208px;
    margin: 24px 0 36px;
    font: 400 18px/26px "Source Sans Pro", sans-serif;
    padding: 0 0 72px;
    color: #fff;
  }

  .cover4 .content p {
    width: 100%;
    margin: 24px 0 36px;
    font: 300 28px/30px "Source Sans Pro", sans-serif;
    color: white;
  }

  .cover .content button,
  .cover2.content button,
  .cover3.content button,
  .cover4.content button {
    top: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .cover,
  .cover2,
  .cover3 {
    height: 580px;
    background-size: 220%;
    background-position: 71% -46px;
  }

  .cover4 {
    background-size: 100%;
    background-position: 100% -300px;
    background: url(../images/photos/premiosAERCEfondo.jpg) top no-repeat;
  }

  .cover4 .content .contentText {
    height: 450px;
  }

  .cover .content,
  .cover2 .content,
  .cover3 .content,
  .cover4 .content {
    position: absolute;
    display: block;
    width: 100%;
    height: 580px;
    padding: 0 25px;
    background: #e3e5d4;
  }

  .cover .content img,
  .cover2 .content img,
  .cover3 .content img,
  .cover4 .content img {
    display: none;
  }

  .cover .content .title,
  .cover2 .content .title,
  .cover3 .content .title,
  .cover4 .content .title {
    width: 100%;
    font: 300 29px/34px "Source Sans Pro", sans-serif;
    color: #131313;
  }

  .cover .content .title span,
  .cover2 .content .title span,
  .cover3 .content .title span,
  .cover4 .content .title span {
    font: 600 29px/34px "Source Sans Pro", sans-serif;
  }

  .cover .content .title:after,
  .cover2 .content .title:after,
  .cover3 .content .title:after,
  .cover4 .content .title:after {
    width: 24px;
    height: 2px;
    bottom: -16px;
  }

  .cover .content p,
  .cover2 .content p,
  .cover3 .content p {
    width: 100%;
    margin: 42px 0 40px;
    font: 400 15px/27px "Source Sans Pro", sans-serif;
  }

  .cover4 .content p {
    width: 100%;
    margin: 42px 0 40px;
    color: #131313;
  }
}

.aside_nav {
  position: absolute;
  right: 0;
  width: 300px;
  height: 260px;
  background: #8e9e44;
  z-index: 0;
}

.aside_nav.full {
  height: 545px;
}

.aside_nav .title {
  display: block;
  width: 85%;
  padding: 21px 22px 16px 0;
  margin: 0 auto;
  border-bottom: 1px solid #6a753a;
  font: 300 26px/33px "Source Sans Pro", sans-serif;
}

.aside_nav ul {
  font: 600 16px/20px "Source Sans Pro", sans-serif;
  color: #fff;
  padding: 0px;
}

.aside_nav ul:first-of-type {
  width: 85%;
  margin: 15px auto;
}

.aside_nav ul:first-of-type > li {
  position: relative;
  padding: 17px 0 18px 62px;
  margin-bottom: 10px;
  background: #fff;
}

.aside_nav ul:first-of-type > li.customers:after,
.aside_nav ul:first-of-type > li.customers:before,
.aside_nav ul:first-of-type > li.market:after,
.aside_nav ul:first-of-type > li.market:before,
.aside_nav ul:first-of-type > li.podium:after,
.aside_nav ul:first-of-type > li.podium:before {
  position: absolute;
  content: "";
}

.aside_nav ul:first-of-type > li.market:before {
  top: 12px;
  left: 20px;
  width: 32px;
  height: 22px;
  background: url(../images/nav_sprite.png) 0 8px no-repeat;
}

.aside_nav ul:first-of-type > li.market:after {
  width: 25px;
  height: 31px;
  background: url(../images/general_sprite.png) 0 -77px no-repeat;
}

.aside_nav ul:first-of-type > li.customers:before {
  top: 16px;
  left: 30px;
  width: 32px;
  height: 22px;
  background: url(../images/nav_sprite.png) 0 -52px no-repeat;
}

.aside_nav ul:first-of-type > li.customers:after {
  right: 15px;
  width: 25px;
  height: 31px;
  background: url(../images/general_sprite.png) 0 -77px no-repeat;
}

.aside_nav ul:first-of-type > li.podium:before {
  top: 16px;
  left: 20px;
  width: 32px;
  height: 22px;
  background: url(../images/nav_sprite.png) 0 -23px no-repeat;
}

.aside_nav ul:first-of-type > li.podium:after {
  right: 15px;
  width: 25px;
  height: 31px;
  background: url(../images/general_sprite.png) 0 -77px no-repeat;
}

.aside_nav ul:first-of-type > li a:after,
.aside_nav ul:first-of-type > li a:before,
.aside_nav ul:first-of-type > li a:hover:after {
  width: 0;
  height: 0;
}

.aside_nav ul:first-of-type > li.podium.inverted:before {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.aside_nav ul:first-of-type > li a {
  display: inline;
  padding: 0;
  text-transform: none;
  color: #000;
}

.aside_nav ul.folder a.all,
.aside_nav ul.folder a.hide {
  padding-left: 75px;
}

.aside_nav ul:first-of-type > li a:hover {
  background: 0 0;
}

.aside_nav ul.folder {
  padding-bottom: 0;
}

.aside_nav ul.folder li {
  position: relative;
}

.aside_nav ul.folder a.all:before,
.aside_nav ul.folder li span {
  position: absolute;
  top: 15px;
  left: 25px;
  background: url(../images/plus_ico.png) no-repeat;
}

.aside_nav ul.folder li span {
  display: block;
  width: 31px;
  height: 31px;
}

.aside_nav ul.folder a {
  cursor: pointer;
}

.aside_nav ul.folder a.all:before {
  content: "";
  width: 30px;
  height: 32px;
}

.aside_nav ul.folder a.all:hover:after,
.aside_nav ul.folder a.hide:after {
  width: 0;
  height: 0;
  content: "";
}

.aside_nav ul li {
  position: relative;
}

.aside_nav ul li a {
  display: block;
  padding: 19px 6px 18px 70px;
  cursor: pointer;
}

.aside_nav ul li a:hover {
  background: #778242;
}

.aside_nav ul li a:hover:after {
  content: "";
  position: absolute;
  right: 55px;
  top: 22px;
  width: 30px;
  height: 15px;
  background: url(../images/general_sprite.png) 0 -65px no-repeat;
}

.aside_nav ul li a.market:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 30px;
  width: 32px;
  height: 22px;
  background: url(../images/nav_sprite.png) 0 8px no-repeat;
}

.aside_nav ul li a.directory:before,
.aside_nav ul li a.podium:before {
  top: 16px;
  position: absolute;
  left: 30px;
  width: 32px;
  height: 22px;
  content: "";
}

.aside_nav ul li a.market:hover:after {
  right: 20px;
}

.aside_nav ul li a.market:hover:before {
  background: url(../images/nav_sprite.png) -33px 8px no-repeat;
}

.aside_nav ul li a.podium:before {
  background: url(../images/nav_sprite.png) 0 -23px no-repeat;
}

.aside_nav ul li a.podium:hover:before {
  background: url(../images/nav_sprite.png) -33px -23px no-repeat;
}

.aside_nav ul li a.podium.inverted:before {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.aside_nav ul li a.directory:before {
  background: url(../images/nav_sprite.png) 0 -52px no-repeat;
}

.aside_nav ul li a.directory:hover:before {
  background: url(../images/nav_sprite.png) -33px -52px no-repeat;
}

.aside_nav ul li a.bussiness:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 30px;
  width: 32px;
  height: 22px;
  background: url(../images/nav_sprite.png) 0 -83px no-repeat;
}

.aside_nav ul li a.bussiness:hover:after {
  right: 20px;
}

.aside_nav ul li a.bussiness:hover:before {
  background: url(../images/nav_sprite.png) -33px -83px no-repeat;
}

.aside_nav ul li a.training:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 30px;
  width: 32px;
  height: 22px;
  background: url(../images/nav_sprite.png) 0 -113px no-repeat;
}

.aside_nav ul li a.training:hover:after {
  right: 70px;
}

.aside_nav ul li a.training:hover:before {
  background: url(../images/nav_sprite.png) -33px -113px no-repeat;
}

@media only screen and (max-width: 1100px) {
  .aside_nav {
    top: -610px;
    z-index: 10;
  }

  .aside_nav ul {
    display: block;
    padding-bottom: 20px;
  }

  .aside_nav ul.folder,
  .aside_nav ul:first-of-type {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .aside_nav {
    left: -300px;
    z-index: 10;
  }
}

.figures-block {
  position: relative;
  width: 100%;
  padding: 5% 15% 90px;
  background: url(../images/photos/figures.png) no-repeat;
  z-index: 0;
}

.figures-block .slick-list .slick-track {
  width: 100%;
}

.figures-block .slick-list .slick-track .slick-slide {
  width: 33%;
}

.figures-block .content {
  text-align: center;
  color: #fff;
}

.figures-block .content .title {
  margin: 0 0 30px;
  font: 300 44px/33px "Source Sans Pro", sans-serif;
}

.figures-block .content .title span {
  font: 600 44px/33px "Source Sans Pro", sans-serif;
}

.figures-block .content .subtitle {
  font: 600 18px/35px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}

.figures-block .content:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  bottom: default;
  left: 0;
  width: 0;
  height: 2px;
  border-left: 32px solid #85924b;
  border-right: 32px solid #bc2c4a;
  margin: 0 auto;
}

.figures-block .figures {
  position: relative;
  bottom: -90px;
}

.figures-block .figures > div {
  display: inline-block;
  width: 25%;
  margin-left: 12%;
  vertical-align: top;
  text-align: center;
}

.figures-block .figures > div:first-of-type {
  margin-left: 0;
  width: 100%;
}

.figures-block .figures > div p:first-child {
  position: relative;
  width: 183px;
  height: 183px;
  margin: 0 auto;
  background: url(../images/figure_circle.png) no-repeat;
}

.figures-block .figures > div p:first-child span {
  font: 600 41px "Source Sans Pro", sans-serif;
  line-height: 180px;
  color: #fff;
}

.figures-block .figures > div p:first-child:after {
  content: "";
  position: absolute;
  top: default;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 1px;
  height: 30px;
  background: #222;
  margin: 0 auto;
}

.figures-block .figures > div .title {
  font: 700 20px/43px "Source Sans Pro", sans-serif;
  color: #111;
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.figures-block .figures > div .text {
  font: 400 17px/25px "Source Sans Pro", sans-serif;
  color: #777;
}

@media only screen and (max-width: 1100px) {
  .figures-block .figures,
  .figures-block .slick-list .slick-track {
    width: 100%;
  }

  .figures-block {
    width: 100%;
    padding: 5% 7%;
    background-position: top;
  }

  .figures-block .content:after {
    top: 28%;
  }

  .figures-block .slick-list .slick-slide {
    width: 185px;
  }

  .figures-block .slick-next,
  .figures-block .slick-prev {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .figures-block {
    padding-top: 40px;
    margin-top: 100px;
    background-position: 50% 0;
  }

  .figures-block .figures {
    margin-bottom: 100px;
  }

  .figures-block .figures > div.slick-list {
    width: 100%;
  }

  .figures-block .content .title {
    font: 300 29px/33px "Source Sans Pro", sans-serif;
  }

  .figures-block .content .title span {
    font: 600 29px/33px "Source Sans Pro", sans-serif;
  }

  .figures-block .content .subtitle {
    font: 600 14px/19px "Source Sans Pro", sans-serif;
    letter-spacing: 0.96px;
  }

  .figures-block .content:after {
    top: 180px;
  }

  .figures-block .slick-dots {
    width: 20%;
    margin: 20px auto;
  }

  .figures-block .slick-dots > li {
    display: inline-block;
  }

  .figures-block .slick-dots > li.slick-active button {
    background: #8e9e44;
  }

  .figures-block .slick-dots > li button {
    width: 8px;
    height: 8px;
    margin: 0 0 0 10px;
    padding: 0;
    background: #d8d8d8;
    list-style-type: none;
    border: 0;
    border-radius: 50%;
    font-size: 0;
  }
}

.inner-header {
  height: 320px;
  position: relative;
}

.inner-header2 {
  height: 320px;
  position: relative;
}

.inner-header > div {
  position: absolute;
  left: 0;
  padding: 35px 55px 0 40px;
}

.inner-header2 > div {
  position: absolute;
  left: 0;
  padding: 40px 55px 0 40px;
  margin: 15px 210px;
}

@media only screen and (max-width: 767px) {
  .inner-header2 > div {
    margin: 0;
  }
}

.inner-header2.trust {
  background: url(../images/trust-center/cabecera.jpeg) no-repeat;
  background-size: cover;
  background-position-y: center;
}

.inner-header2.help-center {
  background: url(../images/help-center/cabecera.jpg) no-repeat;
  background-size: cover;
  background-position-y: bottom;
  color: #fff;
}

.inner-header > div img {
  margin-bottom: 70px;
}

.inner-header > div .title {
  margin: 0;
  font: 600 44px/48px "Source Sans Pro", sans-serif;
  color: #fff;
}

.title2 {
  margin: 0 0 10px 0;
  font: 600 44px/48px "Source Sans Pro", sans-serif;
  color: #111;
}

.title2_white {
  margin: 0 0 10px 0;
  font: 600 44px/48px "Source Sans Pro", sans-serif;
  color: #fff;
}

.title3 {
  margin: 0;
  font: 400 17px/24px "Source Sans Pro", sans-serif;
  color: #111;
}

.title3_white {
  margin: 0;
  font: 400 17px/24px "Source Sans Pro", sans-serif;
  color: #fff;
}

.inner-headerInfo {
  width: 35%;
}

@media only screen and (max-width: 1110px) {
  .inner-headerInfo {
    width: 80%;
  }
}

.inner-headerText {
  margin: 20px 0px;
}

.lower-nav {
  background-color: #768534;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;

  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.lower-nav a {
  color: white;
  text-align: center;
  padding: 14px 16px;
}

.lower-nav a:hover {
  background-color: #576323;
}

.inner-header.support {
  background: url(../images/photos/support.png) 0 -1px no-repeat;
}

.inner-header2.billing {
  background: url(../images/photos/cabecera_efactura.jpg) 0 -1px no-repeat;
}

.inner-header2.webinars {
  background: url(../images/webinar/cabecera.png) 0 -1px no-repeat;
  background-size: cover;
}

.inner-header2.calendar {
  background: url(../images/webinar/calendario_cabecera.jpg) 0 -1px no-repeat;
  background-size: cover;
}

.inner-header2.integraciones {
  background: url(../images/integraciones/cabecera.jpg) 0 -1px no-repeat;
  background-size: cover;
}

.inner-header2.homologacion {
  background: url(../images/integraciones/cabecera.jpg) 0 -1px no-repeat;
  background-size: cover;
  height: 340px;
}

.inner-header.business {
  background: url(../images/photos/business.png) 0 -1px no-repeat;
}

.inner-header.contact {
  background: url(../images/photos/contact.png) 0 -1px no-repeat;
}

.inner-header.register {
  background: url(../images/photos/webinar.jpg) 0 -1px no-repeat;
}

.inner-header2.about {
  background: url(../images/quienes/cabecera/cabecera.png) no-repeat;
}

.inner-header.about {
  background: url(../images/photos/about.png) no-repeat;
}

.inner-header.negotiations {
  background: url(../images/photos/neg.png) no-repeat;
}

.inner-header.privacy {
  background: url(../images/photos/about.png) no-repeat;
}

.inner-header.legal {
  background: url(../images/photos/contact.png) 0 -1px no-repeat;
}

.inner-header.net {
  background: url(../images/photos/net.png) no-repeat;
}

.inner-header.qualification {
  background: url(../images/photos/homologacion.jpg) 0 -1px no-repeat;
}

.inner-header.legal,
.inner-header.privacy {
  height: 160px;
}

.inner-header.legal > div .title,
.inner-header.privacy > div .title {
  display: none;
}

.contact-form {
  width: 70%;
  padding: 0 30px 10px 30px;
}

.btn {
  padding: 0 0 20px 0;
}

.actionButton {
  border: 2px solid #fff;
  background-color: #768534;
  color: #fff;
  border-radius: 10px;
  padding: 9px 20px;
  position: relative;
  font: 400 14px/18px "Source Sans Pro", sans-serif;
}

.actionButton-white {
  border: 2px solid #768534;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 20px 80px;
  position: relative;
  font: 700 24px/33px "Source Sans Pro", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, filter 0.3s ease;
}

.actionButton-white:hover {
  border: 2px solid #fff;
  background-color: #768534;
  color: #fff;
  border-radius: 10px;
  padding: 20px 80px;
  position: relative;
  font: 700 24px/33px "Source Sans Pro", sans-serif;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, filter 0.3s ease;
}

@media only screen and (max-width: 1100px) {
  .inner-header {
    height: 160px;
  }

  .inner-header > div .title {
    margin-top: 50px;
  }

  .inner-header.about,
  .inner-header.business,
  .inner-header.support {
    background-position: center;
  }

  .inner-header.billing {
    background-position: center -100px;
  }

  .inner-header.negotiations {
    background-position: center 0;
  }

  .inner-header.net {
    background-position: center;
  }
}

@media only screen and (max-width: 767px) {
  .inner-header {
    height: 120px;
  }

  .inner-header > div {
    bottom: 7px;
    left: -18px;
    width: 100%;
  }

  .inner-header > div .title {
    font: 600 28px/48px "Source Sans Pro", sans-serif;
    letter-spacing: -0.07px;
  }

  .inner-header.business {
    background-position: 55% -45px;
  }

  .inner-header.negotiations {
    background-position: -330px 0;
  }

  .inner-header.net {
    background-position: 74%;
  }

  .inner-header.contact {
    background-position: center -10px;
  }

  .inner-header.contact2 {
    background-position: center -10px;
  }
}

.combo {
  position: relative;
  height: auto;
}

.combo:after {
  content: "";
  display: table;
  clear: both;
}

.combo > p {
  width: 43%;
}

.combo > div {
  width: 60%;
}

.combo .data {
  display: table-cell;
  position: absolute;
  top: 0;
  width: 100%;
  height: 368px;
  text-align: center;
  vertical-align: middle;
}

.combo .data.map {
  background: url(../images/backgrounds/map.png) no-repeat;
}

.combo .data.dots {
  background: url(../images/backgrounds/linked_dots.png) no-repeat;
}

.combo .data .circle {
  position: relative;
  top: 18%;
  display: inline-block;
  width: 197px;
  height: 197px;
  border: 4px solid #a7c0af;
  border-radius: 50%;
  background: #fff;
}

.combo .data .circle:after,
.combo .data .circle:before {
  position: absolute;
  right: 0;
  left: 0;
  width: 1px;
  height: 25px;
  background: #333;
  margin: 0 auto;
  content: "";
}

.combo .data .circle span {
  font: 400 20px/26px "Source Sans Pro", sans-serif;
  color: #5b5b5b;
}

.combo .data .circle span:first-child {
  font: 700 55px/69px "Source Sans Pro", sans-serif;
  color: #000;
}

.combo .data .circle:before {
  top: -15px;
  bottom: default;
}

.combo .data .circle:after {
  top: default;
  bottom: -15px;
}

.combo.right .data {
  right: -50%;
}

.combo.left .data {
  top: 8%;
  left: -45%;
}

.combo.left > p {
  float: right;
}

@media only screen and (max-width: 767px) {
  .combo,
  .combo .data {
    position: static;
  }

  .combo > div,
  .combo > p {
    width: 100%;
  }

  .combo.left > p,
  .combo.right > p {
    float: none;
  }

  .combo > div {
    margin-top: 15px;
  }

  .combo .data {
    display: block;
    width: 100%;
    height: 188px;
  }

  .combo .data.dots,
  .combo .data.map {
    background-size: cover;
  }

  .combo .data .circle {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .combo .data .circle span {
    font: 400 14px/26px "Source Sans Pro", sans-serif;
  }

  .combo .data .circle span:first-child {
    font: 700 28px/36px "Source Sans Pro", sans-serif;
  }
}

.two-columns {
  width: 100%;
}

.two-columns .image {
  width: 50%;
}

.two-columns .content {
  width: 40%;
  padding: 40px 35px 50px 45px;
  color: #3f4f44;
}

.two-columns .content .title {
  font: 600 36px/33px "Source Sans Pro", sans-serif;
  margin: 0;
}

.two-columns .content .subtitle {
  position: relative;
  margin: 20px 0 50px;
  font: 600 18px/26px "Source Sans Pro", sans-serif;
  letter-spacing: 0.21px;
}

.two-columns .content .subtitle:after {
  content: "";
  position: absolute;
  top: default;
  right: default;
  bottom: -22px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #fff;
  margin: 0;
}

.two-columns .content p {
  position: relative;
  font: 400 17px/33px "Source Serif Pro", serif;
}

.two-columns .content p:after {
  content: "";
  position: absolute;
  top: default;
  right: 0;
  bottom: -65px;
  left: 0;
  width: 1px;
  height: 25px;
  background: #333;
  margin: 0 auto;
}

.two-columns.billing {
  margin: 40px 0 50px 50px;
}

.two-columns.billing .image {
  background: url(../images/photos/two_columns_billing.png) no-repeat;
  background-size: cover;
}

.two-columns.billing .content {
  background: #bed5c5;
}

.two-columns.qualification {
  margin: 40px 0 50px 50px;
}

.two-columns.qualification .image {
  background: url(../images/photos/two_columns_qualification.png) no-repeat;
  background-size: cover;
}

.two-columns.qualification .content {
  background: #bed5c5;
}

.two-columns.business {
  margin: 40px 0 0 50px;
  text-align: center;
}

.two-columns.business .image {
  background: url(../images/photos/two_columns_business.png) no-repeat;
  background-size: cover;
}

.two-columns.business .imageCicleContainer {
  display: inline-block;
}

.two-columns.business .imageCicle1 {
  width: calc(40% - 10px);
}

.two-columns.business .imageCicle2 {
  width: calc(60% - 10px);
}

.two-columns.business .content {
  background: #e3e5d4;
}

.two-columns.negotiations {
  margin: 40px 0 50px 50px;
}

.two-columns.negotiations .image {
  background: url(../images/photos/two_columns_neg.png) no-repeat;
  background-size: cover;
}

.two-columns.negotiations .content {
  background: #bed5c5;
}

.two-columns > div {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

@media only screen and (max-width: 1100px) {
  .two-columns {
    width: 680px;
    margin: 0 auto;
  }

  .two-columns > div {
    display: block;
  }

  .two-columns .image {
    width: 100%;
    height: 380px;
  }

  .two-columns .content {
    width: 100%;
  }

  .two-columns .content:after {
    width: 0;
    height: 0;
  }

  .two-columns.billing,
  .two-columns.business,
  .two-columns.negotiations,
  .two-columns.net,
  .two-columns.qualification {
    margin: 30px auto;
  }

  .two-columns.business .imageCicle1 {
    width: 0%;
  }

  .two-columns.business .imageCicle2 {
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .two-columns {
    width: 100%;
  }

  .two-columns > div {
    display: block;
  }

  .two-columns .image {
    height: 201px;
  }

  .two-columns .content {
    width: 100%;
    padding: 23px 20px 26px 30px;
  }

  .two-columns .content .title {
    font: 400 26px/33px "Source Sans Pro", sans-serif;
  }

  .two-columns .content .subtitle {
    font: 600 15px/26px "Source Sans Pro", sans-serif;
    letter-spacing: 0.18px;
  }

  .two-columns .content p:after {
    display: none;
  }

  .two-columns.billing,
  .two-columns.business,
  .two-columns.qualification {
    margin: 32px 0 0;
  }

  .two-columns.business .imageCicle1 {
    width: 0%;
  }

  .two-columns.business .imageCicle2 {
    width: 95%;
  }

  .two-columns.negotiations {
    margin: 32px 0 30px;
  }
}

.single-figure {
  position: relative;
  width: 872px;
  margin: 70px auto;
}

.single-figure .image {
  width: 100%;
  height: 255px;
  background: url(../images/photos/single_figure.png) no-repeat;
  background-size: cover;
}

.single-figure .image.about {
  background: url(../images/photos/single_figure_about.png) no-repeat;
  background-size: cover;
}

.single-figure.net .circle {
  display: none;
}

.single-figure.net .content {
  padding: 50px 50px 53px;
}

.single-figure .circle {
  position: absolute;
  top: -32%;
  right: 0;
  left: 0;
  z-index: 0;
  width: 196px;
  height: 196px;
  margin: 0 auto;
  border: 4px solid #979482;
  border-radius: 50%;
  background: #222;
  text-align: center;
}

.single-figure .circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -29px;
}

.single-figure .circle span {
  color: #fff;
  font: 400 20px/28px "Source Sans Pro", sans-serif;
}

.single-figure .circle span:first-child {
  font: 700 51px/43px "Source Sans Pro", sans-serif;
}

.single-figure .content {
  position: relative;
  top: -10px;
  width: 100%;
  padding: 122px 145px 53px 146px;
  background: #e3e5d4;
  text-align: center;
  color: #535147;
}

.single-figure .content .title {
  position: relative;
  margin-top: 0;
  font: 600 19px/28px "Source Sans Pro", sans-serif;
}

.single-figure .content .title:after {
  content: "";
  position: absolute;
  top: default;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}

.single-figure .content ul {
  margin-top: 32px;
}

.single-figure:after,
.single-figure:before {
  position: absolute;
  width: 1px;
  height: 25px;
  background: #333;
  margin: 0 auto;
  left: 0;
  content: "";
  right: 0;
}

.single-figure:before {
  top: -12px;
  bottom: default;
}

.single-figure:after {
  top: default;
  bottom: -12px;
}

@media only screen and (max-width: 1100px) {
  .single-figure {
    width: 680px;
    margin: 40px auto 0;
  }

  .single-figure.net {
    position: static;
  }

  .single-figure .content {
    padding: 122px 50px 53px;
  }

  .single-figure .content .title:after {
    bottom: -16px;
  }

  .single-figure:after {
    content: "";
    position: absolute;
    top: default;
    right: 0;
    bottom: -180px;
    left: 0;
    width: 1px;
    height: 25px;
    background: #333;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .single-figure {
    left: 0;
    width: 100%;
    margin: 37px auto;
  }

  .single-figure .image {
    height: 150px;
  }

  .single-figure.net .circle {
    display: none;
  }

  .single-figure.net .content {
    padding: 0 50px 15px;
  }

  .single-figure.net .content .title {
    padding-top: 40px;
  }

  .single-figure.net .content .title:after {
    right: 0;
    left: 0;
    bottom: -18px;
    margin: 0 auto;
  }

  .single-figure .circle {
    top: -27%;
    width: 150px;
    height: 150px;
  }

  .single-figure .circle p {
    margin: -35px 0 0 -18px;
  }

  .single-figure .circle span {
    font: 400 16px/27px "Source Sans Pro", sans-serif;
  }

  .single-figure .circle span:first-child {
    font: 700 32px/43px "Source Sans Pro", sans-serif;
  }

  .single-figure .content {
    padding: 0;
  }

  .single-figure .content > p {
    padding: 0 32px 27px;
  }

  .single-figure .content > p.title {
    padding: 90px 25px 2px;
  }

  .single-figure .content > p.title:after {
    right: 0;
    bottom: -12px;
    left: 0;
    margin: 0 auto;
  }

  .single-figure:after,
  .single-figure:before {
    width: 0;
    height: 0;
  }
}

.flex-list {
  position: relative;
  margin: 140px 0 0;
  text-align: center;
}

.flex-list .background {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #d0dfd5;
}

.flex-list .owl-stage {
  margin: 0 auto;
}

.flex-list .slick-slider {
  width: 70%;
  margin: -30px auto;
}

.flex-list .slick-slider .slick-track {
  width: 100%;
}

.flex-list .element {
  position: relative;
  top: -80px;
  display: inline-block;
  width: 45%;
  text-align: center;
  vertical-align: top;
  background: #fff;
}

.flex-list .element:first-child {
  margin-right: 20px;
}

.flex-list .element .back {
  position: relative;
  height: 160px;
  margin-top: 80px;
  background: url(../images/backgrounds/flexible_list_back.png) no-repeat
    #c82e4f;
  background-size: cover;
}

.flex-list .element .content {
  padding: 96px 56px 56px;
}

.flex-list .element p {
  margin: 0;
}

.flex-list .element .title {
  font: 700 20px/43px "Source Sans Pro", sans-serif;
  letter-spacing: 1.23px;
  color: #111;
  text-transform: uppercase;
}

.flex-list .element .txt {
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
  font: 400 17px/25px "Source Sans Pro", sans-serif;
  color: #777;
}

.flex-list .element .enum {
  margin: 0;
}

.flex-list .element .enum li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  font: 600 17px/26px "Source Sans Pro", sans-serif;
  list-style: none;
  color: #000;
}

.flex-list .element .enum li:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 7px;
  width: 16px;
  height: 13px;
  background: url(../images/ok_icons.png);
}

.flex-list .element.magenta .back:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background: 0 0, 0 0, 0, 100% #c82e4f;
  background: -webkit-gradient(-90deg, rgba(200, 45, 79, 0) 0, #c82e4f 100%);
  background: -webkit-linear-gradient(
    -90deg,
    rgba(200, 45, 79, 0) 0,
    #c82e4f 100%
  );
  background: -moz-linear-gradient(
    -90deg,
    rgba(200, 45, 79, 0) 0,
    #c82e4f 100%
  );
  background: -ms-linear-gradient(-90deg, rgba(200, 45, 79, 0) 0, #c82e4f 100%);
}

.flex-list .element.magenta .picture {
  position: relative;
  bottom: -85px;
  z-index: 1;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  background: url(../images/photos/flexible_list_magenta.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 4px solid #c82e4f;
}

.flex-list .element.green .back:before,
.flex-list .element.magenta .picture:after,
.flex-list .element.magenta .txt:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
}

.flex-list .element.magenta .picture:after {
  top: default;
  bottom: -16px;
  width: 1px;
  height: 13px;
  background: #333;
  margin: 0 auto;
}

.flex-list .element.magenta .txt:after {
  top: default;
  bottom: -18px;
  width: 35px;
  height: 2px;
  background: #c82e4f;
  margin: 0 auto;
}

.flex-list .element.magenta ul li:before {
  background-position: 0 -22px;
}

.flex-list .element.green .back:before {
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background: 0 0, 0 0, 0, 100% #768534;
  background: -webkit-gradient(-90deg, rgba(200, 45, 79, 0) 0, #768534 100%);
  background: -webkit-linear-gradient(
    -90deg,
    rgba(200, 45, 79, 0) 0,
    #768534 100%
  );
  background: -moz-linear-gradient(
    -90deg,
    rgba(200, 45, 79, 0) 0,
    #768534 100%
  );
  background: -ms-linear-gradient(-90deg, rgba(200, 45, 79, 0) 0, #768534 100%);
}

.flex-list .element.green .picture {
  position: relative;
  bottom: -85px;
  z-index: 1;
  width: 135px;
  height: 136px;
  margin: 0 auto;
  background: url(../images/photos/flexible_list_green.png);
  background-size: cover;
  border-radius: 50%;
  border: 4px solid #768534;
}

.flex-list .element.green .picture:after,
.flex-list .element.green .txt:after {
  position: absolute;
  top: default;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
}

.flex-list .element.green .picture:after {
  bottom: -16px;
  width: 1px;
  height: 13px;
  background: #333;
}

.flex-list .element.green .txt:after {
  bottom: -18px;
  width: 35px;
  height: 2px;
  background: #85924b;
}

.flex-list .element.green ul li:before {
  background-position: 0 0;
}

@media only screen and (max-width: 1100px) {
  .flex-list {
    height: 600px;
    margin: 60px 0 0;
    overflow: hidden;
  }

  .flex-list .slick-slider {
    width: 100%;
    margin: 0 auto;
  }

  .flex-list .slick-slider .slick-next,
  .flex-list .slick-slider .slick-prev {
    content: "";
    position: absolute;
    top: 5%;
    z-index: 9;
    border: 0;
    width: 30px;
    height: 30px;
    background: 0 0;
    font-size: 0;
  }

  .flex-list .slick-slider .slick-prev {
    left: 0;
  }

  .flex-list .slick-slider .slick-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 23px;
    background: url(../images/slider_prev.png) no-repeat;
  }

  .flex-list .slick-slider .slick-next {
    right: 0;
  }

  .flex-list .slick-slider .slick-next:before {
    content: "";
    position: absolute;
    top: -15px;
    width: 15px;
    height: 23px;
    background: url(../images/slider_next.png) no-repeat;
  }

  .flex-list .slick-slider .slick-list,
  .flex-list .slick-slider .slick-list .slick-track {
    width: 100%;
    height: 960px;
  }

  .flex-list .slick-slider .slick-dots {
    bottom: -55px;
    z-index: 2;
  }

  .flex-list .element {
    width: 100%;
  }

  .flex-list .element:first-child {
    margin-left: 18px;
  }

  .flex-list.business {
    height: 790px;
  }
}

@media only screen and (max-width: 767px) {
  .flex-list {
    height: 910px;
    margin: 0;
  }

  .flex-list .slick-slider {
    width: 100%;
  }

  .flex-list .slick-slider .slick-next:after,
  .flex-list .slick-slider .slick-prev:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #000;
  }

  .flex-list .slick-slider .slick-next {
    position: absolute;
    right: 0;
    top: 20%;
  }

  .flex-list .slick-slider .slick-next:before {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .flex-list .slick-slider .slick-next:after {
    top: -15px;
    right: 0;
    opacity: 0.5;
  }

  .flex-list .slick-slider .slick-next[aria-disabled="true"] {
    opacity: 0.3;
  }

  .flex-list .slick-slider .slick-prev {
    position: absolute;
    top: 20%;
    left: 15px;
  }

  .flex-list .slick-slider .slick-prev.before {
    position: absolute;
    top: 0;
    left: 15px;
  }

  .flex-list .slick-slider .slick-prev:after {
    top: -15px;
    left: -15px;
    opacity: 0.5;
  }

  .flex-list .slick-slider .slick-prev.slick-disabled {
    opacity: 0.3;
  }

  .flex-list .slick-slider .slick-dots {
    bottom: 50px;
    width: 20%;
    margin: 0 auto;
  }

  .flex-list .slick-slider .slick-dots > li {
    display: inline-block;
  }

  .flex-list .slick-slider .slick-dots > li.slick-active button {
    background: #8e9e44;
  }

  .flex-list .slick-slider .slick-dots > li button {
    width: 8px;
    height: 8px;
    margin: 0 0 0 10px;
    padding: 0;
    background: #d8d8d8;
    list-style-type: none;
    border: 0;
    border-radius: 50%;
    font-size: 0;
  }

  .flex-list .element {
    margin: 0;
    top: 50px;
  }

  .flex-list .element:first-child {
    margin: 0;
  }

  .flex-list .element.green .picture,
  .flex-list .element.magenta .picture {
    bottom: -45px;
  }

  .flex-list .element.green .content,
  .flex-list .element.magenta .content {
    padding-top: 35px;
  }

  .flex-list.billing {
    height: 740px;
  }

  .flex-list.billing .slick-next,
  .flex-list.billing .slick-prev {
    top: 27%;
  }

  .flex-list.billing .slick-list {
    height: 700px;
  }

  .flex-list.billing .slick-slider .slick-dots {
    bottom: -50px;
  }

  .flex-list.business {
    height: 1010px;
  }

  .flex-list.business .slick-list {
    height: 980px;
  }

  .flex-list.business .slick-slider .slick-dots {
    bottom: -38px;
  }
}

.formikation .fk-select.disabled,
.formikation label.disabled.fk-check,
.formikation label.disabled.fk-radio {
  opacity: 0.6;
}

.spain {
  padding: 4% 25% 0 17%;
}

.spain .row {
  position: relative;
  padding: 6% 6% 15%;
  background: url(../images/backgrounds/spain.png) no-repeat #bed5c5;
}

.spain .row .title {
  position: relative;
  margin-top: 0;
  padding-left: 30px;
  font: 600 17px/22px "Source Sans Pro", sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.spain .row .title:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -5px;
  width: 28px;
  height: 24px;
  background: url(../images/general_sprite.png) -7px -263px no-repeat;
}

.spain .row p {
  margin-bottom: 5px;
  font: 400 16px/20px "Source Sans Pro", sans-serif;
  color: #000;
  letter-spacing: 1.07px;
}

.international .row .subtitle,
.international .row .title {
  font: 600 17px/22px "Source Sans Pro", sans-serif;
}

.spain .row .mail {
  height: 35px;
  margin-top: 36px;
}

.spain .row .mail p {
  letter-spacing: 0;
}

.spain .row .mail p span {
  float: right;
}

.spain .row .mail p .schedule {
  float: left;
  text-align: left;
  color: #333;
}

.spain .row .btn-attach,
.spain .row .btn-customer,
.spain .row .btn-white {
  float: right;
}

@media only screen and (max-width: 1100px) {
  .spain {
    width: 700px;
    height: 325px;
    margin: 60px auto;
    padding: 0;
  }

  .spain .row .mail {
    margin-top: 20px;
  }

  .spain .row .mail p .schedule {
    float: none;
  }

  .spain .row .mail p span {
    position: relative;
    top: 70px;
    display: block;
    float: none;
    width: 100%;
    margin-top: 5px;
  }

  .spain .row .mail p span:first-child {
    margin-top: 0;
    position: static;
  }

  .spain .row .btn-attach,
  .spain .row .btn-customer,
  .spain .row .btn-white {
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .spain {
    height: 375px;
    margin-top: 25px;
    margin-bottom: 7%;
    padding: 5% 0 0;
  }

  .spain .row {
    padding: 35px 35px 45px;
  }

  .spain .row > p {
    width: 40%;
  }

  .spain .row .mail p .schedule {
    float: none;
  }

  .spain .row .mail p span {
    position: static;
    display: block;
    float: none;
    width: 100%;
  }

  .spain .row .mail p span:first-child {
    margin-top: 0;
  }

  .spain .row .btn-attach,
  .spain .row .btn-customer,
  .spain .row .btn-white {
    bottom: -30px;
    float: none;
  }
}

.international {
  padding: 6px 25% 0 17%;
}

.international .row {
  position: relative;
  padding: 6% 6% 15%;
  background: url(../images/backgrounds/world.png) 50% #ddd9be;
}

.international .row .title {
  position: relative;
  margin-top: 0;
  padding-left: 30px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.international .row .title:before,
.international .row:after {
  position: absolute;
  content: "";
}

.international .row .title:before {
  top: -2px;
  left: -5px;
  width: 28px;
  height: 24px;
  background: url(../images/general_sprite.png) -7px -263px no-repeat;
}

.international .row .subtitle {
  letter-spacing: 0.76px;
}

.international .row p {
  margin-bottom: 5px;
  font: 400 16px/20px "Source Sans Pro", sans-serif;
  color: #000;
}

.international .row p span {
  width: 22%;
  display: inline-block;
  text-align: left;
}

.international .row p .tab {
  text-align: right;
  width: 54%;
}

.international .row .mail {
  height: 35px;
  margin-top: 36px;
}

.international .row .mail p {
  letter-spacing: 0;
}

.international .row .mail p span {
  float: right;
}

.international .row .mail p .schedule {
  float: left;
  width: 100%;
  text-align: left;
  color: #333;
}

.international .row .btn-attach,
.international .row .btn-customer,
.international .row .btn-white {
  float: right;
  margin-top: -45px;
}

.international .row:after {
  top: -12px;
  right: 0;
  bottom: default;
  left: 0;
  width: 1px;
  height: 25px;
  background: #333;
  margin: 0 auto;
}

.international .row .countries {
  margin-top: 50px;
}

.international .row .countries table {
  display: inline-block;
  width: 44%;
  font: 400 16px/44px "Source Sans Pro", sans-serif;
  color: #000;
  vertical-align: top;
}

.international .row .countries table td {
  width: 10%;
  padding-left: 5%;
}

.international .row .countries table td:first-child {
  padding-left: 0;
}

.international .row .countries table:first-of-type {
  margin-right: 10%;
}

.international .row .countries .schedule {
  line-height: 25px;
}

.international .row .countries > p {
  position: relative;
  top: -50px;
  text-align: right;
}

@media only screen and (max-width: 1100px) {
  .international {
    position: relative;
    top: -85px;
    width: 700px;
    margin: 0 auto;
    padding: 0;
  }

  .international .row {
    padding: 6% 6% 5%;
  }

  .international .row .mail {
    margin-top: 20px;
  }

  .international .row .btn-attach,
  .international .row .btn-customer,
  .international .row .btn-white {
    position: relative;
    top: -35px;
    margin-top: 0;
  }

  .international .row .countries table {
    font-size: 15px;
  }

  .international .row .countries > p {
    margin-bottom: 0;
    text-align: left;
  }

  .international .row .countries .btn-attach,
  .international .row .countries .btn-customer,
  .international .row .countries .btn-white {
    top: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .international {
    padding: 50px 0 0;
  }

  .international .row {
    padding: 6% 6% 10%;
  }

  .international .row p {
    font-size: 15px;
  }

  .international .row p span {
    width: 15%;
  }

  .international .row p .tab {
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }

  .international .row .btn-attach,
  .international .row .btn-customer,
  .international .row .btn-white {
    float: none;
    top: -10px;
    margin: 0;
  }

  .international .row .countries {
    margin-top: 31px;
  }

  .international .row .countries .subtitle {
    margin-bottom: 0;
  }

  .international .row .countries table {
    display: block;
    width: 50%;
    margin-right: 0;
    font-size: 16px;
  }

  .international .row .countries > p {
    position: static;
    text-align: left;
  }

  .international .row .countries .btn-attach,
  .international .row .countries .btn-customer,
  .international .row .countries .btn-white {
    margin-top: 25px;
    top: 20px;
  }

  .international .row .mail {
    margin: 15px 0 10px;
  }

  .international .row:after {
    width: 0;
    height: 0;
  }
}

.contact-data {
  padding: 32px 24px 41px 41px;
  background: #bed5c5;
  width: 30%;
  height: 500px;
}

.webinar {
  padding: 32px 24px 41px 41px;
  width: 30%;
  height: 500px;
}

.contact-data p {
  position: relative;
  font: 400 16px/20px "Source Sans Pro", sans-serif;
  color: #2a352d;
}

.contact-data p.title {
  margin: 0;
  font: 400 36px/33px "Source Sans Pro", sans-serif;
}

.contact-data p.title:after {
  content: "";
  position: absolute;
  top: default;
  right: default;
  bottom: -32px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #fff;
}

.contact-data p.adquira {
  margin-top: 60px;
  font: 600 17px/22px "Source Sans Pro", sans-serif;
  letter-spacing: 0.76px;
  text-transform: uppercase;
}

.contact-data p.address {
  margin-top: 10px;
  letter-spacing: 0.4px;
}

.contact-data p.address span {
  display: block;
  font: 400 16px/20px "Source Sans Pro", sans-serif;
  letter-spacing: 0;
}

.contact-data .btns {
  margin-top: 35px;
}

.contact-data .btns a {
  display: inline-block;
}

.contact-data .btns .btn-customer {
  display: inline-block;
}

@media only screen and (max-width: 1100px) {
  .contact-form {
    width: 100%;
    padding: 0 10px 10px 10px;
  }

  .contact-data {
    position: relative;
    width: 100%;
    padding: 32px 53px 53px 283px;
  }

  .contact-data .btns .btn-customer {
    margin: 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form {
    width: 100%;
    padding: 0 10px 10px 10px;
  }

  .contact-data {
    position: relative;
    width: 116%;
    margin-top: 47px;
    padding: 32px 0 53px 30px;
  }

  .contact-data p.title {
    position: relative;
    font: 400 26px/33px "Source Sans Pro", sans-serif;
  }

  .contact-data p.title:after {
    bottom: -23px;
    height: 1px;
  }

  .contact-data .btns {
    margin-top: 31px;
  }

  .contact-data .btns > button {
    display: block;
  }

  .contact-data .btns .btn-customer {
    margin: 21px 0 0;
  }
}

.formikation input[type="checkbox"],
.formikation input[type="radio"] {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: -9999px;
}

.formikation label {
  display: block;
  padding-right: 16px;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.formikation label.fk-check,
.formikation label.fk-radio {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}

.formikation label.fk-check:before,
.formikation label.fk-radio:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #a4bfac;
  margin-top: -2px;
  border-radius: 0;
  margin-right: 10px;
}

.formikation label.fk-check:after,
.formikation label.fk-radio:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 4px;
  background: 0 0;
  border-radius: 1px;
}

.formikation label.fk-radio:after,
.formikation label.fk-radio:before {
  border-radius: 50%;
}

.formikation label.checked.fk-check:after,
.formikation label.checked.fk-radio:after {
  content: "";
  background: #c82e4f;
}

.formikation select {
  width: 100%;
}

.formikation .fk-select {
  display: block;
  width: 100%;
  padding: 10px 10px 5px 25px;
  border: 1px solid #a4bfac;
  background: #fff;
  border-radius: 0;
}

.formikation .fk-select:after {
  display: block;
  float: right;
  padding: 8px 12px;
  margin: -8px -15px;
  border-left: 1px solid #a4bfac;
}

.formikation .fk-select .fk-select-label {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.formikation .fk-select.fk-select-focus,
.formikation .fk-select.fk-select-focus:after {
  border-color: #000;
}

.formikation .fk-select.fk-select-focus .fl-select-label {
  color: #000;
}

.formikation .fk-file-input {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px 4px 6px;
  background: #fff;
  border: 1px solid #ccc;
  outline: 0;
  border-radius: 0;
  line-height: 1.2;
}

.formikation .fk-file-input:after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 7px 10px 4px;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #c82e4f;
  border-radius: 0;
  line-height: 1;
}

.formikation .fk-file-input > p {
  margin: 0;
  padding: 0 0 0 8px !important;
}

.formikation .fk-file-input input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 3;
  cursor: pointer;
}

.formikation .fk-file-input.disabled {
  opacity: 0.6;
}

.listadoNegociaciones ul li {
  list-style-position: outside;
}

#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  z-index: 99999;
}

@media only screen and (max-width: 1100px) {
  #barraaceptacion {
    display: none;
    position: fixed;
    left: 30px;
    right: 0px;
    top: 220px;
    padding-bottom: 20px;
    width: 80%;
    text-align: center;
    min-height: 40px;
    height: 100px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 99999;
  }
}

@media only screen and (max-width: 767px) {
  #barraaceptacion {
    display: none;
    position: fixed;
    left: 30px;
    right: 0px;
    top: 300px;
    padding-bottom: 20px;
    width: 50%;
    text-align: center;
    min-height: 40px;
    height: 150px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 99999;
  }
}

#barragdpr {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 50px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  z-index: 99999;
}

@media only screen and (max-width: 1100px) {
  #barragdpr {
    display: none;
    position: fixed;
    left: 30px;
    right: 0px;
    top: 110px;
    padding-bottom: 20px;
    width: 80%;
    text-align: center;
    min-height: 40px;
    height: 100px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 99999;
  }
}

@media only screen and (max-width: 767px) {
  #barragdpr {
    display: none;
    position: fixed;
    left: 30px;
    right: 0px;
    top: 110px;
    padding-bottom: 20px;
    text-align: center;
    min-height: 40px;
    height: 150px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 99999;
  }
}

#barracodvid {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 100px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 1);
  height: 50px;
  min-height: 40px;
  color: #fff;
  z-index: 99999;
}

@media only screen and (max-width: 1100px) {
  #barracodvid {
    display: none;
    position: fixed;
    left: 330px;
    right: 0px;
    top: 50px;
    padding-bottom: 20px;
    width: 80%;
    text-align: center;
    height: 100px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 99999;
  }
}

@media only screen and (max-width: 767px) {
  #barracodvid {
    display: none;
    position: fixed;
    left: 30px;
    right: 0px;
    top: 50px;
    padding-bottom: 20px;
    width: 50%;
    text-align: center;
    min-height: 40px;
    height: 150px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 99999;
  }
}

.inner {
  width: 100%;
  position: absolute;
  padding-left: 5px;
  font-family: verdana;
  /*   text-transform: lowercase;*/
  font-size: 12px;
  top: 30%;
}

.inner a.ok {
  padding: 4px;
  color: #bd314a;
  text-decoration: none;
}

.inner a.info {
  padding-left: 5px;
  text-decoration: none;
  color: #8e9e44;
}

.sistemas-gestion {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 80px 0 80px;
}

.sistemas-gestion p {
  font: 700 24px/33px "Source Sans Pro", sans-serif;
  color: #000;
  border: 1px solid #8e9e44;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, filter 0.3s ease;
  background-color: #fff;
  width: calc(33% - 20px);
  border-radius: 5px;
}

@media only screen and (max-width: 1100px) {
  .sistemas-gestion {
    margin: 0 20px 0 20px;
  }

  .sistemas-gestion p {
    font: 600 16px/18px "Source Sans Pro", sans-serif;
  }
}

.sistemas-gestion p:hover {
  background-color: #8e9e44;
  color: white;
}

@media only screen and (max-width: 767px) {
  .sistemas-gestion {
    margin: 0 20px 0 20px;
  }

  .sistemas-gestion p {
    font: 600 16px/18px "Source Sans Pro", sans-serif;
  }
}

.certificates-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.certificate {
  width: calc(25% - 20px);
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .certificate {
    width: calc(50% - 20px);
    text-align: center;
  }
}

.certificate p {
  font: 700 14px/18px "Source Sans Pro", sans-serif;
}

.certificate .image-container {
  width: auto;
  height: 120px;
  background-color: #fff;
  border: 1px solid #8e9e44;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, filter 0.3s ease;
  border-radius: 15px;
}

.certificate .image-container img {
  width: auto;
  height: 100%;
  margin: 0;
}

.listadomanuales {
  padding: 6px 25% 0 17%;
}

.listadomanuales .row {
  position: relative;
  padding: 0% 0% 10%;
  /*     background: 50% #DDD9BE; */
}

.listadomanuales .row .title {
  position: relative;
  margin-top: 0;
  padding-left: 30px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-size: 17px;
  font: 600 17px/22px "Source Sans Pro", sans-serif;
}

.listadomanuales .row .manuales table {
  width: 100%;
  border-collapse: collapse;
}

.listadomanuales .row .manuales table th {
  background: #ddd9be;
}

.listadomanuales .row .manuales table td {
  background: #f7f7f1;
}

.listadomanuales .row .manuales table td,
th {
  padding: 6px;
  font: 400 16px "Source Sans Pro", sans-serif;
  font-size: 15px;
  border: 1px solid #ffffff;
  text-align: left;
}

.listadomanuales .row .manuales a {
  color: black;
  text-decoration-line: underline;
}

.button-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  /* Inicialmente oculto */
  background-color: #a81b3f;
  filter: opacity(70%);
  color: white;
  padding: 0;
  border: none;
  border-radius: 50%; /* Ensure the button is round */
  width: 60px; /* Set width for a circular shape */
  height: 60px; /* Set height for a circular shape */
  cursor: pointer;
  z-index: 9999;
}

.button-up img {
  width: 100%; /* Adjust image to fit the button */
  height: 100%; /* Adjust image to fit the button */
  border-radius: 50%; /* Ensure the image is round */
}

.show-button {
  display: block;
}

.captcha {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
}

.video-wrapper {
  width: 100%;
  padding: 30px 60px 0px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.webinar-wrapper {
  width: 100%;
  padding: 0px 50px 0px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}


@media only screen and (max-width: 1100px) {
  .video-wrapper {
    justify-content: center;
  }
}
.video-card {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: column;
  width: 420px;
  height: 440px;
  text-align: left;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, filter 0.3s ease;
  margin: 0px 13px;
}

.webinar-card {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  min-width: 420px;
  text-align: left;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, filter 0.3s ease;
  border-radius: 5px;
  margin: 0px 20px;
}


.video-frame {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ddd9be;
  justify-content: center;
  border-radius: 5px;
}
.video-description {
  font: 400 17px / 24px "Source Sans Pro", sans-serif;
  color: #666;
  width: 100%;
  height: 145px;
  padding: 20px;
}

.image-frame {
  text-align: center;
  width: 100%;
  background-color: #ddd9be;
  border-radius: 5px;
  justify-content: center;
}
.image-frame img {
  width: 270px;
}
.card-type {
  margin: 0px 0 0px 20px;
}
.card-title {
  margin: 0px 0 30px 20px;
  height: 40px;
}
.download-button {
  background-color: #768534;
  color: #FFF;
  border-radius: 5px;
  padding: 10px 123px;
}

.tips-container {
  padding: 30px;
  text-align: justify;
  background-color: #e3e5d4;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 50px 0;
}

.tip {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .tip {
    width: 90%;
  }
}

.tips-container .title {
  font: 700 17px/24px "Source Sans Pro", sans-serif;
  color: #000;
  margin: 0 0 20px 0;
}
.tips-container p {
  text-align: center;
  font: 400 17px/24px "Source Serif Pro", serif;
  color: #666;
}

.linea-vertical {
  border: 0.5px solid #8e9e44;
  height: 100px; /* Ajusta la altura de la línea */
  display: inline-block;
}

.button-container {
  margin: 30px;
}

.button-container {
  margin: 30px;
}

.principal-actionButton {
  background-color: #768534;
  color: #fff;
  border-radius: 10px;
  padding: 9px 20px;
  position: relative;
  font: 400 17px/20px "Source Sans Pro", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.principal-actionButton:hover {
  border: 2px solid #768534;
  background-color: #fff;
  color: #000;
  font: 700 17px/20px "Source Sans Pro", sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, filter 0.3s ease;
}

@media only screen and (max-width: 1100px) {
  .tips-container {
    padding: 30px;
    text-align: justify;
    background-color: #e3e5d4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 50px 0;
  }

  .linea-vertical {
    border: 0.5px solid #8e9e44;
    height: 50px; /* Ajusta la altura de la línea */
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .linea-vertical {
    border: 0.5px solid #8e9e44;
    height: 1px; /* Ajusta la altura de la línea */
    width: 100px;
    display: inline-block;
    margin: 20px;
  }
}

.fade-out {
  opacity: 0;
}