/*
Theme Name: Terra Nostra
Theme URI: https://black.terranostra.com.br
Author: I9 Criações
Author URI: https://i9criacoes.com.br
Description: Tema WordPress LP Black Friday Terra Nostra
Version: 1.0
Text Domain: tn
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
:root {
  --azul: #157FFB;
  --azul-escuro: #234D7E;
  --text: #013366;
  --branco: #FFFFFF;
  --gradiente: linear-gradient(90deg,rgb(251, 104, 112) 33.3333%, rgb(222, 231, 238) 33.3333%, rgb(222, 231, 238) 66.6666%, rgb(50, 165, 129) 66.6666%);
}
* {
scrollbar-color: rgb(223, 227, 232) rgb(249, 250, 251);
scrollbar-width: thin;
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: "Archivo", sans-serif;
}
html, body{
font-family: "Archivo", sans-serif;
background-color:#EDEDED;
color:var(--text);
margin:0;
padding:0;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select{
outline: 0 !important;
border:0;
text-decoration: none;
}
body{
max-width:1920px;
margin:0 auto;
}
.container{
position: relative;
z-index:5;
max-width:1280px;
}
section#topbar{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 99;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
section#topbar .container a.btn-acao{
position:absolute;
right:0;
top:50%;
transform:translatey(-50%);
height: 44px;
width: 300px;
font: normal normal 500 18px/22px Archivo;
padding-left: 35px;
}
section#topbar .container a.btn-acao .icone{
padding:12px;
}
section#topbar .container .text-top{
text-align: center;
font: normal normal 500 20px/20px Archivo;
letter-spacing: -0.84px;
color: var(--azul);
}
section#topbar .container .text-top span{
color:var(--azul-escuro);
}
a.btn-acao{
display: flex;
align-items: center;
justify-content: center;
background-color: var(--azul);
color: #fff;
font: normal normal 500 20px/25px Archivo;
letter-spacing: -0.92px;
height: 54px;
border-radius: 5px;
position: relative;
transition: all .5s linear;
overflow: hidden;
width: 390px;
padding-left: 30px;
}
a.btn-acao .icone{
background-color: var(--azul-escuro);
position: absolute;
width: 50px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
left: 0;
top: 0;
}
a.btn-acao:hover{
transform:scale(1.05);
box-shadow: 0 0 25px rgba(21, 127, 251, 0.6);
}
section#topo{
background-image:url('images/banner.webp');
background-size: cover;
background-position: bottom center;
width:100%;
height:100vh;
max-height:920px;
padding: 50px 0 65px;
}
section#topo .container, section#topo .container .content-topo{
width:100%;
height:100%;
}
section#topo .container .content-topo{
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
section#topo .content-topo .text-banner .text h1{
font: normal normal bold 62px/74px Archivo;
letter-spacing: -2px;
color: #FFFFFF;
margin: 0 0 20px;
max-width: 620px;
}
section#topo .content-topo .text-banner .text h2{
font: normal normal 500 24px/36px Archivo;
letter-spacing: 0px;
color: #FFFFFF;
margin: 0 0 40px;
max-width: 600px;
}
section#sobre .image{
width:50%;
height:665px;
position: relative;
overflow:hidden;
}
section#sobre .image .video-container{
width: 100%;
border: 0;
height: 100%;
}
section#sobre .image .video-container::before {
content: "";
position: absolute;
inset: 0;
background: url('images/img_video.webp') center/cover no-repeat;
filter: blur(10px) brightness(0.8);
transform: scale(1.1);
z-index: 0;
}
section#sobre .image .video-container video{
width: auto;
height: 100%;
margin: 0 auto;
position: relative;
z-index:5;
}
section#sobre .texto{
width:50%;
padding:60px 0 60px 70px;
background-image: url('images/pattern.webp');
background-size: cover;
background-position: center center;
display:flex;
align-items: center;
}
section#sobre .texto .content-texto h2{
text-align: left;
font: normal normal 500 33px/38px Archivo;
letter-spacing: 0px;
color: var(--text);
max-width: 390px;
margin: 0 0 20px;
}
section#sobre .texto .content-texto p{
text-align: left;
font: normal normal 100 20px/30px Archivo;
letter-spacing: 0px;
color: #013366;
max-width: 495px;
margin: 0 0 40px;
}
section#sobre .texto .content-texto p strong{
font-weight: 500;
}
section#motivos{
position:relative;
background: linear-gradient(180deg,rgba(7, 73, 45, 1) 0%, rgba(45, 160, 122, 1) 100%);
padding: 100px 0 140px;
z-index:6;
}
section#motivos:before{
content:"";
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-image: url('images/pattern_02.webp');
background-size: 100%;
background-repeat: no-repeat;
background-position: top center;
mix-blend-mode: multiply;
background-color: rgb(38, 119, 94);
opacity: 0.3;
}
section#motivos:after{
content:"";
width:100%;
height:50%;
position:absolute;
bottom: -2px;
left:0;
background-image: url('images/bottom.webp');
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom center;
mix-blend-mode: multiply;
opacity:0.8;
}
section#motivos .content-motivos{
display:flex;
align-items:flex-start;
justify-content:space-between;
}
section#motivos .content-motivos .texto-b{
max-width:570px;
}
section#motivos .content-motivos .texto-a h2{
text-align: left;
font: normal normal 600 65px/72px Archivo;
letter-spacing: 0px;
color: #FFFFFF;
max-width:308px;
margin:20px 0 40px;
}
section#motivos .content-motivos .texto-b h2{
text-align: left;
font: normal normal 600 28px/36px Archivo;
letter-spacing: 0px;
color: #FFFFFF;
margin:0 0 40px;
}
section#motivos .content-motivos .texto-b h3{
text-align: left;
font: normal normal normal 28px/36px Archivo;
letter-spacing: 0px;
color: #FFFFFF;
margin:0 0 40px;
}
section#motivos .content-motivos .texto-b p{
text-align: left;
font: normal normal normal 22px/36px Archivo;
letter-spacing: 0px;
color: #FFFFFF;
}
section#porques{
padding:80px 0 100px;
position:relative;
z-index: 5;
}
section#porques:before{
content:"";
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-image: url('images/pattern_02.webp');
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
mix-blend-mode: multiply;
opacity: 0.6;
}
section#porques h2{
text-align: center;
font: normal normal 600 65px/72px Archivo;
letter-spacing: 0;
margin: 0 auto 40px;
}
section#porques h3{
text-align: center;
font: normal normal normal 28px/36px Archivo;
letter-spacing: 0px;
color: #013366;
max-width:680px;
margin:0 auto 40px;
}
section#porques h3 span{
color: #CA161B;
font-weight:600;
}
section#porques a.btn-acao{
margin:0 auto;
}
section#processo{
position:relative;
background: linear-gradient(180deg,rgba(222, 23, 28, 1) 0%, rgba(239, 86, 92, 1) 100%);
padding: 120px 0 150px;
z-index:4;
}
section#processo:before{
content:"";
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-image: url('images/pattern_02.webp');
background-size: 100%;
background-repeat: no-repeat;
background-position: top center;
mix-blend-mode: multiply;
background-color: rgb(222, 23, 28);
opacity: 0.3;
}
section#processo:after{
content:"";
width:100%;
height:50%;
position:absolute;
bottom: -2px;
left:0;
background-image: url('images/bottom.webp');
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom center;
mix-blend-mode: multiply;
opacity:0.8;
}
section#processo .content-processo{
display:flex;
align-items:center;
justify-content:space-between;
}
section#processo .content-processo .texto-b{
max-width:575px;
}
section#processo .content-processo .texto-a h2{
text-align: left;
font: normal normal 600 65px/72px Archivo;
letter-spacing: 0px;
color: #FFFFFF;
margin:0 0 50px;
max-width:422px;
}
section#processo .content-processo .texto-b h3{
text-align: left;
font: normal normal normal 28px/36px Archivo;
letter-spacing: 0px;
color: #FFFFFF;
}
section#processo .content-processo .texto-b strong{
font-weight:600;
}
section#videos{
position: relative;
z-index:3;
background-color: #013366;
background-image: none;
background-size: 100%;
background-repeat: no-repeat;
background-position: center bottom;
background-blend-mode: multiply;
padding:120px 0 150px;
}
section#videos h2{
text-align: center;
font: normal normal 600 65px/58px Archivo;
letter-spacing: -2.6px;
color: #FFFFFF;
margin: 0 auto 40px;
}
section#videos h3.subtitulo{
text-align: center;
font-weight: 100;
color: #fff;
font-size: 28px;
line-height: 34px;
margin: 0 auto 50px;
max-width:620px;
}
section#videos h3.subtitulo strong{
font-weight:600;
}
section#videos a.btn-acao{
margin:0 auto;
}
section#videos:before{
content:"";
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-image: url('images/pattern_02.webp');
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
mix-blend-mode: multiply;
background-color: rgba(1, 51, 102, 0.1);
opacity:0.8;
}
.video-container{
width:calc(33.3333% - 10px);
border:2px solid #fff;
position:relative;
height:590px;
}
.video-container .cover{
width:100%;
position:relative;
height:100%;
}
.video-container .cover img{
width:100%;
height:100%;
object-fit: cover;
}
.video-container .cover .play-btn{
position: absolute;
width:100%;
height:100%;
display: flex;
align-items: center;
justify-content: center;
opacity:0.8;
cursor: pointer;
background-color: transparent;
transition: all .3s linear;
top:0;
left:0;
}
.video-container .cover .play-btn img{
width:70px;
height:auto;
transition: all .4s linear;
}
.video-container .cover .play-btn:hover img{
transform:scale(1.05);
}
.video-container video {
width: 100%;
height:100%;
object-fit: cover;
display: none;
}
.video-loader {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
border-radius: 8px;
}
.video-loader .spinner {
width: 40px;
height: 40px;
border: 3px solid #fff;
border-top-color: transparent;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
section#videos h2.baixo{
margin: 50px auto 40px;
max-width: 600px;
}
section#videos h2.baixo + a.btn-acao{
margin:0 auto;
}
section#form{
height:700px;
}
section#form .image{
position: relative;
width:50%;
height:100%;
}
section#form .image:after{
content:"";
width:8px;
height:70%;
background-color: var(--text);
position: absolute;
right:-6px;
top:50%;
transform:translatey(-50%);
}
section#form .image img{
width:100%;
height:100%;
object-fit: cover;
object-position: bottom;
}
section#form .texto{
width:50%;
padding:50px 0 50px 70px;
height: 100%;
display: flex;
align-items: center;
}
section#form .texto .content-texto{
max-width: 640px;
}
section#form .texto .content-texto h2{
text-align: left;
font: normal normal 500 54px/66px Archivo;
letter-spacing: -2.9px;
margin:0;
}
section#form .texto .content-texto h3{
font-size: 24px;
line-height: 30px;
font-weight: 100;
padding-left: 2px;
}
#rdstation-bricks-embeddable-form-bricks-component-uB9-KvOHg7pX9ZfvfVuoMg .bricks-form{
padding:0 !important;
}
#rdstation-bricks-embeddable-form-bricks-component-uB9-KvOHg7pX9ZfvfVuoMg .bricks-form__fieldset{
margin-left: 0 !important;
margin-right: 0 !important;
}
#rd-section-ltx8v1nd{
background-color: transparent !important;
}
#rd-column-ltx8v1nj > div{
padding-left:7px !important;
padding-right:7px !important;
background-color: transparent !important;
}
#rd-form-ltx8v1nk .bricks-form__label {
color: var(--text) !important;
font-family: "Archivo", sans-serif !important;
}
#rd-form-ltx8v1nk .bricks-form__input {
font-size: 16px !important;
border-color: #ccc !important;
border-radius: 7px !important;
color: var(--text) !important;
font-family: "Archivo", sans-serif !important;
height: 48px !important;
padding: 5px 15px !important;
margin: 0 0 10px !important;
}
#rd-form-ltx8v1nk select.bricks-form__input:not(textarea){
appearance:none !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(1,51,102,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
background-size:20px;
background-position:center right 4px;
background-repeat:no-repeat;
}
#rd-form-ltx8v1nk .with-select-flags > .phone-input-group > .select2-container.form-control.phone-country {
display: flex !important;
height: 48px !important;
border: 1px solid #ccc !important;
border-radius: 7px 0 0 7px !important;
border-right: 0 !important;
align-items: center !important;
padding-bottom: 4px !important;
}
#rd-button-ltx8v1nn.bricks--component-button {
background-color: var(--azul-escuro) !important;
border-radius: 7px !important;
border-width: 0 !important;
font-size: 18px !important;
font-weight: 500 !important;
height: 54px !important;
margin-top: 10px !important;
max-width: 100% !important;
font-family: "Archivo", sans-serif !important;
transition: all 0.4s linear !important;
}
#rd-button-ltx8v1nn.bricks--component-button:hover{
background-color: var(--azul) !important;
}
#rd-form-ltx8v1nk .bricks-form__field {
margin-bottom: 4px !important;
}
#rd-form-ltx8v1nk{
margin-top: 0 !important;
margin-bottom: 0 !important;
}
#rd-text-ltx8v1nk p{
font-family: "Archivo", sans-serif !important;
font-weight:100 !important;
color:var(--text) !important;
}
#rd-text-ltx8v1nk p span{
color:var(--text) !important;
}
#rd-form-ltx8v1nk input[readonly][tabindex="-1"] {
display: none !important;
}
.text-footer{
color:#fff;
text-align:center;
padding:15px 0;
}
.text-footer span{
font-size:14px;
display:block;
padding:3px 0;
}
.text-footer h2{
font-weight:700;
text-align:center;
font-size:20px;
}		
section#footer{
background-color: var(--text);
padding: 15px 0 8px;
}
section#footer .copyright{
gap: 5px;
align-items: center;
justify-content: center;
}
section#footer .copyright .image{
max-width: 90px;
}
section#footer .copyright .text{
color: #fff;
font-weight: 100;
font-size: 14px;
margin-bottom: 4px;
}
section#obrigado{
width:100%;
height:100vh;
padding:70px 0;
background-image: url('images/bg_obrigado.webp');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color:#fff;
background-color: rgb(25,25,25,.05);
background-blend-mode: multiply;
}
section#obrigado .logo{
max-width: 156px;
margin:0 auto 5px;
}
section#obrigado h1, section#obrigado h3{
text-align: center;
font: normal normal 500 92px/100px Archivo;
letter-spacing: -3px;
color: #FFFFFF;
margin: 0;
}
section#obrigado h2{
text-align: center;
font: normal normal 100 32px/40px Archivo;
margin: 0;
}
a.btn-site{
display: flex;
align-items: center;
justify-content: center;
background-color: #35CC62;
color: #fff;
font-weight: 500;
font-size: 16px;
height: 50px;
width: 240px;
margin: 20px auto 0;
letter-spacing: 1px;
text-transform: uppercase;
transition: all .3s linear;
box-shadow: 0 0 0 0 rgba(53, 204, 98, 0.7);
animation: pulse 1.8s infinite;
}
a.btn-site:hover{
transform: scale(1.05);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(53, 204, 98, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(53, 204, 98, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(53, 204, 98, 0);
  }
}

@media(max-width:1600px){
section#topbar .container .text-top {
text-align: center;
font: normal normal 500 18px/18px Archivo;
}
section#topbar .container a.btn-acao {
height: 42px;
width: 275px;
font: normal normal 500 16px/20px Archivo;
}
.video-container{
height:490px;
}
section#form .image img{
object-position: top;
}
section#form .texto {
padding: 50px 0 50px 70px;
}
section#motivos .content-motivos, section#processo .content-processo{
max-width: 1120px;
margin: 0 auto;
}	
	
}

@media(max-width:992px){
section#sobre{
flex-direction: column-reverse;
}
section#sobre .image {
width: 100%;
overflow: hidden;
height: 440px;
}
section#sobre .image::after{
display: none;
}
section#sobre .texto {
width: 100%;
padding: 40px 30px;
}
section#sobre .texto .content-texto{
width:100%;
}
section#sobre .texto .content-texto h2 {
text-align: left;
font: normal normal 500 28px/32px Archivo;
max-width: 320px;
}
section#sobre .texto .content-texto p {
text-align: left;
font: normal normal 100 20px/28px Archivo;
}
a.btn-acao {
max-width: 330px;
}
section#motivos {
padding:45px 0 50px;
}
section#motivos::before{
background-size: cover;
height:100%;
}
section#motivos::after{
background-size: 600px;
opacity:0.7;
bottom:0;
}
section#motivos .content-motivos{
flex-direction:column;
}
section#motivos .content-motivos .texto-a, section#motivos .content-motivos .texto-b{
width:100%;
}
section#motivos .content-motivos .texto-a h2 {
text-align: center;
font: normal normal 600 40px/46px Archivo;
max-width: 300px;
margin: 0 auto 30px;
}	
section#motivos .content-motivos a.btn-acao{
margin:0 auto 30px;
}	
section#motivos .content-motivos .texto-b h2 {
text-align: center;
font: normal normal 600 22px/32px Archivo;
margin: 0 auto 30px;
max-width: 360px;
}	
section#motivos .content-motivos .texto-b h3 {
text-align: center;
font: normal normal normal 22px/32px Archivo;
margin: 0 0 30px;
}	
section#motivos .content-motivos .texto-b p {
text-align: center;
font: normal normal normal 20px/32px Archivo;
}	
section#porques::after{
background-size: 600px;
opacity:0.7;
bottom:0;
}
section#porques::before{
height:100%;
background-size: cover;
}
section#porques {
padding: 50px 0 50px;
}
section#porques h2 {
text-align: center;
font: normal normal 600 34px/40px Archivo;
margin: 0 auto 30px;
}	
section#porques h3 {
text-align: center;
font: normal normal normal 22px/28px Archivo;
max-width: 360px;
margin: 0 auto 40px;
}	
section#processo .content-processo{
flex-direction:column;
}
section#processo .content-processo .texto-a, section#processo .content-processo .texto-b{
width:100%;
}	
section#processo .content-processo .texto-a h2 {
text-align: center;
font: normal normal 600 34px/40px Archivo;
margin: 0 auto 30px;
max-width: 340px;
}	
section#processo .content-processo a.btn-acao{
margin:0 auto 30px;
}	
section#processo .content-processo .texto-b h3 {
text-align: center;
font: normal normal normal 22px/30px Archivo;
max-width: 370px;
margin: 0 auto;
}	
section#processo{
padding:50px 0 60px;
}	
section#processo::before{
height:100%;
background-size:cover;
}
section#processo::after{
background-size: 600px;
bottom:0;
opacity: 0.7;
}
.video-container .cover .play-btn img {
width: 58px;
}
.video-container {
width: 100%;
}
section#videos{
padding:60px 0 80px;
}
section#videos h2 {
text-align: center;
font: normal normal 600 36px/42px Archivo;
letter-spacing: -1.6px;
margin: 0 auto 30px;
}	
section#videos h3.subtitulo {
font-size: 22px;
line-height: 30px;
margin: 0 auto 40px;
max-width: 360px;
}	
	
section#form {
height: auto;
flex-direction: column-reverse;
}
section#form .image {
position: relative;
width: 100%;
height: auto;
}
section#form .image::after{
display: none;
}
section#form .texto {
width: 100%;
padding: 40px 20px;
height: auto;
display: flex;
align-items: center;
}
section#form .texto .content-texto{
width:100%;
}
main{
overflow: hidden;
}
section#form .texto .content-texto h2 {
text-align: center;
font: normal normal 500 32px/42px Archivo;
letter-spacing: -1px;
margin: 0;
}
section#form .texto .content-texto h3 {
font-size: 18px;
line-height: 24px;
font-weight: 100;
padding-left: 0;
text-align: center;
}
#rd-form-mhe1nkmg .bricks-form__input {
font-size: 15px !important;
height: 46px !important;
margin: 0 0 5px !important;
}
#rd-button-mhe1nkmj.bricks--component-button {
font-size: 16px !important;
height: 50px !important;
}
#rd-text-mhe1nkmk p{
text-align: center !important;
}
section#topbar .container a.btn-acao .icone {
padding: 8px;
width: 40px;
}
section#topbar .container a.btn-acao {
height: 40px;
width: 220px;
font: normal normal 500 15px/20px Archivo;
right: 10px;
}
section#topbar .container .text-top {
text-align: left;
font: normal normal 500 14px/16px Archivo;
}
section#topbar{
height:54px;
}
section#topo {
padding: 70px 0 70px;
}
section#topo .content-topo .text-banner .text h1 {
font: normal normal bold 36px/48px Archivo;
letter-spacing: -1px;
margin: 0 auto 20px;
max-width: 375px;
text-align: center;
}
section#topo .content-topo .text-banner .text h2 {
font: normal normal 500 20px/28px Archivo;
max-width: 375px;
text-align: center;
}
section#topo .container .content-topo{
justify-content: space-between;
align-items: center;
}
section#topo .container .content-topo .text-banner{
display:flex;
align-items: center;
flex-direction: column;
height: 100%;
justify-content: space-between;
}
section#topo{
background-image: url('images/banner_mobile.webp');
background-position: center;
}
section#obrigado{
background-image: url('images/bg_obrigado.webp');
}
section#obrigado h1, section#obrigado h3 {
text-align: center;
font: normal normal 500 56px/66px Archivo;
letter-spacing: -1px;
color: #FFFFFF;
margin: 0;
}
section#obrigado h2 {
text-align: center;
font: normal normal 100 24px/28px Archivo;
margin: 0;
}
a.btn-site{
height:48px;
font-size: 15px;
width:220px;
}
section#obrigado{
padding:50px 0;
}
section#porques .porques-scrollbar{
display:none;
}



}