@font-face {
    font-family: "Neo-Latin";
    src: url("fonts/neo-latina.ttf");
}

html,
body {
    margin: 0;
    padding: 0;
    background-image: url("../img/background-heineken.jpg");
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    background-size: cover;
    background-color: black;
    color: white;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

#confetti {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

.page-container {
    display: flex;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.left-container {
    width: 55%;
    display: flex;
    align-items: flex-end;
}

.left-container img {
    width: 40%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    object-fit: contain;
}

.right-container {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0 0rem 0;
    font-family: 'Open Sans Condensed', sans-serif;
    overlfow-y: scroll;
}

.right-container p {
    width: 90%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0rem 2rem 0;
}

.right-container img {
    width: 200px;
    height: 200px;
}

.form-container {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.form-container form {
    width: 100%;
}

.form-container ol {
    list-style: none;
    margin: 0;
}

.responsive {
    display: none;
}

input {
    -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
}

input[type="number"] {
    width: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: none;
    background-color: #002c50;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid white;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select[multiple=multiple] {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.1em;
    margin-bottom: 0.75em;
    padding: 0.5em;
    transition: border-color 150ms ease;
    width: 100%;
    color: #002c50;
    background: rgba(255, 255, 255, 0.5);
}

.modal-wrapper {
    display: none;
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
    top: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}

.modal-wrapper#loading {
    display: block;
}

.modal-wrapper .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 44, 80, 0.8);
    position: absolute;
}

.modal-wrapper .modal,
.modal-wrapper .loading {
    display: block;
    width: 85%;
    margin: auto;
    top: 25%;
    left: 0;
    right: 0;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
}

.modal-wrapper .modal h1,
.modal-wrapper .loading h1,
.modal-wrapper .modal p,
.modal-wrapper .loading p {
    color: #002c50;
}

.modal-wrapper .loading {
    background-color: transparent;
    border-radius: 0;
    top: 33.33%;
}

.modal-wrapper .loading h1 {
    color: #fff;
}

.modal-wrapper .loading i {
    color: #fff;
    font-size: 5em;
}

#form-contact input[type="text"],
#form-contact input[type="email"],
#form-contact input[type="number"] {
    background: rgba(255, 255, 255, 0.6);
}

#form-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #002B4F;
}

#form-contact input::-moz-placeholder { /* Firefox 19+ */
    color: #002B4F;
}

#form-contact input:-ms-input-placeholder { /* IE 10+ */
    color: #002B4F;
}

#form-contact input:-moz-placeholder { /* Firefox 18- */
    color: #002B4F;
}

.responsive-1 {
    width: 200px !important;
    height: 200px !important;
    margin: 0;
}

.footer {
    margin: 0;
    padding: 1px 0px;
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    /*background-color: rgb(62, 62, 63);*/
    background-color: transparent;
    align-self: flex-end;
}

.copy {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: Neo-Latin;
    /*font-family: 'Nova Square', cursive;*/
    font-size: 10pt;
}

.copy-link {
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 3px;
}

.copy-link:visited {
    color: lightgrey;
}

/*@media (min-width: 0px) and (max-width:800px) and (orientation: landscape){

  html,
body {
  margin: 0;
  padding: 0;
  background-image: url("../img/background-heineken-r4.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-color: black;
  color: white;
}

    .responsive {
    display: block;
    margin: -7rem 0 0 0;
  }


.page-container {
  display: flex;
  flex-direction:row;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}


  .left-container {
  width: 30%;
  display: flex;
  align-items: flex-end;
}

.left-container img {
width: 30%;
position: fixed;
z-index: 1;
bottom: 0;
object-fit: contain;

}

.right-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6rem 0 0 0;
  font-family: 'Open Sans Condensed', sans-serif;
}

    .form-container {
    width: 90%;
      display:block;
    text-transform: uppercase;
    position:relative;
    z-index:1;
  }

  .responsive-1{
    width:150px !important;
    height:150px !important;
    margin:-1rem 0 0 0;
  }

  .right-container p{
    position:relative;
    z-index:2;
  }




}*/

@media (min-width: 0px) and (max-width: 800px) {
    html,
    body {
        margin: 0;
        padding: 0;
        background-image: url("../img/background-heineken-r2.jpg");
        background-repeat: no-repeat;
        height: 100vh;
        width: 100%;
        background-size: cover;
        background-color: black;
        color: white;
        background-position: center;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .responsive {
        display: block;
        margin: 0rem 0 0 0;
    }

    .page-container {
        display: flex;
        position: absolute;
        flex-direction: column-reverse;
        z-index: 100;
        width: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        background-image: url("../img/background-heineken-r2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .left-container {
        width: 100%;
        height: 10%;
        justify-content: center;
    }

    .right-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 1rem 0 0 0;
        font-family: 'Open Sans Condensed', sans-serif;
        height: auto;
    }

    .responsive {
        width: 200px;
        height: 200px;
    }

    .left-container img {
        width: 50%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        object-fit: contain;

    }

    .right-container p {
        width: 95%;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        margin: -1rem 0 1rem 0;
    }

    .form-container {
        width: 90%;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        margin: 0rem 0 0 0;
    }

    .right-container {
        margin: -3rem 0 0 0;
    }

    form {
        margin: 1rem 0 1rem -2rem;
    }

    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="number"],
    input:not([type]),
    textarea,
    select[multiple=multiple] {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
        box-sizing: border-box;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 0.9em;
        margin-bottom: 0.75em;
        padding: 0.5em;
        transition: border-color 150ms ease;
        width: 100%;
        color: #002c50;
    }

    .responsive-1 {
        width: 150px !important;
        height: 150px !important;
        margin: -3.5rem 0 1rem 0;
    }
}

