article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Lato";}

#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1);
    z-index: 20000000;
    cursor: pointer;
  }

body {
	height: 100%;
    background-color: black;
    margin-top: 114px;
    text-align: center;
}

.navbar {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%;
    padding: 16px 80px;
    z-index: 99;
    /* box-shadow: 4px 5px 12px black; */
}

.navbar-image {
    display: inline-block;
    max-width: 200px;
}

.navbar-image img{
    height: 80px;
    margin: 0 auto;
    display: block;
}

.navbar span {
    float: right;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 120px;
  }
  
.sidenav a {
    padding: 32px;
    text-decoration: none;
    font-size: 32px;
    color: white;
    display: block;
    transition: 0.3s;
    text-align: left;
    font-family: "Montserrat";
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

.hero-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-image video {
    position: inherit;
    min-width: 100%;
    overflow: hidden;
    z-index: -1;
}

.hero-image img {
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
  
.hero-text {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-image h1 {
    font-family: "Mea Culpa", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
    font-size: 72px;
    margin: 0 auto;
    color: white;
    padding: 16px 0px;
}

.tequila-banner {
    display: block;
    width: 100%;
    clear: both;
}

.tequila-banner img {
    width: 100px;
    display: block;
    margin: 0 auto;
    padding: 24px 0px 0px 0px;
}

.tequila-banner p {
    color: white;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 8px 16px;
}

.tequila-banner .award {
    text-transform: uppercase;
    color: #c2892c;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    padding: 8px 16px 48px 16px;
}

.container {
    position: relative;
    text-align: center;
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.container img {
   width: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered p {
    color: white;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    /* max-width: 1000px; */
    margin: 0 auto;
    text-transform: uppercase;
    padding-bottom: 32px;
    letter-spacing: 1px;
}

.about-us-banner {
    width: 100%;
    max-width: 1366px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 80px;
}

.about-us-banner img {
    width: 100%;
    padding: 24px;
}

.about-image {
    float: left;
    width: 50%;
}

.about-text {
    float: left;
    width: 50%;
}

.about-text button, .product-box-right button {
    padding: 16px;
    background-color: white;
    border: #c2892c 2px solid;
    margin: 16px;
    text-decoration: none;
    color: #c2892c;
    font-size: 16px;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.about-text button:hover, .product-box-right button:hover {
    background-color: #c2892c;
    border: #c2892c 2px solid;
    color: white;
}

.about-text p {
    padding-bottom: 24px;
    color: white;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    text-transform: uppercase;
    padding-bottom: 32px;
    letter-spacing: 1px;
}

.border-image img {
    width: 300px;
    padding: 16px;
}

.image-banner p, .image-banner span {
    color: white;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: bold;
    font-size: 24px;
    text-align: center;
}

h3 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 40px;
    margin: 0 auto;
    color: white;
    padding: 16px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.image-banner {
    width: 1000px;
    display: block;
    height: 200px;
    margin: 0 auto;
}

.image-banner p, .image-banner img {
    float: left;
    width: 25%;
    padding: 24px;
}

.image-banner img {
    padding-top: 56px;
    max-width: 200px;
}

.product-row {
    display: inline-block;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 16px;
    padding-bottom: 80px;
}

.product-display {
    width: 33%;
    display: inline-block;
    float: left;
    padding: 16px;
}

.display-piston {
    width: 50%;
}

.product-display:hover {
    background-color: rgba(194, 137, 44, 0.3);
    border-radius: 8px;
}

.product-display img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.product-display h4 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: bold;
    font-size: 24px;
    margin: 0 auto;
    color: white;
    padding: 16px 0px;
    border-bottom: #c2892c 2px solid;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-display .price {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin: 0 auto;
    color: white;
    padding: 16px 0px 8px 0px;
    text-align: left;
}

.product-display .hst {
    padding: 8px 0px 16px 0px;
    font-size: 12px;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
    text-align: left;
    margin: 0;
}

.product-box-right .hst {
    padding-top: 0px;
    font-size: 14px;
}

.product-display button {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    float: left;
    font-size: 16px;
    color: #c2892c;
    padding: 16px;
    text-align: left;
    background-color: white;
    border: #c2892c 2px solid;
}

.product-display button:hover {
    color: white;
    background-color: #c2892c;
    border: #c2892c 2px solid;
}
  
.product-box {
    margin: 0 auto;
    width: 80%;
    height: 100%;
    /* background-color: white; */
    display: inline-block;
    border-radius: 2px;
    padding: 8px 16px 24px 16px;
    margin-bottom: 40px;
}

.product-box-piston {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /* background-color: white; */
    display: inline-block;
    border-radius: 2px;
    padding: 8px 16px 24px 16px;
    margin-bottom: 40px;
}

.product-box-left {
    float: left;
    padding: 24px 80px;
}

.product-box-piston .product-box-left img {
    width: 100%;
}

.product-box-piston .product-box-left {
    float: left;
    padding: 24px 80px;
    width: 50%;
}

.product-box-piston .product-box-right {
    padding: 24px 16px;
}

.product-box-right {
    float: left;
    width: 50%;
}

.product-box-right h4 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    margin: 0 auto;
    color: white;
    padding: 16px 0px;
    border-bottom: #c2892c 2px solid;
    text-align: left;
    text-transform: uppercase;
}

.product-box-right p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin: 0 auto;
    color: white;
    padding: 16px 0px;
    max-width: 750px;
    text-align: left;
}

.product-box-right .price {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    margin: 0 auto;
    color: white;
    padding: 8px 0px;
    text-align: left;
}

.product-box-right h5 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    margin: 0 auto;
    color: #c2892c;
    padding: 16px 0px;
    border-bottom: #c2892c 2px solid;
    text-align: left;
}

.product-box-right .char-title {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin: 0 auto;
    color: #c2892c;
    padding: 16px 0px 4px 0px;
    text-align: left;
}

.product-box-right .char-title img {
    height: 18px;
}

.product-box-right .char-par {
    padding-top: 0px;
}

.packages-box {
    border: #c2892c 2px solid;
    width: 100%;
    max-width: 1366px;
    display: inline-block;
    /* margin: 0 auto; */
    padding: 24px;
}

.package-video {
    float: left;
    width: 30%;
}

.package-video video {
    max-height: 600px;
    float: left;
}

.packages-box .about-us {
    width: 70%;
    float: left;
}

.packages-box .about-us h5{
    text-align: left;
    color: white;
    margin: 16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 48px;
}

.packages-box .about-us p, .packages-box .about-us ul li{
    text-align: left;
    color: white;
    margin: 16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.packages-box .about-us button {
    float: left;
    padding: 16px;
    background-color: white;
    border: #c2892c 2px solid;
    margin: 16px;
    text-decoration: none;
    color: #c2892c;
    font-size: 16px;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.packages-box .about-us button:hover {
    background-color: #c2892c;
    border: #c2892c 2px solid;
    color: white;
}

.partner-banner {
    display: inline-block;
    width: 100%;
    max-width: 1366px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 80px;
}

.partner-banner img {
    width: 33%;
    padding: 24px;
}

footer {
    background-color: #333;
    margin-top: 32px;
}

footer h3 {
    border-bottom: #c2892c 2px solid;
    max-width: 350px;
    padding-bottom: 16px;
}

.image-banner-footer {
    width: 1200px;
    display: block;
    height: 200px;
    margin: 0 auto;
}

.image-banner-footer p {
    float: left;
    width: 33%;
    padding: 24px;
}

.image-banner-footer img {
    width: 100%;
    height: 16px;
    margin-top: 16px;
}

footer .image-banner-footer p, footer .image-banner-footer a {
    color: white;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
}

/* COMFIRM AGE PAGE  */

.hero-image-confirm {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url("img/cristalino_png.png");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    position: relative;
    height: 600px;
  }

.hero-image-confirm img {
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
  
.hero-text-confirm {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text-confirm h1 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 48px;
    margin: 0 auto;
    color: white;
    padding: 40px 0px 40px 0px;
    text-align: center;
    text-transform: uppercase;
}

.hero-image-confirm p {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 32px;
    margin: 0 auto;
    color: white;
    padding: 16px 0px;
    text-align: center;
}

form {
    margin: 0 auto;
    display: block;
    text-align: center;
}

form label {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin: 0 auto;
    color: white;
    padding: 16px 0px;
    text-align: center;
}

input[type=submit] {
    color: #c2892c;
    background-color: transparent;
    margin: 24px;
    font-family: "Playfair Display", serif;
    padding: 16px;
    border: #c2892c 2px solid;
    font-size: 24px;
    font-weight: 600;
}

.copyright p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    margin: 0 auto;
    color: white;
    padding: 0px 16px 8px 16px;
    text-align: center;
    margin-top: 4px;
}

#myBtn {
    background-color: black;
    border: none;
}

@media (max-width: 1024px) {

    .packages-box .about-us {
        width: 60%;
        float: right;
    }

    .product-box-left {
        float: none;
    }

    .product-box-right {
        width: 90%;
    }

}

@media (max-width: 768px) {

    body{
        margin-top: 140px;
    }

    .navbar {
        padding: 32px 16px;
        width: 100%;
        display: block;
        position: absolute;
    }

    .navbar-image {
        display: block;
    }

    .navbar-image img {
        height: 64px;
        float: left;
    }

    .hero-image {
        height: inherit;
    }

    h3 {
        font-size: 24px;
        padding: 16px 24px;
    }

    .tequila-banner .container img {
        display: none;
    }

    .centered {
        width: 300px;
    }

    .centered p {
        font-size: 18px;
    }

    .product-display {
        width: 100%;
    }

    .border-image img {
        width: 250px;
    }

    .container {
        padding-bottom: 40px;
        display: block;
        height: 400px;
    }

    .about-us-banner {
        display: block;
        padding-bottom: 24px;
    }

    .about-image {
        float: none;
        width: 100%;
    }

    .about-text {
        float: none;
        width: 100%;
    }

    .about-text p {
        font-size: 18px;
        padding: 8px 16px;
    }

    .product-row {
        padding-bottom: 24px;
    }

    .package-video {
        float: none;
        width: 100%;
    }

    .package-video video {
        width: 100%;
        float: none;
    }

    .packages-box .about-us {
        width: 100%;
        float: none;
    }

    .packages-box {
        width: 360px;
        margin: 0px 8px;
    }

    .packages-box .about-us button {
        float: none;
    }

    .partner-banner {
        display: block;
        padding-bottom: 40px;
    }

    .partner-banner img {
        width: 300px;
        padding: 40px;
    }

    .image-banner-footer {
        width: 100%;
        height: inherit;
    }

    .image-banner-footer p {
        float: none;
        width: 100%;
    }

    .sidenav {
        right: auto;
        left: 0 !important;
    }

    .image-banner {
        width: 100%;
        clear: both;
        display: inline-block;
        height: inherit;
    }

    .product-box-right {
        width: 100%;
    }

    .image-banner p, .image-banner img {
        width: 100%;
        float: none;
    }

    .product-box {
        width: 100%;
        float: none;
    }

    .product-box-left, .product-box-left img {
        float: none;
        padding: 16px;
    }

    .product-box-piston .product-box-left {
        float: none;
        padding: 16px;
        width: 100%;
    }

    .product-box-right a {
        width: 100%;
    }

    .hero-text-confirm {
        margin-top: 80px;
        width: 300px;
    }

    .hero-text-confirm p {
        padding-bottom: 32px;
    }

    .piston-image img {
        width: 100%;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #c2892c;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 16px;
    }

    #myBtn img {
        width: 24px;
    }


}

