/* FOOTER */
.blue-color-txt {
	color: #707070;
}
.blue-color-design {
	color: #211914 !important;
}
body footer {
	padding-top: 0px;
}
.blue-color-bg {
	background: #211914;
}
.white-color-bg {
	background: #fff;
}

footer .footer-top{
	background: #E5E5E5;
	padding: 15px;
}
footer a:hover {
	color: initial;
	text-decoration: underline;
}
footer .footer-top-link:hover,
footer .footer-top-link:focus {
	text-decoration: underline;
}
footer .footer-top-item-link {
	cursor: pointer;
}
footer .sep-right {
	border-right: 1px solid #fff;
}
footer .footer-middle{
	background: #211914;
	padding: 20px 5px;
}
footer .footer-bottom .container {
	border-top:1px solid #fff;
}
footer .footer-bottom a {
	color: #fff;
}
footer .subscription-block label{
	color: #211914;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

footer .subscription-block .col-sm-7,
footer .subscription-block .col-sm-5 {
	padding-left:0px;
	padding-right:0px;
}
footer .subscription-block .input-group-addon {
	padding:0px;
	border: none;
    border-radius: 0px;

}
footer .subscription-block .input-group-addon .btn{
	padding: 8px 24px;
	border: 1px solid #fff;
	text-transform: uppercase;
	color: #211914;
	background: #fff;
	font-size:14px;
	font-weight: bold;
}
footer .subscription-block .input-group-addon .btn:hover{
	color: #fff;
	background: #211914;
}
footer .subscription-block .input-group .form-control {
	background:#efefef;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: initial;
	transition: initial;
	border: none;
	height: 38px;
}
footer .footer-middle .social_network ul li.fcb-social {
	background: #3b5998;
}
footer .footer-middle .social_network ul li.twt-social {
	background: #55acee;
}
footer .footer-middle .social_network ul li.goo-social {
	background: #dd4b39;
}
footer .footer-middle .social_network ul li.lkn-social {
	background: #007bb5;
}
footer .footer-middle .social_network ul li.ytb-social {
	background: #ff0000;
}
footer .footer-middle .social_network ul li.blog-icon {
	background: #211914;
}
footer .footer-title{
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
footer ul.footer-list-menu{
	list-style: none;
}
footer ul.footer-list-menu a{
	font-size: 18px;
}
footer ul.footer-list-menu a:hover{
	color: #211914;
	text-decoration:underline;
}
footer .footer-menu h4{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
footer .footer-menu .footer-menu-item {
	text-align: center;
}
.social_network {
	text-align: center;
}
.social_network ul li {
	padding: 0px;
}
.social_network ul li a i.fa {
	padding: 5px 10px;
    font-size: 24px;
}
footer .others_links_footer{
	text-align: center;
}
footer .others_links_footer ul {
	margin: 4px auto;
}
footer .others_links_footer ul li {
	display:inline-block;
	font-size: 14px;
	margin: 5px 10px;
}
footer .others_links_footer ul li a{
	font-size: 14px;
}
footer .others_links_footer ul li a:hover{
	text-decoration: underline;
}
footer .comandia-logo-footer {
	/*margin: 15px auto;*/
}
footer .correos-logo-footer {
	margin: 7px auto;
	max-height: 80px;
}
footer .pie_copy .col-md-2 img{
	max-width:126px;
}

footer .footer-middle .footer-subscription-title {
	text-align: center;
}
footer .footer-middle .footer-subscription-title h4 {
	
}
footer .footer-middle .footer-subscription-input {
	margin: 15px 0px;
}
footer .footer-middle .footer-subscription-input input {
	border: 1px solid #211914;
	margin: 0px;
	width: 100%;
	border-radius: 0px;
	color: #211914;
	font-size: 14px;
}

#subscription_email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #211914;
    font-size: 14px;
}
#subscription_email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #211914;
   opacity: 1;
   font-size: 14px;
}
#subscription_email::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #211914;
   opacity: 1;
   font-size: 14px;
}
#subscription_email:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #211914;
   font-size: 14px;
}
#subscription_email::-ms-input-placeholder { /* Microsoft Edge */
   color: #211914;
   font-size: 14px;
}
#subscription_email::placeholder { /* Most modern browsers support this now. */
   color: #211914;
   font-size: 14px;
}

footer .footer-middle .footer-subscription-button {
	margin: 15px 0px;
}
footer .footer-middle .footer-subscription-button .input-group-addon {
	background: #fff;
}
footer .footer-middle .footer-subscription-button button {
	margin: 0px;
	width: 100%;
}

footer .social_network {
	margin: 0 20px 15px 20px;
}
footer .others_links_footer li a:hover,
footer .others_links_footer li a:focus {
	color: #211914;
	text-decoration: underline;
	cursor: pointer;
}
footer .footer-top-text {
	margin-top:15px;
}
footer div.icon-top-footer {
	min-height: 40px !important;
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width:991px){
	footer .sep-right {
		border-right:0px;
	}
	.social_network {
		text-align: center;
	}
	body .footer-middle .block-container {
		padding: 15px 0 !important;
	}
	footer .pie_copy .col-sm-6 {
		min-height: 80px;
		text-align: center;
	}
	footer .pie_copy .col-sm-6 .footer-prices-img {
		max-height:50px;
	}
	.footer-menu .col-md-2 .block-container {
		text-align: center;
	}
}
@media screen and (min-width:992px){
	footer .footer-middle-border-right {
		border-right: 1px solid #211914;
	}
}
@media screen and (min-width:768px){
	footer .footer-top .container .row .col-md-3 div {
		min-height: 80px;
	}
}

footer .footer-subscription-data-protection .switch-field {
   	max-width: 220px;
    overflow: hidden;
}
footer .footer-subscription-data-protection .switch-title {
  margin-bottom: 6px;
}

footer .footer-subscription-data-protection .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

footer .footer-subscription-data-protection .switch-field label {
  float: left;
}

footer .footer-subscription-data-protection .switch-field label {
  display: inline-block;
  width: 70px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 4px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

footer .footer-subscription-data-protection .switch-field label:hover {
    cursor: pointer;
}

footer .footer-subscription-data-protection .switch-field input[value="1"]:checked + label {
  background-color: #A5DC86;
}

footer .footer-subscription-data-protection .switch-field input[value="0"]:checked + label,
#switch_no_1:checked + label {
  background-color: #dc8686;
}

footer .footer-subscription-data-protection .switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

footer .footer-subscription-data-protection .switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

footer .footer-subscription-data-protection .switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

footer label.footer-subscription-data-protection-title input[type="checkbox"] {
	margin-right: 5px;
	margin-top: 0px;
}

footer label.footer-subscription-data-protection-title,
footer .footer-subscription-data-protection-text p,
footer .footer-subscription-data-protection-content span {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-transform: none;
	display: block;
	margin: 10px 0px 8px 0px;
}

footer .footer-subscription-data-protection a,
footer .footer-subscription-data-protection a:hover,
footer .footer-subscription-data-protection a:focus {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-transform: none;
}

#footer-subscription-data-protection-main-switch {
	margin-top: 5px;
}
@media screen and (max-width:991px){
	footer .others_links_footer > ul > li {
		display:block;
		margin-top: 10px;
	}
	footer .others_links_footer > ul > span.line{
		display: none;
	}
	footer .footer-prices-img {
		max-width: 60px;
	}
}
.rrss-footer img{
	width:35px;
}
.without-border {
	border: none !important;
}