.top-bar a {
  font-size: 14px;
  text-decoration: none;
}

footer.wp-block-template-part {
  margin-top: 0 !important;
}
footer.wp-block-template-part a {
  font-size: 14px;
  text-decoration: none;
}

h4 {
  font-weight: 600;
}

p strong {
  font-weight: 600;
}

.hero-home {
  position: relative;
}
.hero-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 49%, rgba(255, 255, 255, 0) 100%);
}
.hero-home > div {
  position: relative;
  z-index: 1;
}

.list-check {
  list-style: none;
}
.list-check.green li::before {
  background-color: #11a22f;
}
.list-check.purple li::before {
  background-color: #6c2dc9;
}
.list-check li {
  position: relative;
  padding-left: 30px;
  margin-left: 0;
}
.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #043094;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none" /><path fill="%23fff" d="m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4z" /></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}

form.wpcf7-form input:not([type=checkbox]) {
  width: 100%;
  box-sizing: border-box;
  height: 46px;
  border-radius: 12px;
  border: 1px solid #e1e5eb;
  padding: 14px;
}

form.wpcf7-form p {
  margin: 0;
  display: inline-block;
  width: 100%;
}
form.wpcf7-form p span {
  display: inline-block;
  width: 100%;
}

form.wpcf7-form .full {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

form.wpcf7-form .mid {
  display: inline-block;
  width: 49%;
  margin-bottom: 10px;
}

form.wpcf7-form {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

form.wpcf7-form label {
  color: #00135b;
  font-weight: 500;
  font-size: 14px;
}

form.wpcf7-form .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

span.wpcf7-list-item {
    margin: 0;
}

form.wpcf7-form .wpcf7-acceptance a {
	font-size: 14px;
	text-decoration: none;
}


form.wpcf7-form  input[type="submit"] {
    color: #fff;
    background-color: #11a22f;
    width: auto !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px !important;
    font-size: 16px;
    margin-top: 10px;
}

.servicio-imagen .wp-block-group {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 48px;
}

.morado-servicios .servicio-imagen:before {
	background: #6C2DC9;
	background: linear-gradient(0deg, rgba(108, 45, 201, 1) 0%, rgba(108, 45, 201, 0) 100%);
}

.verde-servicios .servicio-imagen:before {
	background: #11A22F;
	background: linear-gradient(0deg, rgba(17, 162, 47, 1) 0%, rgba(17, 162, 47, 0) 100%);
}

.servicio-imagen:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #001C70;
	background: linear-gradient(0deg, rgba(0, 28, 112, 1) 0%, rgba(0, 28, 112, 0) 100%);
}

.servicio-imagen img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.col-plumbing,
.col-ac,
.col-irrigation {
	position:relative;
	overflow: hidden;
}

.col-plumbing > *,
.col-ac > *,
.col-irrigation > * {
	position: relative;
	z-index:1;
}

.col-plumbing:before,
.col-ac:before,
.col-irrigation:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-image: url(https://pclservice.com/wp-content/uploads/2026/07/CAJA-DE-SERVICIO-01.jpg.jpeg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.col-irrigation:before {
	background-image: url(https://pclservice.com/wp-content/uploads/2026/07/CAJA-DE-SERVICIO-02.jpg.jpeg);
}

.col-ac:before {
	background-image: url(https://pclservice.com/wp-content/uploads/2026/07/CAJA-DE-SERVICIO-03.jpg.jpeg);
}

.col-plumbing:after,
.col-ac:after,
.col-irrigation:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #FFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

@media (max-width: 768px) {
	.hide-movil {
		display: none !important;
	}
	
	.hero-home {
		background-image: none !important;
	}
}

@media (min-width: 768px) {
	.banner-home-image {
		display: none !important;
	}
}