* {
  /*font-family: 'Questrial', sans-serif, Arial, Helvetica, sans-serif;*/
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: block;
}

body {
  padding: 0;
  margin: auto;
  color: #00A3DF;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

strong {
  color: #00A3DF;
}

p {
  letter-spacing: 1.5px;
}

header .logos {
  width: 100%;
  max-width: 780px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}

header .logos div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 150px;
}

header .logos div img {
  width: 100%;
  max-width: 112px;
}

header .logos div:nth-child(2) {
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
}

header nav {
  width: 100%;
  max-width: 780px;
  margin: auto;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 1em;
}

header nav div {
  margin: auto;
  text-align: center;
}

header nav a {
  font-size: .5rem;
  color: #666666;
  text-decoration: none;
}

@media (min-width: 768px) {
  header nav a {
    font-size: 1rem;
  }
}

header nav a:after {
  content: '\25b6';
  font-size: calc(1em - .3rem);
  margin-left: 10px;
}

header nav a span {
  position: relative;
  top: 0.3em;
}

section {
  width: 100%;
  max-width: 780px;
  margin: auto;
  text-align: center;
  margin-top: 2rem;
}

section h1 {
  text-transform: uppercase;
  font-size: calc(2rem / 100vw);
  font-weight: bold;
  color: #00A3DF;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  section h1 {
    font-size: 3.5rem;
  }
}

section .love {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #002d5a;
  font-weight: bolder;
}

@media (min-width: 768px) {
  section .love {
    font-size: 1.3rem;
  }
}

section .love picture {
  position: relative;
  top: 10px;
}

section .love picture img {
  max-width: 80px;
}

section .buy {
  font-size: 22px;
}

section .buy #logo-C {
  color: #666666;
  font-weight: bolder;
}

section .buy #logo-C:hover {
  color: #00A3DF;
}

section .buy #logo-O {
  color: #666666;
  font-weight: bolder;
}

section .buy #logo-O:hover {
  color: #00254A;
}

section .buy #logo-S {
  color: #666666;
  font-weight: bolder;
}

section .buy #logo-S:hover {
  color: #ee3124;
}

section .buy #logo-S span {
  position: relative;
  top: 4px;
}

section .small {
  font-size: 1.5rem;
  margin: 0 3rem 0;
}

section .small b {
  color: #00A3DF;
  font-size: 2.5rem;
  font-weight: normal;
}

section #cupon {
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.22);
}

section #formulario form strong {
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 2px;
}

section #formulario form input, section #formulario form select {
  width: 80%;
  max-width: 345px;
  border: 1px solid #666666;
  border-radius: 5px;
  padding: 1em;
  margin: 1em auto 3em;
}

section #formulario form input::-webkit-input-placeholder, section #formulario form select::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 2px;
}

section #formulario form input:-ms-input-placeholder, section #formulario form select:-ms-input-placeholder {
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 2px;
}

section #formulario form input::-ms-input-placeholder, section #formulario form select::-ms-input-placeholder {
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 2px;
}

section #formulario form input::placeholder, section #formulario form select::placeholder {
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 2px;
}

section #formulario form .compliance {
  margin: 0 auto 2rem;
}

section #formulario form .compliance input[type='checkbox'] {
  width: auto;
  margin: auto;
}

section #formulario form .compliance span {
  color: #666666;
}

section #formulario form button {
  padding: 1rem 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #00A3DF;
  color: white;
  border: none;
  border-radius: 10px;
}

section #formulario #success-msg {
  background-color: #00254A;
  color: white;
  padding: 3rem;
}

section #formulario #success-msg h4 {
  font-size: 1.5rem;
}

section #direction {
  margin: auto;
  margin-top: 2rem;
  width: 100%;
  max-width: 400px;
}

section #direction .hand {
  font-family: 'Short Stack', cursive;
}

section #direction div:nth-child(1) {
  font-size: 3rem;
  color: #00A3DF;
  font-weight: bold;
  width: 100%;
}

section #direction div:nth-child(1) img {
  max-width: 22px;
}

section #direction a {
  color: #00A3DF;
  text-decoration: none;
}

section .tiendas {
  padding: 1rem 4rem;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-weight: bolder;
  background-color: #666666;
}

section h2 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #00A3DF;
  margin: 6rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

section h2:before, section h2:after {
  content: '';
  border-top: 2px solid;
  margin: 0 20px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
          flex: 1 0 20px;
}

section h2:after {
  margin: 0 0 0 20px;
}

section h3 {
  margin-bottom: 6rem;
  color: #00A3DF;
  font-size: 2rem;
  font-weight: bolder;
}

section h3 span {
  color: #666666;
}

section .rrss {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

section .rrss div {
  width: 100%;
}

section .rrss div:nth-child(1) div {
  margin: 2rem auto;
}

section .rrss div:nth-child(2) div {
  margin: 2rem auto;
}

section .rrss div:nth-child(2) div img {
  height: 37px;
  width: auto !important;
}

section .rrss div:nth-child(3) div {
  margin: 2rem auto;
}

section .rrss img {
  max-width: 150px;
}

section .rrss a {
  text-decoration: none;
}

section .rrss .line {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

#galery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

footer {
  background: #EFEFEF;
  margin: 4rem auto 0;
  padding: 1rem;
  font-size: 12px;
  text-align: center;
}

footer a {
  color: inherit;
}

.marco {
  border: 8px solid;
  /*-o-border-image: url("../img/borde.jpg") 200 round;
     border-image: url("../img/borde.jpg") 200 round;*/
  margin: auto;
  max-width: 950px;
}

@media (min-width: 992px) {
  .marco {
    border: 14px solid;
    /*-o-border-image: url("../img/borde.jpg") 200 round;
       border-image: url("../img/borde.jpg") 200 round;*/
  }
}
/*# sourceMappingURL=style.css.map */
