*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-style: normal;



}


#btn-login{
  position: fixed;
  top: 15px;
  left: 15px;
  background-color: #00e0ff;
  color: #1a1a1a;
  border: none;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
}

/* Modal */
#login-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.login-hidden{
  display: none !important;
}

.login-box{
  background: #1a1a1a;
  padding: 25px;
  border-radius: 14px;
  width: 280px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.login-box input{
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
  border: none;
}

/* Cruz borrar */
.delete-comment{
  float: right;
  cursor: pointer;
  color: #ff4d4d;
  font-weight: bold;
  margin-left: 10px;
}


#ver-mas-btn{
  background-color: #00e0ff;
  color:white;
  padding: 5px;
  border-radius: 5px;
}


p{
    font-family: "Roboto", sans-serif;

}

h3{
    font-family: "Bebas Neue", sans-serif;

}


.img_vertical_1{
  width: 300px ;
  border-radius: 5%;
  margin-top: 30px;

}


.custom-carousel {
  position: relative;
  width: 320px;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  border-radius: 16px;
}

.cc-slides {
  display: flex;
  transition: transform 0.6s ease;
}

.cc-slide {
  min-width: 100%;
  position: relative;
}

.cc-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* Caption */
.cc-caption {
  position: absolute;
  bottom: 15%;
  left: 10%;
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
}

/* Botones */
.cc-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

.cc-btn.prev { left: 15px; }
.cc-btn.next { right: 15px; }

/* Dots */
.cc-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.cc-dot {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}

.cc-dot.active {
  background: #fff;
}

/* 📱 Responsive */
@media (min-width: 768px) {
  .cc-slide img {
    height: 420px;
  }

  .cc-caption {
    font-size: 1.1rem;
  }
}




body{
 background-image: url(./asset/fondo.jpg);
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 
}


h1{
    color:white;

}




.circulo_title{
    display: flex;
    justify-content: center;
    align-items: center; /* ← ESTA es la clave */
    margin-top: 30px;
    text-align: center;
    border: 1px solid white;
    height: 50px;
    width: 280px;
    border-radius: 40px;
    
}




.box_img_1{
    margin-top: 10px;

}

.img_1{
    width: 370px;
    border-radius: 10px;
}

.box_sobremi{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  margin: 40px auto;
  text-align: left;
 color: white;
 padding: 10px;
 border-radius: 2%;
  box-shadow: 0 4px 10px black;
  background-color: rgba(0, 0, 0, 0.4);
  width: 360px;
 
  
}


.img_banner{
 width: 340px;
 border-radius: 5%;
 box-shadow: 0 4px 10px black;

}


.box_sobremi p {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 1rem;         
  line-height: 1.6;         
  letter-spacing: 0.3px;
  margin-bottom: 1.2rem;
  font-size: 15px;
}



/* cards*/


.services {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* CARD */
.service-card {
  border-radius: 22px;
  overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
  box-shadow:
    0 10px 25px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

/* IMAGEN */
.card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENIDO */
.card-content {
  padding: 20px;
  text-align: left;
}

.card-content h3 {
  font-size: 1.1rem;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  font-weight: 600;
}

.card-content p {
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.9;
  color: white;
}



.icon_contactos{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 50px;

}

.a_circle {
  width: 50px;        
  height: 50px;
  border-radius: 50%;
  overflow: hidden;  
  display: inline-block; 
  border:1px solid #F9CC11;
  box-shadow: 0 4px 10px black;

}

.a_circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;    
  display: block;      
}


.comments-section {

  padding: 80px 20px;
width: 320px;
  margin: 50px;
  
}

.comments-container {
  max-width: 800px;
  width: 300px;
  margin: 0 auto;
}

.comments-title {
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.comments-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
   background-color: rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 16px;
  backdrop-filter: blur(6px);
}

.comments-form input,
.comments-form textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 14px 16px;
  color: #ffffff;
  font-size: 1rem;
  outline: none;
}

.comments-form input::placeholder,
.comments-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.comments-form input:focus,
.comments-form textarea:focus {
  border-color: #ffffff;
}

.comments-form button {
  margin-top: 10px;
  padding: 14px;
  background: linear-gradient(135deg, #ffffff, #cfd6e6);
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.comments-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  
}


.box_comentarios{

  margin-top: 30px;
  border:1px solid black;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
background-color: #cfd6e6;
width: 330px;
height: 100%;
border-radius: 20px;
padding: 20px;
}





.comments-list p {
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #444;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  font-size: 15px;
}

.comments-list p strong {
  display: block;
  color: #00e0ff; /* nombre en color */
  margin-bottom: 5px;
  
}


.contador-visitas {
  display: inline-block;        /* que no ocupe toda la línea */
  background-color: #00e0ff;    /* color de fondo llamativo */
  color: #1a1a1a;               /* texto oscuro */
  font-weight: bold;
  padding: 8px 16px;            /* espacio dentro del recuadro */
  border-radius: 12px;           /* bordes redondeados */
  border: 1px solid #444;       /* borde sutil */
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* sombra ligera */
  font-family: 'Arial', sans-serif;
  font-size: 1.1em;
  margin: 10px 0;               /* separación del resto del contenido */
}




@media (min-width: 480px) and (max-width: 767px) {




.custom-carousel {
  position: relative;
  width: 300px;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  border-radius: 16px;
}

  .img_banner{
 width: 500px;
}

}









@media (min-width: 768px) and (max-width: 1023px) {

custom-carousel {
  position: relative;
  width: 800px;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  border-radius: 16px;
}

.img_banner{
 width: 780px;
}

  
  .circulo_title {
    width: 350px;
    height: 60px;
    font-size: 1.2rem;
  }

  .img_1 {
    width: 450px;
  }

  .box_sobremi {
    max-width: 80%;
    margin: 50px auto;
  }

  .box_sobremi p {
   
  }

  .services {
    flex-direction: row;   /* tarjetas en fila */
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .service-card {
    width: 45%;            /* 2 por fila */
  }

  .card-image {
    height: 300px;
  
  }

  .icon_contactos {
    margin-top: 70px;
    margin-bottom: 70px;
    gap: 40px;
  }

  .box_comentarios {
    width: 400px;
  }

  .comments-form {
    padding: 40px;
  }

  .contador-visitas {
    font-size: 1.3em;
    padding: 10px 18px;
  }
}








/* ===============================
   Media query Desktop / PC (1024px y más)
   =============================== */
@media (min-width: 1024px) {



h3{ 
  font-size:25px;
}

  .custom-carousel {
  position: relative;
  width: 700px;
  max-width: 1200px;
  
  overflow: hidden;
  border-radius: 16px;
}

.img_vertical_1{
  width: 380px;
  border-radius: 5%;
  margin-top: 15px;
  margin: 5px;
}




.box_sobremi{
  display: flex;
  flex-direction: row;
  height: max-content;
  width: 900px;
  
}

.box_sobremi p{
  padding-top: 20px ;
  padding-bottom: 20px;
margin: 5px;
height: max-content;
font-size: 15px!important;



}


  .img_banner{
 width: 780px;
}

  
  .circulo_title {
    width: 400px;
    height: 70px;
    font-size: 1.5rem;
  }

  .img_1 {
    width: 500px;
  }

  .box_sobremi {
    max-width: 70%;
    margin: 60px auto;
  }

  .box_sobremi p {
    font-size: 1.2rem;
  }

  .services {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }

  .service-card {
    width: 30%;            /* 3 por fila */
  }

  .card-image {
    height: 320px;
  }

  .icon_contactos {
    margin-top: 80px;
    margin-bottom: 80px;
    gap: 50px;
  }

  .box_comentarios {
    width: 500px;
  }

  .comments-form {
    padding: 50px;
  }

  .contador-visitas {
    font-size: 1.4em;
    padding: 12px 20px;
  }
}



#audio-toggle {
    position: fixed;       /* siempre visible */
    bottom: 20px;          /* 20px desde abajo */
    right: 20px;           /* 20px desde la derecha */
    padding: 12px 16px;
    background-color: #00e0ff; 
    color: #1a1a1a;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;         /* por encima de todo */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#audio-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.35);
}
