*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
.s-a{
    background-image: url(../img/R1.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100% auto;
    padding: 8% 0 260px;
    overflow: hidden;
}
.s-a div{
    width: 45%;
    margin: 0 0 0 200px;
    padding: 75px 0 0;
}
.s-a h1{
    color: #fff;
    font-size: 50px;
    margin-bottom: 40px;
}
.s-a h1 span{
    color: rgb(0 55 134);
}
.s-a a{
    font-size: 30px;
    color: #000;
    background-color: rgb(253 189 0);
    padding: 15px 30px 12px;
    border-radius: 30px;
    text-decoration: none;
}
.s-b{
    background-color: rgb(236 245 255);
    color: #444;
}
.b-bar{
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    border-radius: 20px;
    top: -60px;
    background-color: rgb(0 78 163);
}
.b-bar p{
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.s-b h2{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.s-b .b-imagenes{
    display: flex;
    align-items: center;
    padding: 75px 0 95px;
}
.s-b .b-imagenes > div{
    width: 50%;
}
.b-icos{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.b-pc img{
    padding: 40px 0 0;
    width: 1000px;
}
.b-icos img{
    width: 230px;
    margin: 0 20px;
}
.b-icos h3{
    font-size: 50px;
    font-weight: 700;
    margin: 25px 0 0;
}
.grid{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 80px auto;
    padding: 0 0 0 80px;
}
.grid div{
    width: 33.33%;
    padding: 25px 120px 95px 0;
}
.grid img{
    width: 100px;
}
.grid p{
    font-size: 21px;
    margin: 25px 0 0 ;
}
.s-d{
    background-color: rgb(236 245 255);
    padding: 90px 0 230px;
}
.s-d h3, .s-d h4{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.d-grid{
    width: 90%;
    display: flex;
    margin: 70px auto 100px;
}
.d-grid div{
    width: 14.1%;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 15px;
    padding: 50px  30px;
    overflow: hidden;
    position: relative;
}
.d-grid img{
    display: block;
    width: 120px;
    margin: 0 auto;
}
.d-grid h3{
    font-size: 20px;
    text-align: center;
}
.d-grid h4{
    font-size: 22px;
    text-align: center;
    margin: 20px 0 0;
}
.d-grid p{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 124 255);
    padding: 30px;
    color: #fff;
    text-align: center;
    transition: 1s all ease ;
}
.d-grid  p > span{
    font-weight: 700;
    font-size: 18px;
}
.d-grid div:hover > p{
    left: 0;
}
.s-e{
    background: url(/imagenes/ContaPyme/pag-web/software-contable/mapa.png) right no-repeat #067CFF;
    background-size: 90%;
    background-position: 300% 100%;
}
.faq{
    width: 55%;
    margin: 0 auto;
    position: relative;
    top: -150px;
    border-radius: 15px;
    display: flex;
    background-color: #fff;
    overflow: hidden;
}
.faq-mbl{
    display: none;
}
.qst{
    width: 50%;
    background-color: #00acfb;
    display: flex;
    flex-direction: column;
}
[class*="qs-"]{
    padding: 10px;
    width: 100%;
    cursor: pointer;
}
[class*="qs-"]:hover{
    background-color: #00c1ff;
}
[class*="qs-"]>img{
    width: 40px;
    height: 30px;
}
[class*="qs-"]>span{
    color: #fff;
}
.focus{
    background-color: #00c1ff;
}
.answ{
    width: 50%;
    position: relative;
}
[class*="ans-"]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    display: none;
    flex-direction: column;
    justify-content: center;
}
[class*="ans-"] h4{
    font-size: 25px;
    width: 85%;
    margin: 0 auto;
}
[class*="ans-"] p{
    width: 85%;
    margin: 15px auto 0;
    font-size: 14px;
}
[class*="ans-"] ol{
    width: 85%;
    margin: 5px auto ;
    font-size: 14px;
}
[class*="ans-"] li{
    margin: 5px auto ;
}
.vista-ans{
    display: flex !important;
}
.e-images{
    width: 60%;
    margin: 0 0 0 120px;
    padding: 80px 0 70px;
}
.e-images h4{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.e-grid{
    display: flex;
    margin: 50px 0;
}
.e-grid div{
    width: 20%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.e-grid div > img{
    display: block;
    width: 120px;
    margin: 0 0 20px;
}
.e-grid div > span{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.premios img{
    width: 80%;
}
.mod-form{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100vw;
    max-height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    overflow: auto;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}
.ver-mod{
    display: flex;
}
.mod-form > div{
    width: 900px;
    height: auto;
    display: flex;  
}
.mod-form > div > .form-txt{
    background-color: #00B2FF;
    border-radius: 15px 0 0 15px;
    padding: 10px 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mod-form > div > .form{
    width: 50%;
    height: 520px;
    position: relative;
    padding: 20px 50px;
    background-color: #fff;
    border-radius: 0 15px 15px 0;
}
.mod-form > div > div p{ 
    text-align: center;
    color: #fff;
    font-size: 25px;
    width: 70%;
    line-height: 45px;
}
.mod-form > div > div span{ 
    font-size: 35px;
    font-weight: 700;
}
.mod-form > div > div > span{ 
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #444;
    cursor: pointer;
}
.no-scroll{
    overflow: hidden;
}
.spn-mob{
    display: none;
}
@media screen and (max-width:1600px) {
    .s-a{
        padding: 8% 0 125px;
    }
    .b-pc img {
        width: 900px;
    }
    .b-icos img {
        width: 200px;
    }
    .e-images {
        padding: 0px 0 70px;
    }
}
@media screen and (max-width:1366px) {
    .s-a {
        padding: 8% 0 170px;
    }
    .s-a div {
        width: 45%;
        margin: 0 0 0 150px;
    }
    .s-a h1 {
        font-size: 35px;
        margin-bottom: 40px;
    }
    .s-a a {
        font-size: 25px;
    }
    .b-bar {
        padding: 20px 0;
        top: -50px;
    }
    .b-bar p {
        font-size: 18px;
    }
    .s-b h2 {
        font-size: 30px;
        width: 60%;
    }
    .b-pc img {
        width: 770px;
    }
    .b-icos img {
        width: 160px;
        margin: 0 10px;
    }
    .b-icos h3 {
        font-size: 35px;
    }
    .grid div {
        padding: 25px 110px 80px 0;
    }
    .grid img {
        width: 85px;
    }
    .grid p {
        font-size: 18px;
    }
    .s-d {
        padding: 75px 0  210px;
    }
    .s-d h3, .s-d h4 {
        font-size: 40px;
    }
    .d-grid div {
        margin: 0 5px;
    }
    .d-grid img {
        width: 95px;
        margin: 15px auto 0;
    }
    .d-grid h4 {
        font-size: 18px;
    }
    .d-grid p {
        padding: 10px 20px;
    }
    .faq {
        width: 65%;
    }
}
@media screen and (max-width:1024px) {
    .s-a {
        padding: 10% 0 100px;
    }
    .s-a div {
        padding: 60px 0 0;
        width: 50%;
        margin: 0px 0 0 100px;
    }
    .s-a h1 {
        font-size: 30px;
    }
    .s-a a {
        font-size: 20px;
        padding: 12px 26px 9px;
    }
    .b-bar {
        width: 85%;
    }
    .b-bar p {
        font-size: 16px;
    }
    .s-b h2 {
        font-size: 28px;
    }
    .s-b .b-imagenes {
        padding: 45px 0 65px;
    }
    .b-pc img {
        width: 520px;
    }
    .b-icos img {
        width: 135px;
    }
    .b-icos h3 {
        font-size: 30px;
    }
    .grid {
        width: 95%;
        margin: 60px auto;
        padding: 0 0 0 55px;
    }
    .grid div {
        padding: 25px 80px 80px 0;
    }
    .grid img {
        width: 70px;
    }
    .s-d {
        padding: 55px 0 200px;
    }
    .s-d h3, .s-d h4 {
        font-size: 35px;
    }
    .d-grid {
        width: 98%;
    }
    .d-grid div {
        padding: 45px 20px;
    }
    .d-grid img {
        width: 90px;
    }
    .d-grid h4 {
        font-size: 16px;
    }
    .d-grid p {
        padding: 10px;
        font-size: 12px;
    }
    .faq {
        width: 80%;
    }
    .e-images {
        width: 80%;
        margin: -40px 0 0 90px;
        padding: 0px 0 50px;
    }
}
@media screen and (max-width:768px) {
    .s-a {
        padding: 10% 0 75px;
        background-size: 140%;
        background-position: 100% 100%;
    }
    .s-a div {
        padding: 60px 0 0;
        width: 60%;
        margin: 0px 0 0 50px;
    }
    .s-a h1 {
        font-size: 35px;
    }
    .s-a a {
        font-size: 25px;
    }
    .s-b {
        padding: 50px 0 0;
    } 
    .b-bar {
        width: 95%;
        top: -15px;
        padding: 20px 40px;
    }
    .b-bar p {
        font-size: 20px;
        width: 90%;
    }
    .s-b h2 {
        width: 90%;
        margin: 25px auto 0;
        font-size: 30px;
    }
    .b-pc{
        display: none;
    }
    .s-b .b-imagenes div{
        width: 100%;
    }
    .b-icos img{
        width: 190px;
    }
    .b-icos div{
        justify-content: center;
        display: flex;
    }
    .b-icos h3 {
        font-size: 40px;
    }
    .grid {
        width: 95%;
        margin: 60px auto;
        padding: 0;
    }
    .grid div {
        padding: 10px;
    }
    .grid p {
        margin: 20px 0 0;
    }
    .s-d h3, .s-d h4 {
        font-size: 38px;
    }
    .d-grid {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .d-grid div {
        margin: 0;
        width: 22%;
    }
    .d-grid img {
        width: 110px;
    }
    .d-grid h4 {
        font-size: 20px;
    }
    .d-grid p {
        font-size: 14px;
    }
    .faq {
        width: 95%;
    }
    [class*="qs-"] {
        padding: 15px 10px;
    }
    .s-e {
        background-image: none;
    }
    .e-images h4 {
        text-align: center;
    }
    .e-images {
        width: 95%;
        margin: -75px auto 0;
        padding: 0px 0 50px;
    }
    .e-grid div {
        width: 25%;
    }
    .premios img {
        width: 100%;
    }
}
@media screen and (max-width:415px) {
    .s-a {
        padding: 10% 0 30px;
        background-size: cover;
        background-position: 0% 100%;
    }
    .s-a div {
        width: 90%;
        margin: 0 auto;
    }
    .s-a h1 {
        font-size: 26px;
    }
    .s-a a {
        font-size: 18px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .s-b {
        padding: 40px 0 0;
    }
    .b-bar {
        padding: 20px;
    }
    .b-bar p {
        font-size: 16px;
        width: 100%;
    }
    .s-b h2 {
        font-size: 22px;
    }
    .b-icos img {
        width: 115px;
    }
    .b-icos h3 {
        font-size: 25px;
    }
    .grid {
        width: 95%;
        margin: 40px auto;
    }
    .grid div {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px 10px;
        border-bottom: 1px solid #bbb;
    }
    .grid img {
        width: 70px;
        height: 70px;
    }
    .grid p {
        margin: 0 0 0 15px;
    }
    .grid div:last-child {
        border: none;
    }
    .d-grid div {
        width: 46%;
    }
    .faq{
        display: none;
    }
    .faq-mbl{
        display: block;
        position: relative;
        top: -145px;
    }
    .qst{
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
        background-color: #fff;
    }
    [class*="qs-"]{
        background-color: #00acfb;
    }
    [class*="qs-"] img{
        width: 40px;
        height: 30px;
    }
    [class*="qs-"] span{
        color: #fff;
    }
    [class*="ans-m"]{
        flex-direction: column;
        justify-content: center;
        position: inherit;
        display: none;
    }
    [class*="ans-"] h4{
        font-size: 25px;
        width: 85%;
        margin: 0 auto;
    }
    [class*="ans-"] p{
        width: 85%;
        margin: 15px auto 0;
        font-size: 14px;
    }
    [class*="ans-"] ol{
        width: 85%;
        margin: 5px auto ;
        font-size: 14px;
    }
    [class*="ans-"] li{
        margin: 5px auto ;
    }
    .e-images h4 {
        font-size: 35px;
    }
    .e-grid {
        flex-wrap: wrap;
    }
    .e-grid div {
        width: 50%;
    }
    .mod-form > div {
        width: 85%;
        flex-direction: column;
    }
    .mod-form > div > .form-txt {
        border-radius: 15px 15px 0 0;
        width: 100%;
    }
    .mod-form > div > div p {
        display: none;
    }
    .spn-mob{
        display: inline-block;
        color: #fff;
        font-size: 25px;
        font-weight: 700;
    }
    .mod-form > div > div > span {
        top: -45px;
        color: #252525;
    }
    .mod-form > div > .form {
        width: 100%;
        border-radius: 0 0 15px 15px;
        padding: 20px 25px;
    }
}

/*------------------- PROMO CONGELADOS --------------------*/
/* FREEZE SCREEN */

#freeze-screen {
  position: fixed;
  inset: 0;
  background: radial-gradient(
    circle,
    rgba(200,240,255,.6),
    rgba(174,211,250,.9)
  );
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#freeze-screen.active {
  opacity: 1;
  pointer-events: all;
  animation: freezeIn 1.2s ease-out forwards;
}

@keyframes freezeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* COPOS INDIVIDUALES */

#freeze-screen .snowflake {
  position: absolute;
  background: url("../img/CopoN.svg") no-repeat center / contain;
  pointer-events: none;
  animation: snowFloat 7s ease-in-out infinite;
}

#freeze-screen .snow-1 {
  top: 10%;
  left: 6%;
  width: 140px;
  height: 140px;
}

#freeze-screen .snow-2 {
  top: 14%;
  right: 8%;
  width: 180px;
  height: 180px;
  animation-duration: 9s;
}

#freeze-screen .snow-3 {
  bottom: 12%;
  left: 10%;
  width: 120px;
  height: 120px;
  animation-duration: 8s;
}

#freeze-screen .snow-4 {
  bottom: 10%;
  right: 12%;
  width: 160px;
  height: 160px;
  animation-duration: 10s;
}

#freeze-screen .snow-5 {
  right: 20%;
  width: 100px;
  height: 100px;
  animation-duration: 10s;
}
#freeze-screen .snow-6 {
  left: 10%;
  width: 100px;
  height: 100px;
  animation-duration: 10s;
}

@keyframes snowFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(6deg); }
}

/* TEXTO CONGELADO CENTRAL */

.freeze-message h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  filter: drop-shadow(0 0 35px rgba(180,230,255,.9));
  animation: textBounce 1.2s ease-out forwards;
}

.freeze-message .line-1 {
  display: block;
  font-size: 11.7rem;
  font-weight: 400;
  color: #3579f6;
}

.freeze-message .line-2 {
  display: block;
  font-size: 6.5rem;
  font-weight: 800;
  transform: translateY(-50px);
  color: #ffffff;
  margin-top: 20px;
}

.freeze-message .line-3 {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 34px;
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: none;
  color: #3579f6;
  background: rgba(220,240,255,.95);
  border-radius: 50px;
  box-shadow:
    0 10px 25px rgba(53,121,246,.25),
    inset 0 0 12px rgba(255,255,255,.6);
  transform: translateY(-80px);
}

/*-------- Responsive Texto y Copos -----------*/

@media (max-width: 1600px) {

  .freeze-message .line-1 { font-size: 9.5rem; }
  .freeze-message .line-2 { font-size: 5.4rem;  }
  .freeze-message .line-3 { font-size: 3rem; padding: 12px 30px;  }

  .snow-1 { width: 120px; height: 120px; }
  .snow-2 { width: 150px; height: 150px; }
  .snow-3 { width: 100px; height: 100px; }
  .snow-4 { width: 130px; height: 130px; }
}

@media (max-width: 1400px) {

  .freeze-message .line-1 { font-size: 8rem; }
  .freeze-message .line-2 { font-size: 4.8rem; margin-top: 40px;}
  .freeze-message .line-3 { font-size: 2.6rem; padding: 10px 26px;}

  .snow-1,
  .snow-2,
  .snow-3,
  .snow-4 { opacity: .8; }
}

@media (max-width: 1200px) {

  .freeze-message .line-1 { font-size: 6.8rem; }
  .freeze-message .line-2 { font-size: 4rem;  }
  .freeze-message .line-3 { font-size: 2.2rem; }

  .snow-2,
  .snow-4 { display: none; }
}

@media (max-width: 992px) {

  .freeze-message .line-1 { font-size: 5.4rem; }
  .freeze-message .line-2 { font-size: 3.2rem;}
  .freeze-message .line-3 { font-size: 1.9rem; padding: 8px 22px; }

  .snowflake { opacity: .5; }
}

@media (max-width: 768px) {

  .freeze-message .line-1 { font-size: 3.6rem; margin-bottom: 20px;}
  .freeze-message .line-2 { font-size: 2.4rem; transform: translateY(-25px); margin-top: 0px;}
  .freeze-message .line-3 {
    font-size: 1.4rem;
    padding: 6px 18px;
    transform: translateY(-60px);
  }

  .snowflake {
    width: 70px !important;
    height: 70px !important;
    opacity: .35;
  }
}


/*---------------------------------------------*/

@keyframes textBounce {
  0% { transform: scale(.6); opacity: 0; }
  70% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); }
}

/* UNFREEZE */

#freeze-screen.unfreeze {
  animation: unfreeze 1.2s ease-in forwards;
}

@keyframes unfreeze {
  to {
    opacity: 0;
    backdrop-filter: blur(0);
  }
}

/* LOGO FLOAT CONGELADOS */

#congelados-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 250px;
  height: 250px;
  z-index: 9999;
  opacity: 0;
  transform: scale(.4);
  transition: all .9s ease;
}

#congelados-float.show {
  opacity: 1;
  transform: scale(1);
}

#congelados-float img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Halo de hielo */
.ice-glow {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(180,230,255,.6),
    transparent 70%
  );
  opacity: 0;
  filter: blur(10px);
  transition: opacity .5s ease;
  z-index: 1;
}

#congelados-float:hover .ice-glow {
  opacity: 1;
}

/* HINT CLICK AQUÍ */

.hint {
  position: absolute;
  top: -55px;
  right: 65px;
  text-align: center;
  animation: hintFloat 1.6s ease-in-out infinite;
}

.hint span {
  font-size: 30px;
  font-weight: 600;
  color: #3579f6;
  letter-spacing: 1px;
}

.arrow {
  width: 2px;
  height: 55px;
  margin: 8px auto 0;
  background: linear-gradient(
    to bottom,
    rgba(200,240,255,.9),
    rgba(200,240,255,.1)
  );
}

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

/* Hover: ocultar hint */
#congelados-float:hover .hint {
  opacity: 0;
  transform: translateY(18px);
  transition: all .4s ease;
}

/*--------------------- Responsive logo --------------------------*/
@media (max-width: 1720px) {
  #congelados-float {
    width: 200px;
    height: 200px;
  }

  .hint {
    top: -50px;
    right: 45px;
  }

  .hint span {
    font-size: 28px;
  }

  .arrow {
    height: 48px;
  }
}

@media (max-width: 1400px) {
  #congelados-float {
    width: 190px;
    height: 190px;
  }

  .hint {
    top: -40px;
    right: 55px;
  }

  .hint span {
    font-size: 20px;
  }

  .arrow {
    height: 42px;
  }
}

@media (max-width: 1200px) {
  #congelados-float {
    width: 170px;
    height: 170px;
  }

  .hint {
    top: -40px;
    right: 45px;
  }

  .hint span {
    font-size: 20px;
  }

  .arrow {
    height: 36px;
  }
}

@media (max-width: 992px) {
  #congelados-float {
    width: 150px;
    height: 150px;
  }

  .hint {
    top: -50px;
    right: 40px;
  }

  .hint span {
    font-size: 17px;
  }

  .arrow {
    height: 30px;
  }
}

@media (max-width: 768px) {
  #congelados-float {
    width: 150px;
    height: 150px;
    bottom: 15px;
    right: 15px;
  }

  .hint {
    top: -40px;
    right: 40px;
  }

  .hint span {
    font-size: 16px;
  }

  .arrow {
    height: 24px;
  }
}