/* Disfraz para navidad 25 */

/* reemplazo de imagenes */
header.encabezado .menu img.logo-principal {
	content: url("/wp-content/themes/theme-master/images/festividad/navidad/cabecera_logotipo_navidad.svg");
	max-width: 197px;
}
body.home .historia {
	background: url("/wp-content/themes/theme-master/images/festividad/navidad/fondo_presencia_navidad.webp") no-repeat;
	background-position: center top;
	padding: 35px 0;
}
body.home .banner-home .item .in-banner-item.menos-zero {
	background: url("/wp-content/themes/theme-master/images/festividad/navidad/slide_fondo_navidad.webp") no-repeat;
	background-position: center 1px;
}
body.home .banner-home .in-banner-dos {
	background: url("/wp-content/themes/theme-master/images/festividad/navidad/imagen_correo_navidad.webp") !important;
}
body.home .servicios .bloque-uno .contenido .imagen_destacada {
	background-image: url("/wp-content/themes/theme-master/images/festividad/navidad/servicios_imagen_hosting_web_navidad.webp") !important;
}
body.home .banner-home .in-banner-dos .texto .conocer-mas a:after {
    background: url(../images/festividad/aniversario/icono_whatsapp.webp) no-repeat;
}
body.home .historia .historia_imagen {
	content: url("/wp-content/themes/theme-master/images/festividad/navidad/historia_imagen_navidad.webp");
}
body.home .asesoria-soporte .asesoria_imagen {
	content: url("/wp-content/themes/theme-master/images/festividad/navidad/asesoria_imagen_navidad.webp");
}
body.home .asesoria-soporte .in-asesoria ul {
	padding: 8px 0;
}
footer .foot_one .logo_pie .logo_pie_anaconda {
	content: url("/wp-content/themes/theme-master/images/festividad/navidad/pie_logotipo_navidad.svg");
	max-width: 220px;
}

/* agregando adorno */
body.home .banner-home .in-banner-dos .texto h3:after,
body.home .historia h2:after {
	content: url("/wp-content/themes/theme-master/images/festividad/navidad/titulo_icono_navidad_1.webp");
	position: absolute;
	margin: 0 0 0 15px;
}
body.home .potencia h2:after,
body.home .clientes h2:after {
	content: url("/wp-content/themes/theme-master/images/festividad/navidad/titulo_icono_navidad_2.webp");
	position: absolute;
	margin: 2px 0 0 15px;
} 
body.home .servicios h2:before {
	content: url("/wp-content/themes/theme-master/images/festividad/navidad/titulo_icono_servicios.webp");
	position: absolute;
	margin: 0 0 0 -55px;
}


/* color blanco */
body.home .banner-home .in-banner-dos .texto p,
body.home .banner-home .in-banner-dos .texto .conocer-mas a
{
	color: #fff;
}

/* verde claro */
body.home .banner-home .in-banner-dos .texto h3,
{
	color: #1FE200 !important;
}

@media (max-width: 768px) {
	body footer .foot_one .logo_pie {
			max-width: 57%;
	}
	body.home .historia h2:after {
		content: none;
	}
	body.home .banner-home .item .in-banner-item.menos-zero {
		background: url("/wp-content/themes/theme-master/images/festividad/navidad/slide_fondo_navidad_telefono.webp") no-repeat;
		background-position: center top;
	}
	body.home .servicios h2:before {
		content: url("/wp-content/themes/theme-master/images/festividad/navidad/titulo_icono_servicios_movil.webp");
		position: absolute;
		margin: 0 0 0 -45px;
	}
}