/* Add here all your CSS customizations */
.social-icons li:hover.social-icons-contactanos a {
    background: #009640;
}
.social-icons li:hover.social-icons-delivery a {
    background: #009640;
}
.form-control-custom {
    display: inline-block;
    width: 85%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right:10px;
}
.form-control-custom[disabled], .form-control-custom[readonly], fieldset[disabled] .form-control-custom {
    background-color: #eee;
    opacity: 1;
}
.label-custom {
    display:block;
}
body {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
#btrecordar {
    cursor: pointer;
}
.buscador-movil {
    float: left !important;
    margin-top: 14px !important;
}
.slider-swiper ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.slider-swiper .boton {
    background-color: #009640;
    padding: 30px 20px !important;
}
.swiper-container {
    overflow: visible !important;
}
.slider-swiper .swiper-pagination {
    bottom: -30px !important;
}
.slider-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
.slider-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #009640;    
}
.valor_producto {
    margin-bottom: 0;
}
.texto_oferta {
    color: #ff0000;
}
.taller {
    color: #009640;
    margin-bottom: 10px;
}
.informacion_precios {
    margin: 5px 0px;
    color: #009640;
}
.informacion_precios ul li.rojo {
    color: #ff0000;
}
#footer .footer-copyright {
    padding: 30px 0 10px;
}
.dialogo_obsequio {
    background: white;
    padding: 20px;
    margin: 40px auto;
    position: relative;
    width: 740px;
}

@media (max-width: 479px) {
    .slider-swiper .boton {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .post-content img {
        width: 100% !important;
        height: auto !important;
    }
    #footer .footer-copyright p {
        line-height: 17px !important;

    }
    #footer .container .row > div {
        margin-bottom: 10px;
    }
    #footer .footer-copyright nav {
        margin-bottom: 15px !important;
    }    
    #footer .footer-copyright nav.footer-nav-bottom ul li a {
        padding: 5px !important;
        line-height: 10px !important;
    }
}