/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body{
	font-family: 'Open Sans', sans-serif;}
		
*{	margin: 0;
	padding: 0;
	box-sizing: border-box;}

.logo{
	max-width: 280px;}

header{
	width: 100%;
	height: 120px;
	color: #0B253C;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;}


.inicio{ 
	width: 98%;
	margin: auto;}

.logo{
	float:left;
	margin-top: 25px;
	margin-left: 15px;}

header .inicio{
	display: table;}


.banners{
	width: 100%;
	height: auto;
	justify-content: center;
	padding-top:90px;}


.imgcheck{
	max-width: 50px;}


.sorte{
	text-align: center;
	font-size: 25px;
	padding: 20px;}

.texto{ 
	font-size: 20px;
	padding: 20px;
	text-align: center;}

@media(min-width:768px){
	.texto{
		padding-left: 300px;
		padding-right: 300px;}}

.texto1{ 
	font-size: 15px;
	padding: 20px;
	text-align: center;}

@media(min-width:768px){
	.texto1{
		padding-left: 300px;
		padding-right: 300px;}}



footer .rodape{
	text-align: center;
	padding-bottom: 25px;
	padding-top: 10px}


.redes{
	width: 100%;
	text-align: center;
	font-size: 30px;}

.redes a{
	color:#0B253C;
	text-decoration: none;}

@media(min-width:768px){
	.redes{
		width:auto;}}
		
	footer .rodape{
		justify-content: space-between;
		padding-left: 20px;
		padding-right: 20px;}

.txttransp{
	text-align: justify;
	font-size: 18px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;}


@media(min-width:768px){
	.txttransp{
		padding-left: 300px;
		padding-right: 300px;}}


.botao{ 
	text-align: center;
	color:#FFFFFF;
	font-size: 20px;
	background:#D5D5D5;
	border-radius: 25px;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;}


@media(min-width:768px){
	.botao{
		margin-left: 300px;
		margin-right: 300px;}
}

.vidinsta{
	text-align: center;
	padding:40px;}
	

.video{
	text-align: center;
	padding: 10px;
}


@media screen and (max-width: 500px) {
 .video1 iframe{
		width: 370px;
		height: 250px;
	}
}

@media screen and (max-width: 501px) {
 .video1 iframe{
		width: 580px;
		height: 350px;
	}
}


@media screen and (max-width: 800px) {
 .video1 iframe{
		width: 680px;
		height: 450px;
	}
}


@media screen and (max-width: 950px) {
 .video1 iframe{
		width: 947px;
		height: 558px;
	}
}
