

* {
  margin:0;
  padding: 0
}
html{
  box-sizing: border-box;
}
body {
  font-family: 'Lato', sans-serif;
}
header{
  position: relative;
  top: -110px;
  background: linear-gradient(to bottom right, #ff9900, #e4de54);
  transform: skewY(4deg);
  padding-top: 130px;
}

input{
  display: block;
}

.inputs ul li{
  color: #AAAAAA;
  display: inline-block;
  position: relative;
  height: 60px;
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  padding: 15px 25px 25px 40px;
  margin: 5px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label{
	color: #b00e23;
}

ul li .check{
  display: block;
  position: absolute;
  border: 3px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 20px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid #b00e23;
}

ul li .check::before {
  display: none;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #b00e23;
}

input[type=radio]:checked ~ .check::before{
  background: #b00e23;
}

input[type=radio]:checked ~ label{
  color: #b00e23;
}
hr{
  border: 1px solid #ffffff!important;
}
ul.logos{
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
  transform: skewY(-4deg);
}
ul.logos li:nth-last-child(1){
  margin-left: 80px;
}

.fondo{
  background-image: url("../../img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}
.main-image{
  transform: skewY(-4deg);
  margin-bottom: 30px;
  text-align: center;
}
.main-image img{
  width: 100%;
}
.claim-box{
  text-align: center;
  margin-top: 100px;
  margin-right: 60px;
  margin-bottom: 20px;
  display: block;
  padding: 20px 0;
  position: relative;
  z-index: 3;
  transform: skewY(-4deg);
}

.form-box{
  margin-bottom: 20px;
  transform: skewY(-4deg);
  transform-origin: top left;
}
.form-box label{
 color:#656565;
}
.form-info{
  width: 100%;
  display: flex;
  align-items: center;
  background: #eeeeee;
  padding: 40px;
  border-top: 2px dashed;
  border-radius: 15px;
}
.form-info p{
  margin-left: 15px;
  text-align: center;
  font-size: 15px;
}
.form{
  width: 100%;
  background: #eeeeee;
  padding: 40px;
  border-radius: 15px;
}
.form input{
  margin-bottom: 10px;
}
.form h4{
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.form button{
  width: 100%;
  display: block;
  background-color: white;
  border:none;
  background: #b00e23;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.form button:hover{
  background: #333;
}
.form-check{
  padding: 0;
}
.form-check label{
  margin-left: 20px;
    font-weight: normal;
}
.form-check-label a{
  color: #b00e23;
  text-transform: none;
}
.form-check-label a:hover{
  color: red;
  text-decoration: none;
}

.calndr{
 padding: 10px 0;
}
.calndr p{
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 18px;
}
.calndr p strong {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.icon {
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}
.icon img{
  width: 40px;
  height: auto;
}
.allsteps{
  display: flex;
}
.day{
  display: flex;
  font-family: 'Roboto Slab', serif;
  align-items: center;
}
.pasos{
  padding: 20px 0 50px;
}
.pasos img{
  margin-right: 20px;
  margin-bottom: 15px;
}
.pasos h3{
  margin-bottom: 45px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.steps{
  text-align: center;
  width: 100vh;
  padding: 10px 0;
}
.steps p{
  color: #333;
  margin-top: 10px;
  margin-left: 30px;
  font-weight: normal;
  line-height: 1.2;
}
 img.section{
  width: 100%;
  max-width: 100%;
  height: auto;

}
.discount{
  padding: 60px 20px;
}
.descuento{
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  display: flex;
  margin: 20px;
  padding: 40px;
  -webkit-box-shadow: 0px 5px 19px 0px rgba(0,0,0,0.49);
  -moz-box-shadow: 0px 5px 19px 0px rgba(0,0,0,0.49);
  box-shadow: 0px 5px 19px 0px rgba(0,0,0,0.49);
  }
.descuento h1{
  font-size: 42px;
  text-transform: uppercase;
  white-space: nowrap;
}
.descuento h1 span{
  display: block;
  font-weight: bold;
  font-size: 57px;
  line-height: 1.1;
}
 .txt{
  padding: 20px;
  display: flex;
  font-size: 20px;
  align-items: center;
}
.info{
  padding: 40px 0;
  background-color: #333;
}
.legal, .legal a, .legal p{
  margin: 0;
  font-size: 15px;
  padding: 5px 0;
  color: #fff;
  display: inline-grid;
}
 .legal a:hover{
  color: #fff;
}
.modal-body {
  padding: 45px;
}

@media (max-width:1023px) {
  ul.logos {
    padding-top: 0px;
    margin-left: 90px;
  }
  .form h4{
    text-align: center;
  }
  hr {
  width: 100%;
  } 
  .descuento {
    margin:0;
    display: block;
  }

  .descuento h1 span {
    display: block;
    font-size: 37px;
  }
  .txt {
    display: inline-grid;
    text-align: center;
    padding: 0;
  }  
  .pasos{
  padding: 0;
  }
  .legal{
  text-align: center;
  padding: 10px 10px;
  }
  .pasos h3{
  text-align: center;
  }
  .allsteps {
  width: 100%;
  text-align: center;
  display: inline-block;
  }
  .claim-box h1{
  display: inline-block;
  font-size: 30px;
  }
  .back img{
margin-left: 120px;
  }
  .back{
  padding-left: 30px;
  }
}
@media (min-width:1024px){
.allsteps {
    width: 100%;
    text-align: center;
    display: flex;
  }
  .tikt {
    padding: 0px;
  }
  .descuento {
    margin:0;
  }
  .claim-box{
    margin-right: 0px;
  }

}
@media (max-width:740px){
  .main-image img {
     width: 100%;
  }
  ul.logos{
    margin-left: 0;
    margin-top: 120px;
  }
  ul.logos li img{
    width: 100%;
  }
.allsteps {
    width: 100%;
    text-align: center;
    display: flex;
  }
  .tikt1 {
    display: inline-flex;
    align-items: center;
  }
  .tikt {
    float: left;
    display: inline;
    text-align: left;
    padding: 10px 15px 20px;
  }
  .descuento {
    padding: 10px;
    margin:0;
    transform: none;
  }
  .claim-box {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 0;
  }
  .claim-box span.price {
    font-size: 30px;
    display: inline;
  }
  .claim-box h4{
    font-size: 15px;
  }
  header{
    padding: 10px;
  }
  .form {
    padding: 20px;
  }
  .calndr p strong {
    font-size: 16px;
  }
  .txt {
    display: block;
  }
  .descuento h1 {
    font-size: 20px;
  }
  .descuento h1 span {
    font-size: 30px;
  }
}
