.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

input[type=submit] {padding:18px 35px; background:#444547; border:0 none;
    cursor:pointer;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-family: sans-serif;
    font-style: bold;
    color: white;}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

a {
  text-decoration: underline;
}

.precio{
  color:  blue;
}

.final{
  color: #ed6700;
}

.temporal{
  color: red;
  font-size: 125%;
}

.button {
  border-radius: 4px;
  background-color: gray;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.link1:link {
  color: black;
  font-weight: bold;
}

.link1:visited {
  color: black;
  font-weight: bold;
}

.link1:hover {
  color: orange;
  font-weight: bold;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button:hover{
  background-color: #f4511e;
}

.brand-text {
  display: block;
  width: 250px;
  height: 220px;
  margin: -50% auto 0px;
  background-image: url('../images/logo_the_shot.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #cf404d;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 70px;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
}

.call-to-action-section {
  margin-top: 0px;
  padding: 44px 40px;
  background-color: #000;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-style: none;
  border-color: #fff;
  background-color: #030000;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #2d3e4f;
  color: #fff;
}

.hollow-button.red {
  border-style: none;
  border-color: transparent;
  background-color: #cc5116;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 0px;
  color: #313131;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45.1%, 0.74);
  font-size: 19px;
  line-height: 30px;
  text-align: left;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 10px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin: 21px;
  padding-right: 0px;
  text-align: left;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 406px;
  overflow: auto;
  background-color: #cc5116;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #cc5116), to(#e0b38d));
  background-image: linear-gradient(180deg, #cc5116 66%, #e0b38d);
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: grey;
}

.nav-link.w--current {
  color: #000;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.logo-link.w--current {
  margin-top: 10px;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 10%;
  margin-bottom: 0px;
  background-color: grey;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.grid-twos {
  width: 33.333%;
  padding: 10px;
  float: center;
}

.grid-threes {
  width: 25%;
  padding: 10px;
  float: center;
}

.banner {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/001-Shot-Casco-Frituras.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/001-Shot-Casco-Frituras.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.column-0-padding {
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 15%;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.button-2 {
  border: 1px solid #fff;
  background-color: #cc5116;
}

.button-3 {
  margin-right: 20px;
  border: 1px solid #ecf0f1;
  background-color: #000;
}

.paragraph {
  line-height: 30px;
  font-weight: 700;
  text-align: justify;
}

.paragraph-2 {
  line-height: 30px;
  font-weight: 500;
}

.bold-text {
  font-weight: 500;
}

.heading {
  text-align: center;
  text-transform: uppercase;
}

.container {
  margin-top: 70px;
}

.heading-2 {
  margin: 10px;
  padding-top: 30px;
}

.heading-3 {
  margin: 10px;
  padding-top: 30px;
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-4 {
  color: rgba(10, 0, 0, 0.79);
  font-size: 20px;
  text-align: left;
}

.link-2 {
  color: rgba(10, 0, 0, 0.79);
  text-decoration: none;
}

.columns {
  padding-right: 70px;
  padding-left: 70px;
  background-color: #fffcfa;
}

.paragraph-5 {
  display: block;
  width: 75%;
  margin: 15px auto 0px;
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
}

.paragraph-6 {
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.slider {
  margin-top: 50px;
}

.image-2 {
  position: relative;
  display: block;
  overflow: visible;
  margin: 50px auto;
  float: none;
}

.container-2 {
  display: inline;
  clear: none;
}

.call-to-action-section-1 {
  padding: 44px 40px;
  background-color: #000;
  color: #fff;
}

.container-3 {
  display: inline;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.image-3 {
  padding-bottom: 0px;
}

.image-4 {
  padding-bottom: 0px;
}

.image-5 {
  display: block;
}

.image-6 {
  display: block;
}

.image-7 {
  display: block;
}

.image-8 {
  display: block;
  margin-left: 0px;
}

.div-block {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: grey;
}

.social-foot {
  padding-top: 35px;
  padding-bottom: 35px;
}

.social-foot.center {
  padding-top: 21px;
  padding-bottom: 0px;
  text-align: center;
}

.image-9 {
  margin-top: 100px;
}

.image-10 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: 40px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.container-4 {
  color: #ecf0f1;
}

.form {
  width: 60%;
  text-align: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    background-color: transparent;
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: transparent;
  }
  .brand-text {
    position: relative;
    display: block;
    margin-top: 0%;
    background-color: transparent;
    background-image: url('../images/logo_the_shot.png');
    background-position: 0px 0px;
    background-size: cover;
    color: transparent;
    text-align: center;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 40%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #cc5116;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
    background-color: #cc5116;
  }
  .logo-link.w--current {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 220px;
    background-color: transparent;
  }
  .social-footer {
    position: static;
    left: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .banner {
    display: block;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/001-Shot-Casco-Frituras.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/001-Shot-Casco-Frituras.jpg');
    background-size: auto, cover;
  }
  .column-0-padding {
    display: inline-block;
    margin-top: 0px;
  }
  .icon {
    margin-top: 700%;
    background-color: transparent;
    color: #000;
  }
  .bold-text-2 {
    display: inline-block;
    padding-top: 0px;
  }
  .columns {
    display: block;
  }
  .image-2 {
    left: 0%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .hamburger-button.w--open {
    background-color: transparent;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .grid-image {
    margin: 0px;
  }
  .hero-title-wrapper {
    top: 35%;
  }
  .logo-link {
    margin-left: 9px;
    background-color: transparent;
  }
  .logo-link.w--current {
    margin-left: 120px;
  }
  .grid-fours {
    width: 33.333%;
  }
  .grid-threes {
    width: 33.333%;
  }
  .grid-twos {
    width: 50%;
  }
  .banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/001-Shot-Casco-Frituras.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/001-Shot-Casco-Frituras.jpg');
    background-size: auto, cover;
  }
  .column-0-padding {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0%;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph {
    text-align: center;
  }
  .bold-text-2 {
    display: block;
  }
  .columns {
    display: block;
  }
  .paragraph-6 {
    display: inline;
  }
}

@media (max-width: 479px) {
  .hamburger-button.w--open {
    background-color: transparent;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 28%;
  }
  .left-navigation{
    overflow: visible;
  }
  .logo-link.w--current {
    margin-left: 0px;
  }
  .banner {
    height: 450px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/001-Shot-Casco-Frituras.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/001-Shot-Casco-Frituras.jpg');
    background-size: auto, cover;
  }
  .column-0-padding {
    display: inline-block;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    margin-right: 120px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  #w-node-83fcd26355b5-5308e2c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-8de989027b2e-5308e2c9 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a12eedd15adc-5308e2c9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-63e444d43d47-5308e2c9 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

