*{
    box-sizing: initial !important;
    word-break: normal !important;
}

.entry-content > div > div{
  padding-top: 0 !important;
}

.CategoriasSidebar{
  margin-top: 30px;
}

.CategoriasSidebar li{
  list-style: none;
  margin-bottom: 10px;
}

p{
    font-size: 18px;
    font-weight: 100;
}

.cajaPrincipal{
    max-width: 900px;
    border: 2px solid rgba(19,50,43,0.2);
    box-shadow: 2px 2px 15px  rgba(0,0,0,0.08);
    margin-bottom: 100px;
    /* margin-left: 30px;
    margin-right: 30px; */
}

.nombreNegocio h2{
  margin: 0;
  background-color: #D52B1E;
  text-align: center;
  color: Whitesmoke;
  padding: 20px;
}

.primeraCaja{
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.primeraCaja > .imagenNegocio {
  flex-basis: 40%;
}

.primeraCaja > .resenasYBotones {
  flex-basis: calc(60% - 68px);
}

.imagenNegocio{
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagenNegocio img{
    box-shadow: 2px 2px 15px  rgba(0,0,0,0.08);
    border-radius: 5px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.resenasYBotones{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.resenasYBotones img{
    width: 22px;
    margin-left: 10px;
}

.resenasYBotones h3{
  margin-bottom: 40px !important;
  font-size: 28px;
  text-align: center;
}

.rating{
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
  width: 350px;
}

.rating span{
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50px;
  padding: 10px;
  width: 40px;
  text-align: center;
  box-shadow: 2px 2px 15px  rgba(0,0,0,0.08);
  width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.botones{
  display: flex;
  gap: 30px;
  justify-content: center;
  height: 50px;
}

.botones a{
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50px;
  padding: 15px 20px;
  text-align: center;
  box-shadow: 2px 2px 15px  rgba(0,0,0,0.2);
  background-color: #215387;
  color: whitesmoke;
  margin: auto;
  display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    width: 90px;
}

.botones a:hover{
    background-color: #D52B1E;
    color: whitesmoke;
  }


.segundaCaja{
  display: flex;
  flex-wrap:wrap;
  gap: 60px;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.segundaCaja img{
    width: 22px;
    margin-right: 15px;
}

.segundaCaja > .datos {
    flex-basis: 40%;
  }
  
.segundaCaja > .iframe {
    flex-basis: calc(60% - 68px);
}

.datos{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.datos h3{
    background-color: #D52B1E;
    text-align: center;
    color: whitesmoke;
    font-size: 22px;
    border-radius: 5px;
    padding: 15px;
    margin-top: 30px;
}

.datos > div{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.datos li{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
}

.datos span{
    font-weight: bold;
    margin-right: 10px;
}

.listaHorario{
    padding-left: 0 !important;
}

.listaHorario li{
  list-style: none;
}

.iframe{
    text-align: center;
}




.anunciosMovil{
  display: none;
  margin-bottom: 30px;
}

.anunciosOrdenador{
  margin-bottom: 30px;
}



@media (max-width: 1024px) {
    
    .primeraCaja{
        flex-wrap: wrap;

    }


}


@media (max-width: 850px) {
    
    .primeraCaja > .imagenNegocio {
        flex-basis: 100%;
    }
    
    .primeraCaja > .resenasYBotones {
        flex-basis: 100%;
    }

    .segundaCaja > .datos {
        flex-basis: 100%;
    }
      
    .segundaCaja > .iframe {
        flex-basis: 100%;
    }

    .datos{
        margin-top: 50px;
    }

  }


  
  @media (max-width:800px){
    .anunciosMovil{
        display: block;
        margin-top: 30px;
        margin-bottom: 40px;
    }
  
    .anunciosOrdenador{
        display: none;
    }
  }
  

@media (max-width: 500px) {
    .botones{
        flex-direction: column;
        margin-top: 110px;
        margin-bottom: 70px;
    }

    .botones a{
        width: 250px;
    }

}








