
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; /* Safari */
    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; /* Safari */
        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; /*hide original SELECT element:*/
}

.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;
}
