html{
	position: relative;
	min-height: 100vh;
}
body{
	margin-bottom: 227px; /* Margen inferior del Body siempre debe ser igual al height del footer */
}
footer{
	width: 100%;
	background: #141414;
	white-space: nowrap;	
	height: 227px;
	position: absolute;
	bottom: 0;	
}
#footer{
	max-width: 1140px;
	margin: 0px auto;
	text-decoration: none;
}
.left-column,.right-column{
	display: inline-block;
	vertical-align: top;
}
.left-column{
	width: 33%;
}
.right-column{
	width: 66%;
}
.left-column p{
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 29px;
	font-family: 'Hind';
}
#SDR-Logo-movil{
	display: block;
	background-repeat: no-repeat;
	text-indent: -999999px;
	background-image: url('/images/logo_footer.svg');
	width: 100%;
	height: 25px;
	margin-top: 40px;
	background-size: 168px 25px;
	background-position: center;
	display: none;
}
.left-column ul{
	margin-top: 40px;
}
.left-column ul li, .right-column ul#icons li {
	display: inline-block;
	background-repeat: no-repeat;
	text-indent: -999999px;
}
#logo_facebook{
	background-image: url('/images/fb_footer.svg');
	height: 26px;
	width: 30px;
	vertical-align: middle;
}
#logo_twitter{
	background-image: url('/images/twitter_footer.svg');
	background-size: 27px 21px;
	width: 27px;
	height: 21px;
	margin-left: 5px;
	vertical-align: middle;
}
#logo_youtube{
	margin-left: 10px;
	background-image: url('/images/yt_footer.svg');
	background-size: 28px 28px;
	width: 30px;
	height: 26px;
	vertical-align: middle;
}
#logo_instagram{
	background-image: url('/images/insta_footer.svg');
	background-size: 27px 24px;
    width: 26px;
    height: 24px;
    margin-left: 8px;
    vertical-align: middle;
}
#logo_tiktok{
	background-image: url('/images/tiktok_footer.svg');
	background-size: 27px 24px;
	width: 27px;
	height: 24px;
	margin-left: 6px;
	vertical-align: middle;
}
#SDR-Logo{
	display: block;
	background-repeat: no-repeat;
	text-indent: -999999px;
	background-image: url('/images/logo_footer.svg');
	width: 100%;
	height: 26px;
	margin-top: 60px;
	margin-bottom: 15px;
	/*background-size: 168px 25px;*/
}
/*columna derecha*/
.right-column ul.nav > li{
	display: inline;
}
.right-column ul.nav > li a{
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4rem;
	text-transform: uppercase;
	margin-top: 26px;
	display: inline-block;
	margin-right: 20px;
	font-family: 'Hind';
}
#icons{
	display: none;
}
#subscribe-footer p{
	font-family: 'Hind';
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
	margin-top: 35px;
}
.right-column #subscribe-footer .input-group{
	margin-top: 10px;
}
.right-column #subscribe-footer [name="email"]{
	float: left;
    width: 260px;
    height: 42px;
    padding: 6px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin-right: 10px;
}
.right-column #subscribe-footer #button-subscribe {
	float: left;
	vertical-align: bottom;
    font-weight: 500;
    font-family: 'Hind';
    height: 42px;
    
}
.right-column .copyright {
	color: #757575;
	font-family: 'Hind';
	font-size: 1rem;
	font-weight: 400;
	margin-top: 27px;
}
#footer #subscribe-footer #subscribe {
	position: relative;
	display: inline-block;
}
#footer .loading {
	background-color: #FFFFFF;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
#footer .loading:after {
	background-image: url("/images/loading_white.gif");
	content: "";
	height: 17px;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 17px;
}

@media screen and (max-width: 1139px) and (min-width: 940px ){
	footer{
		white-space: inherit;
	}
	.left-column p{
		font-size: .8rem;
		font-weight: 600;
	}
	.right-column ul.nav > li a{
		font-size: .8rem;
		font-weight: 600;
		margin-top: 26px;
		margin-right: 10px;
	}
	.left-column,.right-column{
		padding-left: 30px;
	}

}

/*tablet*/
@media screen and (max-width : 939px){
	body{
		margin-bottom: 320px;
	}
	footer{
		white-space: inherit;	
		height: 320px;	
	}
	.left-column p{
		display: none;
	}
	#subscribe-footer p{
		margin-top: 15px;
		text-align: center;
	}
	.left-column ul{
		display: none;
	}
	#icons{
		display: inline-block;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.right-column .input-group{
		margin-top: 5px;
		text-align: center;
	}
	.right-column .copyright{
		margin-top: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.right-column ul.nav{
		text-align: center;
		margin-top: 0px;
	}

	.left-column, .right-column{
		width: 100%;
	}
	#SDR-Logo{
		background-position: center;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.right-column ul.nav > li a{
		margin-top: 20px;
		margin-right: 3%;
		margin-left: 3%;
	}
	.right-column #subscribe-footer [name="email"] {
		display: inline-block;
		float: none;
	}
	.right-column #subscribe-footer #button-subscribe {
		width: 95px;
		display: inline-block;
		margin-left: 10px;
		float: none;
	}
}

/*movil*/
@media screen and (max-width : 640px){
	body{
		margin-bottom: 540px;
	}
	footer{
		white-space: inherit;	
		height: 540px;
	}
	.right-column #subscribe-footer [name="email"] {
		display: inline-block;
		float: left;
		width: 60% !important;
		margin-right: 0 !important;
	}
	.right-column #subscribe-footer #button-subscribe {
		width: 40% !important;
		margin-left: 0px !important;
		float: left;
		min-width: 0;
		border-radius: 0;
	}
	#footer{
		padding-left: 20px;
		padding-right: 20px;
	}
	#SDR-Logo-movil{
		display: block;
    	margin-top: 18px;	
	}
	#icons{
		display: none;
	}
	.left-column ul{
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	#SDR-Logo{
		display: none;
	}
	.right-column ul.nav{
		margin-top: 30px
	}
	.right-column ul.nav > li{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.right-column ul.nav > li a{
		margin: 0px auto;
	}
	.right-column .copyright{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.right-column ul.nav > li{
		border-bottom: 1px solid #292929;
		margin-bottom: 15px;
	}
	.right-column ul.nav > li a{
		margin-bottom: 8px;
	}	
}
