/* 
 * Custom Variables
 *
 */
/* 
 * Bootstrap 
 *
 */
/* 
 * Sections 
 *
 */
#__gestores_hero {
  background: url("../images/gestores/base_header.jpg") center no-repeat;
  color: #fff;
  padding: 6.5rem 0 0;
  position: relative;
  z-index: 20;
  background-size: cover !important;
  background-position: left;
}
@media (min-width: 992px) {
  #__gestores_hero {
    padding: 8rem 0 0;
    background-position: center;
  }
}
#__gestores_hero h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 3rem;
  padding-left: 0.5rem;
  display: inline-block;
}
@media (min-width: 992px) {
  #__gestores_hero h1 {
    font-size: 5rem;
    margin-bottom: 4rem;
    padding-left: 0;
  }
}
#__gestores_hero h2 {
  padding-left: 0.5rem;
}
#__gestores_hero p {
  padding: 0 .5rem;
}
@media (min-width: 992px) {
  #__gestores_hero p {
    padding: 0 10rem 0 0;
  }
}
#__gestores_hero .img-gestores-hero {
  position: relative;
  bottom: -1.25rem;
  max-width: 8rem;
}
@media (min-width: 992px) {
  #__gestores_hero .img-gestores-hero {
    max-width: unset;
  }
}

#__gestores_about {
  background: url(../images/gestores/ellipse_3.png) no-repeat;
  background-position-x: calc(100% + 8rem);
  background-position-y: 37rem;
  background-size: 125%;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  #__gestores_about {
    background-position-x: calc(100% - 2rem);
    background-position-y: top;
    background-size: auto;
    padding: 8.25rem 0 0;
    z-index: 30;
  }
}
@media (max-width: 1199.98px) {
  #__gestores_about .section-title {
    font-size: 2rem;
    margin-top: 3.75rem;
  }
}
#__gestores_about p {
  color: #6D6D6C;
  font-weight: 500;
  margin-top: 1.75rem;
}
@media (max-width: 1199.98px) {
  #__gestores_about .btn-gestores-about {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #__gestores_about .img-gestores-about {
    margin-top: -16.25rem;
    border-radius: .3125rem;
  }
}
#__gestores_about .team-gestores-about {
  margin: 4rem 0;
}
@media (min-width: 992px) {
  #__gestores_about .team-gestores-about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #__gestores_about .team-gestores-about p {
    width: 48% !important;
  }
}
#__gestores_about .team-gestores-about p {
  width: 100%;
}
#__gestores_about .team-gestores-about p strong {
  display: block;
  color: #f39200;
  font-size: 20px;
  display: block;
}
#__gestores_about .team-gestores-about p span {
  color: #242424;
  display: block;
  font-size: 16px;
}
#__gestores_about .team-gestores-about .member {
  margin-bottom: 3rem;
}
#__gestores_about .team-gestores-about .member .h6 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
}
#__gestores_about .team-gestores-about .member .h6 strong {
  font-weight: inherit;
}
#__gestores_about .team-gestores-about .member .lead {
  font-size: 1rem;
  font-weight: 300;
}

#__gestores_cta {
  background: #F38300;
  color: #fff;
  padding: 8.75rem 0 6.25rem;
  position: relative;
}
@media (max-width: 1199.98px) {
  #__gestores_cta {
    background: #F38300 url(../images/gestores/rectangle_2-mobile.jpg) center no-repeat;
    margin-top: 5rem;
    padding: 5rem 1rem;
  }
}
#__gestores_cta h2 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -2px;
  max-width: 30rem;
}
@media (max-width: 1199.98px) {
  #__gestores_cta h2 {
    font-size: 2.25rem;
    z-index: 3;
  }
}
#__gestores_cta .btn-gestores-cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 50%, 0);
  padding-left: 2rem;
  padding-right: 1.75rem;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  #__gestores_cta .btn-gestores-cta {
    width: calc(100% - 3rem);
    z-index: 4;
  }
}
#__gestores_cta .btn-gestores-cta svg {
  margin-left: 1.5rem !important;
}
#__gestores_cta .img-gestores-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
