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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



h1{font-family:'Montserrat',tahoma,arial,verdana; z-index:99;}
h2{font-family:'Montserrat',tahoma,arial,verdana; z-index:1;}
h3{font-family:'Montserrat',tahoma,arial,verdana; z-index:1;}
p{font-family:'Montserrat',tahoma,arial,verdana; z-index:1;}
p strong {font-family:'Montserrat',tahoma,arial,verdana; z-index:1; font-weight: 700;}
h1,  h2,  h3,  p {float:left; position:relative; text-align:center; width:100%; margin:0; z-index:99;}
.space:before {content: "\a0";}
body {margin:0; padding:0; font-family:'Montserrat',tahoma,arial,verdana;}
h1,  h2,  h3,  p  {text-align:center; width:100%; margin:0;}

.calculadora {
	background-color: #f9d912 !important;
    width: 94%;
    float: left;
    margin-top: 0vw;
    height: auto;
    padding: 3%;
}

@media screen and (min-width: 780px) {

 
.titulo {
	font-size:calc(60/1622*100vw);
	text-transform: uppercase;
	color: #ffd600;
	text-align: center;
	font-weight: normal;
	margin-top: 2vw;
	margin-bottom: 1vw;
}
 .tituloLine {
	background-color: #ffd600;
    position: relative;
    height: 3px;
    float: left;
    position: relative;
    margin-bottom: 5vw;
}
.subtitulo {
	font-size:calc(40/1622*100vw);
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 2vw;
}
.texto {
	font-size:calc(28/1622*100vw);
	line-height: calc(38/1622*100vw);
	text-align: left;
	font-weight: 400;
	margin-bottom: 3vw;
}


.menuBG {height:calc(83/1622*100vw); background-color: #000000;  position: relative; z-index: 99999;} 
#menu {height:calc(83/1622*100vw); background-color: rgba(0, 0, 0, 0.85);  position: fixed; z-index: 999999;} 
#menu .logo {height:calc(83/1622*100vw); background:url(../img/logo.png) no-repeat; background-size: 100%; width: calc(332/1622*100vw);} 
.menu {text-align: right;}
.menu a {
	font-size:calc(18/1622*100vw);
	font-weight: bold;
	color:#ffffff;
	line-height: calc(83/1622*100vw);
	text-transform: uppercase;
	text-decoration: none;
	padding-right: calc(30/1622*100vw);
}
.menu a:hover {
	color:#fbd200;
}
.menu a:active {
	color:#fbd200;
}

#obrigado {
	height: 80vh;
	background-color: #f2f2f2;

}
#obrigado .slideTitulo {
    font-size: calc(52/1622*100vw);
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-top: 15vw;
    font-weight: 300;
    float: left;    
}
#obrigado .link {
	font-size: calc(52/1622*100vw);
    text-align: center;    
    text-transform: uppercase;
    font-weight: bold; 
    text-decoration: none;
    color: #ffd600;
}

#slider {
	height: calc(700/1622*100vw);
	width: 100%;
	background-color: #ffd600;
	background:url(../img/slider.png) no-repeat right center #ffd600; 
	background-size: contain;
}
#slider .slideTitulo {
    font-size: calc(52/1622*100vw);
    text-align: right;
    margin-right: 3vw;
    color: #000000;
    text-transform: uppercase;
    margin-top: 10vw;
    font-weight: 300;
    float: right;
    width: 90%;
}
#slider .slideTextoBT {
	font-size:calc(20/1622*100vw);
}
 #slider .orcamento {
	font-size:calc(20/1622*100vw);
	text-transform: uppercase;
	float: right;
    margin-right: 3vw;
    margin-top: 2vw;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);

	font-weight: bold;
}
#slider .orcamento:hover {
	background-color: #000000;
	color:#ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	
}
 
#diferenciais {
	height: auto;
	background-color: #f2f2f2;
}
#diferenciais .tituloLine {
    width: 30vw;
    margin-left: 35vw;
    margin-right: 35vw;
}
#diferenciais .icon img {
	margin-bottom: 1vw;
	width: calc(158/1622*100vw);
}
#diferenciais .icon p {
	text-align: center;
}
#diferenciais .icon {
	margin-top: 0vw;
	font-size:calc(20/1622*100vw);
	line-height: calc(24/1622*100vw);
	text-align: center;
	font-weight: 400;
	margin-bottom: 2vw;
	padding-left: 2vw;
	padding-right: 2vw;
}
.texto2H {
	background-color: #229cab;
    padding: 2vw;
    height: auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#servicos {
	height: auto;
	background-color: #ffffff;
}

#servicos .subtitulo {margin-top: 2vw;}
#servicos .tituloLine {
    width: 22vw;
    margin-left: 39vw;
    margin-right: 39vw;
}
#servicos .servico1 {
	height: calc(834/1622*100vw);
	float: left;
	position: relative;
} 
#servicos .BGservico img {
	width: 100%;
	height: auto;
}

#servicos .BGservico1 {
	height: calc(830/1622*100vw);
	background:url(../img/servico1.jpg) no-repeat top left #ffffff; 
	background-size: 100%;
}
#servicos .BGservico2 {
	height: calc(830/1622*100vw);
	background:url(../img/servico2.jpg) no-repeat top left #ffffff; 
	background-size: 100%;
}
#servicos .BGservico3 {
	height: calc(830/1622*100vw);
	background:url(../img/servico3.jpg) no-repeat top left #ffffff; 
	background-size: 100%;
} 
#servicos .BGservico5 {
	height: calc(830/1622*100vw);
	background:url(../img/servico5.jpg) no-repeat top left #ffffff; 
	background-size: 100%;
}
#servicos .BGservico6 {
	height: calc(830/1622*100vw);
	background:url(../img/servico6.jpg) no-repeat top left #ffffff; 
	background-size: 100%;
}
#servicos .texto li
{
	padding-bottom: calc(35/1622*100vw);
}
#servicos .separador {
	background-color: #ffd600;
    position: relative;
    height: 3px;
    float: left;
    position: relative;
    margin-top: 3vw;
    margin-bottom: 3vw;
	width: 22vw;
    margin-left: 39vw;
    margin-right: 39vw;
}
#servicos .icon {
	margin-top: 0vw;
	font-size:calc(20/1622*100vw);
	line-height: calc(24/1622*100vw);
	text-align: center;
	font-weight: 400;
	margin-bottom: 2vw;
}

#servicos .icon img {
	margin-bottom: 1vw;
	width: calc(86/1622*100vw);
}

#servicos .paddingRight {
	padding-right: 2vw;
}
#servicos .paddingLeft {
	padding-left: 2vw;
}
.bgSerico4 {
	background:url(../img/servico4.jpg) no-repeat; background-size: 100%;
}
#servicos .texto2 {
	background-color: #229cab;
    padding: 2vw;
    height: auto;
    width: 32vw;
    margin-left: -2vw;
    padding-right: 2vw;
    color:#ffffff;
    text-transform: uppercase;
}

#contato {
	height: auto;
	background-color: #ffffff;
    position: relative;
    margin-bottom: 4vw;
}
#contato .tituloLine {
    width: 22vw;
    margin-left: 39vw;
    margin-right: 39vw;
}

#banner {
	height: calc(760/1622*100vw);
	background:url(../img/banner.jpg) no-repeat;	
	background-size: contain;

}

#banner .titulo {
	font-size: calc(74/1622*100vw);
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    font-weight: 200;
    margin-top: 12vw;
    margin-bottom: 1vw;
    line-height: calc(95/1622*100vw);
}

#contato .input {
	font-size:calc(25/1622*100vw); 
	text-align: left;
	font-weight: 200;
	display: inline-block;
	padding: 8px 11px 9px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	background: #f8fafa;
	color: #000000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	width: 100%;
	margin-bottom: 3vw;
 
}

#contato .input1 {
	font-size:calc(25/1622*100vw);
	text-align: left;
	font-weight: 200;
	display: inline-block;
	padding: 8px 11px 9px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	background: #f8fafa;
	color: #000000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	width: 94%;
	margin-bottom: 3vw;
	margin-left: 3vw;
}

#contato .select {
	font-size:calc(25/1622*100vw);
	text-align: left;
	font-weight: 200;
	display: inline-block;
	padding: 8px 11px 9px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	background: #f8fafa;
	color: #000000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	width: 100%;
	margin-bottom: 3vw;
	font-family:'Montserrat',tahoma,arial,verdana;
}

#contato .enviar {
	border-radius:10px;
    padding: 10px 30px 10px 30px;
    width: 10vw;
    text-align: center;
    color: #000000;
    background-color: #ffd600;
    text-transform: uppercase;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
    font-size:calc(25/1622*100vw);
    font-weight: bold;

}


#rodape {
	background-color: #ffd600;
	height: calc(85/1622*100vw);
	background:url(../img/logoRodape.png) no-repeat #ffd600;	
	background-size: contain;
	position: fixed;
	bottom: 0;
}
#rodape p {
	margin-top: 2.3vw;
    text-align: left;
    margin-left: 22vw;
    width: auto;
    font-size: 1vw;
}
	
 .HideDesk {display:none;}

 .coluna-00 {display:none;}
 .coluna-01,  .coluna-02,  .coluna-03,  .coluna-04,  .coluna-05,  .coluna-06, .coluna-07,  .coluna-08,  .coluna-09,  .coluna-10,  .coluna-11,  .coluna-12 
{float:left; position:relative; box-sizing: border-box; padding-left:0,52083333333333vw; padding-right:0,52083333333333vw; z-index:999;}

 .coluna-01 {width:8.33333333%;}
 .coluna-02 {width:16.66666667%;}
 .coluna-03 {width:25%;}
 .coluna-04 {width:33.33333333%;}
 .coluna-05 {width:41.66666667%;}
 .coluna-06 {width:50%;}
 .coluna-07 {width:58.33333333%;}
 .coluna-08 {width:66.66666667%;}
 .coluna-09 {width:75%;}
 .coluna-10 {width:83.33333333%;}
 .coluna-11 {width:91.66666667%;}
 .coluna-12 {width:100%;}

 .coluna-margin-01 {margin-left:8.33333333%;}
 .coluna-margin-02 {margin-left:16.66666667%;}
 .coluna-margin-03 {margin-left:25%;}
 .coluna-margin-04 {margin-left:33.33333333%;}
 .coluna-margin-05 {margin-left:41.66666667%;}
 .coluna-margin-06 {margin-left:50%;}
 .coluna-margin-07 {margin-left:58.33333333%;}
 .coluna-margin-08 {margin-left:66.66666667%;}
 .coluna-margin-09 {margin-left:75%;}
 .coluna-margin-10 {margin-left:83.33333333%;}
 .coluna-margin-11 {margin-left:91.66666667%;}

}




/* Mobile */
@media screen and (max-width: 779px) { 
 .HideMB {display:none;}
 .rightMB {text-align:right !important;}
 .centerMB {text-align:center !important;}


.texto2H {
	background-color: #229cab;
    padding: 2vw;
    height: auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.titulo {
	font-size:calc(60/780*100vw);
	text-transform: uppercase;
	color: #ffd600;
	text-align: center;
	font-weight: normal;
	margin-top: 4vw;
	margin-bottom: 1vw;
}
 .tituloLine {
	background-color: #ffd600;
    position: relative;
    height: 3px;
    float: left;
    position: relative;
    margin-bottom: 5vw;
}
.subtitulo {
	font-size:calc(40/780*100vw);
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 2vw;
}
.texto {
	font-size:calc(28/780*100vw);
	line-height: calc(38/780*100vw);
	text-align: center;
	font-weight: 400;
	margin-bottom: 3vw;
	padding-left: 2vw;
    padding-right: 2vw;
    width: auto;
}


.menuBG {height:calc(83/780*100vw); background-color: #000000;  position: relative; z-index: 99999; display: none;}

#menu {height:calc(83/780*100vw); background-color: rgba(0, 0, 0, 1.00);  position: relative; z-index: 999999;} 
#menu .logo {
    height: 70px;
    background: url(../img/logo.png) no-repeat center center #000000;
    width: 100%;
    } 
	
.menu {text-align: center; background-color: #000000;}
.menu a {
	font-size:calc(22/780*100vw);
	font-weight: bold;
	color:#ffffff;
	line-height: calc(83/780*100vw);
	text-transform: uppercase;
	text-decoration: none;
	padding-right: calc(15/780*100vw);
}
.menu a:hover {
	color:#fbd200;
}
.menu a:active {
	color:#fbd200;
}

#obrigado {
	height:50vw;
	background-color: #f2f2f2;

}
#obrigado .slideTitulo {
    font-size: calc(52/780*100vw);
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-top: 20vw;
    font-weight: 300;
    float: left;    
}
#obrigado .link {
	font-size: calc(52/780*100vw);
    text-align: center;    
    text-transform: uppercase;
    font-weight: bold; 
    text-decoration: none;
    color: #ffd600;
}

#slider {
	height: 130vw;
	width: 100%;
	background-color: #ffd600;
	background:url(../img/slider.png) no-repeat center bottom #ffd600; 
	background-size: 80%;
}
#slider .slideTitulo {
    font-size: calc(52/780*100vw);
    text-align: center;
    /* margin-right: 3vw; */
    color: #000000;
    text-transform: uppercase;
    margin-top: 22vw;
    margin-bottom: 1vw;
    font-weight: 300;
    /* float: right; */
    width: 90%;
    margin-left: 5%;
}
#slider .slideTextoBT {
	font-size:calc(20/780*100vw);
}
 #slider .orcamento {
	font-size: calc(20/780*100vw);
    text-transform: uppercase;
    font-weight: bold; 
    margin-top: 3vw;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    width: 32vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;   
}
#slider .orcamento:hover {
	background-color: #000000;
	color:#ffffff;
	
}
 
#diferenciais {
	height: 120vw;
	background-color: #f2f2f2;
}
#diferenciais .tituloLine {
    width: 60vw;
    margin-left: 20vw;
    margin-right: 20vw;
}
#diferenciais .icon img {
	margin-bottom: 1vw;
	width: calc(158/780*100vw);
}
#diferenciais .icon p {
	text-align: center;
	margin-bottom: 5vw;
}
#diferenciais .icon {
	margin-top: 0vw;
	font-size:calc(20/780*100vw);
	line-height: calc(24/780*100vw);
	text-align: center;
	font-weight: 400;
	margin-bottom: 2vw;
	padding-left: 2vw;
	padding-right: 2vw;
	height: 35vw;
}

#servicos {
	height: auto;
	background-color: #ffffff;
}

#servicos .subtitulo {margin-top: 2vw; text-align: center;}
#servicos .tituloLine {
    width: 44vw;
    margin-left: 28vw;
    margin-right: 28vw;
}
#servicos .servico1 {
	height: auto;
	float: left;
	position: relative;
	display: block;	
} 
#servicos .BGservico img {
	width: 100%;
	height: auto;
}
#servicos .subMB50 {
	margin-bottom: 70vw;
}
#servicos .BGservico1 {
	
	height: 40vw;
	background:url(../img/servico1.jpg) no-repeat center center #ffd600; 
	background-size: 100%;
	margin-bottom: 2vw;
}

#servicos .BGservico2 {
	width: 100%;
	height: 40vw;
	background:url(../img/servico2.jpg) no-repeat center center #ffd600; 
	background-size: 100%;
	margin-bottom: 2vw;
}

#servicos .BGservico3 {
	width: 100%;
	height: 40vw;
	background:url(../img/servico3.jpg) no-repeat center center #ffd600; 
	background-size: 100%;
	margin-bottom: 2vw;
}
#servicos .BGservico5 {
    width: 100%;
    height: 80vw;
    background: url(../img/servico5.jpg) no-repeat 15vw 10vw #ffffff;
    background-size: 70%;
    margin-bottom: 2vw;
}

#servicos .texto li {
	padding-bottom: calc(35/780*100vw);
}
#servicos .texto li:last-child {
	padding-bottom: calc(5/780*100vw);
}
#servicos .separador {
	background-color: #ffd600;
    position: relative;
    height: 3px;
    float: left;
    position: relative;
    margin-top: 3vw;
    margin-bottom: 3vw;
	width: 22vw;
    margin-left: 39vw;
    margin-right: 39vw;
}
#servicos .icon {
	margin-top: 0vw;
	font-size:calc(20/780*100vw);
	line-height: calc(24/780*100vw);
	text-align: center;
	font-weight: 400;
	margin-bottom: 2vw;
	height: 23vw;
}
#servicos .icon p {
	padding-left: 8vw;
	padding-right: 8vw;
	width: auto;
	}

#servicos .icon img {
	margin-bottom: 1vw;
	width: calc(86/780*100vw);
}

#servicos .paddingRight {
	
}
#servicos .paddingLeft {
	 
}
#servicos li {
	display: inline-block;
}
.bgSerico4 {
	background: url(../img/servico4.jpg) no-repeat -36vw 8vw;
    background-size: 130%;
}
#servicos .texto2 {
	background-color: #229cab;
    padding: 2vw;
    height: auto;
    
    
    color:#ffffff;
    text-transform: uppercase;
}

#contato {
	height: auto;
	background-color: #ffffff;   
    position: relative;
}
#contato .tituloLine {
    width: 22vw;
    margin-left: 39vw;
    margin-right: 39vw;
}

#banner {
	height: calc(430/780*100vw);
	background:url(../img/banner.jpg) no-repeat;	
	background-size: contain;

}

#banner .titulo {
	font-size: calc(40/780*100vw);
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    font-weight: 200;
    margin-top: 6.5vw;
    margin-bottom: 1vw;
    line-height: calc(65/780*100vw);
}

#contato .input {
	font-size:calc(35/780*100vw); 
	text-align: left;
	font-weight: 200;
	display: inline-block;
	padding: 8px 11px 9px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	background: #f8fafa;
	color: #000000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	width: 100%;
	margin-bottom: 3vw;
 
}

#contato .input1 {
	font-size:calc(35/780*100vw); 
	text-align: left;
	font-weight: 200;
	display: inline-block;
	padding: 8px 11px 9px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	background: #f8fafa;
	color: #000000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	width: 100%;
	margin-bottom: 3vw;
}

#contato .select {
	font-size:calc(35/780*100vw);
	text-align: left;
	font-weight: 200;
	display: inline-block;
	padding: 8px 11px 9px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	background: #f8fafa;
	color: #000000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	width: 100%;
	margin-bottom: 3vw;
	font-family:'Montserrat',tahoma,arial,verdana;
}

#contato .enviar {
	border-radius:10px;
    padding: 10px 30px 10px 30px;
    width: 80vw;
    text-align: center;
    color: #000000;
    background-color: #ffd600;
    text-transform: uppercase;
    margin-bottom: 8vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    font-size:calc(35/780*100vw);
    font-weight: bold;

}


#rodape {
	background-color: #ffd600;
	height: 23vw;
	background:url(../img/logoRodape.png) no-repeat center bottom #ffd600;	
	background-size:50%;
}

#rodape p {
	margin-top: 2vw;
    text-align: center;
  
    width: 100%;
    font-size: 3vw;
    float: left;
    position: relative;
}
	
	
 .coluna-mb-00 {display:none !important;}

 .coluna-mb-01,  .coluna-mb-02,  .coluna-mb-03,  .coluna-mb-04,  .coluna-mb-05,  .coluna-mb-06,  .coluna-mb-07,  .coluna-mb-08,  .coluna-mb-09,  .coluna-mb-10,  .coluna-mb-11,  .coluna-mb-12 {float:left; position:relative; box-sizing: border-box; padding-left:0,52083333333333vw; padding-right:0,52083333333333vw; z-index:999;}

 .coluna-mb-01 {width:8.33333333%;}
 .coluna-mb-02 {width:16.66666667%;}
 .coluna-mb-03 {width:25%;}
 .coluna-mb-04 {width:33.33333333%;}
 .coluna-mb-05 {width:41.66666667%;}
 .coluna-mb-06 {width:50%;}
 .coluna-mb-07 {width:58.33333333%;}
 .coluna-mb-08 {width:66.66666667%;}
 .coluna-mb-09 {width:75%;}
 .coluna-mb-10 {width:83.33333333%;}
 .coluna-mb-11 {width:91.66666667%;}
 .coluna-mb-12 {width:100%;}

 .coluna-mb-margin-01 {margin-left:8.33333333%;}
 .coluna-mb-margin-02 {margin-left:16.66666667%;}
 .coluna-mb-margin-03 {margin-left:25%;}
 .coluna-mb-margin-04 {margin-left:33.33333333%;}
 .coluna-mb-margin-05 {margin-left:41.66666667%;}
 .coluna-mb-margin-06 {margin-left:50%;}
 .coluna-mb-margin-07 {margin-left:58.33333333%;}
 .coluna-mb-margin-08 {margin-left:66.66666667%;}
 .coluna-mb-margin-09 {margin-left:75%;}
 .coluna-mb-margin-10 {margin-left:83.33333333%;}
 .coluna-mb-margin-11 {margin-left:91.66666667%;}

}