@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

.title{
	
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

.sub-title{
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}


.aviso {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.p-left {
	color:#333;
	text-align: left !important;
	padding: 20px;
	font-family: 'Lato', sans-serif;
}

.txt-size {
	font-size: 12px;
}

.p-center {
	color: #000;
	text-align: center;
	padding: 0px 20px;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	font-size: 14px;
}

.p-branco {
    color: white;
    /* text-align: center; */
    padding: 0px 47px;
    font-family: 'Lato', sans-serif;
	line-height: 21px;
	font-size: 14px;
}

.txt-preto {
	color:#000;
}


.txt-branco {
	color:#fff !important;
	font-size: 24px;
}

.txt-verde {
	color: #008baa;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Ariel', sans-serif;
	
}

.boxcolor {
	background-color: white;
}

.box-cinza{
	background-color: #F2F2F2;
}


.box-rede{
	/* background-color: #EBE7E6; */
	background-image: url(../img/bg_rede_perfeita.jpg);
	background-repeat: repeat-x;
	background-size: contain;
}

.box-verde{
	background-color: #008baa;
}

.boxcolor1 {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* background-color: #030406; */
}

.boxcolor2 {
	background-image: url(../img/MU-MIMO-bidirecional.png);
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-color: black;
}

.boxcolor3 {
	background-image: url(../img/fone-ouvido.jpg);
	background-repeat: no-repeat;
	/* background-size: cover; */
}

.boxcolor4 {
	background-image: url(../img/range_dark-purple.png);
	background-repeat: no-repeat;
	/* background-size: cover; */
}

.mt-7{
	margin-top: 7rem !important;
}


.logo{
	width: 50%;
	padding: 12px 0;
}

.icon {
    width: 50px;
    margin-right: 16px;
}

.icon-sistema{
	
	padding: 0 30px 30px;
}


.icon-sistema2{
	
	padding: 0 0px 41px 50px;
}


text{
	/* line-height: 100px; */
}


.icon5{
	width: 50px;
	margin-right: 16px;
	float:left;
}


.container-center{
	margin: 30px auto 0;
}