/* formatear estilos */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "Open Sans", sans-serif;
    vertical-align: baseline;
    color: #7F7F7F;
}

.ocultar {
    display: none;
}

/* form */
.form object {
    width: 100%;
    height: 400px;
}

.form p {
    text-align: center;
    line-height: 28px;
    font-size: 30px;
}

.form p {
    line-height: 38px;
    font-size: 35px;
}

/* form */

.sin_m {
    margin: 0px;
}

.sin_p {
    padding: 0px;
}

html {
    font-family: Josefin Sans;
    background-color: #F6F6F6;
}

.bg-amarillo {
    background-color: #f9ba00;
}

.bg-blanco {
    background-color: #fff;
}

.bg-azul {
    background: #00acfb;
}

.bg-azul-oscuro {
    background: #004ea0;
}

.color-blanco {
    color: #fff;
}

.color-azul {
    color: #00acfb;
}

.color-azul-oscuro {
    color: #004ea0;
}

.color-gris {
    color: #7F7F7F;
}

.color-gris-titulo {
    color: #3A4556;
}

.bg-azul-claro {
    background-color: #eef5ff;
}

header {
    position: relative;
}

/* modal-video */
.ocultar-video {
    top: -100%;
    transition: 0.5s;
}

.mostrar-video {
    transition: 0.5s;
    top: 0;
}

.modal-video {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    justify-content: center;
    display: flex;
    padding-top: 10%;
    background-color: #7f7f7fb3;
}

.modal-video p {
    position: fixed;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    right: 23%;
    cursor: pointer;
}

.modal-video p:hover {
    font-weight: bold;
}

.modal-video iframe {
    width: 50%;
    height: 500px;
}

/* modal-video */


/* general */
.pos,
.confian,
.soluciones,
.negocio {
    padding: 4% 9%;
}

.pos h2,
.confian h2,
.soluciones h2,
.negocio h2,
.soluciones .buttons h3,
.banner h1 {
    font-size: 45px;
    margin-bottom: 15px;
}

.usuarios .cont-txt h3,
.usuarios .cont-txt p,
.confian .nombre,
.banner p {
    font-size: 28px;
    line-height: 32px;
}

.pos .items p,
.confian .ocupacion,
.confian .comentario,
.soluciones p,
.negocio p {
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
}

.btn-amarillo,
.soluciones .buttons button,
.confian button {
    border: none;
    border-radius: 35px;
    padding: 12px 40px 10px;
    font-size: 25px;
    font-weight: 600;
}

.btn-amarillo:hover {
    background-color: #fec51a;
    font-weight: 700;
}

.confian button:hover {
    background-color: #19b4fd;
}

.soluciones .buttons button.bg-azul:hover {
    background-color: #19b4fd;
    font-weight: 700;
}

.soluciones .buttons button.bg-azul-oscuro:hover,
.banner button:hover {
    background-color: #0457b0;
    font-weight: 700;
}

.confian h2,
.soluciones h2 {
    text-align: center;
    margin-bottom: 2%;
}

/* general */

/* banner */
.banner {
    background-image: url('../img/banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding: 10% 9% 11% 9%;
}

.banner h1 {
    font-weight: bold !important;
    margin-bottom: 2% !important;
}

.banner p {
    font-weight: 300;
}

.banner button {
    margin-top: 10px;
}


/* banner */

/* usuarios */
.usuarios {
    padding: 0px 12%;
    margin-top: -4%;
}

.usuarios .cont {
    border: solid 1px #007cff;
    padding: 2% 5%;
    border-radius: 10px;
    display: flex;
}

.usuarios .cont-txt {
    display: flex;
    align-items: center;
}

.usuarios .cont-txt img {
    width: 100px;
}

.usuarios .cont-txt h3,
.usuarios .cont-txt p {
    font-weight: 300;
    margin-left: 5%;
}

.usuarios .cont-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.usuarios .cont-button button {
    width: 80%;
}

/* usuarios */

/* pos */
.pos .movil {
    display: none;
}

.pos .cont {
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}

.pos .cont-img {
    display: flex;
    justify-content: center;
}

.pos .cont-img img {
    width: 85%;
}

.pos .items p {
    margin-left: 20px;
}

.pos .items {
    display: flex;
    margin-left: 22px;
}

.pos .items .raya {
    border-right: dashed 1px #00aaf8;
    margin-right: -22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pos .items .item img {
    width: 44px;
}

.pos .items .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.pos .items .sin_m {
    margin-bottom: 0px !important;
}

/* pos */

/* button */
.button {
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
}

.button button {
    padding-left: 60px;
    padding-right: 60px;
}

/* button */

/* confian */

.confian {
    height: 800px;
    padding: 7% 9%;
}

.confian .movil {
    display: none;
}

.confian .cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.confian .borde-gris {
    width: 30%;
    border-radius: 30px;
    padding: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0px 1%;
    transition: 0.2s;

}

.confian .borde-azul {
    border: solid 2px #00acfb !important;
}

.confian .padding {
    padding-left: 20px;
}

.confian .borde-gris .comillas img {
    width: 55px;
}

.confian .borde-gris .foto {
    width: 75px;
}

.confian .borde-gris .estrellas {
    width: 125px;
}

.confian .comentario {
    height: 130px;
}

.confian .escritorio .borde-gris:hover {
    transform: scale(1.2);
    z-index: 200;
}

.confian .cont-img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.confian .dos {
    display: flex;
    justify-content: flex-end;
}

.confian .video {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.confian .nombre {
    font-weight: bold;
}

.confian button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.confian button .img-button {
    width: 40px !important;
}

.confian button span {
    padding-left: 15px;
    margin-left: 15px;
    border-left: solid 1px #fff;
}


/* confian */

/* soluciones */
.soluciones .movil {
    display: none;
}

.soluciones .control h3,
.soluciones .inven h3,
.soluciones p {
    text-align: center;
}

.soluciones h3 {
    margin-top: 10px !important;
    font-size: 20px;
}

.soluciones .carac {
    border: 1px solid #004ea0;
    border-radius: 20px;
    padding: 20px;
}

.soluciones .control {
    border: 1px solid #00aaf8;
    background: linear-gradient(0deg, transparent 0%, #00aaf810 100%);
    border-radius: 20px;
    padding: 20px;
    margin-left: 20px;
}

.soluciones .inven {
    border: 1px solid #004ea0;
    background: linear-gradient(0deg, transparent 0%, #004da00e 100%);
    border-radius: 20px;
    padding: 20px;
    margin-left: 20px;
}

.soluciones .titulo {
    height: 120px;
    border-bottom: 1px solid;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.soluciones .carac .titulo {
    border-color: #004ea0;
    justify-content: center;
}

.soluciones .control .titulo {
    border-color: #00aaf8;
}

.soluciones .inven .titulo {
    border-color: #004ea0;
}

.soluciones .carac ol {
    list-style: disc;
    list-style-position: inside;
}

.soluciones table tr {
    height: 30px;
}

.soluciones table tr td {
    border-bottom: solid 1px #004ea024;
    margin: 5px 0px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
}


.soluciones .control table,
.soluciones .inven table {
    width: 100%;
}

.soluciones .control table tr td {
    border-bottom: solid 1px #004ea012;
    text-align: center;
    font-weight: bold;
    list-style: none;
}

.soluciones .inven table tr td {
    text-align: center;
    font-weight: bold;
    list-style: none;
}

.soluciones .sin-borde {
    border-bottom: none !important;
}

.soluciones .inicio {
    display: flex;
    margin: 0px;
}

.soluciones .buttons {
    text-align: center;
    margin-top: 15px;
}

.soluciones .buttons h3 {
    margin: 0px;
}

.soluciones .buttons button {
    margin-top: 5px;
    font-weight: 500;
}

/* soluciones */

/* negocio */

.negocio .cont {
    display: flex;
    align-items: center;
}

.negocio .cont-img {
    display: flex;
    justify-content: flex-start;
}

.negocio .cont-img img {
    width: 85%;
}

.negocio h2,
.negocio .titulo {
    text-align: center;
}


.negocio .item {
    display: flex;
    background: #FFF;
    padding: 20% 5%;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin: 30px 10px;
}

.negocio .item img {
    width: 85px;
    margin-bottom: 10px;
}

.negocio .cont-azul {
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    margin-bottom: 30px
}

.negocio .sin_margin-r {
    margin-right: 0px !important;
}

.negocio .sin_margin-l {
    margin-left: 0px !important;
}

.negocio button {
    width: 60%;
}

/* negocio */

/* Facturación electrónica en 3 pasos */
/* Diseños para el borde ciruclar y el numero */
.circle {
    width: 100px;
    height: 50px;
    /* Cambia la altura a la mitad para hacer medio círculo */
    background-color: transparent;
    /* Hace que el fondo sea transparente */
    border: 5px solid #00acfb;
    /* Define el borde como una línea */
    border-bottom: 0;
    /* Elimina el borde inferior para hacer medio círculo */
    border-radius: 50px 50px 0 0;
    /* Define el radio del borde para hacer medio círculo */
    text-align: center;
    line-height: 50px;
    /* Cambia la altura de la línea a la mitad para alinear el texto */
    padding-top: 10px;
    margin-bottom: 15px;
}

.number {
    font-size: 40px;
    font-weight: bold;
}

/* Arreglo para que se pueda sobreponer el fondo sobre el banner */
.banner {
    z-index: 2;
    position: relative;
}

.bgUsuarios {
    z-index: 3;
    position: absolute;
}

/* Fin Arrelgo */

.contenedorFacMovil .items {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.contenedorFac {
    text-align: center;
    background-color: #eef5ff;
    padding-top: 180px;
    padding-bottom: 50px;
}

.tituloFac {
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 30pt;
    font-weight: 900;
    color: #3A4556;
}

.subTituloFac {
    color: #00acfb;
    font-size: 16pt;
    font-weight: 900;
    margin-bottom: 8px;
}

.parrafosFac {
    font-size: 14pt;
    font-weight: 300;
    min-height: 50px;
    max-height: 100px;
}

.list-itemFac {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-contenedorFac {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding: 10px;
}

.list-itemFac {
    flex: 1;
    border-right: 1px solid #00acfb;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.list-itemFac:last-child {
    border-right: none;
}

.text-cuadro {
    margin-bottom: 10px;
    font-size: 17px;
}

@media (max-width: 2800px) {
    .contenedorFacMovil {
        display: none;
    }
}

@media (max-width: 1550px) {

    .contenedorFacMovil {
        display: none;
    }

    /* general */

    .pos h2,
    .confian h2,
    .soluciones h2,
    .negocio h2,
    .soluciones .buttons h3,
    .banner h1 {
        font-size: 40px;
    }

    .usuarios .cont-txt h3,
    .usuarios .cont-txt p,
    .confian .nombre,
    .banner p {
        font-size: 24px;
        line-height: 28px;
    }

    .pos .items p,
    .confian .ocupacion,
    .confian .comentario,
    .soluciones p,
    .negocio p {
        font-size: 18px;
        line-height: 22px;
    }

    .btn-amarillo,
    .soluciones .buttons button,
    .confian button {
        font-size: 19px;
    }

    /* general */

    /* button */
    .button {
        margin-bottom: -17px;
    }

    /* button */

    /* usuarios */
    .usuarios .cont-button button {
        width: 100%;
    }

    /* usuarios */

    /* confian */

    .confian .borde-gris .comillas img {
        width: 50px;
    }

    .confian .borde-gris .foto {
        width: 70px;
    }

    .confian .borde-gris .estrellas {
        width: 110px;
    }

    .confian button {
        padding: 10px;
    }

    .confian button .img-button {
        width: 35px !important;
    }

    .confian button span {
        padding-left: 5px;
        margin-left: 5px;
        border-left: solid 1px #fff;
    }

    /* confian */


    /* soluciones */
    .soluciones h3 {
        font-size: 18px;
    }

    .soluciones table tr td {
        font-size: 16px;
        line-height: 18px;
    }

    /* soluciones */


}

@media (max-width: 1200px) {

    .contenedorFacMovil {
        display: none;
    }

    /* general */

    .pos h2,
    .confian h2,
    .soluciones h2,
    .negocio h2,
    .soluciones .buttons h3,
    .banner h1 {
        font-size: 32px;
    }

    .usuarios .cont-txt h3,
    .usuarios .cont-txt p,
    .confian .nombre,
    .banner p {
        font-size: 22px;
        line-height: 26px;
    }

    .pos .items p,
    .confian .ocupacion,
    .confian .comentario,
    .soluciones p,
    .negocio p {
        font-size: 16px;
        line-height: 20px;
    }

    /* general */

    /* usuarios */
    .usuarios .cont-txt img {
        width: 80px;
    }

    /* usuarios */

    /* soluciones */
    .text-cuadro {
        font-size: 12px;
    }

    .soluciones table tr td {
        font-size: 15px;
        line-height: 17px;
    }

    /* soluciones */

}


@media (max-width: 992px) {

    .contenedorFacMovil {
        display: none;
    }

    .modal-video p {
        right: 6%;
    }

    .modal-video iframe {
        width: 80%;
        height: 400px;
    }

    .form object {
        height: 420px;
    }

    .form p {
        line-height: 22px;
        font-size: 24px;
    }

    .form p {
        line-height: 25px;
        font-size: 28px;
    }

    /* general */
    .pos,
    .confian,
    .soluciones,
    .negocio {
        padding: 6% 15%;
    }

    .banner h1 {
        font-size: 40px;
    }

    .pos h2,
    .confian h2,
    .soluciones h2,
    .negocio h2,
    .soluciones .buttons h3 {
        font-size: 30px;
    }

    .usuarios .cont-txt h3,
    .usuarios .cont-txt p,
    .confian .nombre,
    .banner p {
        font-size: 24px;
        line-height: 28px;
    }

    .pos .items p,
    .confian .ocupacion,
    .confian .comentario,
    .soluciones p,
    .negocio p {
        font-size: 18px;
        line-height: 22px;
    }

    /* general */

    /* carrousel */
    .carousel-indicators .active {
        background-color: #00aaf8;
    }

    .carousel-indicators li {
        background-color: #3A4556;
        border: none;
    }

    .carousel-indicators {
        bottom: -30px;
    }

    /* carrousel */

    /* usuarios */

    .usuarios .cont {
        display: block;
        padding: 2% 5% 0 5%;
    }

    .usuarios .cont-txt p {
        margin: 0px;
    }

    .usuarios .cont-txt p b {
        display: block;
    }

    .usuarios .cont-txt img {
        display: none;
    }

    .usuarios .cont-txt {
        text-align: center;
    }

    .usuarios .cont-button button {
        width: 90%;
        margin-bottom: -17px;
        margin-top: 10px;
    }

    /* usuarios */

    /* pos */

    .pos .carousel {
        height: 450px;
    }

    .pos .escritorio {
        display: none;
    }

    .pos .movil {
        display: block;
    }

    .pos .cont-img img {
        width: 55%;

    }

    .pos h2 {
        text-align: center;
        margin-top: 15px;
    }

    .pos .items .item {
        align-items: flex-start;
    }

    .pos .items .raya {
        margin-right: -19px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .pos .items .item img {
        width: 38px;
    }

    /* pos */

    /* confian */

    .confian .carousel {
        height: 400px;
    }

    .confian {
        height: auto;
    }

    .confian .escritorio {
        display: none;
    }

    .confian .movil {
        display: block;
    }

    .confian .borde-gris {
        width: auto;
        margin: 1% 15%;
    }

    /* confian */

    /* soluciones */
    .soluciones .escritorio {
        display: none;
    }

    .soluciones .movil {
        display: block;
    }

    .soluciones h3 {
        font-size: 30px;
    }

    .soluciones .titulo {
        padding: 10px;
        height: auto;
        width: 60%;
        margin-bottom: 10px;
    }

    .soluciones .centrar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .soluciones .control {
        margin-bottom: 30px;
    }

    .soluciones .control,
    .soluciones .inven {
        margin-left: 0px;
    }

    .soluciones table tr td {
        font-size: 16px;
        line-height: 18px;
        text-align: start !important;
    }

    .soluciones .buttons {
        margin: 0px;
    }

    .soluciones .flecha1,
    .soluciones .flecha2 {
        width: 30px;
        margin-bottom: -40px;
    }

    .rotar {
        transition: 0.2s;
        transform: rotate(180deg);
    }

    .soluciones table tr td {
        border-bottom: none !important;
        font-weight: 500 !important;
    }

    .soluciones table tr td span {
        font-weight: bold;
        margin-right: 10px
    }

    .soluciones .buttons button {
        margin: 15px 0px;
    }

    /* soluciones */

    /* negocio */
    .negocio .cont {
        display: block;
    }

    .negocio h2 {
        margin-top: 15px;
    }

    .negocio p {
        text-align: center;
        margin-bottom: 10px;
    }

    .negocio br {
        display: none;
    }

    .negocio .cont-img {
        justify-content: center;
    }

    .negocio .item {
        margin: 5px;
    }

    .negocio .item img {
        width: 70px;
        margin-bottom: 10px;
    }

    .negocio .item p,
    .negocio .cont-azul p {
        margin: 0px !important;
    }

    .negocio .cont-azul {
        margin: 20px 0px;
    }

    .negocio button {
        width: 90%;
    }

    /* negocio */
}


@media (max-width: 768px) {

    .contenedorFacMovil {
        display: none;
    }

    .modal-video p {
        font-size: 25px;
        right: 0;
    }

    .modal-video iframe {
        width: 90%;
        height: 300px;
    }

    /* general */
    .pos,
    .confian,
    .soluciones,
    .negocio {
        padding: 6% 10%;
    }

    /* general */

    /* banner */
    .banner p,
    .banner h1 {
        text-align: center;
    }

    .banner {
        background-position-x: 20%;
        padding: 10% 7% 20% 7%;
        text-align: center;
    }

    /* banner */

    .usuarios {
        margin-top: -15%;
    }
}


@media (max-width: 576px) {

    .tituloFac {
        display: none;
    }

    .contenedorFacMovil {
        display: contents;
    }

    .contenedorFacMovil .items {
        margin-top: 35px;
        height: 180px;
        padding: 0 25px 0 25px !important;
    }

    .contenedorFacPC {
        display: none;
    }

    /* general */
    .pos,
    .confian,
    .soluciones,
    .negocio {
        padding: 10% 5%;
    }

    /* general */

    /* confian */
    .confian .borde-gris {
        width: auto;
        margin: 1%;
        padding: 5%;
    }

    /* confian */

    /* .soluciones */
    .soluciones .titulo {
        width: 90%;
    }

    .soluciones .flecha1,
    .soluciones .flecha2 {
        margin-bottom: -38px;
    }

    /* .soluciones */

    .pos .items .raya {
        margin-bottom: 40px;
    }



}



/*------------------- 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;
    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;
    margin-top: 10px;
    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;
        margin-top: 30px;
    }

    .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;
        margin-top: 40px;
    }

    .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);
        margin-top: 20px;
    }

    .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;
}

.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;
    }
}