@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf");
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf");
}
@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf");
}
/*
* Santander Fonts
*---------------------------------------------------
*/
/* Regular */
@font-face {
  font-family: "SantanderText-Regular";
  src: url("../fonts/fonts-santander/SantanderTextW05-Regular.eot");
  src: url("../fonts/fonts-santander/SantanderTextW05-Regular.eot")
      format("embedded-opentype"),
    url("../fonts/fonts-santander/SantanderTextW05-Regular.woff2")
      format("woff2"),
    url("../fonts/fonts-santander/SantanderTextW05-Regular.woff") format("woff"),
    url("../fonts/fonts-santander/SantanderTextW05-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "SantanderText-Bold";
  src: url("../fonts/fonts-santander/SantanderTextW05-Bold.eot");
  src: url("../fonts/fonts-santander/SantanderTextW05-Bold.eot")
      format("embedded-opentype"),
    url("../fonts/fonts-santander/SantanderTextW05-Bold.woff2") format("woff2"),
    url("../fonts/fonts-santander/SantanderTextW05-Bold.woff") format("woff"),
    url("../fonts/fonts-santander/SantanderTextW05-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Light */
@font-face {
  font-family: "SantanderText-Light";
  src: url("../fonts/fonts-santander/SantanderTextW05-Light.eot");
  src: url("../fonts/fonts-santander/SantanderTextW05-Light.eot")
      format("embedded-opentype"),
    url("../fonts/fonts-santander/SantanderTextW05-Light.woff2") format("woff2"),
    url("../fonts/fonts-santander/SantanderTextW05-Light.woff") format("woff"),
    url("../fonts/fonts-santander/SantanderTextW05-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* HeadLine Regular */
@font-face {
  font-family: "SantanderHead-Regular";
  src: url("../fonts/fonts-santander/SantanderHeadlineW05-Rg.eot");
  src: url("../fonts/fonts-santander/SantanderHeadlineW05-Rg.eot")
      format("embedded-opentype"),
    url("../fonts/fonts-santander/SantanderHeadlineW05-Rg.woff2")
      format("woff2"),
    url("../fonts/fonts-santander/SantanderHeadlineW05-Rg.woff") format("woff"),
    url("../fonts/fonts-santander/SantanderHeadlineW05-Rg.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert-success {
  text-align: center;
  position: relative;
  padding: 0.25rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  z-index: 2;
  background-color: #d4edda;
  margin-bottom: 5px;
  max-width: 430px;
}
body {
  font-family: "SantanderText-Regular";
  color: #666;
  font-size: 14px;
  margin: 0;
}

input,
textarea,
select,
button {
  font-family: "SantanderText-Regular";
  color: #333;
  font-size: 14px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: none;
}

.wrapper {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.inner {
  min-width: 860px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover !important;
  background: url("../images/klu.png") no-repeat;
  box-shadow: 0px 32px 32px -4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.inner h3 {
  font-size: 22px;
  font-family: "SantanderText-Regular", Helvetica, sans-serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 32px;
  color: #333;
  letter-spacing: 2px;
}

form {
  width: 48%;
  padding-left: 18px;
}

.form-group {
  display: flex;
}
.form-group .form-wrapper {
  width: 50%;
}
.form-group .form-wrapper:first-child {
  margin-right: 20px;
}

.form-wrapper {
  margin-bottom: 13px;
}
.form-wrapper label {
  margin-bottom: 9px;
  display: block;
}

.form-control {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  font-family: "SantanderText-Regular";
  background: none;
}
.form-control:focus {
  border: 1px solid #ae3c33;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-left: 20px;
}
select option[value=""][disabled] {
  display: none;
}

.btn-inactive {
  border: none;
  width: 152px;
  height: 40px;
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #ae3c33;
  font-size: 14px;
  color: #fff;
  font-family: "SantanderText-Regular", Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-inactive:disabled {
  background-color: #999999;
  color: #fff;
}
.btn-inactive:hover::before {
  background-color: #999999;
}

.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffc857;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.button {
  border: none;
  width: 152px;
  height: 40px;
  margin-top: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #203d5c;
  font-size: 14px;
  color: #fff;
  font-family: "SantanderText-Regular", Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.checkbox {
  position: relative;
}
.checkbox label {
  padding-left: 22px;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  width: 13px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  font-family: Material-Design-Iconic-Font;
  color: #000;
  font-size: 10px;
  font-weight: bolder;
}
.checkmark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  content: "\f26b";
}

@media (max-width: 991px) {
  .inner {
    min-width: 768px;
  }
}
@media (max-width: 767px) {
  .inner {
    min-width: auto;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  form {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
.m-l-30 {
  margin-left: 30%;
  margin-top: 2%;
}
@media (max-width: 992px) {
  .link_contra {
    margin-left: 20%;
    text-decoration: underline !important;
  }
  .tam-viaje {
    width: 100%;
    min-height: 2341px;
  }
}
@media (min-width: 992px) {
  .link_contra {
    margin-left: 33%;
    text-decoration: underline !important;
  }
  .tam-viaje {
    width: 100%;
    min-height: 772px;
  }
}
.link_contra:hover {
  text-decoration: underline !important;
}
.m-r-l-a {
  margin-left: auto;
  margin-right: auto;
}
.m-t-5 {
  margin-top: 5%;
}
.tam-frame {
  width: 100%;
  height: 636px;
}
.ff {
  background-image: url("../images/palomitas.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 475px;
}
header.masthead {
  /* background: url("../images/cine-palomitas.jpg")center center ; */
  background: url("../images/thearter-cine.jpg") center center;
  /* background: url("../images/palomitas.jpg")center center ; */
  background-size: cover;
}
.f_eleccion {
  background: url("../images/computer.jpg") !important;
  background-size: cover !important;
}
header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.rojo_santander {
  color: #ec0000;
}
header.masthead h1 {
  font-size: 2rem;
}
/*ESTILOS PARA MOBIL*/
@media (max-width: 575px) {
  .for_desc {
    margin: 1%;
  }
  .for_desc_el {
    margin: 1%;
  }
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 17%;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
.for_desc {
  background: white;
  color: black;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-topleft: 5px;
  -moz-border-topright: 5px;
  border-radius: 5px;
  border-radius: 5px;
}
.for_desc_el {
  background: #e8e8e8;
  color: black;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-topleft: 5px;
  -moz-border-topright: 5px;
  border-radius: 5px;
  border-radius: 5px;
}
.btn_satnta {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  margin: 0 0 18px;
  padding: 6px 0;
  background: #ec0000;
  border: 1px solid #ec0000;
  color: #fff !important;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}
input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.txt_op {
  font-size: 23px;
  cursor: pointer;
}
input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ec0000;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.btn_satnta:hover {
  background: #fff;
  color: #ec0000 !important;
  border: 1px solid #ec0000;
}
.form-check-inline .form-check-input {
  position: absolute;
  margin-top: 14px;
  margin-right: -1rem;
  margin-left: 0;
}
.width-alert {
  width: 540px !important;
  padding: 1.25rem 1.25rem;
  margin-left: -28px;
}
.alert-max-w {
  max-width: 650px;
  margin-left: -28px;
  margin-right: -8px;
  margin-bottom: 8px;
  font-size: 16px;
}
