html,body{
	margin: 0px;
}
#crmWebToEntityForm.zcwf_lblTopBottom {
	width:100%;
	padding: 25px;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: inherit;
}
#crmWebToEntityForm.zcwf_lblTopBottom * {
	box-sizing: border-box;
}
#crmWebToEntityForm{text-align: left;}
#crmWebToEntityForm * {
	direction: ltr;
}
.zcwf_lblTopBottom .zcwf_title {
	word-wrap: break-word;
	padding: 0px 6px 10px;
	font-weight: 500;
	font-size: 2rem
}
.zcwf_lblTopBottom .zcwf_col_fld input[type=text], .zcwf_lblTopBottom .zcwf_col_fld textarea {
	width: 100%;
	border: 1px solid #ccc !important;
	resize: vertical;
	border-radius: 2px;
	float: left;
}
.zcwf_lblTopBottom .zcwf_col_lab {
	width: 30%;
	word-break: break-word;
	padding: 0px 6px 0px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 4px;
}
.zcwf_lblTopBottom .zcwf_col_fld {
	width: 60%;
	padding: 0px 6px 0px;
	position: relative;
	margin-top: 5px;
}
.zcwf_lblTopBottom .zcwf_privacy{padding: 6px;}
.zcwf_lblTopBottom .wfrm_fld_dpNn{display: none;}
.dIB{display: inline-block;}
.zcwf_lblTopBottom .zcwf_col_fld_slt {
	width: 60%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	font-size: 15px;
	float: left;
	resize: vertical;
	padding: 2px 5px;
}
.zcwf_lblTopBottom .zcwf_row:after, .zcwf_lblTopBottom .zcwf_col_fld:after {
	content: '';
	display: table;
	clear: both;
}
.zcwf_lblTopBottom .zcwf_col_help {
	float: left;
	margin-left: 7px;
	font-size: 15px;
	max-width: 35%;
	word-break: break-word;
}
.zcwf_lblTopBottom .zcwf_help_icon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	border-radius: 50%;
}
.zcwf_lblTopBottom .zcwf_row {margin: 15px 0px;}
.zcwf_lblTopBottom .formsubmit {
	margin-right: 5px;
	cursor: pointer;
	color: #333;
	font-size: 15px;
}
.zcwf_lblTopBottom .zcwf_privacy_txt {
	width: 90%;
	color: rgb(0, 0, 0);
	font-size: 15px;
	font-family: Arial;
	display: inline-block;
	vertical-align: top;
	color: #333;
	padding-top: 2px;
	margin-left: 6px;
}
.zcwf_lblTopBottom .zcwf_button {
	font-size: 15px;
	color: #333;
	border: 1px solid #ccc;
	padding: 5px 25px;
	border-radius: 5px;
	cursor: pointer;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zcwf_lblTopBottom .zcwf_tooltip_over{
	position: relative;
}
.zcwf_lblTopBottom .zcwf_tooltip_ctn{
	position: absolute;
	background: #dedede;
	padding: 3px 6px;
	top: 3px;
	border-radius: 4px;word-break: break-word;
	min-width: 100px;
	max-width: 150px;
	color: #333;
	z-index: 100;
}
.zcwf_lblTopBottom .zcwf_ckbox{
	float: left;
}
.zcwf_lblTopBottom .zcwf_file{
	width: 35%;
	box-sizing: border-box;
	float: left;
}
.clearB:after{
	content:'';
	display: block;
	clear: both;
}
@media all  {
	.zcwf_lblTopBottom .zcwf_col_lab, .zcwf_lblTopBottom .zcwf_col_fld {
		width: auto;
		float: none !important;
	}
	.zcwf_lblTopBottom .zcwf_col_help {width: 40%;}
}

#form_newsletter{
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.proveedor-telefono-fake{
    font-size: 15px;
}

.proveedor-telefono-fake.hidden:hover{
    cursor: pointer;
}

.proveedor-telefono-fake .fa-eye,
.proveedor-telefono-fake .fa-phone{
    margin-right: 5px;
    margin-left: 10px;
}

.proveedor-telefono-fake .fake-number{
    font-weight: 600;
    color: var(--e-global-color-primary );
}

.proveedor-telefono-fake.hidden:hover .fake-number{
    text-decoration: underline;	
}

body.single .woocommerce-breadcrumb{
    color: transparent;
}

body.single .woocommerce-breadcrumb a{
    color: #003366;
}

body.single .woocommerce-breadcrumb a:hover{
    text-decoration: underline;
}

body.single .woocommerce-breadcrumb .delimiter{
    color: initial;
}

body.single .woocommerce-breadcrumb .delimiter:last-child{
    display: none;
}


/* // custom_shortcode_entradas_miniaturas */

.container-posts-most-viewed{
				
}

.container-posts-most-viewed .post-most-viewed{
	display: flex;
	margin-bottom: 30px;
}

.container-posts-most-viewed .post-most-viewed .column-1{
	width: 35%;
}

.container-posts-most-viewed .post-most-viewed .column-1 a{
		display: block;
		border-radius: 5px;
		overflow: hidden;
		width: 100%;
		height: 90px;
}

.container-posts-most-viewed .post-most-viewed .column-1 a img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.container-posts-most-viewed .post-most-viewed .column-1 a:hover img{
	transform: scale(1.1);
}

.container-posts-most-viewed .post-most-viewed .column-2{
	width: 65%;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.container-posts-most-viewed .post-most-viewed .column-2 a{
	
}

.container-posts-most-viewed .post-most-viewed .column-2 a h3{
	font-size: 0.9em;
	color: white;
	font-weight: 500;
	line-height: 1.2em;
}

.container-posts-most-viewed .post-most-viewed.in-column .column-2 a h3{
	color: initial;
	font-weight: 700;
}


/* // custom_functions_popup_pagina_entradas_footer */

.single-post .plus-custom-field-wrap{
	max-width: 100%;
}