/*==================_Fonts_======================*/
@font-face {
font-family: 'GothamBold';
src: local('GothamBold'),url('../fonts/GothamBold.ttf') format('truetype');
}
@font-face {
font-family:'GothamMedium';
src:url('../fonts/GothamMedium.ttf') format('truetype');
}
@font-face {
font-family: 'GothamLightItalic';
src: url('../fonts/GothamLightItalic.ttf') format('truetype');
}
@font-face {
font-family: 'GothamMediumItalic';
src: url('../fonts/GothamMediumItalic.ttf') format('truetype');
}
@font-face {
font-family: 'DidactGothic';
src: local('DidactGothic'), url('../fonts/DidactGothic.ttf') format('truetype');
}

/*==================_Reset_======================*/
*{
	margin:0;
	padding:0;
	scroll-behavior:smooth;
	box-sizing:border-box;
}

/*==================_Header_======================*/

#header{
	height: 700px;
	background-image: url(../img/background-header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#shapeBolas{
	width: 100%;
}

#headerContainer{
	position: absolute;
}

#ul_top_menu{
	list-style: none;
}

#ul_top_menu li a{
	font-family: GothamMediumItalic;
	color: white;
	text-decoration: none;
	font-size: 23px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#ul_top_menu li a.selected{
	border-bottom: 3px solid white;
}

#ul_top_menu li a:hover{
	border-bottom: 3px solid white;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #ff7403;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#top_mobile_menu.mobile-nav a {
  display: block;
  position: relative;
  color:#799c1e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

#top_mobile_menu.mobile-nav a:hover{
	border-bottom: 3px solid #799c1e;
  padding-bottom: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 28, 31, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

#header_midlle{
	margin-top: 100px;
}

#header_infoBox{
	color: white;
}

#header_infoBox a{
  color: white;width: 350px;background: #ff7403; font-family: GothamBold; font-size: 30px; border: none;
  box-shadow: 10px 10px 23px -7px rgba(0,0,0,0.75); text-decoration: none; padding: 8px 30px;
  text-align: center;
}

#header_infoBox a:hover{
	box-shadow: none;
}

#topH1Header{
	font-family: GothamLightItalic;
	font-size: 17px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

#header_infoBox h1{
	font-family: GothamBold;
	font-size: 36px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

#bottomH1Header{
	font-family: GothamLightItalic;
	font-size: 19px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 992px) {

  #header_midlle{
    margin-top: 50px;
  }

  #header{
    background-image: url(../img/background-header-mobile600.jpg);
    background-size: cover;
    height: 800px;
  }

}

@media screen and (max-width: 610px) {

  #header{
    background-size: contain;
  }

}

@media screen and (max-width: 525px) {

  #header{
    background-image: url(../img/background-header-mobile530.jpg);
    background-size: cover;
    height: 900px;
  }

}

/*==================_Troubles_======================*/
#troubles{
  margin-top: 100px;
  background-image: url(../img/prejuizo2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
}
#trobles_title{
  text-align: center;
  font-family: GothamBold;
  font-size: 40px;
  color: red;
}
#green_line{
  width: 100px;
  height: 3px;
  background-color:#799c1e;
  align-self: center;
  margin: 25px 0px 25px 0px;
}
#trobles_subtitle{
  font-family: GothamLightItalic;
  align-self: center;
  margin-bottom: 150px;
}
#troubles .big_icon{
  width: 55px;
}

#troubles .small_icon{
  width: 25px;
  margin:0px 15px 0px 15px;
}

#inside_ctBl_textBlock{
  padding: 10px;
  background-color: red;
  border-radius: 5px;
  text-align: center;
  color: white;
}

#inside_ctBl_textBlock h4{
  font-family: GothamBold;
  color: white;
  font-size: 18px;
}

#content_block1, #content_block2{
  width: 52.5%;
  margin-bottom: 50px;
}

#inside_ctBl_textBlock span{
  font-family: GothamLightItalic;
}

@media screen and (max-width: 584px) {

  #content_block1, #content_block2{
    width: 100%;
  }

}

@media screen and (max-width: 525px) {

  #trobles_title{
    font-size: 28px;
  }

}

/*==================_Troubles_======================*/

#container_title{
  background-color: #799c1e;
}

#container_title h2{
  font-family: GothamLightItalic;
  color: white;
}

#container_title .container{
  padding: 60px 0px 60px 0px;
}

@media screen and (max-width: 570px) {

  #container_title h2{
    font-size: 20px;
    padding: 0px 10px 0px 10px;
  }

}

/*==================_First_call_for_test_======================*/
#first_call_for_test{
  color: white;  background-image: url(../img/teste-15-dias-gratis-sem-cartao.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 65px 0px 65px 0px;
}

#first_call_for_test h2{
  font-family: GothamBold;
  font-size: 45px;
}

#first_call_for_test p{
  font-family: GothamLightItalic;
  font-size: 22px;
}

#first_call_for_test a{
  font-family: GothamBold;
  color: #799c1e;
  width: 450px;
  font-size: 35px;
  background-color: white;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#first_call_for_test a:hover{
  color: white;
  background-color: #799c1e;
}

@media screen and (max-width: 570px) {

  #first_call_for_test {
    background-image: url(../img/teste-15-dias-gratis-sem-cartao_mobille.webp);
    background-size: cover;
  }

}

@media screen and (max-width: 500px) {

  #first_call_for_test a{
    width: 350px;
  }

  #first_call_for_test h2 {
    text-align: center;
  }

}

@media screen and (max-width: 380px) {

  #first_call_for_test a{
    width: 330px;
  }

}

@media screen and (max-width: 768px) {

  #first_call_for_test h2{
    font-size: 35px;
  }

}

/*==================_Benefícios_======================*/
#beneficios{
  background-color: #f8f6f7;
}

#green_back_title{
  background-color:#799c1e;
}

#green_back_title h2{
  font-size: 45px;
  font-family: GothamBold;
  color: white;
}

#gree_solutions_content{
  background-color: #f8f6f7;
}

#gree_solutions_content h3{
  font-size: 27px;
  font-family: GothamLightItalic;
  color: #799c1e;
  margin: 100px 0px 100px 0px;
}

#box_video{
  margin-bottom: 100px;
}

#the_solutions, #the_solutions_mobile{
  margin-bottom: 100px;
}

#mobile_solution{
  display: none;
}

#the_solutions{
  display: flex;
}

#the_solution_title{
  padding: 30px 5px 30px 0px;
  border-right: 2px solid #799c1e;
}

#the_solution_title a{
  text-decoration: none;
  margin-bottom: 40px;
  padding: 3px 0px 0px 3px;
}

#the_solution_title a:last-child{
  margin-bottom: unset;
}

#the_solution_title a.theSelected, #the_solution_title a:hover{
  border-radius: 5px;
  background-color: #d7dfc0;
}

#the_solution_title a{
  padding-left: 70px;
  height: 54px;
  margin-left: 20px;
  font-family: GothamBold;
  color: #799c1e;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.2s;
}

#the_solution_title a:nth-child( 1 ){
  background-image: url(../img/solution-estoque.png);
}

#the_solution_title a:nth-child( 2 ){
  background-image: url(../img/solution-vendas.png);
}

#the_solution_title a:nth-child( 3 ){
  background-image: url(../img/solution-caixa.png);
}

#the_solution_title a:nth-child( 4 ){
  background-image: url(../img/solution-catalogo-digital.png);
}

#the_solution_content, #the_solution_content_vendas,
#the_solution_content_caixa, #the_solution_content_catalogo{
  height: 512px;
}

#the_solution_header h2{
  height: 120px;
  width: 700px;
  font-family: GothamBold;
  color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 15px;
  background-color: #edffbf;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

#content_in_self{
  padding: 0px 20px 0px 20px;
}

#content_in_self p{
  font-family: GothamLightItalic;
  font-size: 15px;
}

#content_in_self ul{
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0px;
}

#content_in_self ul li{
  margin-bottom: 20px;
  width: 200px;
}

#content_in_self ul li img{
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
#content_in_self ul li span{
  font-family: GothamLightItalic;
  font-size: 12px;
}
.absoluteNone{
  display: none;
}
.showMeTheMoney{
  transition: 0.8s;
  visibility: visible;
  flex-direction: column;
}

#gree_solutions_content summary{
  color: #799c1e;
}

details[open]#mobile_solution{
  height: 1150px;
}

details #mobile_solution{
  color: #799c1e;
}

#mobile_solution summary{
  font-size: 25px;
  display: flex;
  padding-left: 70px;
  height: 85px;
  font-family: GothamBold;
  color: #799c1e;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 40px;
  border-bottom: 1px solid #799c1e;
  position: relative;
}

#mobile_solution summary::-webkit-details-marker {
    display: none;
}

#mobile_solution summary:after{
  content: "+";
  position: absolute;
  right: 0px;
  font-size: 40px;
  font-weight: bold;
}

details[open]#mobile_solution summary:after {
  content: "-";
  transition: 1s;
}

#mobile_solution_estoque{ 
  background-image: url(../img/solution-estoque.png) !important;
  background-repeat: no-repeat;
}

#mobile_solution_vendas{ 
  background-image: url(../img/solution-vendas.png) !important;
  background-repeat: no-repeat;
}

#mobile_solution_caixa{ 
  background-image: url(../img/solution-caixa.png) !important;
  background-repeat: no-repeat;
}

#mobile_solution_catalogo{ 
  background-image: url(../img/solution-catalogo-digital.png) !important;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {

  #content_in_self ul li {
    margin-bottom: 20px;
    width: 184px;
  }

}

@media screen and (max-width: 992px) {

  #beneficios{
    background-color: #f8f6f7;
    padding-bottom: 100px;
  }

  #mobile_solution{
    display:flex;
  }

  #the_solutions{
    display: none;
  }

  #the_solution_title{
    padding: unset;
  }

  #the_solution_title{
    height: 600px;
  }

}

@media screen and (max-width: 700px) {

  #green_back_title h2{
    font-size: 30px;
  }

  #gree_solutions_content h3{
    font-size: 21px;
    margin: 50px 0px 50px 0px;
  }

}

@media screen and (max-width: 432px) {

  #content_in_self ul li {
    width: 100%;
  }

}

/*==================_Depoimentos_======================*/
#Depoimentos{
  padding-bottom: 100px;
}

#dep_box_total h2{
  width: 100%;
  font-family: GothamBold;
  color: black;
  font-size: 40px;
  margin: 120px 0px 120px 0px;
}

#the_content_box{
  cursor: pointer;
  position: relative;
  padding: 27px 20px 27px 40px;
  height: 320px;
  width: 298px;
  border: 2px solid rgba(121,156,31,0.4);
  border-radius: 5px;
  box-shadow: 0px 0px 35px 8px rgba(0,0,0,0.2);
}

#dep_client_photo{
  align-self: flex-start;
  position: absolute;
  left: -32px;
}

#client_name{
  padding-top: 17px;
  font-family: GothamBold;
}
#client_business{
  font-family: GothamLightItalic;
  font-size: 11px;
  margin-bottom: 25px;
}
#client_txt{
  font-family: GothamLightItalic;
  font-size: 12.5px;
}
.longTxt{
  font-size: 11px !important;
}

/*==========================================================================================*/

/*ESSA CLASSE REGULA O TAMANHO DA CAIXA DO CAROUSEL, resolvendo o problema de espaçamento*/
.owl-stage {
  padding: 40px 0px 40px 0px;
  right: -42px;
 }

 /*==========================================================================================*/

 #achievements{
  background-color: #f8f6f7;
  color: #799c1e;
 }

 #achievements_geral_box{
  padding: 45px 0px 45px 0px;
  height: 720px;
 }

 #the_achievement{
  width: 520px;
  height: 130px;
  align-items: center;
 }

 #the_achievement span:first-child{
  font-family: GothamBold;
  font-size: 60px;
 }

 #the_achievement span:last-child{
  font-family: GothamLightItalic;
  font-size: 17px;
 }

@media screen and (max-width: 1200px) {
  /*
 .owl-stage {
    right: -100px;
  }
  */
}

@media screen and (max-width: 992px) {

  #achievements_geral_box {
    padding: 45px 0px 45px 0px;
    height: 300px;
  }
  /*
  .owl-stage {
    right: -200px;
  }
*/
  #the_achievement{
    width: 160px;
    height: 100px;
  }

  #the_achievement span:first-child {
    font-size: 19px;
  }

  #the_achievement span:last-child {
    font-size: 13px;
  }

}

@media screen and (max-width: 768px) {

   #achievements_geral_box{
    max-width: 473px;
   }

}

@media screen and (max-width: 390px) {

 .owl-stage {
    right: -27px;
  }

}

/*==================_Precos_======================*/
#Precos{
  margin-bottom: 200px;
}

#precos_green_header{
background-color: #799c1e;
}

#precos_green_header h2{
  font-family: GothamBold;
  font-size: 45px;
  text-align: center;
  color: white;
  padding: 75px 0px 75px 0px;
}

#semestral, #anual{
  font-family:'GothamMediumItalic';
  font-size: 27px;
  color: #ff7403;
  border-bottom: 3px solid #ff7403;
  padding: 14px 0px 14px 0px;
  cursor: pointer;
}

.disabled{
  background-color: rgb(213, 247, 127);
  color: black !important;
}

#big_prices_content{
  margin-top: 100px;
}

#horizontal_scroll{
  width: 100%;
}

.showOff{
  display: none;
}

#blocks_prices, #blocks_prices_anual{
  width: 100%;
}

#the_block_price{
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  width: 30%;
  padding: 5px;
  border-radius: 5px;
}

#tbp_header{
  text-align: center;
  width: 100%;
  padding-top: 45px;
  color: black;
  font-family: 'GothamMediumItalic';
  font-size: 20px;
}

#tbp_header i{
  font-family: GothamLightItalic;
}

#tbp_price{
  text-align: center;
}

#oldPrice span:first-child{
  font-family: GothamBold;
  font-size: 15px;
  color: #DCDCDC;
  width: 100%;
  display: inline-block;
}

#oldPrice span:first-child i{
  font-family:'GothamMediumItalic';
  text-decoration: line-through;
}

#only{
  text-align: center;
  margin-top: 15px;
  font-family:'GothamMediumItalic';
  font-size: 13px;
  color: black;
  width: 100%;
  display: inline-block;
}

#tbp_price span:last-child{
  font-family: GothamBold;
  font-size: 40px;
  color: #799c1e;
}

#pormes{
  width: 100%;
  text-align: center;
  color: #ff7403;
  font-family: GothamBold;
  font-size: 23px;
  background-color: cornsilk;
}

#the_block_price ul{
  width: 100%;
  color: #799c1e;
  font-family: GothamBold;
  list-style: none;
  font-size: 15.5px;
  padding: 20px 10px 20px 10px;
}

#the_block_price ul li{
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  position: relative;
}

#the_block_price ul li img{
  width: 20px;
  right: 0px;
  position: absolute;
}

#the_block_price ul li i{
  color:#ff7403;
  margin-left: 5px;
}

.destaque{
  color:#ff7403 !important;
}

#eu_quero_testar_button{
  margin-top: 100px;
  margin-bottom: 100px;
}

#eu_quero_testar_button a{
  font-family: GothamBold;
  font-size: 27px;
  color: white;
  background-color:#ff7403;
  text-decoration: none;
  padding: 25px;
  display: block;
  text-align: center;
  box-shadow: 4px 5px 9px -2px rgba(0,0,0,0.91);
}

#eu_quero_testar_button a:hover{
  box-shadow: none;
}

#acesso span:first-child, #site_seguro span:first-child{
  color: #799c1e;
  font-family: GothamBold;
  font-size: 25px;
}

#acesso span:last-child, #site_seguro span:last-child{
  color: #799c1e;
  font-family: GothamLightItalic;
  font-size: 20px;
}

#acesso img, #site_seguro img{
  align-self:flex-start;
  margin-right: 20px;
}

@media screen and (max-width: 1200px){

  #the_block_price ul{
    font-size: 14.5px;
    padding: 20px 0px 20px 0px;
  }

}

@media screen and (max-width: 992px) {

  #the_block_price{
    width: 32%;
  }

  #tbp_header {
    font-size: 16px;
  }

  #tbp_price span:last-child {
    font-size: 30px;
  }

  #tbp_price span:first-child i, #tbp_price span:first-child {
    font-size: 23px;
  }

  #pormes {
    font-size: 19px;
  }

  #the_block_price ul{
    font-size: 13px;
    padding: 20px 0px 20px 0px;
  }

  #the_block_price ul li img{
    display: none;
  }

  #acesso, #site_seguro{
    border-bottom: 1px solid #799c1e;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 768px){

  #Precos {
    margin-bottom: 100px;
  }

  #horizontal_scroll{
    height: 960px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  #blocks_prices, #blocks_prices_anual{
    width: 300%;
    height: inherit;
    padding-left: 2px;
    padding-top: 2px;
  }

  #blocks_prices div:nth-child( 2 ), #blocks_prices_anual div:nth-child( 2 ){
    margin-left: 10px;
    margin-right: 10px;
  }

  #the_block_price {
    width: 30%;
    margin-bottom: 10px;
    height: 98%;
  }

  #tbp_header {
    font-size: 29px;
  }

  #tbp_price span:first-child i, #tbp_price span:first-child {
    font-size: 40px;
  }

  #tbp_price span:last-child {
    font-size: 74px;
  }

  #tbp_price {
    margin-top:unset;
  }

  #pormes {
    font-size: 40px;
  }

  #the_block_price ul {
    font-size: 25px;
  }

  #the_block_price ul li{
    display: flex;
    justify-content: center;
  }

}

@media screen and (max-width: 532px){

  #the_block_price ul {
    font-size: 19px;
  }

  #horizontal_scroll{
    height: 850px;
  }

  #semestral, #anual {
    font-size: 18px;
  }

  #precos_green_header h2 {
    font-size: 30px;
  }

  #the_block_price {
    width: 340px;
  }

  #tbp_price span:first-child i, #tbp_price span:first-child {
    font-size: 33px;
  }

  #tbp_price span:last-child {
    font-size: 57px;
  }

  #pormes {
    font-size: 30px;
  }

}


/*==================_Tipos-de-negocios_======================*/
#tdn_before_title{
  color: black;
  font-family: GothamLightItalic;
  font-size: 20px;
}

#tdn_the_content_box{
  max-width: 837px;
}

#tdn_big_boxes h2{
  font-family: GothamBold;
  font-size: 42px;
  color: black;
  margin-bottom: 200px;
}

#tdn_the_little_images{
  background-color: white;
  position: relative;
  border: 2px solid #799c1e;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
}

#tdn_the_little_images img:last-child{
  align-self: flex-start;
  position: absolute;
  width: 45px;
  height: 45px;
  right: -22px;
  top: -22px;
}

#tdn_the_little_box span{
  font-family: GothamLightItalic;
  font-size: 13px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 5px;
  border-radius: 5px;
  border: 2px solid #799c1e;
  width: 182px;
  text-align: center;
  background-color: white;
}

@media screen and (max-width: 992px){

  #tdn_the_little_box, #tdn_the_little_box span{
    width: 140px;
  }

  #tdn_the_little_box span{
    height: 50px;
  }

}

@media screen and (max-width: 767px){

  #tdn_big_boxes h2 {
    font-size: 30px;
  }

  #tdn_before_title{
    font-size: 15px;
  }

  #tdn_big_boxes h2 {
    margin-bottom: 100px;
  }
}

/*==================_Second_call_for_test_======================*/
#second_call_for_test{
  margin-top: -450px;
  height: 1600px;
  color: white;
  background-image: url("../img/background-call-1920-otimizado.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#scft_container h2{
  font-family: GothamBold;
  font-size: 50px;
}

#scft_container span{
  margin-top: 30px;
  font-family: GothamLightItalic;
  font-size: 23px;
  width: 550px;
  text-align: center;
}

#scft_container a{
  margin-top: 50px;
  font-family: GothamBold;
  font-size: 30px;
  text-decoration: none;
  color: white;
  background-color: #ff7403;
  padding: 15px 20px 15px 20px;
  width: 380px;
  text-align: center;
  box-shadow: 4px 5px 9px -2px rgba(0,0,0,0.91);
}

#scft_container a:hover{
  box-shadow: unset;
}

@media screen and (max-width: 1000px){

  #second_call_for_test {
      background-size: cover;
  }

}

@media screen and (max-width: 580px){

  #scft_container a {
    width: 95%;
  }

  #scft_container span {
    width: unset;
  }

}

/*==================_Vantagens_======================*/
#vantagens{
  margin-top: 75px;
  margin-bottom: 250px;
}

#vtg_box h2{
  font-family: GothamBold;
  font-size: 50px;
}

#tree_boxes{
  margin-top: 125px;
}

#vtg_the_box{
  width: 350px;
}

#vtg_the_box img{
  width: 80px;
  margin-bottom: 35px;
}

#vtg_the_box_content{
  height: 330px;
  padding: 30px 25px 30px 25px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%)
}

#vtg_the_box_content h3{
  color: #799c1e;
  font-family: GothamBold;
  font-size: 25px;
  margin-bottom: 30px;
}

#vtg_the_box_content p{
  font-family: GothamLightItalic;
  color: #799c1e;
}

@media screen and (max-width: 1200px){

  #vtg_the_box{
    width: 300px;
  }

}

@media screen and (max-width: 767px){

  #vantagens{
    margin-top: -100px;
    margin-bottom: 100px;
  }

  #vtg_box h2 {
    font-size: 30px;
  }

}

/*==================_Suporte-epecializado_======================*/
#suporte-epecializado{
  height: 500px;
  background-image: url(../img/suporte-especializado.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#se_container{
  color: white;
}

#se_container h2, #se_container p{
  width: 600px;
  text-align: center;
}

#se_container h2{
  font-family: GothamBold;
  font-size: 35px;
  margin-bottom: 30px;
  border-bottom: 3px solid white;
  padding-bottom: 25px;
}

#se_container p{
  font-family: GothamLightItalic;
  font-size: 20px;
}

@media screen and (max-width: 768px){

  #suporte-epecializado{
    background-image: url(../img/suporte-especializado_mobille.webp);
    background-size: cover;
  }

  #se_container p{
    font-size: 18px;
  }

  #se_container h2, #se_container p{
    width: unset;
  }

}

@media screen and (max-width: 532px){

  #suporte-epecializado{
    background-position: left;
  }

}

/*==================_Quem-somos_======================*/
#quem-somos{
  margin: 200px 0px 200px 0px;
}

#qs_container span, #qs_container p{
  font-family: GothamLightItalic;
  font-size: 20px;
}

#qs_container span{
  margin-bottom: 50px;
}

#qs_container h2{
  font-family: GothamBold;
  font-size: 50px;
  margin-bottom: 100px;
}

#qs_container p{
  text-align: center;
}

@media screen and (max-width: 767px){

  #quem-somos {
    margin: 100px 0px 100px 0px;
  }

  #qs_container h2{
    margin-bottom: 100px;
  }

  #qs_container span, #qs_container p{
    font-size: 17px;
  }

}

/*==================_Faq_======================*/
#faq{
  margin-bottom: 100px;
}

#faq_container span{
  font-family: GothamLightItalic;
  font-size: 20px;
  margin-bottom: 50px;
}

#faq_container h3{
  font-family: GothamBold;
  font-size: 50px;
  margin-bottom: 100px;
}

#faq_container details{
  font-family: GothamLightItalic;
  font-size: 20px;
  width: 100%;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
  border-radius: 5px;
  padding: 17px;
  text-align: center;
  margin-bottom: 20px;
}

#faq_container details div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#faq_container details summary{
  display: flex;
}

#faq_container details summary div{
  width: 100%;
}

#faq_container details summary img:first-child{
  margin-right: 25px;
}

#faq_container details summary img:last-child{
 margin: 0px 0px 0px 25px;
}

#faq_container details p{
  margin-top: 50px;
  color: #799c1e;
}

#faq_container summary:after {
  transition: 0.9s;
   content: "";
   background-image: url("../img/icons/saiba-mais-perguntas-frequentes.png");
   background-repeat: no-repeat;
   background-position: center;
   font-size: 20px;
   font-weight: bold;
   margin: 0 5px;
   padding: 0;
   width: 20px;
   text-align: center;
}

#faq_container details[open] summary:after {
  transition: 0.5s;
  background-image: url("../img/icons/saiba-mais-perguntas-frequentes2.png");
  background-repeat: no-repeat;
  background-position: center;
}

#insideDtl{
  width: 100% !important;
  margin-bottom: unset !important;
}

@media screen and (max-width: 767px){

  #faq_container h3{
    font-size: 30px;
  }

  #faq_container span {
    font-size: 15px;
  }

  #faq_container details summary img:first-child {
    margin-right: unset;
  }

  #faq {
    margin-bottom: 100px;
  }

}

/*==================_Pre-footer_======================*/
#pre-footer{
  margin-bottom: 100px;
}

#pf_duvidas span:first-child{
  font-family: GothamBold;
  font-size: 30px;
  margin-bottom: 50px;
}

#pf_duvidas span:last-child{
  font-family: GothamLightItalic;
  font-size: 30px;
}

#news_letter span{
  font-family: GothamBold;
  font-size: 17px;
  align-items: center;
}

#emailAndButton{
  margin-top: 40px;
}

#emailAndButton span img{
  width: 60px;
  margin-right: 30px;
}

#emailAndButton span form{
  height: 42px;
}

#emailAndButton span form input{
  height: 100%;
}

#emailAndButton span form input[type="email"]{
  width: 230px;
  font-family: GothamLightItalic;
  padding-left: 10px;
  border: none;
}

#emailAndButton span form input[type="submit"]{
  padding: 0px 15px 0px 15px;
  margin-left: 10px;
  background-color: #799c1e;
  color: white;
  border: none;
  border-radius: 5px;
}

@media screen and (max-width: 992px){

  #news_letter span{
    text-align: center;
  }
}

@media screen and (max-width: 485px){

  #emailAndButton span form input[type="submit"]{
    width: 95%;
  }

  #pre-footer{
    margin-bottom: 100px;
  }

  #pf_duvidas span:last-child {
    font-size: 25px;
  }

  #emailAndButton span img {
    margin-right: unset;
  }

}

/*==================_Footer_======================*/
footer{
  background-image: url("../img/footer-back-image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #799c1e;
  color: white;
}

#footer_container{
  height: 500px;
  display: flex;
}

#footer_top{
  padding: 40px 0px 40px 0px;
  margin-bottom: 70px;
  border-bottom: 2px solid white;
}

#ft_ste_seguro{
  height: 100px;
  align-items: center;
}

#ft_ste_seguro img{
  margin-right: 20px;
}

#ft_ste_seguro_content span:first-child{
  font-family: GothamBold;
  font-size: 25px;
}

#ft_ste_seguro_content span:last-child{
  font-family: GothamLightItalic;;
  font-size: 13px;
}

.borderWhite{
  border-right: 2px solid white;
}

.littleBox{
  width: 300px;
}

.bigBox{
  width: 486px;
}

#footer_content{
  color: white;
}

#left_content{
  border-right: 2px solid white;
}

#left_content ul{
  margin: 20px 0px 20px 0px;
  list-style: none;
  padding: 0px 0px 0px 0px;
}

#left_content ul li a{
  color: white;
  font-family: GothamBold;
  font-size: 20px;
  text-decoration: none;
}

#left_content span{
  font-family: GothamBold;
  font-size: 20px;
}

#the_last_section{
  background-color: white;
  color: black;
}

#social{
  width: 50%;
  padding: 10px;
}

#right_content ul{
  list-style: none;
  text-align: center;
}

#right_content ul li:first-child{
  font-family: GothamBold;
  font-size: 23px;
}

#right_content ul li{
  font-family: GothamLightItalic;
  font-size: 17px;
}

#the_last_section{
  height: 100px;
}

#developer{
  height: 100%;
  font-size: 13px;
  font-family: GothamLightItalic;
}

#developer a{
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 992px){

  #footer_container{
    height: 800px;
  }

  #footer_content {
    color: white;
    height: 800px;
  }

  .littleBox{
    width: 100%;
  }

  .bigBox{
    width: 100%;
  }

  .borderWhite{
    border: none;
  }

  #social {
    padding: 10px;
  }

  #left_content{
    border-right:none;
    margin-bottom: 30px;
  }

  #right_content ul{
    padding-left: 0px;
  }

}