@charset "UTF-8";
/* variables*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Roboto:ital,wght@0,100;0,700;1,100&display=swap");

body {
  
  font-family: 'Roboto', sans-serif;
}

/* ===== FOOTER ===== */
/* ===== FOOTER ===== */
.footer {
  font-family: inherit;
}

.footer h3 {
  font-weight: 600;
}

.footer p,
.footer li,
.footer address {
  font-weight: 400;
}

.footer {
  background: #0f172a;
  color: white;
  padding: 60px 5%;
}

.pie {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  align-items: start;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer p,
.footer li,
.footer address {
  font-size: 14px;
  color: #d2d0de;
  line-height: 1.6;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer a {
  color: #94a3b8;
  text-decoration: none;
  transition: 0.3s;
}

.footer a:hover {
  color: #2563eb;
}

/* ===== MAPA ===== */
.mapa iframe {
  width: 100%;
  border-radius: 10px;
}

/* ===== BOTÓN IR ARRIBA ===== */
#goTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border: none;
  background: #2563eb;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: 0.3s;
  cursor: pointer;
}

#goTopBtn:hover {
  transform: scale(1.1);
}


.ul-f {
  color: #d2d0de;
  padding: 0;
  width: 150pt;
  margin-top: 15px;
  list-style-type: none;
  text-decoration: none;
}

.iconos a {
  text-align: center;
  padding-bottom: 0px;
  margin-right: 10px;
  margin-top: 10px;
}

/*.menu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Ajusta el valor según sea necesario para evitar solapamiento 
}*/
/* ===== NAVBAR ===== */
/* ===== NAVBAR ===== */

.navbar {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.navbar-nav .nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9ca3af;
}

.navbar-nav .nav-link:hover {
  color: #1f2937;
}

.navbar-brand p {
  font-size: 28px !important;
  font-weight: bold;
  color: #111827 !important;
  padding-left: 2rem !important;
}





.ban {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 6%;
}

.banner {
  width: 100%;
  text-align: center;
  padding-top: 0%;
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1200px auto;
}

.container {
  width: 100%;
  margin-top: 0%;
}

.contenido {
  margin-top: 0%;
}

/* ===== CARDS ===== */

.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-text {
    flex-grow: 1;
}


.card:hover {
  transform: translateY(-10px);
  .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 25px;
}


.card {
  
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  background: white;
}
.card-body {
  display: flex;
  flex-direction: column;
}

.card-text {
  flex-grow: 1;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}
.btn-danger {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border: none;
  border-radius: 12px;
  padding: 8px 18px;
  transition: 0.3s;
  width: 100%;
}

.btn-danger:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.card2 {
  border: 2px solid #ccc;
  /* Ancho y color del borde */
  border-radius: 10px;
  /* Radio de la esquina para suavizar el borde */
  width: 70%;
  /* Ajusta el ancho según tus necesidades */
  margin: auto;
  /* Centra la card2 horizontalmente */
  margin-top: 20px;
  /* Espacio en la parte superior */
}

.btn-danger {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  border: none;
  border-radius: 12px;
  padding: 8px 18px;
  transition: 0.3s;
  width: 100%;
}

.btn-danger:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}


.button {
  padding: 10px 20px;
  background-color: #dc3545;
  /* Color de fondo del botón */
  color: #fff;
  /* Color del texto del botón */
  border: none;
  cursor: pointer;
}

.card-img-top {
  justify-content: left;
  padding-left: 0rem;
  padding-top: 0%;
  border-radius: 3pt;
  -webkit-border-radius: 3pt;
  -moz-border-radius: 3pt;
  -ms-border-radius: 3pt;
  -o-border-radius: 3pt;
}

 .subscription-banner img {
  width: 400px;
  height: 180px;
  padding-top: 5%;
  border-radius: 0;
}

.text-light {
  font-size: 16px;
  color: #37363a;
  height: 35px;
}

.til {
  padding-top: 14pt;
}



.btn {
  background-color: #dc3545;
  /* Puedes ajustar el código de color según tus preferencias */
  border-color: #dc3545;
  /* Cambia el color del borde si es necesario */
  color: #ffffff;
  /* Cambia el color del texto para asegurar la legibilidad en el nuevo fondo */
}



.row {
  align-content: d-flex;
  align-items: center;
}

.destacado {
  width: 80%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 4%;
  margin-left: 12%;
  margin-bottom: 4%;
  box-sizing: border-box;
}

.destacado2 {
  width: 100%;
  display: flex;
  margin-top: 0%;
  margin-left: 0%;
  margin-bottom: 0%;
  box-sizing: border-box;
}

.fotodes {
  width: 350px;
  height: 252px;
  padding-left: 0%;
  border-radius: 20px 70px 20px 20px;
  -webkit-border-radius: 20px 70px 20px 20px;
  -moz-border-radius: 20px 70px 20px 20px;
  -ms-border-radius: 20px 70px 20px 20px;
  -o-border-radius: 20px 70px 20px 20px;
}

.fotoest {
  padding-left: 0%;
  width: 201px;
  height: 126px;
}

.noticia-2 {
  flex: 1;
  padding-left: 7%;
  height: 270px;
  width: 20rem;
  text-align: left;
}

.hr {
  height: 0px;
  border: 10px dashed;
  color: #dcdee1;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-size: 100%;
  overflow-x: hidden;
}

#content {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
}



.subscription-banner {
  text-align: center;
  background-color: #f8f8f8;
  padding: 20px;
}

.subscription-banner img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.subscription-banner p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.subscription-banner form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscription-banner input[type=email] {
  padding: 10px;
  margin-right: 10px;
  width: 250px;
}

.subscription-banner input[type=submit] {
  padding: 10px 20px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.carousel {
  padding-top: 0%;
  
}
.container {
                width: 100%;
                margin-top: 10%;
                
            }

/* ===== CONTENEDOR FORMULARIO ===== */
.container2 {
  max-width: 900px;
  margin: 80px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Ajuste interno */
.container2 .card2 {
  border: none;
  box-shadow: none;
  background: transparent;
}

/* Header */
.container2 .card-header {
  background: transparent;
  border: none;
  padding-bottom: 0;
}

.container2 h3 {
  font-weight: 700;
  color: #111827;
}

/* Inputs */
.container2 .form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.container2 .form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}




/* Imagen decorativa */
.fotoest {
  max-width: 180px;
  margin-bottom: 20px;
}




/*# sourceMappingURL=styles.css.map */

  /* Media query para pantallas pequeñas (hasta 600px) */
     
          /* Media query para pantallas pequeñas (hasta 600px) */
       /* Media query para pantallas pequeñas (hasta 600px) */
   /* Media query para pantallas pequeñas (hasta 600px) */
        @media screen and (max-width: 600px) {

            
            .container {
                width: 100%;
                margin-top: 10%;
                
               
            }

           .card-container {
        grid-template-columns: 1fr;   /* 1 sola columna */
        gap: 25px;                    /* separación entre cards */
        margin-top: 6%;
    }

            .card {
                width: 100%;
                padding: 0;
                
            }

            .card:hover {
                transform: none;
            }

           

            .mapa {
                display: none;
            }
            .btn-danger{
                width: 100%;
            }
            

        }
        @media screen and (min-width: 601px) and (max-width: 1024px) {

    .container {
        width: 95%;
        margin-top: 8%;
    }
    

    .card-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 5%;
    }

    .card {
        width: 100%;
        padding: 0;
    }

    .btn-danger {
        width: 100%;
    }

    .mapa iframe {
        width: 100%;
        height: 250px;
    }

}