| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421 |
- /* body {
- font-family: 'Roboto', sans-serif;
- background-color: white;
- color: #182F40;
- }
- html {
- font-size: 22px;
- -webkit-print-color-adjust: exact;
- }
- @media print {
- thead {
- display: table-header-group;
- }
- }
- .image {
- max-width: 500px;
- margin: auto;
- }
- .cover {
- text-align: center;
- }
- .cover .cover-logo,
- .cover .cover-products {
- max-width: 30rem;
- margin-top: 1rem;
- }
- .cover h1 {
- font-family: 'Raleway', sans-serif;
- font-size: 3rem;
- padding: 3rem;
- text-transform: uppercase;
- font-weight: 300;
- }
- .eba-hero {
- background: #182848;
- color: white;
- text-align: center;
- }
- .eba-foundations .columns{
- text-align: center;
- padding: 0 1rem;
- }
- table {
- width: 100%;
- }
- table tbody tr,
- tr * {
- page-break-inside: avoid!important;
- }
- table.table th,
- table.table td {
- padding: 0;
- border: 0;
- }
- table thead {
- display: table-header-group;
- }
- .toc-goto {
- position: relative;
- width: 10px;
- left: 10px;
- }
- table.toc-table .toc-section {
- padding: .4rem 1rem;
- text-align: center;
- }
- table.toc-table .toc-section a {
- font-weight: 600;
- text-transform: uppercase;
- color: rgba(24, 40, 72, 0.8);
- font-size: 1.5rem;
- }
- table.toc-table .toc-content {
- font-family: 'Raleway', sans-serif;
- color: hsl(0, 0%, 33%);
- letter-spacing: 0.02rem;
- font-weight: 400;
- font-size: .8rem;
- padding-left: 1rem;
- line-height: 1rem;
- }
- .toc-container {
- padding: 0 6rem;
- margin-bottom: 1rem;
- font-size: 1.5rem;
- }
- .toc-container .columns.is-mobile {
- margin-bottom: .75rem;
- }
- .toc-container .column.is-11,
- .toc-container .column.is-1 {
- padding: .2rem 1rem;
- }
- .toc-container .toc-title,
- .toc-container .column.is-1 {
- font-weight: 600;
- text-transform: uppercase;
- color: rgba(24, 40, 72, 0.8);
- font-size: 1.3rem;
- }
- .toc-container .toc-content {
- font-family: 'Raleway', sans-serif;
- color: hsl(0, 0%, 33%);
- letter-spacing: 0.02rem;
- font-weight: 400;
- font-size: .75rem;
- padding-left: 1rem;
- line-height: 1rem;
- }
- h2 {
- background: rgb(24,40,72);
- background: linear-gradient(25deg, rgba(24,40,72,1) 0%, rgba(24,40,72,0.8) 100%);
- padding: 3rem 1rem 1rem 1rem;
- color: white;
- font-family: 'Raleway', sans-serif;
- font-size: 1.8rem;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.05rem;
- margin-bottom: 0.5rem;
- }
- h3 {
- background-color: #435074;
- color: white;
- padding: 0.5rem 1rem;
- font-family: 'Raleway', sans-serif;
- font-weight: 300;
- font-size: 1.3rem;
- }
- .us-container,
- .product-container,
- .contact-container {
- margin-bottom: 0.5rem;
- }
- .us-container,
- .foundations-container {
- padding: 1rem;
- text-align: center;
- }
- .contact-body,
- .product-container {
- background-color: #f5f5f5;
- }
- .us-body,
- .product-body,
- .contact-body {
- padding: 0 1rem;
- margin-top: 0px;
- }
- .sell-product-container p,
- .product-body p.product-short-desc {
- font-family: 'Raleway', sans-serif;
- color: #334875;
- font-style: italic;
- letter-spacing: 0.02rem;
- font-weight: 400;
- margin: 0.5rem 0;
- }
- .section-container {
- padding-bottom: 0.5rem;
- }
- .section-name {
- font-weight: 600;
- color: #596992;
- font-size: 1.2rem;
- max-height: 2rem;
- }
- .tag {
- margin: 0 0.2rem;
- display: inline-block;
- height: 1.3em;
- }
- .tag.is-ph {
- background-color: white;
- }
- .tag.is-active {
- background-color: #004c8c;
- color: white;
- }
- tr:last-child td .sell-product-container {
- border: 0;
- }
- .sell-product-container {
- padding: .5rem 1rem;
- border-bottom: 1px solid #CCCCCC;
- }
- .sell-product-container p {
- margin-top: 0;
- }
- .sell-product-container .columns {
- align-items: center;
- }
- .sell-product-container:last-child {
- margin-bottom: 1rem;
- }
- .price-tag {
- text-align: center;
- color: #aaaaaa;
- font-weight: 300;
- font-family: 'Raleway', sans-serif;
- font-size: .75rem;
- }
- .price-tag .price-total {
- color: #004c8c;
- font-weight: 600;
- font-family: 'Roboto', sans-serif;
- font-size: 1rem;
- padding: 0 .2rem;
- }
- h4 {
- color: #004c8c;
- font-weight: 600;
- letter-spacing: .02rem;
- font-size: 1.2rem;
- }
- .product-size {
- color: #334875;
- font-weight: 300;
- font-family: 'Raleway', sans-serif;
- font-size: .75rem;
- text-align: center;
- }
- table.domi-prod:not(:first-child) {
- page-break-before: unset;
- width: 100%;
- }
- table.domi-prod {
- page-break-inside: avoid;
- }
- h2.domi-h2 {
- padding: 1rem;
- margin-bottom: 0;
- } */
- body {
- font-size: 1.5rem;
- font-family: 'Roboto', sans-serif;
- }
- #eba-cover {
- background-color: #0C2545;
- color: white;
- text-align: left;
- background: url(../images/fondo1.jpg);
- background-size: cover;
- background-position: center;
- height: 1448px;
- }
- #logo,
- #cover-products {
- margin: 4rem 0;
- }
- .chip {
- background-color: rgba(27, 61, 108, 0.1);
- font-size: 1rem;
- }
- h1 {
- font-family: 'Raleway', sans-serif;
- text-align: center;
- text-transform: uppercase;
- color: #0C2545;
- }
- #eba-about {
- text-align: justify;
- }
- .responsive-img.circle {
- padding: 1rem 0;
- }
- .pagebreak {
- page-break-before: always;
- }
- h2 {
- font-family: 'Raleway', sans-serif;
- text-transform: uppercase;
- font-weight: 800;
- color: #0C2545;
- position: relative;
- font-size: 2.5rem;
- margin: 1.5rem 0;
- }
- h2::before {
- background: #5A91C4;
- content: '';
- display: block;
- height: 5rem;
- left: -70px;
- position: absolute;
- top: -1rem;
- width: 4rem;
- z-index: -1;
- }
- h3 {
- text-align: center;
- }
- h3::after {
- content: '';
- display: block;
- width: 100%;
- height: 0.5rem;
- background-color: #5A91C4;
- margin-top: .5rem;
- }
- h4 {
- margin: 1rem 0 .5rem 0;
- font-size: 1.5rem;
- font-weight: 600;
- }
- h4.primary-title {
- color: #5A91C4;
- font-size: 1.8rem;
- }
- h5 {
- font-size: 2rem;
- margin: 1rem 0 .5rem 0;
- }
- p {
- margin: .5rem 0 1rem 0;
- }
- p.product-short-desc {
- font-family: 'Raleway', sans-serif;
- font-style: italic;
- color: #0C2545;
- margin-bottom: 0;
- }
- .product-short-desc,
- .section-body {
- text-align: justify;
- }
- .collection {
- border: 0;
- }
- .product-container {
- page-break-inside: avoid;
- }
- .product-container:not(:first-child()) {
- padding-top: 1rem;
- }
- .product-container
- .row {
- margin-bottom: .5rem;
- }
- #higiene h2,
- #mascaras h2,
- #acido-hialuronico h2,
- #hombres h2,
- #proteccion-intensiva h2,
- #monodosis h2,
- #proteccion-solar h2 {
- page-break-before: always;
- }
- .collection
- .collection-item {
- padding: 0;
- line-height: 1.8rem;
- }
- .container {
- width: 90%;
- }
|