footer h3 {	color: #061F5C;	font-size:22px;}
.well_ft-1 {padding-top: 25px;padding-bottom: 40px;}
.contact-info {	margin:0;}
.socorte {font-size: 15px; font-weight:500;color: #061F5C;}
address {margin-bottom: 0;font-style: normal;line-height: 1.42857143;}
dl {margin-top: 0;margin-bottom: 0}
.footer-menu li + li {margin-top: 5px;}
.footer-menu li a {font-size:15px;color:#116ed9;}
.footer-menu li a:hover {color: #061F5C; text-decoration:none;}
.fa-facebook, .fa-twitter, .fa-google-plus, .fa-linkedin, .fa-pinterest {
	width: 60px;
	height: 57px;
	font: 400 20px/43px "FontAwesome";
	color: #061F5C;
	text-align: center;
	background: none repeat scroll 0% 0% #FFF;
	border-radius: 50%;
	padding-top: 8px;
}
.inline-list a:hover {
	color: #fddd00;
	background: #061F5C;
	text-decoration:none;
}

div.footer-wrapper {
	display:block;	
}

div.footer-wrapper div.footer-creditos {	
	/*margin-top:30px;*/
	color:#fff;	
	font-size:22px;
	padding-right:0;
	line-height:2;
}

div.footer-wrapper div.footer-logo {
	padding-left:0;
}
div.footer-wrapper div.footer-logo img {
	float:right;	
	max-width:50%;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 20px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
	left: 0;
}
	
/*Right*/
.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;	
}

.modal-title img {
	max-width:60%;
}
	
.btn {
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
}
.btn-custom {
	background: #FDDD00;
	color: #061F5C;
	position: fixed;
	top: 40%;
	right: -35px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index:100000;
	padding:10px 15px 15px;
	-moz-transition: 1s background ease-out;
	-o-transition: 1s all background ease-out;
	-webkit-transition: 1s background ease-out;
	transition: 1s background ease-out;
	font-size:12px;
	font-weight:600;
	border: 1px solid #eee;
}
.btn-custom:focus,
.btn-custom:hover {
	background: #061F5C;
	color: #FDDD00;	
	font-weight:600;
}

#callMeModal .form-horizontal .form-group {
	 margin-right: 0; 
	 margin-left: 0; 
}

#callMeModal .modal-header {
	background: #FDDD00;
	color: #061F5C;
	text-align:left;
	/* margin-right: 10px; */
}
#callMeModal .modal-content	 {
	background:#e5e5e5;
}
#callMeModal p {
	color:#061F5C;
	font-size:12px;
	text-align:left;
}
#callMeModal .control-label {
	text-align:left;
	display:block;	
	margin-bottom:2px;
}
#callMeModal label span.glyphicon {
	font-size:9px;
	color:#061F5C;
}
#callMeModal .form-control {	
	font-size:12px;
	text-align:left;
}
#callMeModal input.form-control {	
	height:32px;
}

#callMeModal .modal-body {
	background: #e5e5e5;	
}
#callMeModal .popover   {
	background-color: #e74c3c;
	color: #ecf0f1;
	width: 120px;
}
#callMeModal .popover.right .arrow:after {
	border-right-color: #e74c3c;
}

#callMeModal textarea {
	resize:none;	
}
/*#callMeModal .input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}*/	
#callMeModal .close {
	font-size: 32px;
}
#callMeModal .btn-primary::before {
	background:none;
}
#callMeModal .btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
#callMeModal .btn-primary:focus,
#callMeModal .btn-primary:hover {
	color: #fddd00;
	background-color: #061F5C;
	border-color: #2e6da4;
}
 

/*******************************
* CAPTCHA
*******************************/

#callMeModal .captcha-code .code{
    width: 100px;
    height: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #CCC;
	display: inline-block;
}

#callMeModal .captcha-code .code .dynamic-code{
    text-shadow: 4px 4px 5px rgba(150, 150, 150, 1);
    color: #2d2d2;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
	line-height:1.2;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently */
    cursor: help;
}

#callMeModal .captcha-code .code .dynamic-code:first-letter{
    font-size: 28px;
}

#callMeModal .captcha-code .captcha-reload {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
   /* max-width: 16px;*/
	display: inline-block;
	padding:8px 12px 6px 12px;
}

#callMeModal .border-info {
	border:1px solid #ccc !important;
}


#callMeModal .captcha-code .captcha-reload:hover{
    color: #00B16A;
}

#callMeModal #captcha-input{
    /*max-width: 200px;*/
    margin-top: 15px;
}

#callMeModal .btn{
    border-radius:0;
	text-transform: none;
}


#callMeModal .captcha-reload .glyphicon {
	font-size:24px !important;	
	
}


#callMeModal .modal-results,
#callMeModal .modal-results .loadingResults,
#callMeModal .modal-results .modalResultados {
	display:none;
}

#callMeModal .modal-results .loadingResults {
	text-align:center;
	padding:25px;
	font-weight:lighter;
}
#callMeModal .modal-results .loadingResults i,
#callMeModal .modal-results .loadingResults span {
	display:inline-block;	
}
#callMeModal .modal-results .loadingResults span {
	padding:15px 0;
}

#callMeModal .modalResultados {
	text-transform:none;
	padding:15px;	
	font-weight:lighter;
}

#callMeModal .btn[type="reset"] {
    margin-right:2px;
}

.erros {
	font-size:11px;
	font-weight:lighter;
	padding-left:5px;
}

@media only screen and (min-width : 320px) {
	
}

@media only screen and (min-width : 1280px) {
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 480px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
			-ms-transform: translate3d(0%, 0, 0);
			 -o-transform: translate3d(0%, 0, 0);
				transform: translate3d(0%, 0, 0);
	}
	
	
	/*Left*/
	.modal.left.fade .modal-dialog{
		left: -480px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
			 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
				transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
		
	/*Right*/
	.modal.right.fade .modal-dialog {
		right: -480px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
			 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
				transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal-title img {
		max-width:100%;	
	}
	
	#callMeModal .close {
		font-size: 46px;
	}
	.modal-header .close {
		margin-top: -10px;
	}
	
	#callMeModal p {
		font-size:15px;
	}	

	#callMeModal .control-label {
		font-size:15px;
	}
	#callMeModal label span.glyphicon {
		font-size:11px;
	}
	#callMeModal .form-control {	
		font-size:15px;;
	}
	#callMeModal input.form-control {	
		height:38px;
	}
	
	#callMeModal .captcha-code .code {
		width: 120px;
		height: 60px;		
	}
	
	#callMeModal .captcha-code .code .dynamic-code {
		font-size: 24px;
		line-height: 1.8;		
	}
	
	#callMeModal .captcha-reload .glyphicon {
		font-size: 32px !important;
	}
	#callMeModal .captcha-code .captcha-reload {
		padding: 14px 18px 12px 18px;
	}
	
	#callMeModal .btn{ 
		font-size: 16px;
		padding: 10px 16px;
	}	
	#callMeModal .input-group-addon {
		font-size: 18px;
	}
	
	.btn-custom {		
		padding: 7px 12px;
		font-size: 15px;
	}	
	
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
		
	div.footer-wrapper div.footer-creditos {	
		/*margin-top:26px;*/
		font-size: 19px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	div.footer-wrapper div.footer-creditos {	
		/*margin-top:20px;*/
		font-size: 18px;
	}
		
}
@media only screen and (max-width : 899px) {
	div.footer-wrapper div.footer-creditos {	
		/*margin-top:15px;*/
		font-size: 16px;
	}
	
}

@media only screen and (max-width : 767px) {
	footer .rights {
		padding: 30px 0px;
	}	
	
	div.footer-wrapper div.footer-creditos {	
		/*margin-top:8px;*/
		font-size: 13px;
	}
	
	.fmenus, .fsocial {
		margin-top:10px !important;	
	}
	
}

@media only screen and (max-width : 601px) {
	div.footer-wrapper div.footer-creditos {	
		margin-top:5px;
		font-size: 12px;
	}
	div.footer-wrapper div.footer-logo img {
		max-width:75%;
	}
}

@media only screen and (max-width : 568px) {
	footer .rights {
		padding: 30px 0px 40px;
	}
	div.footer-wrapper [class^="col-"] {
		width:100%;
		float:none;	
	}
	div.footer-wrapper div.footer-creditos {	
		/*margin:0 0 25px;*/
		font-size: 16px;
	}
	div.footer-wrapper div.footer-logo img {
		/*max-width:75%;*/
		float:none;
	}
	
}

@media only screen and (max-width : 480px) {
	
	div.footer-wrapper div.footer-creditos {	
		font-size: 14px;
	}
	
	
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {		
		width: 100%;
	}

	/*Left*/
	.modal.left.fade .modal-dialog{
		left: -300px;		
	}
	
	/*Right*/
	.modal.right.fade .modal-dialog {
		right: -300px
	}	
	
}  