*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
.banner{
    background-image: url(../img/R2.jpg );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 145px;
}
.banner a{
    display: block;
    text-align: center;
}
.banner a img{
    width: 140px;
    display: inline-block;
    padding: 0 0 95px;
}
.info{
    color: #fff;
    width: 40%;
    margin-left: 290px;
} 
.info h1{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 55px;
}
.info p{
    font-size: 24px;
    margin-bottom: 55px;
}
.info a{
    display: inline-block;
    font-size: 24px;
    background-color: rgb(0 172 252);
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 40px;
    color: #fff;
    border-radius: 25px;
}
.info a:hover{
    background-color: #fff;
    color: rgb(0 172 252);
}
.cuerpo{
    width: 70%;
    margin: auto;
}
.desplegable-1{
    height: 850px;
    margin-bottom: 80px;
}
h2{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: rgb(79 80 92);
    margin: 100px auto 125px;
    width: 90%;
}
h2 span{
    font-weight: 800;
    color: rgb(66 66 72);
}
.grid-1{
    display: flex;
    width: 100%;
    position: relative;
}
.imgs,.info-1{
    width: 50%;
    position: relative;
}
.imgs{
    display: flex;
    flex-wrap: wrap;
    height: 620px;
    border-radius: 20px;
    background-color: rgb(234 236 245);
}
.imgs > *{
    position: absolute;
}
.pep{
    top: 90px;
    left: 50px;
}
.pep-2{
    display: none;
}
.pep img{
    width: 540px;
}
.pequeno{
    width: 125px;
    top: 50px;
    left: 110px;
    animation: giro-p 6s infinite linear;
}
.mediano{
    width: 155px;
    top: 210px;
    left: 50px;
    animation: giro-mg 9s infinite linear;
}
.grande{
    width: 225px;
    top: 100px;
    left: 230px;
    animation: giro-mg 18s infinite linear;
}
@keyframes giro-p {
    from{
        rotate: 0deg;
    }
    to{
        rotate: 360deg;
    }
}
@keyframes giro-mg {
    from{
        rotate: 360deg;
    }
    to{
        rotate: 0deg;
    }
}
[class*="btn-"]{
    border-radius: 120px;
    right: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    z-index: 15;
    filter: grayscale(.7);
}
.srv-sel{
    filter: none;
}
.btn-1{
    background-color: rgb(0 175 239);
    top: 35px;
    animation: sombra 1.7s ease-in-out 4s infinite alternate;
}
.btn-2{
    background-color: rgb(48 63 158);
    top: 170px;
    animation: sombra 1.7s ease-in-out 1s infinite  alternate;
}
.btn-3{
    background-color: rgb(255 144 0);
    top: 315px;
    animation: sombra 1.7s ease-in-out 2s infinite  alternate;
}
.btn-4{
    background-color: rgb(0 72 197);
    top: 455px;
    animation: sombra 1.7s ease-in-out 3s infinite  alternate;
}
@keyframes sombra {
    from{
        box-shadow: 0 0 15px #353535;
    }
    to{
        box-shadow: none;
    }
}
.info-1{
    overflow: hidden;
}
.info-1 > .if{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 30px 0 30px 90px;
    display: none;
    flex-wrap: wrap;
}
.info-1 > div > div{
    width: 100%;
    display: flex;
    padding: 10px 0;
}
.borde{
    border-bottom: 2px dotted rgb(48 63 158);
}
.info-1 > div > h3{
    color: rgb(48 63 158);
    width: 100%;
    margin: 0 0 35px;
    font-size: 28px;
}
.info-1 > div span{
    color: rgb(0 164 242);
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    width: 10%;
}
.info-1 > div p{
    color: rgb(130 130 130);
    line-height: 20px;
    font-size: 18px;
    text-align: justify;
    width: 90%;
}
#ver{
    display: flex;
    left: 0;
    animation: entrada .5s ease-in;
}
@keyframes entrada {
    from{
        left: 100%;
        box-shadow: -30px 0 20px #00000056;
    }
    to{
        left: 0;
    }
}
.call-to-1{
    background: linear-gradient(134deg, rgb(0 90 255), rgb(0 171 255 / 30%) 70.71%), linear-gradient(322deg, rgb(0 90 255), rgb(0 171 255 / 30%) 70.71%);
    width: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.call-to-1 h3{
    width: fit-content;
    background: rgb(0 78 160);
    padding: 5px 60px;
    border-radius: 20px 0;
    font-size: 24px;
    margin: 0 0 25px;
}
.precio{
    font-size: 60px;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
.precio span{
    color: rgb(0 78 160);
}
.txt{
    font-size: 25px;
    margin: 0 0 30px;
}
.call-to-1 a{
    background: rgb(251 188 0);
    display: inline-block;
    padding: 10px 80px;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color:rgb(61 61 61);
}
.desplegable-2 > h3{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: rgb(79 80 92);
    margin: 100px auto 125px;
    width: 100%;
}
.grid-2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
.grid-2 > div{
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
[class*="qst-"]{
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
[class*="qst-"] > h3{
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 20px 0 35px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.qst-fe > h3{
    background-image: url(../img/R9.png);
}
.qst-ne > h3{
    background-image: url(../img/R10.png);
}
.qst-ds > h3{
    background-image: url(../img/R11.png);
}
.qst-rd > h3{
    background-image: url(../img/R12.png);
}
.qst{
    width: 100%;
    height: 70px;
    background-color: rgb(48 63 158);
    color: #fff;
    padding: 0 10px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 20;
}
.fs{
    margin-top: -15px;
}
.qst h4{
    width: 85%;
    font-size: 18px;
    font-weight: 400;
}
.qs-img-1{
    height: 30px;
    width: auto;
    display: block;
    padding-right: 10px;
    margin: 0 10px;
    border-right: 1px solid #fff;
}
.qs-img-2{
    display: none;
    width: 25px;
}
.qs-img-3{
    display: none;
    width: 25px;
}
.answ{
    width: 100%;
    background-color: rgb(224 226 240);
    height: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: -35px;
    z-index: 10;
    border-radius: 10px;
    text-align: justify;
    transition: all .2s ease;
}
.answ ul, .answ ol{
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 20px;
}
.ver-mas{
    display: block;
}
.abrir{
    animation: abrir .5s ease;
    padding: 25px 40px 20px;
    height: auto;
}
@keyframes abrir {
    from{
        padding: 0;
        height: 0;
    }
    to{
        padding: 25px 40px 20px;
        height: auto;
    }
}
.desplegable-2 > a{
    background: rgb(251 188 0);
    display: block;
    width: 30%;
    margin: 0 auto 60px;
    padding: 8px 0;
    border-radius: 25px;
    text-decoration: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 800;
    color: rgb(61 61 61);
    text-align: center;
}
/*===FOOTER===*/
footer{
    background-color: #303247;
    padding: 50px 0 0;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    z-index: 2;
}
.info-f{
    width: 80%;
    margin: 0 auto 35px;
    color: #fff;
    font-size: 15px;
}
.contact{
    display: flex;
    margin: 0 0 30px;
}
.contact a{
    color: #fff;
	text-decoration: none;
}
.contact ul{
	list-style: none;
}
.contact ul a:hover{
    color: #30A1E9;
    font-weight: 600;
}
.contact div{
    width: 25%;
}
.contact div ul .tt{
    font-weight: 500;
    margin-bottom: 10px;
}
.contact div ul li:not(.tt){
    margin: 0 0 8px 10px ;
    font-weight: 200;
}
.redes div{
    width: fit-content;
    height: fit-content;
    border: 2px solid #fff;
    border-bottom: none;
    border-top: none;
    padding: 0 5px;
}
.redes span{
    display: block;
    text-align: center;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.n-cont{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.n-cont > *:not(.tt){
    margin-left: 10px;
    font-size: 14px;
}
.n-cont a:hover{
    text-decoration: underline;
}
.l-wpp::after{
    content: "";
    background-color: #34af23;
}
.wpp-ico{
    width: 15px;
    height: auto;
}
.locat h3{
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}
.locat p{
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.copy{
    background-color: #30A1E9;
    padding: 5px 0;
}
.copy p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
/*===MODAL FORM===*/
.modal{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #00000091;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
}
.dsp{
    width: 80%;
    display: flex;
}
.dsp>.info{
    width: 60%;
    height: 585px;
    margin: 0;
    background: linear-gradient(134deg, rgb(0 90 255), rgb(0 171 255 ) 70.71%), linear-gradient(322deg, rgb(0 90 255), rgb(0 171 255) 70.71%);
}
.dsp>.info a{
    display: block;
    text-align: left;
    padding: 20px 0;
    margin: 0 auto 40px;
    border-radius: 0 0 15px;
    width: 80%;
    background: none;
}
.dsp>.info h4{
    font-size: 45px;
    color: #fff;
    margin: 0 auto 40px;
    width: 80%;
}
.dsp>.info p{
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    width: 80%;
}
.dsp>.info p>span{
    color: rgb(0 90 255);
}
.dsp>.formulario{
    width: 40%;
    height: 585px;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.formulario > iframe {
	width: 80%;
	border: none;
}
.ver-frm{
    display: flex;
}
@media screen and (max-width:1600px){
    .banner {
        padding: 45px 0 110px;
    }
    .banner a img {
        padding: 0 0 55px;
    }
    .info {
        margin-left: 230px;
    }
    .info h1 {
        font-size: 50px;
        margin-bottom: 45px;
    }
    .cuerpo {
        width: 80%;
    }
    h2 {
        margin: 80px auto 96px;
    }
    .desplegable-2 > h3 {
        margin: 75px auto 100px;
    }
}
@media screen and (max-width:1366px){
    .banner {
        padding: 30px 0 75px;
    }
    .banner a img {
        width: 115px;
        padding: 0 0 40px;
    }
    .info {
        width: 40%;
        margin-left: 190px;
    }
    .info h1 {
        font-size: 43px;
        margin-bottom: 35px;
    }
    .info p {
        font-size: 18px;
    }
    .desplegable-1 {
        height: 800px;
        margin-bottom: 55px;
    }
    .imgs {
        height: 540px;
    }
    .pep img {
        width: 440px;
    }
    .pequeno {
        width: 110px;
        top: 50px;
        left: 100px;
    }
    .mediano {
        width: 140px;
        top: 170px;
        left: 50px;
    }
    .grande {
        width: 200px;
        left: 200px;
    }
    [class*="btn-"] {
        border-radius: 100px;
        width: 100px;
        height: 100px;
    }
    .btn-1 {
        top: 40px;
    }
    .btn-2 {
        top: 155px;
    }
    .btn-3 {
        top: 275px;
    }
    .btn-4 {
        top: 390px;
    }
    [class*="btn-"] img{
        width: 35px;
    }
    [class*="btn-"] span{
        font-size: 12px;
    }
    .info-1 > .if {
        padding: 20px 0 25px 75px;
    }
    .info-1 > div > h3 {
        margin: 0 0 20px;
    }
    .info-1 > div p {
        line-height: 18px;
        font-size: 16px;
    }
    .info-1 > div > div {
        padding: 5px 0;
    }
    .call-to-1 {
        padding: 35px 0;
    }
    .desplegable-2 > a {
        width: 40%;
    }
}
@media screen and (max-width:1024px){
    .banner a img {
        padding: 0 0 30px;
    }
    .info {
        width: 44%;
        margin-left: 120px;
    }
    .info h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .info p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .info a {
        font-size: 20px;
    }
    h2 {
        font-size: 20px;
        margin: 60px auto 70px;
    }
    .imgs {
        height: 530px;
    }
    .pep {
        top: 75px;
        left: 35px;
    }
    .pep img {
        width: 390px;
    }
    .pequeno {
        width: 100px;
        top: 35px;
        left: 85px;
    }
    .mediano {
        width: 125px;
        top: 145px;
        left: 30px;
    }
    .grande {
        width: 175px;
        left: 180px;
        top: 85px;
    }
    [class*="btn-"] {
        width: 90px;
        height: 90px;
    }
    [class*="btn-"] span {
        font-size: 10px;
    }
    .btn-1 {
        top: 30px;
    }
    .btn-2 {
        top: 130px;
    }
    .btn-3 {
        top: 240px;
    }
    .btn-4 {
        top: 340px;
    }
    .info-1 > .if {
        padding: 20px 0 25px 70px;
    }
    .info-1 > div > h3 {
        margin: 0 0 15px;
        font-size: 22px;
    }
    .info-1 > div span {
        font-size: 25px;
        width: 8%;
    }
    .desplegable-2 > h3 {
        margin: 55px auto 70px;
    }
    [class*="qst-"] > h3 {
        font-size: 18px;
    }
    .qst {
        padding: 0 5px;
    }
    .qs-img-1 {
        height: 25px;
        padding-right: 10px;
    }
    .qst h4 {
        font-size: 16px;
    }
}
@media screen and (max-width:768px){
    .info {
        margin-left: 50px;
    }
    .cuerpo {
        width: 90%;
    }
    h2 {
        font-size: 24px;
        margin: 40px auto;
        width: 100%;
    }
    .desplegable-1 {
        height: 1150px;
    }
    .grid-1{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .imgs {
        width: 65%;
    }
    .info-1 {
        width: 100%;
        height: 500px;
    }
    .pep-1{
        display: none;
    }
    .pep-2{
        display: block;
    }
    [class*="btn-"] {
        top: 80%;
    }
    .btn-1 {
        left: 15px;
    }
    .btn-2 {
        left: 125px;
    }
    .btn-3 {
        left: 235px;
    }
    .btn-4 {
        left: 345px;
    }
    .info-1 > .if {
        padding: 10px 50px;
    }
    .precio {
        font-size: 45px;
    }
    .grid-2 {
        margin: 0 0 25px;
    }
    .grid-2 > div {
        width: 100%;
    }
    [class*="qst-"] > h3 {
        font-size: 24px;
    }
    .qs-img-1 {
        height: 35px;
    }
    .qst h4 {
        font-size: 18px;
    }
    .desplegable-2 > a {
        width: 75%;
    }
}
@media screen and (max-width:500px){
    .banner {
        background-position: 0%;
    }
    .info {
        width: 90%;
        margin: 0 auto;
    }
    .info h1 {
        font-size: 45px;
    }
    .info p {
        font-size: 18px;
    }
    .imgs {
        width: 100%;
    }
    .pep {
        left: 10px;
    }
    .pep img {
        width: 350px;
    }
    .pequeno {
        width: 100px;
        top: 25px;
        left: 80px;
    }
    .mediano {
        width: 130px;
        top: 150px;
        left: 20px;
    }
    .grande {
        width: 165px;
        left: 194px;
        top: 80px;
    }
    .btn-1 {
        left: 4%;
    }
    .btn-2 {
        left: 28%;
    }
    .btn-3 {
        left: 52%;
    }
    .btn-4 {
        left: 76%;
    }
    .info-1 > .if {
        padding: 10px;
    }
    .desplegable-1 {
        height: 1220px;
    }
    .precio {
        font-size: 50px;
        text-align: center;
    }
    .txt {
        text-align: center;
    }
    .call-to-1 a {
        font-size: 22px;
    }
    [class*="qst-"] {
        width: 95%;
    }
    [class*="qst-"] > h3 {
        line-height: 22px;
    }
    .desplegable-2 > a {
        width: 100%;
    }
    .no, .redes{
        display: none;
    }
    .contact div{
        width: 100%;
    }
    .dsp {
        width: 90%;
    }
    .dsp>.formulario {
        width: 100%;
    }
    .dsp>.info {
        display: none;
    }
}

/*------------------- 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;
}

.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: 20px;}
  .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; }
  .freeze-message .line-2 { font-size: 2.4rem; transform: translateY(-25px); }
  .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;
  }
}