.claim_sorteo {
  width: 50%;
  margin: auto;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.box_claim {
  text-align: center;
}
.box_ofertas {
  max-width: 60%;
  margin: auto;
  padding: 3% 0;
}
.content_ofertas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.oferta_CP {
  min-width: 30%;
  max-width: 30%;
  background-color: #fff;
  margin-bottom: 4%;
  padding: 0 0 5px 0;
  box-sizing: border-box;
}
.oferta_CP img {
  width: 100%;
}
.texto_apoyo {
  color: #444;
  font-family: open_sansregular, sans-serif;
  font-size: 13px;
  padding: 10px 7px 0 7px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 3px;
  text-align: left;
  text-transform: inherit;
}
.video_cp {
  width: 100%;
}
.titulo_oferta {
  color: #444;
  padding: 10px 7px 0 7px;
  display: block;
  font-family: open_sanssemibold, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  text-align: left;
  text-transform: inherit;
  height: 50px;
}
.precio_oferta {
  margin: 10px 7px 10px 7px;
  bottom: 0;
}
.precio_boton {
  width: 100%;
  margin: auto;
  padding-top: 15px;
  text-align: center;
}
.precio_boton a {
  background-color: #ff002d;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bolder;
  border-radius: 18px;
  font-size: 16px;
}

.btn_VerMas a {
  background-color: #fff;
  color: #ff002d;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  font-weight: bolder;
  border-radius: 18px;
  font-size: 20px;
}
.btn_VerMas a:hover {
  text-decoration: none;
  background-color: #99002d;
  color: #fff;
  transition: 0.5s;
}

.precio_boton a:hover {
  text-decoration: none;
  background-color: #99002d;
  transition: 0.5s;
}

.precio_desde {
  color: #444;
  display: block;
  font-family: open_sanssemibold, sans-serif;
  font-size: 14px;
  text-align: left;
  text-transform: inherit;
  margin: 0px;
}
.precio_euros {
  color: #444;
  display: block;
  font-family: open_sanssemibold, sans-serif;
  font-size: 18px;
  font-weight: bolder;
  text-align: left;
  text-transform: inherit;
  margin: 0px;
}

.titulo_box_producto {
  font-size: 18px;
  font-weight: bolder;
  color: #fff;
  text-align: left;
  padding: 15px;
}
.claim_legales {
  font-size: 14px;
  color: #fff;
  margin: auto;
  padding: 20px 0;
}
.claim_legales a {
  font-size: 14px;
  color: #fcc905;
  margin: auto;
}
.boton_oferta {
  max-width: 90%;
  margin: auto;
  padding: 10px 0;
  background-color: #ff002d;
  color: #fff;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
}
.precio_oferta {
  bottom: 0;
}
/*CÓDIGO INICIAL*/

body {
  font-family: "Open Sans", sans-serif, Arial, sans-serif;
  padding-bottom: 5%;
  background-color: #ff002d;
}
.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

header img {
}

header h1 {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 100;
}
header h2 {
  font-size: 1.1em;
  font-weight: bolder;
}

header .arrow {
  color: #fff;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 100;
}
header .btn-principal {
  color: #fff;
  font-size: 1.2em;
  font-family: "Open Sans", sans-serif, Arial, sans-serif;
  margin-top: 50px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: normal;
  border-radius: 0px;
}

header .btn:hover,
header .btn:focus,
header .btn:active {
  color: #fff;
  font-size: 1.2em;
  font-family: "Open Sans", sans-serif, Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0);
}
header .header__boton:focus,
header .header__boton:active {
  text-decoration: none;
  border: none;
  outline: none;
}

.owl-two .item {
  margin: 0px;
  color: #fff;
  text-align: center;
}
.owl-two .owl-prev {
  width: 10px;
  height: 100px;
  position: absolute;
  top: 30%;
  display: block !important;
  border: 0px solid black;
  font-size: 1.9em !important;
  left: -20px;
}
.owl-two .owl-next {
  width: 10px;
  height: 100px;
  position: absolute;
  top: 30%;
  display: block !important;
  border: 0px solid black;
  font-size: 1.9em !important;
  right: -13px;
}
.owl-two .owl-prev:hover,
.owl-next:hover {
  background-color: transparent !important;
}
.owl-two .owl-prev i,
.owl-two .owl-next i {
  transform: scale(1);
  text-shadow: 1px 1px 5px #c7c7c7;
  color: #3a3a3a;
}
.owl-next:focus,
.owl-prev:focus {
  outline: 0;
}
.owl-two .owl-next i:hover,
.owl-two .owl-prev i:hover {
  color: #9b0002;
}

.item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item:hover {
  margin-top: -5px;
}

#cuotas img {
  max-width: 40%;
}

.contacto .legal p {
  font-size: 0.8em;
  color: #dedede;
}
.contacto {
  text-align: center;
  background-color: #303033;
}
.contacto h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.contacto p {
  color: #fff;
  font-size: 12px;
}
.contacto p i {
  margin: 0 5px 0 15px;
}
.contacto img {
  width: 7%;
}
.sociales {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.sociales a {
  font-size: 25px;
  color: #fff;
  padding: 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.sociales a:hover {
  color: #de0000;
}
.scrollup {
  background: rgba(0, 0, 0, 0.6);
  bottom: 1.5em;
  color: #ffffff;
  cursor: pointer;
  display: none;
  padding: 15px;
  position: fixed;
  right: 1.5em;
  border-radius: 30px;
  z-index: 5;
}

@media (max-width: 992px) {
  .contacto img {
    width: 20%;
  }
  .box_claim {
    color: #fff;
  }
}
#mainNav {
  background-color: transparent;
}

@media (max-width: 768px) {
  header img {
    width: 90%;
  }
  header h1 {
    font-size: 1.1em;
  }
  header h2 {
    font-size: 0.9em;
  }
  .box_claim {
    color: #fff;
  }

  #codigos h3,
  #destinos h3,
  #ofertas h3 {
    font-weight: lighter;
    font-size: 18px;
    color: #fff;
    text-align: justify;
    font-family: "Open Sans", sans-serif, Arial, sans-serif;
  }
  #codigos img {
    max-width: 50%;
  }
  #codigos h4 {
    font-size: 1em;
  }
  #destinos h4 {
    font-size: 18px;
  }

  #cuotas img {
    max-width: 80%;
  }

  .box_ofertas {
    width: 100%;
    margin: auto;
    padding: 3% 0;
  }
  .content_ofertas {
    width: 100%;
    text-align: center;
    display: flex;
  }
  .oferta_CP {
    min-width: 98%;
    background-color: #fff;
    margin-bottom: 6%;
    padding: 0 0 5px 0;
    box-sizing: border-box;
  }
}
