* { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; list-style:none;
color: inherit; font-family: "itc-avant-garde-gothic-pro", sans-serif; font-weight: 300; font-style: normal; }

html {
    scroll-behavior:smooth;
}

main, footer{background-color: #000000;}

p, a {font-size: clamp(14px, 2.5vw, 18px);}
h1 { font-size: clamp(32px, 6vw, 50px);} 
h2 { font-size: clamp(28px, 5vw, 40px);}  
h3 { font-size: clamp(20px, 4vw, 25px);}
h4 { font-size: clamp(16px, 3.5vw, 22px);}

/* ==================================== */
/*             DIV SHADOWS              */
/* ==================================== */

.menu, .flip span, .footer, .infodiv{
background: rgba(108, 108, 108, 0.15); box-shadow: inset -6px 5px 53px 5px rgba(255, 255, 255, 0.259);
backdrop-filter: blur(4.4px); border: 1px solid rgba(255, 255, 255, 0.31)}


/* ==================================== */
/*               HEADER                 */
/* ==================================== */

header {position: fixed; top: 0; width: 100%; color: white; z-index: 100; background: linear-gradient(180deg,rgba(0, 0, 0, 0.89) 48%, rgba(0, 0, 0, 0.56) 78%, rgba(0, 0, 0, 0) 100%); }

.headerdiv{ display: flex; flex-direction: row; padding: 30px; align-items: center; justify-content: space-between; }

.logo{width: 200px;}

.menu{ padding: 20px 40px; border-radius: 50px; display: flex; flex-direction: row; gap: 25px;};

.menulink{ color: #ffff; }

/* ==================================== */
/*             DROP DOWN PC             */
/* ==================================== */

.dropdown { position: relative; cursor: pointer; }

.dropdown-menu { position: absolute; top: 50px; left: 50%; transform: translateX(-50%); background: rgba(108, 108, 108, 0.15); backdrop-filter: blur(4.4px);
border: 1px solid rgba(255, 255, 255, 0.31); border-radius: 20px; padding: 10px 0; min-width: 350px; opacity: 0; visibility: hidden; transition: all 0.3s ease;
box-shadow: inset -6px 5px 53px 5px rgba(255, 255, 255, 0.259); list-style: none; margin-top: 10px; z-index: 1000; }

/* Mostrar dropdown cuando tiene clase active */

.dropdown.active .dropdown-menu { opacity: 1; visibility: visible;  margin-top: 0; background-color: #000000ee;  }

.dropdown-menu li { width: 100%; text-align: center;}

.dropdown-link { color: #ffff; text-decoration: none; display: block; padding: 10px 20px; transition: all 0.3s ease; font-size: 16px; }


/* Flecha indicadora */

.dropdown > .menulink::after { content: "▽";  margin-left: 5px; display: inline-block; transition: transform 0.3s ease; }

.dropdown.active > .menulink::after { transform: rotate(180deg); }

/* ==================================== */
/*         CONTACT OVERLAY              */
/* ==================================== */

main{min-height: 1000px;}

.contact-overlay { position: absolute; top: 55%; left: 50%; padding: 20px; transform: translate(-50%, -50%); z-index: 20; width: 800px; max-width: 90%; }

.contact-form-container { background: #65656544; border-radius: 24px; padding: 40px; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1); transition: all 0.3s ease; }

.contact-form-container:hover { border-color: rgba(148, 209, 6, 0.5); box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.15); }

.contact-header { text-align: center; margin-bottom: 30px; }

.contact-header h3 { font-size: 2rem; margin: 0 0 10px 0; background: linear-gradient(135deg, #ffffff 0%, #94d106 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.contact-header p { font-size: 0.9rem; opacity: 0.7; margin: 0; color: #cccccc; }

.contact-form { display: flex; flex-direction: column; gap: 18px; }

.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 18px; background: #111111; border: 1px solid #333333; border-radius: 12px; color: white; font-size: 0.95rem; transition: all 0.3s ease; box-sizing: border-box; }

.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #94d106; background: #1a1a1a; box-shadow: 0 0 0 2px rgba(148, 209, 6, 0.2); }

.form-group input::placeholder, .form-group textarea::placeholder { color: #666666; }

.form-group select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2394d106'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 18px center; background-size: 20px; }

.form-group select option { background-color: #111111; color: white; }

.form-group textarea { resize: vertical; font-family: inherit; }

.btn-submit { background: linear-gradient(135deg, #94d106 0%, #6a9a00 100%); color: #000000; font-weight: 700; padding: 14px 32px; border: none; border-radius: 40px; cursor: pointer; font-size: 1rem; transition: all 0.3s ease; margin-top: 10px; box-shadow: 0 4px 15px rgba(148, 209, 6, 0.3); text-transform: uppercase; letter-spacing: 1px; }



.contact-alternative { text-align: center; margin-top: 28px; padding-top: 24px; border-top: 1px solid #222222; }

.contact-alternative p { font-size: 0.8rem; opacity: 0.6; margin: 0 0 10px 0; color: #aaaaaa; }

.alternative-links { display: flex; justify-content: center; gap: 15px; font-size: 0.85rem; }

.alternative-links a { color: #94d106; text-decoration: none; transition: all 0.3s ease; }



.alternative-links span { opacity: 0.4; color: #666666; }



/* Ajuste al hero */
.hero { position: relative; }


/* ==================================== */
/*                FOOTER                */
/* ==================================== */

footer{color: #fff; padding: 20px; display: flex; flex-direction: column; text-align: center; gap: 20px; }
.footer{padding: 30px; display: flex; flex-direction: row; justify-content: space-around; border-radius: 50px; text-align: center;}
.subtitlefooter{margin-bottom: 10px;}
.linksfooter{color: #fff;}
.pagelinks.logo{display:flex; flex-direction: column; justify-content: center; align-items: center;}








