@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #343333;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 15px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(30, 30, 30, 0.5);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #AAAAAA;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #B8F18A;
}

img {
    display: block;
}

.laranja {
    color: #FF6600;
}

.verde {
    color: #B8F18A;
}

h3 {
    font-size: 160%;
    font-weight: 800;
}

.button {
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    background-color: #FF6600;
    border-radius: 10px;
    padding: 20px 30px;
    max-width: fit-content;
    outline: 4px solid rgba(255, 102, 0, 0);
}

.button:hover {
    outline: 4px solid rgba(255, 102, 0, 0.15);
    cursor: pointer;
}

.button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.pc-only {
    display: inherit;
}

.mobile-only {
    display: none;
}

/**
 * HEADER
 */

.header {
    padding: 70px 15px 100px 15px;
    background: linear-gradient(0deg, #343333 50%, #4E5944);
    text-align: center;
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 0;
}

body:not(.obrigado) .header::before {
    content: "";
    position: absolute;
    height: 20%;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: radial-gradient(ellipse at bottom, #4E5944, #343333 65%);
    z-index: -1;
}

.header h1 {
    font-size: 225%;
    font-weight: 800;
    max-width: 880px;
    margin: auto;
    margin-bottom: 25px;
}

.header h2 {
    font-size: 140%;
    font-weight: 600;
    max-width: 640px;
    margin: auto;
    margin-bottom: 50px;
}

.header .images {
    width: 100%;
    max-width: 640px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}

.header .images .around-esq,
.header .images .around-dir {
    position: absolute;
    height: 300px;
    width: auto;
    bottom: -100px;
    z-index: -1;
}

.header .images .around-esq {
    left: -250px;
}

.header .images .around-dir {
    right: -250px;
}

.header .button {
    margin: auto;
}

.header .card {
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(-45deg, rgba(39, 39, 39, 0.4), rgba(27, 27, 27, 0.4));
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.header .card .icon {
    background-color: #343333;
    padding: 10px;
    width: fit-content;
    border-radius: 10px;
    display: flex;
}

.header .card .icon img {
    width: 30px;
    height: 30px;
    margin: auto;
}

.header .card p {
    font-weight: 600;
    height: fit-content;
    color: #AAAAAA;
    text-align: left;
}

/**
 * OBRIGADO: NOS PROXIMOS DIAS
 */
.nosproximosdias {
    display: flex;
    gap: 0px;
    width: 100%;
    margin: auto;
    background-color: #2D2D2D;
    padding: 0px;
    overflow: visible;
}

.nosproximosdias .wrap {
    display: flex;
    width: 100%;
    max-width: 1200px;
}

.nosproximosdias .col {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 0px 15px;
}

.nosproximosdias .col > img {
    width: 90%;
}

.nosproximosdias h3 {
    margin-bottom: 20px;
}

.nosproximosdias .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.nosproximosdias .box-container .box {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
}

.nosproximosdias .box-container .box img {
    width: 40px;
    margin-right: 15px;
}

/**
 * O MERCADO MUDOU
 */
.session1 {
    text-align: center;
    padding: 80px 15px;
    background-color: #2D2D2D;
}

.session1 h3 {
    margin-bottom: 30px;
}

.session1 .pop {
    border: 2px solid #fff;
    width: fit-content;
    padding: 8px 25px;
    font-weight: 500;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 15px;
}

.session1 .card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: auto;
    width: 100%;
    max-width: 1000px;
    gap: 10px;
    margin-bottom: 30px;
}

.session1 .card-container .card {
    border: 2px solid #9F0008;
    border-radius: 15px;
    background: linear-gradient(-45deg, #611C1C, #3B1B1B);
    padding: 25px 10px 10px 25px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
}

.session1 .card-container .card:hover {
    transform: translateY(-5px);
} 

.session1 .card-container .card p {
    color: #FF4848;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}

.session1 .card-container .card img {
    height: 120px;
    width: fit-content;
    margin-left: auto;
}

.session1 .text {
    font-size: 110%;
    max-width: 700px;
    margin: auto;
}

/**
 * FOCA EM VENDER
 */
.session2 {
    padding: 80px 15px;
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.session2 .col {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.session2 .col > img {
    width: 90%;
}

.session2 h3 {
    margin-bottom: 20px;
}

.session2 .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.session2 .box-container .box {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
}

.session2 .box-container .box img {
    width: 40px;
    margin-right: 15px;
}

.session2 .pop {
    background: linear-gradient(#928378, #994C1A);
    border-radius: 15px;
    width: fit-content;
    position: relative;
    padding: 2px;
}

.session2 .pop p {
    background: #343333;
    padding: 20px;
    font-weight: 600;
    border-radius: calc(15px - 2px);
}

/**
 * QUEM ESTA POR TRÁS
 */
.session3 {
    padding: 0px 15px;
}

.session3 .window {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 50px 100px;
    background: url('session3-img1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.session3 h3 {
    margin-bottom: 15px;
}

.session3 .col {
    width: calc(50% - 10px);
    max-width: 480px;
}

.session3 .col {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.session3 .cards-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.session3 .cards-container .card {
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(-45deg, rgba(39, 39, 39, 0.4), rgba(27, 27, 27, 0.4));
    display: flex;
    gap: 15px;
    align-items: center;
}

.session3 .cards-container .icon {
    background-color: #343333;
    padding: 10px;
    width: fit-content;
    border-radius: 10px;
    display: flex;
}

.session3 .cards-container .icon img {
    width: 30px;
    height: 30px;
    margin: auto;
}

.session3 .cards-container p {
    font-weight: 600;
    height: fit-content;
    color: #AAAAAA;
}

/**
 * ESSA OPORTUNIDADE
 */
.session4 {
    padding-top: 80px;
    text-align: center;
}

.session4 > * {
    padding-left: 15px;
    padding-right: 15px;
}

.session4 h3 {
    margin-bottom: 30px;
}

.session4 .cards-container {
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    gap: 5px;
    margin-bottom: -100px;
}

.session4 .cards-container *,
.session4 .cards-container *::before {
    transition: all 0.25s;
}

.session4 .cards-container .card {
    width: 25%;
    border-radius: 15px;
    height: 350px;
    display: flex;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}

.session4 .cards-container .card1 {
    background: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.session4 .cards-container .card2 {
    background: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.session4 .cards-container .card3 {
    background: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.session4 .cards-container .card4 {
    background: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.session4 .cards-container .card5 {
    background: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.session4 .cards-container .card6 {
    background: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.session4 .cards-container .card7 {
    background: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.session4 .cards-container .card8 {
    background: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.session4 .card p {
    opacity: 0;
    color: #B8F18A;
    font-weight: 700;
    margin: auto auto 30px auto;
    z-index: 1;
}

.session4 .card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(transparent, #000000);
    opacity: 0;
}

.session4 .cards-container .card.ativo {
    width: 100%;
}

.session4 .card.ativo p {
    opacity: 1;
}

.session4 .card.ativo::before {
    opacity: 0.6;
}

.session4 .dark {
    background-color: #2D2D2D;
    padding: 160px 0px 80px 0px;
}

.session4 .dark > p {
    margin-bottom: 20px;
}

.session4 .pops {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: auto;
    width: fit-content;
}

.session4 .pop1,
.session4 .pop2,
.session4 .pop3,
.session4 .pop4,
.session4 .pop5,
.session4 .pop6 {
    padding: 2px;
    border-radius: 50px;
}

.session4 .pop1 span,
.session4 .pop2 span,
.session4 .pop3 span,
.session4 .pop4 span,
.session4 .pop5 span,
.session4 .pop6 span {
    padding: 8px 25px;
    background-color: #2D2D2D;
    display: block;
    border-radius: 50px;
}

.session4 .pop1 {
    background: linear-gradient(90deg, #B8F18A, #CACF68);
    box-shadow: 0px 0px 15px 0px rgba(193, 225, 122, 0.6);
}

.session4 .pop1 p {
    background: linear-gradient(90deg, #B8F18A, #CACF68);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.session4 .pop2 {
    background: linear-gradient(90deg, #CACF68, #DDA942);
    box-shadow: 0px 0px 15px 0px rgba(212, 186, 83, 0.6);
}

.session4 .pop2 p {
    background: linear-gradient(90deg, #CACF68, #DDA942);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.session4 .pop3 {
    background: linear-gradient(90deg, #DDA942, #EF8620);
    box-shadow: 0px 0px 15px 0px rgba(230, 151, 48, 0.6);
}

.session4 .pop3 p {
    background: linear-gradient(90deg, #DDA942, #EF8620);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.session4 .pop4 {
    background: linear-gradient(90deg, #EF8620, #FF6600);
    box-shadow: 0px 0px 15px 0px rgba(247, 118, 16, 0.6);
}

.session4 .pop4 p {
    background: linear-gradient(90deg, #EF8620, #FF6600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.session4 .pop5 {
    background: linear-gradient(90deg, #EF8620, #FF6600);
    box-shadow: 0px 0px 15px 0px rgba(247, 118, 16, 0.6);
}

.session4 .pop5 p {
    background: linear-gradient(90deg, #EF8620, #FF6600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.session4 .pop6 {
    background: linear-gradient(90deg, #EF8620, #FF6600);
    box-shadow: 0px 0px 15px 0px rgba(247, 118, 16, 0.6);
}

.session4 .pop6 p {
    background: linear-gradient(90deg, #EF8620, #FF6600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

/**
 * FORMULÁRIO CADASTRO
 */
.session5 {
    padding: 100px 15px;
    text-align: center;
    background: linear-gradient(0deg, #4E5944, #343333 50%);
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 0;
}

.session5::before {
    content: "";
    position: absolute;
    height: 20%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: radial-gradient(ellipse at top, #4E5944, #343333 65%);
    z-index: -1;
}

.session5 h3 {
    margin-bottom: 20px;
}

.session5 .form {
    max-width: 700px;
    width: 100%;
    margin: auto;
    background: #2D2D2D;
    border-radius: 15px;
    padding: 70px 100px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.session5 .form > p {
    margin-bottom: 10px;
}

.session5 .radios,
.session5 .row {
    display: flex;
    gap: 20px;
}

.session5 .radios {
    margin-bottom: 30px;
}

.session5 .input {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.session5 .input label {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    background: #2d2d2d;
    font-weight: 500;
    pointer-events: none;
    transition: 0.3s ease;
}

.session5 label span {
    color: #FF6600;    
}

.session5 .input input:focus + label,
.session5 .input input:not(:placeholder-shown) + label {
    top: 0px;
    padding: 0px 10px;
}

.session5 .input input:focus + label {
    color: #B8F18A;
}

.session5 .input input,
.session5 select,
.session5 .radios label span {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 15px;
    padding: 20px 30px;
    width: 100%;
    color: #ffffff;
    display: block;
}

.session5 select {
    background-color: #2D2D2D;
}

input[type="checkbox"] {
    accent-color: #B8F18A;
}

.session5 .radios label span {
    border-style: dashed;
}

.session5 .radios label {
    width: 100%;
    cursor: pointer;
}

.session5 .input input:focus {
    outline: none;
    border-color: #B8F18A;
}

.session5 .radios input {
    display: none;
}

.session5 .radios input:checked + span {
    border-color: #B8F18A;
    border-style: ridge;
    color: #B8F18A;
}

.session5 .corretora,
.session5 .vendedor {
    margin-top: 15px;
}

.session5 .vendedor {
    text-align: left;
}

.session5 .vendedor label {
    margin-bottom: 5px;
}

.session5 .label {
    margin-bottom: 5px;
    display: block;
}

.session5 .vendedor .input {
    margin-top: 15px;
}

.session5 button {
    margin: auto;
}

/**
 * FOOTER
 */
.footer {
    padding: 70px 15px;
    background-color: #2D2D2D;
}

body.obrigado .footer {
    margin-top: 30px;
}

.footer .container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 20px;
    margin: auto;
}

.footer .col {
    width: calc(50% - 10px);
}

.footer .col:not(:first-of-type) {
    display: flex;
    align-items: center;
}

.footer .col > img {
    height: 125px;
}

.footer .wrap {
    width: fit-content;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.footer .wrap .el {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #F2F2F2;
}

.footer .wrap .el img {
    width: 30px;
}

.copyright {
    padding: 40px 15px;
    background: #252424;
    text-align: center;
    color: #808080;
}

/**
 * OBRIGADO: VIDEO
 */
.video {
    text-align: center;
    padding: 80px 15px;
    position: relative;
}

.video::before {
    content: "";
    position: absolute;
    height: 20%;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: radial-gradient(ellipse at bottom, #4E5944, #343333 65%);
    z-index: -1;
}

.video h3 {
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
}

.video .pop {
    border: 2px solid #fff;
    width: fit-content;
    padding: 8px 25px;
    font-weight: 500;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 45px;
}

.video .player {
    width: 100%;
    max-width: 640px;
    aspect-ratio: 16/9;
    background-color: #000000;
    margin: auto;
    margin-bottom: 50px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2); 
}

.video .player .cover {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: absolute;
    opacity: 80%;
    cursor: pointer;
}

.video .player:not(.playing)::before {
    content: "";
    background: url('play.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.video .player iframe {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: block;
}

/**
 * OBRIGADO: ENQUANTO ISSO
 */
.enquantoisso {
    text-align: center;
    padding: 80px 15px;
    background-color: #2D2D2D;
}

.enquantoisso h3 {
    margin-bottom: 30px;
}

.enquantoisso .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    width: 100%;
    max-width: 1000px;
    gap: 10px;
    margin-bottom: 30px;
}

.enquantoisso .card-container .card {
    border: 2px solid #B8F18A;
    border-radius: 15px;
    background: linear-gradient(-45deg, #1B601B, #1C2E1C);
    padding: 25px 10px 10px 25px;
    display: flex;
    flex-flow: column;
}

.enquantoisso .card-container .card:hover {
    transform: translateY(-10px);
} 

.enquantoisso .card-container .card p {
    color: #B8F18A;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
    max-width: 80%;
}

.enquantoisso .card-container .card img {
    height: 120px;
    width: auto;
    margin-left: auto;
    margin-top: auto;
}

.enquantoisso .text {
    font-size: 110%;
    max-width: 700px;
    margin: auto;
}