/* textos nectar slider - responsive */
@media screen and (max-width:600px) {
.swiper-slide .content {
    display: none;
}
}

.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.8) !important;
}

.main-content ul li {
    margin-bottom: 5px !important;
}

#footer-outer[data-cols="1"] #copyright {
    padding: 0px 0px 50px 0px !important;
}

#footer-outer .row {
    padding: 70px 0px 35px 0px;
    margin-bottom: 0px;
}


/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

/*
Formulario CF7 a 2 columnas responsive
*/
#responsive-form{
 max-width:600px /*-- change this to get your desired form width --*/;
 margin:0 auto;
        width:100%;
}
.form-row{
 width: 100%;
}
.column-half, .column-full{
 float: left;
 position: relative;
 padding: 0.65rem;
 width:100%;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
 .column-half{
 width: 50%;
 }
}

/**---------------- Pestañas Promociones ----------------**/
.tabbed[data-style="minimal"] .wpb_tabs_nav {
    border-bottom: 0px none #FFF !important;
    line-height: 0px;
    margin-bottom: 30px !important;
    position: relative;
}
