.newsletter {
	/*margin-top:10px;*/
}

.newsletter-container {
	border-top:0px solid rgba(106, 106, 106, .1);
	padding: 30px 0
}
@media only screen and (min-width:768px) {
	.newsletter-container {
		padding: 30px 0
	}
}
.newsletter-title {
	margin-bottom: 22px
}

.newsletter-title h2,
.newsletter-title .h2 {
	margin-top: 10px;
	font-size:2.5rem
}

@media only screen and (min-width:768px) {
	.newsletter-title {
		margin-bottom: 0
	}
	
}
.newsletter-form .input-label {
	margin-bottom: 25px
}


@media only screen and (min-width:768px) {
	.newsletter-form .input-label {
		margin-bottom: 0
	}
}


.newsletter label {
    display: inline-block;
    font-size:12px;
    color: #696969;
    line-height: 1.50;
}


.newsletter .form-control{
    transition: all .4s ease-in-out;
    display: inline-block;
	height:40px;
    padding: 10px 20px;
    border:1px solid #C9C9C9;
    font-size: 16px;
    color: #8C8C8C;
}

.newsletter-form-response {
    margin-top: 10px;
    font-size: 0.75rem;
}

.newsletter-form .btn-orange {
	margin-top:25px
}

@media only screen and (max-width:767px) {
	.newsletter-form .btn-orange {
		margin:0px !important
	}
}



.bg-footer .heading-footer {
	text-align: left;
	position: relative;
	padding-bottom:5px;
	padding-top:15px;
	color: #ff6b00 !important;
}
.bg-footer .heading-footer:after {
	left: 0;
	bottom: 0;
	height:3px;
	width:75px;
	content: " ";
	background: #fff;
	position: absolute;
}
.bg-footer .heading-footer h2 {
	color: #ff6b00 !important;
	font-size:22px !important;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	text-transform:uppercase;
}


.bg-footer {
	background:#0056a4;
	padding-top:30px;
	padding-bottom:140px;
}

.bg-white-footer{
	background:#fff;
	padding:30px 30px 10px 30px ;
}
.bg-white-footer img{
	width:200px;
	margin-bottom:15px;
}
.bg-white-footer p{
	font-size:14px;
	color:#414141;
}


.content-footer .contacts ul, 
.content-footer .links ul {
	width:100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


.content-footer .contacts li a {
	position:relative;
	color: #414141;
	padding:7px 0px 7px;
	border-bottom:1px solid #e1e1e1;
	font-size:14px;
	margin-bottom:1px;
	width:auto;
	display:block;
	text-align:left;
	-moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	font-weight:bold;
}
.content-footer .contacts li a:hover {
	color:#0056a4;
	padding-left:10px;
	border-color:#ccc;
}

.content-footer .contacts li a i {
	float: left;
	font-size:20px;
	text-align: left;
	margin: 0px 3px 0 0;
	display: inline-block;
	width:30px;
	line-height:24px;
}


.content-footer .links li {
	position:relative;
	color: #fff;
	padding:7px 0px 7px;
	border-bottom:1px solid rgba(124, 145, 164, .5);
	font-size:14px;
	margin-bottom:1px;
	width:auto;
	display:block;
	text-align:left;
	-moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	font-weight:bold;
}

.content-footer .links li a {
	position:relative;
	color: #fff;
	padding:3px 0px 3px;
	/*border-bottom:1px solid rgba(124, 145, 164, .5);*/
	font-size:14px;
	margin-bottom:1px;
	width:auto;
	display:block;
	text-align:left;
	-moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	font-weight:bold;
}

.content-footer .links li:last-child {
border-bottom:0px solid #fc0;
}

.content-footer .links li a span{
	position:relative !important;
	z-index:10 !important;
}

.content-footer .links li a:hover {
	color:#ff6b00;
	padding-left:10px;
	border-color:#062b4b;
}
.content-footer .links li:hover{
	border-color:#062b4b;
}




/*COPYRIGHT*/
.copyright {
	margin-top:15px;
	padding:15px 0;
	border-top:1px solid rgba(124, 145, 164, .5)
}
.copyright p {
	color: #fff;
	font-size: 14px !important;
	line-height:20px;
	margin-bottom:0px;
}
.copyright a {
	color: #fff;
	font-size:16px !important;
}
.copyright a:hover {
	color: #ff6b00;
}
@media (max-width: 992px) {
	.copyright{
		text-align: center;
		float: none !important;
	}	
}



@media (max-width: 650px) {
	.copyright{
		padding-left:50px;
		padding-right:50px;
	}
	.content-footer .col-lg-4{
		padding-left:50px;
		padding-right:50px;
	}	
}


#bottom-bar {
	background:#062b4b;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 5px;
	z-index:999
}
#bottom-bar a {
	color: #ffffff;
}
#bottom-bar a:hover {
	color: #dddddd;
}
#bottom-bar span.numero {
	color: #ffffff;
	font-size:1.5em;
	font-weight: bold;
}
#bottom-bar span.texto {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
}
#bottom-bar .bt {
	margin-top: 6px;
}
#bottom-bar .tel img {
	float: left;
	margin: 5px 5px 0 0;
}



a.bt,
button.bt{
	background:#ff6b00;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
	display:block;
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
	-webkit-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	transition:all 500ms ease-out;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height:43px;
	}

button.bt{
	width:100%;border:none;
	-webkit-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	transition:all 500ms ease-out;
	}
a:hover.bt,
button:hover.bt{
	height:43px;
	text-decoration:none;
	background:#e24301;
	font-size:22px;
	padding:6px 0;
	-webkit-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	transition:all 500ms ease-out;
	}


.pulse-button {
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -65px;
	padding-top:20px;
	margin-top: -65px;
	display: block;
	width: 130px;
	height:130px;
	font-size:18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: -1px;
	color: white;
	border: none;
		-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	background: rgba(245,130,21, 1);
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(245, 130, 21, .5);
	animation: pulse 1.2s infinite;
		-webkit-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	transition:all 500ms ease-out;
}
.pulse-button:hover {
	/*animation: none;*/
	background:#e24301
}



#bottom-bar .tel-whats img {width:50px;}


.ligabutton i {
	font-size: 2em;
	margin-top: 18px
}

@keyframes pulse {
	/*0% {
		transform: scale(.9);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 50px rgba(245, 130, 21, 0);
	}
	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 rgba(245, 130, 21, 0);
	}*/
	0% {
		transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(245, 130, 21, 0.4);
    }
	50%{
		transform: scale(1);
		}
    70% {
        box-shadow: 0 0 0 20px rgba(245, 130, 21, 0);
    }
    100% {
		transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(245, 130, 21, 0);
    }
	
}


/*
	.pulseAnim {
    display: block;
    padding: 16px;
    border-radius: 50%;
    background: #5878F3;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(88, 120, 243, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(88, 120, 243, 0);
    }
}

	*/


@media only screen and (max-width:768px){
	/*.pulse-button {width: 124px;height: 124px;margin:0px 0 0 -62px;font-size:16px;}*/
	.pulse-button {
		width:250px;
		height:50px
		;margin:0px 0 0 -125px;
		font-size:16px;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-top:10px;
		}
		
		
.ligabutton i {
	font-size: 2em;
	margin-top:3px;
	margin-left:15px;
	float:left;
}

.pulse-button a{
	position:relative;
	top:-15px !important;
}
	
	#bottom-bar .tel {text-align: right; margin-bottom:0px;}
	#bottom-bar .tel img {float: none; display: inline-block; width: 25px; vertical-align: bottom;}
	#bottom-bar .tel-whats .texto {font-size:12px;}
	#bottom-bar .tel-central .texto {padding: 10px 0 0; display: inline-block;}
	#bottom-bar .texto-legal {font-size: 16px}
	#bottom-bar .tel-whats a, .tel-central a {font-size: 0.8em;}
	
	#bottom-bar .tel-whats {text-align: left;}
	
	
	
}
