@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;500&display=swap");
* {
  font-family: "Bitter", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  background: #18416e;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.1882352941);
  padding: 20px;
  border-radius: 200px;
  margin-top: -20px;
}

#header {
  min-height: 70vw;
  color: white;
  padding: 50px;
  background: url(/images/banner-top-1.jpg) no-repeat top right;
  background-size: 100%;
}
#header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header ul li {
  margin-right: 50px;
}
#header ul li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 120%;
}
#header ul li a:hover {
  opacity: 0.6;
}
#header ul li:last-child {
  margin-right: 0px;
}
#header a {
  text-decoration: none;
  color: white;
}
#header .logo {
  max-width: 300px;
  margin: 5vw 0px;
}
#header .logo img {
  width: 100%;
  height: auto;
}
#header .txt {
  max-width: 65vw;
  font-size: 150%;
  margin-bottom: 60px;
}
#header .txt h1 {
  font-size: 130%;
}
#header .logos img {
  margin-left: -50px;
  width: 50vw;
  max-width: 500px;
  height: auto;
}

#whatsapp {
  background: #41c24f;
  color: white;
  font-size: 120%;
  padding: 30px;
}
#whatsapp svg {
  width: 100px;
  height: auto;
  margin: 20px 0px;
}
#whatsapp a {
  font-size: 120%;
  color: white;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}

#boots {
  min-height: 30vw;
  background: url("images/boots.png") no-repeat top center;
  background-size: 100%;
  margin-top: -220px;
  padding-top: 150px;
  font-size: 200%;
}
#boots .sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  border-bottom: 50px solid #fff;
}
#boots .sizes .size {
  border: 3px solid #18416e;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80%;
  width: 60px;
  height: 60px;
  margin: 4px;
}

.center-text {
  text-align: center;
  color: #18416e;
}

#batuts {
  background: #990000;
  color: white;
}
#batuts h1 {
  margin: 0px;
  padding: 30px;
}

#video {
  height: 100vh;
}
#video video {
  background: url("images/video-holder.jpg") center no-repeat;
  background-size: cover !important;
  cursor: pointer;
  height: 100vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#texts {
  padding: 50px;
  color: white;
}
#texts h1 {
  font-size: 200%;
}

.blocks {
  max-width: 1200px;
  margin: 50px auto;
}
.blocks .block {
  background: #fff;
  text-align: left;
  width: 380px;
  margin-bottom: 10px;
  color: #18416e;
  border-radius: 10px;
}
.blocks .block img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 40px auto;
}
.blocks .block h1 {
  font-size: 120% !important;
}
.blocks .block .txt,
.blocks .block h1 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  padding: 24px;
}

#contacts {
  height: 70vw;
  padding: 5vw;
  font-size: 130%;
  color: black;
  background: url("images/footer-bgjpg") no-repeat bottom center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  #texts {
    padding: 15px;
  }

  #header .txt {
    font-size: 100%;
    margin-bottom: 20px;
  }
  #header .logo {
    max-width: 150px;
  }
  #header .logos img {
    width: 40vw;
  }

  #boots {
    margin-top: -140px;
  }
}
@media screen and (max-width: 768px) {
  nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 67%;
  }
  nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px !important;
  }

  #boots {
    background-position: left top;
    background-size: 180%;
    padding-top: 208px;
    font-size: 90%;
    text-align: right;
    padding-right: 50px;
  }

  .blocks .block {
    width: 100%;
  }

  #contacts {
    font-size: 90%;
  }
}
@media screen and (max-width: 500px) {
  #header {
    min-height: 70vw;
    color: white;
    padding: 40px 20px;
    background-size: 140%;
    height: 430px;
  }
  #header ul li {
    margin-right: 10px;
  }
  #header .logos img {
    width: 64vw;
    margin-left: -20px;
  }
  #header .logo {
    max-width: 100px !important;
  }
  #header .txt {
    font-size: 80%;
  }

  #boots {
    background-position: left top;
    background-size: 250%;
    padding-top: 240px;
    font-size: 90%;
    text-align: center;
    padding-right: 0px;
    margin-top: -150px;
  }

  .lang {
    position: absolute;
    right: 0px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    top: 252px;
  }

  #contacts {
    height: 70vh;
  }
}