wrapper.css 1.3 KB

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