
/* FOOTER DESKTOP */


#global-footer .row-spwidth {
    display: flex;
    margin: 0 auto;
    align-items: center;
}

#global-footer .row-spwidth .et_pb_column_1_4{
	width: 150px;
}

#global-footer .row-spwidth .et_pb_column_3_4{
	width: calc(100% - 150px);
}

#global-footer .copy{
    display: inline-block;
	float: left;
	width: 30%;
	margin: 0;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: #F9F8F5;
}

#global-footer .legal{
	list-style-type: none;
    display: inline-block;
    width: 70%;
    float: left;
    padding: 0;
    margin: 0;
}


#global-footer .legal li{
    width: auto;
    float: right;
    display: inline-block;
	margin-right: 25px;
}


#global-footer .legal li a{
	font-size: 13px;
	line-height: 20px;
	color: #F7F6F3;
	opacity: 0.5;
}







#global-footer .col-w4{
    width: 200px;
    float: left;
    display: inline-block;
    padding: 10px 20px 10px 0;
}

#global-footer .col-w4 h4{
    width: 100%;
    float: left;
	font-size: 15px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 21px;
	letter-spacing: 0.03em;
	color: #F7F6F3;
}

#global-footer .col-w4 .menu-footer-lnk{
	width: 100%;
	float: left;
	display: block;
	margin: 0 auto;
	padding: 0 auto;
}


#global-footer .col-w4 .menu-footer-lnk a{
	font-size: 17px;
	line-height: 25px;
	color: #F7F6F3;
	opacity: 0.6;
}







#global-footer .footer-lead{
	width: 100%;
	float: left;
	display: inline-block;
	margin: 21px 0 17px 0;
}


#global-footer .footer-lead .mailchimp-lead{
	display: flex;
    width: 100%;
    float: left;
    margin: 0 auto;
    max-width: 500px;
    align-items: center;
}


#global-footer .footer-lead span.email {
    display: inline-block;
    float: left;
    width: calc(100% - 150px);
    margin: 0;
}


#global-footer .footer-lead .enviar{
    display: inline-block;
    float: left;
    width: 150px;
	padding: 0 0 0 15px;
}


#global-footer .footer-lead span.email .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    display: block;
	padding-top: 5px;
}

#global-footer .footer-lead #sendmailchimp .wpcf7 form.invalid .wpcf7-response-output,
#global-footer .footer-lead #sendmailchimp .wpcf7 form.sent .wpcf7-response-output{
    margin: 0 !important;
    padding: 5px 0 0 0 !important;
    border: none !important;
    font-size: 15px;
    color: #fff;
}

#global-footer .footer-lead #sendmailchimp .wpcf7 form.invalid .wpcf7-response-output{
	display: none !important
}

#global-footer .footer-lead span input[name=your-email]{
    max-width: 360px;
    padding: 10px 28px;
    background-color: #FFFFFF;
    border-radius: 70px;
    border: 0;
    width: 100%;
    margin-bottom: 0;
}

#global-footer .footer-lead input[type=submit]{
    width: 130px;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #F9F8F5;
    margin: 0;
    background: #141414;
    border: 1px solid #F9F8F5;
}


#global-footer .footer-lead .enviar .wpcf7-spinner,
#global-footer .footer-lead .enviar .wpcf7-spinner::before{
	height: 0 !important;
	display: none !important;
}





/* RESPONSIVE */

@media only screen and (max-width: 981px) {
	#global-footer .col-w4 .menu-footer-lnk a{
		font-size: 14px;
	}
}

@media only screen and (max-width: 600px) {
	#global-footer .col-w4 {
    	width: 50%;
	}

	#global-footer .row-spwidth {
		display: block;
	}

	#global-footer .row-spwidth .et_pb_column_1_4 {
		width: 100% !important;
		margin-bottom: 30px !important;
	}

	#global-footer .bottom-reverse{
	    display: flex;
   		flex-direction: column-reverse;
	}

	#global-footer .bottom-reverse .legal li{
		width: 100%;
		float: left;
		text-align: left;
	}

	#global-footer .legal{
		width: 100%;
	}

	#global-footer .copy {
   		width: 100%;
		margin-top: 37px;
	}
}
