body {
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 10px 0;
}

.main-header-image {
    max-height: 400px; /* Adjusted height */
    width: auto;
}

.navbar {
    background-color: #E6E6E6;
    padding: 10px 0;
    text-align: center;
    width: 50%;
    z-index: 1;
    top: 400px;
    padding: 40px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    position: absolute;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-list li {
    margin: 0 15px;
}

.nav-list a {
    text-decoration: none;
    color: #909090;
    font-size: 16px;
    font-weight: bold;
    font-size: 20px; 
}

.nav-list a:hover {
    color: #000;
}

.bg-light {
    background: #f4f4f4;
    color: #333;
}

.grid-2 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.container {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 3rem 1rem;
    font-weight: 100;
}

.whatsapp-section p {
    text-align: center;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; /* Reduced margin-bottom */
}

.whatsapp-icon {
    margin-right: 10px;
}

/* Nuevo: Estilos para el mapa */
.map-container {
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    background: #fff; /* Fondo blanco para destacar el mapa */
    border: 2px solid #ddd; /* Contorno gris claro */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra */
    display: inline-block;
    border-radius: 8px; /* Bordes redondeados */
}

.contact-form-container {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto;
}

.contact-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.contact-form textarea {
    height: 100px;
    resize: vertical;
}

.contact-form .required {
    color: red;
}

.contact-form .privacy-policy {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-form .privacy-policy input[type="checkbox"] {
    margin-right: 10px;
}

.contact-form button[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.contact-form button[type="submit"]:hover {
    background-color: #555;
}

.contact-form .attention {
    font-size: 14px;
    color: #333;
}



/*FOOTER*/
.bg-dark {
    background: #333;
    color: #f4f4f4;
  }
  
  footer {
    padding: 2.2rem;
  }
  
  footer p {
    margin: 0;
  }
  

  footer{
  
  background-color:#121619;
  color:#fff;
  }
  
  .top_header{
  padding:2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  }
  
  .top_header section{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  }
  
  .top_header span{
  padding:0 1rem;
  }
  
  .top_header .fa{
  color:#ffffff;
  font-size:35px;
  }
  
  footer .border-shape {
  width: 40%;
  }
  
  footer .border-shape::before {
  width: 100%;
  left:120px;
  }
  
  footer .border-shape::after {
  width: 100%;
  right:120px;
  }
  
  footer .bottom_content section{
  padding:1.5rem 2rem;
  display:flex;
  align-items:center;
  justify-content:Center;
  }
  
  .bottom_content a{
  margin:0 20px;
  color:rgba(255,255,255,0.7);
  transition:0.5s;
  }
  
  .bottom_content a:hover{
  color:rgba(255,255,255,1);
  }
  
  
  .copyright{
  padding:0.8em 0;
  background-color:#1e1e1e;
  text-align:center;
  color:rgba(255,255,255,0.7);
  font-size:12px;
  }
  
  
  
  a{
    text-decoration:none;
    outline:none !important;
    color:#fff;
    }
    
    .border-shape {
    background: #ffffff none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    }
    
    .border-shape::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    
    .border-shape::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100px;
    }



    
  @media screen and (max-width: 768px) {
    .showcase {
      height: auto;
    }
  
    .content {
      width: 90%;
    }
  
    .navbar {
      width: 95%;
      top: 200px;
    }
  
    .top_header {
      
      padding: 1rem;
    }
  
    .nav-list {
      flex-direction: column;
    }

    .titulolapida{
      display: none;
    }


    
  
   
  
  }
  

@media screen and (max-width: 768px) {
  .top_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
  
  .top_header section {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    gap: 0.3rem;
  }
  
  .top_header i {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
  }
  
  .bottom_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  
  .bottom_content section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  
  .bottom_content a {
    font-size: 0.95rem;
    text-align: center;
  }
  
  .copyright {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }
  
  .copyright img {
    width: 100px;
    height: auto;
    display: block;
  }
  
  }


  @media screen and (max-width: 768px) {
    .about .grid-2 {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      margin-top: 9rem;
     
    }
  
    .about p {
      font-size: 1.5rem !important;
      text-align: center !important;
    }
  
    .about .grid-2 > div {
      width: 100%;
      padding: 0 1rem;
    }
  
    .whatsapp-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 2rem;
      gap: 1rem;
      
    }
  
    .whatsapp-icon {
      width: 70px !important;
      height: 70px !important;
      display: block;
      margin: 0 auto 0.5rem;
    }
  
    /* Mapa responsive */
    .map-container {
      width: 100%;
      padding: 0;
    }
  
    .map-container iframe {
      width: 100% !important;
      height: 300px !important;
      max-width: 100%;
      border: 0;
    }
  
    /* Formulario responsive */
    .contact-form-container {
      width: 100%;
      padding: 0 1rem;
      display: flex;
      justify-content: center;
    }
  
    .contact-form {
      width: 100%;
      max-width: 400px;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
  
    .contact-form h2 {
      text-align: center;
      font-size: 1.4rem;
    }
  
    .contact-form input,
    .contact-form textarea,
    .contact-form button {
      width: 80%;
      
      font-size: 1rem;
      border-radius: 4px;
      border: 1px solid #000000;
    }
  
    .contact-form button {
      background-color: #444;
      color: white;
      border: none;
      cursor: pointer;
    }
  
    .contact-form button:hover {
      background-color: #666;
    }
  
    .attention {
      font-size: 0.85rem;
      text-align: center;
    }
  }
  

  @media screen and (max-width: 768px) {
    .main-header-image {
      max-height: 200px;
      width: 100%;
      object-fit: cover;
      margin: 0 auto;
    }
  }

  .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;

}

.my-float{
	margin-top:16px;
}
