/* ================= RESET ================= */

@font-face {
  font-family: "New Lincoln Gothic BT";
  src: url(css/@font-face/af3210956bb07161eb96394768eb9444.eot);
  src: url(css/@font-face/af3210956bb07161eb96394768eb9444.eot?#iefix)
      format("embedded-opentype"),
    url(css/@font-face/af3210956bb07161eb96394768eb9444.woff2) format("woff2"),
    url(css/@font-face/af3210956bb07161eb96394768eb9444.woff) format("woff"),
    url(css/@font-face/af3210956bb07161eb96394768eb9444.ttf) format("truetype"),
    url("css/@font-face/af3210956bb07161eb96394768eb9444.svg#New Lincoln Gothic BT")
      format("svg");
}


/* input.error {
    border: 2px solid #e74c3c;
    background-color: #fff5f5;
} */

.input-error {
    border: 2px solid #e74c3c;
    background-color: #fff5f5;
}

.error-text {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 4px;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body{
  overflow-x: hidden;
  overscroll-behavior: none;
  height: 100dvh;
}

.button-prest2{
   overscroll-behavior: none;
}

h1, h2 {
    font-family: inherit;
    color: #0244AD !important;
}

.mobile{
  display: none !important;
}

/* ================= FLEX UTILITIES ================= */

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
}

.flex-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-gap-md {
  gap: 16px;
}

.message_home{
    align-content: center;
    height: -webkit-fill-available;
    height: fit-content;
    position: relative;
}

#install-button{
  position: relative;
  top: 20px
}

.item_req {
    box-shadow: -2px -2px 5px #fff, 6px 4px 10px #ffc20282;
    border-radius: 10px;
    background: linear-gradient(129deg, #ffffff -12%, rgb(255 255 255 / 0%) 100%);
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0px auto 30px;
    border: solid 2px #ffd802;
}

.title-inicio{
    font-size: 74px;
    display: contents;
    color: #0244AD !important;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.1;
}

.subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-top: 23px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.containter-rq{
  justify-self: center;
  text-align: center;
  transition: all 0.7s ease;
  place-items: center;
}

.lazyloaded{
    max-width: 65px;
    margin: 10px;
    width: 50px;
    height: 50px;
}

.info_req{
    font-size: 15px;
    word-break: break-word;
    line-height: 25px;
    font-weight: 700;
    color: #0244AD;
}
/* ================= HEADER ================= */

#header_main{
  height: 105px;
}

.site-header {
    top: 0px !important;
    width: 100vw;
    height: 105px;
    background-color: #F9F9F9;
    align-items: center;
    border-bottom: 4px solid #ffc202;
    position: fixed;
    z-index: 9;
}

.site-header::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, #1c1c1c4a 0%, rgba(255, 255, 255, 0) 100%);
}
.hr-main{
    border-color: #a6bfcd;
    background-color: #a6bfcd;
    opacity: 1;
    border: solid 3.8px #a6bfcd !important;
    animation: linehidde 0.7s 1;
    animation-fill-mode: forwards;
}

.container-line{
  padding: 0px 10%;
  position: relative;
  top: 65px;
}
.items_icons2{
    width: 127px;
    display: inline-flex;
    z-index: 1;
    background-color: #f9f9f9;
    position: relative;
}

picture{
      box-shadow: -2px -2px 5px #fff, 5px 5px 10px rgb(159 196 229);
    border-radius: 10px;
    background: linear-gradient(129deg, #b5b5b552 -12%, rgba(255, 255, 255, 0) 100%);
    height: 80px;
    margin: 0 auto 11px;
    width: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


picture img {
    height: auto;
    max-width: 53px;
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
}

.logo-container {
  width: 325px;
}



.logo-container > a {
  display: block;
  margin-top: 10px;
}

.logo-video {
  width: 100%;
  display: block;
}


.aviso-cookies {
    padding-bottom: 0px !important;
    display: none;
    background: #fff;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 150%;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    padding-top: 0px;
    box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
    text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
    max-width: 74px;
    position: absolute;
    top: -50px;
    left: calc(29% - 50px);
}

.aviso-cookies .titulo{
	margin-bottom: 15px;

}

.aviso-cookies .parrafo{
	font-size: 15px;
}

.aviso-cookies .boton {
    width: 100%;
    background: #595959;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 3px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 5px;
    margin-bottom: 0px;
    font-size: 14px;
}

#simulator-container{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 1vw;
    background-image: url(https://www.platahoy.com/img/fondo-pp.svg);
}

.redes-sections{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0vw;
    background-image: url(https://www.platahoy.com/img/fondo-pp2.svg);
    height: 550px;
}

.img-video-pasos{
    height: 418px;
    object-fit: fill;
    width: 75%;
    border-radius: 21px;
}

.swal-platahoy{
  border-radius: 50px !important;
  width: 550px !important;
}

.button-prest2 {
    display: inline !important;
    position: fixed;
    z-index: 8;
    bottom: 10px;
    left: 17%;
    right: 17%;
    opacity: 0;
    display: inline-flex;
}


.regist-prest2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 6.25rem;
    font-size: 20px;
    font-weight: 700;
    fill: #ffffff;
    color: #ffffff;;
    box-shadow: 0 5px 10px #36363670;
    -webkit-box-shadow: 0 5px 10px #36363670;
    background-color: #FFC202;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFC202;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: 0;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    overscroll-behavior: none;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transform: translate3d(0, 0, 0);
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}


.ir-arriba {
    z-index: 1;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 12px;
}

#msc{
  bottom: 0px;
  width: 100%;
  display: none;
  position: absolute;
}
.item-link{
  background-color: #ffc202;
  text-align: center;
  line-height: 11px !important;
  align-content: center;
  padding: 8px;
}

.modal-videos {
    visibility: hidden;
    pointer-events: auto;
    transform: translate(0, 0);
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: grid;
    place-items: center;
    height: 100%;
}

.play-you-center {
    padding-bottom: 56.25%;
    display: flex;
    height: 0;
    position: relative;
}

.play-iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

iframe {
    background-color: transparent !important;
    border-radius: 15px !important;
}

iframe {
    border: 0;
}

.closeButton {
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 15px;
    width: 20px;
    background-color: transparent;
    background-image: none;
    height: 20px;
    border: transparent;
}

.closeButton:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.closeButton:after {
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
}

.item-link > a{
  color: #fff;
  font-size: 15px;
  /* padding: 8px 12px 8px 12px; */
}

a:focus, a:hover {
  text-decoration: none !important;
}

.main-nav {
  display: flex;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: center;
}

.nav-list li {
  padding: 6px 12px;
  border: 1px solid #999;
  cursor: pointer;
  white-space: nowrap;
}

.nav-list .cta {
  font-weight: bold;
  border-color: #0244AD;
}

/* ================= MAIN ================= */

#hetat {
    position: relative;
    margin-bottom: 10px;
    left: 7px;
}

.heart {
  background: #535353;
  cursor: pointer;
  width: 13px;
  height: 13px;
  transition: 0.2s;
  transform: rotate(45deg);
}


#coments-social {
  width: 25px;
  height: 30px;
  color: #000;
}

#coments-social:hover {
  color: #ffc107;
}

#coments-social:hover path {
  fill: #ffc107;
}

.heart.liked {
  background: #ff5454;
}

.heart.liking {
  animation: pump 750ms;
}

.heart:hover {
  background: #ff0000;
  transform: rotate(45deg) scale(1.2);
}

.heart::before,
.heart::after {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background: inherit;
}

.heart::before {
  position: absolute;
  top: 0;
  left: -7.5px;
}

.heart::after {
  position: absolute;
  top: -7.5px;
  left: 0;
}

#compar-btns:hover {
  color: #0244AD;
}


#compar-btns:hover polygon {
  fill: #0244AD;
}

#compar-btns {
  color: #000;
  width: 26px;
}

#faqMax1, #faqMax2, #faqMax3{
    display: none;
}

.ocult0{
    display: none;
  }
.ocult1 {
    display: none;
  }
  .ocult2 {
    display: none;
  }

  .resp-Fa span {
    font-family: Arial, Sans-serif;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    fill: #000;
    color: #000;
    background-color: transparent;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.14118), hsla(0, 0%, 100%, 0.14118));
    border: 3px solid #FFC202;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 100px 100px 100px 100px;
    width: 249.08px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#section-adds{
    z-index: 1;
    padding: 19px 13px;
    height: 110px;
    width: 50px;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);
    border-radius: 25px;
    transition: all 0.3s;
    transform: translate(-65px, 39px);
}


.social-icons{
  justify-content: center;
  align-content: center;
  display: grid;
}
.justify-center{
    justify-content: center;
}

.social-icons a {
    width: 64px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
   
    font-size: 28px;
    text-decoration: none;
    transition: .3s ease;
}

.social-icons > a:hover{
  transform:translateY(-6px);
}


.instagram{
   border-radius: 25%;
  animation: pulse 1.8s infinite;
}

.facebook{
   border-radius: 150px !important;
   animation: pulse2 1.8s infinite;
}


.tiktok{
  border-radius: 25%;
  animation: pulse3 1.8s infinite;
}

.youtube{
  border-radius: 12px !important;
  animation: pulse4 1.8s infinite;
  width: 80px !important;
  height: 53px !important;
}



.social-icons a > img{
  width: 100%;

}

.carousel-section {
  padding: 91px 0px 25px 0px;
  overflow: hidden;
}

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 35s linear infinite;
}

.slideInc {
  min-width: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.slideInc img {
  height: 100px;
  width: 250px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.slideInc img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* ANIMACIÓN */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



/* ANIMACIONES */
@keyframes pulse{
  0%{box-shadow:0px 0px 0px 0px rgb(193, 53, 132);}
  70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}
@keyframes pulse2{
  0%{box-shadow:0 0 0 0 rgb(24, 118, 242);;}
  70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}

@keyframes pulse3{
  0%{box-shadow:0 0 0 0 rgba(0, 0, 0, 0.7);}
  70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}


@keyframes pulse4{
  0%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.7);}
  70%{box-shadow:0 0 0 15px rgba(211, 37, 37, 0);}
  100%{box-shadow:0 0 0 0 rgba(211, 37, 37, 0);}
}





@keyframes float{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-8px);}
}

.main {
  margin: 0px auto 0px auto;
}

.containter-rq:hover {
  transform: scale(1.2);
}

.subt-cont-play{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 29px;
}

.section-home{
  align-content:center;
  padding-left: 105px !important;
}

.box {
  border: solid 1px;
  padding: 16px;
  /* margin-bottom: 16px; */
}

.historia-video{
  text-align: center;
}


.requisitos-title {
  color: #0244ad !important;
  text-align: center;
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 25px;
}

/* ❌ OCULTAR DUPLICADOS EN DESKTOP */
.duplicate {
  display: none;
}

.historia-text{
 align-content: center; 
}

.img-banner-seg{
  width: 100%;
  height: 360px; 
  padding: 17px;
}

.title-subt {
    font-size: 55px;
    width: 100%;
    padding-right: calc(1.5rem * 0.5);
    margin-top: 0;
    font-family: inherit;
    color: #0244AD !important;
    margin-bottom: 10px;
    font-weight: 700;
}

.parafat-center{
    font-size: 19px;
    font-weight: 400;
    display: block;
    /* margin-left: 15px; */
}

.likes {
  background: #ff0000 !important;
}

.subt-cont-play {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 29px;
}

.icon-tipy{
    padding: 0px;
    background-color: transparent;
    border: none;
}


.icon-tipy > svg{
  width: 20px;
  height: 20px;
  display: block;
}
.link-butn {
    font-size: 22px;
    font-weight: 700;
    fill: #000;
    color: #0244AD;
    background-color: #fff;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFC202;
    display: inline-block;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100px 100px 100px 100px;
    position: relative;
    box-shadow: 0 5px 10px #428bca8c;
    -webkit-box-shadow: 0 5px 10px #4b4b4b8c;
}
.spn-link{
  display: flex;
  align-items: center;
  gap: 15px;
}

.animation-palpito {
  animation: latidos 2s infinite;
  transform-origin: center;
}
@keyframes latidos {
  from {
    transform: none;
  }
  50% {
    transform: scale(1.2);
  }
  to {
    transform: none;
  }
}

.animate .square-animation {
  animation: wipe-enter 0.9s forwards;
}

.animate .square-animation2 {
  animation: wipe-enter2 0.7s forwards;
  animation-delay: 0.7s;
}

.animate .square-animation3 {
  animation: wipe-enter3 0.7s forwards;
  animation-delay: 0.9s;
}

.animate .square-animation4 {
  animation: wipe-enter4 0.7s forwards;
  animation-delay: 1.3s;
}

.animate .square-animation5 {
  animation: wipe-enter5 0.7s forwards;
  animation-delay: 1.7s;
}


.square-animation,
.square-animation2,
.square-animation3,
.square-animation4,
.square-animation5 {
    will-change: transform, opacity;
  }


@keyframes wipe-enter {
  0% {
    transform: scaleX(0) scaleY(0);
    opacity: 0;
  }
  86% {
    transform: scaleX(1) scaleY(0);
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
}

@keyframes wipe-enter2 {
  0% {
    transform: scaleX(0) scaleY(0);
    opacity: 0;
  }
  40% {
    transform: scaleX(1) scaleY(0);
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
}

@keyframes wipe-enter3 {
  0% {
    transform: scaleX(0) scaleY(0);
    opacity: 0;
  }
  60% {
    transform: scaleX(1) scaleY(0);
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
}

@keyframes wipe-enter4 {
  0% {
    transform: scaleX(0) scaleY(0);
    opacity: 0;
  }
  80% {
    transform: scaleX(1) scaleY(0);
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
}

@keyframes wipe-enter5 {
  0% {
    transform: scaleX(0) scaleY(0);
    opacity: 0;
  }
  80% {
    transform: scaleX(1) scaleY(0);
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
}


.link-butn2 {
    font-size: 25px;
    font-weight: 700;
    fill: #000;
    color: #ffffff;
    background-color: #FFC202;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #FFC202;
    display: inline-block;
    line-height: 1;
    padding: 7px 38px;
    border-radius: 3px;
    text-align: center;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100px 100px 100px 100px;
    position: relative;
    box-shadow: 0 5px 10px #428bca8c;
    -webkit-box-shadow: 0 5px 10px #3f3f3f8c;
}


input,select{
    border: solid 2px #fbc419d1;
    width: 100%;
    border-radius: 14px;
    font-size: 19px !important;
    padding: 4px 13px;
    line-height: 28.5px !important;
    height: 38.7px !important;
}

input:focus-visible {
    outline: 3px solid #fbc419d1;   /* color del borde */
}
.steps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0px;
}

#formSteps{
    height: fit-content;
    color: #000;
    align-content: center;
    padding: 0px 0px 47px;
}

#title_conf{
    margin-top: 0px !important;
}

.step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0px 15px;
}

.step.active_form {
    background: #1d4ed8;
}

.line {
    width: 60px;
    height: 4px;
    background: #ccc;
}

.step.active_form + .line {
    background: #1d4ed8;
}

/* CONTENIDO */
.step-content {
    display: none;
    padding: 0px 7%;
}
#successContainer{
    display: none;
}

.pictureStep{
  box-shadow: -2px -2px 5px #fff, 5px 5px 10px rgb(159 196 229);
  border-radius: 10px;
  background: linear-gradient(129deg, #b5b5b552 -12%, rgba(255, 255, 255, 0) 100%);
  height: 200px !important;
  width: 200px !important;
  margin: 0 auto 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slide_movil > div {
  padding: 38px;
  height: 100%;
}
#paso_final{
  padding: 0px 2%;
}

.slide_movil > p {
    margin-top: 11px;
    text-align: center;
    font-size: 19px !important;
    font-weight: 600 !important;
}
.infor_paso{
    padding: 7px 0px 7px 15px;
    display: flex;
    gap: 10px;
    box-shadow: -5px -2px 8px #f0f0f0, 6px 4px 0px #ffc20282;
    border-radius: 31px;
    background: linear-gradient(129deg, #ffffff -12%, rgb(255 255 255 / 0%) 100%);
    margin-bottom: 15px;
}
.infor_paso2{
    padding: 7px 0px 7px 15px;
    display: flex;
    gap: 10px;
    box-shadow: 0px 7px 0px #a9a9a9b0;
    border-radius: 31px;
    background: #ffc202;
    margin-bottom: 15px;
}

#comfirm_pas_1, #comfirm_pas_2{
  font-weight: 700;
  font-size: 13px;
}

#comfirm_pas_3{
  font-weight: 700;
  font-size: 14px;
}
#comfirm_pas_4{
    font-weight: 700;
    white-space: pre-line;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    line-height: 16px;
    margin-bottom: 15px;
    color: #000;
}
.text_seg_comfir{
  font-size: 12px;
  position: relative;
  top: -3px;
}
#info-final{
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 8px 20px;
    margin-bottom: 12px;
}

.text_seg_comfir2{
    line-height: 14px;
    font-size: 13px;
    width: 74%;
}

.text_analisis{
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.text_analisis2{
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

#vista-movil{
  margin: 60px 0px;
  display: none;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.active_form {
    display: grid;
}

.texto_otro{
		white-space: nowrap;
	}

  #next-btn-container{
        display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #waveform {
    touch-action: pan-x !important;
}
  .pauses{
    padding: 5px;
  }
/* BOTONES */
.buttons {
    display: flex;
    justify-content: space-between;
    padding: 0px 15%;
    margin-top: 25px;
}
.buttons button{
     padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background: #1d4ed8;
    color: #fff;
}

.btn-solicitar {
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 22px;
    border: none;
    margin-bottom: 15px;
    cursor: pointer;
    background: #ffc202;
    gap: 8px;
    color: #000000;
    display: flex;

}

.not_point{
    font-size: 13px !important;
    font-weight: 500 !important;
}

button:disabled {
    background: #aaa;
    cursor: not-allowed;
}
.text-cof{
 color: #7f8c8d;
 margin: 0px;

}

/* Mensaje de confirmación */
.confirmation {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    text-align: center;
    display: none;
    width: 100%;
    overflow: hidden;
    display: block;
}

.confirmation.visible {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}


@keyframes fade {
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
}

.slide_movil {
  opacity: 0;
  animation: fade 21s infinite;
  height: 100%;
  inset: 0;
  position: absolute;
}

.slide_movil:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 36px;
  bottom: 1px;
  background-color: transparent;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}


.slide_movil:nth-child(1) {
  background: center top no-repeat;
  animation-delay: 1s;
}
.slide_movil:nth-child(2) {
  background: center top no-repeat;
  animation-delay: 5s;
}
.slide_movil:nth-child(3) {
  background: center top no-repeat;
  animation-delay: 9s;
}
.slide_movil:nth-child(4) {
  background: center top no-repeat;
  animation-delay: 13s;
}
.slide_movil:nth-child(5) {
  background: center top no-repeat;
  animation-delay: 17s;
}

.confirmation-icon {
    font-size: 63px;
    color: #2ecc71;
}

#btn_mobil_send{
      display: block;
    width: 85dvw;
}

#form-steps{
  /* align-content: center; */
  width: 100%;
  height: 100%;
  place-items: center; 
  padding: 40px 10px 10px;
}

#formContainer{
  height:fit-content;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px #3f3f3f8c;
  border-radius: 25px;
  width: auto;
}