* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'PrologueMedium';
  src: url("../fonts/PrologueMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  position: relative;
  display: grid;
  color: #B9B9B9;
  font-family: Prologue, "Trebuchet MS", Arial;
  box-shadow: inset 0 0 2em #121936;
  background: url("../img/new-bdeal/bg-patron.webp") #021F3E; }

h1, h2, h3, h4 {
  margin-bottom: 1rem;
  color: #fff; }

p {
  margin-bottom: 1rem; }

a:link, a:visited {
  color: #E4E979;
  text-decoration: none; }

a:hover, a:active {
  color: #fff; }

.txtC {
  text-align: center; }

.contIn {
  display: grid;
  padding: 0 1em; }

.contOut {
  display: grid;
  margin: 0 0; }

.contX2 {
  grid-gap: 2em; }

.break {
  height: 1rem;
  border: none; }

.breakXXL {
  height: 4rem;
  border: none; }

.img {
  max-width: 100%; }

.header {
  position: fixed;
  padding: 1em;
  z-index: 1; }

.homePrev {
  min-height: 100vh;
  display: grid;
  justify-content: center;
  align-content: center;
  background: url("../img/new-bdeal/bg-intro.webp") top center;
  text-align: left;
  background-size: 100% 100%;
  z-index: -2; }
.homePrev h1 {
  font-weight: bold; }
.homePrev .prevImg {
  position: relative;
  width: calc(100% + 2em);
  display: flex;
  justify-content: center;
  margin: 2em auto 0 -1em;
  overflow-x: hidden;
  z-index: 1 img;
  z-index-top: 0;
  z-index-left: 50%; }
.homePrev .prevImg a {
  position: absolute;
  bottom: 0;
  z-index: 1; }

.btnFX {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  color: #fff;
  padding: 0.5em 0.5em 0.5em 1em;
  border-radius: 5em;
  background: linear-gradient(#333 0%, #000 100%);
  border: 1px solid #000; }
.btnFX:link, .btnFX:visited {
  color: #fff; }
.btnFX:active, .btnFX:hover {
  border-color: #2353fe;
  background: linear-gradient(#2353fe 0%, #032cb8 100%); }

.beneficios {
  display: grid;
  grid-gap: 2em;
  margin-top: 2em; }
.beneficios .item {
  position: relative;
  display: grid;
  padding: 0 0 0 80px; }
.beneficios .item img {
  position: absolute; }

.pasos {
  display: grid;
  grid-gap: 2em;
  margin-top: 2em;
  color: #fff;
  text-align: center; }
.pasos .item {
  position: relative;
  height: 150px;
  display: grid;
  padding: 1em;
  border-radius: 0.5em;
  overflow: hidden; }
.pasos .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(#2353fe 0%, #032cb8 100%);
  z-index: -1; }
.pasos .item strong i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border: solid 1px #1F2062;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3); }
.pasos .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: -1; }

.call {
  grid-gap: 2em;
  padding: 2em;
  text-align: center;
  background: linear-gradient(#2353fe 0%, #032cb8 100%); }
.call .ulCheck {
  margin: auto; }
.call a {
  margin: auto; }

.ulCheck {
  display: grid;
  grid-gap: 0.5em;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none; }
  .ulCheck li {
    padding: 0.2em 0 0.2em 2em;
    background: url("../img/new-bdeal/icono-check.png") no-repeat left center; }

.contentForm {
  display: grid;
  grid-gap: 1em;
  padding: 1em;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1em; }
.contentForm form {
  display: grid;
  grid-gap: 1em; }

input, textarea {
  width: 100%;
  padding: 1em;
  color: #fff;
  border: solid 1px #313131;
  border-radius: 0.5em;
  font-family: Prologue, "Trebuchet MS", Arial;
  background: rgba(0, 0, 0, 0.2); }

input[type="checkbox"] {
  width: 20px;
  display: inline-block;
  color: #fff;
  border: solid 1px #313131;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0.2); }

.twoForms {
  display: grid;
  grid-gap: 1em; }

.boton {
  padding: 1em;
  color: #fff;
  border-radius: 0.5em;
  border: solid 1px #032cb8;
  background: linear-gradient(#2353fe 0%, #032cb8 100%); }
.boton:active, .boton:hover {
  border-color: #000;
  background: linear-gradient(#333 0%, #000 100%);
  cursor: pointer; }

.error {
  color: #FDDADA;
  border-color: #B7696A;
  background: rgba(168, 46, 48, 0.5); }
.error::placeholder {
  color: #FDDADA; }

.check {
  display: flex;
  gap: 0.5em;
  justify-content: start; }

.blockValid {
  display: block;
  padding: 1em;
  border-radius: 0.5em;
  color: #9ADD99;
  background: rgba(68, 168, 45, 0.5); }
.blockValid p:last-child {
  margin-bottom: 0; }

.blockInvalid {
  display: block;
  padding: 1em;
  border-radius: 0.5em;
  color: #E3A0A1;
  background: rgba(168, 46, 48, 0.5); }
.blockInvalid p:last-child {
  margin-bottom: 0; }

footer {
  max-width: calc(1000px - 2em);
  width: calc(100% - 2em);
  margin: 3em auto;
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.2); }

.migas {
  max-width: 1000px;
  width: 100%;
  display: grid;
  margin: 2em auto 0em auto;
  padding: 1em;
  color: #fff; }
.migas ol {
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  list-style: none; }
.migas ol li {
  padding-left: 1.3em;
  background: url("../img/new-bdeal/li-type.png") no-repeat left center; }
.migas ol li:first-child {
  padding-left: 0;
  background: none; }

.contTxt ul, .contTxt ol {
  list-style-position: inside;
  margin-bottom: 1em; }
.contTxt table {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3); }
.contTxt table thead {
  background: rgba(0, 0, 0, 0.3); }
.contTxt table tbody tr {
  outline: solid 1px rgba(0, 0, 0, 0.3); }
.contTxt table th, .contTxt table td {
  padding: 0.5em; }

@media screen and (min-width: 1000px) {
  .contOut {
    grid-template-columns: 1fr 1000px 1fr;
    padding: 0 0; }

  .contX2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em; }

  .contOut::before, .contOut::after {
    content: ""; }

  .homePrev {
    text-align: center; }
  .homePrev h1 {
    font-size: 3em; }

  .beneficios {
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .beneficios .item {
    position: relative;
    display: grid;
    grid-gap: 1em;
    padding: 0 0 0 0;
    text-align: center; }
  .beneficios .item img {
    position: static;
    margin: auto; }

  .pasos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1em; }
  .pasos .item {
    height: 300px; }

  .call {
    border-radius: 1em; } }