 .grid-item { width: 350px; }
@media (min-width: 481px) and (max-width: 575px) {
   
  .lineaHeader {
    height: 2px;
  }
	 .container {
    max-width: 750px;
  }
	 .badge-custom {
    margin: 2px;
    padding: 5px 5px;
    font-size: 13px;
  }
  .detalle_chic {
    height: 750px;
  }
  .fotocirculo {
    max-width: 100%;
    margin: 0 auto;
  }
	 .circuloverde_interior {
    margin-left: 30px;
  }
  .estrellas_descrip {
    text-align: center;
    padding-bottom: 10px;
  }
  .descrip {
    font-size: 13px;
  }
  .nomb_descrip {
    font-size: 25px;
    padding-bottom: 5px; /* Puedes ajustar según lo que necesites */
    text-align: center !important;
    color: #FFF;
    margin: 0 auto; /* Solo si es necesario */
  }
  .box {
    width: 80px; /* Ajusta el tamaño de los círculos */
    height: 80px; /* Mantén las proporciones */
    aspect-ratio: 1 / 1; /* Asegura que mantenga la proporción circular */
    margin: 5px; /* Reduce el margen para evitar que se salgan */
    padding: 5px; /* Ajusta el padding si es necesario */
    border-radius: 50%; /* Asegura que las cajas sigan siendo circulares */
  }
	 .fotocirculo {
    max-width: 80% !important;
    height: auto;
    object-fit: cover;
  }
  .detalle_chic {
    font-size: 25px;
    padding-bottom: 5px;
    text-align: center;
    height: 850px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/novedades.jpg);
  }
	 .cont_coment {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
	.container, .container-sm {
    max-width: 750px !important;
  }
	 .lineaHeader {
    height: 3px;
  }
	.textFooter {
    font-family: poppins;
    color: #FFF !important;
    font-size: 14px !important;
  }
	 .fondonav {
    background-image: url("../img/fondoNavmovil.jpg");
    margin: 0 auto;
  }
  .detalle_chic {
    height: 750px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(../img/novedades.jpg);
  }
  .badge-custom {
    margin: 2px;
    padding: 5px 5px;
    font-size: 13px;
  }
  .badge-custom_serv {
    margin: 2px;
    padding: 5px 5px;
    font-size: 13px;
  }
	 .card-img-top {
    width: auto;
    max-width: 100%;
    height: auto;
  }
	 .card {
    margin: 0 10px;
  }
  .barra_datos {
    font-size: 15px;
    font-weight: 300 !important;
  }
  .acerca_mi {
    font-size: 18px;
  }
  .cont_badge {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nomb_descrip {
    font-size: 25px;
    padding-bottom: 5px;
    text-align: center !important;
  }
  .estrellas_descrip {
    text-align: center;
    padding-bottom: 10px;
  }
  .descrip {
    font-size: 13px !important;
  }
  .container, .container-sm {
    max-width: 700px;
  }
	 .texto_fotos {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.5; /* 1.5 veces la altura de la fuente */
  }
  .fuente_valores {
    font-size: 15px;
    font-weight: 400;
  }
	 .nomb_descrip {
    font-size: 25px;
    padding-bottom: 5px;
    text-align: center;
  }
  .cont_coment {
    margin-top: 30px;
  }
}

@media (min-width: 769px) and (max-width: 990px) {
	.iconos_valores {
    width: 60px;
  }
  .detalle_chic {
    height: 450px;
  }
	.container {
    max-width: 900px !important; /* Cambia este valor al que prefieras */
  }
  .badge-custom_serv {
    margin: 2px;
    padding: 3px 3px;
    font-size: 12px;
  }
  .badge-custom {
    margin: 2px;
    padding: 3px 3px;
    font-size: 12px;
  }
  .barra_datos {
    margin-top: 10px;
    padding: 5px;
    font-size: 15px;
  }
  .cont_coment {
    margin-top: 30px !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
	 .badge-custom {
    margin: 2px;
    padding: 5px 5px;
    font-size: 13px !important;
  }
  .iconos_valores {
    width: 60px;
  }
	.badge-custom_serv {
    border: 2px solid #6B6000;
    font-size: 13px;
  }
	 .cont_coment {
    margin-top: 40px !important;
  }
}
@media (min-width: 1200px) {
	 .iconos_valores {
    width: 60px;
  }
	 .logo_grande {
    max-width: 300px;
    padding-bottom: 15px;
  }
  .cont_menu {
    background: #000000;
    height: 50px;
    padding-top: 10px;
  }
	 .iconos_valores {
    width: 60px;
  }
  .contenedor-iconos {
    width: 100vw !important;
  }
	 .fondo-acordeon {
    background: #000000 !important;
  }
  .iconos_valores {
    width: 60px;
  }
	 .cont_coment {
    margin-top: 0px !important;
  }
}
/* Estilos para pantallas mayores a 1201px */
@media (min-width: 1201px) {
  .iconos_valores {
    width: 60px;
  }
}