@charset "UTF-8";

@import url("../fonts/fonts.css");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600&family=EB+Garamond&family=Roboto+Slab&display=swap.css");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

:root {
  --ptsans: 'PT Sans', sans-serif;
  --oswald: 'Oswald', sans-serif;
  --libre: 'Libre Baskerville', serif;
  --basker: 'Baskervville', serif;

}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-black {
    background-color: #1D1D1D;
}
.bg-yellow {
    background-color: #B08943;
}
.txt-general{
    font-family: var(--libre);
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.txt-general-sanserif{
    font-family: var(--oswald);
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.txt-yellow{
    color: #c59c5d !important;
}
.txt-black{
    color: #000000 !important;
}
header {
  position: relative;
  background-color: black;
  height: 55vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.main-logo {
  width: 70%;
  max-width: 500px;
      
}
.tittle-phrase {
    position: relative;
    display: inline-block;
    font-family: var(--oswald);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    padding-bottom: -25px;
}
.tittle-phrase-nl {
    position: relative;
    display: inline-block;
    font-family: var(--oswald);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    padding-bottom: -25px;
}
.hash {
    position: relative;
    display: inline-block;
    font-family: var(--oswald);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: -25px;
}
.tittle-md {
    font-family: var(--oswald);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 33px;
    line-height: 30px;
    font-weight: 600;
}
.tittle-italic {
    position: relative;
    display: inline-block;
    font-family: var(--libre);
    color: #ffffff;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
}
.tittle-phrase::after {
    position: absolute;
    content: '';
    background-color: #c59c5d;
    display: block;
    width: 100%;
    height: 5px;
    bottom: -10px;
    max-width: 150px;
    left: 50%;
    transform: translate(-50%);
    
}
.lupu-deco {
    width: 100px;
    z-index: 4;
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translate(-50%)
        
}
.lupu-deco-box {
    position: relative;
    height: 50px;
}
.img-resp {
    width: 100%;
    height: auto;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.malta-box {
    width: 70%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;

}
.can-box {
    width: 70%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.six-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.md-tittle {
    font-size: 29px;
    line-height: 29px;
    padding-bottom: 25px;
}
.video-back {
    background-image: -webkit-linear-gradient(270deg,rgba(29,29,29,1.00) 50%,rgba(176,137,67,1.00) 50%);
    background-image: -moz-linear-gradient(270deg,rgba(29,29,29,1.00) 50%,rgba(176,137,67,1.00) 50%);
    background-image: -o-linear-gradient(270deg,rgba(29,29,29,1.00) 50%,rgba(176,137,67,1.00) 39.29%);
    background-image: linear-gradient(180deg,rgba(29,29,29,1.00) 50%,rgba(176,137,67,1.00) 50%);
}
.video-content {
    background-image: url(../assets/video-back.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 15%;
    padding-bottom: 15%;
}
.button-play-back {
    background-color: #FFFFFF;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    font-size: 82px;
    color: #b08943;
    text-align: center;
}
.button-play-back:hover {
    color: #7A5718;
}
.backs-box {
    position: relative;
}
.can-float-box-shadow {
    width: 390px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0px;
    z-index: 90;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.30) 0%,rgba(60,60,60,0.00) 36.63%,rgba(46,46,46,0.06) 61.98%,rgba(0,0,0,0.30) 99.94%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.30) 0%,rgba(60,60,60,0.00) 36.63%,rgba(46,46,46,0.06) 61.98%,rgba(0,0,0,0.30) 99.94%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.30) 0%,rgba(60,60,60,0.00) 36.63%,rgba(46,46,46,0.06) 61.98%,rgba(0,0,0,0.30) 99.94%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.30) 0%,rgba(60,60,60,0.00) 36.63%,rgba(46,46,46,0.06) 61.98%,rgba(0,0,0,0.30) 99.94%);
    height: 525px;
}
.can-float-box {
    width: 500px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -120px;
    z-index: 100;
}

.beer-back {
    min-height: 525px;
    background-image: url(../assets/beer-back-1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.can-spacer {
    padding-top: 150px;
    padding-bottom: 150px;
}
.flag-box {
    background-image: url(../assets/flag.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100px;
    margin-left: auto;
    padding-bottom: 70px;
    padding-right: 17px;
    padding-top: 30px;
}
.flag-number {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: #785726;
    text-align: center;
    font-family: var(--oswald);
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFFFFF;
}
.flag-info {
    text-align: right;
    padding-right: 15px;
}
.flag-tittle{
    font-family: var(--basker);
    color: #ffffff;
    font-size: 30px;
    line-height: 20px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.59);

}
.flag-text{
    font-family: var(--basker);
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.59);
}
.flag-subtittle{
    font-family: var(--basker);
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.59);
}
.can-back-1 {
    background-image: url(../assets/casa-bocana-plisner.jpg);
    background-position: center center;
    background-size: cover;
}
.can-back-2 {
    background-image: url(../assets/Beer-Ice-Casa-Bocana.jpg);
    background-position: center center;
    background-size: cover;
}
.img-hidden {
    opacity: 0.0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.notes:focus,
.uneditable-input:focus {
    border-color: rgba(176,137,67,0.55);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(176,137,67,0.55);
    outline: 0 none;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da;
  border-top: none;
  border-left: none;
  border-right: none;    
  border-radius: 0.0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.border-form{
  border: 1px solid #ced4da;

}
.notes {
    background-attachment: local;
    background-image:
        repeating-linear-gradient(white, white 40px, #ccc 40px, #ccc 41px, white 41px);
    line-height: 41px;
    padding: 8px 10px;
}
.submit_sent {
    background-color: #c59c5d;
    border-style: none;
    width: 100%;
    line-height: 40px;
    color: #000000;
    font-family: var(--oswald);
    font-size: 18px;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.submit_sent:hover {
    background-color: #876025;
    color: #ffffff;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.round-contact {
    border-top-right-radius: 5vw;
    border-top-left-radius: 5vw;
}
.round-social {
    border-bottom-right-radius: 5vw;
    border-bottom-left-radius: 5vw;
}
.trigo-box {
    background-image: url(../assets/deco.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}
.social-links a {
    color: #C79D67;
    font-size: 32px;
    margin-right: 15px;
    transform: translate(0px, 0px);
    display: inline-block;
    transition: all .3s ease-in-out;
}
.social-links a:hover {
    color: #ffffff;
    transition: all .3s ease-in-out;
    transform: translate(0px, -10px);
}
form .form-control::-webkit-input-placeholder { 
  font-family: var(--libre); 
  font-style: italic;
  color: #989898;
}

form .form-control::-moz-placeholder {
 font-family: var(--libre);
 font-style: italic;
  color: #989898;
}
form .form-control:-ms-input-placeholder {
  font-family: var(--libre);
  font-style: italic;    
  color: #989898;
}
form .form-control:placeholder {
 font-family: var(--libre);
 font-style: italic;    
 color: #989898;
}
.grecaptcha-badge { 
    visibility: hidden;
}
@media screen and (min-width:768px){
.video-tittle {
    max-width: 140px;
    text-align: right;
} 
.round-contact {
    border-top-right-radius: 5vw;
    border-bottom-right-radius: 5vw;
    border-top-left-radius: 0vw;

}
.round-social {
    border-top-left-radius: 5vw;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 0vw;
}   
       
}

@media screen and (max-width:600px){
.can-float-box {
    width: 360px;
    top: -87px;
}
.can-float-box-shadow {
    width: 284px;
    height: 380px;
}
.beer-back {
    min-height: 377px;
}
.can-spacer {
    padding-top: 25%;
}    
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../assets/bocana.jpg') black no-repeat center center scroll;
  }
}
