@charset "UTF-8";

:root {
  --blue: #0085CB;
  --blue-background: #005b94;
  --green: #bfd22b;
  --acqua: #00b6c9;
}

/* RESERT DEFAULT DE ESTILOS */
* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

body {
  padding-top: 0;
}

h1.page_estagio {
  font-size: 3.5rem;
}

/*  HEADER PERSONALIZADO PARA O PROGRAMA DE ESTAGIO */

header.page_estagio {
  margin-top: 70px;
  display: flex;
  align-items: center;
  color: #fdfeff;
}

.page_estagio--logo-unibanco {
  background-image: url('../../images/logo-unibanco-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  height: 85px;
  width: 50px;
}

nav.page_estagio--nav {
  flex-grow: 1;
}

nav.page_estagio--nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 0.8rem;
}

nav.page_estagio--nav ul li {
  margin-right: 10px;
}

nav.page_estagio--nav ul li a {
  text-decoration: none;
  color: #fdfeff;
  font-weight: bold;
}

nav.page_estagio--nav ul li a:hover {
  color: #bfd12f;
}

/* TITULO E PERIODO PERSONALIZADO PARA O PROGRAMA DE ESTAGIO */

.page_estagio--span {
  font-size: 1.5rem;
  background: #293662;
  padding: 5px;
}

.page_estagio--periodo {
  text-align: center;
}

.page_estagio--incricao {
  font-size: 2rem;
  font-weight: 600;
}

.page_estagio--data {
  font-size: 1.7rem;
  font-weight: 100;
}

.page_estagio--button {
  background: #bfd12f;
  padding: 10px 50px;
  border-radius: 6px;
  margin-top: 20px;
}

a.page_estagio {
  background: #bfd12f;
  color: #293660 !important;
  padding: 10px;
  border-radius: 8px;
  align-items: self-end;
  display: block;
}

.page_estagio--nav ul li a {
  white-space: nowrap;
}

.menu-icon {
  display: none;
  font-size: 20px;
  cursor: pointer;
}

/* SOBRE O PROGRAMA DE ESTAGIO PERSONALIZADO PARA O PROGRAMA DE ESTAGIO */

.main-section.page_estagio {
  display: flex;
  justify-content: space-around;
  padding: 85px 20px;
  display: flex;
  align-items: center;
}

span.page_estagio {
  width: 3px;
  height: 200px;
  background: #b4c42d;
}

.second-section-text {
  max-width: 930px;
  margin: 0 auto;
  color: #000;
  font-weight: 300;
}

.second-section {
  margin-top: 220px;
}

.second-section-text p {
  margin-top: 40px;
  font-size: 1.1rem;
}

.second-section-text p:first-child {
  margin-top: 20px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  color: #045b91;
}

/* REQUISITOS PERSONALIZADO PARA O PROGRAMA DE ESTAGIO */

.requisitos {
  text-align: center;
  background: #bfd22b;
  color: #065b96;
  font-weight: 900;
  font-size: 2.3rem;
  padding-top: 50px;
  padding-bottom: 50px;
}

.requisitos-text {
  display: flex;
  justify-content: center;
  justify-content: space-around;
  color: #065b96;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  gap: 8rem;
}

.img-req-1 {
  background-color: #8dc7e7;
  background-image: url('../../images/programa-estagio/icon-map.png');
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100px;
  height: 100px;
  width: 100px;
}

.img-req-2 {
  background-color: #8dc7e7;
  background-image: url('../../images/programa-estagio/icon-clock.png');
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100px;
  height: 100px;
  width: 100px;
}

.img-req-3 {
  background-color: #8dc7e7;
  background-image: url('../../images/programa-estagio/skatch.png');
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100px;
  height: 100px;
  width: 100px;
}

.page_estagio--req {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* AREAS PERSONALIZADO PARA O PROGRAMA DE ESTAGIO */

.areas.page_estagio {
  padding: 70px 130px;
}

.areas.page_estagio h1 {
  color: #065b96;
  font-size: 2.3rem;
  margin-bottom: 25px;
}

.areas.page_estagio ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fdfeff;
}

.areas.page_estagio ul li {
  margin-top: 15px;
  padding-left: 20px;
  letter-spacing: 0.33px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.areas.page_estagio ul li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  background: #bfd12f;
}

#header_bg_img {
  background-image:
    url('../../images/main-png.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
  height: 1200px;
  color: white;
  padding: 20px;
}

#sobre_bg_img {
  background-image:
    url('../../images/programa-estagio/sobre.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
  height: 620px;
}

/* RESPONSIVIDADE */

@media (max-width: 992px) {
  #header_bg_img {
    height: 1270px;
  }

  #areas_bg_img {
    background: var(--acqua);
    height: 620px;
  }
}

@media (max-width: 767px) {
  #header_bg_img {
    height: auto;
    background-position: 0 100%;
  }

  header.page_estagio {
    background: #005b94;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    max-width: 100%;
    justify-content: center;
    color: #fdfeff;
    padding: 10px;
  }

  nav.page_estagio--nav {
    flex-grow: 1;
  }

  nav.page_estagio--nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    gap: 24px;
  }

  nav.page_estagio--nav ul li {
    margin-right: 10px;
  }

  nav.page_estagio--nav ul li a {
    text-decoration: none;
    color: #fdfeff;
    font-weight: bold;
  }

  nav.page_estagio--nav ul li a:hover {
    color: #bfd12f;
  }

  .main-section.page_estagio {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }

  .second-section {
    margin-top: 90px;
  }

  span.page_estagio {
    height: 100px;
  }

  .requisitos {
    margin-top: 70px;
  }

  .requisitos-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .areas.page_estagio {
    padding: 100px 0px;
  }

  .etapas {
    flex-direction: column;
  }

  .page_estagio--etapas--bg--div {
    right: 65;
  }

  .page_estagio--etapas--line--div,
  .page_estagio--etapas--line--div--first {
    left: 185;
    width: 155px;
  }

  .page_estagio--etapas--line--div--first {
    display: block;
  }

  .sobre {
    grid-template-columns: 1fr;
  }

  #sobre_bg_img {
    height: 1000px;
  }

  #areas_bg_img {
    background: var(--acqua);
    height: 620px;
  }

  .page_estagio--nav ul li a br {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn4 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.2;
  }
}

#programa__estagio--etapa-wrapper {
  padding: 62px 0 90px 0;
}

#programa__estagio--etapa-wrapper h1 {
  font-weight: bold;
  color: var(--blue-background) !important;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#programa__estagio--about-wrapper {
  position: relative;
  background: var(--blue-background);
  padding: 80px 0;
  height: auto;
  min-height: 610px;
}

#programa__estagio--about-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: var(--blue-background);
}

.programa__estagio--etapa-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: var(--blue-background);
}

@media(max-width: 768px) {

  #programa__estagio--etapa-wrapper {
    padding: 20px 0 20px 0;
  }

  .programa__estagio--etapa-step {
    padding-bottom: 20px;
  }

  .programa__estagio--etapa-step h2 {
    background: #FFFFFF;
  }

  .programa__estagio--etapa-step.first::before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 4px;
    height: 50%;
    background: var(--green);
    z-index: -1;
    animation: fadeIn4 0.5s ease 1.5s forwards;
  }

  .programa__estagio--etapa-step.center::before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: var(--green);
    z-index: -1;
    animation: fadeIn4 0.5s ease 1.5s forwards;
  }

  .programa__estagio--etapa-step.last::before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 4px;
    height: 50%;
    background: var(--green);
    z-index: -1;
    animation: fadeIn4 0.5s ease 1.5s forwards;
  }
}

@media(min-width: 768px) {
  #programa__estagio--about-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 91, 148, 1) 0%, rgba(0, 91, 148, 0) 50%, rgba(0, 91, 148, 0) 100%),
      url('../../images/programa-estagio/bg-programa-estagio-about.png');
    background-size: cover;
    pointer-events: none;
  }

  .programa__estagio--etapa-step.first::before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 54px;
    left: 50%;
    width: 50%;
    height: 4px;
    background: var(--green);
    z-index: -1;
    animation: fadeIn 0.5s ease 1.5s forwards;
  }

  .programa__estagio--etapa-step.center::before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 54px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--green);
    z-index: -1;
    animation: fadeIn 0.5s ease 1.5s forwards;
  }

  .programa__estagio--etapa-step.last::before {
    opacity: 0;
    position: absolute;
    content: '';
    top: 54px;
    right: 50%;
    width: 50%;
    height: 4px;
    background: var(--green);
    z-index: -1;
    animation: fadeIn 0.5s ease 1.5s forwards;
  }
}

@media (min-width: 992px) {
  #header_bg_img {
    height: 1270px;
  }

  #areas_bg_img {
    background: linear-gradient(to right, rgba(0, 182, 201, 1) 60%, rgba(0, 182, 201, 0) 80%, rgba(0, 182, 201, 0) 100%), url('../../images/programa-estagio/areasImg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 620px;
  }
}

@media (min-width: 1200px) {
  #areas_bg_img {
    background: linear-gradient(to right, rgba(0, 182, 201, 1) 50%, rgba(0, 182, 201, 0) 75%, rgba(0, 182, 201, 0) 100%), url('../../images/programa-estagio/areasImg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 620px;
  }
}

.programa__estagio--etapa .programa__estagio--etapa-step h2 {
  font-size: 20px;
  color: var(--blue-background);
  text-transform: none;
  text-align: center;
}

.programa__estagio--etapa .programa__estagio--etapa-step span.bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 110px;
  font-size: 100px;
  text-transform: none;
  color: var(--blue-background);
  margin-bottom: 12px;
  padding-right: 0.76em;
  letter-spacing: 3px;
  font-weight: 600;
}

.programa__estagio--etapa .programa__estagio--etapa-step span.bullet-green {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  border-radius: 110px;
  background: var(--green);
  z-index: -1;
  margin: 0 auto;
}

.programa__estagio--etapa .programa__estagio--etapa-step span.bullet-green::after {
  position: absolute;
  content: '';
  top: 33px;
  left: -34px;
  width: 36px;
  height: 50px;
  z-index: -1;
  background: #FFFFFF;
  border-radius: 10px;
}


.programa__estagio--about-content {
  color: #FFFFFF !important;
  background: var(--blue-background) !important;
}

.programa__estagio--about-content h2 {
  font-weight: bold;
  color: var(--green) !important;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 44px;
}

.programa__estagio--about-content p {
  font-weight: 400;
  line-height: 1.6rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.5px;
}

.programa__estagio--about-content a {
  color: #FFFFFF;
}

.text-center {
  text-align: center !important;
}

html {
  scroll-behavior: smooth;
}