#sp-footer, #sp-bottom {
    background: #171717;
    color: #fff;
    text-align: center;
}



img {
    display: inherit;
    
    max-width: 100%;
    height: auto;
}


#camera_wrap_134 .camera_caption > div div.camera_caption_title {
    padding-bottom: 12px;
    
    color: #FCBD16;
    
    font-size: 30px;
}


@media screen and (max-width: 650px){
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    margin-top: 7px;
}
}


/* SKIN psasdor de imagenes lo puse semi trasparente */
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    margin-left: 18px;
    margin-right: 18px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    background: #d8d8d8;
    background: rgba(216, 216, 216, 0.27);
}



#sp-top-bar {
    
    background: #24954d;
    color: #fff;
}
#sp-top-bar a {
    color: #fff;
}



/* -------------   Texto arriba Whatapp pc --------------- */
#textoup{
    color: white;
  	font-size: 14px;
    text-align: center;
    background: #060606;
    width: 135px;
    height: 22px;
    margin-bottom: 92px;
    display: block;
    right: 55px;
    position: fixed;
    bottom: -45px;
    box-shadow: 0 0 5px #000;
    z-index: 99999;  
}

/* -------------   Whatapp pc --------------- */
#PCWAHTSAPP { 
    padding: 0px 0px 10px 0px;
    color: #fff;
    font-size: 17px;
    padding-top: 12px;
    padding-left: 28px;
    padding-right: 0px;
    text-align: left;
    /* padding-bottom: 30px; */
    margin-bottom: 92px;
    display: block;
    width: 204px;
    right: 17px;
    border-top-left-radius: 10px;
    border-top-right-radius: 19px;
    height: 46px;
    position: fixed;
    bottom: -92px;
    border-top: 2px solid #2dc62d;
    background: url(https://image.flaticon.com/icons/svg/733/733585.svg) center 2px no-repeat #009900;
    background-position: 100px;
    background-position-x: 160px;
    background-position-y: center;
    text-decoration: none;
    box-shadow: 0 0 5px #fff;
    z-index: 99999;
    background-size: 40px 40px;
  }


/* -------------   Whatapp Movil--------------- */	
@media screen and (max-width: 650px){
#callnowWAHTSAPP { 
    color: #fff;
    padding-top: 22px;
    padding-left: 67px;
    /* line-height: normal; */
    /* color: #fff; */
    /* font-size: 17px; */
    /* padding-top: 7px; */
    /* padding-left: 5px; */
    /* padding-right: 70px; */
    /* text-align: left; */
    /* padding-bottom: 50px; */
    margin-bottom: 20px;
    display: block;
    width: 170px;
    right: 0;
    /* border-bottom-right-radius: 40px; */
    border-top-left-radius: 40px;
    height: 67px;
    position: fixed;
    bottom: -20px;
    border-top: 2px solid #2dc62d;
    background: url(https://image.flaticon.com/icons/svg/733/733585.svg) center 2px no-repeat #009900;
    background-position: 0px;
    background-position-x: 7px;
    background-position-y: center;
    text-decoration: none;
    box-shadow: 0 0 5px #000;
    z-index: 99999;
     background-size: 55px 55px;
}
}

@media screen and (max-width: 650px){
#callnowbutton {
    font-size: 20px;
    padding-top: 18px;
    padding-left: 65px;
    color: white;
    margin-bottom: 17px;
    display: block;
    width: 136px;
    right: 0;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    height: 67px;
    position: fixed;
    bottom: 55px;
    border-top: 2px solid #bae4f7;
    background: url(https://cdn.icon-icons.com/icons2/196/PNG/128/phone_23732.png) center 2px no-repeat #26aae1;
    background-position: 0px;
    background-position-x: 5px;
    background-position-y: 4px;
    text-decoration: none;
    box-shadow: 0 0 5px #000;
    z-index: 99999;
    background-size: 55px 55px; 
}
}

/* -------------  textoup Whatapp pc desbilitado en movil--------------- **/

@media only screen and  (max-width: 650px){
#textoup {
    display: none !important;
}
}

/* -------------   Whatapp pc desbilitado en movil--------------- **/

@media only screen and  (max-width: 650px){
#PCWAHTSAPP {
    display: none !important;
}
}


/* -------------   Whatapp Movil--------------- **/

@media only screen and  (min-width: 650px){
#callnowWAHTSAPP {
    display: none !important;
}
}

/* -------------   Telefono Movil--------------- **/

@media only screen and  (min-width: 650px){
#callnowbutton {
    display: none !important;
}
}