| 1234567891011121314151617181920 |
- #wrapper, .centro{ font-family:"indivisa-text",Arial; font-size: 14px; width: 100%; max-width: 1140px; }
- #wrapper{ height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
- .centro{ padding: 0.5rem; flex-grow: 10; }
- .centrar { margin: 0 auto;}
- #wrapper .cell { vertical-align: top; padding: 10px; }
- .referencias{ text-align: left; width: 100%; background: rgba(98, 228, 249, 0.15); padding: 10px; font-size: 12px; }
- .referencias > label { font-weight: bold; }
- .titulo{ background: transparent url("../../img/pleca.webp" ) repeat-x; margin: 0 0 10px 0; padding: 10px 5px 20px 5px;
- background-position-y: bottom; width: max-content; font-size: 38px; color: #001D68; }
- .parrafo{ padding: 10px 0; text-align: justify; line-height: 1.5; }
- .lista{ padding: 10px 0; margin-left: 14px; }
- .lista:before { content: '\25CF'; margin-right: 5px; margin-left: -14px; }
- .espacio{ width: 100%; height: 20px; }
- .iconos{ width: max-content; font-size: 50px; color: #001D68; }
- .figura{ width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 12px;
- overflow: hidden; background: rgba(98, 228, 249, 0.2); border: 1px solid #001D68; color: #001D68; }
- .circulo{ border-radius: 50%; }
- .cuadradoRedondeado{ border-radius: 25px; }
- img, img[data-gjs-type="image"] { max-width: 100%;}
|