
@font-face{
  font-family:"Gotham Bold";src:url("files/fonts/GothamBold.woff2")
  format("woff2"),url("files/fonts/GothamBold.woff") 
  format("woff"),url("files/fonts/GothamBold.ttf") 
  format("truetype"),url("files/fonts/GothamBold.eot?#iefix") 
  format("embedded-opentype"),url("files/fonts/GothamBold.svg") 
  format("svg");
  font-weight: normal;font-style: normal;font-display: swap;
}
@font-face{
  font-family:"Gotham Bold Italic";src:url("files/fonts/GothamBold-Italic.woff2") 
  format("woff2"),url("files/fonts/GothamBold-Italic.woff") 
  format("woff"),url("files/fonts/GothamBold-Italic.ttf") 
  format("truetype"),url("files/fonts/GothamBold-Italic.eot?#iefix") 
  format("embedded-opentype"),url("files/fonts/GothamBold-Italic.svg") 
  format("svg");
  font-weight: normal;font-style: normal;font-display: swap;
}
@font-face{
  font-family:"Gotham Book";src:url("files/fonts/GothamBook.woff2") format("woff2"),url("files/fonts/GothamBook.woff") 
  format("woff"),url("files/fonts/GothamBook.ttf") 
  format("truetype"),url("files/fonts/GothamBook.eot?#iefix") 
  format("embedded-opentype"),url("files/fonts/GothamBook.svg") 
  format("svg");
  font-weight: normal;font-style: normal;font-display: swap;
}
@font-face{
  font-family:"Gotham Book Italic";src:url("files/fonts/GothamBook-Italic.woff2") 
  format("woff2"),url("files/fonts/GothamBook-Italic.woff") 
  format("woff"),url("files/fonts/GothamBook-Italic.ttf") 
  format("truetype"),url("files/fonts/GothamBook-Italic.eot?#iefix") 
  format("embedded-opentype"),url("files/fonts/GothamBook-Italic.svg") 
  format("svg");font-weight: normal;font-style: normal;font-display: swap;}@font-face{
  font-family:"Gotham Light";src:url("files/fonts/GothamLight.woff2") 
  format("woff2"),url("files/fonts/GothamLight.woff") 
  format("woff"),url("files/fonts/GothamLight.ttf") 
  format("truetype"),url("files/fonts/GothamLight.eot?#iefix") 
  format("embedded-opentype"),url("files/fonts/GothamLight.svg") 
  format("svg");
  font-weight: normal;font-style: normal;font-display: swap;
}
@font-face{
  font-family:"Gotham Light Italic";src:url("files/fonts/GothamLight-Italic.woff2") 
  format("woff2"),url("files/fonts/GothamLight-Italic.woff") 
  format("woff"),url("files/fonts/GothamLight-Italic.ttf") 
  format("truetype"),url("files/fonts/GothamLight-Italic.eot?#iefix") 
  format("embedded-opentype"),url("files/fonts/GothamLight-Italic.svg") 
  format("svg");
  font-weight: normal;font-style: normal;font-display: swap;
}


body, html {
    margin: 0;
    padding: 0;
}



.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
}

.overlay-content {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    padding: 50px;
    margin: 50px;
      -webkit-box-shadow: 0px 5px 100px -15px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 5px 100px -15px rgba(0, 0, 0, 0.5);

}
.overlay-content img { 
  margin:0 auto; 
  max-width: 250px;
}
.overlay-content p {
  font-family: 'Gotham Book';
  font-size: 22px;
  text-transform: uppercase;
  padding: 20px;
} 

.buttons {
    margin: 0 20px;
}

button {
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px;
}
button:hover {
    background-color: #362316;
    color: #fff;
}

.alert {
    color: red;
    margin-top: 20px;
    display: none;
}








.wrapper {
  font-family: 'adobe-jenson-pro-display', sans-serif;
  display: flex;
  flex-direction: row;
  height: 100vh;
  background: url(files/bkg2.jpg);
  background-size: cover;
  background-position: center;
  place-items: center;
}

.column {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0 50px;
  
}
.column_form {
}
.column_logo {
  margin-bottom: 100px;
}
.column_vinos {
 
}

.container {
  background-color: transparent;
  padding: 1em;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  min-width: 300px;
  border-radius: 1em;
  -webkit-box-shadow: 0px 17px 34px -20px #b69e69;
          box-shadow: 0px 17px 34px -20px #b69e69;
 place-items: center;
}

.img {
  max-width: 70%;
  height: auto;
  border-radius: 1em 1em 0 0;
}
.logo {max-width: 60%; min-width:200px; }
.vino {min-width: 300px;
margin: 10px;}

.img__container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}
.img__container p {
  margin: 30px 5px 5px 5px;
  font-size: 1.5em;
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.title {
  font-family: 'Gotham Book';
  text-transform: uppercase;
  margin-bottom: 0.9em;
}

.subtitle {
  font-family: 'Gotham Book';
  text-transform: uppercase;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.input {
  padding: 0.5em 0 0.5em 1.5em;
  line-height: 3;
  font-size: 1.2em;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}

.subscribe {
  color: #fff;
  font-size: 1rem;
  font-family: 'Gotham Book';
  text-transform: uppercase;
  font-weight: 700;
  background-color: #b69e69;
  padding: 0.9em 0;
  display: inline-block;
  border: none;
  border-radius: 0.5em;
  width: 100%;
  margin-bottom: 1.3em;
}
.subscribe:hover {
  background-color: #fff;
  color: #b69e69;
}
.success {
  /*display: none;*/
  color: #4c9c22;
  text-align: center;
  margin: 50px 0;
}

.text {
  font-size: 0.9rem;
  width: 90%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .wrapper {
        flex-direction: column;
        height: auto;
    }
    .column {
        flex-basis: auto;
        width: 100%;
    }
    .column_form {
    }
    .column_logo {
    margin-bottom: 50px;
    }
    .container {max-width: 90%;}
    .logo {max-width: 300px; min-width:200px; }
    .vino {
      max-width: 200px;
      margin: 20px;
    }
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Color de fondo semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left: 4px solid #3498db; /* Color del spinner */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Animación de rotación */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
