/* Add here all your css styles (customizations) */
@font-face {
    font-family: Gotham;
    src: url(../fonts/GothamMedium.ttf);
  }

  @font-face {
    font-family: GothamBook;
    src: url(../fonts/GothamBook.ttf);
    font-weight: 300;
  }

  .gotham {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  }

  .gothamBook {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  }

  .arial {
    font-family: Arial, Helvetica, sans-serif;
  }

  p {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  article {
    background-color: white;
    margin: auto;
    border: 5px solid black;
    box-shadow: 0px 5px 10px lightgrey;
  }

  .headingNav {
    margin-top: 100px;
  }

  section:not(.home-section), footer {
    padding: 50px 20px;
  }

  section h2, section h2:after {
    font-size: 46px;
    color: #3C7FC4;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin-bottom: 50px;
  }

  section h2:after {
    content: "/";
    margin-left: 20px;
  }

  /*Slider */
  .rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    background-color: rgb(0 0 0 / 0%) !important;
  }

  /*Header Section*/
  .headingNav > img:first-child {
    max-width: 120px;
    width: 100%;
  }
  .headingNav .nav-link img {
    max-width: 32px;
    background: #3f3f3f;
    border-radius: 50%;
  }
  .navbar {
    height: 67px;
  }
  .navbar .u-main-nav-v1 .nav-link, .navbar .u-main-nav-v1 .nav-link-mobile {
    font-size: 16px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    padding: 0.5rem 2rem;
    border-radius: 0;
  }
  .navbar .u-main-nav-v1 .nav-link img {
    max-width: 23px;
  }

  .navbar .u-main-nav-v1 .nav-link-mobile:after {
    content: "/";
    margin-left: 10px;
  }

  .u-header {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    position: fixed;
    top: 0;
    bottom: auto;
    background: #3c7fc4db;
  }

  .navbar .u-main-nav-v1 .nav-link, .navbar .u-main-nav-v1 .nav-link-mobile {
    color: #ffffff;
  }

  .u-header > div {
      box-shadow: none;
      width: 100%;
  }

  .social-links {
    display: -webkit-inline-flex; /* NEW - Chrome */
    display: inline-flex;
    margin-left: 20px;
  }
  .navbar .u-main-nav-v1 .nav-item.social-links.active > .nav-link, .navbar .u-main-nav-v1 .nav-item.social-links:hover > .nav-link, .navbar .u-main-nav-v1 .nav-item.social-links:focus > .nav-link, .navbar .u-main-nav-v1 .nav-item.social-links.show > .nav-link, .navbar .u-main-nav-v1 .nav-item.social-links.hs-sub-menu-opened > .nav-link, .navbar .u-main-nav-v1 .nav-item.social-links .nav-link:focus {
    background-color: transparent;
    cursor: default;
  }
  .navbar .u-main-nav-v1 .nav-item.social-links .nav-link {
    padding: 5px 8px;
  }
  
  .navbar .u-main-nav-v1 .nav-item.social-links a:hover {
    background-color: transparent;
    cursor: pointer;
  }

  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 100%;
    height: 3px;
    border-radius: 0;
}

  .hamburger--slider .hamburger-inner {
    top: 50%;
  }
  .hamburger-box {
    width: 30px;
    height: 25px;
  }
  .u-header__section--light .hamburger-inner, .u-header__section--light .hamburger-inner::after, .u-header__section--light .hamburger-inner::before {
    background: #3c7fc4;
  }
  .u-header__section--light .is-active .hamburger-inner, .u-header__section--light .is-active .hamburger-inner::after, .u-header__section--light .is-active .hamburger-inner::before {
    background: #ffffff;
  }
  body.u-main-nav--overlay-left .u-header__section--light {
    background: #ffffff;
    transition: all 0.5s;
  }
  body.u-main-nav--overlay-left .bare .u-header__section--light {
    background: transparent;
    transition: all 0.5s;
  }
  body.u-main-nav--overlay-left:not(.u-main-nav--overlay-opened) .bare .u-header__section--light .logo-mobile {
    display: none;
    opacity: 0;
    transition: all 0.5s;
  }
  body.u-main-nav--overlay-left .u-header__section--light .logo-mobile {
    display: block;
    opacity: 1;
    transition: all 0.5s;
  }
  .bare .u-header__section--light .hamburger-inner, 
  .bare .u-header__section--light .hamburger-inner::after, 
  .bare .u-header__section--light .hamburger-inner::before {
    background: #ffffff;
  }
  
  body.u-main-nav--overlay-left.u-main-nav--overlay-opened .u-header__section--light {
    background: #3c7fc4;
    transition: all 0.5s;
  }
  

  .navbar-brand {
    position: absolute;
    left: 10px;
  }
  .navbar-toggler {
    display: block;
    top: -37px;
    right: 4px;
  }
  @media (min-width: 1920px) {
    .navbar .container {
      max-width: 1660px !important;
    }
  }
  @media (min-width: 1500px) {
    .navbar .container {
      max-width: 1440px;
    }
  }
  @media (min-width: 993px){
    .navbar .u-main-nav-v1 .nav-link-mobile {
      display: none;
    }
    .navbar .u-main-nav-v1.nav-link-desk {
      display: block;
    }
    .navbar li.slash {
      display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }
    .navbar li.slash:not(:last-of-type):after {
      content: "/";
      margin-left: 20px;
      margin-right: 10px;
      font-family: 'Montserrat', Arial, Helvetica, sans-serif;
      font-weight: 100;
      font-size: 20px;
      letter-spacing: 0.02em;
      color: white;
    }
    .navbar li.slash .nav-link-desk {
      padding: 2px 0 4px;
    }
    
    .logo {
      opacity: 1;
      position: relative;
      max-width: 80px;
    }
    .logo-mobile {
      opacity: 0;
    }
    .sidenav-logo {
      display: none;
    }
  }
  @media (max-width: 992px){

    .navbar .u-main-nav-v1 .nav-link-mobile {
      display: block;
    }

    .navbar .u-main-nav-v1 .nav-link-desk {
      display: none;
    }
    .navbar-nav {
      margin-top: 0;
    }
    .logo {
      opacity: 0;
      position: absolute;
      max-width: 1px;
    }
    .logo-mobile {
      opacity: 1;
      display: block;
      max-width: 45px;
      margin-left: 4px;  
      width: 100%;
    }
    .navbar {
      height: 36px;
    }
    .navbar > .container, .navbar > .container-md, .navbar > .container-sm {
      max-width: 100%;
    }
    body.u-main-nav--overlay-left.u-main-nav--overlay-opened .u-main-nav--overlay {
      width: 130vw;
      top: 56px;
    }
    .navbar-collapse.u-main-nav--overlay .u-main-nav__list-wrapper {
      padding: 12px 24px;
    }
    .navbar-collapse.u-main-nav--overlay .u-main-nav__list-wrapper .navbar-nav {
      padding: 0;
      width: calc(100vw - 11%);
    }
    .navbar .u-main-nav-v1 .nav-link, .navbar .u-main-nav-v1 .nav-link-mobile {
      padding: 0.5rem;
      margin-left: -.5rem;
      /* margin-bottom: 12px; */
    }
    .navbar .u-main-nav-v1 .nav-item.social-links {
      margin-left: 0;
    }
    .navbar .u-main-nav-v1 .nav-item.social-links .nav-link, .navbar .u-main-nav-v1 .nav-item.social-link .nav-link-mobile {
      margin-right: 10px;
    }
    .sidenav-logo {
      position: absolute;
      top: -40px;
    }

    .navbar .u-main-nav-v1 .nav-item.social-links .nav-link {
      padding: 5px 8px;
    }
  }

  
  
/*Header Section End*/

/*Home Section*/
.home-section {
  background-image: url(../../assets/img/bg/swirl.jpg);
  background-repeat: no-repeat;
  background-color: black;
  min-height: 600px;
  background-size: cover;
  color: white;
  /* background-position: 10700% 12%; */
}

.home-section h1 {
  color: white;
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  margin-top: 6%;
}

.home-section h1 span {
  color: #80B3E8;
  font-weight: 300;
}

.home-section .navbar-nav {
  -webkit-flex-direction: initial;
  flex-direction: initial;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.home-section li.slash:after {
  content: "/";
  margin-left: 20px;
  margin-right: -30px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.home-section li a {
  color: white !important;
  text-transform: capitalize;
  font-size: 18px;
  font-family: 'Montserrat';
}

.home-section li a:hover {
  color: #80B3E8 !important;
}


.home-section .u-main-nav-v1 .nav-item {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
}

.home-section .u-main-nav-v1 .nav-item.social-links {
  padding: 0 !important;
}



@media (min-width: 2000px) {
  .home-section {
    background-size: cover;
        background-position: bottom left;
  }
}
@media (min-width: 1800px) and (max-width: 2000px) {
  .home-section {
        background-position: bottom left;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .home-section {
        background-position: bottom left;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .home-section {
        background-position: bottom left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-section {
    background-position: bottom left;
  }
  .about-section p {
    margin-left: 35px;
    line-height: 30px;
    font-weight: 100;
    font-size: 15px;
    padding-right: 5%;
  }
}
@media (max-width: 991px) {
  .navbar .u-main-nav-v1 .nav-link-mobile img {
    max-width: 23px;
  }
  .u-header {
    background: transparent;
  }
  .headingNav {
    display: none;
  }
  .mobileLogo {
    position: absolute;
    top: 23%;
    left: 13%;
    width: 100%;
    max-width: 100px;
  }
  header {
    display: block;
  }
  .pic {
    max-height: initial;
    overflow: hidden;
  }

  .navbar .u-main-nav-v1 .nav-link-mobile {
    margin-left: -0.5rem;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 1px;
    font-size: 18px;
  }

  .home-section .col-lg-12 {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 70vh;
  }
  .home-section {
    background-image: url(../../assets/img/bg/swirlm.jpg);
    background-position: top;
  }
  footer img:not(.arrow) {
    margin: 30px 50px 30px 0 !important;
    max-width: 50px !important;
  }
}

@media (max-width: 767px) {
  .home-section {
    min-height: 650px;
    background-position: 27%;
  }
  .about-section h3 {
    -webkit-clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  }
  .mobileLogo {
    position: absolute;
    top: 13%;
    left: 14%;
    width: 100%;
    max-width: 100px;
  }
}

/*Home Section End*/

/*About Section*/
.about-section {
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.about-section h3 {
  background: #3C7FC4;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  color: #ffffff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 26px;
  padding-left: 35px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  height: 54px;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 2px;
  margin-bottom: 30px;
}

.team-section h3 a img {
  max-width: 26px;
  margin-bottom: 3px;
}

@media (max-width: 991px) {
  .about-section h3 {
    margin-bottom: 0;
    height: 34px;
  }
}

.about-section p {
  margin-left: 35px;
  line-height: 35px;
  font-weight: 100;
  font-size: 18px;
  padding-right: 5%;
}

@media (min-width: 2000px) {
  .about-section {
    background-position: 75%;
  }
}
@media (min-width: 1800px) and (max-width: 2000px) {
  .about-section {
    background-position: 85%;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .about-section {
    background-position: 95%;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .about-section {
    background-position: 113%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-section {
    background-position: 145%;
  }
}
@media (max-width: 991px) {
  .about-section h3 {
    font-size: 14px;
    margin-bottom: 10px;
    width: 85%;
  }
  .about-section p {
    margin-left: 15px;
    line-height: 25px;
    font-weight: 100;
    font-size: 12px;
    padding-right: 5%;
    width: 85%;
  }
}
/*About Section End*/

/*Team*/
.team-section {
  background: #F8F8F8;
}

.team-section .container {
  position: relative;
}

.arrow {
  position: absolute;
  top: -70px;
  left: 0;
}
.team-section h3 {
  color: #ffffff;
  font-family: 'Gotham';
}

.team-section p {
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 1rem;
  padding-right: 60px;
}

.team-section .bio {
  background: #3C7FC4;
  color: #ffffff;
  margin-bottom: 40px;
  border-bottom: 30px solid #3C7FC4;
}


@media (max-width: 991px) {
  #portfolio .d-flex.justify-content-between.logos {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #portfolio .d-flex.justify-content-between.logos img {
    height: 100% !important;
    width: 72%;
    margin: 50px auto !important;
  }
  #portfolio .d-flex.justify-content-between.logos img.gv {
    width: 20%;
  }
  #portfolio .d-flex.justify-content-between.logos img.vida {
    width: 40%;
  }
  #portfolio .d-flex.justify-content-between.logos img.imagen {
    width: 50%;
  }
  #portfolio .d-flex.justify-content-between.logos img.prox {
    width: 60%;
  }

  section {
    padding: 50px 20px;
  }

  section h2, section h2:after {
    font-size: 22px;
    color: #3C7FC4;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  section h2:after {
    content: "/";
    margin-left: 10px;
  }
  .about-section h3 {
    background: #3C7FC4; 
    -webkit-clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    margin-bottom: 20px;
  }
  .team-section h3 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Gotham';
  }
  .team-section h3 a img {
    max-width: 20px;
  }
  .team-section p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .team-section .bio {
    padding: 20px;
  }
  .pic {
    max-height: initial !important;
    overflow: hidden;
    margin: 0 auto;
  }
  .rightarrow {
    left: 10px;
  }
  .team-section .bio {
    padding: 0;
    margin: 0 auto 20px;
  }
  .home-section {
    background-position: top left;
    min-height: 100vh;
    background-size: cover;
  }
  .home-section h1 {
    color: white;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    margin-top: 30%;
    padding-left: 13%;
  }
  .team-section .pic img+img {
    position: absolute;
      top: initial !important;
      bottom: 5px;
      left: 15% !important;
      transform: rotate(90deg);
      display: none;
  }
  .rightarrow {
    transform: rotate(150deg) !important;
    bottom: 0 !important;
  }
  .bio .col-lg-4.custom {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .bio .col-lg-8.custom {
    padding: 22px !important;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.bio .col-lg-4.custom {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.bio .col-lg-8.custom {
  padding: 22px 50px 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.pic {
  max-height: 275px;
  overflow: hidden;
}
.team-section .pic img:first-child {
  width: 100%;
}
.team-section .pic img+img {
  position: absolute;
  top: 10%;
}

.leftarrow {
  right: 0;
}

.rightarrow {
  left: 0;
}

/*Partners*/

footer {
  background-color: #3C7FC4;
}

footer .arrow {
  
}

footer .container {
  position: relative;
}

footer img:not(.arrow) {
  margin: 30px 50px 50px 70px;
  max-width: 100px;
}

.portfolio-section a {
  min-height: 120px;
}
.logos img:not(.big) {
  height: 54px;
  padding: 4px;
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  #js-header, .mobileLogo {
    display: none;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  .navbar .u-main-nav-v1 .nav-link {
    font-size: 16px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    padding: 0 4px;
    border-radius: 0;
  }
  .socialStack {
    margin-left: 20px;
    align-self: normal;
  }
}

@media (max-width: 1200px) {
  .team-section p {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .bio .custom {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .team-section p {
    font-size: 15px;
    line-height: 30px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .pic {
    max-height: initial !important;
    overflow: hidden;
    margin: 0 auto;
  }
  .bio .col-lg-4.custom {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .bio .col-lg-8.custom {
    padding: 22px !important;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .bio .custom {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .team-section h3 {
    color: #ffffff;
    font-family: 'Gotham';
  }
  .home-section h1 {
    color: white;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-top: 30%;
  }
}

@media (max-width: 600px) {
  .about-section h3 {
    padding-left: 16px;
  }
  .navbar .u-main-nav-v1 .nav-link {
    padding: 0 4px;
    margin-left: 0;
    font-size: 18px;
  }
  .team-section .pic img+img {
    display: none;
  }
  #portfolio .d-flex.justify-content-between.logos img {
    margin: 30px auto !important;
  }
}