html, body{
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;
}
* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings:
    "slnt" 0;
}
h1, h2, h3, h4, h5, h6, h2 span{
  font-family: "Bebas Neue", sans-serif;
}
.btn{
	transition: all 0.2s ease-out;
}
.btn:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.container-progress-bar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999999999;
	top: 0;
	height: auto !important;
}
.container-progress-bar p{
	color: #fff;
}
.container-progress-bar .meter::before, .container-progress-bar .meter::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: -75px;
    top: -2px;
    background: url(../icons/alert.gif) no-repeat center;
    background-size: cover;
    border-radius: 100%;
}
.container-progress-bar .meter::after {
    left: auto;
    right: -75px;
}
.meter {
  box-sizing: content-box;
  height: 35px; /* Can be anything */
  position: relative;
  background: #555;
  border-radius: 0px;
  padding: 5px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
	color: #fff;
    font-weight: bold;
	text-align: center;
	font-size: 25px;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span {
  background-image: linear-gradient(#ff0000, #ff0000);
}

.nostripes > span > span,
.nostripes > span::after {
  background-image: none;
}
/*Landing Page*/
.modal-content {
  background: #000;
  color: #fff;
}
#InscricaoModal .title{
  font-family: "Bebas Neue", sans-serif;
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 1;
}
.secao1{
  background: url(../images/backgroundmarketing360desktop.jpg) no-repeat center;
  background-size: cover;
  padding: 75px 0px;
	margin-top: 60px;
}
.page-template-page-convidados .secao1, .page-template-page-whatsapp .secao1 {
    margin-top: 0px;
}
.page-template-page-whatsapp .container-texts p:nth-child(1) {
    font-size: 25px;
    line-height: 1;
}
.container-address-cronometer p {
    font-size: 14px !important;
}
.container-logo .custom-logo {
    width: 50%;
    height: auto;
}
.secao1 h2 {
  font-size: 40px;
  color: #fff;
  margin: 15px 0px 30px;
  line-height: 1;
}
.cor-laranja{
  color: #F55909 !important;
}
.secao1 p {
  color: #fff;
  font-size: 16px;
	line-height: 1.2;
	margin-bottom: 35px;
}
.secao1 .btn, .everest-forms-submit-button{
  background: -moz-linear-gradient(180deg, rgba(30,183,73,1) 0%, rgba(54,150,56,1) 100%) !important;
  background: -webkit-linear-gradient(180deg, rgba(30,183,73,1) 0%, rgba(54,150,56,1) 100%) !important;
  background: linear-gradient(180deg, rgba(30,183,73,1) 0%, rgba(54,150,56,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eb749",endColorstr="#369638",GradientType=1) !important;
  border: 5px solid #1EB749 !important;
  border-radius: 15px !important;
  color: #fff !important;
  width: 90% !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 10px 0px !important;
transition: all 0.3s ease-out !important;
}
.secao2{
  background: rgb(52,38,95);
background: -moz-linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
background: linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#34265f",endColorstr="#e95917",GradientType=1);
color: #fff;
padding: 10px 0px;
}
.address{
  margin-right: 15px;
}
.address p{
  margin-bottom: 0px;
  font-size: 18px;
}
.cronometer{
  margin-left: 10px;
}
.cronometer ul{
  padding: 0px;
  margin-bottom: 0px;
}
.cronometer li {
  display: inline-block;
  font-size: 18px;
  list-style-type: none;
  padding: 0px 10px;
  text-align: center;
  line-height: 1;
}
.cronometer li span {
  display: block;
  font-size: 35px;
  font-family: "Bebas Neue", sans-serif;
}
.secao2 .container-gradient {
    height: auto;
    color: #fff;
    padding: 5px 30px;
    font-size: 30px;
    font-family: "Bebas Neue", sans-serif;
    margin: 0px 0px 10px;
	display: inline-block;
}
.secao3{
  background: #060206 url(../images/fundo2.png) no-repeat top;
  background-size: cover;
  color: #fff;
}
.secao3 h3 {
  font-size: 55px;
  padding-right: 100px;
  line-height: 1;
}
.secao3 h3 span{
  font-family: "Bebas Neue", sans-serif;
}
.secao3 p{
  font-size: 18px;
  line-height: 1.2;
}
.container-gradient{
  background: rgb(52,38,95);
  background: -moz-linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
  background: linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#34265f",endColorstr="#e95917",GradientType=1);
  height: 7px;
}
.secao4{
  background-color: #060206;
  padding: 50px 0px 100px;
  color: #fff;
}
.secao4 h4{
  color: #fff;
  font-size: 60px;
}
@media (min-width:991px){
	.secao4 .subtitle{
		width: 75%;
		margin: 0 auto 25px;
	}
}
.secao4 .title{
  margin-top: 25px;
	font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
}
.secao4 .text{
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
}
.secao4 .btn{
  background: rgb(30,183,73);
  background: -moz-linear-gradient(180deg, rgba(30,183,73,1) 0%, rgba(54,150,56,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30,183,73,1) 0%, rgba(54,150,56,1) 100%);
  background: linear-gradient(180deg, rgba(30,183,73,1) 0%, rgba(54,150,56,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eb749",endColorstr="#369638",GradientType=1);
  border: 5px solid #1EB749;
  border-radius: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 5px 50px;
  margin: 25px 0px;
}
.secao4 .text2{
  font-size: 14px;
  line-height: 1;
  width: 75%;
  margin: 0 auto;
}
.secao5{
  background: #060206;
  padding: 50px 0px;
  color: #fff;
}
.secao5 .container-with-background{
  background: url(../images/fundo3.png) no-repeat top;
  background-size: 100% 100%;
}
.secao5 h4{
  font-size: 50px;
  text-transform: uppercase;
}
.secao5 h4 span{
  font-family: "Bebas Neue", sans-serif;
}
.secao5 .subtitle {
  margin-bottom: 100px;
}
.secao5 .container-aprender{
  background: url(../images/fundo-aprender.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  padding: 10px 25px;
  height: 260px;
  margin-bottom: 70px;
}
.secao5 .container-aprender img {
  width: 40%;
  height: auto;
  margin-top: -70px;
}
.secao5 .container-aprender .title{
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
}
.secao5 .container-aprender .text{
  line-height: 1.2;
}
section.secao-depoimentos {
    background: #060206;
    padding: 50px 0px;
}
.secao-depoimentos h5 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}
.secao-depoimentos h5 span{
  font-family: "Bebas Neue", sans-serif;
}
.secao-depoimentos iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
    border-image: linear-gradient(to right, rgba(52, 38, 95, 1) 0%, rgba(126, 35, 101, 1) 50%, rgba(233, 89, 23, 1) 100%) 1;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
}
.secao-depoimentos .btn{
  background: -moz-linear-gradient(180deg, rgba(30,183,73,1) 0%, rgba(54,150,56,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30,183,73,1) 0%, rgba(54,150,56,1) 100%);
  background: linear-gradient(180deg, rgba(30,183,73,1) 0%, rgba(54,150,56,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eb749",endColorstr="#369638",GradientType=1);
  border: 5px solid #1EB749;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 50px;
	margin-top: 25px;
}
.secao6{
  background: rgb(52,38,95);
  background: -moz-linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
  background: linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#34265f",endColorstr="#e95917",GradientType=1);
  padding: 5px 0px;
}
.secao6 .container-with-image{
  background: url(../images/fundo4.png) no-repeat center;
  background-size: 55%;
  background-position: 0% 0%;
  color: #fff;
  padding: 50px 0px;
}
.secao6 .container-with-image h5{
  font-size: 70px;
  padding-right: 100px;
  line-height: 1;
}
.secao6 .container-with-image h5 span{
  font-family: "Bebas Neue", sans-serif;
}
.list-with-check li {
  line-height: 1;
  margin-bottom: 20px;
}
.list-with-check .icon-check {
  width: 35px;
  height: 35px;
  margin-right: 25px;
}
.secao7{
  background-color: #060206;
  color: #fff;
  padding: 50px 0px;
}
.secao7 h6 {
  font-size: 60px;
  line-height: 1;
  margin: 0 auto 50px;
  width: 75%;
}
.secao7 h6 span{
  font-family: "Bebas Neue", sans-serif;
}
.container-ticket.standard {
  border: 1px solid #5F5F5F;
  border-radius: 10px 10px 0px 0px;
}
.container-ticket.elite {
  border: 1px solid #E95917;
  border-radius: 10px 10px 0px 0px;
}
.container-ticket.black {
  border: 1px solid #282828;
  border-radius: 10px 10px 0px 0px;
}
.container-ticket .ingresso-duplo {
    width: 80%;
    margin: -35px auto 25px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    background: #ff0000;
}
.container-ticket .container-image-texts {
  padding: 15px 20px 0px;
}
.container-ticket .container-image-texts .list-with-check {
  width: 80%;
  margin: 25px auto 0px;
}
.container-ticket .container-image-texts .list-with-check .icon-check {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.container-ticket .container-image-texts .list-with-check li {
  line-height: 1;
  margin-bottom: 10px;
}
.container-ticket .container-price{
  background: #5F5F5F;
  padding: 10px 0px 35px;
  margin-top: 30px;
}
.container-ticket.black .container-price {
    background: #282828;
}
.container-ticket.elite .container-price{
  background: #E95917;
}
.container-ticket .container-price p{
  line-height: 1.2;
}
p.preco-parcelado {
  font-size: 30px;
  font-weight: 600;
}
.container-ticket .container-price .amount-price{
  text-decoration: line-through;
}
.container-cta {
  padding-bottom: 30px;
  text-align: center;
}
.container-cta .btn {
  background: rgb(30, 183, 73);
  background: -moz-linear-gradient(180deg, rgba(30, 183, 73, 1) 0%, rgba(54, 150, 56, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 183, 73, 1) 0%, rgba(54, 150, 56, 1) 100%);
  background: linear-gradient(180deg, rgba(30, 183, 73, 1) 0%, rgba(54, 150, 56, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eb749",endColorstr="#369638",GradientType=1);
  border: 5px solid #1EB749;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 7px 25px;
  margin-top: -25px;
}
.container-ticket.black .container-cta .btn {
    background: gray;
    border-color: gray;
}
.container-ticket.elite .container-price .preco-de{
  color: #000;
}
.secao7 .container-gradient {
    height: auto !important;
    border-radius: 0px 0px 10px 10px;
}
.secao7 .container-gradient .segundo-lote {
    border-right: 1px solid #fff;
}
.secao7 .container-gradient .segundo-lote:before, .secao7 .container-gradient .terceiro-lote:before {
    content: '';
    width: 178px;
    height: 85px;
    display: block;
    position: absolute;
    margin-top: -15px;
    background: url(https://osmestresdomarketing.com/wp-content/uploads/2024/10/letra-x.gif) no-repeat center;
    background-size: 120% 120%;
}
.secao7 .container-gradient span {
    font-size: 20px;
}
.secao8{
  background: rgb(52,38,95);
  background: -moz-linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
  background: linear-gradient(90deg, rgba(52,38,95,1) 0%, rgba(126,35,101,1) 50%, rgba(233,89,23,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#34265f",endColorstr="#e95917",GradientType=1);
  padding: 0px 0px 10px;
}
.secao8 .container-with-background{
  background: #060206 url(../images/fundo5.png) no-repeat top;
  background-size: 100%;
}
.secao8 .container-texts{
  color: #fff;
}
.secao8 .container-texts h6{
  font-size: 50px;
}
.secao8 .container-texts p{
  width: 80%;
}
.secao8 .container-without-background {
    padding-bottom: 50px;
}
.secao8 .container-without-background img {
  width: 20%;
  height: auto;
  margin: 75px 0px 25px;
}
.secao8 .container-without-background p.title {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  margin-bottom: 0px;
}
.secao8 .container-without-background p.subtitle {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
}
.secao8 .container-without-background .text {
  color: #fff;
  font-size: 18px;
  width: 45%;
  margin: 0 auto 15px;
  line-height: 1.2;
}
.secao-hoteis {
    background: #000;
    padding: 50px 0px;
}
.secao-hoteis .title-general {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 50px;
}
.secao-hoteis .title-general span{
	font-family: "Bebas Neue", sans-serif;
}
.secao-hoteis p.title.cor-laranja {
    font-family: "Bebas Neue", sans-serif;
    font-size: 45px;
    line-height: 1;
}
.secao-hoteis p.text {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}
.secao-hoteis p.text-after-hotel {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}
.secao-hoteis p.text-after-hotel:nth-child(1) {
    margin-top: 30px;
}
.container-hotel-parceiro {
    padding: 25px 0px 30px;
}
.container-hotel-parceiro p.info-hotel {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.2;
}
.container-hotel-parceiro p.hotel-name.cor-laranja {
    font-family: "Bebas Neue", sans-serif;
    font-size: 25px;
    margin-bottom: 0px;
}
.secao-hoteis .col-lg-9 .title-general {
    color: #F55909;
}
.container-cronograma {
    background: url(../images/fundo-aprender.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    color: #fff;
}
.container-cronograma p {
    line-height: 1.2;
}
.secao-idealizador{
  background: #030304;
  padding: 25px 0px;
  color: #fff;
}
.secao-idealizador .container-text {
  width: 80%;
  margin: 0 auto;
}
.secao-idealizador .container-text h4{
  font-size: 60px;
}
.secao-idealizador .container-text p{
  font-size: 16px;
}
.secao-resultado{
  background: url(../images/fundo6.png) no-repeat top;
  background-size: 100% 100%;
  padding: 50px 0px;
}
.secao-resultado h5{
  font-size: 75px;
  width: 90%;
  margin: 0 auto 20px;
}
.secao-resultado .btn {
  background: rgb(30, 183, 73);
  background: -moz-linear-gradient(180deg, rgba(30, 183, 73, 1) 0%, rgba(54, 150, 56, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 183, 73, 1) 0%, rgba(54, 150, 56, 1) 100%);
  background: linear-gradient(180deg, rgba(30, 183, 73, 1) 0%, rgba(54, 150, 56, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eb749",endColorstr="#369638",GradientType=1);
  border: 6px solid #1EB749;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  padding: 5px 50px;
  border-radius: 20px;
  transition: all 0.3s ease-out;
}
.footer{
  background: #060206;
  padding: 25px 0px;
  color: #fff;
}
.footer img {
    width: 15%;
    height: auto;
}
@media (max-width:991px) {
	.container-progress-bar .d-flex {
		flex-direction: column;
	}
	.barra-progresso {
		width: 70%;
	}
	.meter > span {
		font-size: 16px;
		line-height: 2;
	}
	.secao1 {
        background: #000 url(../images/backgroundmarketing360mobile.jpg) no-repeat;
        background-position: center -80px;
        background-size: 100%;
        padding: 225px 0px 0px;
        text-align: center;
    }
  .container-logo .custom-logo {
    width: 50%;
    height: auto;
  }
  .secao1 h2 {
    font-size: 30px;
    line-height: 1;
	margin: 15px 0px;
  }
  .secao1 p {
    padding: 0px;
    font-size: 16px;
    line-height: 1.2;
	margin-bottom: 20px;
  }
  .secao1 .btn{
    font-size: 13px;
    margin-bottom: 25px;
  }
  .container-address-cronometer {
    flex-direction: column;
  }
  .cronometer {
    margin-bottom: 15px;
	  margin-top: 20px;
  }
  .cronometer li span {
    font-size: 50px;
  }
  .secao3 p {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }
  .secao3 h3 {
    font-size: 45px;
    padding-right: 0px;
    line-height: 1;
    text-align: center;
  }
  .secao4 img {
    width: 60% !important;
  }
  .secao4 p {
    text-align: center !important;
  }
  .secao4 .btn {
    font-size: 18px;
    padding: 10px 30px;
  }
  .secao4 .text2 {
    width: 100%;
  }
  .secao5 .container-with-background {
    background: transparent;
  }
  .secao5 h4 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .secao6 .container-with-image {
    background-size: 100% 40%;
  }
  .secao6 .container-with-image h5 {
    font-size: 45px;
    padding-right: 0px;
    line-height: 1;
    text-align: center;
  }
  .secao6 p {
    text-align: center;
  }
  ul.list-with-check {
    margin-top: 60px;
  }
  .secao7 h6 {
    font-size: 45px;
    width: 100%;
  }
  .container-ticket {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .secao8 .container-with-background {
    background: transparent;
  }
  .secao8 .container-with-background .col-12:nth-child(1) {
    background: #060206 url(../images/fundo5.png) no-repeat top;
    background-size: cover;
  }
  .secao8 .container-with-background img {
    margin-top: 15px;
  }
  .secao8 .container-texts {
    color: #fff;
    width: 100% !important;
    text-align: center;
  }
  .secao8 .container-texts h6 {
    margin-top: 20px;
  }
  .secao8 .container-texts p {
    width: 95%;
    margin: 0 auto 25px;
  }
  .secao8 .container-without-background img {
    width: 65%;
    margin: 50px 0px 25px;
  }
  .secao8 .container-without-background p.title {
    font-size: 50px;
  }
  .secao8 .container-without-background p.subtitle {
    font-size: 30px;
  }
  .secao8 .container-without-background .text {
    width: 100%;
  }
	.secao-hoteis p.title.cor-laranja {
		margin-top: 25px;
		text-align: center;
	}
	.secao-hoteis p.text {
		text-align: center;
	}
	.secao-idealizador img {
		width: 90% !important;
	}
  .secao-idealizador .container-text h4 {
    font-size: 35px;
  }
  .secao-idealizador .container-text {
    width: 90%;
    text-align: center;
  }
  .secao-idealizador .container-text p {
    font-size: 16px;
    line-height: 1.2;
  }
	.secao-resultado {
    background: url(../images/fundo6-mobile.png) no-repeat top;
    background-size: 100% 100%;
    padding: 50px 0px;
  }
  .secao-resultado h5 {
    font-size: 25px;
    width: 95%;
  }
  .secao-resultado .btn {
    font-size: 25px;
  }
}