body{
font-family: 'Museo Sans Rounded', sans-serif;
}
#cap_camaloon {
font-color: #7A7A85;
}
.body_quiet {
height: 100%;
overflow: hidden !important;
width: 100%;
position: fixed;
}
#logo_camaloon {
margin-right: -2%;
width: 150px;
height: 36px;
}
#info_camaloon_select {
font-size: 16px;
padding: 5px 60px 5px 15px;
border: solid 2px #e2e8f0;
border-radius: 0.25rem;
cursor: pointer;
margin-right: 10px;
}
#info_camaloon_select:focus {
font-size: 16px;
padding: 5px 60px 5px 15px;
border: solid 2px #e2e8f0;
border-radius: 0.25rem;
cursor: pointer;
outline: none;
margin-right: 10px;
}
#carro_desplegable_div {
background-color: white;
border: 1px solid #ccc;
border-right: 0;
float: left;
height: auto;
position: fixed;
top: 0px;
-webkit-transition: height 2s; transition: height 2s;
transition-timing-function: ease-out;
z-index: 100;
width: 525px;
z-index: 999;
}
#imatge_portada .banner-title, #imatge_portada .banner-text, #imatge_portada_2 .banner-title, #imatge_portada_2 .banner-text {
font-weight: 600;
}
#imatge_portada .banner-title, #imatge_portada .banner-text, #imatge_portada_2 .banner-title, #imatge_portada_2 .banner-text {
font-family: 'Museo Sans Rounded', sans-serif;
position: relative;
bottom: 15px;
background: rgb(255,255,255,0.9);
width: 100%;
left: 50%;
transform: translateX(-50%);
color: #323232;
text-shadow: none;
border-radius: 3px;
padding: 5px 15px 0px 15px;
}
.banner-button-cml {
text-shadow: -1px 1px #555;
font-weight:600;
background-color: #323232;
opacity: 0.7;
background-size: auto 100%; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -ms-background-size: auto 100%; -o-background-size: auto 100%; 
display:inline-block;
color:#FFF;
font-size:20px;
text-decoration:none;
padding:14px 40px;
margin-top:15px;
border-radius:3px;
cursor:pointer;
border-width:1px;
}
.banner-button-cml:hover {
color:#FFF;
text-decoration:none;
background-size: auto 100%; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -ms-background-size: auto 100%; -o-background-size: auto 100%;
background-color:#4B4B4A;
opacity: 1;
}
.banner-button-cml:active {
border-style:inset;
background-color:#4B4B4A;
opacity: 1;
}
@media (max-width: 600px) {
#carro_desplegable_div {
background-color: white;
border: 1px solid #ccc;
border-right: 0;
float: left;
height: auto;
position: fixed;
top: 0px;
-webkit-transition: height 2s; transition: height 2s;
transition-timing-function: ease-out;
z-index: 100;
width: 100%;
z-index: 999;
}
#logo_camaloon {
margin-right: 0;
}
}
#cap_blanc_camaloon {
background-color: #f7f7f7;
}
#zona_telf{
display: flex;
align-items: center;
justify-content: center;
}
.telf_inactive{
opacity:0;
pointer-events: none;
}
.link_telefon{
text-decoration: none;
font-size: 13px;
color: #767677;
margin-left: 4px;
}
span.link_numero {
font-size: 15px;
margin-right: 5px;
}
#centra_menu_camaloon {
display: flex;
felx-direction: row;
justify-content: space-between;
align-items: center;
padding: 0.6em 0.1em;
margin: 0 14%
}
#zona_dreta_camaloon {
display: flex;
flex-direction: row;
align-items: center;
}
#zona_esq_camaloon {
display: none;
}
#logo {
margin-right: 12%;
}
.deplegable_portals li {
list-style-image: url() !important;
list-style-type: none;
}
.deplegable_portals ul {
margin: 0;
padding: 0;
}
.deplegable_portals ul li {
background-color:red;
}
.deplegable_portals ul a {
display:block;
color:black;
text-decoration:none;
font-weight:400;
font-size:15px;
padding:10px;
font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
letter-spacing:1px;
}
.deplegable_portals ul li {
position:relative;
float:left;
margin:0;
padding:0;
}
.deplegable_portals ul li:hover {
background:#5b78a7;
}
.custom-select-2-camaloon {
position: relative;
font-family: Arial;
}
.custom-select-2-camaloon select {
display: none; }
.custom-select-2-camaloon{
width: 200px;
}
.select-hide-camaloon {
display: none;
}
.selector_scroll_camaloon{
z-index: 99;
height: 450px;
background-color:white;
position: absolute;
left: 0;
right: 0;
bottom: 0px;
border-radius:6px;
}
.select-items-camaloon div:hover, .same-as-selected {
background-color: rgba(0, 0, 0, 0.1);
}
.select-items-camaloon {
position: absolute;
background-color: white;
left: 0;
right: 0;
top: 100%;
z-index: 99;
height: inherit;
bottom:0px;
overflow:hidden;
overflow:scroll;
overflow-x: hidden;
width: 165px;
border-radius:6px;
}
.select-items-camaloon div{
margin: 0px 15px 0px 0px;
border-bottom: 1px solid #ddd1d1;
cursor: pointer;
}
.select-items-camaloon div,.select-selected-camaloon {
text-decoration: none;
font-size: 0.80em;
display: flex;
align-items: center;
padding-left: 14px;
font-size: 1em;
color: #666;
background-color: none;
height: 50px;
text-align: left;
position: relative;
width: 150px;
}
.select-items-camaloon::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.select-items-camaloon::-webkit-scrollbar-thumb {
background: #666;
border-radius: 20px;
}
.select-items-camaloon::-webkit-scrollbar-track {
background: rgb(238, 238, 238);
border-radius: 20px;
margin: 10px;
}
.select-items-camaloon::-webkit-scrollbar-button {
width: 100%;
}
.select-selected-camaloon:after {
position: absolute;
content: "";
top: 17px;
right: 10px;
width: 0;
height: 0;
border: 6px solid gray;
border-color: gray transparent transparent transparent;
cursor: pointer;
}
.select-selected-camaloon .select-arrow-active:after {
border-color: transparent transparent black transparent;
top: 15px;
}
.select-selected-camaloon {
border-radius: 6px;
border: 1px solid #ddd1d1;
}
.selector_pare_camaloon {
position:relative;
}
.select-items-camaloon div,.select-selected-camaloon {
text-decoration: none;
font-size: 0.80em;
display: flex;
align-items: center;
padding-left: 14px;
font-size: 1em;
color: #666;
background-color: white;
height: 38px;
text-align: left;
position: relative;
width: 150px;
}
@media (max-width: 900px) {
#zona_esq_camaloon {
display: flex;
align-items: center;
justify-content: center;
}
#centra_menu_camaloon {
margin: 0;
}
#logo {
margin-right: 0;
}
#zona_telf{
display: none;
}
.link_telefon_mobile{
font-size: 15px !important;
font-weight: lighter !important;
left: 0px !important;
padding-right: 20px;
}
span.link_numero_mobile {
font-size: 18px;
margin-right: 5px;
font-weight:500;
}
.link_llamame{
text-decoration: underline;
}
}
.free_samples {
width: 100%;
height: 35px;
background-color: #00bd7e;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
color: white;
}@font-face {
font-family: 'camaloon-icons';
src: url(//www.camaloon.es/templates/camaloon/css/font/camaloon-icons.eot?11819111);
src: url(//www.camaloon.es/templates/camaloon/css/font/camaloon-icons.eot?11819111#iefix) format('embedded-opentype'),
url(//www.camaloon.es/templates/camaloon/css/font/camaloon-icons.woff?11819111) format('woff'),
url(//www.camaloon.es/templates/camaloon/css/font/camaloon-icons.ttf?11819111) format('truetype'),
url(//www.camaloon.es/templates/camaloon/css/font/camaloon-icons.svg?11819111#camaloon-icons) format('svg');
font-weight: normal;
font-style: normal;
}
.ci-icon {
font-family: "camaloon-icons";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  color: #666666; border-color: #666666;
height: 1em;
}
.ci-sqr{
padding: 1.1vh;
border-radius: 20%;
font-size: 50%;
background: #666666;
color: #ffffff;
}
.ci-sqr.ci-color-green{
background: #009d73;
color: #ffffff;
}
.ci-sqr.ci-color-darkpurple{
background: #48475c;
color: #ffffff;
}
.ci-sqr.ci-color-babygrey{
background: #b5b5b5;
color: #ffffff;
}
.ci-sqr.ci-color-white{
background: #ffffff;
color: #1a1a1a;
}
.ci-sqr.ci-color-lightgrey{
background: #d3d3d3;
color: #1a1a1a;
}
.ci-sqr-ol{
border: 1px solid #666666;
padding: 1.1vh;
border-radius: 20%;
font-size: 50%;
}
.ci-rnd{
padding: 1.1vh;
border-radius: 100%;
font-size: 50%;
background: #666666;
color: #ffffff;
}
.ci-rnd.ci-color-green{
background: #009d73;
color: #ffffff;
}
.ci-rnd.ci-color-darkpurple{
background: #48475c;
color: #ffffff;
}
.ci-rnd.ci-color-babygrey{
background: #b5b5b5;
color: #ffffff;
}
.ci-rnd.ci-color-white{
background: #ffffff;
color: #1a1a1a;
}
.ci-rnd.ci-color-lightgrey{
background: #d3d3d3;
color: #1a1a1a;
}
.ci-rnd-ol{
border: 1px solid #666666;
padding: 1.1vh;
border-radius: 100%;
font-size: 50%;
}
.ci-color-green{color: #009d73; border-color: #009d73;}
.ci-color-darkpurple{color: #48475c; border-color: #48475c;}
.ci-color-babygrey{color: #b5b5b5; border-color: #b5b5b5;}
.ci-color-grey{color: #666666; border-color: #666666;} .ci-color-lightgrey{color: #d3d3d3; border-color: #d3d3d3;}
.ci-color-white{color: #ffffff; border-color: #ffffff;}
.ci-color-xtra-green{color: #009d73 !important;}
.ci-color-xtra-darkpurple{color: #48475c !important;}
.ci-color-xtra-babygrey{color: #b5b5b5 !important;}
.ci-color-xtra-grey{color: #666666 !important;} .icon-ci-text::before{content: '\e810';}
.icon-ci-up::before{content: "\e811";}
.icon-ci-cart::before{content: "\e812";}
.icon-ci-close::before{content: "\e813";}
.icon-ci-color::before{content: "\e814";}
.icon-ci-down::before{content: "\e815";}
.icon-ci-image::before{content: "\e816";}
.icon-ci-material::before{content: "\e817";}
.icon-ci-modify::before{content: "\e818";}
.icon-ci-next::before{content: "\e819";}
.icon-ci-previous::before{content: "\e81a";}
.icon-ci-rotation90::before{content: "\e81b";}
.icon-ci-select::before{content: "\e81c";}
.icon-ci-size::before{content: "\e81e";}
.icon-ci-trash::before{content: "\e80e";}
.icon-ci-nextstep::before { content: '\e800'; } .icon-ci-previousstep::before { content: '\e80f'; } .icon-ci-print_type_t-shirt::before { content: '\e801'; } .icon-ci-print_type_bottles::before { content: '\e802'; } .icon-ci-print_type_pens::before { content: '\e804'; } .icon-ci-print_type_sweatshirts::before { content: '\e805'; } .icon-ci-print_type_totebags::before { content: '\e806'; } .icon-ci-print_type_notebooks::before { content: '\f807'; } .icon-ci-print_type_mugs::before { content: '\f803'; } .icon-ci-image_solid::before { content: '\e825'; } .icon-ci-print_type_t-shirt_solid::before { content: '\e80d'; } .icon-ci-print_type_bottles_solid::before { content: '\e808'; } .icon-ci-print_type_pens_solid::before { content: '\e809'; } .icon-ci-print_type_sweatshirts_solid::before { content: '\e80c'; } .icon-ci-print_type_totebags_solid::before { content: '\e803'; } .icon-ci-print_type_notebooks_solid::before { content: '\e80a'; } .icon-ci-print_type_mugs_solid::before { content: '\e80b'; } .icon-ci-1_ink_print_type::before { content: '\e822'; } .icon-ci-2_ink_print_type::before { content: '\e823'; } .icon-ci-3_ink_print_type::before { content: '\e820'; } .icon-ci-4_ink_print_type::before { content: '\e821'; } .icon-ci-ink_print_type::before { content: '\e824'; } .icon-ci_brightness_contrast::before { content: '\e827'; } 
.icon-ci-zoom::before { content: '\e828'; }
.icon-ci-less::before { content: '\e829'; }
.icon-ci-add::before { content: '\e82a'; }
.icon-ci-laser_type::before { content: '\e82b'; }
.icon-ci_color_product::before {content: '\e82c';}
.icon-ci-embroidery_print_type::before { content: '\e82e'; } 
.icon-ci-print_type_ttbg_ih::before { content: '\e82f'; }
.icon-ci-arrow_down::before { content: '\e830'; }
.icon-ci-arrow_right::before { content: '\e831'; }
.icon-ci-arrow_left::before { content: '\e832'; }
.icon-ci-arrow_up::before { content: '\e833'; }
.icon-si_print_type_totebags::before { content: '\e807'; }
.icon-upload_icon_stk::before { content: '\e81d'; } 
.icon-back_stk_icon::before { content: '\e807'; } 
.icon-forward_stk_icon::before { content: '\e81f'; } 
.icon-phone_icon::before { content: '\e834'; }
.icon-changeImg_icon::before { content: '\e835'; }
.icon-twinie_outline::before { content: '\e836'; } .icon-twinie::before { content: '\e837'; } .icon-ci_text_aligncenter::before { content: '\e838'; } .icon-ci_text_alignleft::before { content: '\e839'; } .icon-ci_text_alignright::before { content: '\e83a'; } .icon-ci_umbral::before { content: '\e83b'; } .icon-ci-order::before { content: '\e83e'; }
.icon-ci-filters::before { content: '\e83c'; }
.icon-ci-transform::before { content: '\e83d'; }
.icon-ci-generativebg::before { content: '\e83f'; }
.icon-ci-continueimg::before { content: '\e840'; }
.icon-ci-copybg::before { content: '\e841'; }
.icon-ci-elongate::before { content: '\e842'; }
.icon-ci-vp::before { content: '\e843'; }
.icon-ci-null{
margin-bottom: -3%;
}.animate-spin {
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
display: inline-block;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}body{
font-family: 'Museo Sans Rounded', sans-serif;
}
#contenidor_banner_ports_dsk_camaloon {
margin: 0;
max-height: 4vh;
overflow-y: hidden;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;   
}
#banner_titol_exp_dsk_camaloon {
color: gray;
}