:root {
  --rojo: #ed1c24;
  --verde: #00a651;
}
@font-face {
  font-family: 'GothicA1';
  src:url('../../assets/fonts/GothicA1-Regular/GothicA1-Regular.woff2') format('woff2'),
      url('../../assets/fonts/GothicA1-Regular/GothicA1-Regular.woff') format('woff'),
      url('../../assets/fonts/GothicA1-Regular/GothicA1-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothicA1';
  src:url('../../assets/fonts/GothicA1-Black/GothicA1-Black.woff2') format('woff2'),
      url('../../assets/fonts/GothicA1-Black/GothicA1-Black.woff') format('woff'),
      url('../../assets/fonts/GothicA1-Black/GothicA1-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothicA1';
  src:url('../../assets/fonts/GothicA1-SemiBold/GothicA1-SemiBold.woff2') format('woff2'),
      url('../../assets/fonts/GothicA1-SemiBold/GothicA1-SemiBold.woff') format('woff'),
      url('../../assets/fonts/GothicA1-SemiBold/GothicA1-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothicA1';
  src:url('../../assets/fonts/GothicA1-Light/GothicA1-Light.woff2') format('woff2'),
      url('../../assets/fonts/GothicA1-Light/GothicA1-Light.woff') format('woff'),
      url('../../assets/fonts/GothicA1-Light/GothicA1-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothicA1';
  src:url('../../assets/fonts/GothicA1-Bold/GothicA1-Bold.woff2') format('woff2'),
      url('../../assets/fonts/GothicA1-Bold/GothicA1-Bold.woff') format('woff'),
      url('../../assets/fonts/GothicA1-Bold/GothicA1-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothicA1';
  src:url('../../assets/fonts/GothicA1-ExtraBold/GothicA1-ExtraBold.woff2') format('woff2'),
      url('../../assets/fonts/GothicA1-ExtraBold/GothicA1-ExtraBold.woff') format('woff'),
      url('../../assets/fonts/GothicA1-ExtraBold/GothicA1-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothicA1';
  src:url('../../assets/fonts/GothicA1-Medium/GothicA1-Medium.woff2') format('woff2'),
      url('../../assets/fonts/GothicA1-Medium/GothicA1-Medium.woff') format('woff'),
      url('../../assets/fonts/GothicA1-Medium/GothicA1-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.p0 {padding-left: 0; padding-right: 0;}
/* MARGENES */
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.mt-20 {margin-top: 20px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.full-banner.uk-slider .uk-slider-items {height: 100vh;}
.full-banner-internas.uk-slider .uk-slider-items {height: 450px;}
.full-banner-mini-internas.uk-slider .uk-slider-items {height: 250px;}
.full-banner.uk-slider .uk-slider-items li img,
.full-banner-mini-internas.uk-slider .uk-slider-items li img,
.full-banner-internas.uk-slider .uk-slider-items li img {
  object-position: bottom center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:992px) {
  .full-banner-internas.uk-slider .uk-slider-items {height: 650px;}
  .full-banner-mini-internas.uk-slider .uk-slider-items {height: 250px;}
}
.color-gris {color: #c9c9c9;}
.color-gris2 {color: #3d3d3d;}
.remove-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.button-primary {
  display: inline-block;
  width: 200px;
  padding: 16px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  background-color: var(--rojo);
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0 none;
  cursor: pointer;
}
.button-primary.button-verde {
  background-color: var(--verde);
}
.button-primary.button-verde:hover {
  background-color: var(--verde);
}
.button-primary.button-ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ed1c24;
  color: #ed1c24;
}
.button-primary.button-ghost-white {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #FFF;
}
.button-primary.button-ghost-white:hover {
  background-color: #ed1c24;
  box-shadow: inset 0 0 0 2px #ed1c24;
}
.button-primary.button-ghost-black {
  background-color: #000;
  box-shadow: inset 0 0 0 2px #ed1c24 !important;
  color: #ed1c24;
}
.button-primary.button-ghost-black.active,
.button-primary.button-ghost-black:hover {
  background-color: #FFF;
  box-shadow: inset 0 0 0 2px #FFF;
  color: #ed1c24;
}
.button-primary:hover {
  background-color: #ed1c24;
  color: #FFF;
  text-decoration: none;
}
.bg-light-dark {
  background-color: #181818;
  color: #FFF;
}
.bg-dark {
  background-color: #000;
  color: #FFF;
}
.bg-light-white {
  background-color: #FFF;
  color: #000
}
.pre-title {
  margin-bottom: 8px;
  color: #babab5;
  font-size: 14px;
  font-weight: 700;
}
.size-h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}
.margin-bottom-2 {
  margin-bottom: 24px;
}
.text-large {
  margin-left: 0px;
  font-size: 24px;
  line-height: 1.4;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width:992px) {
  .section {
    padding-top: 95px;
    padding-bottom: 95px;
  } 
}
.section-top-false {padding-top: 0;}
.section-bottom-false {padding-bottom: 0;}
.intro-titulares img {
  margin: 20px 0 40px;
  display: block;
}
.intro-titulares h1 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFF;
  margin-bottom: 0;
}
.botonera-top-services .button-primary {
  width: auto;
  padding: 16px 30px;
}
.botonera-top ul {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow-x: scroll;
}
.botonera-top ul li {
  flex: none;
}
.botonera-top ul li + li {
  margin-left: 15px;
}
@media screen and (min-width:992px) {
  .intro-titulares h1 {
    font-size: 50px;
  }
  .botonera-top ul {
    margin: -22px 0 70px 0;
    padding: 0;
    justify-content: flex-end;
    overflow: hidden;
  }
  .botonera-top ul li + li {
    margin-left: 30px;
  }
}
.wrapper-botonera-header {
  display: none;
  flex-wrap: wrap;
  background-color: #575757;
  border-radius: 8px;
  padding: 12px 20px;
  float: right;
  margin-top: 15px;
}
.wrapper-botonera-header a {
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.wrapper-botonera-header a span:first-child {
  font-weight: 900;
  font-size: 12px;
  display: flex;
  align-items: baseline;
}
.wrapper-botonera-header a span:first-child svg * {
  fill: #0dc143;
}
.wrapper-botonera-header a span:first-child svg {
  width: 22px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.wrapper-botonera-header a span:last-child {
  font-size: 17px;
  padding-left: 3px;
}
.wrapper-botonera-header a {
  border-right: 1px solid #818181;
  margin-right: 15px;
  padding-right: 15px;
}
.wrapper-botonera-header a:last-child {
  border-right: 1px solid transparent;
  margin-right: 0px;
  padding-right: 0px;
}
.sticky .wrapper-botonera-header {
  display: none;
}
@media screen and (min-width:992px) {
  .wrapper-botonera-header {
    display: inline-flex;
  }
}
.icono-flotante {
  background-image: url(/assets/imagenes/icono-flotantev1.png);
  background-repeat: no-repeat;
  background-position: right 10px;
}

section.breadcrumb {
  background-color: #000;
  padding: 25px 0;
}
section.breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.breadcrumb ul li + li {
  margin-left: 8px;
}
section.breadcrumb ul li:first-child a {
  color: #ed1c24;
}
section.breadcrumb ul li, section.breadcrumb ul li a {
  color: #FFF;
  font-weight: 700;
}


/* MENU PRINCIPAL */
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 100;
  transition: 0.5s;
}
header#header.sticky {
  background-color: #FFF;
  padding: 15px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
}
header .wrapper-main-header {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
}
header .navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .navbar ul li a {
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  display: block;
  font-size: 18px;
}
header .navbar.active ul li a,
header.sticky .navbar ul li a {
  color: #000;
}
.page-about header .navbar ul li a.page-about,
.page-testimonial header .navbar ul li a.page-testimonial,
.page-services header .navbar ul li a.page-services,
.page-territory header .navbar ul li a.page-territory,
.page-contact header .navbar ul li a.page-contact,
header.sticky .navbar ul li a:hover,
header .navbar ul li a:hover {
  color: var(--rojo);
}
@media screen and (min-width:992px) {
  header#header {
    padding: 30px 0;
  }
  header .navbar ul {
    flex-direction: row;
    padding-top: 20px;
  }
  header .navbar ul li + li {
    margin-left: 30px;
  }
}

.hero-banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 10px;
}
.hero-banner .banner-content h2 {
  color: #FFF;
  font-weight: 900;
  margin-bottom: 0;
  font-size: 40px;
}
.hero-banner .banner-content p {
  color: #FFF;
  font-weight: 800;
  margin: 10px 0 30px;
  font-size: 1rem;  
  line-height: 20px;
}
.hero-banner .banner-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .banner-content ul li {
  margin: 0 0 10px;
}
@media screen and (min-width:992px) {
  .hero-banner .banner-content h2 {
    font-size: 60px;
  }
  .hero-banner .banner-content p {
    margin: 12px 0 50px;
  }
  .hero-banner .banner-content ul {
    flex-direction: row;
  }
  .hero-banner .banner-content ul li {
    margin: 0 10px 0;
  }
}

.hero-banner .banner-logos {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
}
.hero-banner .banner-logos .uk-slider-items li {
  text-align: center;
}
@media screen and (min-width:992px) {
  .hero-banner .banner-logos {
    bottom: 50px;
  }
  .hero-banner .banner-logos .uk-slider-items .col-lg-3 {
    width: 20%;
  }
}

.hero-banner .uk-slidenav {
  background-color: rgba(255,255,255,.35);
  height: 55px;
  padding: 0;
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
  border-radius: 0 5px 5px 0;
}
.hero-banner .uk-slidenav.uk-slidenav-next {
  border-radius: 5px 0 0 5px;
}
.hero-banner .uk-slidenav svg * {
  stroke-width: 3px;
}

.views-row-banner {
  position: relative;
  height: 100%;
} 
.views-row-banner h4 {
  font-family: 'GothicA1';
  font-weight: 900;
  color: #a89e90;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  right: 40px;
  font-size: 12px;
}
.views-row-banner h4 span {
  font-family: 'GothicA1';
  font-weight: 500;
  color: #FFF;
  font-size: 14px;
  margin: 0 0 0 5px;
}



/* SERVICES */
.flexh-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexh-align-center h4 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 1rem;
}
.cta-link {
  display: -webkit-box;
  display: -webkit-inline-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  color: var(--rojo);
}
.cta-link:hover {
  text-decoration: none;
  color: rojo;
}
.margin-right {
  margin-right: 20px;
}
.section-footer-services ul {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
}
.section-footer-services ul li + li {
  margin-left: 50px;
}
@media screen and (min-width:992px) {
  .section-services .container .row > .views-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* TERRITORY */
.section-territory.bg-dark {
  background-image: url(/assets/imagenes/people-territory_v2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 45%;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 35px 0 340px;
}
@media screen and (min-width:992px) {
  .section-territory.bg-dark {
    background-size: auto 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 0;
  }
}


/* TESTIMONIOS */
.section-page-testimonies .uk-slider-items {
  flex-direction: column;
}
.section-page-testimonies .uk-slider-items li + li {
  margin-top: 50px;
}
.section-testimonies .uk-slidenav.uk-icon svg {
  width: 24px;
}
.section-testimonies .uk-slidenav.uk-icon {
  color: #ed1c24;
}
.section-testimonies .uk-panel {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}
.section-testimonies .uk-panel .field-name-title {
  background-color: #000;
  color: #FFF;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  font-size: 50px;
  flex: 0 0 auto;
  border-radius: 100px;
  margin: 0 0 20px 0;
}
.section-testimonies .uk-panel img {
  margin: 0 0 20px 0;
}
.section-testimonies .uk-panel .field-name-body p {
  margin-bottom: 10px;
}
.section-list-testimonials .uk-panel .field-name-body h3,
.section-testimonies .uk-panel .field-name-body h3 {
  margin: 0;
  color: #ed1c24;
  font-weight: 800;
  font-size: 1rem;
}
.section-list-testimonials .uk-slider-items {
  flex-direction: column;
}
.section-list-testimonials .uk-slider-items li + li {
  margin-top: 50px;
}

@media screen and (min-width:992px) {
  .section-testimonies .uk-panel .field-name-title {
    margin: 0 25px 0 0;
  }
  .section-testimonies .uk-panel {
    width: 75%;
    margin: 0 auto;
    flex-direction: row;
    text-align: left;
  }
}



/* CALL ACTION */
.size-h3 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 900;
}
.size-h5 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 900;
}
.is-wrapping {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-call-action .call-cta {
  background-image: url(/assets/imagenes/banner-call.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: auto;
  align-items: center;
  padding: 30px 35px;
  color: #FFF;
  margin-bottom: 50px;
}
.section-call-action .md-margin-bottom {
  margin-bottom: 25px;
}

@media screen and (min-width:992px) {
  .section-call-action .call-cta {
    background-size: 100%;
    min-height: 150px;
    padding: 0 35px;
    margin-bottom: 100px;
  }
  .section-call-action .md-margin-bottom {
    margin-bottom: 0;
  }
}


.listado-paises ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.listado-paises ul + ul {
  margin-top: 20px;
}
.listado-paises ul h4 {
  margin: 0 0 2px;
  font-size: 1rem;
}
.listado-paises ul li {
  color: #c9c9c9;
}


/* FOOTER */
footer.footer {
  background-color: #181818;
  padding: 0 0 40px;
}
footer.footer > .container {
  padding-top: 100px;
  position: relative;
}
.scroll-top {
  position: absolute;
  top: -35px;
  right: 15px;
}
.wrapper-footer-two ul li + li {
  margin-top: 15px;
}
.wrapper-footer-two ul li a {
  color: #FFF;
  font-weight: 700;
}
.wrapper-footer-two ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper-footer-three .field-name-addrress p:nth-of-type(1) {
  margin-bottom: 0;
  color: #b1b0b0;
}
.wrapper-footer-three .field-name-addrress p:nth-of-type(1) span {
  color: #FFF;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
.wrapper-footer-three .field-name-addrress p:nth-of-type(2) {
  color: #b1b0b0;
  margin: 15px 0 20px;
}
.field-social-wsp ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #FFF;
  font-weight: 700;
}
.field-social-wsp ul li span:last-child {
  font-weight: 400;
  color: #b1b0b0;
  margin-left: 3px;
}
.field-social-wsp ul li svg * {
  fill: #FFF;
}
.field-social-wsp ul li svg {
  margin-right: 3px;
}
.field-social-wsp ul li + li {
  margin-top: 5px;
}
.links-wsp-footer ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
/* .links-wsp-footer {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
} */
.links-wsp-footer ul li {
  margin: 15px 0 0;
}
.links-wsp-footer ul li a {
  position: relative;
  display: flex;
  background-color: #575757;
  border-radius: 10px;
  padding: 12px 20px;
  color: #FFF;
  justify-content: center;
}
.links-wsp-footer ul li a svg * {
  fill: #0dc143;
}
.links-wsp-footer ul li a svg {
  width: 36px;
  margin-right: 10px;
}
.links-wsp-footer ul li a div > span:nth-of-type(1) {
  font-weight: 700;
  font-size: 12px;
  display: block;
}
.links-wsp-footer ul li a div:last-child {
  line-height: 1.4;
}
.links-wsp-footer ul li a div > span:nth-of-type(2) span {
  font-weight: 400;
  margin-left: 3px;
}
.links-wsp-footer ul li a div > span:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 900;
}
.wrapper-footer-four {
  text-align: left;
}
.wrapper-footer-four ul li + li {
  margin-left: 5px;
}
.wrapper-footer-four ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrapper-footer-four ul li a svg * {
  fill: #FFF;
}
.wrapper-footer-four ul li a svg {
  width: 20px;
}
.wrapper-footer-one p.con-borde {
  font-weight: 700;
  color: #FFF;
  margin: 15px 0 20px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.con-color {
  color: #b1b1b1;
}
.wrapper-footer-one p.con-borde::before {
  content: "";
  background-color: #FFF;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.pre-footer {
  padding-top: 30px;
}
.pre-footer .row {
  align-items: center;
}
.copyright p {
  color: #FFF;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
}
.copyright p span {
  color: #b1b1b1;
}
@media screen and (min-width:992px) {
  .wrapper-footer-two ul li + li {
    margin-top: 30px;
  }
  .links-wsp-footer ul {
    flex-direction: row;
  }
  .links-wsp-footer ul li {
    margin: 0 0 0 25px;
  }
  .links-wsp-footer ul li a {
    justify-content: flex-start;
  }
  .wrapper-footer-four {
    text-align: right;
  }
  .wrapper-footer-four ul {
    justify-content: flex-end;
  }
  .wrapper-footer-one p.con-borde {
    margin: 15px 0 20px;
  }
  .wrapper-footer-one p.con-borde::before {
    width: 30px;
  }
  .pre-footer {
    padding-top: 60px;
  }
}


/* BIOGRAFIAS */
.views-row .titular-rojo {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 800;
  color: var(--rojo);
}
.views-row .titular-verde {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 800;
  color: var(--verde);
}
.views-row .titular-rojo span,
.views-row .titular-verde span {
  color: #000;
  margin-left: 5px;
}
.view-content-about-board .views-row img {
  flex: none;
  margin: 0 25px 25px 0;
}
.view-content-about-board .views-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.view-content-about-board .views-row h4 {
  font-weight: 800;
  color: #FFF;
  margin: 0 0 0 3px;
  font-size: 1rem;
}
.views-row .titular-rojo span.white,
.views-row .titular-verde span.white {color: #FFF;}
.view-content-about-asap-trading .views-row .titular-verde{
  margin: 0 0 15px;
}
@media screen and (min-width:992px) {
  .view-content-about-board .views-row {
    flex-direction: row;
  }
  .view-content-about-board .views-row img {
    flex: none;
    margin: 0 25px 0 0;
  }
}
.section-wrapper-asap-trading {
  margin-bottom: 90px;
}
.opciones-medio-contacto h4 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 25px;
}
.opciones-medio-contacto p.address {
  color: #b1b0b0;
}
.opciones-medio-contacto p.address span {
  color: #FFF;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}

header#header.sticky .logo-brand img:first-child {
  display: none;
}
header#header.sticky .logo-brand img:last-child {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .logo-brand img {
    max-width: 200px;
  }
  header#header .navbar {
    display: none;
  }
  header#header .navbar.active {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    padding: 15px 20px 12px;
    margin-top: 10px;
  }
  header#header .navbar li + li {
    margin-top: 5px;
  }
  .menuToggle {
    position: relative;
    top: 5px;
    width: 40px;
    height: 40px;
    background-image: url(../imagenes/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .menuToggle.active {
    background-image: url(../imagenes/close.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
  }
  header#header.sticky .menuToggle {
    filter: invert(1)
  }
  br {display: none;}
  .margin-bottom-small {margin-bottom: 20px;}
  .hero-banner .banner-content .content {
    padding: 0 20px;
  }
  .section.section-testimonies {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-services .views-row + .views-row {
    margin-top: 30px;
  }
  .section-services .margin-bottom-2 {
    margin-bottom: 15px;
  }
  .wrapper-footer-three {
    padding: 25px 0 22px;
  }
  .copyright p {text-align: center;}
  .section-about-profile ul.remove-list {
    margin-bottom: 30px;
  }
  .section-wrapper-asap-trading {
    margin-bottom: 30px;
  }
  .links-wsp-footer {
    bottom: 20px;
  }
  .links-wsp-footer ul {
    flex-direction: row;
  }
  .links-wsp-footer ul li {
    margin: 0 5px;
    flex: 1;
  }
  .links-wsp-footer ul li a div > span:nth-of-type(2) span {
    display: none;
  }
}

/* DOCUMENTS */
.size-tit1 {
  font-family: "GothicA1";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}
.size-tit2 {
  font-family: "GothicA1";
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 800;
}
.ml5em{margin-left: 5em;}
.mt1em{margin-top: 1em;}
.mb5em{margin-bottom: 5em;}

.bg-f4f4f3 {
  background-color: #f4f4f3;
}
.section-documents {
  padding-top: 50px;
  padding-bottom: 40px;
}
.section-call-action .bg-contact{
  background-image: url("../imagenes/banner-call.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: auto;
  align-items: center;
  padding: 30px 35px;
  color: #FFF;
  height: 150px;
  margin-bottom: 6em;
}

/* LOGIN */
.pabsol{position: absolute !important;}
.prel{position: relative !important;}

.button{
  background: white;
  color: #ed1c24 !important;
  box-shadow: inset 0 0 0 2px #ed1c24;
}
.button-primary.button-red.active,
.button-primary.button-red:hover {
  background-color: #ed1c24;
  box-shadow: inset 0 0 0 2px #ed1c24;
  color: #fff !important;
}


.btn_ingresar{
  background: blue !important;
}
.title-login{
  font-family: "GothicA1";
  color: #000 !important;
  text-align: left;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 30px !important;
  margin:28px 0 33px !important;
}
.txtleft{text-align: left !important;}
.p5em{
  padding-top: 2em !important;
  padding-bottom: 5em !important;
}
.pt25{padding-top: 25px;}
.pt70{padding-top: 70px;}
.pt2em{padding-top: 2em;}

.part-ingcli{
  font-family: 'GothicA1';
  font-weight: 600;
  color: #000;
  font-size: 20px !important;
}
input[type="email"],
input[type="password"]{
  font-family: 'GothicA1';
  font-weight: normal;
  color: #b1b0b0 !important;
  border:0;
  border-bottom: 1px solid #7c7c7c;
  width: 100%;
  margin-bottom:1em;
  font-size: 16px;
}
input[type="password"]{
  margin-bottom: 5px;
}
.link_recover{
  color: #ed1c24 !important;
  font-size: 14px;
  font-family: 'GothicA1';
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 1.5em;
  display: block;
  margin-top: 5px;
}
.form-contrasenia h5{  
  font-family: 'GothicA1';
  font-weight: 600;  
}
@media (max-width: 420px){
  header#header{
    position:relative;
  }
  header#header .menuToggle{
    background-color: #ed1c24;
  }
  .long-div{
    height:auto !important;
    width: auto !important;
  }
  .pt55{
    padding-top: 15px;
  }
  .hero-banner .banner-content p{
    font-size: 18px !important;
    margin-bottom: 1em;
  }
  #hero-banner2{
    height: inherit !important;
  }
  .banner-logos-home,
  .banner-content-2{
    position: relative !important;
  }
  .banner-logos-home{
    bottom: 0 !important;
    padding-bottom: 15px;
  }
  .pt40{
    padding-top: 40px;
  }
}
.btn-vendors{
  font-family: 'Montserrat';
  color: #fff;
  font-size: 11px!important;
  text-decoration: none !important;
  border-right: none !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  border-radius: 40px !important;
}
#hero-banner2{
  height: 100vh;
}
.home-login{
  background-image: url("../imagenes/banner/banner-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.columna1{
  display: flex;
  flex-direction: column;
}
.columna1 img{
  height: 57px;
  width: min-content;
}
.space-bet{
  justify-content: space-between !important;
}
.navbar2{
  display: flex;
  flex-direction: column;
}
.wrapper-botonera-header2{
  width: fit-content;
}
.icon-q{
  color: #ed1c24;
  display: inline;
}
.message{
  position: relative;
  float: right;
  overflow: hidden;
}
.message-txt{
  background-color: red;
  text-align: left;
  font-size: 15px;
}
.long-div{
  height: 23.5em;
  width: 49em;
  }
/*RECUPERAR*/
.txt_recover {
  color: #3d3d3d !important;
  font-size: 16px !important;
  font-family: 'GothicA1' !important;
  font-weight: normal !important;
}
.pt20{ padding-top: 20px; }
.pt9e{ padding-top: 9em; }
.mb50{margin-bottom: 50px}
.icon-x{
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  display: inline !important;
  font-size: 24px;
  border: 3px solid #c0c0c0 !important;
  padding: 0 8px;
  border-radius: 6px;
  cursor: pointer !important;
  z-index: 9999;
}
.icon-x a{
  cursor: pointer !important;
  color: #000 !important;
}
.title-recover{
  font-family: "GothicA1";
  color: #000 !important;
  text-align: left;
  font-size: 20px !important;
  font-weight: 800;
  line-height: 30px !important;
  margin: 20px 0 10px 0 !important;
}
.pt2em{
  padding-top: 2em;
}
.flex-end{
  justify-content: flex-end;
}
