@charset "utf-8";
/* CSS Document */

.top-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em 0;
    top: 0;
    left: 0;
    z-index: 900;
    position: fixed;
    background-color: rgba(38, 2, 2, 0.8);
    backdrop-filter: blur(10px);
}
.container-menu{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu{
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.logo{
  width: 350px;
}
.button-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 3px;
  border: solid #cbbba0 1px;
  background-color: transparent;
}
.menu-button {
  display: none;
  cursor: pointer;
  font-size: 23px;
  color: white;
  position: relative;
  z-index: 1100;
}
.menu-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 30px 30px;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  background-image: url("../img/Menu-Background.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.menu-dropdown.active {
  transform: translateY(0);
  opacity: 1;
}
.close-button { display: none; }
.menu-items {
  display: flex;
  align-items: center;
}
.menu-item {
  margin-right: 10px;
}
.menu-item a {
  text-decoration: none;
  padding: 10px;
  color: white !important;
  font-size: 14px;
}

.custom-dropdown { position: relative; }
.custom-dropdown .dropdown-button { cursor: pointer; display: block; }
.custom-dropdown .dropdown-options {
  position: absolute; top: 150%; left: 0; background-color: #fff;
  border: 1px solid #ddd; border-radius: 4px; display: none; list-style: none;
  padding: 0; margin: 0; z-index: 1000; min-width: 150px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-dropdown .dropdown-options li { padding: 10px; }
.custom-dropdown .dropdown-options li a { text-decoration: none; color: #333; display: block; }
.custom-dropdown .dropdown-options li a:hover { background-color: #f0f0f0; }
.custom-dropdown.active .dropdown-options { display: block; }

@media screen and (max-width: 1400px) {
  .menu-item-drop { margin: 20px 0; font-size: 12px; }
  .menu-item-drop a { text-decoration: none; padding: 10px; color: white !important; font-size: 14px; }
  .menu-items { display: none; }
  .menu-button { display: block; }
  .margin-bt-resp{ margin-top: 30px; }
}
@media only screen and (max-width: 900px) {
   .top-menu { padding: 1em 0; }
   .container-menu { width: 85%; }
}
@media only screen and (max-width: 600px) {
   .top-menu { padding: 0.8em 0; }
   .logo{ width: 200px; }
}

/* BUSCA */
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0
}
.menu .site-search{
  display:flex; align-items:center; gap:8px; margin-left:16px;
}
.menu .site-search input{
  height:36px; min-width:220px; padding:0 12px; border:1px solid #e2e2e2; border-radius:9px;
  background:#fff; color:#111; font:400 14px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  -webkit-appearance:none; appearance:none; outline:none;
}
.menu .site-search input::placeholder{color:#777}
.menu .site-search input:focus{border-color:#d1a85a; box-shadow:0 0 0 3px rgba(209,168,90,.15)}
.menu .site-search .search-btn{
  height:36px; width:40px; border:1px solid #e2e2e2; border-radius:9px; background:transparent; cursor:pointer;
  display:flex; align-items:center; justify-content:center; font-size:0;
}
.menu .site-search .search-btn::before{
  content:""; display:block; width:18px; height:18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center;
  background-size: contain;
}
.menu .site-search input{max-width:260px}

.menu-dropdown .site-search.mobile{
  display:flex; align-items:center; gap:10px;
  padding:0; margin:0 0 20px; border:none; width:100%;
}
.menu-dropdown .site-search.mobile input{
  flex:1; height:44px; padding:0 14px; border-radius:12px;
  border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.08);
  color:#fff; font:400 14px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  -webkit-appearance:none; appearance:none; outline:none;
}
.menu-dropdown .site-search.mobile input::placeholder{color:rgba(255,255,255,.75)}
.menu-dropdown .site-search.mobile input:focus{
  border-color:#ffda7a; box-shadow:0 0 0 3px rgba(255,218,122,.18);
  background:rgba(255,255,255,.12)
}
.menu-dropdown .site-search.mobile input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='white' fill='none'><line x1='18' y1='6' x2='6' y2='18' stroke-width='2' stroke-linecap='round'/><line x1='6' y1='6' x2='18' y2='18' stroke-width='2' stroke-linecap='round'/></svg>") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.menu-dropdown .site-search.mobile .search-btn{
  height:44px; width:44px; border-radius:12px; border:1px solid rgba(255,255,255,.5);
  background:transparent; cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:0;
}
.menu-dropdown .site-search.mobile .search-btn::before{
  content:""; display:block; width:18px; height:18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center;
  background-size: contain;
}
.menu-dropdown .site-search.mobile{order:-1}

@media (max-width: 992px){
  .menu .site-search{display:none}
  .menu-dropdown .site-search.mobile{display:flex}
}
@media (min-width: 993px){
  .menu-dropdown .site-search.mobile{display:none}
}
