* {
    font-family: "Open Sans", sans-serif;
    margin: 0%;
    padding: 0%;
   
}

body {
  background-repeat: no-repeat;
  background-size: cover;
   background-image: url(../../imagenes/fondo_banners_Blur.png);
}

.hamburguesa {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background-color: #a43e3e;
  color: #fff;
  border: 1px solid;
  font-size: 1.8rem;
  padding: 0.3rem 0.6rem;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}

.hamburguesa:hover {
  background: #a05a44;
}

.menu {
  position: fixed;
  top: 75px;
  right: 1rem;
  background-color: #a43e3e92;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: column;
  display: none;
  z-index: 9;
  border: 1px solid #ffff;

  backdrop-filter: blur(5px);
}

.menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  transition: background 0.3s ease;

}

.menu a:hover {
  background: #a05a44;
}

/* Menú activo */
.menu.menu-active {
  display: flex;
}

.intro {
    font-size: 30px;
    padding: 10px;
    margin-right: 200px;
    margin-left: 40px;
}


/* Formulario */
#buscar {
  display: flex;
  justify-content: center;
  margin: 8% 10% 5% 10%;
  
}


#buscarYboton {
  display: flex;
  align-items: center;
  gap: 10px;              
  width: 100%;
  max-width: 600px;   
  height: 3rem;
  background-color: #b281819b;
  padding: 40px;
  border: 1px, solid, #f5e8e8;
  border-radius: 20px;
}


#buscarinput {
  flex: 1;                 
}


#buscarinput input {
  width: 100%;
  height: 100%;
  background-color: aliceblue;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 12px; 
  font-size: 1rem;
}

#boton {
  height: 100%;

}


#boton button {
  height: 100%;
  padding: 0 20px;
  border: 1px solid #ffffff83;
  cursor: pointer;
  font-size: 1rem;
  margin-left: 20%;
  background-color: #3e33138e;
  border-radius: 10px;
  color:white;
}

button:hover {
  background-color: #2d2d2da2;
}

.imagen {
   margin-left: 50px;
   border: 1px solid #efc5c5;
   width: 50%;
   height: 40%; 
 
}
.imagen video {
  max-width: 40vw;
  max-height: 60vh;
  height: auto;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 0%;
}

#resultados {
    font-size: 30px;
    padding: 30px;
    color: #ffffff;
    background-color: rgba(100, 68, 37, 0.415);
}

.banners {
    background-color: antiquewhite;
    width: 10rem;
    padding: 0px 0px 10px 0px;
    border-radius: 20px;
    cursor: pointer;
     transition: transform 0.5s ease;
}

.banners:hover {
  transform: scale(1.1);
}

.fondo {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 2rem;
    background-color: rgba(100, 68, 37, 0.415);
}

.descvalorados {
  text-align: center;
  padding: 10px;
  height: 90px;
  font-size: 15px;
  min-width: 10px;
}

.fotosResultado {
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
  
}

#tituloyanio {
  background-color: #e3ceaf;
  color: #a43e3e;
  border-radius: 10px;
  margin: 0px 10px 5px 10px;
}

.noEncontrado {
  width: 100%; 
  text-align: center; 
  padding: 40px;
}


.fondo img {
    width: 100%;
}


.final {
  display: flex;
  justify-content: center;
  padding: 5%;
}

.final img {
    width: 40%;
}




.footer {
  background-color: #2d2d2d;
  color: #f1f1f1;
  padding: 40px 80px 0;
  font-size: 16px;
}

.footercontenedor {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #888;
  padding-bottom: 30px;
}

.footerlogo {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  min-width: 220px;
}

.logo {
  width: 70px;
  height: auto;
}

.nosotros {
  font-weight: 500;
  line-height: 1.2;
  font-size: 15px;
}

.footerseccion {
  flex: 1;
  min-width: 200px;
}

.footerseccion h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.footerseccion p {
  color: #d1d1d1;
  line-height: 1.5;
}

.footerseccion a {
  color: #d1d1d1;
  text-decoration: none;
}

.footerseccion a:hover {
  text-decoration: underline;
}

.footerbottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}

.social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social p {
  margin: 0;
  color: #f1f1f1;
  font-size: 18px;
}

.iconos a img {
  width: 25px;
  height: 25px;
  filter: invert(1);
  transition: opacity 0.3s;
}



/* footer {
  text-align: center;
  padding: 1rem;
  background-color: #3a3231;
  color: #fff;
  font-size: 0.9rem;
}
footer img {
    width: 20px;
    background: transparent;
} */

/* @media (max-width: 768px) {
    .imagen img {
        align-items: center;
    }
} */


@media (max-width: 768px) {
  .descvalorados {
    
    font-size: 15px;
  }
}

