#mod-panel-solar {
  margin: 0;
  padding: 16px 16px 32px;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}

#mod-panel-solar .cont-img {
  height: 164px;
  background-image: url("/documents/46699/21303468/Plano-Mais-Casa-mediano.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  background-position: center;
  margin-bottom: 24px;
}

#mod-panel-solar .cabecera .titulo {
  color:#2C2C2C;
  text-align: center;
  font-family: 'IberPangea';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 0;
  margin-bottom: 24px;
}

#mod-panel-solar .cuerpo {
  flex-direction: column;
  margin: 0;
}

#mod-panel-solar .cuerpo .cont-descr .titulo{
color: #2C2C2C;
font-family: IberPangea;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px;
margin: 0;
}

#mod-panel-solar .cuerpo .cont-descr .precio{
border-radius: 8px;
background: #DCEBE1;
margin: 8px 0;
display: flex;
width: 148px;
align-items: baseline;
padding: 4px 12px;
}

#mod-panel-solar .cuerpo .cont-descr .precio .texto{
color:#2C2C2C;
text-align: center;
font-family: "IberPangea Text";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px;
margin: 0;
margin-right: 4px;
}

#mod-panel-solar .cuerpo .cont-descr .precio .valor{
color: #2C2C2C;
font-family: "IberPangea Text";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 22px;
margin: 0;
}

#mod-panel-solar .cuerpo .cont-descr .precio .unidad{
color:#2C2C2C;
font-family: "IberPangea Text";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 16px;
margin: 0;
}

#mod-panel-solar .cuerpo .cont-descr .informacion{
color: #2C2C2C;
font-family: "IberPangea Text";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin-bottom: 16px;
}

#mod-panel-solar .cuerpo .cont-descr a.saber-mais {
  text-decoration: none;
}

#mod-panel-solar .cuerpo .cont-descr .saber-mais{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #2F6852;
  font-family: IberPangea Text;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: fit-content;
  padding: 0;
}

#mod-panel-solar .cuerpo .cont-descr .saber-mais .texto {
  text-decoration-line: underline;
  margin: 0;
  padding: 0;
}

#mod-panel-solar .cuerpo .cont-descr .saber-mais:hover .texto {
  color: #003020;
  text-decoration-line: none;
}

#mod-panel-solar .cuerpo .cont-descr .saber-mais:active .texto {
  color: #003020;
}

@media (min-width: 576px) {
  #mod-panel-solar {
      padding: 16px 40px 32px;
  }

  #mod-panel-solar .cabecera .titulo {
    margin-bottom: 40px;
    width: 320px;
}

  #mod-panel-solar .cont-img {
      height: 250px;
      margin-bottom: 32px;
  }

#mod-panel-solar .cuerpo .cont-descr .titulo{
  font-size: 24px;
  line-height: 32px;
}
}

@media (min-width: 768px) {
  #mod-panel-solar {
      padding: 16px 48px 32px;
  }

#mod-panel-solar .cabecera .titulo {
    width: 100%;
}

  #mod-panel-solar .cont-img {
      height: 315px;
  }
}

@media (min-width: 992px) {
#mod-panel-solar .cabecera .titulo {
    font-size: 32px;
  line-height: 40px;
}

  #mod-panel-solar .cuerpo {
    flex-direction: row;
    gap: 32px;
  }

  #mod-panel-solar {
      padding: 32px 83px 64px;
  }

  #mod-panel-solar .cont-img {
      margin-bottom: 0;
      width: 398px;
  height: 250px;
  }

 #mod-panel-solar .cont-descr {
      width: 396px;
  }
}

@media (min-width: 1200px) {
#mod-panel-solar .cabecera .titulo {
    font-size: 32px;
  line-height: 40px;
}

  #mod-panel-solar {
      padding: 32px 100px 64px;
  }

  #mod-panel-solar .cont-img {
      width: 484px;
  }

 #mod-panel-solar .cont-descr {
      width: 484px;
  }
  
}

@media (min-width: 1920px) {
#mod-panel-solar .cabecera .titulo {
    font-size: 32px;
  line-height: 40px;
}

  #mod-panel-solar {
      padding: 32px 100px 64px;
  }

  #mod-panel-solar .cont-img {
      width: 624px;
      height: 315px;
  }

 #mod-panel-solar .cont-descr {
      width: 624px;
  }

#mod-panel-solar .cuerpo .cont-descr .informacion{
  width: 484px;
}
  
}