*{
    padding: 0; /* Eliminar internos externos por defecto de navegador*/
    margin: 0; /* Eliminar margenes externos por defecto de navegador*/
}

body{
  background: rgb(251,227,255);
  background: linear-gradient(20deg, rgba(251,227,255,1) 0%, rgba(251,227,255,1) 67%, rgba(199,246,255,1) 100%);
}

section {
    scroll-margin-top: 100px !important; /* Ajusta el valor al tamaño de tu encabezado */
}



.navmini{
    background-color: #1f1f23 !important;  /* Color de fondo del navbar superior */
    color: #eff0f0 !important; /* Color de letra en el nav bar superior */
}


.logonav{
  height: 70px;
}

.navinferior{
    transition: background-color 0.3s all;
    background-color: rgb(255, 255, 255) !important;
}

.navinferior a{
    color: black;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 25px;
}

/* Ajuste para dispositivos pequeños */
@media (max-width: 576px) { /* Cambia 576px según tus necesidades */
  .navinferior {
      top: 30px !important; /* Menor espacio en dispositivos pequeños */
  }

  .btnnavbar{
      margin-left: 0px;
  }

  .logonav{
    height: 50px;
  }
}

.spang{
  font-size: 1rem; /* Tamaño de letra */
}

.spanc{
  font-size: 0.7rem; /* Tamaño de letra */
}

.navinferior{
    top: 40px; /* Agregar margen superior equivalente al 40px */
}

/* Color de la navegación al hacer scroll */
.scrolled {
    background: rgb(255, 255, 255) !important;
}

.Seccion1{
    margin-left: 10%;
    margin-right: 10%;
}


/* Asegúrate de que el contenedor principal controle el posicionamiento */
.main-section {
  margin-top: 10%;
  position: relative;
  padding: 0; /* Elimina posibles márgenes o rellenos no deseados */
}

/* Ajusta las imágenes superpuestas */
.overlay {
  position: absolute; /* Relativo al contenedor principal */
}


  .main-section img.overlay {
    position: absolute;
    z-index: 1;
  }

  /* Definimos la animación para las imágenes */
/* Definimos la animación para las imágenes con rotación */
@keyframes moveImage {
    0% {
      transform: translate(0, 0) rotate(0deg); /* Comienza en la posición original y sin rotación */
    }
    50% {
      transform: translate(7px, -7px) rotate(5deg); /* Movimiento ligero y rotación */
    }
    100% {
      transform: translate(0, 0) rotate(0deg); /* Vuelve a la posición original sin rotación */
    }
  }
  
  /* Estilos de las imágenes */
  .main-section .image-2,
  .main-section .image-3,
  .main-section .image-4,
  .main-section .image-6 {
    position: absolute; /* Posición absoluta para el movimiento */
    animation: moveImage 5s ease-in-out infinite; /* Aplicamos la animación */
  }
  .main-section .image-1 {
    top: 42%;
    left: 26%;
    width: 90px;
  }
  .main-section .image-2 {
    top: 20%;
    right: 5%;
    width: 100px;
  }
  .main-section .image-3 {
    bottom: 7%;
    left: 7%;
    width: 130px;
  }
  .main-section .image-4 {
    bottom: 15%;
    right: 1%;
    width: 90px;
  }
  .main-section .image-5 {
    top: 25%;
    left: 3%;
    transform: translate(-50%, -50%);
    width: 90px;
  }
  .main-section .image-6 {
    top: 35%;
    right: 37%;
    width: 85px;
  }
 

  .content h1 {
    color: #2A322D;
    font-family: 'Sour Gummy', sans-serif; /* Usando la fuente Sour Gummy */
    font-size: 4.5rem; /* Tamaño grande y llamativo */
    letter-spacing: 2px; /* Espaciado entre letras */
    font-weight: 900;
  }

  .content h2 {
    color: #59645c;
  }

  .mybtn{
    margin-top: 5px;
    background: white;
    border-color: white;
    transition: transform 0.3s ease; /* Transición suave */
  }

 .mybtn:hover{
    background: white;
    border-color: white;
    transform: scale(1.2); /* Escala al 120% en hover */
  }


 .conterimg img{
    width: 70%;
 }

  /* Ajustes de diseño en dispositivos móviles */
  @media (max-width: 1710px) {





    .main-section .image-2,
  .main-section .image-3,
  .main-section .image-4,
  .main-section .image-6 {
        width: 90px; /* Ajustamos el tamaño de las imágenes para móviles */
    }
  
  
    .main-section .image-1 {
        top: 39%;
        left: 30%;
    }
  
    .main-section .image-2 {
        top: 16%;
        right: 0%;
    }
  
    .main-section .image-3 {
        top: 80%;
        left: 25%;
    }
  
    .main-section .image-4 {
        bottom: 8%;
        right: 0%;
    }
  
    .main-section .image-5 {
        top: 23%;
        left: 4%;
    }
  
    .main-section .image-6 {
        top: 30%;
        right: 35%;
    }
  
    
  }
  

 /* Ajustes de diseño en dispositivos móviles */
@media (max-width: 1680px) {





  .main-section .image-2,
.main-section .image-3,
.main-section .image-4,
.main-section .image-6 {
      width: 90px; /* Ajustamos el tamaño de las imágenes para móviles */
  }


  .main-section .image-1 {
      top: 39%;
      left: 30%;
  }

  .main-section .image-2 {
      top: 16%;
      right: 0%;
  }

  .main-section .image-3 {
      top: 80%;
      left: 25%;
  }

  .main-section .image-4 {
      bottom: 8%;
      right: 0%;
  }

  .main-section .image-5 {
      top: 19%;
      left: 4%;
  }

  .main-section .image-6 {
      top: 30%;
      right: 35%;
  }

  
}



 /* Ajustes de diseño en dispositivos móviles */
 @media (max-width: 1370px) {





  .main-section .image-2,
.main-section .image-3,
.main-section .image-4,
.main-section .image-6 {
      width: 90px; /* Ajustamos el tamaño de las imágenes para móviles */
  }


  .main-section .image-1 {
      top: 36%;
      left: 37%;
  }

  .main-section .image-2 {
      top: 16%;
      right: 0%;
  }

  .main-section .image-3 {
      top: 80%;
      left: 25%;
  }

  .main-section .image-4 {
      bottom: 8%;
      right: 0%;
  }

  .main-section .image-5 {
      top: 12%;
      left: 4%;
  }

  .main-section .image-6 {
      top: 30%;
      right: 35%;
  }

  
}

/* Ajustes de diseño en dispositivos móviles */
@media (max-width: 1024px) {

  .Seccion1{
      margin-top: 15%;
      margin-left: 10%;
      margin-right: 10%;
  }



  .main-section .image-2,
.main-section .image-3,
.main-section .image-4,
.main-section .image-6 {
      width: 60px; /* Ajustamos el tamaño de las imágenes para móviles */
  }


  .main-section .image-1 {
      top: 41%;
      left: 35%;
      width: 50px;
  }

  .main-section .image-2 {
      top: 16%;
      right: 0%;
      width: 70px;
  }

  .main-section .image-3 {
      top: 80%;
      left: 12%;
  }

  .main-section .image-4 {
      bottom: 8%;
      right: 0%;
      width: 45px;
  }

  .main-section .image-5 {
      top: 33%;
      left: -3%;
      width: 60px;
  }

  .main-section .image-6 {
      top: 30%;
      right: 35%;
      width: 60px;
  }

  .content h1 {
      font-size: 3rem; /* Reducimos el tamaño del título en pantallas pequeñas */
  }

  .content h2 {
      font-size: 1.2rem; /* Reducimos el tamaño del subtítulo */
  }

  .mybtn {
      font-size: 1rem; /* Ajustamos el tamaño del botón */
  }

  .conterimg img {
      width: 90%; /* Aseguramos que la imagen se ajuste bien en dispositivos móviles */
  }
}


/* Ajustes de diseño en dispositivos móviles */
@media (max-width: 853px) {

  .Seccion1{
      margin-top: 15%;
      margin-left: 10%;
      margin-right: 10%;
  }



  .main-section .image-2,
.main-section .image-3,
.main-section .image-4,
.main-section .image-6 {
      width: 60px; /* Ajustamos el tamaño de las imágenes para móviles */
  }


  .main-section .image-1 {
      top: 27%;
      left: 25%;
      width: 50px;
  }

  .main-section .image-2 {
      top: 16%;
      right: 0%;
      width: 70px;
  }

  .main-section .image-3 {
      top: 80%;
      left: 25%;
  }

  .main-section .image-4 {
      bottom: 8%;
      right: 0%;
      width: 45px;
  }

  .main-section .image-5 {
      top: 19%;
      left: -3%;
      width: 60px;
  }

  .main-section .image-6 {
      top: 30%;
      right: 35%;
      width: 60px;
  }

  .content h1 {
      font-size: 3rem; /* Reducimos el tamaño del título en pantallas pequeñas */
  }

  .content h2 {
      font-size: 1.2rem; /* Reducimos el tamaño del subtítulo */
  }

  .mybtn {
      font-size: 1rem; /* Ajustamos el tamaño del botón */
  }

  .conterimg img {
      width: 90%; /* Aseguramos que la imagen se ajuste bien en dispositivos móviles */
  }
}


/* Ajustes de diseño en dispositivos móviles */
@media (max-width: 767px) {

    .Seccion1{
        margin-top: 30%;
        margin-left: 10%;
        margin-right: 10%;
    }



    .main-section .image-2,
  .main-section .image-3,
  .main-section .image-4,
  .main-section .image-6 {
        width: 60px; /* Ajustamos el tamaño de las imágenes para móviles */
    }


    .main-section .image-1 {
        top: 11%;
        left: 52%;
        width: 50px;
    }

    .main-section .image-2 {
        top: 55%;
        right: 0%;
        width: 45px;
    }

    .main-section .image-3 {
        top: 38%;
        left: 68%;
    }

    .main-section .image-4 {
        bottom: 8%;
        right: 0%;
        width: 45px;
    }

    .main-section .image-5 {
        top: 4%;
        left: -3%;
        width: 45px;
    }

    .main-section .image-6 {
        top: 55%;
        right: 65%;
        width: 60px;
    }

    .content h1 {
        font-size: 3rem; /* Reducimos el tamaño del título en pantallas pequeñas */
    }

    .content h2 {
        font-size: 1.2rem; /* Reducimos el tamaño del subtítulo */
    }

    .mybtn {
        font-size: 1rem; /* Ajustamos el tamaño del botón */
    }

    .conterimg img {
        width: 90%; /* Aseguramos que la imagen se ajuste bien en dispositivos móviles */
    }
}



.quienes-somos{
  background: white;
}

.quienes-somos h3{
  color: #2A322D;
    font-family: 'Sour Gummy', sans-serif; /* Usando la fuente Sour Gummy */
    font-size: 2.8rem; /* Tamaño grande y llamativo */
    letter-spacing: 2px; /* Espaciado entre letras */
    font-weight: 900;
}

.quienes-somos img{
  width: 700px;
  padding: 8px;
}


.concejos{
  background: #F4F5F5;
}

.concejos h3{
  color: #2A322D;
    font-family: 'Sour Gummy', sans-serif; /* Usando la fuente Sour Gummy */
    font-size: 2.8rem; /* Tamaño grande y llamativo */
    letter-spacing: 2px; /* Espaciado entre letras */
    font-weight: 900;
}

.features{
  background: white;
}

.features div{
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features .card:hover {
  transform: translateY(-10px); /* Eleva la tarjeta al pasar el cursor */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Sombra más grande */
}

.features h3{
  color: #2A322D;
    font-family: 'Sour Gummy', sans-serif; /* Usando la fuente Sour Gummy */
    font-size: 2.8rem; /* Tamaño grande y llamativo */
    letter-spacing: 2px; /* Espaciado entre letras */
    font-weight: 900;
}




.benefits{
  background: rgb(255, 255, 255);
}

.benefits div{
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefits .card:hover {
  transform: translateY(-10px); /* Eleva la tarjeta al pasar el cursor */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Sombra más grande */
}

.benefits h3{
  color: #2A322D;
    font-family: 'Sour Gummy', sans-serif; /* Usando la fuente Sour Gummy */
    font-size: 2.8rem; /* Tamaño grande y llamativo */
    letter-spacing: 2px; /* Espaciado entre letras */
    font-weight: 900;
}


.servicios h3{
  color: #2A322D;
    font-family: 'Sour Gummy', sans-serif; /* Usando la fuente Sour Gummy */
    font-size: 2.8rem; /* Tamaño grande y llamativo */
    letter-spacing: 2px; /* Espaciado entre letras */
    font-weight: 900;
}


.separador {
  position: relative;
  background-color: #f4f4f9; /* Color de fondo para mayor contraste */
  height: 20px; /* Ajusta según el tamaño deseado */
  overflow: hidden;
}




.blog-section {
  background-color: #f9f9f9;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card-image {
  position: relative;
}

.card-image img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: auto;
}

.date-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #c4a4ff;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 8px;
}

.card-body {
  padding: 15px;
}

.card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.card-text {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

.card-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  margin-top: 10px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.author-name {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}

.read-more {
  color: #007bff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #0056b3;
}



.contact-form{
  background-image: url('../imagenes/fondoform.png');
  background-size: cover; /* Esto asegura que la imagen cubra toda la sección */
  background-position: center; /* Esto centra la imagen */
  background-repeat: no-repeat; /* Esto evita que la imagen se repita */
}

@media (max-width: 576px) { /* Cambia 576px según tus necesidades */
  .contact-form{
    background-image: url('../imagenes-movil/fondoform.png');
  }

}


.bg-light {
  background-color: #f7f7f7 !important;
}

.form-card {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-purple {
  background-color: #6f42c1;
  color: white;
  border: none;
}

.btn-purple:hover {
  background-color: #5a34a4;
}

.form-control {
  border-radius: 25px;
  box-shadow: none;
  padding-left: 25px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #6f42c1;
}

.form-label {
  font-weight: 600;
}

.text-center img {
  margin-bottom: 15px;
}



footer .bg-primary {
    background-color: #1e2a44 !important; /* Color de fondo para el footer */
}

footer a {
    text-decoration: none; /* Quitar decoración de los enlaces de footer */
}

footer a:hover {
    text-decoration: underline; /* Decoración de los links al pasar el mouse en el footer */
}

footer hr {
    opacity: 0.2; /* Opacidad de la line separadora del footer */
}

.text-primary {
    color: #2E75B6 !important; /* Color del texto primario */
}

footer{
    text-align: left !important; /* Alinear texto del footer a la izquierda */
}

.footer-logo {
    display: flex; /* Usar Flexbox para centrar contenido */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
}

footer img {
    width: 350px; /* Ajusta el tamaño de la imagen */
    max-height: 350px; /* Puedes establecer un límite de altura si lo deseas */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
}


.footerc {
    
    width: 100%; /* Asegura que el div abarque toda la pantalla */
    background: white;
    background-color: #ffffff; /* Color de fondo del footer */
    position: relative; /* Mantiene el div en la posición deseada */
    margin: 0; /* Elimina cualquier margen que pueda causar desbordamiento */
    padding: 2px 0; /* Espacio superior e inferior para el texto */
}

footer li a{
    text-decoration: none !important;
    color:white
}
