.full-size {
width: 100%;
height: 100%;
}
.alert {
border: 1px solid transparent;
border-radius: 4px;
padding: 10px;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.fb3d-button {
display: inline-block;
font-size: 13px;
margin: 0;
cursor: pointer;
border-width: 1px;
border-style: solid;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
min-height: 32px;
line-height: 2.30769231;
padding: 0 12px;
color: #fff;
background: #007cba;
border-color: #007cba;
text-decoration: none;
text-shadow: none;
}
a.fb3d-button, a.fb3d-button:visited {
color: #fff;
}
.fb3d-button:focus,
.fb3d-button:hover {
background: #0071a1;
border-color: #0071a1;
color: #fff
}
.fb3d-button:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba
}
.fb3d-button:active {
background: #00669b;
border-color: #00669b;
box-shadow: none;
color: #fff
}
.fb3d-thumbnail-lightbox-mode, .fb3d-thumbnail-mode {
position: relative;
display: inline-block;
line-height: 0;
}
._3d-flip-book .book-thumbnail {
perspective: 1200px;
transform-style: preserve-3d;
display: inline-block;
transition: box-shadow .25s ease-in-out;
}
._3d-flip-book:hover .book-thumbnail {
box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
._3d-flip-book:active .book-thumbnail {
box-shadow: 0 0 5px rgba(0,0,0,0.5);
transition: box-shadow .15s ease-in-out;
}
._3d-flip-book .book-thumbnail img {
border-radius: 0;
transform-origin: left;
transition: transform .25s;
}
._3d-flip-book:hover .book-thumbnail img {
transform: rotateY(-20deg);
}
._3d-flip-book:active .book-thumbnail img {
transform: rotateY(-17deg);
transition: transform .15s;
}
.fb3d-thumbnail-lightbox-mode .book-heading, .fb3d-thumbnail-mode .book-heading {
position: absolute;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}
.fb3d-thumbnail-lightbox-mode .book-heading h3, .fb3d-thumbnail-mode .book-heading h3 {
box-sizing: border-box;
position: absolute;
width: 100%;
margin: 0;
padding: 5px;
font-weight: normal;
font-size: 14px;
line-height: 120%;
color: #fff;
text-decoration: none;
z-index: 1;
background: rgba(60, 60, 60, 0.8);
bottom: -100%;
transition: bottom .3s ease .2s;
}
.fb3d-thumbnail-lightbox-mode:hover .book-heading h3, .fb3d-thumbnail-mode:hover .book-heading h3 {
bottom: 5px;
transition-delay: 0s;
}
._3d-flip-book.fb3d-fix-title .book-heading h3 {
bottom: 5px;
}
.fb3d-thumbnail-lightbox-mode .book-heading h3 a {
color: #fff;
text-decoration: none;
}
._3d-flip-book.fb3d-fs-dark .fullscreen {
background-image: url(//sppc.com.pt/wp-content/plugins/3d-flip-book/assets/images/texture.jpg);
}
._3d-flip-book.fb3d-fs-light .fullscreen {
background-image: url(//sppc.com.pt/wp-content/plugins/3d-flip-book/assets/images/inverse-texture.jpg);
}
._3d-flip-book .fullscreen {
background-image: url(//sppc.com.pt/wp-content/plugins/3d-flip-book/assets/images/texture.jpg);
}
.fb3d-h-100 {
height: 100px;
}
.fb3d-h-200 {
height: 200px;
}
.fb3d-h-300 {
height: 300px;
}
.fb3d-h-400 {
height: 400px;
}
.fb3d-h-500 {
height: 500px;
}
.fb3d-h-600 {
height: 600px;
}
.fb3d-h-700 {
height: 700px;
}
.fb3d-h-800 {
height: 800px;
}
.fb3d-h-900 {
height: 900px;
}
.fb3d-h-1000 {
height: 1000px;
} .fb3d-modal-shadow {
overflow: hidden;
}
body::before {
position: fixed;
content: ' ';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
z-index: -10;
opacity: 0;
transition: opacity 0.5s, z-index 0.5s step-end;
}
.fb3d-modal-shadow::before {
z-index: 500000;
opacity: 0.5;
transition: opacity 0.5s;
}
.fb3d-modal {
position: fixed;
width: 95%;
height: 95%;
left: calc(5vw / 2);
top: calc(5vh / 2);
box-shadow: 0 0 5px #fff;
z-index: -9;
opacity: 0;
transition: opacity 0.5s, z-index 0.5s step-end;
}
.fb3d-modal.visible {
z-index: 500001;
opacity: 1;
transition: opacity 0.5s;
}
.fb3d-modal::before {
position: absolute;
content: ' ';
width: 100%;
height: 100%;
opacity: 0.5;
z-index: -1;
}
.fb3d-modal.light::before {
background-color: #fff;
}
.fb3d-modal.dark::before {
background-color: #000;
}
.fb3d-modal .cmd-close {
font-size: 16pt;
color: #ccc;
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
}
.fb3d-modal.light .cmd-close {
color: #555;
}
.fb3d-modal .mount-container {
width: 100%;
height: 100%;
}
.fb3d-modal .cmd-close:hover {
font-size: 16pt;
color: #eee;
}
.fb3d-modal.light .cmd-close:hover {
color: #111;
}
.fb3d-modal .cmd-close:active {
font-size: 14pt;
padding-top: 2px;
padding-right: 2px;
}
.fb3d-modal.dark-shadow {
width: 100%;
height: 100%;
left: 0;
top: 0;
box-shadow: none;
}
.fb3d-modal.dark-shadow::before {
background-color: #000;
}
.dark-shadow .mount-container.fullscreen {
background-image: url(//sppc.com.pt/wp-content/plugins/3d-flip-book/assets/images/texture.jpg);
}
.light .mount-container.fullscreen {
background-image: url(//sppc.com.pt/wp-content/plugins/3d-flip-book/assets/images/inverse-texture.jpg);
}
.dark .mount-container.fullscreen {
background-image: url(//sppc.com.pt/wp-content/plugins/3d-flip-book/assets/images/texture.jpg);
}.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;} .cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;} .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;} .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;} .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;} table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;} table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//sppc.com.pt/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;} @media(max-width:800px) {
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
{
width:23%;
font-size:12px;
word-wrap: break-word;
}
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
{
width:45%;
}
}
.cookielawinfo-row-cat-title{
border-bottom: 1px solid #eee;
text-align: center;
}
.cookielawinfo-row-cat-title-head{
text-align: center;
}
.cookielawinfo-row-cat-table{
width: 99%;
margin-left: 5px;
}