@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

* {
  outline: none !important;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

header {
  position: relative;
  z-index: 1000000;
}

p {
  font-size: 1.15rem;
}

.navbar {
  background: transparent !important;
  transition: 0.5s;
}

.navbar.scrolled {
  background: #fff !important;
  transition: 0.5s;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.18);
}

.navbar.scrolled .container .navbar-brand {
  color: #000;
}

.navbar .container .navbar-brand img {
  width: 210px;
  object-fit: contain;
  object-position: center;
}

.navbar.scrolled .container .navbar-collapse ul li .nav-link.active {
  color: #000;
  background-color: rgba(224, 224, 224, 0.55);
  border-radius: 80px;
  -webkit-transition: background-color 0.7s ease-in;
  transition: background-color 0.7s ease-in;
}

.navbar.scrolled .container .navbar-collapse ul li .nav-link,
.navbar.scrolled .container .navbar-collapse ul li .nav-contact-phone {
  color: #000;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-contact-phone {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:visited {
  color: rgba(255, 255, 255, 1);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #000;
  background: #fff;
  border-radius: 80px;
}

.navbar-light .navbar-nav .active>.nav-link:hover {
  color: #000;
}

.navbar-light .navbar-nav .nav-contact-phone {
  padding: 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: roboto;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:visited {
  color: rgba(255, 255, 255, 1);
  font-size: 2.5rem;
  font-weight: 600;
}

/* ////////////////////////////// */

.carousel-item img {
  object-fit: cover;
  object-position: center;
}

.carousel-caption {
  top: 40%;
}

.carousel-indicators {
  bottom: 40px;
}

.slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(rgba(76,78,78,0.5), transparent);
  pointer-events: none;
  z-index: 1;
}

.slide:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(360deg,rgba(76,78,78,0.2), transparent);
  pointer-events: none;
}

/* 

slider -> https://www.youtube.com/watch?v=z74ExMz-cWU

https://www.youtube.com/watch?v=EZqhWu8GJ6U&t=37s
https://www.youtube.com/watch?v=0gCMLAivggc
https://www.youtube.com/watch?v=nuOVuLrjioM
https://www.youtube.com/watch?v=gBA5zXPddtY


/* ////////////////////////////// */

.banner {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  background: url(images/banner_estudante.jpg);
  background-size: cover;
  background-position: center;
}


.banner:before,
.education:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(#000, transparent);
  pointer-events: none;
}

.banner:after,
.education:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg,#19191A, #d0d0d000);
  pointer-events: none;
}

.height100p {
  height: 100vh;
}

.h100 {
  height: 100%;
}

.contentBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  z-index: 10;
  padding: 20px;
}

.contentBox h1 {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 5rem;
}

.contentBox p {
  color: #000;
  font-size: 1.2rem;
}

.career {
  padding: 100px 0;
  background: #fff;
}

.career-p1 {
  margin: 50px 0 0; 
  text-align: justify;
}

.career-p2 {
  margin: 20px 0 0;
  text-align: justify;
}

.career-p3 {
  margin: 20px 0 50px;
  text-align: center;
  font-weight: 600;
}

.headerText {
  color: #000;
}

.headerText h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.placeBox {
  position: relative;
  max-width: 300px;
  height: 400px;
  margin: 0 auto;
  background: #000;
  margin-top: 30px;
}

.placeBox .imgBx {
  width: 100%;
  height: 100%;
}

.placeBox .imgBx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.placeBox .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: baseline;
  align-items: flex-end;
}

.placeBox .content h3 {
  position: relative;
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.placeBox .content h3 span {
  font-size: 16px;
  font-weight: 500;
}

.card-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.card-container .card-item {
  position: relative;
}

.card-container .card-item .face {
  width: 100%;
  height: 200px;
  transition: 0.5s;
}

.card-container .card-item .face.face1 {
  position: relative;
  background: #165680; /* #333 #1f5c84  #165680 #154f75*/
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.card-container .card-item .face.face1 .content {
  opacity: 1;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.card-container .card-item .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.card-container .card-item .face.face2 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
}

.card-container .card-item .face.face2 .content p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.education {
  position: relative;
  padding: 100px 0;
}

.education h2 {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 4.5rem;
}

.contentBox .ead-education-explanation {
  color: #fff; 
  margin: 60px 0; 
  text-align: justify;
}

.contentBox .ead-education-invite {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 10px;
}

.testimonial-container {
  width: 95vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px;
  box-sizing: border-box;
  padding: 30px 0;
}

.testimonial-container .box {
  position: relative;
  padding: 80px 40px 40px;
  transition: 0.5s;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.testimonial-container .box::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 40px;
  width: 80px;
  height: 80px;
  background: url('./images/quotes_gray.png');
  background-size: cover;
  opacity: 0.3;
  pointer-events: none;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-container .box::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 40px;
  width: 80px;
  height: 80px;
  background: url('./images/quotes_gray.png');
  background-size: cover;
  opacity: 0.3;
  pointer-events: none;
  transition: 0.5s;
  transform: rotate(180deg) translateY(0px);
  z-index: 1;
}

.testimonial-container .box p {
  margin: 0;
  padding: 0;
  transition: 0.5s;
  font-size: 1rem;
  text-align: center;
}

.testimonial-container .box h4 {
  margin: 20px 0 0;
  padding: 0;
  transition: 0.5s;
  font-size: 18px;
  color: #3e9883;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.testimonial-container .box h4 span {
  font-size: 14px;
  color: #3e9883;
  font-weight: 600;
  transition: 0.5s;
}

.testimonial-container .box .imgBox {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #f1f1f1;
}

.testimonial-container .box .imgBox img {
  width: 90%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.btnD1 {
  border: 2px solid #1f826a;
  color: #fff;
  background: #3e9883;
  border-radius: 50px;
  padding: 15px 50px;
  font-size: 1.15rem;
  outline: none;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
}

.btnD1:hover {
  background: #3e9883;
  color: #fff;
}

.blog {
  position: relative;
  padding: 100px 0;
  background: #000;
}

.blogpost {
  position: relative;
  width: 100%;
  margin-top: 30px;
  background: #fff;
}

.blogpost .imgBx {
  height: 400px;
}

.blogpost .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
}

.blogpost .content {
  padding: 15px;  
}

.blogpost .content h1 {
  margin: 0;
  padding: 0 0 10px;
  font-weight: 600;
  font-size: 1.5rem;
}

.btnD2,
.btnD2:hover {
  background: #262626;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  float: right;
}

.contact h2 {
  /* font-weight: 800; */
  color: #585757;
  /* text-transform: uppercase; */
  font-size: 4.5rem;
}

.contact form {
  position: relative;
  z-index: 1000;
}

.contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 50px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.25rem;
}

.contact .form-control:focus,
.contact .form-control:hover {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  box-shadow: none;
}

.contact textarea {
  min-height: 100px;
}

.contact label {
  color: #fff;
  font-size: 1.25rem;
}

.contact-info {
  width: 100%;
}

.contact-address p {
  color: #585757
}

.contact-map iframe {
  border-radius: 3px;
  width: 90%;
}

footer {
  background: #f1f1f1;
  padding: 100px 0 0;
}

.sci {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sci li {
  list-style: none;
  margin: 0 20px;
}

.sci li a {
  color: #777;
  font-size: 3em;
  transition: 0.5s;
}

.sci li a:hover {
  color:#333;
}

.cpryt {
  margin-top: 20px;
  text-align: center;
  color: #777;
}

.cpryt a,
.cpryt a:hover {
  color: #333;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .card-container .card-item:hover .face.face1 {
    background: #3e9883;
    transform: translateY(0);
  }

  .card-container .card-item:hover .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .card-container .card-item:hover .face.face2 {
    transform: translateY(0);
  }

  .testimonial-container .box:hover {
    background: #3e9883;
  }

  .testimonial-container .box:hover::before {
    transform: translateY(-60px);
    opacity: 1;
  }

  .testimonial-container .box:hover::after {
    transform: rotate(180deg) translateY(-60px);
    opacity: 1;
  }

  .testimonial-container .box:hover p,
  .testimonial-container .box:hover h4,
  .testimonial-container .box:hover h4 span {
    color: #fff;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-contact-phone {
    opacity: 0;
  }
}

@media (max-width: 992px) {
  .navbar {
    background: #fff !important;
  }

  .navbar-light .navbar-nav .nav-link {
    color: rgb(143, 143, 143);
  }
  
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link:visited,
  .navbar-light .navbar-nav .nav-contact-phone {
    color: #000;
  }

  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    background-color: rgba(224, 224, 224, 0.55);
    border-radius: 80px;
    -webkit-transition: background-color 0.7s ease-in;
    transition: background-color 0.7s ease-in;
  }

  .navbar-light .navbar-toggler {
    background: #fff;
    border-radius: 0;
  }

  .banner {
    min-height: 100vh;
    padding: 100px 0;
  }

  .education {
    height: auto;
    padding: 100px 0;
  }

  .contentBox h1,
  .education h2,
  .contact h2 {
    font-size: 2rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .headerText h2 {
    font-size: 2rem;
  }

  .career,
  .blog,
  .contact {
    padding: 100px 0;
  }

  .blogpost .imgBx {
    height: 200px;
  }

  .contact .form-control {
    height: 40px;
    border: 1px solid #fff;
  }

  .btnD1 {
    padding: 10px 40px;
    margin-top: 10px;
  }

  footer .container {
    padding: 0px;
    max-width: 90%;
  }

  .sci li {
    list-style: none;
    margin: 0 10px;
  }

  .sci li a {
    color: #777;
    font-size: 3em;
    transition: 0.5s;
  }

  .card-container .card-item.hover .face.face1 {
    background: #3e9883;
    transform: translateY(0);
  }
  
  .card-container .card-item.hover .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .card-container .card-item.hover .face.face2 {
    transform: translateY(0);
  }

  .testimonial-container .box.hover {
    background: #3e9883;
  }

  .testimonial-container .box.hover::before {
    transform: translateY(-60px);
    opacity: 1;
  }

  .testimonial-container .box.hover::after {
    transform: rotate(180deg) translateY(-60px);
    opacity: 1;
  }

  .testimonial-container .box.hover p,
  .testimonial-container .box.hover h4,
  .testimonial-container .box.hover h4 span {
    color: #fff;
  }
}
