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

@font-face {
    font-family: 'Majerit Headline Regular';
    src: url('font/majeritheadlinemedium-roman-webfont.eot');
    src: url('font/majeritheadlinemedium-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/majeritheadlinemedium-roman-webfont.woff2') format('woff2'),
         url('font/majeritheadlinemedium-roman-webfont.woff') format('woff'),
         url('font/majeritheadlinemedium-roman-webfont.ttf') format('truetype'),
         url('font/majeritheadlinemedium-roman-webfont.svg#majeritheadlinemedium-roman') format('svg');
    font-weight: normal;
    font-style: normal;}


body{
	margin:0;
	padding:0;
}

body{
	box-sizing:border-box;
}

.wrapper{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-size:1rem;
	font-weight:200;
}

img{
	height:auto;
}

ul, li{
list-style:none;
margin:0;
padding:0;
}



a, a:hover{
	text-decoration:none;
	color:#000;
	
}

#headEspecial{
	max-width:990px;
	width:100%;
	position:relative;
	margin:0 auto;
	height:80px;
	box-sizing:border-box;
	
	
}

#headEspecial span a{
	position:absolute;
	display:block;
	
}


#headEspecial .logo1 a{
	background:transparent url(img/logo1.png) no-repeat bottom left;
	background:transparent url(img/logo1.svg) no-repeat bottom left;
	background-size:117px;
	top:20px;
	left:10px;
	width:130px;
	z-index:100;
	height:40px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	
}

#headEspecial .logo1 strong{
	color:#1a68a9;
}


#headEspecial .logo2 a{
	background:transparent url(img/logo2.png) no-repeat top right;
	background-size:100px;
	top:26px;
	right:10px;
	width:100%;
	height:100%;
	text-indent:-10000px;
	
}

.mainImg{
	width:100%;
}



.maxWidth{
	max-width:1024px;
	width:100%;
	margin:0 auto;
	
}


*{
	box-sizing:border-box;
	
}

#contentEspecial{
	width:100%;
	font-family: 'Roboto', sans-serif;
	max-width:1024px;
	width:100%;
	margin:0 auto;
	font-size:18px;
	padding:0px 20px;
	
}
	
	
	#contentEspecial p{
		line-height:22px;
		
	}
	
	
	#contentEspecial p, #contentEspecial h1{
		text-align:left;
		margin:20px auto 0px auto;
		
	}


#contentEspecial h1{
	font-family:'Majerit Headline Regular', Times New Roman, serif;
	font-size:42px;
	font-weight:normal;
}


#contentEspecial a{
	color:#1a68a9;
}


h2{
	text-align:left;
	font-size:18px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	margin:15px 0px;
}


h3{
	font-family:'Majerit Headline Regular', Times New Roman, serif;
	font-size:28px;
	font-weight:normal;
}

#contentEspecial a{
	text-decoration:underline;
	
}



#contentEspecial .imgleft, #contentEspecial .imgRight{
	width:49%;
	height:auto;
	margin:60px 0px;
}


#contentEspecial .imgleft{
	float:left;
	margin:40px 20px 20px 0px;
	
}

#contentEspecial .ImgEsp{
	display:block;
	width:100%;
	max-width:825px;
	height:343px;
	background:url(img/04.jpg) no-repeat top left;
	background-size:100%;
	margin:60px auto;
}


#contentEspecial .imgRight{
	float:right;
	margin:40px 0px 20px 20px;
}


#contentEspecial img{
	margin:50px auto;
	width:100%;
	height:auto;
}




#footEspecial{
	margin:30px auto 0 auto;
	text-align:center;
	padding-bottom:50px;
	clear:both;
	background-color:#016ca2;
	color:#fff;
	padding:30px 0px;
}



#footEspecial ul li{
	display:inline-block;
	margin:0px 5px;
	width:60px;
	height:60px;
	padding:5px;
	vertical-align:bottom;
	
}


#footEspecial ul li a{
	display:block;
	width:100%;
	height:100%;
	
	
}


#footEspecial ul li a{
	border:1px solid #fff;
	display:block;
	text-decoration:none;
}

#footEspecial h4{
	background: url("img/sprite-foot.png") no-repeat scroll center top / 250px auto rgba(0, 0, 0, 0);
	background: url("img/sprite-foot.svg") no-repeat scroll center top / 250px auto rgba(0, 0, 0, 0);
    box-sizing: border-box;
    height: 62px;
    margin: 20px auto;
    text-indent: -10000px;
	display:block;
}




#footEspecial a{
	color:#fff;
	padding-bottom:10px;
	
}


#footEspecial ul li.fb a{
	background: url("img/sprite-foot.png") no-repeat scroll -14px -52px;
	background: url("img/sprite-foot.svg") no-repeat scroll -14px -52px;

}


#footEspecial ul li.tw a{
	background:url("img/sprite-foot.png") no-repeat -60px -52px;
	background:url("img/sprite-foot.svg") no-repeat -60px -52px;
}

#footEspecial ul li.gplus a{
	background:url("img/sprite-foot.png") no-repeat -115px -52px;
	background:url("img/sprite-foot.svg") no-repeat -115px -52px;
}




#footEspecial h5, #footEspecial h6{
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:16px;
	margin:0px;
	
}

@media all and (max-width:480px){
	#contentEspecial .imgleft, #contentEspecial .imgRight{
	width:100%;
	height:auto;
	margin:20px auto;
}

h1{
	font-size:32px !important;
}
}


@media all and (max-width:640px){
	#contentEspecial .ImgEsp{
	display:block;
	width:100%;
	max-width:250px;
	height:343px;
	background:url(img/04.gif) no-repeat top left;
	background-size:100%;
	margin:20px auto;
}

#contentEspecial img{
	margin:30px auto;
	

}
