html{
   scroll-behavior: smooth;
}
body {
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	background-color: #FFF;
}
.float{
	position:fixed;
	width:30px;
	height:30px;
top:20px;
	right:100px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:1;
}
.site {
	width: 1200px;
	margin: auto auto;
}
.espacotexto {
	line-height:2em;
}
.margemtopo {
	margin-bottom:100px;
	width:100%;
}
.topo col1 {
grid-column: 1;
}
.topo col2 {
grid-column: 1;
}
.qrcodes{
  display: grid;
  grid-template-columns: auto auto;
  gap:10px;
}
.qrcodes col1 {
grid-column: 1;
}
.qrcodes col2 {
grid-column: 1;
}
.apptexto {
	line-height: 1.5em;
	display: block;
	padding: 10px;
}
.app {
	display: grid;
	grid-template-columns: 9% 35% 45% 8%;
	padding-top: 100px;
	gap: 1%;
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
.titulosbranco {
	color: #184b78;
	font-weight: bold;
	font-size: 2em;
}
.titulosazul {
	color: #184b78;
	font-weight: bold;
	font-size: 2em;
}
.app col1 {
grid-column: 1;
}
.app col2 {
grid-column: 1;
}
.app col3 {
grid-column: 1;
}
.app col4 {
grid-column: 1;
}
.creator {
  display: grid;
  grid-template-columns: 4% 35% 54% 4%;
margin-top:100px;
margin-bottom:100px;
  gap:10px;
  animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
.creator col1 {
grid-column: 1;
}
.creator col2 {
	grid-column: 1;
}
.app_screen {
  display: grid;
  grid-template-columns: 4% 23% 23% 23% 23% 4%;
  padding: 10px;
  gap:10px;
  width:100%;
  animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
.app_screen col1 {
grid-column: 1;
}
.app_screen col2 {
grid-column: 1;
}
.app_screen col3 {
grid-column: 1;
}
.app_screen col4 {
grid-column: 1;
}
.tips {
	display: grid;
	grid-template-columns: 1% 13% 13% 13% 13% 13% 13% 13% 1%;
	gap: 10px;
	width: 100%;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	font-size: 1.5em;
	text-align: center;
	color: #184b78;
	letter-spacing: -1px;
	font-weight: bold;
}
.tit{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: x-large;
}
.tips col1 {
grid-column: 1;
}
.tips col2 {
grid-column: 1;
}
.tips col3 {
grid-column: 1;
}
.tips col4 {
grid-column: 1;
}
.titulos {
	text-align: center;
	letter-spacing: -5px;
	width: 100%;
	font-size: 4em;
	font-weight: bold;
	color: #184b78;
	padding: 10px;
	margin:10px;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	margin-top: 50px;
	margin-bottom: 50px;
}
img `{
	max-width:100%;
}
.logopb {
	max-width:10%;
}
.logocor {
	max-width:35%;
}
.plans {
	display: grid;
	grid-template-columns: 4% 23% 23% 23% 23% 4%;
	gap: 10px;
	width: 100%;
	background-color:#eaeaea;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
.telas {
	display: grid;
	grid-template-columns: 20% 60% 20%;
	gap: 10px;
	width: 100%;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
.redessociais {
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	gap: 5px;
	width: 30%;
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
.redessociais a {
	text-decoration: none;	
}
.fa-brands {
	color:#184b78;
}
.icone {
	font-size: 2.5em;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 600px) {
	.site {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
.topo {
  display: grid;
  grid-template-columns: 100%;
background: rgb(239,236,231);
background: linear-gradient(90deg, rgba(239,236,231,1) 0%, rgba(238,237,232,1) 100%);
}
	.app {
	display: grid;
	grid-template-columns: 100%;
	padding-top: 10px;
	background-color: #FFF;
	background-image: url(../imagens/branco.jpg);
	}
	.titulosbranco {
	color: #184b78;
}
.creator {
	display: grid;
	grid-template-columns: 100%;
	grid-auto-rows: minmax(100px, auto);
	background-color:#FFF;
	margin:10px;
	padding-top:10px;
padding-bottom:10px;
	}
	.app_screen {
	display: grid;
	grid-template-columns: 100%;
	grid-auto-rows: minmax(100px, auto);
	background-color:#FFF;
	margin:10px;
	}
	.tips {
	display: grid;
	grid-template-columns: 23% 22% 22% 22%;
	gap: 10px;
	width: 100%;
	color: #182a78;
	font-size: 0.8em;  
}
	.plans{
	display: grid;
	grid-template-columns: 1fr;
	gap: 4px;
	width: 100%;
}
.logopb {
	max-width:50%;
}
.logocor {
	max-width:80%;
	margin-left:50px;
}
.embranco {
	display:none;
}
.margemtopo {
	display:none;
}
.titulos {
	padding:10px;
	font-size: 2em;
	display: block;
	width: 98%;
	letter-spacing:-4px;
}
.redessociais {
	width:100%;
}
.icone {
	font-size:2em;
}
.telas {
display: grid;
	grid-template-columns: 5% 90% 5%;
	gap: 0px;
}
.apptexto {
	margin-top: 10px;
	width: 96%;
}
.float{
	position:fixed;
	width:30px;
	height:30px;
top:20px;
	right:10px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}
}
