@import url(../../css/estilo.css);
@import url(../../css/msitec.css);
    
*{
    font-family: 'Roboto', sans-serif;
}    
h2>span{
    color:#d86838;
    font-size: 30px;
}
.linha{
    position: fixed;
    z-index: 100;
    height: 4px;
    width: 100%;
    display: flex;
    top: 0;
}
.linha>div{
    width: 25%;
    position: relative;
    height: 4px !important;
    z-index: 100;
    padding: 0px !important;
}
.linha>.red{
background-color: #ea4335;
}
.linha>.yellow{
background-color: #fbbc05;
}
.linha>.green{
background-color: #34a853;
}
.linha>.blue{
background-color: #4285f4;
}
header{
    border-top: 0px none transparent;
    margin-top: 3px;
}
.topo {
    line-height: 35px;
}
a.header_logotipo.msi {
    margin: 5px 0px;
}
.banner.gsuite{
    background-image: url(img/background.jpg);
}
.banner.gsuite h1{
    margin: 20px 0 !important;
    line-height: 45px;
}

.banner.gsuite p{
    font-size: 24px;
}

.header_logotipo img{
    height: 50px;
}

.uppercase{
    text-transform: uppercase;
}
.vantagens{
	margin-top: 150px;
	padding: 30px 0px;
	background-color: #ffffff;
}
.vantagens{
	margin-top: 25px;
	padding: 30px 0px;
	background-color: #ffffff;
}

.vantagens h1{
	font-size: 55px;
    font-weight: 500;
    margin: 0;
    text-align: center;
	color: #333333;
}
.vantagens span{
	font-size: 55px;
    font-weight: 500;
	color: #d86838;
}
.vantagem{
    color:rgba(0,0,0,0.7);
    padding: 30px 0px;
}
.vantagem h2{
    font-size: 30px;
    font-weight: 400;
    
}
.vantagem img+div{
    margin-left: 16px;
    margin-right: 0px;    
}
.vantagem>div>div{
    margin-right: 16px;    
}
.vantagem img{
	padding: 16px;
	max-width: 200px;
}
.vantagem p{
    font-size: 20px;
}
.vantagem.claro{
    background-color: #fff;
}
.vantagem.medio{
    background-color: #f5f5f5;
}
.vantagem.escuro{
    background-color: #eee;
}
#contato{
    margin-top: 0px;
    padding-top: 100px;
}


@media (max-width: 969px) {
		
	.vantagens h1{
		font-size: 35px;
	}
	.vantagens span{
		font-size: 35px;
	}
	.vantagem h2{
	    font-size: 24px;
	    text-align: center;
	}
	.vantagem img{
		max-width: 150px;
		order: 1;
	}
	.vantagem p{
	    font-size: 16px;
	}
	.vantagem div> ._text{
		order: 2;
	}
	.header_logotipo img{
		width: 100px;
	}
	.header_logotipo.msi img{
		height: 50px;
    	width: 150px;
	}
}

@media (max-width: 480px) {
	.banner.gsuite {
		height: 370px;
		padding-top: 10px;
	}
	.banner.gsuite p {
		font-size: 20px;
	}
}