/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #cabcc0;
}

a:hover, a:active, a:focus {
  color: #7f1933;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #C41535;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*background: url(../img/work.jpg) center;*/
  background: url(../img/finanzas.jpg) top center;
  /*background: url(../img/fin_corp.jpg) top center;*/
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
/*
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
*/
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 170px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-img-above img {
  max-width: 300px;
}

#hero .hero-img-below img {
  max-width: 650px;
}

@media (max-width: 768px) {
  #hero .hero-container {
    top: 0;
  }

  #hero .hero-img-above img {
    max-width: 300px;
  }
  
  #hero .hero-img-below img {
    max-width: 390px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 32px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #C41535;
  border: 2px solid #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Meu Container */
#nav-menu-container {
  float: left;
  margin: auto;
}

/*768 con el mímino de botones de menu y 995 con varios agregados en el menu*/
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu i {
  position: relative;
  color: #FFFFFF;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #C41535;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #7f1933;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/*768 con el mímino de botones de menu y 995 con varios agregados en el menu*/
@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #C41535;
}

#mobile-nav ul .menu-item-active {
  color: #C41535;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  /*padding-bottom: 40px;*/
  color: #999;
}

/* Empresas Section
--------------------------------*/
#empresas {
  background: #fff;
  padding: 80px 0 60px 0;
}

@media (max-width: 991px) {
  #empresas {
    background: #fff;
    padding: 80px 0 0 0;
  }
}

#empresas .member {
  text-align: center;
}

#empresas .member .pic {
  overflow: hidden;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#empresas .member .pic img {
  max-width: 100%;
}

#empresas .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  text-transform: uppercase;
}

#empresas .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#empresas .member .social {
  margin-top: 15px;
}

#empresas .member .social a {
  color: #b3b3b3;
}

#empresas .member .social a:hover {
  color: #7f1933;
}

#empresas .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

@media (max-width: 991px) {
  #nelios .nelios-container .background {
    min-height: 300px;
  }

  #lodusa .lodusa-container .background {
    min-height: 670px;
  }

  #agrasmex .agrasmex-container .background {
    min-height: 550px;
  }

  #impromex .impromex-container .background {
    min-height: 300px;
  }

  #psl .psl-container .background {
    min-height: 570px;
  }
}

/* Nelios Section
--------------------------------*/
#nelios {
  background: #fff;
  padding: 100px 0;
}

#nelios .nelios-container .background {
  width: 100%;
  /*height: 100vh;*/
  /*min-height: 500px;*/
  background: url(../img/logos/Nelios_logo.png) center top no-repeat;
  background-size: 100%;
  background-position: center;
  /*margin-bottom: 10px;*/
}

#nelios .nelios-container .content {
  background: #fff;
}

#nelios .nelios-container .title {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #nelios .nelios-container .title {
    padding-top: 15px;
  }
}

#nelios .nelios-container p {
  text-align: justify;
  line-height: 26px;
}

#nelios .nelios-container p:last-child {
  margin-bottom: 0;
}

#nelios .nelios-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#nelios .nelios-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #C41535;
}

#nelios .nelios-container .icon-box .icon i {
  color: #C41535;
  font-size: 24px;
}

#nelios .nelios-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#nelios .nelios-container .icon-box .title a {
  color: #111;
}

#nelios .nelios-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Lodusa Section
--------------------------------*/
#lodusa {
  background: #fff;
  /*padding: 80px 0;*/
  padding-bottom: 100px;
}

#lodusa .lodusa-container .background {
  width: 100%;
  /*height: 100vh;*/
  /*min-height: 660px;*/
  background: url(../img/logos/Lodusa_logo.png) center top no-repeat;
  background-size: 90%;
  background-position: center;
  margin-bottom: 10px;
}

#lodusa .lodusa-container .content {
  background: #fff;
}

#lodusa .lodusa-container .title {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #lodusa .lodusa-container .title {
    padding-top: 15px;
  }
}

#lodusa .lodusa-container p {
  text-align: justify;
  line-height: 26px;
}

#lodusa .lodusa-container p:last-child {
  margin-bottom: 0;
}

#lodusa .lodusa-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#lodusa .lodusa-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #C41535;
}

#lodusa .lodusa-container .icon-box .icon i {
  color: #C41535;
  font-size: 24px;
}

#lodusa .lodusa-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#lodusa .lodusa-container .icon-box .title a {
  color: #111;
}

#lodusa .lodusa-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Agrasmex Section
--------------------------------*/
#agrasmex {
  background: #fff;
  /*padding: 80px 0;*/
  padding-bottom: 100px;
}

#agrasmex .agrasmex-container .background {
  width: 100%;
  /*height: 100vh;*/
  /*min-height: 300px;*/
  background: url(../img/logos/Agrasmex_logo.png) center top no-repeat;
  background-size: 100%;
  background-position: center;
  margin-bottom: 10px;
}

#agrasmex .agrasmex-container .content {
  background: #fff;
}

#agrasmex .agrasmex-container .title {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #agrasmex .agrasmex-container .title {
    padding-top: 15px;
  }
}

#agrasmex .agrasmex-container p {
  text-align: justify;
  line-height: 26px;
}

#agrasmex .agrasmex-container p:last-child {
  margin-bottom: 0;
}

#agrasmex .agrasmex-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#agrasmex .agrasmex-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #C41535;
}

#agrasmex .agrasmex-container .icon-box .icon i {
  color: #C41535;
  font-size: 24px;
}

#agrasmex .agrasmex-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#agrasmex .agrasmex-container .icon-box .title a {
  color: #111;
}

#agrasmex .agrasmex-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Impromex Section
--------------------------------*/
#impromex {
  background: #fff;
  /*padding: 80px 0;*/
  padding-bottom: 100px;
}

#impromex .impromex-container .background {
  width: 100%;
  /*height: 100vh;*/
  /*min-height: 300px;*/
  background: url(../img/logos/Impromex_logo.png) center top no-repeat;
  background-size: 100%;
  background-position: center;
  /*margin-bottom: 10px;*/
}

#impromex .impromex-container .content {
  background: #fff;
}

#impromex .impromex-container .title {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #impromex .impromex-container .title {
    padding-top: 15px;
  }
}

#impromex .impromex-container p {
  text-align: justify;
  line-height: 26px;
}

#impromex .impromex-container p:last-child {
  margin-bottom: 0;
}

#impromex .impromex-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#impromex .impromex-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #C41535;
}

#impromex .impromex-container .icon-box .icon i {
  color: #C41535;
  font-size: 24px;
}

#impromex .impromex-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#impromex .impromex-container .icon-box .title a {
  color: #111;
}

#impromex .impromex-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* PSL Section
--------------------------------*/
#psl {
  background: #fff;
  padding-bottom: 100px;
}

#psl .psl-container .background {
  width: 100%;
  /*height: 100vh;*/
  /*min-height: 300px;*/
  background: url(../img/logos/PSL_logo.png) center top no-repeat;
  background-size: 100%;
  background-position: center;
  margin-bottom: 10px;
}

#psl .psl-container .content {
  background: #fff;
}

#psl .psl-container .title {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #psl .psl-container .title {
    padding-top: 15px;
  }
}

#psl .psl-container p {
  text-align: justify;
  line-height: 26px;
}

#psl .psl-container p:last-child {
  margin-bottom: 0;
}

#psl .psl-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#psl .psl-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #C41535;
}

#psl .psl-container .icon-box .icon i {
  color: #C41535;
  font-size: 24px;
}

#psl .psl-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#psl .psl-container .icon-box .title a {
  color: #111;
}

#psl .psl-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
