@charset "UTF-8";
html,
body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "GothamBook", Arial, sans-serif;
  font-weight: normal;
  color: #383838;
  overflow-x: hidden;
  background-color: #eeeeee;
}
html strong,
html b,
body strong,
body b {
  font-family: "GothamBlack", Arial, sans-serif;
  font-weight: normal;
}

* {
  box-sizing: border-box;
  text-decoration: none !important;
  transition: all 0.5s ease;
}

*:focus,
*:focus-visible,
*:focus:not(.focus-visible) {
  outline: none !important;
  box-shadow: none;
}

a {
  text-decoration: none !important;
  transition: all 0.5s ease;
}

.video-responsive {
  width: 100%;
  aspect-ratio: 16/9;
}

.video-responsive iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.slider {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 60px;
}

/* estado padrão (laterais) */
.slick-slide {
  opacity: 0.35;
  transform: scale(0.75);
  transition: all 0.4s ease;
  padding: 0 15px;
}

/* centro em foco */
.slick-slide.slick-center {
  opacity: 1;
  transform: scale(1.15);
  z-index: 10;
}

.slide-item img {
  width: 100%;
  display: block;
}

.slick-prev,
.slick-next {
  top: auto;
  bottom: -70px;
}

.slick-prev {
  left: calc(50% - 30px);
}

.slick-next {
  right: calc(50% - 30px);
}

/* Configuração básica das setas */
.slick-prev,
.slick-next {
  top: auto;
  bottom: -70px;
  background: transparent !important;
  border: none !important;
  width: 40px;
  height: 40px;
  z-index: 10;
  transition: all 0.3s ease;
  /* Transição suave para a cor */
}

/* Ícone das setas (Estado Normal - Branco) */
.slick-prev:before,
.slick-next:before {
  font-family: "Arial", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff !important;
  /* Cor padrão branca */
  opacity: 1 !important;
  transition: color 0.3s ease;
}

/* Define os símbolos */
.slick-prev:before {
  content: "‹" !important;
}

.slick-next:before {
  content: "›" !important;
}

/* Posicionamento */
.slick-prev {
  left: calc(50% - 50px);
}

.slick-next {
  right: calc(50% - 50px);
}

/* --- EFEITO HOVER (Fica vermelho ao passar o mouse) --- */
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #ff0000 !important;
  /* Vermelho no hover */
  cursor: pointer;
}

/* Garante que o fundo continue transparente no hover */
.slick-prev:hover,
.slick-next:hover {
  background: transparent !important;
}

.btn {
  display: flex;
  align-items: center;
  background-color: #e30613;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  padding-right: 30px;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 0;
  text-decoration: none !important;
  transition: all 0.5s ease;
}
.btn .icone {
  background-color: #0d79b7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1px;
  border-radius: 10px;
  padding: 7px;
  margin-right: 30px;
}
.btn .icone span {
  height: 30px;
  width: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0d79b7;
  font-size: 24px;
}
.btn:hover {
  background-color: #0d79b7;
  color: #fff;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title h3 {
  border-radius: 10px;
  background-color: #e30613;
  padding: 5px 10px;
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.title h3::before {
  content: " ";
  position: absolute;
  width: 40%;
  height: 5px;
  background-color: #e30613;
  border-radius: 10px;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
}

h1 {
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 56px;
  line-height: 52px;
  color: #003d64;
}
h1 span {
  color: #e30613;
}

h2 {
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 56px;
  line-height: 52px;
  color: #003d64;
}
h2 span {
  color: #e30613;
}

p {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-family: "GothamBook", Arial, sans-serif;
  font-weight: normal;
}

header {
  background-image: url(../img/lp-2/bg-header.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  height: 100vh;
  padding: 70px 0;
  display: flex;
  align-items: center;
}
header .topo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
header .topo .logo {
  width: 450px;
  filter: brightness(0) invert(1);
}
header h1 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
header h1 span {
  color: #e30613;
}
header h2 {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}
header p {
  color: #fff;
  border-top: 4px solid #fff;
  padding-top: 15px;
}
header .action {
  margin-top: 70px;
  display: flex;
}

section {
  background-color: #eeeeee;
  padding: 140px 0;
}
section.form {
  background-color: #fff;
}
section.form form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 24px;
  margin-top: 30px;
}
section.form form input,
section.form form select {
  padding: 15px 40px;
  border: 1px solid #122e50;
  border-radius: 10px;
  font-size: 24px;
  color: #383838;
  height: auto !important;
}
section.form form input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #122e50;
  cursor: pointer;
}
section.form form .acao {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.form form .acao button {
  padding: 7px 30px;
  border: 0;
  background-color: #e30613 !important;
  font-size: 18px;
  color: #fff;
  border-radius: 15px;
}
section.form form .acao button:hover {
  background-color: #122e50;
}
section.images {
  background-color: #003d64;
  padding: 70px 0;
}
section .nav-tabs {
  -moz-column-gap: 3px;
       column-gap: 3px;
  border: 0px !important;
}
section .nav-tabs .nav-link {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 26px;
  color: #000000;
  width: -moz-min-content;
  width: min-content;
  text-align: left;
  line-height: 30px;
  height: 100%;
  border: 0px !important;
  background-color: #dbd9d5;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}
section .nav-tabs .nav-link:active {
  background-color: #fff;
  color: #000000;
}
section .tab-content {
  background-color: #fff;
  margin-top: 1px;
  border-radius: 0 10px 10px 10px;
}
section .tab-content .tab-pane {
  padding: 60px;
}
section.doctoral, section.graduate, section.undergraduate {
  padding-top: 0px;
}
section.programs {
  background-color: #0f2949;
  position: relative;
}
section.programs h2 {
  color: #fff;
}
section.programs p,
section.programs ul,
section.programs li {
  color: #fff;
  font-size: 26px;
}
section.programs ul {
  margin: 40px 0;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
section.programs ul li {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
section.programs ul li i {
  margin-top: 8px;
  color: #e30613;
}
section.programs small {
  color: #fff;
  font-size: 18px;
}
section.programs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/lp-2/program-door.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.dream {
  background-color: #003d64;
}
section.dream h2 {
  color: #fff;
}
section.dream h2 span {
  color: #e30613;
}
section.dream p {
  color: #fff;
}
section.dream .text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
}
section.work {
  background-color: #0f2949;
}
section.work h2 {
  color: #fff;
  margin-bottom: 60px;
}
section.work .item {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 90px;
}
section.work .item span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 220px;
  color: #e30613;
  line-height: 170px;
}
section.work .item p {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 28px;
}
section.work .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.work .button .content {
  width: -moz-fit-content;
  width: fit-content;
}
section.choose {
  background-color: #003d64;
}
section.choose ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
section.choose ul li {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  justify-content: center;
}
section.choose ul li .desc {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
section.choose ul li .desc p {
  color: #fff;
}
section.choose ul li .desc i {
  margin-top: 8px;
  font-size: 26px;
  color: #e30613;
}
section.students {
  background-color: #0f2949;
}
section.students h2 {
  color: #fff;
}
section.students p {
  color: #fff;
}
section.video {
  padding-top: 0;
  background-color: #003d64;
}
section.video p {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-display: swap;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
section.find {
  background-color: #0a1d30;
  text-align: center;
}
section.find h2 {
  color: #fff;
}
section.find h2 span {
  color: #e30613;
}
section.find p {
  color: #fff;
}
section.find form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 24px;
  margin-top: 30px;
}
section.find form input,
section.find form select {
  padding: 15px 40px;
  border: 1px solid #122e50;
  border-radius: 10px;
  font-size: 24px;
  color: #383838;
  height: auto !important;
}
section.find form input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #122e50;
  cursor: pointer;
}
section.find form .acao {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.find form .acao button {
  padding: 7px 30px;
  border: 0;
  background-color: #e30613 !important;
  font-size: 18px;
  color: #fff;
  border-radius: 15px;
}
section.find form .acao button:hover {
  background-color: #122e50;
}

footer {
  background-color: #122e50;
  padding: 50px 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
  font-size: 16px;
  color: #ffffff;
}
footer ul .logo img {
  width: 270px;
  filter: brightness(0) invert(1);
}
footer ul a,
footer ul small {
  font-size: 16px;
  color: #ffffff;
}
footer ul .links {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  width: 100%;
}
footer ul .links .grupo1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer ul .links .grupo1 address {
  margin: 0;
}
footer ul .links .grupo1 .redes a {
  font-size: 24px;
}
footer ul .links .grupo2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}/*# sourceMappingURL=main2.css.map */