/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
  --blue: #001457;
  --yellow: #fae300;
  --red: #e70000;
  --prices: #fbffce;
}
body {
  background-color: var(--yellow);
  background-image: url(img/sand.gif);
  color: var(--blue);
  font-family: "Dosis", sans-serif;
  margin: 0;
  padding: 8px;
  scroll-behavior: smooth;
  min-width: 340px;
}

div.main {
  max-width: 1250px;
  width: 100%;
  min-width: 340px;
  min-height: 500px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* general */
a {
  color: var(--blue);
  text-decoration: none;
}

a.showline {
  text-decoration: underline;
}

ul,
ol,
p,
input,
textarea,
td {
  font-size: 22px;
}

.nowrap {
  white-space: nowrap;
}

.sm {
  font-size: 18px;
  padding-right: 5px;
}

/* header */
header {
  display: -ms-grid;
  display: grid;
          grid-template-areas:
    "logo head1"
    "logo nav";
  -ms-grid-columns: 150px 5px 1fr;
  grid-template-columns: 150px 1fr;
  -ms-grid-rows: 1fr 5px 40px;
  grid-template-rows: 1fr 40px;
  grid-gap: 5px;
  text-align: center;
}

div.head1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: head1;
}

header h1 {
  font-weight: normal;
  font-size: 4rem;
  margin: auto 5px auto 5px;
}

header h2 {
  font-weight: normal;
  font-size: 2.5rem;
  margin: 10px auto 15px auto;
  padding: 0 5px 0 5px;
}
div.logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-row-span: 3;
  grid-area: logo;
}
img.busdriver03 {
  border: 1px solid var(--blue);
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
}

/* nav */
nav {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: nav;
}

nav a, a.privacy {
  padding: 0 25px 0 25px;
  text-decoration: underline;
  font-size: 24px;
}

/* article */
div.belt {
  width: 90%;
  height: 10px;
  background-image: url(img/guatemalan-weaving.jpg);
  background-position: center;
  border: 1px solid black;
  margin: 10px auto 0 auto;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
  box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
}

article h3 {
  display: block;
  font-weight: normal;
  font-size: 26px;
  margin: 10px auto 15px auto;
  text-align: center;
  padding-right: 10px;
}

img.top {
  float: right;
  height: 370px;
  width: 555px;
  margin: 0 5% 0 5%;
  max-width: 555px;
  width: 90%;
  border: 1px solid var(--blue);
  border-radius: 8px;
  -webkit-box-shadow: 8px 8px 8px rgb(0 0 0 / 30%);
  box-shadow: 8px 8px 8px rgb(0 0 0 / 30%);
}

img.redvan {
  float: right;
  margin-right: 2%;
}

img.whatsapp {
  border:none; 
  -webkit-box-shadow: none; 
          box-shadow: none; 
  float: right; 
  margin: 0 2% 0 2%;
}

/* footer */
footer {
  text-align: center;
}

footer p {
  padding: 0;
}

footer h1,
footer h2 {
  font-weight: normal;
}

address {
  font-style: normal;
  font-size: 16px;
}

a.email {
  font-size: 16px;
  text-decoration: underline;
}

img.busdriver {
  width: 80px;
  height: 115px;
  margin: 30px auto 0 auto;
  border: 1px solid #001457;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
}

p.copy {
  font-size: 0.9rem;
}

.l {
  text-align: left;
}

.r {
  text-align: right;
}

article h3 {
  display: block;
  font-weight: normal;
  font-size: 26px;
  margin: 10px auto 15px auto;
  text-align: center;
  padding-right: 10px;
}

li.separate {
  margin-bottom: 5px;
}

input.radio {
  margin-right: 10px;
}

li.nobullet {
  list-style-type: none;
}

input.box {
  width: 80%;
  max-width: 450px;
  height: 30px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  padding: 5px;
  margin-top: 5px;
  font-family: "Dosis", sans-serif;
}

input.submit {
  height: 40px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  padding: 5px 25px 5px 25px;
  margin: 15px 0 5px 35px;
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  border: 1px solid var(--blue);
  border-radius: 8px;
  background-color: #ff7a06;
  -webkit-box-shadow: 5px 5px 8px rgb(0 0 0 / 30%),
    inset -2px -1px 3px 2px rgb(0 0 0 / 20%);
  box-shadow: 5px 5px 8px rgb(0 0 0 / 30%),
    inset -2px -1px 3px 2px rgb(0 0 0 / 20%);
}

textarea.box {
  width: 80%;
  max-width: 450px;
  height: 100px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  padding: 5px;
  margin-top: 5px;
  font-family: "Dosis", sans-serif;
}

select {
  font-size: 18px;
  height: 30px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-family: "Dosis", sans-serif;
  background-color: white;
}

textarea.pickuplocation {
  display: none;
}

/* prices */

span.hidetxt {
  display: none;
}
span.schedule {
  margin: 15px 0 15px 0;
  display: inline-block;
  background-color: var(--prices);
  padding: 5px 12px 6px 12px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 5px 5px 8px rgb(0 0 0 / 30%),
    inset -2px -1px 3px 2px rgb(0 0 0 / 20%);
  box-shadow: 5px 5px 8px rgb(0 0 0 / 30%),
    inset -2px -1px 3px 2px rgb(0 0 0 / 20%);
}

.hide {
  margin-top: -9999px;
  opacity: 0;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}

.show {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: var(--prices);
  padding: 5px;
  border: solid 1px var(--blue);
  margin-left: -20px;
  border-radius: 8px;
  max-width: 700px;
}

.show td {
  font-size: 18px;
}
li.map {
  text-align: center;
  width: 100%;
}

img.map {
  width: 80%;
  max-width: 720px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  margin: 10px 15px 10px 15px;
  -webkit-box-shadow: 8px 8px 8px rgb(0 0 0 / 30%);
  box-shadow: 8px 8px 8px rgb(0 0 0 / 30%);
}
/* @media */
@media only screen and (max-width: 1250px) {
  img.top {
    width: 400px;
    height: 300px;
  }
}

@media only screen and (max-width: 1000px) {
  img.top {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  header h1 {
    font-size: 3.5rem;
  }

  header h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 710px) {
  div.logo,
  img.busdriver03 {
    width: 98px;
    height: 130px;
  }

  header {
    display: -ms-grid;
    display: grid;
        -ms-grid-rows: auto 5px auto;
            grid-template-areas:
      "logo head1"
      "nav nav";
    -ms-grid-columns: 98px 5px 1fr;
    grid-template-columns: 98px 1fr;
  }

  div.logo,
  img.busdriver03 {
    -ms-grid-row-span: 1;
  }

  nav {
    -ms-grid-column-span: 3;
  }

  div.head1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  div.logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media only screen and (max-width: 660px) {
  div.logo,
  img.busdriver03 {
    width: 83px;
    height: 110px;
  }

  header {
    -ms-grid-columns: 83px 5px 1fr;
    grid-template-columns: 83px 1fr;
  }

  header h1 {
    font-size: 3rem;
  }

  header h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 560px) {
  span.hidebus {
    display: none;
  }
}

@media only screen and (max-width: 530px) {
  header h1 {
    font-size: 2.7rem;
  }

  header h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 500px) {
  header h1 {
    font-size: 2.5rem;
  }

  header h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 460px) {
  div.logo,
  img.busdriver03 {
    width: 120px;
    height: 160px;
  }

  header {
    -ms-grid-columns: 120px 5px 1fr;
    grid-template-columns: 120px 1fr;
  }
}

@media only screen and (max-width: 415px) {
  div.logo,
  img.busdriver03 {
    width: 105px;
    height: 140px;
  }

  header {
    -ms-grid-columns: 105px 5px 1fr;
    grid-template-columns: 105px 1fr;
  }

  header,
  footer {
    font-size: 10px;
  }

  h1.headerh1,
  footer h1 {
    font-size: 3.1em;
    margin: 0.5em auto 0.4em auto;
  }

  h2.headerh2,
  footer h2 {
    font-size: 2.3em;
    margin: 0 auto 0.4em auto;
  }
}

@media only screen and (max-width: 370px) {
  nav a {
    padding: 0 20px 0 20px;
  }
}

span.dot {
  height: 10px;
  width: 10px;
  background-color: var(--red);
  border-radius: 50%;
  position: relative;
  -webkit-animation-name: reddot;
          animation-name: reddot;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  display: inline-block;
  margin: 0 12px 3px 0px;
}


@-webkit-keyframes reddot {
    0%   {background-color: var(--red); left:0px; top:0px;}
    10%  {background-color: var(--red); left:10px; top:0px;}
    20% {background-color: var(--red); left:0px; top:0px;}
    30%  {background-color: var(--red); left:10px; top:0px;}
    40% {background-color: var(--red); left:0px; top:0px;}
    50%  {background-color: var(--red); left:10px; top:0px;}
    60% {background-color: var(--red); left:0px; top:0px;}
    70%  {background-color: var(--red); left:10px; top:0px;}
    80% {background-color: var(--red); left:0px; top:0px;}
    90%  {background-color: var(--red); left:10px; top:0px;}
    100% {background-color: var(--red); left:0px; top:0px;}
}

@keyframes reddot {
    0%   {background-color: var(--red); left:0px; top:0px;}
    10%  {background-color: var(--red); left:10px; top:0px;}
    20% {background-color: var(--red); left:0px; top:0px;}
    30%  {background-color: var(--red); left:10px; top:0px;}
    40% {background-color: var(--red); left:0px; top:0px;}
    50%  {background-color: var(--red); left:10px; top:0px;}
    60% {background-color: var(--red); left:0px; top:0px;}
    70%  {background-color: var(--red); left:10px; top:0px;}
    80% {background-color: var(--red); left:0px; top:0px;}
    90%  {background-color: var(--red); left:10px; top:0px;}
    100% {background-color: var(--red); left:0px; top:0px;}
}