/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --------- End of CSS Reset --------- */

strong {
  font-weight: 700;
}

button {
  border: 0 !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light-blue {
  background-color: #192e57;
}

.bg-dark-blue {
  background-color: #121e49;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #2b2b2b;
}

.title-m {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.title-l {
  font-size: 2.5rem;
  font-weight: 700;
}

.title-xl {
  font-size: 3rem;
  font-weight: 700;
}

.large-button {
  background-color: #49a6de;
  border-radius: 2rem;
  color: #ffffff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  width: 80%;
}

.large-button:hover {
  background-color: #1690dc;
  color: #ffffff;
}

.slick-slider .left-arrow {
  cursor: pointer;
  left: -2rem;
  position: absolute;
  top: 45%;
  width: 1.25rem;
  z-index: 1;
}

.slick-slider .right-arrow {
  cursor: pointer;
  right: -2rem;
  position: absolute;
  top: 45%;
  width: 1.25rem;
  z-index: 1;
}

/* --------- End of custom classes --------- */

.main-section {
  background: url("https://biupeducacao.com/imersao_estrategica/src/images/background.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.main-section .logo-imersao {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.main-section .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.main-section .subtitle {
  font-size: 1.25rem;
  line-height: 1.3;
}

.main-section .more-wrapper {
  align-items: center;
  margin-top: 3.5rem;
  gap: 2.5rem;
}

.main-section .more-wrapper button {
  background-color: #49a6de;
  border-radius: 2rem;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0rem 0.75rem;
  margin-right: 1rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}

.main-section .more-wrapper button:hover {
  background-color: #1690dc;
}

.main-section .more-wrapper p {
  font-size: 1.5rem;
  line-height: 1.4;
}

.main-section .img-estatisticas {
  margin-top: 4rem;
}

.main-section .method-results-text {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
}

.main-section .company-gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.main-section .company-gallery .slick-slide {
  display: inline-block;
  vertical-align: middle;
  padding: 1rem;
  float: none;
}

.main-section .company-gallery .img-fluid {
  margin: 0 auto;
}

.company-heart {
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.company-heart h3 {
  margin-bottom: 1.5rem;
}

.company-heart .subtitle {
  margin-bottom: 1.75rem;
}

.company-heart .symptom p {
  background-color: #121e4a;
  box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.24);
  border-radius: 2rem;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 1rem;
  -webkit-box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.24);
  padding: 0.75rem 1rem;
}

.about-immersion {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about-immersion h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.about-immersion p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  text-align: justify;
}

.about-immersion .gallery-row {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.about-immersion .gallery-row .gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about-immersion .gallery .slick-slide {
  padding: 0.5rem;
}

.about-immersion .full-access-row p {
  font-size: 1.25rem;
  text-align: center;
}

.about-immersion .full-access-row .d-flex {
  gap: 1.5rem;
}

.about-immersion .full-access-row h6 {
  font-weight: 700;
  font-size: 1.5rem;
}

.about-immersion .full-access-row button {
  background-color: #49a6de;
  border-radius: 1.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0rem 0.5rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}

.about-immersion .full-access-row button:hover {
  background-color: #1690dc;
}

.results-after {
  font-family: "Montserrat", sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.results-after .title-m {
  margin-bottom: 2rem;
}

.results-after .d-flex {
  box-shadow: 5px 10px 31px 1px rgba(0, 0, 0, 0.24);
  border-radius: 2rem;
  -webkit-box-shadow: 5px 10px 31px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 5px 10px 31px 1px rgba(0, 0, 0, 0.24);
  gap: 2rem;
  margin-bottom: 1.75rem;
  padding: 0.5rem 2rem;
}

.results-after .d-flex .text-wrapper {
  border-left: 3px solid #49a6dd;
  padding: 0.75rem;
}

.results-after .d-flex .text-wrapper p {
  font-size: 1.25rem;
}

.for-whom {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.for-whom .wrapper {
  margin-bottom: 3rem;
}

.for-whom .title {
  font-size: 3rem;
  /* margin-top: 3rem; */
  line-height: 1.3;
  text-align: center;
}

.for-whom .col-lg-4:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.for-whom .col-lg-4:nth-child(1),
.for-whom .col-lg-4:nth-child(3) {
  border: 1px solid #ffffff80;
}

.for-whom h6 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.for-whom p {
  font-size: 1.3rem;
  line-height: 1.3;
}

.for-whom .large-button {
  font-weight: 700;
}

.video-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mentors {
  font-family: "Montserrat", sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mentors h2 {
  font-weight: 700;
  margin-bottom: 3rem;
}

.mentors-profiles {
  margin-bottom: 2.5rem;
}

.mentor-info-wrapper {
  background-color: #ffffff;
  border-top: 6px solid #00a8e1;
  padding-bottom: 0.75rem;
}

.mentor-info-wrapper a {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 10px 6px 20px 1px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 10px 6px 20px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 10px 6px 20px 1px rgba(0, 0, 0, 0.24);
  bottom: 1rem;
  color: #4aa6de;
  display: inline-block;
  font-size: 2rem;
  line-height: 0.6;
  padding: 0.15rem;
  position: relative;
  text-decoration: none;
  transform: scale(2);
}

.mentor-info-wrapper .mentor-name,
.mentor-info-wrapper .mentor-about {
  color: #2b2b2b;
  text-align: center;
}

.mentor-info-wrapper .mentor-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.mentor-info-wrapper .mentor-about {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0rem 1rem 0.75rem 1rem;
}

.mentors .large-button {
  font-weight: 700;
}

.participants {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.participants h2 {
  margin-bottom: 2rem;
  line-height: 1.2;
}

.participants .participant-video {
  margin-bottom: 0.75rem;
}

.participants .participant-name {
  font-size: 1rem;
  line-height: 1.4;
}

.access-bonus {
  color: #ffffff;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  text-align: center;
}

.access-bonus .title {
  /* font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.access-bonus .subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.access-bonus .img-fluid {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer .d-flex {
  gap: 1.25rem;
}

.footer p {
  font-size: 0.875rem;
}

.footer .social-media {
  display: flex;
  gap: 0.5rem;
}

.footer .social-media a {
  text-decoration: none;
}

.floating-icon {
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  transition: opacity 0.5s, transform 0.5s, box-shadow 0.3s;
}

.floating-icon:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
  transform: scale(1.05);
}

.floating-icon.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.floating-icon.invisible {
  display: none;
}

.close-btn {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s, transform 0.3s;
}

.close-btn:hover {
  background: #c0392b;
  transform: scale(1.1);
}

#formModal .modal-content {
  background-color: transparent;
  border: 0;
  font-family: "Montserrat", sans-serif;
}

#formModal .d-flex {
  gap: 1rem;
}

#formModal .d-flex .wrapper {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  width: 100%;
}

#formModal .d-flex .wrapper .wrapper-type {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}

#formModal .d-flex .wrapper .wrapper-info {
  line-height: 1.5;
}

#formModal .d-flex .wrapper .wrapper-price {
  font-size: 1.75rem;
  /* font-weight: 700; */
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

#formModal .d-flex .wrapper .wrapper-price small {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}

#formModal .d-flex .wrapper .large-button {
  font-size: 1.15rem;
  width: 100%;
}

#formModal .d-flex .wrapper-presencial {
  background: #151C1C;
  border: 1px solid #3E4444;
  color: #F9F9F9;
}

#formModal .d-flex .wrapper-online {
  background: #F5FEFE;
  border: 1px solid #F5FEFE;
}

#formModal .d-flex .wrapper div {
  margin-top: auto;
}

@media (max-width: 1400px) {
  .main-section .img-victor {
    margin-top: 5rem;
  }

  .for-whom h6 {
    font-size: 1.25rem;
  }

  .for-whom p {
    font-size: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .for-whom h6 {
    margin-top: 1.5rem;
  }

  .for-whom p {
    font-size: 1rem;
  }

  .mentor-info-wrapper .mentor-name {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .large-button {
    border-radius: 3rem;
    font-size: 1rem;
    width: 100%;
}

  .main-section .logo-imersao {
    display: block;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main-section .title, .main-section .subtitle {
    text-align: center;
  }

  .for-whom {
    text-align: center;
  }

  .for-whom .col-lg-4:nth-child(1), .for-whom .col-lg-4:nth-child(3) {
    border: 0;
  }

  .for-whom .title {
    font-size: 2.5rem;
  }

  #formModal .d-flex {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .for-whom .title {
    margin-bottom: 1rem;
  }

  .mentors-profiles .mentor {
    margin-bottom: 2rem;
  }

  .mentors-profiles .mentor .img-fluid {
    display: block;
    margin: 0 auto;
  }

  .footer .d-flex {
    gap: 1.25rem;
    flex-direction: column;
    text-align: center;
  }

  .floating-icon {
    width: 240px;
	}
}

@media (max-width: 576px) {
  .title-m {
    font-size: 1.5rem;
  }

  .main-section .title {
    font-size: 1.75rem;
  }

  .main-section .title br, .main-section .subtitle br {
    display: none;
  }

  .main-section .more-wrapper {
    flex-direction: column-reverse;
    gap: 1rem;
    margin-top: 1rem;
    width: 85%;
    justify-self: center;
    align-items: unset;
  }

  .main-section .more-wrapper p {
    font-size: 1rem;
  }

  .main-section .more-wrapper button {
    margin-right: 0;
    margin-top: 0.75rem;
  }

  .main-section .method-results-text {
    font-size: 1.5rem;
  }

  .main-section .method-results-text br {
    display: none;
  }

  .about-immersion .img-info {
    margin-top: 1rem;
  }

  .about-immersion .full-access-row p br {
    display: none;
  }

  .about-immersion .full-access-row .d-flex {
    flex-direction: column;
    text-align: center;
    margin-top: 1rem;
    gap: 0.75rem;
  }

  .results-after .d-flex {
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 3rem;
  }

  .results-after .d-flex .text-wrapper {
    padding: 0rem 0rem 0rem 0.5rem;
  }

  .results-after .d-flex .text-wrapper p {
    font-size: 1rem;
  }

  .participants .participant-name {
    margin-bottom: 2rem;
  }

  .access-bonus .img-fluid {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  /* .slick-slider .left-arrow, .slick-slider .right-arrow {
    display: none;
  } */
}