
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

#horarioDiv p {
    font-size: 10px;
    text-align: left !important;
}

#horarioDiv2 p {
    font-size: 12px;
    text-align: left !important;
}
.logo {


}
.caja2-imagen {
    /*height: 551px;*/
    object-fit: cover;
    width: 100%;
}
.owl-prev{
position: absolute;
left: -30px;
font-size: 70px !important;
top: -200px;
}

.owl-next{
position: absolute;
right: -30px;
font-size: 70px !important;
top: -200px;
}
.owl-nav{
    position: relative;
}

.owl-nav .disabled{
    display:none !important;
}

.clickWhatsapp {
    position: fixed;
    bottom: 21px;
    z-index: 999;
    right: 16px;
}

.clickWhatsapp img{
max-width: 87px !important;
max-height: 87px !important;
}
.comparte{
   font-size: 29px;font-weight: bold;margin-bottom:4px;
}

.comparte a{
    position:relative;
}

.comparte i{
    position:absolute;
    top:-10px;
    right:0;
}

.deals-block {
    display: block;
    position: relative;
    transition: 350ms;
}

.deals-block-discount {
    overflow: hidden;
    background-color: #000;
}
.deals-block-discount {
    padding-top: 0px !important;
}

.deals-block img {
    width: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.deals-block-discount .discount-block {
    top: -23px;
}
.deals-block-discount .discount-block {
    top: 13px;
    right: 28px;
    position: absolute;
    font-size: 36px;
    font-weight: 700;
    z-index: 1;
}

.deals-block-discount .discount-block::before {
    position: absolute;
    top: -105px;
    left: -40px;
    content: "";
    display: inline-block;
    background-color: #d8b050;
    width: 194px;
    height: 170px;
    border-radius: 50%;
    z-index: -1;
}
.discount-block-f::before {
    background: #304FFE !important;
}

.discount-block-w::before {
    background: green !important;
}

.deals-block-discount .discount-block::before {
    top: -101px;
    left: -46px;
    display: none;
}
.deals-block-discount * {
    color: #2b2c2f;
}
.deals-block .caption {
    background-color: #4a235a;
    padding: 20px 24px;
        padding-bottom: 20px;
    text-align: center;
}
.deals-block .caption {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}
.deals-block .caption {
    padding-bottom: 16px;
}
.deals-block-discount .caption {
    position: relative;
    display: block;
}
/*--------------------------------------------------------------

--------------------------------------------------------------*/

@media(max-width: 480px){
.deals-block .caption {
    padding: 19px 10px;
}
.img-portada {
    width: 100%;
    height: 170px !important;
    object-fit: cover;
}
.deals-block img {
    height: 95px !important;
    opacity: 0.6;
}

.lista_sub {
    font-size: 16px !important;
    padding-left: 12px !important;
}

.lista {
    font-size: 18px;
}

.deals-block-discount .discount-block {
    top: -9px;
    right: 28px;
    position: absolute;
    font-size: 36px;
    font-weight: 700;
    z-index: 1;
}
    .caja1-imagen {
    height: 150px !important;
    object-fit: cover;
    width: 100%;
}
.comparte{
   font-size: 16px;
}
.clickWhatsapp img{
max-width: 75px !important;
max-height: 75px !important;
}

.titulo {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
    text-align: center !important;
}
.logo img{
    width:50% !important;
}
.logo {
    text-align: center;
    padding-top: 30px;
    display: block !important;
}


  .redes {
    text-align: center;
}

ul.padre-lista li {
    padding: 12px 0px;
    border-bottom: 1px solid #dddddd;
    text-align: left !important;
}

img.img-fluid.imagen-caja-2 {
    height: 170px !important;
    width: 100% !important;
    object-fit: cover !important;
}

}


.banner{
    background-color: black;
}

.banner-category h2 {
    font-size: 43px;
    font-weight: bold;
} 

.img-portada{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.active {
    box-shadow: inset 1px 1px 3px #333;
}

.active a {
    color: #000;
    padding-left: 18px;
    font-weight:bold;
}

.titulo {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.caja1-imagen {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.caja1-imagen:hover {
   opacity: 2;
}

a:hover, a:focus {
    opacity: 0.7;
}

a:hover .caja-imagen{
    opacity: 0.7;
}

.caja-imagen{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

a.categoria-menu {
    font-size: 24px;
    margin-right: 13px;
    padding: 0px;
}

.contenedor-texto-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    margin-left: 15px;
    margin-right: 15px;
}

img.img-fluid.imagen-caja-2 {
    height: 187px;
    width: 100%;
    object-fit: cover;
}

.contenedor-texto{
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    padding: 0 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    text-shadow: 0 0 15px rgba(0,0,0,0.1);
    font-weight: 400;
    left:0;
}

.btn-primary{
    border-radius: 0px;background: #000;border-color: #000;
}
.btn-primary:hover{
    border-radius: 0px;background: #333;border-color: #333;
}

.btn-primary:focus{
    border-radius: 0px;background: #333;border-color: #333;
}

.btn-primary:active {
    border-radius: 0px;
    background-color: #333 !important;
    border-color: #333 !important;
}


.modal{
background: none !important;
}
.modal-content {
    border-radius: 0px;
    border-color: #fff;
    box-shadow: 1px 2px 5px #222;
}
.col-md-3.item-caja {
    margin-bottom: 25px;
}

ul.padre-lista {
    list-style: none;
    padding: 0px !important;
}

ul.padre-lista li {
    padding: 12px 0px;
    border-bottom: 1px solid #dddddd;
}

ul.lista-footer {
    list-style: none;
    padding: 0px !important;
}

.boton{
    border-radius: 0px;
    background: #444;
    font-weight: bold;
    color: #fff;
}

input.form-control {
    border-radius: 0px;
    background-color: #e7e7e7;
    border: 0px !important;
}

.footer-h5 {
    color: #000;
    font-weight: bold;
}
textarea.form-control {
    height: auto;
    border-radius: 0px;
    background-color: #e7e7e7;
    border: 0px !important;
}
/*ESTRELLAS CALIFICACION*/

#form {
  width: 100%;
  margin: 0 auto;
}

#form p {
  text-align: center;
}

#form label {
  font-size: 40px;
  color: grey;
}

#form input[type="radio"] {
  display: none;
}



#form .clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

#form label:hover,
#form label:hover ~ label {
  color: orange;
  cursor:pointer;
}

#form input[type="radio"]:checked ~ label {
  color: orange;
}


.lista a{
    font-weight: 600;
}


.lista_sub a {
    font-weight: 400 !important;
}


.lista_sub {
    margin-left: 25px;
}

