/**
 * Arquivo base do SCSS
 * @version 1.1.0
 */

/* ============= BASE ============= */

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;
}

strong {
  font-weight: bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-weight: normal;
}

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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

button,
input,
optgroup,
select,
textarea,
html input[type=button],
input[type=reset],
input[type=submit],
button[disabled],
html input[disabled],
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type=checkbox],
input[type=radio],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

html {
  font-size: 62.5%;
}

@media (max-width: 900px) {
  html {
    font-size: 50%;
  }
}

html,
body {
  width: 100%;
  font-family: "Lato";
  color: #000000;
}

body {
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Loto", sans-serif;
  color: #000000;
  font-size: 4rem;
}

p {
  color: #2581C4;
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: -0.015em;
}

.title-blue {
  font-size: 3.9rem;
  font-weight: 600;
  color: #2581C4;
}

.title-white {
  font-size: 3.9rem;
  font-weight: 600;
  color: #FFFFFF;
}

.big-title {
  font-weight: 700;
  font-size: 76px;
  line-height: 120%;
  letter-spacing: -0.015em;
  color: #FFFFFF;
}

.mini-title-13 {
  font-size: 1.3rem;
  color: #E6E6E6;
}

.desc-white {
  color: #E6E6E6;
  font-size: 1.6rem;
  line-height: 120%;
  letter-spacing: -0.015em;
  text-decoration: none;
}

.desc-white-31 {
  color: #E6E6E6;
  font-size: 3rem;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.desc-blue {
  color: #2581C4;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.015em;
}

.btn-footer {
  background: #FFB200;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 43px;
}

.btn-map {
  background: #ECECEC;
  width: 100%;
  font-weight: 600;
  color: #D0D0D0;
  font-size: 3rem;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  cursor: pointer;
}

.btn-map:not(:last-child) {
  margin-bottom: 3rem;
}

.btn-map.active-btn {
  color: #2581C4;
}

.btn-map.active-btn svg path {
  fill: #2581C4;
}

.text--ligther {
  font-weight: lighter;
}

.text--regular {
  font-weight: normal;
}

.text--bold {
  font-weight: bold;
}

.text--primary {
  color: #2581C4;
}

.text--secondary {
  color: #0BA70B;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

/* ============= FONTS ============ */

/* =========== SECTIONS =========== */

.header {
  width: 100%;
  padding: 5rem 0;
  background: #CCC;
  text-align: center;
  background-color: #FFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 11rem;
}

.header__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .header {
    flex-direction: column;
    padding: 3rem 3rem;
  }

  .header__left {
    margin-bottom: 6rem;
  }

  .header__left img {
    width: 87px;
  }
}

.footer {
  width: 100%;
  display: flex;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: linear-gradient(0deg, #FFC800 0%, #FF9C00 100%);
}

.footer__left {
  width: 40%;
  padding: 6.4rem 13rem 6.4rem 21rem;
  background: linear-gradient(0deg, #2586FE 0%, #0069EB 100%);
}

.footer__left img {
  max-width: 176px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3rem;
}

.footer__left__socials {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.footer__right {
  display: flex;
  align-items: center;
  width: 60%;
  background: linear-gradient(0deg, #00AF00 0%, #169E16 100%);
  padding: 6.4rem 11rem;
}

.footer__right__info {
  margin-right: 5rem;
}

.footer__right__info .local,
.footer__right__info .whats {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.footer__right__info .local {
  margin-bottom: 3.5rem;
}

.footer__right__register form {
  display: flex;
  align-items: center;
  position: relative;
}

.footer__right__register form input {
  outline: none;
  border: none;
  color: #fff;
  font-family: "Lato";
}

.footer__right__register form input::-moz-placeholder {
  color: #fff;
}

.footer__right__register form input:-ms-input-placeholder {
  color: #fff;
}

.footer__right__register form input::placeholder {
  color: #fff;
}

.footer__right__register form .desc-white {
  white-space: nowrap;
  text-decoration: none;
}

.footer__right__register form .square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: #1378F5;
  outline: none;
  border: none;
  cursor: pointer;
}

.footer__right__register form .error {
  position: absolute;
  left: 0;
  bottom: -2rem;
  font-size: 1.3rem;
  color: #8A0808;
  font-weight: 700;
}

.footer__right__register .messages {
  font-family: "Lato";
}

.footer__right__register .messages .sending {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-color: #FFB200;
  text-align: center;
  padding: 2rem;
  transition: 0.3 ease-in;
  font-family: "Lato";
  display: none;
}

.footer__right__register .messages .sending.show {
  width: 100%;
  transition: 0.3 ease-in;
  display: block;
}

.footer__right__register .messages .sent {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-color: #0BA70B;
  text-align: center;
  padding: 2rem;
  transition: 0.3 ease-in;
  font-family: "Lato";
  display: none;
  color: #fff;
}

.footer__right__register .messages .sent.show {
  width: 100%;
  display: block;
}

.footer__right__register .check {
  text-align: left;
  position: absolute;
  bottom: -5rem;
  left: 0;
  color: #fff;
  font-family: "Lato";
  font-size: 1.6rem;
  margin-top: 0.5%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.footer__right__register .check label {
  font-size: 1.3rem;
}

.footer__right__register .check .error {
  position: absolute;
  left: 0;
  bottom: -2rem;
  font-size: 1.3rem;
  color: #8A0808;
  font-weight: 700;
}

.footer__right__register .check .regular-checkbox {
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #FFB200;
  padding: 6px;
  margin-top: -1px;
  margin-bottom: 0px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: auto;
}

.footer__right__register .check .regular-checkbox:checked {
  border: 2px solid #FFB200;
}

.footer__right__register .check .regular-checkbox:checked::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 3px;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  background: #1378F5;
  transform: rotate(124deg) translate(3px, -4px);
}

.footer__right__register .check .regular-checkbox:checked::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 8px;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  background: #1378F5;
  transform: rotate(-35deg) translate(-1px, 4px);
}

@media (max-width: 900px) {
  .footer {
    flex-direction: column;
  }

  .footer__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6.4rem 0;
  }

  .footer__right {
    width: 100%;
    flex-direction: column;
    padding: 6.4rem 6rem 10rem;
    gap: 4rem;
    align-items: flex-start;
  }

  .footer__right .check {
    position: absolute;
    bottom: -5rem;
  }
}

/* ============ PAGES ============= */

.home__video {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 11rem 12rem;
  height: 100vh;
  position: relative;
}

.home__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__video a {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.home__video a svg {
  background: linear-gradient(0deg, #2586FE 0%, #0069EB 100%);
  width: 176px;
  height: 176px;
  border-radius: 50%;
  cursor: pointer;
}

.home__history {
  padding: 3rem 11rem 20rem;
  display: flex;
  align-items: center;
  gap: 13rem;
  width: 100%;
}

.home__history__left {
  width: 50%;
  height: 100%;
}

.home__history__left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__history__right {
  width: 50%;
}

.home__map {
  padding: 3rem 11rem 20rem;
  display: flex;
  gap: 3rem;
  align-items: center;
}

.home__map__left {
  width: 50%;
  height: 100%;
}

.home__map__left svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__map__left svg .state {
  cursor: pointer;
}

.home__map__left svg .state.sul.active {
  fill: #2581C4;
}

.home__map__left svg .state.sul.not-active {
  fill: #ECECEC;
}

.home__map__left svg .state.sudeste.active {
  fill: #FFB200;
}

.home__map__left svg .state.sudeste.not-active {
  fill: #ECECEC;
}

.home__map__left svg .state.norte.active {
  fill: #17428C;
}

.home__map__left svg .state.norte.not-active {
  fill: #ECECEC;
}

.home__map__left svg .state.centro-oeste.active {
  fill: #0BA70B;
}

.home__map__left svg .state.centro-oeste.not-active {
  fill: #ECECEC;
}

.home__map__left svg .state.nordeste.active {
  fill: #1378F5;
}

.home__map__left svg .state.nordeste.not-active {
  fill: #ECECEC;
}

.home__map__left svg .state.df.active {
  fill: #1A1A1A;
}

.home__map__left svg .state.df.not-active {
  fill: #ECECEC;
}

.home__map__right {
  width: 50%;
}

.home__map__mobile {
  display: none;
}

@-webkit-keyframes load {
  0% {
    -webkit-mask-position: 0% 0%, 50% 0%, 100% 0%;
  }

  16.67% {
    -webkit-mask-position: 0% 100%, 50% 0%, 100% 0%;
  }

  33.33% {
    -webkit-mask-position: 0% 100%, 50% 100%, 100% 0%;
  }

  50% {
    -webkit-mask-position: 0% 100%, 50% 100%, 100% 100%;
  }

  66.67% {
    -webkit-mask-position: 0% 0%, 50% 100%, 100% 100%;
  }

  83.33% {
    -webkit-mask-position: 0% 0%, 50% 0%, 100% 100%;
  }

  100% {
    -webkit-mask-position: 0% 0%, 50% 0%, 100% 0%;
  }
}

@keyframes load {
  0% {
    -webkit-mask-position: 0% 0%, 50% 0%, 100% 0%;
  }

  16.67% {
    -webkit-mask-position: 0% 100%, 50% 0%, 100% 0%;
  }

  33.33% {
    -webkit-mask-position: 0% 100%, 50% 100%, 100% 0%;
  }

  50% {
    -webkit-mask-position: 0% 100%, 50% 100%, 100% 100%;
  }

  66.67% {
    -webkit-mask-position: 0% 0%, 50% 100%, 100% 100%;
  }

  83.33% {
    -webkit-mask-position: 0% 0%, 50% 0%, 100% 100%;
  }

  100% {
    -webkit-mask-position: 0% 0%, 50% 0%, 100% 0%;
  }
}

@-webkit-keyframes back {
  0%, 100% {
    background-position: 0% 0%, 0% 100%;
  }

  25% {
    background-position: 100% 0%, 0% 100%;
  }

  50% {
    background-position: 100% 0%, 100% 100%;
  }

  75% {
    background-position: 0% 0%, 100% 100%;
  }
}

@keyframes back {
  0%, 100% {
    background-position: 0% 0%, 0% 100%;
  }

  25% {
    background-position: 100% 0%, 0% 100%;
  }

  50% {
    background-position: 100% 0%, 100% 100%;
  }

  75% {
    background-position: 0% 0%, 100% 100%;
  }
}

.home__videos {
  padding: 3rem 11rem 13rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}

.home__videos a {
  height: auto;
  flex: 1 calc(33.33% - 3.2rem);
  position: relative;
}

.home__videos a::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  inset: 0;
}

.home__videos a .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.home__videos a .item .minutes {
  display: none;
}

.home__videos a .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__videos a .item .image-option {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__videos a .content-mobile {
  display: none;
}

.home__videos a:first-child {
  flex: 2 calc(66.66% - 3.2rem);
  display: flex;
  height: 500px;
}

.home__videos a:nth-child(2) {
  height: auto !important;
}

.home__videos a:not(:first-child) {
  height: 550px;
}

.home__videos a .up {
  position: absolute;
  top: 4rem;
  left: 4rem;
  background: linear-gradient(0deg, #2586FE 0%, #0069EB 100%);
  border-radius: 16px;
  padding: 0.8rem;
  color: #FAFAFA;
  z-index: 2;
}

.home__videos a .bottom {
  position: absolute;
  bottom: 5rem;
  left: 3rem;
  z-index: 2;
}

.home__videos a .bottom .info {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.home__videos a .bottom .info .hour,
.home__videos a .bottom .info .views {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home .load-more-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.home .load-more-wrapper .load-more {
  text-align: center;
  padding: 1rem 1rem;
  width: 200px;
  height: 50px;
  color: white;
  background-color: #2581C4;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  cursor: pointer;
}

.home .load-more-wrapper .loading-livewire {
  position: absolute;
  bottom: 1rem;
  --c1: #2581C4;
  --c2: #0BA70B;
  --c3: #60B99A;
  --c4: #FFB200;
  width: 90px;
  aspect-ratio: 8/5;
  --_g: no-repeat radial-gradient(#000 68%, #0000 71%);
  -webkit-mask: var(--_g), var(--_g), var(--_g);
  -webkit-mask-size: 25% 40%;
  background: conic-gradient(var(--c1) 50%, var(--c2) 0) no-repeat, conic-gradient(var(--c3) 50%, var(--c4) 0) no-repeat;
  background-size: 200% 50%;
  -webkit-animation: back 4s infinite steps(1), load 2s infinite;
          animation: back 4s infinite steps(1), load 2s infinite;
}

.home__register {
  background: #1378F5;
  padding: 20rem 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.home__register .messages {
  font-family: "Lato";
}

.home__register .messages .sending {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-color: #FFB200;
  text-align: center;
  padding: 2rem;
  transition: 0.3 ease-in;
  font-family: "Lato";
  display: none;
}

.home__register .messages .sending.show {
  width: 100%;
  transition: 0.3 ease-in;
  display: block;
}

.home__register .messages .sent {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-color: #0BA70B;
  text-align: center;
  padding: 2rem;
  transition: 0.3 ease-in;
  font-family: "Lato";
  display: none;
  color: #fff;
}

.home__register .messages .sent.show {
  width: 100%;
  display: block;
}

.home__register__title {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  color: #FAFAFA;
  margin-bottom: 12rem;
}

.home__register .messages .sending {
  display: none;
}

.home__register .messages .sending.show {
  display: block;
}

.home__register .messages .sent {
  display: none;
}

.home__register .messages .sent.show {
  display: block;
}

.home__register .form__row {
  position: relative;
}

.home__register .form__row .check {
  text-align: left;
  position: absolute;
  bottom: -5rem;
  left: 0;
  color: #fff;
  font-family: "Lato";
  font-size: 1.6rem;
  margin-top: 0.5%;
  display: flex;
  align-items: center;
}

.home__register .form__row .check label {
  font-size: 1.3rem;
}

.home__register .form__row .check .error {
  position: absolute;
  left: 0;
  bottom: -2rem;
  font-size: 1.5rem;
  color: #8A0808;
  font-weight: 700;
}

.home__register .form__row .check .regular-checkbox {
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #FFB200;
  padding: 6px;
  margin-top: -1px;
  margin-bottom: 0px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: auto;
}

.home__register .form__row .check .regular-checkbox:checked {
  border: 2px solid #FFB200;
}

.home__register .form__row .check .regular-checkbox:checked::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 3px;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  background: #1378F5;
  transform: rotate(124deg) translate(3px, -4px);
}

.home__register .form__row .check .regular-checkbox:checked::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 8px;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  background: #1378F5;
  transform: rotate(-35deg) translate(-1px, 4px);
}

.home__simplo-brasil {
  padding-bottom: 20rem;
}

.home__simplo-brasil__main__video {
  position: relative;
}

.home__simplo-brasil__main__video .image-video {
  position: relative;
}

.home__simplo-brasil__main__video .image-video img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
  border: 0px;
  height: 100vh;
  width: 100%;
}

.home__simplo-brasil__main__video .image-video::after {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  inset: 0;
}

.home__simplo-brasil__main__video .image-video .minutes {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 0.8rem;
  font-size: 10px;
}

.home__simplo-brasil__main__video .info-mobile {
  display: none;
}

.home__simplo-brasil__main__video .texts {
  position: absolute;
  right: 20%;
  top: 20%;
  max-width: 400px;
}

.home__simplo-brasil__main__video .content {
  position: absolute;
  bottom: 5rem;
  left: 11rem;
  right: 11rem;
}

.home__simplo-brasil__main__video .content svg {
  background: linear-gradient(0deg, #2586FE 0%, #0069EB 100%);
  border-radius: 50%;
  width: 176px;
  height: 176px;
  cursor: pointer;
}

.home__simplo-brasil__main__video .content .videos {
  display: flex;
  gap: 3rem;
}

.home__simplo-brasil__main__video .content .videos .card {
  width: 280px;
  height: 136px;
  position: relative;
  display: flex;
}

.home__simplo-brasil__main__video .content .videos .card::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(180deg, rgba(26, 30, 51, 0) 0%, #000 100%);
  z-index: 1;
}

.home__simplo-brasil__main__video .content .videos .card .info-mobile-videos {
  display: none;
}

.home__simplo-brasil__main__video .content .videos .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.home__simplo-brasil__main__video .content .videos .card .state {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
}

.home__simplo-brasil__main__video .content .videos .card .info-mobile {
  display: none;
}

.home__simplo-brasil__main__video .bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 16px;
}

.home__simplo-brasil__main__video .bar .green {
  flex: 1;
  background: linear-gradient(0deg, #00AF00 0%, #169E16 100%);
}

.home__simplo-brasil__main__video .bar .yellow {
  flex: 1;
  background: linear-gradient(0deg, #FFC800 0%, #FF9C00 100%);
}

.home__simplo-brasil__main__video .bar .blue {
  flex: 1;
  background: linear-gradient(0deg, #2586FE 0%, #0069EB 100%);
}

.home__handbooks {
  background: linear-gradient(180deg, #2581C4 0%, #17428C 100%);
  padding: 8rem 11rem 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.home__handbooks .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 100%;
  flex: 1;
  display: flex;
}

.home__handbooks .bar .green {
  flex: 1;
  height: 100%;
  background: linear-gradient(0deg, #00AF00 0%, #169E16 100%);
}

.home__handbooks .bar .yellow {
  flex: 1;
  height: 100%;
  background: linear-gradient(0deg, #FFC800 0%, #FF9C00 100%);
}

.home__handbooks .bar .blue {
  flex: 1;
  height: 100%;
  background: linear-gradient(0deg, #2586FE 0%, #0069EB 100%);
}

.home__handbooks::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 10rem;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.home__handbooks__main-video {
  margin-bottom: 7rem;
  position: relative;
  display: flex;
  align-items: center;
}

.home__handbooks__main-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
}

.home__handbooks__main-video img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
  background: #000;
  border: none;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}

.home__handbooks__main-video a {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.home__handbooks__main-video .content {
  position: absolute;
  bottom: 8rem;
  left: 5rem;
  z-index: 1;
}

.home__handbooks__main-video .content .title {
  font-weight: 700;
  font-size: 49px;
  color: #FFFFFF;
  margin-bottom: 2.4rem;
}

.home__handbooks__cards-video {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  justify-content: center;
  align-items: center;
  gap: 3rem;
  z-index: 2;
}

.home__handbooks__cards-video .card {
  width: 100%;
  max-height: 176px;
  display: flex;
}

.home__handbooks__cards-video .card .left {
  width: 40%;
  position: relative;
  display: flex;
  align-items: center;
}

.home__handbooks__cards-video .card .left img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
  background: #000;
  border: none;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.home__handbooks__cards-video .card .left a {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.home__handbooks__cards-video .card .right {
  width: 60%;
  background: linear-gradient(180deg, #2581C4 0%, #17428C 100%);
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.home__handbooks__cards-video .card .right .top .city {
  font-size: 2.5rem;
  color: #FFF;
  margin-top: 1rem;
}

.home__handbooks__cards-video .card .right .bottom .hour,
.home__handbooks__cards-video .card .right .bottom .views {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home__handbooks__cards-video .card .right .bottom .hour {
  margin-bottom: 1rem;
}

.home__know-simplo {
  padding: 20rem 11rem;
}

.home__know-simplo .title {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.home__know-simplo .title .bar {
  height: 8px;
  flex: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}

.home__know-simplo .title .bar .green {
  flex: 1;
  height: 100%;
  background: linear-gradient(0deg, #00AF00 0%, #169E16 100%);
}

.home__know-simplo .title .bar .yellow {
  flex: 1;
  height: 100%;
  background: linear-gradient(0deg, #FFC800 0%, #FF9C00 100%);
}

.home__know-simplo .title .bar .blue {
  flex: 1;
  height: 100%;
  background: linear-gradient(0deg, #2586FE 0%, #0069EB 100%);
}

.home__know-simplo .image {
  margin-top: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
}

.home__know-simplo .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__know-simplo .image a {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}

@media (max-width: 900px) {
  .home__video {
    padding: 3rem 1.5rem 12rem;
    height: auto;
  }

  .home__video a svg {
    width: 64px;
    height: 64px;
  }

  .home__history {
    flex-direction: column;
    padding: 3rem 3.5rem 4rem;
  }

  .home__history__left {
    width: 100%;
  }

  .home__history__right {
    width: 100%;
  }

  .home__history__right .desc-blue {
    text-align: center;
    font-size: 2rem;
  }

  .home__map {
    flex-direction: column;
    padding: 3rem 2rem 4rem;
  }

  .home__map__right {
    display: none;
  }

  .home__map__left {
    display: none;
  }

  .home__map__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
  }

  .home__map__mobile .dropdown {
    background: #2581C4;
    color: #FFF;
    font-size: 16px;
    padding: 1rem;
    cursor: pointer;
    position: relative;
  }

  .home__map__mobile .dropdown .text {
    display: flex;
    align-items: center;
    width: 173px;
  }

  .home__map__mobile .dropdown .options-mobile {
    height: 0;
    opacity: 0;
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 99;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    transition: 0.5s ease-in;
    width: 100%;
    pointer-events: none;
  }

  .home__map__mobile .dropdown .options-mobile.active {
    height: 500px;
    transition: 0.5s ease-in;
    opacity: 1;
    pointer-events: all;
  }

  .home__map__mobile .dropdown .options-mobile .option {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    background-color: #2581C4;
    padding: 1rem 0;
    width: 100%;
  }

  .home .loading-livewire {
    width: 100px;
    z-index: 10;
  }

  .home__videos {
    flex-direction: column;
    padding: 0rem 0rem 2rem;
    gap: 0;
    background-color: #1378F5;
  }

  .home__videos a {
    text-decoration: none;
    position: relative;
  }

  .home__videos a .item {
    position: relative;
  }

  .home__videos a .item .minutes {
    display: block;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.2rem 0.8rem;
    font-size: 10px;
    z-index: 1;
  }

  .home__videos a:first-child {
    flex-direction: column;
  }

  .home__videos a:first-child .content-mobile {
    background-color: #1378F5;
  }

  .home__videos a:first-child .content-mobile .up-content {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .home__videos a:first-child .content-mobile .up-content .views {
    color: #FAFAFA;
  }

  .home__videos a:first-child .content-mobile .bottom-content {
    color: #FAFAFA;
  }

  .home__videos a::after {
    display: none;
  }

  .home__videos a .item img {
    height: 274px;
  }

  .home__videos a .item .up {
    display: none;
  }

  .home__videos a .item .bottom {
    display: none;
  }

  .home__videos a .content-mobile {
    display: block;
    width: 100%;
    background-color: #FAFAFA;
    padding: 2rem;
  }

  .home__videos a .content-mobile .up-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }

  .home__videos a .content-mobile .up-content .company {
    background: #FAFAFA;
    padding: 0.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #1378F5;
  }

  .home__videos a .content-mobile .up-content .views {
    display: flex;
    align-items: center;
    color: #1378F5;
    gap: 1rem;
  }

  .home__videos a .content-mobile .bottom-content {
    font-weight: 400;
    font-size: 31px;
    color: #2581C4;
    letter-spacing: -0.015em;
    text-decoration: none !important;
  }

  .home .load-more-wrapper .load-more {
    margin-bottom: 9rem;
    margin-top: 9rem;
  }

  .home .load-more-wrapper .loading-livewire {
    bottom: 1rem;
  }

  .home__register {
    padding: 12rem 4rem;
  }

  .home__register .form__col {
    flex-direction: column;
  }

  .home__register .form .check {
    position: relative;
    bottom: 0;
  }

  .home__simplo-brasil {
    padding-bottom: 0rem;
  }

  .home__simplo-brasil__main__video .image-video img {
    height: 274px;
  }

  .home__simplo-brasil__main__video .info-mobile {
    display: block;
    background-color: #1378F5;
    padding: 1.6rem 1.6rem 3rem;
  }

  .home__simplo-brasil__main__video .info-mobile .up {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .home__simplo-brasil__main__video .info-mobile .up .company-name {
    color: #2581C4;
    background: #FAFAFA;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.8rem;
    padding: 1.5rem;
  }

  .home__simplo-brasil__main__video .info-mobile .up .views {
    display: flex;
    align-items: center;
    color: #FAFAFA;
    gap: 2rem;
  }

  .home__simplo-brasil__main__video .info-mobile .bottom {
    color: #FAFAFA;
    font-size: 31px;
    font-weight: 600;
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  .home__simplo-brasil .texts {
    display: none;
  }

  .home__simplo-brasil .content {
    position: unset;
  }

  .home__simplo-brasil .content .desc-white-31 {
    display: none;
  }

  .home__simplo-brasil .content .videos {
    flex-direction: column;
    padding: 2.4rem 1.6rem;
  }

  .home__simplo-brasil .content .videos .card {
    display: flex;
    height: 100px;
    gap: 1rem;
    text-decoration: none;
  }

  .home__simplo-brasil .content .videos .card::after {
    display: none;
  }

  .home__simplo-brasil .content .videos .card img {
    width: 50%;
  }

  .home__simplo-brasil .content .videos .card .info-mobile-videos {
    display: block;
    width: 50%;
    padding: 1.2rem;
  }

  .home__simplo-brasil .content .videos .card .info-mobile-videos .city-state {
    color: #2581C4;
    font-size: 20px;
    margin-bottom: 2rem;
  }

  .home__simplo-brasil .content .videos .card .info-mobile-videos .company-name {
    color: #6C6C6C;
    font-size: 13px;
    margin-bottom: 2rem;
  }

  .home__simplo-brasil .content .videos .card .info-mobile-videos .views {
    color: #6C6C6C;
    font-size: 10px;
  }

  .home__simplo-brasil .content .videos a {
    width: 100% !important;
  }

  .home__simplo-brasil .content a svg {
    display: none;
  }

  .home__handbooks {
    padding: 0;
  }

  .home__handbooks::after {
    display: none;
  }

  .home__handbooks__main-video {
    padding: 6.4rem 0;
  }

  .home__handbooks__main-video::after {
    display: none;
  }

  .home__handbooks__main-video img {
    height: 274px;
  }

  .home__handbooks__main-video .content {
    bottom: -6rem;
    left: 1.6rem;
  }

  .home__handbooks__main-video .content .desc-white {
    display: none;
  }

  .home__handbooks__cards-video {
    padding: 1.6rem;
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .home__handbooks__cards-video .card .right {
    background: #FAFAFA;
    padding: 4rem 2rem;
    width: 50%;
  }

  .home__handbooks__cards-video .card .right .top .name,
  .home__handbooks__cards-video .card .right .top .city {
    color: #1378F5;
  }

  .home__handbooks__cards-video .card .right .bottom .mini-title-13 {
    color: #1378F5;
  }

  .home__handbooks__cards-video .card .left {
    width: 50%;
  }

  .home__know-simplo {
    padding: 0;
  }

  .home__know-simplo .title {
    padding: 6.4rem 1.6rem;
    text-align: center;
    display: block;
  }

  .home__know-simplo .title .bar {
    width: 100%;
    margin-top: 5rem;
  }

  .home__know-simplo .image {
    height: 274px;
    padding-bottom: 7rem;
  }
}

/* ========= COMPONENTES ========== */

.form .form__row {
  display: flex;
  gap: 4rem;
}

.form .form__row button {
  background: #0BA70B;
  box-shadow: 0px 4px 4px rgba(22, 158, 22, 0.25);
  color: #FAFAFA;
  border: none;
  padding: 1.6rem 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Lato";
}

.form .form__row:not(:last-child) {
  margin-bottom: 1rem;
}

.form .form__row .form__col {
  display: flex;
  position: relative;
}

.form .form__row .form__col .error {
  position: absolute;
  bottom: -2rem;
  color: #8A0808;
  font-weight: 700;
}

.form .form__row .form__col .tag {
  position: absolute;
  top: -3rem;
  left: 0;
  margin-bottom: 1.5rem;
  color: #fff;
}

.form .form__row .form__col input,
.form .form__row .form__col select,
.form .form__row .form__col textarea {
  background-color: transparent;
  color: #F6F6F6;
  border: 2px solid #FFB200;
  padding: 1.6rem 3.2rem;
  outline: none;
  font-family: "Lato";
  flex-direction: column;
  width: 280px;
}

.form .form__row .form__col input::-moz-placeholder, .form .form__row .form__col select::-moz-placeholder, .form .form__row .form__col textarea::-moz-placeholder {
  color: #fff;
  font-family: "Lato";
  font-size: 1.3rem;
}

.form .form__row .form__col input:-ms-input-placeholder, .form .form__row .form__col select:-ms-input-placeholder, .form .form__row .form__col textarea:-ms-input-placeholder {
  color: #fff;
  font-family: "Lato";
  font-size: 1.3rem;
}

.form .form__row .form__col input::placeholder,
.form .form__row .form__col select::placeholder,
.form .form__row .form__col textarea::placeholder {
  color: #fff;
  font-family: "Lato";
  font-size: 1.3rem;
}

@media (max-width: 900px) {
  .form .form__row {
    flex-direction: column;
    gap: 7rem;
  }
}

.cms-bar {
  height: 50px;
}

.cms-bar__row {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #9700f6;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

.cms-bar__row .text {
  color: #FFF;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}

.cms-bar__row .btn {
  background: #FFF;
  padding: 5px 20px;
  border-radius: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.cms-bar__row .btn:hover {
  background: #000;
  color: #FFF;
}

@media (max-width: 900px) {
  .cms-bar__row .text {
    display: none;
  }
}

