@font-face {
  font-family: 'Proxima Nova';
  src: local('Proxima Nova'), local('Proxima Nova'), 
         url(../fontsDD/Proxima-Nova-Reg.otf) format('opentype');
}

@font-face {
    font-family: "Proxima Nova Bold";
    src: url('font/ProximaNovaBold.eot.eot');
    src: url('font/ProximaNovaBold.eot?#iefix') format('embedded-opentype'),
         url('font/ProximaNovaBold.woff') format('woff'),
         url('font/ProximaNovaBold.ttf') format('truetype'),
         url('font/ProximaNovaBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
body {
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 0px !important;
	margin-top: -25px;
	text-align:left;
}

.prime-area, .secondary-content{
	width: 90%;
	margin: 0 auto;
}
.masthead{
	margin-bottom: 30px;
}
.masfoot{
	
}
.navbar-header {
    text-align: left;
    width: 75%;
    margin-left: -25% !important;
}
.ga-imgd{
	border-radius: 50%;
}

.prel { position: relative; }
.float-over {
	position: absolute;
	z-index: 10;
}
.grid {
	display: table;
	width: 100%;
}
.grid-cell {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}
.responsive {
	height: auto;
	width: 100%;
}

.top-bar {  }
.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar .contact-options li {
    display:  inline-block;
    font-size: 12px;
    padding: 15px 0;
}
.top-bar .contact-options a { color: #581192; }
.top-bar .contact-options .phone { padding-right: 20px; }
.top-bar .contact-options .phone a {  }
.top-bar .contact-options .phone a span {
    
    
    
    
}
.top-bar .contact-options .email a { font-size: 12px; }
.top-bar .contact-options .email a span {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    vertical-align: -1px;
}
.social {}
.social a {
	text-decoration: none;
}
.social a:hover { background-color: #B9C8E6; }
.navbar-header img{
display: none !important;}
.navbar-header a {
	display: inline-block;
	background: url(../images/logo-D.png) no-repeat right;
	background-size: 210px 105px;
	padding: 15px 20px;
	width: 100%;
	height: 105px;
	float: left;
	border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
/*.botbar{
	width: 100%;height: 50px;
}
.barC1{
	width: 80%;height: 100%;background-color: #4455AC;float: left;
}
.barC2{
	float: right;width: 20%;height: 100%;background-color: #7A429E;
}*/
/*nav.nav.navbar-default {
overflow-x: hidden;
}*/
.navbar-default {background-color: #fff;margin-bottom: -25px;}
.navbar-default .navbar-toggle {
	border: none;
	border-radius: 0;
	margin: 30px 10px;	
}
.navbar-default .navbar-toggle .fa {
	color: #0066FF;
	font-size: 21px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover { background-color: transparent; }
.navbar-default .navbar-nav > li > a {
	
	border-bottom: 2px solid transparent;
    color: #0066FF;
    display: block;
    padding: 40px 15px;
    text-transform: uppercase;
	
	
	
}
.navbar-default .navbar-nav > li > a:hover {
	
	border-bottom-color: transparent;
	color: #fff;
}
.navbar-default .navbar-nav .search {
	background: none;
	border: none;
	border-radius: 0;
	color: #0066FF;
	padding: 40px 10px;
}
.navbar-default .navbar-nav .search .fa { font-size: 21px; }

.navbar-collapse {
	border-top: none;
	box-shadow: none;
}

.modal { background-color: rgba(0, 0, 0, 0.75); }
.modal.search .search-field {
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #666;
	border-left: none;
	color: #fff;
	padding: 5px;
	font-size: 36px;
	margin-top: 20%;
	width: 100%;	
}

.prime-area .featured {
	background-color: #000;
	margin: 0 -15px;
}
.featured .float-over {
	left: 30px;
	bottom: 30px;
}
.featured .section {
	color: #de5921;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
	text-transform: uppercase;
}
.featured h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin: 5px 30px 10px 0;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
	width: 50%;
}
.featured a {
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #fff;
	border-radius: 4px;
	color: #de5921;
	display: inline-block;
	font-size: 11px;
	padding: 5px 40px;
	text-transform: uppercase;
}

.prime-area .banners { margin: 0 -15px; }
.banners .banner .float-over {
    display: table;
    left: 0;
    top: 0;
    width: 100%;
}
.banners .banner a {
    color: #fff;
    display: table-cell;
    font-size: 28px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}
.banners .citizen-help {}
.banners .citizen-help .heading {
	background-color: #0245ad;
    color: #fff;
	font-size: 12px;
	padding: 18px 15px;
	text-transform: uppercase;
	height: 95px;
}
.banners .citizen-help .contact .fa { color: #fe5de1; }
.citizen-help .contact {
	font-size: 14px;
	font-weight: 600;	
}
.citizen-help .contact .icon { width: 40px; }
.citizen-help .grid-cell p { line-height: 1.1; }
.citizen-help .toll-free {
	background: #e0dee1 url(../imagesD/banner_arrow_down.png) no-repeat 15px top;
	color: #0944c6;
}
.citizen-help .toll-free .jline { margin: 15px 30px 15px 0; }
.citizen-help .toll-free .fa {
    font-size: 30px;
	padding: 20px 15px;
}
.citizen-help .toll-free a {
    color: #0944c6;
    display: block;
    font-size: 22px;
}
.citizen-help .toll-free .small {
	font-size: 15px;
	font-weight: 400;
    letter-spacing: 1px;
}
.citizen-help .toll-free .light-blue { color: #0981e0; }
.citizen-help .whatsapp {
	background-color: #e7e5e8;
	color: #0944c6;
}
.citizen-help .whatsapp .fa {
    font-size: 32px;
	padding: 20px 15px;
}
.citizen-help .whatsapp a {
    color: #0944c6;
    font-size: 22px;
    margin: 0;
}
.citizen-help .email {
	background-color: #e0dee1;
	color: #0944c6;
}
.citizen-help .email .fa {
    font-size: 28px;
	padding: 20px 15px;
}
.citizen-help .email a {
	color: #0944c6;
	font-size: 14px;
}
.citizen-help .chat {
	background-color: #e7e5e8;
	color: #0944c6;
}
.citizen-help .chat .image {
    background: url(../imagesD/GTO-LOGOAsset-1-8.png) no-repeat center center;
    background-size: contain;
    display: block;
    height: 30px;
	margin: 20px 15px;
    width: 30px;
}
.citizen-help .chat a {
    color: #0944c6;
    font-size: 22px;
    margin: 0;
}

.secondary-content.news-section { background-color: #fdfdfd; }
.secondary-content.news-section .column { padding: 0 5px; }
.secondary-content .news {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .25);
	margin: 10px 0;
}
.secondary-content .news .section {
	background-color: #00cd6f;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	left: 10px;
	line-height: 1;
	padding: 3px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
}
.secondary-content .news .excerpt {
	color: #51595f;
	font-size: 16px;
	padding: 15px 10px;
	min-height: 120px;
    max-height: 120px;
}
.news img{
	max-height: 205px;
}

.secondary-content.campaings .column { padding: 0 5px; }
.secondary-content.campaings .title {
	color: #fff;
	left: 0;
	padding: 0 24px;
	position: absolute;
	text-align: center;
	bottom: 25%;
	width: 100%;	
}
.secondary-content.campaings .excerpt {
    font-size: 16px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
}
.secondary-content.campaings .title h4 {
    font-size: 11px;
    margin-top: -83%;
    background: #e84b0d;
    width: 20%;
    height: 20px; 
    padding: 4px;
    margin-left: -4%;
}

.masfoot {
	
	
}
.masfoot .logo-foot {
	padding: 0 20px;
	text-align: center;
}
.masfoot .address {
	padding: 20px;
	text-align: center;
	
	width: 300px;
    margin: 0 auto;
}
.masfoot .logo-foot img {display: inline-block; }
.masfoot .social { text-align: center; }
.masfoot .social a {
	background-color: #000F9F;
	border-radius: 40px;
	display: inline-block;
	margin-right: 5px;
	padding: 5px;
}
.masfoot .social a .fa { font-size: 18px; }

.masfoot .legal {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	margin-top: 20px;
	text-align: center;
}

.foot-menu {}
.foot-menu h5 {
	color: #333;
	font-size: 13px;
	margin: 20px 0 3px;
	text-transform: uppercase;
}
.foot-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foot-menu li { padding: 5px 0; }
.foot-menu li a { color: #666; }
#content-gabinete{
	width: 100%;
}
#content-gabinete .gabinete{
	width: 50%;
}
 
@media (min-device-width: 1300px){
	body{
		width: 100% !important;
	}
}
/******
* MEDIA QUERIES
*******/
@media (min-device-width: 320px){
	.row {
    margin-right: -4px;
	}
		.navbar-header{
		width: 110%;
    /* margin-right: 0px; */
   		margin-left: -15px !important;
	}
	.navbar-header a{
		    width: 209px;
	}
	.social.xs-center { text-align: center; }
	.navbar-default .navbar-nav > li > a { padding: 20px 15px; }
	.modal.search .search-field { margin-top: 35%; }
	
	.featured h3 {
		font-size: 24px;
		width: 100%;
	}
	.featured .float-over { bottom: 10px; }
    
    .citizen-help .toll-free a { font-size: 22px; }
    
    .citizen-help .whatsapp a { font-size: 22px; }
    .citizen-help .email a { font-size: 10px; }
    .citizen-help .chat a { font-size: 22px; }

	
	.prime-area .banners { margin: 20px 30px; }
	
	.foot-menu { margin-top: 40px; }
}
@media (max-device-width: 415px){
	.col-xs-6{
	width: 100%;
}
}
@media (min-device-width: 480px){
	.featured .float-over { bottom: 30px; }
}
@media (max-device-width: 490px){
	#content-gabinete .gabinete{
		width: 100%;
	}
	.prime-area, .secondary-content{
		width: 100%;
	}

}

@media (min-device-width: 768px){
	.navbar-header {
    	width: 35%;
    	margin-left: -15% !important;
	}
	.navbar-header a{
		width: 210%;
	}
	.social.xs-center { text-align: right; }
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
		padding: 40px 5px;
	}
	.modal.search .search-field { margin-top: 20%; }
	
	.featured h3 {
		font-size: 32px;
		width: 50%;
	}
	.featured .float-over { bottom: 30px; }
    
    .citizen-help .toll-free a { font-size: 14px; }
    
    .citizen-help .whatsapp a { font-size: 16px; }
    .citizen-help .email a { font-size: 9px; }
    .citizen-help .chat a { font-size: 17px; }
	
	.prime-area .banners { margin: 0 -15px; }
	
	.foot-menu { margin-top: 20px; }
}
@media (min-device-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
		padding: 42px 15px;
	}
    
    .citizen-help .toll-free a { font-size: 20px; }
    
    .citizen-help .whatsapp a { font-size: 22px; }
    .citizen-help .email a { font-size: 12px; }
    .citizen-help .chat a { font-size: 22px; }
}
@media (min-device-width: 1112px) {
	.citizen-help .toll-free a { font-size: 22px; }
    
    .citizen-help .email a { font-size: 14px; }
}