:root {
  --plyr-color-main: #53C1BD;
}

body {
  font-family: 'Proxima Nova', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #15cdc6;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

nav {
  z-index: 1;
}

nav .contact {
  transition: all 150ms;
}

nav .contact:hover {
  background: linear-gradient(101.54deg, #76A5D4 16.75%, #00B3D6 120.71%) !important;
  color: white;
}

nav .nav-link:not(.cont):hover {
  background-color: #35383A;
}


main {
  height: 100vh;
  margin-top: -112px;
}

main .wall {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
  width: 56%;
  background: url('../img/hero-nasa.png');
  background-repeat: no-repeat;
  background-size: cover;
}

main img.hero-img {
  position: absolute;
  top: 0;
}

main img.hc {
  position: relative;
  margin: auto;
  width: 68%;
  margin: auto;
  left: 8.5%;
  top: 60%;
  transform: translateY(-60%);
}

main img.arrow {
  position: absolute;
  transition: all 215ms;
  bottom: 80px;
  right: 100px;
}

main img.arrow:hover {
  bottom: 70px;
}

#sec1 {
  padding: 80px 0 100px 0;
}

#sec1 p {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}

#sec1 h2 {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
}

#blocks .block1 {
  height: auto;
  padding-bottom: 100px;
  background: radial-gradient(82.47% 260.66% at 1.87% 5.83%, #15CDC6 0%, rgba(21, 205, 198, 0) 100%), radial-gradient(96.11% 301.07% at 95.26% 7.41%, #F1CC16 0%, #CF8000 100%);
  z-index: 1;
  position: relative;
}

#blocks :is(.block1, .block2) img {
  object-fit: cover;
  border-radius: 2px;
  width: 520px;
}

#blocks .block1 img {
  position: absolute;
  left: 70%;
  top: 55%;
  height: auto;
}

#blocks .block2 img {
  left: -30%;
  top: 70%;
  height: auto;
  position: absolute;
}

#blocks .block2 {
  height: auto;
  background: radial-gradient(67.66% 213.83% at 101.85% -4.58%, #53C1BD 0%, rgba(83, 193, 189, 0) 100%), linear-gradient(115.92deg, #76A5D4 2.17%, #4F78A2 70.43%);
  margin-left: auto;
  margin-top: -20vh;
  padding-top: 300px;
}

#blocks h2 {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 97px;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #000000;
}

#blocks .topics .r1 {
  margin-top: 72px;
}

#blocks .topics .r2 {
  margin-top: 48px;
}

#blocks .topics h4 {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #000000;
}

#blocks .topics p {
  margin-top: 12px;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #000000;
}

#blocks ul {
  margin-top: 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 24px 40px;
}

#blocks ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  height: 72px;
  width: 208px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

#labels {
  min-height: 100vh;
  position: relative;
}

#labels::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/labels.svg);
  background-repeat: no-repeat;
  filter: saturate(0);
}

#labels h2 {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 97px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}

#labels .label-area {
  transform: translateY(20vh);
}

#contact {
  background-color: #262829;
}

#contact #campinas {
  background: url(../img/map-campinas.jpg);
  cursor: pointer;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

footer {
  background: #35383A;
}

footer .social img {
  width: 24px;
  height: auto;
  fill: white;
  color: white;
}

footer .social a {
  transition: 225ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

footer .social a:hover {
  background: #262829;
}


footer p {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFFFFF;
}

form h5 {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  padding-bottom: 12px;
  color: #FFFFFF;

}

form .blanterinput {
  float: none;
  position: relative;
  margin-bottom: 32px;
  margin-right: 10px
}

form .blanterinput input,
form .blanterinput textarea {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: white;
}

form .blanterinput input:focus,
form .blanterinput textarea:focus {
  outline: none;
}

form .blanterinput label {
  color: #ffffff75;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: .2s ease all
}

form .blanterinput input:focus~label,
form .blanterinput input:valid~label,
form .blanterinput textarea:focus~label,
form .blanterinput textarea:valid~label {
  top: -20px;
  font-size: 14px;
  color: #00B3D6;
}

form .bar {
  position: relative;
  display: block;
  width: 100%
}

form .bar:before,
form .bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: linear-gradient(101.54deg, #76A5D4 16.75%, #00B3D6 120.71%);
  transition: .2s ease all
}

form .bar:before {
  left: 50%
}

form .bar:after {
  right: 50%
}

form .blanterinput input:focus~.bar:before,
form .blanterinput input:focus~.bar:after,
form .blanterinput textarea:focus~.bar:before,
form .blanterinput textarea:focus~.bar:after {
  width: 50%
}

form .highlight {
  position: absolute;
  height: 50%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .5
}

form .blanterinput input:focus~.highlight,
form .blanterinput textarea:focus~.highlight {
  animation: inputHighlighter .3s ease
}

form .blanterinput input:focus~label,
form .blanterinput input:valid~label,
form .blanterinput textarea:focus~label,
form .blanterinput textarea:valid~label {
  top: -12px;
  font-size: 14px;
  color: #00B3D6;
}

form input[type="submit"] {
  display: flex;
  margin: 0 auto;
  background: linear-gradient(101.54deg, #76A5D4 16.75%, #00B3D6 120.71%);
  border-radius: 50px;
  border: none;
  padding: 14px 38px;
  font-family: 'Proxima Nova';
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  transition: 125ms;
}

form input[type="submit"]:hover {
  background: white;
  color: black;
}

#video .plyr__poster {
  background-size: cover;
}

.plyr__control--overlaid {
  background-color: white !important;
  opacity: 1 !important;
  width: 140px !important;
  height: 140px !important;
  top: 140px !important;
  left: 200px !important;
}

.plyr__control--overlaid:hover {
  background-color: #E5E5E5 !important;
}

.plyr__control--overlaid svg {
  color: #35383A;
  margin: auto;
  left: 0 !important;
  right: 0 !important;
}




@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 4));
  }
}

.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slide {
  width: 250px;
  height: 100px;
  filter: saturate(0);
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 8);
}

.slider .slide {
  height: 100px;
  width: 250px;
}



.mapouter {
  position: relative;
  text-align: right;
  height: 100%;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  border-radius: 4px;
  background: none !important;
  height: 100%;
  width: 100%;
}

.modal-body{
  padding: 0 !important;
}

#map {
  height: 100%;
}





@media screen and (max-width: 1100px) {
  #blocks h2 {
    font-size: 48px;
    line-height: 48px;
  }

  #labels::before {
    background-position: -300px;
  }

}




@media screen and (max-width: 767px) {

  main .wall {
    width: 100%;
  }

  main img.arrow {
    right: 50%;
    bottom: 80px;
  }

  #sec1 {
    padding: 80px 0 40px 0;
  }

  #sec1 h2 {
    margin-bottom: 32px;
    margin-top: 12px;
  }

  #sec1 p {
    margin-bottom: 24px;
  }

  #blocks h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 1px;
  }

  #labels h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 1px;
  }

  #blocks ul {
    flex-direction: column;
  }

  #blocks ul li {
    width: 100%;
  }

  nav #navbarNav ul li {
    display: none;
  }

  nav #navbarNav ul li.last {
    display: block;
  }

  main img.hc {
    width: 75%;
    top: 50%;
  }

  .plyr__control--overlaid {
    top: 50% !important;
    width: 120px !important;
    height: 120px !important;
  }

  #blocks .topics h4 {
    font-size: 30px;
  }

  #blocks .topics p {
    font-size: 16px;
  }

  #blocks .block1 {
    height: auto;
    padding-bottom: 350px;
  }

  #blocks .block2 {
    height: auto;
    padding-bottom: 240px;
  }

  #blocks .block1 img {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    height: 494px;
    left: 0;
    right: 0;
    margin: auto;
    top: 480px;
  }

  #blocks .block2 img {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    height: 494px;
    left: 0;
    bottom: 120px;
    right: 0;
    margin: auto;
    top: 1450px;
  }

  #labels {
    min-height: auto;
    position: relative;
  }

  #labels::before {
    display: none;
  }

  #labels .label-area {
    transform: translateY(140px);
  }

  #labels h2 {
    text-align: left;
  }

  #blocks .topics .r1 {
    margin-top: 24px;
  }

}

@media screen and (max-width: 480px) {
  #blocks .block2 img {
    bottom: 0;
  }

  #blocks .block1 img {
    bottom: -300px;
  }
}