body {
  font-family: 'Aquawax Medium', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

p {
  margin-bottom: 0px;
}

a:hover {
  text-decoration: transparent;
}

.navbar {
  background-color: #ffffff;
  padding: 0.5rem 3rem;
}

.container {
  padding-top: 5%;
  margin-top: 4%;
}

.bg-grey {
  background-image: url("../images/background.png");
  background-repeat: repeat-y;
}

.uppercase {
  text-transform: uppercase;
}

.font-black {
  font-family: 'Aquawax Black';
  color: #212529;
}

.font-second-part {
  font-family: 'Gotham Rounded Light';
  text-transform: uppercase;
  font-size: 14px;
}

.font-gotham-bold {
  font-family: 'Gotham Rounded Bold';
  font-size: 27px;
  padding-right: 20px;
  margin-top: -10px;
}

.font-gotham-medium {
  font-family: 'Gotham Rounded Medium';
}

.font-black-desc {
  font-family: 'Aquawax Medium';
}

.font-black-title {
  font-family: 'Aquawax Black';
}

#principal {
  display: block;
}

.bluesquaresecond {
  background-color: #b3f5ea;
  width: 30%;
  height: 200px;
  position: relative;
}

.title {
  font-size: 40px;
}

.pad-left {
  padding-left: 5%;
}

.numero {
  padding: 0px !important;
}

.numero-total {
  width: 110%;
  margin-left: -5%;
}

.title {
  line-height: 120%;
}

.hide-desktop {
  display: none;
}

.hide-mobile {
  display: block;
}

.form-chegar{
  color:#000;
}

.share img {
  width: 75px;
}

#stories {
    position: relative;
}

/*button.close {
    position: absolute;
    right: 2rem;
    top: -4.5rem;
    z-index: 999;
}

.close {
  opacity:  1;
}

img.close-icon {
  width: 75px;
}*/

.testimonials .holder, 
.testimonials .description {
  padding-bottom: 3rem;
}

ul.nif-slider {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-flow:  column wrap;
}

.carousel-indicators {
    position: absolute;
    top: -5%;
    right: 8%;
    display: flex;
    flex-flow: column;
    list-style-type: none;
    text-align: center;
    background: rgba(179, 245, 234, .5);
    padding: 4rem 1.2rem 1rem 1.2rem;
    left: auto;
    bottom: auto;
    margin: 0;
}

.carousel-indicators li:last-of-type {
    padding: 0;
}

.carousel-indicators .active {
    font-size: 32px;
}

.carousel-indicators li {
    cursor: pointer;
    opacity: .5;
    transition: opacity .6s ease;
    font-family: sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 1rem;
    width: auto;
    height: auto;
    margin: 0;
    text-indent: 0;
    background: transparent;
    border: 0;
}

#stories.container {
    padding-top: 0 !important;
}

.carousel-item .row {
    align-items: center;
}

#collapseShareButtons img {
    width: 25px;
}

.development {
    float: right;
    display: flex;
    color: #212529;
    font-family: 'Gotham Rounded Light';
    font-size: 14px;
    align-items: center;
}

.development p:first-of-type {
    margin-right: .5rem;
}    
    
    
@media only screen and (min-width: 769px) {
  .form-chegar {
    color: #000;
    width: 143px;
    height: 27px;
    text-align: right;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(to right, #bafff3, #bafff3);
    background-position: -33px 23px;
    background-repeat: no-repeat;
    background-size: 0% 4px;
    transition: background-size .5s ease, font-weight .2s ease;
  }


  .form-chegar:hover {
    background-size: 100% 4px;
    font-weight:900
  }
}

@media only screen and (max-width: 768px) {
  .hide-desktop {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .numero-total {
    width: 100%;
    padding-bottom: 20px;
  }
  .img-number {
    width: 100%;
  }
  .title {
    font-size: 22px;
    text-align: center;
  }
  .numero2 {
    right: 2%;
  }
  .numero1 {
    width: 95%;
    margin: 0 auto;
  }
  .navbar {
    padding: 0rem 1rem;
  }
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: white;
  text-align: left;
  padding-left: 3rem;
  padding-right: 3rem;
}

.logos {
  padding: 5px;
}

@media only screen and (max-width: 1400px) {
  .container {
    padding-bottom: 7%;
    padding-top: 7%;
    margin-top: 2%
  }
}

#bluesquare {
  background-color: #b3f5ea;
  position: relative;
}

.squareone {
  width: 30%;
  height: 200px;
  left: 57%;
}

.squaretwo {
  width: 30%;
  height: 200px;
  left: 3%;
}

.paragraph-square1 {
  position: relative;
  top: 20%;
  left: -20%;
  font-size: 20px;
}

.paragraph-square2 {
  position: relative;
  top: 20%;
  left: 55%;
}

.title {
  font-size: 32px
}

.how-to {
  width: 40%;
  left: 60%;
  position: relative;
  margin-top: -145px;
}

.bgblue {
  background-color: #b3f5ea;
}

.padtop {
  padding-top: 20px
}

.nopadsides {
  padding-left: 0px;
  padding-right: 0px;
}

.textcenter {
  text-align: center;
}

#parte2 {
  padding-bottom: 10%;
  margin-top: 10%
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .how-to {
    width: 40%;
    left: 50%;
    position: relative;
    margin-top: 16%;
  }
  .squareone {
    width: 61%;
    height: 200px;
    left: 37%;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .how-to {
    width: 100%;
    position: relative;
    margin-top: 16%;
    left: 0%;
  }
  .whatis {
    padding-top: 0%;
  }
  .title {
    font-size: 1.7rem;
  }
  a.navbar-brand {
    width: 70%;
  }
}

.roww {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .font-gotham-bold {
    font-size: 1rem;
  }
  .arrow-up {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    border-right: 0.2em solid black;
    border-top: 0.2em solid black;
    transform: rotate(-45deg);
    margin-right: -0.5em;
    right: 34px;
    top: 11px;
  }
  .lastfield {
    font-size: 1.5rem;
    padding-right: 20px;
    margin-top: -18px;
  }
  .lastfieldz {
    padding: 2% 0px;
    font-size: 1.3rem;
  }
  .font-second-part_30anos {
    font-size: 22px;
  }
  .paragraph-square1 {
    position: relative;
    top: 18%;
    left: -43%;
    font-size: 16px;
    width: 140%;
  }
  #bluesquare {
    height: 150px;
  }
  .logo-cvp {
    width: 70%;
  }
  .form-cenas {
    padding-top: 10px;
  }
  .form-chegar {
    font-size: 10px !important;
    color: #000;
  }
  .title {
    font-size: 1.2rem;
  }
  .navbar {
    padding: 0rem 0.5rem;
  }
  a.navbar-brand {
    width: 37%;
  }
  .footer {
    padding-left: 0px;
  }
}
