*{
    margin: 0;
    padding: 0;
    
}

@font-face {
  font-family: 'Lastica';
  src: url("../fonts/lastica.ttf") format('truetype');
}

body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background: rgb(214, 219, 222) !important;
    /*font-family: 'Lastica'!important;*/
}



/* Estilos para el scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
 }
 
 .cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b6a82cad;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
 }
 
 .cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #234567;
 }
 
 .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
 }
 
 .cta:hover:before {
  width: 100%;
  background: #b6a82cad;
 }
 
 .cta:hover svg {
  transform: translateX(0);
 }
 
 .cta:active {
  transform: scale(0.95);
 }


 nav .icon::after{
  margin-left: 20px;
  color: black;
  content: none;
  
  
}
nav .icon{
  margin-left: 20px;
  color: black;
  
  
}
nav .icon:hover{
  color: rgb(0, 0, 0);
  
}

/* Estilo básico del tooltip */
[data-title]::after {
  content: attr(data-title);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}


hr {
  border: none; /* Elimina el borde predeterminado */
  height: 2px !important; /* Establece la altura de la línea */
  background-color: black !important; /* Establece el color de fondo de la línea */
  margin-top: 10px; /* Ajusta el margen superior según sea necesario */
  margin-bottom: 10px; /* Ajusta el margen inferior según sea necesario */
}


.button {
  margin-left: 25%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164);
  cursor: pointer;
  transition-duration: .3s;
  overflow: hidden;
  position: relative;
}

@media (max-width: 480px) {
  
.button {
  margin-left: 30%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164);
  cursor: pointer;
  transition-duration: .3s;
  overflow: hidden;
  position: relative;
}
}

.svgIcon {
  width: 12px;
  transition-duration: .3s;
}

.svgIcon path {
  fill: white;
}

.button:hover {
  margin-left: 30px;
  width: 140px;
  border-radius: 50px;
  transition-duration: .3s;
  background-color: rgb(255, 69, 69);
  align-items: center;
}

.button:hover .svgIcon {
  width: 50px;
  transition-duration: .3s;
  transform: translateY(60%);
}

.button::before {
  position: absolute;
  top: -20px;
  content: "Delete";
  color: white;
  transition-duration: .3s;
  font-size: 2px;
}

.button:hover::before {
  font-size: 13px;
  opacity: 1;
  transform: translateY(30px);
  transition-duration: .3s;
}


}

.tamimg {
  width: 90% !important;
  height: 90% !important;
  max-width: 90% !important;
  max-height: 90% !important;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container::after {
  content: "Validando...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.tamimgv {
  width: 90% !important;
  height: 90% !important;
  max-width: 90% !important;
  max-height: 90% !important;
}

.imgcoment{
  width: 100%;
  height: 100%;
}

.star-icon {
  font-size: 16px; /* Ajusta el tamaño de las estrellas */
  color: gold ; /* Cambia el color de las estrellas a dorado */
}

.star-rating {
  font-size: 14px; /* Ajusta el tamaño del contenedor de las estrellas */
}

.rating-wrapper {
 
  display: flex;
  align-items: center;
}

.star-rating {
  margin-left: 8px;
  margin-right: 5px; /* Ajusta el espacio entre las estrellas y el número de valoración */
}

.rating-value {
  font-size: 12px; /* Ajusta el tamaño del número de valoración */
  margin-top: -14px; /* Ajusta la posición vertical del número de valoración */
}



#ratingStars {
  font-size: 24px;
}

.star {
  color: #ddd;
  cursor: pointer;
}

.selected-star,
.star:hover {
  color: #ffdd00;
}

.btncolor{
  width: 100%;
  height: 100%;
  color:#23456700;
  border: 2px solid rgba(0, 0, 0, 0.0);
  border-radius: 100%;

}

.btncolorac{
  width: 100%;
  height: 100%;
  color:#23456700;
  border: 2px solid rgba(0, 0, 0, 0.308);
  border-radius: 100%;

}
.custom-form {
  margin-bottom: 10px;
}


