

.formulario_connect{
	display : block;
	box-sizing: border-box;
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
	width:100%;
    font-size: 100%;
    vertical-align: baseline;
	
}

.formulario_connect formulario_row {

	box-sizing: border-box;
	display: block;
	width: 100%;
	
}


.formulario_connect label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	height:55px;
    float: left;
	display: inline-block;
	font-family: GraphikLight,helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.formulario_connect .form_mensagens{
	height: 180px;
}

.formulario_connect textarea{
    width: 100%;
    height: 130px;
    border: 1px solid #000;
    padding-top: 6px;
    padding-left:3px;
    font-family: GraphikLight,helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}


.formulario_connect select {
	color: #858585;
    background-color: transparent;
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: 0;
    height:55px;
    width: 100%;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: GraphikLight,helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	border: 0;
}

.checkbox-message {
    position: absolute;
    left: 22px;
    top: -5px;
    color: #515151;
}

label input.connect-checkbox{
	position: absolute;
    top: 0;
    height: 12px;
    width: 4%!important;
    background-color: #fff;
    border: 1px solid #000;

}

span.checkbox-message {
    position: absolute;
    left: 22px;
    top: -5px;
    color: #515151;
}

span.icon {
		position: absolute;
		bottom: 13px;
		right: 3px;
		width:20px;
		height:20px;
		pointer-events: none;
}


span.icon-search {
		position: absolute;
		bottom: 36px;
		right: 3px;
		width:20px;
		height:20px;
		pointer-events: none;
}


span.contador {
		position: absolute;
		width:100%;
		height:20px;
		right:-40px;
		margin-top:2px;
		pointer-events: none;
		font-family: GraphikLight,helvetica,sans-serif;
    	font-weight: 500;
}
	
span.icon .black {
		stroke: #000;
	}

span.required-message{
	opacity: 0; 
	bottom: -5px; 
	transform: matrix(1, 0, 0, 1, 0, 0); 
	left: 0px;
	padding-left:10px;
	padding-top:10px;
	color: red;
}

label .bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
	top:56px;
    border-bottom: solid 2px #000;
    width: 100%;
    z-index: 50;
}

input.connect-submit-btn {
	
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: none;
    width: 120px;
    height: 40px;
    float: left;
    background-color: #fff;
    font-weight: 400;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #000;
	cursor:pointer;
	float: none! important;
	display: block;
	margin-left: auto;
  	margin-right: auto;
}
	
input.connect-submit-btn:hover {
	border:2px solid #b217b4;
	
}


.connect-wrapper {
    width: 100%;
    display: flex;
}

.connect-wrapper label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	height:55px;
    float: left;
	display: inline-block !important;
}
 

.formulario_connect label input {
  outline: 0;
  width:100%;
  border-width: 0 0 2px;
  border-color: blue;
  transition: border-color .5s ease-out;
  
}


.formulario_connect label input:focus {
  border-color: #0c4c7b;
}

label.dropmenu-wrapper {
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
	appearance: none;
	
	box-sizing: border-box;
}

.artigos_titulo{
	position:absolute;
        width: 70%;
	top:18vh;
        font-size: 56px;
        color:white;
        text-shadow: 4px 4px black;
	left:0;
	box-sizing: content-box;
}

.artigos_titulo2L{
	position:absolute;
        width: 70%;
	top:16vh;
	left:0;
	line-height: 1.3em;
        font-size: 56px;
        color:white;
        text-shadow: 4px 4px black;
	box-sizing: content-box;
}


.artigos_titulo p, .artigos_titulo2L p{
	width:100%;
	padding-left:110px;
	font-family:  Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	font-size:52px;
}

.artigos ul{
	padding-left:130px;
	box-sizing: content-box;
	line-height: 1em;  
	list-style-type: none;
}

.artigos ul li p{
	
	font-family:  Arial, Helvetica, sans-serif;
	color:black;
	font-size: 20px;
    line-height: 34px;
	text-align:justify;
	
}


.artigos{
	margin-top:30px;
	margin-bottom:30px;
	font-family:  Arial, Helvetica, sans-serif;
	padding-left:7.5%!important;
	padding-right:7.5%!important;
}

.artigos .asessoes{
	margin-top:0px;
}


.artigos h6{
    padding-top:0px;
	margin-top:0;
	font-size: 36px;
    line-height: 34px;
	
}

.artigos p{
	text-align:center;
	margin-top:0;
	padding-top:0;
	font-size: 20px;
    line-height: 34px;
}

.artigos .ajustecol{

}

.vitrine_titulo{
	color:white;
	text-align:center;
	padding-top:30vh;
	font-family: GraphikLight,helvetica,sans-serif;
    font-weight: bold;
	font-size:58px;
	line-height:1;
    letter-spacing: 1px;
	text-shadow: 0 2px 0 black;
}
.subtitulos{
	color:white;
	text-align:center;
	font-family: GraphikLight,helvetica,sans-serif;
    font-weight: normal;
	font-size:30px;
    letter-spacing: 1px;
	line-height:1;
	text-shadow: 0 2px 0 black;
	
}

.linha-divide{
    display: block;
    content: " ";
    clear: both;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
    height: 2px;
    background-color: #c3c3c3;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.artigos .imagens-no-texto1{
	width:120px;
	margin-top:6px;
	margin-right:5px;
	padding-top:26px;
	padding-bottom:26px;
	float:left;
	border: 1px solid #b4bdc9;
	border-radius: 11px;
	background: #f5f6f7;
}

.artigos .imagens-no-texto2{
	width:115px;
	margin-top:6px;
	margin-right:5px;
	padding-top:19px;
	padding-bottom:21px;
	padding-left:26px;
	padding-right:26px;
	float:left;
	border: 1px solid #b4bdc9;
	border-radius: 11px;
	background: #f5f6f7;	
}

.artigos .imagens-no-texto3{
	width:250px;
	margin-top:6px;
	margin-right:5px;
	padding-top:19px;
	padding-bottom:21px;
	padding-left:26px;
	padding-right:26px;
	float:left;
	border: 1px solid #b4bdc9;
	border-radius: 11px;
	background: #f5f6f7;	
}


.artigos .imagens-no-texto4{
	width:270px;
	margin-top:8px;
	margin-right:10px;
	padding-top:0px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	float:left;
	border: 1px solid #b4bdc9;
	background: #f5f6f7;	
}

.artigos .imagens-no-textor4{
	width:270px;
	margin-top:8px;
	margin-left:10px;
	padding-top:0px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	float:right;
	border: 1px solid #b4bdc9;
	background: #f5f6f7;	
}

.artigos .imagens-no-textor-mini4{
	width:130px;
	height:17vh;
	margin-left:10px;
	float:right;
	border: 1px solid #b4bdc9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.paragrafo{
    font-size:4em;
    text-shadow: 4px 4px black;
}
	.social-icons2
		{
		  padding-left:0;
		  margin-bottom:0;
		  list-style:none
		}
		.social-icons2 li
		{
		  display:inline-block;
		  margin-bottom:0;
		  
		}
		.social-icons2 li.title
		{
		  margin-right:0;
		  text-transform:uppercase;
		  color:#fff;
		  font-weight:700;
		  font-size:13px
		}
		.social-icons2 a{
		  background-color:#eceeef;
		  color:black;
		  font-size:18px;
		  display:inline-block;
		  padding-top: 0px;
		  line-height:28px;
		  width:28px;
		  height:28px;
		  text-align:center;
		  margin-right:5px;
		  margin-bottom:5px;
		  border-radius:100%;
		  -webkit-transition:all .2s linear;
		  -o-transition:all .2s linear;
		  transition:all .2s linear
		}
		.social-icons2 a:active,.social-icons a:focus,.social-icons a:hover
		{
		  color:#fff;
		  background-color:#29aafe
		}
		.social-icons2.size-sm a
		{
		  line-height:34px;
		  height:34px;
		  width:34px;
		  font-size:14px
		}
		.social-icons2 a.facebook:hover
		{
		  background-color:#3b5998
		}
		.social-icons2 a.twitter:hover
		{
		  background-color:#00aced
		}
		.social-icons2 a.linkedin:hover
		{
		  background-color:#007bb6
		}
		.social-icons2 a.instagram:hover
		{
		
		  background-image: url("data:image/jpeg;base64,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");
		}
                

@media only screen and (max-width: 1100px) and (orientation: portrait)  {

 	
	.artigos .ajustecol{
		width:100%!important;
	}
		
	.artigos_titulo{
		top:22vh;
	}


	.artigos_titulo p, .artigos_titulo2L p{
		font-size:75px! important;
	}
        
       
        	
	
	.vitrine_titulo{
		padding-top:33vh;
		font-size:72px ! important;			
		line-height:1.5;
	}
	
	.subtitulos{
		font-size:52px ! important;
		line-height:1.5;
	}
	
	
	.artigos p{
	
		font-size: 47px;
		text-align:justify;
		margin-top:0;
		padding-top:0;
		line-height: 1.5;
                
	}
	
	.artigos h6{
		padding-top:20px;
		font-size: 66px;
		line-height: 66px;
		font-weight:500;

	}
        
        

	input.connect-submit-btn {
	
		width: 300px;
		height: 80px;
		font-size: 40px;
		font-weight: 500;
		border-radius: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.connect-wrapper {
		font-size:36px;
		line-height: 1.5;
	}
	
	
	.formulario-row{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	span.contador {
		right:-90px;
		
	}
	
	label input.connect-checkbox{
		height: 30px;
		top: 5px;
	}
	
	.checkbox-message{
	    padding-left: 38px;
	}
	
	span.icon {
		bottom: 36px;
	}
	
	
	img.imagens-no-texto1{
		width:160px;
	}

	img.imagens-no-texto2{
		width :160px;
	}
	
	.artigos .imagens-no-textor-mini4{
		width:130px;
		height:9vh;
	}
        
        .artigos ul li p{
            font-size: 49px;
            line-height: 1.1em; 
            
        }
	
}

@media only screen and (max-width: 1100px) and (orientation: landscape)  {

	input.connect-submit-btn {
	
		width: 220px;
		height: 100px;
		font-size: 38px;
		font-weight: 500;
		border-radius: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.connect-wrapper {
		font-size:24px;
		line-height: 1.5;
	}
	
	span.contador {
		right:-80px;
	}


	label input.connect-checkbox{
		height: 20px;
		top: 3px;
	}
	
	.checkbox-message{
	    padding-left: 28px;
	}
	
	span.icon {
		bottom: 33px;
	}
	
	.artigos .s12{
		width:100% ! important;
	} 
	
	.artigos .m12{
		width:100% ! important;
	}
	
	input.connect-submit-btn{
		width: 120px;
                height: 60px;
		left:0;
		margin-left:0;
		padding-left:0;
		font-size:28px;
	}	
	
	
	
}