.homeguillermocano .general {
  background-color: #f7f7f7;
  border-bottom: 1px solid #c4c4c4;
  justify-content: center;
  align-items: center;
  height: 353px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  display: flex;
}

.homeguillermocano ._70 {
  width: 70%;
  height: 100%;
}

.homeguillermocano ._30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  padding: 19px;
  display: flex;
}

.homeguillermocano ._70ox {
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.homeguillermocano ._190ox {
  background-image: url('../images/fondo1002x-8.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  height: 190px;
  margin-bottom: 5px;
  display: flex;
}

.homeguillermocano .image {
  height: 100%;
}

.homeguillermocano .divllamaado {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.homeguillermocano .image-2 {
  height: 92px;
  margin-bottom: 10px;
}

.homeguillermocano .heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: lft-etica, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.homeguillermocano .text-block {
  color: #000;
  text-align: center;
  font-family: lft-etica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  text-decoration: underline;
}

.homeguillermocano ._70ox-copy {
  background-color: #1c1c1c;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  text-decoration: none;
  display: flex;
}

.homeguillermocano .heading-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: lft-etica, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.homeguillermocano .text-block-copy {
  color: #fff;
  font-family: lft-etica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  text-decoration: underline;
}

.homeguillermocano .image-3 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.homeguillermocano .div-block {
  background-image: url('../images/enero_30_portada_texto_1ph01_20240129075616.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.homeguillermocano .texst-block-1234 {
  color: #303030;
  text-align: center;
  font-family: lft-etica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.homeguillermocano .text-block-copy-10 {
  color: #fff;
  font-family: lft-etica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  text-decoration: underline;
}

.homeguillermocano .text-blosck-1234-white {
  color: #fff;
  text-align: center;
  font-family: lft-etica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
.homeguillermocano .general {
    flex-flow: column;
    height: auto;
  }

.homeguillermocano ._70 {
    width: 100%;
  }

.homeguillermocano ._70ox {
    height: auto;
    margin-bottom: 6px;
  }

.homeguillermocano .image {
    height: 50px;
  }

.homeguillermocano .image-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
.homeguillermocano ._190ox {
    background-size: cover;
    flex-flow: column;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.homeguillermocano .divllamaado {
    width: 95%;
    height: auto;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}


