@charset "utf-8";
/* CSS Document */

* {
	font-family: 'Open Sans';
}
a, .gold {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.plusDestTop {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#loginSystem {
	color: #FFF;
	background-color: #135396;
	padding: 10px 25px;
	float: right;
	border-radius: 0 0 10px 10px;
	border: solid 2px #FFF;
	margin-top: -2px;
}
#loginSystem:hover {
	background-color: #30a0b6;
	text-decoration: none;
}
#abertura {
	background-image: url(../img/bannerSlider.jpg);
	background-size: cover;
	height: 720px;
	text-align: center;
	color: #FFF;
	background-attachment: fixed;
	background-position: center right;
}
#abertura h1 {
	font-size: 25px;
	line-height: 27px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

#abertura .gratuito{
	font-size:26px;
	color: #00a1b8;
}

.eComl {
	background-color: #00a1b8;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-weight: lighter;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.52);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.52);
}
#logoSopTop {
	margin: 70px auto 40px auto;
	width: 400px;
	background-image: url(../img/logoSop.png);
	display: block;
	background-position: center;
	height: 207px;
	background-repeat: no-repeat;
}
.iconDown {
	animation: animationFrames linear 0.5s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: animationFrames linear 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: animationFrames linear 1s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: animationFrames linear 1s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames linear 1s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}
 @keyframes animationFrames {
 0% {
 transform:  translate(0px, 0px);
}
 51% {
 transform:  translate(0px, 10px);
}
 100% {
 transform:  translate(0px, 0px);
}
}
 @-moz-keyframes animationFrames {
 0% {
 -moz-transform:  translate(0px, 0px);
}
 51% {
 -moz-transform:  translate(0px, 10px);
}
 100% {
 -moz-transform:  translate(0px, 0px);
}
}
 @-webkit-keyframes animationFrames {
 0% {
 -webkit-transform:  translate(0px, 0px);
}
 51% {
 -webkit-transform:  translate(0px, 10px);
}
 100% {
 -webkit-transform:  translate(0px, 0px);
}
}
 @-o-keyframes animationFrames {
 0% {
 -o-transform:  translate(0px, 0px);
}
 51% {
 -o-transform:  translate(0px, 10px);
}
 100% {
 -o-transform:  translate(0px, 0px);
}
}
 @-ms-keyframes animationFrames {
 0% {
 -ms-transform:  translate(0px, 0px);
}
 51% {
 -ms-transform:  translate(0px, 10px);
}
 100% {
 -ms-transform:  translate(0px, 0px);
}
}

.corpotexto{
	position:relative;
}
.corpotexto p{
	position:absolute;
	top:0;
	margin:100px 0 0 0;
	left:0;
	right:0;
	font-size:20px;
	line-height:1.5;
	text-transform:uppercase;
	font-weight:bold;
	color:#efefef;
}
#systemScreen {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d5+0,dbdbdb+0,dedede+50,ebebeb+100 */
	background: rgb(213,213,213); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(213,213,213,1) 0%, rgba(219,219,219,1) 0%, rgba(222,222,222,1) 50%, rgba(235,235,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(213,213,213,1) 0%, rgba(219,219,219,1) 0%, rgba(222,222,222,1) 50%, rgba(235,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(213,213,213,1) 0%, rgba(219,219,219,1) 0%, rgba(222,222,222,1) 50%, rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#ebebeb', GradientType=0 ); /* IE6-9 */
	width: 100%;
	box-shadow: 0 20px 60px -30px #8c8b8b;
}
#systemScreen h1 {
	margin-top: 57px;
	margin-bottom: 35px;
	color: #006BBF;
	text-align: center;
}
#systemScreen .container img {
	margin-bottom: 10px;
}
#systemScreen hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: none;
	border-bottom: 1px solid #000000;
}
#systemScreen .container .row-fluid {
	margin: 40px 0;
}
#systemScreen .container .row-fluid .span6 {
	display: table;
}
.cellImg {
	display: table-cell;
	text-align: center;
}
.cellTxt {
	display: table-cell;
	text-align: left;
}
#boxValores .row-fluid {
	text-align: center;
}
#boxValores h1 {
	color: #006BBF;
	text-align: center;
	padding: 56px 0px 41px 0px;
}
#boxValores p {

}
.gold {
	text-align: center;
	border-radius: 30px;
	margin-top: 50px;
	background-color: #00A1B8;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	background-clip: border-box;
	background-origin: border-box;
	background-size: auto;
	padding: 50px 20px;
	color: #FFF;
	line-height: inherit;
	min-height: 180px !important;
}
.gold p {
	margin-bottom: 0
}
.gold:hover {
	background-color: #013a61;
	color: #00a1b8;
}
#newsletterFooter {
	text-align: center;
	color: #135396;
	background-color: #00A1B8;
	margin-bottom: -100px;
	position: relative;
	margin-top: 97px;
	box-shadow: 0 -18px 50px -18px rgba(0,0,0,0.32);
}
#textonews {
	color: white;
	margin-top: 20px;
	font-size: 25px;
	line-height: 25px;
}
#formNewsr input[type="email"] {
	border-radius: 0;
	margin-top: 15px;
	width: 25%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#formNewsr input[type="submit"] {
	background-color: #00A1B8;
	border: none;
	color: #FFF;
	height: 52px;
	width: 90px;
	margin-left: -5px;
	margin-top: 6px;
}
#formNewsf input[type="email"] {
	border-radius: 0;
	margin-top: 15px;
	width: 30%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#formNewsf input[type="submit"] {
	background-color: #013a61;
	border: none;
	color: #FFF;
	height: 62px;
	width: 90px;
	margin-left: -5px;
	margin-top: 6px;
}
footer {
	background-color: #013a61;
	padding-top: 140px;
	color: #FFF;
	padding-bottom: 30px;
	margin-bottom: -20px;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#infoContato {
	text-align: left;
	font-size: 19px;
	line-height: 26px;
}
div .span5 {
	text-align: center;
}
#ol {
	padding: 0;
	margin: 25px 0px 10px 25px;
}
.nav-pills > li {
	list-style-type: none;
}
.nav-pills > li > a {
	color: white;
 font-size: 20px;
	text-decoration: none;
	vertical-align: middle;
}
.eOnze {
	font-size: 20px;
}
div .span3 {
}
#boxesDestaque {
/* padding: 45px 0; */
}
#boxesDestaque p {
	color: #FFF;
	text-align: center;
	padding: 100px 20px 100px 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
	font-weight: bold;
	font-size: 17px;
}
#boxesDestaque a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#boxesDestaque1 {
	background-image: url(../img/icons/img1.png)
}
#boxesDestaque2 {
	background-image: url(../img/icons/img2.png)
}
#boxesDestaque3 {
	background-image: url(../img/icons/img3.png)
}
#boxesDestaque4 {
	background-image: url(../img/icons/img4.png)
}
#boxesDestaque1, #boxesDestaque2, #boxesDestaque3, #boxesDestaque4 {
	border-radius: 26px 0;
	overflow: hidden;
	background-position: center;
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 270px;
	background-size: cover;
}
.imagem-mascara {
	width: 99px; /* largura da imagem máscara */
	height: 94px; /* altura da imagem máscara */
	background: url(../img/icons/btn-mais.png) 0 0 no-repeat; /* imagem máscara */
	display: block;
	float: right;
	margin-top: 176px;
	margin-left: -99px;
	opacity: 0.5;
}
.imagem {
	position: relative;
}
footer .container {
	margin-top: 20px;
}
#menuFooter ul li {
	display: inline-block;
}
#menuFooter ul li a {
	padding: 12px;
	color: #fff;
	font-family: 'Open Sans';
	font-weight: bold;
}
#menuFooter ul li a:hover {
	text-decoration: none;
}
footer .container .row-fluid .span4 {
	margin-top: -20px;
	color: #fff;
}
footer .container .row-fluid .span4 .row-fluid .span8 h4 {
	margin-top: 0px;
}
.plusDestTop {
	background-image: url(../img/plusDestaqueTop.png);
	background-position: center;
	display: block;
	width: 93px;
	height: 93px;
	float: right;
	margin-top: 177px;
	margin-left: -93px;
	background-size: 93px;
	background-repeat: no-repeat;
}
#boxesDestaque .span3:hover .plusDestTop {
	background-position: bottom right;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	width: 112px;
	height: 112px;
	margin-left: -112px;
	margin-top: 147px;
	margin-right: 11px;
}
#apresentacaoSistema {
	background-color: #efefef;
	padding: 30px 0;
}
#apresentacaoSistema h1 {
	margin-bottom: 25px;
}
#apresentacaoSistema p {
	font-size: 15px;
	line-height: 24px;
}
#apresentacaoSistema h2 {
	margin-bottom: 25px;
	color: #00a1b8;
	margin-top: 25px;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
}
.boxPasso {
	display: inline-block;
	width: 30%;
	text-align: center;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 9px 0px rgba(0,0,0,0.54);
	box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.13);
	border-top: solid 10px #013a61;
	margin-top: 60px;
	border-radius: 0 0 15px 15px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 20px 25px 20px;
	box-sizing: border-box;
}
.idPasso {
	display: block;
	background-color: #00a1b8;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-top: -80px;
	line-height: 93px;
	margin: -55px auto 17px auto;
}
.tituloPasso {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: solid 1px #dedede;
	margin-bottom: 15px;
	display: block;
	padding-bottom: 15px;
}
#apresentacaoSistema hr {
	border-top: none;
	border-bottom: solid 1px rgba(0,0,0,0.05);
}
#facebookFooter {
	display: block;
	border: solid 3px #00a1b8;
	float: right;
	padding: 15px 20px 15px 45px;
	font-weight: bold;
	border-radius: 7px;
	background-image: url(../img/facebook-logo.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 10px center;
}
#facebookFooter:hover {
	background-color: #00529a;
	border: solid 3px #00a1b8;
	text-decoration: none;
}
.btnPad {
	display: inline-block;
	background-color: #00a1b8;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 8px;
}
.btnPad:hover {
	background-color: #006bbf;
	color: #FFF;
	text-decoration: none;
}
#caracSystem li {
	font-size: 15px;
	margin-bottom: 5px;
	border-bottom: solid 1px #bfbfbf;
	color: #595959;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: 600;
	list-style-image: url('../img/check.png');
}
#myModalLabel {
	color: #FFF;
	font-size: 18px;
}
.modal-header {
	background-color: #00a1b8;
	border-radius: 5px 5px 0 0;
}
.container {
	box-sizing: border-box;
}

.corpotexto-desktop{
	display:none;
}

@media (min-width: 981px){
#corpotexto-desktop{
	display:block;
	margin:50px 0 0 0;
	font-size:20px;
	font-weight:bold;
	color:#efefef !important;
}
}

/****************** RESPONSIVO ****************/
@media (max-width: 1199px) {
.container {
	padding-left: 20px;
	padding-right: 20px;
	width: 100% !important;
}
}



@media (max-width: 700px) {
#formNewsr input[type="email"] {
	width: 65%
}
}

@media (max-width: 450px) {
#formNewsr input[type="email"] {
	width: 45%
}
}

@media (max-width: 300px) {
#formNewsr input[type="email"] {
	width: 100%;
	box-sizing: border-box;
}
}

@media (max-width: 980px) {
.mouseDownMobile {
	display: block !important;
	margin-bottom: -87px;
}
#loginSystem {
	float: none;
	top: 0;
	margin: auto;
	display: block;
	margin-top: -3px;
	max-width: 200px;
	font-size: 12px;
	line-height: 15px;
}
.boxPasso {
	margin-left: 0
}
#abertura {
	background-image: none;
	height: inherit;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,000000+100&0.65+0,0+100 */
	background: -moz-linear-gradient(top, rgba(209,209,209,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(209,209,209,0.65) 0%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(209,209,209,0.65) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d1d1d1', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
}
#abertura h1 {
	color: #333333;
	text-shadow: none;
	font-size: 18px;
	line-height: inherit;
}
#abertura .gratuito{
	font-size:22px;
	color: #00a1b8;
}

#logoSopTop {
	margin: 20px auto 20px auto;
	width: 100%;
	background-image: url(../img/logoSopPad.png);
	display: block;
	background-position: center;
	height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
}
.iconDown {
	display: none
}
#imgMobileBanner {
	display: block !important;
	background-image: url(../img/bannerSlider.jpg);
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center right;
}
}

@media (max-width: 767px) {
footer {
	text-align: center
}
#fraseFooter {
	text-align: center !important
}
footer p {
	font-size: 15px;
	line-height: 19px;
	text-align: center;
}
#infoContato {
	padding: 15px 0;
	border-top: solid 1px rgba(255,255,255,0.23);
	margin: 15px 0;
	border-bottom: solid 1px rgba(255,255,255,0.23);
}
#systemScreen h1 {
	font-size: 23px;
	line-height: 27px;
}
#facebookFooter {
	float: none;
	margin: auto;
}
.boxPasso {
	display: block;
	width: 100%
}
.gold {
	margin-top: 15px;
	padding: 20px;
	min-height: inherit !important;
	border-radius: 8px;
}
#newsletterFooter {
	margin-top: 30px
}
#boxesDestaque .span3 {
	max-width: 80%;
	margin: auto;
	border-radius: 0;
	margin-top: 15px;
}
}
#imgMobileBanner {
	display: none;
}
#fraseFooter {
	display: block;
	font-style: italic;
	border-top: solid 1px rgba(255,255,255,0.22);
	margin-top: 15px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 18px;
	text-align: right;
	color: rgba(255,255,255,0.58);
}
.caracSystemTit {
	font-size: 18px;
	margin-bottom: 5px;
	color: #595959;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: 700;
	display: block;
}
.mouseDownMobile {
	display: none;
	animation: mouseDownIcon linear 0.8s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: mouseDownIcon linear 0.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: mouseDownIcon linear 0.8s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: mouseDownIcon linear 0.8s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: mouseDownIcon linear 0.8s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}
 @keyframes mouseDownIcon {
 0% {
 transform:  translate(0px, 0px);
}
 15% {
 transform:  translate(0px, -25px);
}
 30% {
 transform:  translate(0px, 0px);
}
 45% {
 transform:  translate(0px, -15px);
}
 60% {
 transform:  translate(0px, 0px);
}
 75% {
 transform:  translate(0px, -5px);
}
 100% {
 transform:  translate(0px, 0px);
}
}
 @-moz-keyframes mouseDownIcon {
 0% {
 -moz-transform:  translate(0px, 0px);
}
 15% {
 -moz-transform:  translate(0px, -25px);
}
 30% {
 -moz-transform:  translate(0px, 0px);
}
 45% {
 -moz-transform:  translate(0px, -15px);
}
 60% {
 -moz-transform:  translate(0px, 0px);
}
 75% {
 -moz-transform:  translate(0px, -5px);
}
 100% {
 -moz-transform:  translate(0px, 0px);
}
}
 @-webkit-keyframes mouseDownIcon {
 0% {
 -webkit-transform:  translate(0px, 0px);
}
 15% {
 -webkit-transform:  translate(0px, -25px);
}
 30% {
 -webkit-transform:  translate(0px, 0px);
}
 45% {
 -webkit-transform:  translate(0px, -15px);
}
 60% {
 -webkit-transform:  translate(0px, 0px);
}
 75% {
 -webkit-transform:  translate(0px, -5px);
}
 100% {
 -webkit-transform:  translate(0px, 0px);
}
}
 @-o-keyframes mouseDownIcon {
 0% {
 -o-transform:  translate(0px, 0px);
}
 15% {
 -o-transform:  translate(0px, -25px);
}
 30% {
 -o-transform:  translate(0px, 0px);
}
 45% {
 -o-transform:  translate(0px, -15px);
}
 60% {
 -o-transform:  translate(0px, 0px);
}
 75% {
 -o-transform:  translate(0px, -5px);
}
 100% {
 -o-transform:  translate(0px, 0px);
}
}
 @-ms-keyframes mouseDownIcon {
 0% {
 -ms-transform:  translate(0px, 0px);
}
 15% {
 -ms-transform:  translate(0px, -25px);
}
 30% {
 -ms-transform:  translate(0px, 0px);
}
 45% {
 -ms-transform:  translate(0px, -15px);
}
 60% {
 -ms-transform:  translate(0px, 0px);
}
 75% {
 -ms-transform:  translate(0px, -5px);
}
 100% {
 -ms-transform:  translate(0px, 0px);
}
}

.botao-whatsapp{
	background: #2ecc80!important;
    font-size: 20px!important;
    padding: 20px 80px!important;
	font-weight: bold;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.botao-whatsapp:hover{
	background: #18814f!important;
}
@media screen and (max-width: 767px){
	.botao-whatsapp{
		display: table!important;
		margin: auto;
	}
}

.btnPad i{
	color:#fff;
}
.msg_cookies{
  background: #fff;
  color: #333;
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  left: 5%;
  border-radius: 5px;
  justify-content: space-between;
  border: 1px solid black;
  display: none;
  align-items: center;
  max-width: 1140px;
  right: 0;
  left: 0;
  z-index: 1;
}

.msg_cookies a{
  color: #135396;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .msg_cookies{
    flex-direction: column;
  }
}

.msg_cookies p{
  margin: 0;
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .msg_cookies p{
    width: 100%;
  }
}

.msg_cookies button{
  width: 20%;
  background: #135396;
  color: white;
  font-weight: bold;
  border: 0;
  padding: 10px;
  cursor: pointer;

  transition: .2s;
}

.msg_cookies button:hover{
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
  .msg_cookies button{
    width: 100%;
    margin-top: 20px;
  }
}

/*========================
	PÁGINA DE PROMOÇÕES
==========================*/

#promocoes .content-inner{
	background-color: #fff;
	padding: 50px 25px;
	margin-top: -80px;
	border-radius: 10px 10px 0px 0px;
}
#promocoes .content-inner h1{
	color:#00a1b8;
	text-align:center;
	font-size:35px
}
#promocoes .content-inner h1 span{
	display:block;
	color:#000;
	font-weight:400;
	font-size:22px
}
#promocoes .content-inner h1 span.smaller{
	font-size:14px;
	font-weight:bold
}
#promocoes h2{
	text-align:center;
	font-size:16px;
	margin-top:28px
}
.line-assinaturas{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 80px;
	justify-content: center;
}

.box-assinatura{
	width: 27%;
	display:block;
	text-align: center;
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	margin-right: 20px;
}

.box-assinatura .periodo{
	background:#313131;
	color:#fff;
	font-size:1.25rem;
	font-weight:800;
	text-align:center;
	padding:10px 15px;
}
.box-assinatura .detalhes{
	background:#fff;
	padding: 40px 15%;
}
.box-assinatura .detalhes p{
	color:#313131;
	font-size:1rem;
	text-align:center;
	font-weight:500
}
.box-assinatura .detalhes p.preco{
	font-weight:900;
	font-size:5rem;
	vertical-align:top;
	display:flex;
	justify-content:center;
	line-height:4rem;
	align-items:flex-start;
	margin-top:35px
	}
.box-assinatura .detalhes p.preco .above{
	font-size:1.875rem;
	line-height:1.875rem;
}
.box-assinatura .detalhes .bellow{
	font-size:1.125rem;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:8px;
	margin-bottom: 25px;
}

.btn-assinar{
    background: #0ca1b5;
    color: #fff;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 19px 21px;
    width: 70%;
    margin: auto;
    margin-top: 35px;
    text-align: center;
    font-weight: 900;
    transition:all .3s;
    border:2px dashed #0ca1b5;
}
.btn-assinar:hover{
	background:transparent;
	color:#0ca1b5
}
.popup-promo{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	display:flex;
	align-items:center;
	justify-content:center;
}
.popup-promo.on{
	pointer-events: all;
	opacity: 1;
}
.popup-promo .content-overlay{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
}
.popup-promo .pop-form{
	box-sizing:border-box;
	background:#fff;
	padding:50px 5%;
	border-radius:5px;
	width:50%;
	position:relative;
	z-index:1;
	display: block;
}
.popup-promo .pop-form h3{
	text-align:center
}
.popup-promo form input{
	width: 96%;
	border-radius:0;
	border:none;
	box-shadow:none;
	border-bottom:1px solid #0ca1b5;
	margin-bottom:25px;
	display:block;
	padding:12px;
}
.popup-promo form input::placeholder{
	color:#0ca1b5;
	font-weight:500;
}
.popup-promo form{
	display:block;
	box-sizing:border-box;
	width:100%;
}
.popup-promo form input[type="submit"]{
	color:#fff;
	background:#0ca1b5;
	border:2px dashed #0ca1b5;
	padding:6px 35px;
	width:fit-content;
	width:-moz-fit-content;
	margin: auto;
	margin-bottom: 0px;
}
.close-pop{
	color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 55px;
    -webkit-text-stroke: 2px transparent;
    opacity: .6;
    cursor: pointer;
}

.close-pop:hover{
	opacity: 1;
	color: #fff;
}

@media (max-width:767px){
	#abertura h1{
		display: none;
	}
	#promocoes .content-inner{
		margin-top: 0px;
	}
	#promocoes .content-inner h1 span{
		line-height: 24px;
		margin-top: 12px;
	}
	.box-assinatura{
		width: 90%;
		margin:12px auto !important
	}
	.popup-promo .pop-form{
		width: 90%;
		padding: 14px;

	}
	.close-pop{
		font-size: 39px;
	}
	.popup-promo form input {
		width: 90%;
	}
}
.texto-observacao{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}