@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;700;900&display=swap');
@font-face {
  font-family: 'TitlingGothicFBComp-Thin';
  src: url('../fonts/TitlingGothicFBComp-Thin.eot');
  src: url('../fonts/TitlingGothicFBComp-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/TitlingGothicFBComp-Thin.woff') format('woff'), url('../fonts/TitlingGothicFBComp-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'TitlingGothicFBComp-Bold';
  src: url('../fonts/TitlingGothicFBComp-Bold.eot');
  src: url('../fonts/TitlingGothicFBComp-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TitlingGothicFBComp-Bold.woff') format('woff'), url('../fonts/TitlingGothicFBComp-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'TitlingGothicFBComp-Regular';
  src: url('../fonts/TitlingGothicFBComp-Regular.eot');
  src: url('../fonts/TitlingGothicFBComp-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TitlingGothicFBComp-Regular.woff') format('woff'), url('../fonts/TitlingGothicFBComp-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Gopher-Regular';
  src: url('../fonts/Gopher-Regular.eot');
  src: url('../fonts/Gopher-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gopher-Regular.woff') format('woff'), url('../fonts/Gopher-Regular.ttf') format('truetype');
}

body, html{
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}
#landing{
  background-image: url('../img/escalera2.png');
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 100vw;
  min-height: 100vh;
  background-attachment: fixed;
  display: block;
  margin-bottom: -3rem;
}
#landing .logo img{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 327px;
  z-index: 1;
}
#landing .more-impact img{
  padding-top: 70px;
  margin-left: 50px;
}
#landing .text-section{
  position: absolute;
  bottom: 0;
  padding-bottom: 50px;
  margin-left: 50px;
  font-family: 'Gopher-Regular';
}
#landing .text-section p{
  margin-bottom: 0px;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Gopher-Regular';
}
#landing .text-section a{
  color: #FFFFFF;
}
.temp-fixed-image {
  position: fixed;
  z-index: 99999999;
  bottom: 50%;
  width: 100px;
}

.more-impact{
    color: #FFF;
    max-width: 360px;
    padding-top: 60px;
    padding-left: 50px;
    margin-bottom: 60px;
}
.more-impact h2{
  text-transform: uppercase;
  /*font-family: 'TitlingGothicFBComp-Bold';*/
  /*max-width: 200px;*/
  font-size: 34px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  line-height: 1;
}
.more-impact h2 .blue{
  color: #004678;
}
.more-impact p{
  font-family: 'Gopher-Regular';
  margin-bottom: 12px;
}
.scroll-down{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/*@media(max-width: 767px){
  #landing{
    background-image: none;
  }
}
@media(max-width: 599px){
  #landing .logo img{
    max-width: 200px;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
    #landing .logo img {
      max-width: 200px;
      position: relative;
      margin-top: 50px;
      display: block;
      margin-bottom: 50px;
    }
    #landing .text-section {
      position: relative;
      bottom: 0;
      margin-bottom: 0;
      margin-left: 50px;
      font-family: 'Gopher-Regular';
      padding-bottom: 50px;
    }
}*/

.custom-nav ul{
  list-style-type: none;
  padding: 0;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 40px;
  position: absolute;
  width: 100%;
  margin-top: 42px;
}
.custom-nav ul li{
  margin-left: 20px;
  margin-right: 20px;
}
.custom-nav ul li:last-child{
  margin-right: 0px;
}
.custom-nav ul a{
  color: #FFFFFF;
  font-family: 'Gopher-Regular';
}
.custom-nav .toogle{
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: none;
  padding: 0px 12px;
}

#services{
  background-color: #21b5ea;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 220px!important;
  margin-top: -1px;
  display: block;
}
#services .triangle{
  position: absolute;
  width: 500px;
  right: 60px;
  top: 0;
  margin-top: -300px;
}
#services h2{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 60px;
  letter-spacing: 5px;
  margin-bottom: 30px;
  line-height: 1;
}
#services section{
  max-width: 330px;
  margin-bottom: 30px;
}
#services section h3{
  /*font-family: 'TitlingGothicFBComp-Bold';*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #004678;
  font-size: 20px;
}
#services section p{
  font-family: 'Gopher-Regular';
}

#media-circle{
  background-color: #ccf2fc;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
#media-circle .circleEffect{
  position: absolute;
  top: 0;
  margin-top: -170px;
  /*height: 500px;*/
  width: 620px;
}
#media-circle h2{
  /*font-family: 'TitlingGothicFBComp-Bold';*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #004678;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}
#media-circle .circle{
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
#media-circle .container{
  position: relative;
  z-index: 1;
}
#media-circle .media-circle-text{
  font-family: 'Gopher-Regular';
  color: #FFFFFF;
  /*max-width: 600px;
  text-align: center;
  margin-left: auto;*/
  margin-right: auto;
  margin-bottom: 50px;

  text-align: left;
  margin-left: 0;
  max-width: 330px;
}
#case{
  background-image: url('../img/case-bg.jpg');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
#case h2{
  /*font-family: 'TitlingGothicFBComp-Bold';*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
}
#case .play{
  width: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  cursor: pointer;
}

#case .case-text{
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 26vw;
  padding: 30px;
}

#case .case-text .title{
  display: block;
  /*font-family: 'TitlingGothicFBComp-Bold';*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #004678;
  text-transform: uppercase;
  font-size: 22px;
}
#case .case-text .subtitle{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  color: #21b5ea;
}
#case .case-text p{
  font-family: 'Gopher-Regular';
  font-size: 16px;
  color: #21b5ea;
}
#case .case-text p:last-child{
  margin-bottom: 0px;
}
#case .full{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 1;
  height: 100%;
}
.hide{
  display: none;
}
.align-center{
  align-items: center;
}
@media(max-width:1024px){
  #case{
    background-image: none!important;
  }
  #case .play,
  #case .close{
    display: none!important;
  }
  #case .full{
    position: relative;
    height: 500px!important;
    width: 100%;
  }
  #case .full.hide{
    display: block;
  }
  #case .case-text{
    padding-left: 45px;
    padding-right: 45px;
  }
  #case h2 {
    color: #004678;
  }
}
@media(max-width: 767px){
  #case .full {
    height: 287px !important;
  }
}
#case .close{
  position: absolute;
  z-index: 2;
  top: 80px;
  right: 20px;
  font-size: 90px;
  color: #FFF;
  opacity: 1;
  cursor: pointer;
}

#about{
  background-image: url('../img/triangle-bg.png');
  padding-bottom: 20vh!important;
  /*background-position: 0px -260px;*/
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
}
#about h2{
  /*font-family: 'TitlingGothicFBComp-Bold';*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #004678;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
}
#about h3{
  /*font-family: 'TitlingGothicFBComp-Bold';*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #004678;
}
#about p{
  font-family: 'Gopher-Regular';
  font-size: 16px;
  color: #21b5ea;
}
#about .profile-img{
  border-radius: 0px 50% 50% 0px;
  margin-bottom: 20px;
  max-width: 300px;
  width: 100%;
}

#client{
  text-align: center;
  position: relative;
  z-index: 2;
}
#client .logos{
  list-style-type: none;
  padding: 10px 25px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
}
#client .logos li{
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}
#client .logos li:first-child{
  margin-left: 0px;
}
#client .logos li:last-child{
  margin-right: 0px;
}
#client .logos img{
  width: 100%;
}
#collaborations{
  text-align: center;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 20px;
}
#collaborations .logos{
  list-style-type: none;
  padding: 10px 25px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
#collaborations .logos li{
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}
#collaborations .logos li:first-child{
  margin-left: 0px;
}
#collaborations .logos li:last-child{
  margin-right: 0px;
}
#collaborations .logos img{
  width: 100%;
}
#contact{
  text-align: center;
  position: relative;
  z-index: 2;
}
#contact p{
  margin-bottom: 0px;
  font-family: 'Gopher-Regular';
  color: #21b5ea;
}
#contact a{
  color: #21b5ea;
}

#footer-section{
  position: relative;
  z-index: 2;
}
#footer-section .logo-footer{
  background-color: #85D6F3;
  padding: 50px;
}
#footer-section .logo-footer img{
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#footer-section .copyright{
  color: #FFFFFF;
  text-align: center;
  background-color: #004678;
}
#footer-section .copyright .bg-1{
  background-color: #1283b7;
  padding: 50px;
  border-radius: 0px 0px 40px 40px;
}
#footer-section .copyright .bg-2{
  padding: 50px;
}
#footer-section .copyright p{
  margin-bottom: 0px;
  font-family: 'Gopher-Regular';
  font-size: 12px;
}
#footer-section .copyright a{
  color: #FFFFFF!important;
}


#mainPopUp .modal-content{
  padding: 40px;
  text-align: center;
}
#mainPopUp .modal-content h2{
  /*font-family: 'TitlingGothicFBComp-Bold';*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #004678;
  text-transform: uppercase;
  font-size: 34px;
  margin-bottom: 15px;
  line-height: 1;
}
#mainPopUp .modal-content p{
    color: #004678;
}
#mainPopUp .modal-content .btn{
  background-color: #21B5EA;
  color: #004678;
  padding: 10px 30px;
  display: block;
  max-width: 340px;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*font-family: 'TitlingGothicFBComp-Bold';*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}
#mainPopUp .modal-content img{
  max-width: 200px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.cross{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.cross.rotate{
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media(min-width: 601px){
  .custom-menu li{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 66px;
    opacity: 1;
    margin-left: 20px;
    margin-right: 20px;
  }
  .custom-menu li.hide{
    width: 0px;
    opacity: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .transparent{
    background: transparent!important;
  }
}

@media(min-width: 1024px){
  #mainPopUp .modal-dialog{
    max-width: 80%;
    background-color: #FFFFFF;
  }
  #mainPopUp h2,
  #mainPopUp .modal-content .btn{
    margin-top: 50px;
  }
  #mainPopUp h2, #mainPopUp p{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #mainPopUp .modal-content{
    border: 0px;
  }
  .close-modal{
    display: none;
  }
}
@media(max-width: 1199px){
  #landing .logo img{
    max-width: 200px;
  }
  #case .case-text{
    width: 32vw;
  }
}
@media(max-width: 1140px){
  #case .case-text{
    width: 42vw;
  }
}
@media(max-width: 1024px){
  #landing{
    background-size: contain;
    background-position: bottom left;
  }
  #landing .logo img{
    position: relative;
    display: block;
  }
  .custom-nav ul{
    position: relative;
    margin-top: 0px;
  }
  #landing .more-impact img{
    margin-bottom: 70px;
  }
  #landing .text-section{
    position: relative;
    margin-top: 70px;
  }
  #media-circle .circleEffect{
    margin-top: -100px;
    height: 290px;
    width: 280px;
  }
  #services .triangle{
    width: 200px;
    margin-top: -115px;
  }
  #media-circle .circle{
    margin-top: 70px;
  }
  #case{
    height: auto;
    min-height: auto;
    padding-bottom: 0px!important;
    border-bottom: 10px solid #004678;
  }
  #case .case-text{
    position: relative;
    width: 100%;
  }
  #case .play{
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #about{
    background-image: none;
  }
  #client .logos{
    flex-wrap: wrap;
  }
  #client .logos li{
    width: 30%;
    margin-bottom: 30px;
  }
  #client .logos li:first-child{
    margin-left: auto;
  }
  #client .logos li:last-child{
    margin-right: auto;
  }
  #client .logos li img{
    max-width: 120px;
    margin: auto;
  }
}
@media(max-width: 600px){
  .cross{
    display: none;
  }
  #client .logos li{
    width: 50%;
  }

  #landing .more-impact img{
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 80%;
    display: block;
  }
  #landing .logo img{
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 80%;
    display: block;
    margin-bottom: 50px;
  }
  #landing .text-section{
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
  }
  #client .logos li img{
    max-width: 80%;
  }
  .custom-nav .custom-menu{
    display: none;
  }
  .custom-nav .custom-menu.open{
    display: block;
    position: fixed;
    background-color: #21b5ea;
    z-index: 5;
  }
  .custom-nav .toogle{
    position: fixed;
    display: block;
    color: #FFFFFF;
    z-index: 10;
    background-color: #21b5ea;
  }
  .custom-nav ul li{
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0px;
  }
  .custom-nav ul a{
    font-size: 24px;
  }
  .more-impact{
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .more-impact h2{
    max-width: 100%;
    margin-top: 100px;
    line-height: 1;
  }
  .more-impact h2 .blue{
    display: block;
  }
}

.close-modal{
  visibility: hidden!important;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px!important;
  cursor: pointer;
}

@media(max-width: 1024px){
  .close-modal{
    visibility: visible!important;
  }
}
@media(max-width: 991px){
  #media-circle .media-circle-text{
    text-align: left;
    margin-left: 0;
    max-width: 330px;
  }
}
@media(max-width: 420px){
  #about h2{
    font-size: 24px;
  }
  #case .case-text .title{
    font-size: 15px;
  }
  #services h2{
    font-size: 40px;
  }
}
