@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500&display=swap");:root{--celeste:#a5d2e4;--celeste-2:#bce6f0;--gris-background:#edf0f2;--verde-pantone343C:#0d5540;--verde-fondo:#b1c0ab;--verde-fondo-2:#dce2d9;--negro:#000;--texto-btn:14px;--margin-general:17px 17px 0 17px;--margin-alternativo:17px auto 0 auto;--border-radius-menor:10px;--border-radius-mayor:50px;--barlow:"Barlow";--subtitulo:24px}.contenedor-fotovoltaico{width:calc(100% - 34px);height:130px;display:flex;justify-content:center;align-content:center;margin:17px auto 0;background-color:#b1c0ab;border-radius:10px 10px 10px 10px}.fotov__txt{width:75%}.fotov__btn,.fotov__txt{display:flex;justify-content:center;align-items:center}.fotov__btn{width:25%}.frase__fotovoltaico{font-size:var(--subtitulo);padding:5px}.btn__link,.frase__fotovoltaico{font-family:var(--barlow);text-transform:uppercase;color:#00452e}.btn__link{text-decoration:none;font-weight:500;font-size:var(--texto-btn);padding:10px 30px;background-color:var(--celeste-2)}@media screen and (max-width:800px){.frase__fotovoltaico{font-size:18px}}@media screen and (max-width:500px){.contenedor-fotovoltaico{flex-direction:column;height:150px;justify-content:center;align-items:center}.frase__fotovoltaico{text-align:center}.fotov__btn,.fotov__txt{width:90%}}