/*Header*/
.visita {
    text-align: right;
}
.visita img {
    max-width: 20%;
}
/*Footer*/
.visitafoot p {
    font-weight: bold;
    color: #213D81;
}
.visitafoot img {
    max-width: 70%;
}
.footer .elementor-item.elementor-item-anchor.menu-link {
    padding: 13px 20px 13px 0px;
}

#yith-s {
    padding: 0.47em;
}
.catalogo .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 1px solid transparent;
    border-radius: 13px;
    background: rgba(255,255,255,0.8);
		padding: 3% 5%;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #213C76;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #213C76;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #213C76;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #213C76;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #213C76;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #213C76;
}
.catalogo .wpcf7-form-control.wpcf7-submit {
    background-color: #213C76;
    border: 1px solid #213C76;
    border-radius: 10px;
    width: 100%;
}
.catalogo .wpcf7-response-output {
    display: none;
}
.contactr2 .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 5% 6%;
		background: rgba(211,216,228,0.8);
		margin: 2% 0;
}
.contactr2 .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    padding: 2.5% 3%;
		background: rgba(211,216,228,0.8);
}
.contactr2 .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    padding: 3% 3%;
    resize: none;
		background: rgba(211,216,228,0.8);

}
.contactr2 .wpcf7-form-control.wpcf7-submit {
    margin: 5% 0;
    width: 50%;
    font-size: 18px;
}


/*Contacto*/
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    margin: 2% 0;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-bottom: 2%;
}

/*Elásticos*/

.ywcca_widget_container_style_4 .ywcca_category_accordion_widget li.cat-item a:hover{
    font-weight:bold;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #213C76;
}
.widget-title {
    font-size: 20px !important;
    color: #213C76;
    font-weight: bold;
}
/*Sliders Categories*/
rs-fullwidth-wrap#rev_slider_10_4_forcefullwidth {
    display: none;
}

h3.avisocolores2 {
    display: none;
}

.paged-2 .avisocolores {
    display: none;
}

.paged-2 .avisocolores2 {
    display: block;
}
#rev_slider_7_2_forcefullwidth, #rev_slider_4_1_forcefullwidth {
		display:none;
}
.term-cintas-rigidas #rev_slider_4_1_forcefullwidth {
		display:block;
}
#rev_slider_7_4_forcefullwidth {
		display:none;
}
/*Aviso*/
.avisocolores, .avisocoloren, .avisocolores2 {
    text-align: center;
    background: rgba(000,000,000,0.1);
    margin: 3% 0 0% 0;
    padding: 1% 0;
    border: 1px solid #788291;
    color: #788291;
}
/*Únete*/
.unesec2 .wpcf7 .wpcf7-form-control-wrap {
  margin: 1% 0% 1% 0;
}
.unesec2 .cf-col-3 {
		min-width: 33.3%;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  resize: none;
}
@media (max-width:414px) {
	.contactr2 .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    padding: 5% 3%;
		}
}




/*CF7 Grid*/
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}