﻿
html {
    scroll-behavior: smooth
}

#app {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth
}

/*.dot svg {*/
/*    display: none;*/
/*}*/

input:checked ~ .dot {
    transform: translateX(100%);
    background-color: #5a7bbb;
}

/* Toggle B */
input:checked ~ .dot {
    transform: translateX(100%);
    /*background-color: #fab642;*/
    background-color: #f6c61f;
}

body {
    font-family: 'Nunito', sans-serif,Roboto,sans-serif;
    /*color: #4b5568;*/
    color: #2d3748;
    color: #4c5360;
    /*background-color: #f5f5f5;*/
    /*background-color: #f0f0f0;*/
background-color: #e8e8e8;
    /*background-color: whitesmoke;*/
    overflow-x: hidden;
    word-spacing: 2px;


    /*background-color: #164478;*/

}



button svg{
    transform: scale(1);
    transition: 0.3s;
}
button:active svg{
    transform: scale(0.7);

}

.font-roboto{
    font-family: Roboto,Rubik,sans-serif;
}

.color-gray-100{
    /*color: whitesmoke;*/
    color: #e8e8e8;
}

.bg-gray-100{
    /*background-color: #f0f0f0;*/
    background-color: #e8e8e8;
    /*background-color: whitesmoke;*/
}

button {
    user-select: none;
}

.shadow-sm {
    user-select: none;
}

.shadow {
    user-select: none;
}

.bg-white {
    background: white;
}

.bg-white2 {
    background: white;
}
.bg-white3 {
    background: white;
}

.bg-white4{
    background:whitesmoke;
}

.bg-gray-150{
    background: #eceef0;
}

.height-0{
    height: 0px !important;
}

.t-400{
    transition: 0.4s;
}

.section-app{
    width: 100vw;
    /*background-color: #f5f5f5;*/
    /*background-color: #f0f0f0;*/
    background-color: #e8e8e8;
    /*background-color: whitesmoke;*/
    transition: 1s;
    max-width: 400px;
    margin: auto;
}

.activable{
    transition: 0.3s;
}
.activable:hover{
    background-color: rgba(0, 0, 0, 0.03);
}
.activable:active{
    background-color: rgba(0, 0, 0, 0.05);
}


.page-scrolled .section-app{
    /*background-color: #e9f5ff;*/
}

.bg-app{
    /*background-color: #f5f5f5;*/
    /*background-color: #f0f0f0;*/
background-color: #e8e8e8;
    /*background-color: whitesmoke;*/
}

.bg-label-app{
    /*background: #f0f0f0;*/
    background: #e8e8e8;
    /*background: whitesmoke;*/
}

.bg-app-light{
    background: #e8e8e8;
    /*background: #ffffff54;*/
}



.bg-gradient2 {

    color: #f8f8f8;



    background: white;
    background-image: linear-gradient(
        0deg, rgb(138 178 221), rgb(165 197 236 / 83%));

}



.bg-blue-opaque {
    /*background-color: #6690d4;*/
    /*background-color: #5286da;*/
    background-color: rgb(70, 119, 197);
}


.border-blue-opaque {
    /*border-color:  #6690d4;*/
    border-color: #5286da;
}

.text-blue-opaque {
    /*color: #6690d4;*/
    /* color:  #4f85dc;*/
    color: #4677c5;
}

.text-gray{
    /*color: rgb(75 85 99);*/
    color:  #555d6b;
}
.text-gray2{
    /*color: rgb(75 85 99);*/
    color:  #485160;
}


.text-black{
    color: #2d3748;
}


.container-welcome {
    background-color: #fbfbfb;
}








.w-100vw{
    width: 100vw;
}
.w-full{
    width: 100%;
}

.text-end{
    text-align: end;
}


.font-sans {
    font-family: 'Lexend',sans-serif, Roboto,sans-serif ;
}

.font-sans.text-lg {
    font-size: 1.075rem;
}

.font-sans.text-lg2 {
    font-size: 1.175rem;
}

.font-mono {
    font-family: 'Nunito', sans-serif,Roboto,sans-serif;
}

.border-2 {
    border-width: 2.4px;
}

.card-preguntas {
    background-color: rgb(253 253 253);
    box-shadow: 0px 4px 20px 0px #0000000d, 0 0 5px -2px #00000014;
    transition: 1s;
    max-width: 344px;
    margin: 15px auto;
    overflow: hidden;
    border-radius: 0.5rem;
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.translate-100{
    transform: translateX(100vw);
    opacity: 0;
}
.translate-0{
    transform: translateX(0vw);
    opacity: 1;
}




.italic{
    font-style: italic;
}


.welcome {
    padding: 1.5% 8% 0px 9%;
    color: #efc280;
    font-style: italic;
    font-weight: 700;
}

.grid-puta {
    display: grid;
    grid-template-columns: 27% 27% 27% 19%;
    padding: 20px 8% 0px 9%;
    -webkit-transition-duration: 1s;
    letter-spacing: 0px;
    word-spacing: 0px;
}


.spinner-white {
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}
.spinner-blue {
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 3px solid rgba(0, 166, 255, 0.3);
    border-radius: 50%;
    border-top-color: #0061da;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

.grid-doble {
    display: grid;
    grid-template-columns: 50% 50%;
    letter-spacing: -0.2px;
    /*margin:0% 2%;*/
}

.sietetres {
    grid-template-columns: 62% 38%;
}

.grid-item {
    border: 20px;
    margin: 10px 15px 10px 15px;
    font-size: 120%;
    text-align: center;
    padding: 35px 5px 0px 5px;
}


.grid-final {
    padding: 10px;
    text-align: center;
    font-display: swap;
}


.social-media-awesome:before {
    font-family: fontawesome;
    color: #f5cd94;
}


.social {
    display: inline-block;
    padding: 0 20px 0 0;
}




.input-bg-smoke{
    background: #d1d5db;
    border-radius: 7px;
    width: 100%;
    border: 2.4px solid #d1d5db;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 3rem;
    transition: 0.5s;
}

.active .input-bg-smoke{
    /*background:transparent;*/
    background: #ffffff6b;
}


.input-bg-smoke:focus{
    border-color: #eab308;
}


.titulofinal {
    background: -webkit-linear-gradient(#f5cd94, #f5cd94);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
    font-size: 140%;
    font-family: 'Galindo', cursive;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.titulomedio {
    font-family: 'Galindo';
    display: inline;
    letter-spacing: -0.2px;
    font-weight: 100;
    font-size: 115%;
}

.preguntas {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;

}

.preguntas2 {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    padding: 0%;
    z-index: 3;
}

.preguntas3 {
    display: grid;
    /*grid-template-rows: auto auto;*/
    padding: 0%;
    align-content: center;

}

.pregunta4 {
    padding: 0%;
    text-align: center;
    font-size: 90%;
    color: #ffffff;

    display: none;

}

.concha .hactive {
    border-bottom: 4px solid #f3c218;
    /*color: #ffd587;*/
    /*border-bottom: 4px solid #f6c883 !important;*/
    /*color: #f6c883 !important;*/

    /*transition: 0.2s;*/
}

.hactive .fa-primary {
    color: #f3c218 !important;
}

.hactive div {
    color: #f3c218 !important;
}

.hactive svg {
    transform: scale(1.1);

}

.z-110{
    z-index: 140;
}
.z-210{
    z-index: 210;
}
.min-w-10{
    min-width: 2.5rem;
}
.min-w-12{
    min-width: 3rem;
}
.min-w-14{
    min-width: 3.5rem;
}


.header-setup-info{
    max-width: 600px;background: white;z-index: 20;border-radius: 0px 0px 20px 20px;overflow: hidden;height: 61px;transition: 0.5s;
}

.height-160px{
    height: 160px;
}

.rotate-90{
    transform: rotate(90deg);
}
.rotate-270{
    transform: rotate(-90deg);
}

.setup-visible{
    display: none;
}

.setup .setup-visible{
    display: initial;
}
.setup-hidden{
}
.setup .setup-block{
    display: none;
}

.setup .setup-pulse-scale{
    animation: pulse-scale 1s ease-in;
}




.imagenregi {
    position: absolute;
    margin-left: -17px;
    margin-right: auto;
    width: 2em;
    height: 2em;
    opacity: 0;
    z-index: 1;
    padding: 2px;
}


.regimagen {
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    padding-top: 5px;
    text-align: -webkit-center;
}


.desactivado {
    display: none;
    text-align: center;
    color: white;
    padding-top: 3.5px;
}


.modaldescripcion {
    font-size: 90%;
    padding: 5%;
}


.modaltemperatura {
    color: #555f71;
    border: 2px solid #f67f4d;
    border-radius: 10%;
    width: 45px;
    background: #dddddd;
    text-align: center;
    margin-left: 40%;
}


.modalprecio {
    opacity: 0;
    font-family: 'Open Sans', cursive;
    color: darkorange;
    font-size: 110%;
    font-weight: 900;
    text-align: left;
    padding-left: 12px;
    margin-left: 40%;
}


.enlaceamazon {
    border-radius: 4px;
    background-color: whitesmoke;
    border: 1px solid #70719d;
    color: #ffffff;
    text-align: center;
    font-size: 80%;
    padding: 5px 0px;
    width: 19%;
    transition: all 0.4s;
    cursor: pointer;
    margin: 5px;
    left: 72%;
    position: relative;
}


.enlaceamazon:hover {
    padding: 10px 0px;
    font-size: 85%;
    transition: 0.4s;
}

.enlaceamazon a {
    color: #5b5347;
}


.masinformacion {
    border-radius: 4px;
    background: linear-gradient(to right, #ffbb45, #ffb229);
    border: none;
    color: #FFFFFF;
    text-align: center;
    /*text-transform: uppercase;*/
    font-size: 60%;
    padding: 4px 0px;
    width: 53%;
    transition: all 0.4s;
    cursor: pointer;
    margin: 5px 0px 0px 0px;
    left: 23%;
    position: relative;
    letter-spacing: -0.2px;
}

.masinformacion span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.masinformacion span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.masinformacion:hover span {
    padding-right: 25px;
}

.masinformacion:hover span:after {
    opacity: 1;
    right: 0;
}


.concha {
    padding: 5px 0% 0px 0%;
    background: border-box;
    z-index: 4;
    margin: 0px 12px;
    transition: 0.2s;

}

.concha h3 {
    font-size: 14px;
    color: #e6e8e5;
    font-family: Roboto,sans-serif;
    font-weight: 500;
}


.concha:hover {
    opacity: 0.9;
}


h3 {
    text-align: center;
    padding: 5px 0px 5px 0px;


color: #4677c5;

    z-index: 30;
    border-bottom: 4px solid transparent;


    letter-spacing: 0.5px;
    height: fit-content;
    font-size: 16px;
}




.concha-central{
    /*font-size: 38px;*/
    /*margin: -3px auto;*/
    /*height: 40px;*/
    /*padding: 0px;*/
    /*line-height: 37px;*/
    /*border: 2px solid rgb(206, 206, 206);*/
    /*width: 40px;*/
    /*border-radius: 50px;*/
    /*transition: 0.4s;*/

    font-size: 38px;
    margin: -3px 0px;
    height: 42px;
    line-height: 35px;
    /*border: 1px solid #84aacc;*/
    width: 42px;
    border-radius: 50px;
    transition: 0.4s;
    padding: 0px 8px;
    background: aliceblue;

}
.concha-central:hover{
    color: #f3c218;
    transform: scale(1.1);
}

/*h3:hover {*/
/*   opacity: 0.9;*/
/*}*/


.grid-triple-menus {
    grid-template-columns: 33.3% 33.3% 33.3%;
    min-width: 350px;
    place-self: end;
    max-width: 450px;
    z-index: 3;
}


label {
    color: #6c6782 ;
    letter-spacing: normal;
    font-family: Rubik, sans-serif;


}

.preguntasas {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0% 1%;
}


.grid-triple {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.grid-quadruple {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.grid-quintuple {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}


.informacion {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    color: grey;
    background: white;
    border-radius: 5px;
    display: none;
    position: absolute;
}

.pregunta4 {
    color: grey;
}

.pregunta4:hover informacion {
    display: block;
}

input[type="range"] {
    width: 62%;
    height: 0px;
    -webkit-appearance: none;
    outline: none;
    background-color: transparent;
    border: 0;
    padding: 28px 0%;
    margin: 1px 19%;
    color: white;
}

/*chrome and opera*/
input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(235, 235, 235, 1);
    height: 4px;
    border-radius: 4px;
    transition: 0.3s;
}

input[type="range"]:hover::-webkit-slider-runnable-track,
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(230, 230, 230, 1);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: white; /*thumbColor*/
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: -12px;
    cursor: pointer;
    border: 4px solid white;
    transition: 0.3s;
    box-shadow: 0 2px 5px -1px rgb(55 55 55 / 31%);
}

input[type="range"]:hover::-webkit-slider-thumb,
input[type="range"]:focus::-webkit-slider-thumb {
    background: white; /*activeThumbColor*/
}


/*firefox*/
input[type="range"]::-moz-focus-outer {
    border: 0;
}

input[type="range"]::-moz-range-track {
    background: rgba(230, 230, 230, 1); /*trackColor*/
    height: 4px; /*trackHeight*/
    border-radius: 4px; /*trackHeight*/
}

input[type="range"]:hover::-moz-range-track,
input[type="range"]:focus::-moz-range-track {
    background: whitesmoke; /*activeTrackColor*/
}

input[type="range"]::-moz-range-thumb {
    background: white;
    /*thumbColor*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 4px solid grey;
    box-shadow: 0 2px 5px -1px rgb(55 55 55 / 31%);
}

input[type="range"]:hover::-moz-range-thumb,
input[type="range"]:focus::-moz-range-thumb {
    background: rgba(230, 230, 230, 1);
}

input[type="range"]::-moz-range-progress {
    background: rgba(230, 230, 230, 1);
    border-radius: 4px;
    height: 4px;
}

input[type="range"]:hover::-moz-range-progress,
input[type="range"]:focus::-moz-range-progress {
    background: rgba(230, 230, 230, 1);
}

/*edge and IE*/
input[type="range"]::-ms-track {
    background: #ccc;
    height: 4px;
    border-radius: 4px;
    border: none;
    color: transparent;
}

input[type="range"]:hover::-ms-track,
input[type="range"]:focus::-ms-track {
    background: #777;
}

input[type="range"]::-ms-thumb {
    background: grey;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    margin: 0 4px 0;
    box-shadow: 0 2px 5px -1px rgb(55 55 55 / 31%);
}

input[type="range"]:hover::-ms-thumb,
input[type="range"]:focus::-ms-thumb {
    background: #f6c05f;
    /*activeThumbColor*/
}

input[type="range"]::-ms-tooltip {
    display: none;
}

input[type="range"]::-ms-fill-lower {
    border-radius: 4px; /*trackHeight*/
}

input[type="range"]:hover::-ms-fill-lower,
input[type="range"]:focus::-ms-fill-lower {
}

.vertically-stacked-slider {
    padding: 0px;
}

.vertically-stacked-slider > input[type="range"] {
    padding: 0;
}

.horizontally-stacked-slider {
    display: flex;
    align-items: center;
}

.horizontally-stacked-slider > .title {
    flex: 1;
    padding: 8px;
}

.horizontally-stacked-slider > input[type="range"] {
    flex: 1;
}


/*SWITCH */


.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 27px;
    left: 30%;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #9f9fbf;*/
    background-color: #84a5ca;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 4px;
    background-color: #f9d352;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 3px 0 #00000030;
}

input:checked + .slider {
    background-color: #f8f8f8;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.slider.round {
    border-radius: 34px;
    box-shadow: inset 0 1px 6px -1px #00000021;
}

.slider.round:before {
    border-radius: 50%;
}


.qblocked {

}

.card-preguntas.qblocked {
    background: rgb(139 179 222);
}


.qblocked .preguntas {
    display: none;
}

.qblocked .desactivado {
    display: block;
}


header {
    box-shadow: 0px 7px 12px 6px rgba(45, 40, 40, 0.10);
    /*background-image: linear-gradient(-145deg,#6d6e94 1%, #7272a1 11%, #5e5776 38%, #3c384b 78%, #2d2839 100% );*/
    /*background-image: -webkit-linear-gradient(-145deg,#6d6e94 1%, #7272a1 11%, #5e5776 38%, #3c384b 78%, #2d2839 100% );*/
    /*background-image: -moz-linear-gradient(-145deg,#6d6e94 1%, #7272a1 11%, #5e5776 38%, #3c384b 78%, #2d2839 100% );*/
    z-index: 200;
    top: 0;
    width: 100%;
    position: relative;
    /*  background-image: linear-gradient(
          -45deg
          , #e5a24f, #ffca68);*/

    display: grid;
    /*grid-template-columns: 200px auto 200px;*/
    /*background: #5b5b5b;*/

    /*background-image: linear-gradient(*/
    /*    -45deg*/
    /*    , #7f7b93, #a19db5);*/
    /*background-image: linear-gradient(*/
    /*    -45deg*/
    /*    , #7f7b93, #7c7795);*/
    /*background-image: linear-gradient(*/
    /*    -45deg*/
    /*    , #63657d, #686285);*/

    /*background-image: linear-gradient(*/
    /*    -45deg*/
    /*    , #4a699c, #50729a);*/
    /*background-image: linear-gradient(*/
    /*    -45deg*/
    /*    , #4d75b6, #5e7fb0);*/
    /*background: #3975b6;*/
    background: #317ccf;
}


footer {
    /*background-image: linear-gradient(*/
    /*    -45deg*/
    /*    , #63657d, #686285);*/
    background-image: linear-gradient(
        -45deg, #4e6fa5, #53769f);
    color: gainsboro;

}

.bg-regalometro1 {
    background-image: linear-gradient(
        -45deg, #7f7b93, #7c7795);
}

.container-titulo {
    display: grid;
    grid-template-columns: 20px auto;

}

/*.selectedlist {*/

/*    background: #d5d5d5;*/
/*    color: orange !important;*/
/*}*/

.home-top-container{
    background: #1f60b6;
    /*padding: 4.5rem 0rem;*/
    margin: -4.5rem 0rem;
    background-image: linear-gradient(45deg, #aff8ff29, #1c5cb2);
    /*border-radius: calc(-3969px + 1296%);*/
    /*background-image: linear-gradient(45deg, #aff8ff40, #1c5cb2);*/
    /*border-radius: calc(-3969px + 1788%);*/

}


.border-1px-grey{
    border: 1px solid #bfbfbf;
}

.pricediscovery {

    position: relative;
    padding: 2px 10px;
    border-radius: 8px;
    left: 79px;
    top: -117px;
    color: #ec9304;
    background: #fff9cc;
    display:none;
}

.regalo-card .bg-white3 img{
    padding: 3px 0px;
}

.loader-regalo-card{
    background: white;
    margin-top: 8px;
    border-radius: 16px;
}

.padding-avatar{
    margin: 10px 28px;
}

.avatar-container-big {
    height: 100px;
    border: 4px solid #ffffff;
    border-radius: 500px;
    overflow: hidden;
    width: 100px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.13);
}


.user-page .avatar-container-big{
    height: 140px;
    border: 4px solid #ffffff;
    border-radius: 500px;
    overflow: hidden;
    width: 140px;
    box-shadow: inset 0px 2px 4px 0 rgb(0 0 0 / 13%);
}


.avatar-img-big {
    width: 100px;
    margin: 0px;
}

.user-page .avatar-img-big{
    width: 120px;
    border-radius: 500px;
}



.avatarcontainer {
    /*transform: translate(208px, -54px);*/
    /*transform:translate(12px, -52px);*/
    /*top: -52px;*/
    /*left: 14px;*/
    background: white;
    z-index: 5;
    height: 33px;
    width: 33px;
    border: 0.15rem solid white;
    box-shadow: 0px 2px 3px -1px rgb(0 0 0 / 32%);
    margin-top: 3px;
    border-radius: 9px;
    border: none;
}

.avatarcontainer img {
    height: auto;
    width: 33px;
    animation: fadein 0.4s ease;
}



.regalo-info {

    color: #3b4454;
    display: grid;
    grid-template-columns: 44px auto;
    margin-top: 8px;
    padding: 1px 10px;
}

.regalo-name {
    font-size: 15px;
}

.max-w-md{
    max-width: 25rem;
}

.max-w-200{
    max-width:200px;
}

.bg-gradient-card {
    transform: translate(0px, -191px);
    background-image: linear-gradient(0deg, rgba(37, 37, 37, 0.55) 0%, rgba(37, 37, 37, 0.06) 69%, transparent 89%);
    /*background-image: linear-gradient(0deg, rgb(90 112 136 / 73%) 0%,rgb(93 113 134 / 9%) 69%, transparent 89%);*/
    height: 8rem;
    z-index: 1;
}

.height-container {
    height: 12rem;
}


.btn-primario{
    color: white;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    background: #facc15;
    line-height: 1.5rem;
    border: 1px transparent;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 50px;
}

.btn-primario:active{
    background: #eab308;
}

.btn-segundario{
    background: rgb(47, 125, 250); height: 31px; line-height: 31px; width: 68px; text-align: center; border-radius: 5px; color: white; font-family: Roboto,sans-serif; letter-spacing: 0.5px;margin-right: 11px;/* width: 100%; */color: #4b85ce;background: #daeeff;
}


.big-banner-enter {
    height: 100px;
    border-radius: 10px;
    width: calc(100vw - 2.5rem );
    overflow: hidden;
    max-width: 400px;
transition: 0.4s;
}


/*HP*/

.big-banner-enter-hp {
    height: 140px;
    border-radius: 10px;
    width: calc(100vw - 2.5rem );
    overflow: hidden;
    max-width: 400px;
    transition: 0.4s;
}
.btn-banner-enter-hp{
    background-image: linear-gradient(
        345deg, #ffffff21 50%,transparent 51%, transparent);
    width: 100%;
    height: 140px;
}









.big-banner-enter:active{
    transform: translate(0px, 3px);
    box-shadow: none;
}
.big-banner-enter:hover{
    opacity: 0.8;
}

.press-effect,.press-effect2{
    transition: 0.4s;
}

.press-effect:active{
    transform: translate(0px, 3px);
    box-shadow: none;
}
.press-effect:hover{
    opacity: 0.8;
}

.press-effect2:active{
 filter: brightness(0.85);
}
.press-effect2:hover{

}

.btn-banner-enter{
    background-image: linear-gradient(
        345deg, #ffffff21 50%,transparent 51%, transparent);
    width: 100%;
    height: 100px;
}

.span-big-banner-enter{
    text-align: initial;
    font-size: 16px;
    line-height: 20px;
    font-family: 'lexend';
    align-self: baseline;
    padding-top: 8px;
    min-width: 165px;
}


.titulo {
    text-align: center;
    color: white;
    /* -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     -webkit-transition-delay: 0s;
     -webkit-transition-duration: 0s;
     transition-duration: 0s;
     animation-iteration-count: 1;
     -webkit-animation-iteration-count: 1;*/
    font-weight: 300;
    font-size: 26px;

    font-family: 'Galindo', cursive;
    height: 32px;
    margin: 0px;
    text-align: initial;
}

.titulo-gradient {
    /*background: -webkit-linear-gradient(#ffde8c, #ffbd7d, #fb9670);*/
    background: #f6c883;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    font-family: 'Galindo', cursive;


    margin-top: 1px;
    height: 39px;
    line-height: 39px;
}

.fa-secondary {
    opacity: 0.7;

}

.perfiles {


    width: 310px;
    left: calc(50% - 155px);
}



.label-float{
    width: fit-content;
    padding: 0px 5px;
    letter-spacing: 1px;
    font-size: 15px;
    transform: translate(18px, 34px) !important;
    color: #767d8a;
    transition: 0.5s;
    background: #d1d5db !important;
    font-family: Roboto,sans-serif;
}
::placeholder {
   font-family: 'Lexend', sans-serif, Roboto,sans-serif;
}

.input-bg-smoke::placeholder{

}

.input-bg-smoke:focus::placeholder{
    color: transparent;
}

.active .label-float {
    transform: translate(12px, 13px) !important;
    background: white !important;
    width: fit-content;
    padding: 0px 5px;
    letter-spacing: 1px;
    font-family: 'Lexend', sans-serif,Roboto,sans-serif;
    font-size: 15px;
}
.active .label-float.bg-app{
    background: #e8e8e8 !important;
    border-radius: 6px;
    background-image: linear-gradient(180deg, #e8e8e8, #f2f2f2) !important;
}
.active .label-float.bg-app-light{
    background: #e8e8e8 !important;
}




.svg-inline--fa {
    height: 30px;
    /*fill: #cdcadb;*/
    fill: #bbc6d9;
    display: inherit;
}


.concha .svg-inline--fa {
    height: 20px;
}

.svg-arrow {
    fill: #9d99b1;
    height: 20px;
    width: 30px;

}


.svg2 {
    position: relative;
    top: -30px;
}

.svg3 {
    width: auto;
    /*height: 18px;*/
    height: 16px;
    text-align: end;
    justify-self: center;
}


.der {
    /*text-align: right;*/
    /*color: #6e77a4;*/
    /*margin: 3px 8px 0px 0px;*/
    cursor: default;
    color: #26265a5e;
    /*background: #f5f5f530;*/
    overflow: hidden;
    border-radius: 0rem 0rem 0rem 1.5rem;
    text-align: center;
    /*box-shadow: inset 3px -3px 6px -3px #0000001c;*/
    font-size: 16px;
    line-height: 30px;
}

.izq {

    cursor: default;
    /*color: #6e77a4;*/

    color: #26265a5e;
    cursor: default;
    /*background: #f5f5f530;*/
    overflow: hidden;
    border-radius: 0rem 0rem 1.5rem 0rem;
    text-align: center;
    /*box-shadow: inset -3px -3px 6px -3px #0000001c;*/
    font-size: 16px;
    line-height: 30px;
}

.fadein {
    opacity: 0;
    animation: fadein 0.7s 0.7s ease forwards;
}
.fadeinup {
    opacity: 0;
    animation: fadeinup 0.7s 0.7s ease forwards;
}

.fadeinfast {
    opacity: 0;
    animation: fadein 0.5s ease forwards;
}


.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}


.scaleup-enter-active,
.scaleup-leave-active {
    transition: 0.3s cubic-bezier(0.49, 0.36, 0.54, 1.44);

}

.scaleup-enter-from,
.scaleup-leave-to {

    transform: scale(0);
}

/*.animation-d-1 {*/
/*    animation-delay: 0.9s;*/
/*}*/

/*.animation-d-1-3 {*/
/*    animation-delay: 1.1s;*/
/*}*/

/*.animation-d-1-6 {*/
/*    animation-delay: 1.3s;*/
/*}*/


.animation-d-1 ,
.animation-d-1-3 ,
.animation-d-1-6 {
    margin-bottom: 10px;
}

.overflow-y-visible {
    overflow: visible;
    overflow-x: clip;
}



.diadelamadre1 {

    font-weight: 500;
    display: grid;
    grid-template-columns: 35px 120px;
    /*max-width: 1px;*/
    text-align: initial;
    align-items: center;
    /*margin: auto;*/
    border-radius: 18px;
    /*color: #2d94ff;*/
    /*font-family: 'Nunito',sans-serif;*/
    padding: 3px;
    /*background: #38a1fb26;*/
    /*color: #4f93ff;*/
    /*background: #e2f2ff;*/
    /*background: #dddddd;*/
    /*color: #4677c5;*/
    /*background: #c8e3ff;*/
    font-family: 'lexend',sans-serif;
    width: 100%;
    place-content: center;
    font-family: 'lexend';
    color: #2683d5;
}

.diadelamadre2 {
    display: none;
    font-size: 100%;
    font-weight: 500;
    color: rgb(255, 183, 50);
    text-align: center;
    margin: 4% calc(50% - 5rem - 5px);
    border-radius: 10px;
    border: 2.5px solid rgb(249, 185, 65);
    font-family: 'Open Sans', sans-serif;
}


.btn-lists {
    color: white;
    padding: 1px 5px;
    border-radius: 5px;
    transition: 0.3s;
    margin: 0px 2px;
}

.btn-lists.active {
    /*background: #f5f5f5;*/
    background-color: white;
    color: #585d66;
    box-shadow: 1px 1px 3px -1px #0b1c5854;
}

.wrapperr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: -webkit-center;
}

.shrink-click{
    transition: 0.4s;

}
.shrink-click:active{
    transform: scale(0.95);
}

.grow-click{
    transition: 0.4s;

}
.grow-click:active{
    transform: scale(1.05);
}
.grow-hover{
    transition: 0.4s;

}
.grow-hover:hover{
    transform: scale(1.05);
}

.giftify-fixed-buttons-b{
    position: fixed;
    width: 100%;
    bottom: 69px;
    margin: auto;
    max-width: 25rem;
    padding: 1.25rem 2.5rem;
    font-family: Roboto,Rubik,sans-serif;
    letter-spacing: 0.5px;

    box-shadow:0px -3px 4px 0px rgba(0, 0, 0, 0.05);
    background: rgb(253 253 253 / 50%);
    backdrop-filter: blur(3px);
}

.setup .giftify-fixed-buttons-b{
    bottom: 0px;
}

.mode1 .giftify-fixed-buttons-b{
    bottom:0px;
}




.buscador-btn-guardar{
    /*border-radius: 3px 0px 0px 0px;*/
    /*background: rgb(221, 242, 255);*/
    /*border: none;*/
    /*color: rgb(70, 119, 197);*/
    /*margin: 0;*/
    /*width: 50%;*/
    /*border-top: 3px solid;*/
    /*border-right: 1px solid #b3b1b15c;*/
    /*font-size: 13px;*/
    /*height: 100%;*/
    /*padding: 7px 0px;*/



    background: #ddefff;
    border-radius: 13px 0px 0px 13px;
    color: #4677c5;
}




.buscador-btn-ver{
    /*margin: 0;*/
    /*color: #fbbb05;*/
    /*border: none;*/
    /*border-top: 3px solid #ffbf0a;*/
    /*width: 50%;*/
    /*height: 100%;*/
    /*border-radius: 0px;*/
    /*font-size: 13px;*/
    /*background: #fffee8;*/

    text-align: center;

    color: #ff8100;
}



.loading {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader{
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
    width: 100px;
    height: 100px;
}

.loader:before{
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    background-color: #4e96e5;
    /*border-radius: 30px;*/
    animation: flip 1s infinite;
}

@keyframes flip {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(180deg) rotateX(180deg);
    }
}


/*A
N
I
M
A
T
I
O
N
S*/

.animation-500{
    animation-duration: 0.5s !important;
}

.scale-up {
    animation: scaleup 0.3s linear 1;
}

@keyframes scaleup {
    from {
        transform: scale(0.95) translateY(2px);
    }
    to {
        transform: scale(1) translateY(0px);
    }
}

.scale-up-big {
    animation: scaleupbig 0.3s cubic-bezier(0.49, 0.36, 0.54, 1.44);

}


@keyframes scaleupbig {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}



.fade-enter-active {
    transition: all .4s ease;
    opacity: 100;
}

.fade-leave-active {
    transition: all .4s ease;
    opacity: 100;
}

.fade-enter-from
    /* .slidefade-leave-active below version 2.1.8 */
{

    opacity: 0;
}

.fade-leave-to
    /* .slidefade-leave-active below version 2.1.8 */
{
    opacity: 0;
}


.h-270{
    height: 270px !important;
}



.turn-calendar-btn{
    transform: rotateZ(
        91deg) translate(0px, 1.5px) rotateY(
        180deg) !important;
}


.slideleft-enter-active {
    transition: all .4s ease;
    position: absolute;
    /*width: 100vw;*/
}

.slideleft-leave-active {
    transition: all .4s ease;
    position: absolute;
}

.slideleft-enter-from
    /* .slidefade-leave-active below version 2.1.8 */
{
    transform: translateX(100vw);
    position: absolute;

    /*width: 100vw;*/
    /*opacity: 0;*/
}

.slideleft-leave-to
    /* .slidefade-leave-active below version 2.1.8 */
{
    transform: translateX(-100vw);
    position: absolute;
    /*opacity: 0;*/
}


.slideright-enter-active {
    transition: all .4s ease;
    position: absolute;

    /*width: 100vw;*/
}

.slideright-leave-active {
    transition: all .4s ease;
    position: absolute;
}

.slideright-enter-from {
    transform: translateX(-100vw);
    position: absolute;

    /*width: 100vw;*/
    /*opacity: 0;*/
}

.slideright-leave-to
    /* .slidefade-leave-active below version 2.1.8 */
{
    transform: translateX(100vw);
    position: absolute;
    /*opacity: 0;*/
}


/*SLIDE UP*/

.slideup-enter-active {
    transition: all .9s ease;
    transform: translateX(0);
}

.slideup-leave-active {
    transition: all .9s ease;
    transform: translateX(0);
}

.slideup-enter-from
{
    /*transition: all .7s ease;*/
    transform: translateY(300px);

    /*width: 100vw;*/
    /*opacity: 0;*/
}

.slideup-leave-to
    /* .slidefade-leave-active below version 2.1.8 */
{
    /*transition: all .7s ease;*/
    transform: translateY(300px);
    /*opacity: 0;*/
}


.slideleft-enter-active,
.slideleft-leave-active,
.slideleft-enter-from,
.slideleft-leave-to,
.slideright-enter-active,
.slideright-leave-active,
.slideright-enter-from,
.slideright-leave-to {

    top: 62.125px;
    width: 100vw;
    max-width:400px;

    animation-delay: 0.1s;
    transition-delay: 0.1s;

    min-height:100vh;

}

.lists-container
.slideleft-enter-active,
.lists-container .slideleft-leave-active,
.lists-container .slideleft-enter-from,
.lists-container .slideleft-leave-to,
.lists-container .slideright-enter-active,
.lists-container .slideright-leave-active,
.lists-container .slideright-enter-from,
.lists-container .slideright-leave-to {

    top: auto !important;
}


.lists-container {
    overflow: scroll;
    background: #f3f4f6;
}

.lists-container {
    max-height: auto;
}






.next-events-banner{
    /*height: 115px;*/
    border-radius: 10px;
   /* width: calc(100vw - 2.5rem );*/
    overflow: hidden;
    max-width: 400px;
    display: grid;
}
.grid-next-events{
    display: grid;
    grid-template-columns: 80px auto ;
    height: 80px;
}

.n-e-corner1{
    color: rgb(69, 137, 212);
    font-size: 15px;
    position: absolute;
    margin: 4px 17px;
    word-spacing: 0px;
}
.n-e-corner2{
    font-size: 15px;
    margin: 4px 3px;
    word-spacing: 0px;
    width: 80px;
    color: #4c5669;
}

.date-frame{
    width: 60px;
    text-align: center;
    /*background: #fffc9e;*/
    /*color: #ec9304;*/
    background: #ffe0d9;
    color: #d00000;

    border-radius: 11px;
    height: 60px;
    margin: 9px 10px;
    /*border: 1px solid #fff392;*/
}

.date-frame:hover{
    background: #fffc9e;
    color: #ec9304;
}

.number-date{
    font-size: 28px;
    line-height: 25px;
    padding-top: 9px;
}
.month-date{
    font-size: 11px;
}



.avatar-bubble{
    /*border-radius: 55px;*/
    min-width: 55px;
    height: 55px;
    width: 55px;
    margin: 0 0.6rem 9px;
}

.avatar-bubble img{
    border-radius: 55px;
    /*box-shadow: 0 1px 3px 0 #0000002e;*/
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
    border: 3px solid transparent;
    background:white;
}

.avatar-bubble-name{
    color: #262626;
    text-align: center;
    font-size: 12px;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,sans-serif;
    line-height: 14px;
    letter-spacing: .12px;
    font-weight: 500;
    text-transform: lowercase;
    overflow: hidden;
    width: 63px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-spacing: 0;
    margin: auto;
    color: white;
    color: black;
}

.avatar-bubble-date{
    font-size: 11px;
    font-weight: 400;
    color: #606268;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,sans-serif;
    letter-spacing: 0px;
    /*background: #e8e8e8;*/
    width: 42px;
    margin: 1.5px auto;
    border-radius: 5px;
    word-spacing: -2px;
}

.little-bubble-avatar{
    color: white;
    font-weight: 900;
    transform: translate(3.5em, -3.3rem);
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    background: rgb(255, 255, 255);
    margin-top: -24px;
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 32%) 1px 0px 3px -1px;
}

.margin-left-avatar{
    margin-left: 1.25rem;
    margin-left: 0.75rem;
}

.font-sans2 {
    font-family: Rubik, sans-serif;
}


.google-button__icon {
    display: inline-grid;
    /* margin: 8px 0 8px 8px;*/
    width: 18px;

    box-sizing: border-box;
}

.google-button__icon--plus {
    width: 27px;
}

.google-button__text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', arial, sans-serif;
}


.google_button {
    cursor: pointer !important;
    display: inline-block !important;
    margin-bottom: 5%;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    touch-action: manipulation !important;
    font-size: 19px !important;
    line-height: 24px !important;
    letter-spacing: normal !important;
    font-family: 'Roboto', arial, sans-serif;

    padding: 10px 20px !important;
    font-weight: 500 !important;
    border-radius: 55px !important;
    border-width: 2px !important;
    border-style: solid !important;
    /* border-color: rgb(176, 176, 176) !important; */
    background: transparent !important;
    transition: 0.3s;
    min-width: 71.1935px !important;
    width: 100% !important;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.21);
    /*border-color: rgba(76, 86, 105, 0.55);*/

    border-color: #4c5360;
    color: #4c5360! important;
}


.google_button:active {
    transform: translateY(1px);
    box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0);
}

svg {
    display: inline-block;
}

.text-blue1{
    color: rgb(57, 117, 182);
}


.list-item {
    cursor: pointer;
    list-style: none;
    padding: 0.6rem 0.5rem 0.6rem 0.85rem;
    background: white;
    margin: 12px 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);
    height: 65px;
}

.padding-list-item{
    cursor: pointer;
    padding: 0.7rem 0.5rem 0.7rem 0.85rem;
    border-bottom: 1px solid #2666b721;
}


/*     O R D E N A D O R     */

@media screen and (min-width: 640px) {

.mobil{
    display: none !important;
}
    .mobile{
        display: none !important;
    }




    .home-top-container{
        padding: 1.5rem 0rem 1rem;
        margin: -4.5rem 0rem 1rem;
        border-radius: 0px;
    }

.lg-pos-initial{
    position: initial !important;
    background: white !important;
    backdrop-filter: none;
}

    .giftify-fixed-buttons-b{
    bottom: 0px;

        border-radius: 8px 8px 0px 0px;
}




.md\:w-full{
    width: 100%;
}

   .big-banner-enter .span-big-banner-enter{
        margin-right: 50px;
    }

    .max-500-lg{
        width: 500px;
    }

    .height-container {
        height: 11rem;
    }

    .concha {
        cursor: pointer;
    }

    header {
        grid-template-columns: 200px auto 10%;
    }

    .grid-doble {
        display: grid;
        grid-template-columns: 50% 50%;
    }


    .lg-hidden {
        display: none!important;
    }


    .inline-table-lg{
        display: inline-table !important;
    }



    .big-banner-enter {

        min-width: 400px;
    }
}


/*tablet*/
@media screen and (min-width: 640px) {




    .little-bubble-avatar{
        transform:translate(3.8em,-3.3rem);
    }

    /*.margin-left-avatar{*/
    /*    margin-left: 7rem;*/
    /*}*/

    .height-container {
        height: 11rem !important;
    }


    .md-hidden {
        display: none!important;
    }

    .avatarcontainer {
        /*transform: translate(207px, -52px);*/

    }

}


/*mobil*/


@media screen and (max-width: 640px) {

    .ordenador{
        display: none !important;
    }


    .sm-block{
        display: block;
    }

    .height-container {
        height: 11rem;
    }

    .pricediscovery {

        /*transform: translate(-86px,-172px);*/
        /*transform: translate(85px,-172px);*/

        left: 79px;
    }

    .avatarcontainer {
        /*transform: translate(189px,-52px);*/
        /*transform: translate(10px,-51px);*/
        /*top: -52px;*/
        /*left: 12px;*/
    }
    .margin-left-avatar{
        margin-left: 0.75rem;
    }


    .subheader-2 {
        background: #5b89d4;
        height: 99px;
        margin-bottom: 13px;
        background-image: linear-gradient(0deg, transparent, #ffffff5e);
        color: white;
        padding-top: 5px;

    }

    .vc-container{
        border:none !important;
    }


    .fa-secondary {
        opacity: 0.5;
        color: #9c9c9c;
    }


    .header-top {
        /*transform: translateY(-60px);*/
        box-shadow: 0px 7px 12px 6px rgb(45 40 40 / 18%);
        width: 100vw;
        justify-content: center;
        background: #3975b6;
        transition: 1s;
        transition-delay: 1s;
        animation: goupheader 1s 1.5s ease forwards;
        display: none;
    }


    /*.corrector-header{*/
    /*    margin-top: -40px;*/
    /*    padding-top: 40px;*/
    /*}*/
    .titulo-gradient {
        margin-top: 6px;
    }

    input[type="range"] {

        padding: 20px 0%;
    }


    .slideleft-enter-active,
    .slideleft-leave-active,
    .slideleft-enter-from,
    .slideleft-leave-to,
    .slideright-enter-active,
    .slideright-leave-active,
    .slideright-enter-from,
    .slideright-leave-to {

        top: 60px;
        animation-delay: 0.1s;
        transition-delay: 0.1s;
    }


    .sm-hidden {
        display: none!important;
    }


    .grid-triple-menus {
        justify-self: center;
        width: 100vw;
        /*padding: 0 2vw;*/
        background: rgb(255, 255, 255) !important;
        /*color:darkgrey;*/
        box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.05);
        border-radius: 5px 5px 0 0;
        background-image: linear-gradient(
            0deg, #a5a5a50f, transparent);
        max-width: 100vw;
        /*padding-left: calc(88vw - 450px);*/
        /*padding-right: calc(88vw - 450px);*/
        padding: 0px 8px 5px;
    }


    .concha {
        padding: 0;
    }

    .concha h3 {
        font-size: 13px;
        /*color: #8099cacf;*/
        padding-top: 11px;
        border: none;
        transition: 0.3s;
        border-top: 4px solid white;
        /*color: #5b89d4;*/
        color: #4677c5;
    }


    .concha svg {
        transition: 0.3s cubic-bezier(0.25, 0.1, 0.64, 1.88);
    }

    header {
        /*grid-template-rows: 40px 68px;*/
        /*animation: headerstart 1s 1s 1 ease forwards;*/
        /*height: 100vh;*/
        /*min-height: 431px;*/
        /*position: fixed;*/
        /*background: transparent;*/
        width: 100vw;
        /*height: 60px;*/
        height: 0px;
        box-shadow: none;
        background: transparent;

    }

    .grid-doble {
        display: block;
    }

    input[type="range"] {
        padding: 22px 0%;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: white; /*thumbColor*/
        width: 29px; /* thumbHeight + (2 x thumbBorderWidth)*/
        height: 29px; /* thumbHeight + (2 x thumbBorderWidth)*/
        border-radius: 50%;
        margin-top: -12px; /* -[thumbHeight + (2 x thumbBorderWidth) - trackHeight]/2*/
        cursor: pointer;
        border: 4px solid white; /*border-width should be equal to thumbBorderWidth if you want same border width across all browsers and border-color should match the background*/
        transition: 0.3s;
        box-shadow: 0 2px 5px -1px rgb(55 55 55 / 31%);
    }


    .svg-white-top-overlay {
        height: 74px;
    }


    .concha .hactive {
        border-top: 4px solid #fed751 !important;
        border-bottom: none !important;
        /*color: #f3c218;*/
        padding-top: 11px !important;
        /*margin-top: -5px;*/

        transition: 0.3s;

    }






    .buscador-btn-guardar,.buscador-btn-ver{
        width: 100%;
        line-height: 1px;
    }





    .hactive .fa-primary {
        color: #f3c218 !important;
    }

    .hactive div {
        /*color: #f3c218 !important;*/
        color: #f3a618 !important;
    }


    @media screen and (display-mode: standalone) {


        header {
            height: 0px !important;
            box-shadow: none !important;
        }


        .standalone-hidden {
            display: none;
        }



        .concha .mt-0\.5 {
            margin-top: 0.125rem;
            opacity: 0;
            margin-bottom: -16px;
        }

    }
    .concha h3 {
        /*padding-top: 18px;*/
    }


    .concha .hactive {
        /*padding-top: 14px;*/
    }




}


.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


@media screen and (max-width: 460px) {




    footer {
        /*background-image: linear-gradient(*/
        /*    -45deg*/
        /*    , #63657d, #686285);*/
        background-image: none;


        color: #787676 !important;
        padding-bottom: 70px !important;
        margin-top: 60px;
    }


    .mode1 .lists-container {
        max-height: calc(100vh - 175px);
    }


    .fa-usere:before {
        top: 0.6px;
        left: 0px;
    }


}


@supports (-ms-accelerator:true) {
    /* IE Edge 12+ CSS */
    input[type=range] {
        height: 33px;
        -webkit-appearance: none;
    }

    input[type=range]:focus {
        outline: none;
    }


    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #CFCFCF;
        border: 2px solid #DDDDDD;
        border-radius: 2px;
        box-shadow: 0px 0px 1px #CFCFCF;
    }

    input[type=range]::-ms-fill-upper {
        background: #CFCFCF;
        border: 2px solid #DDDDDD;
        border-radius: 2px;
        box-shadow: 0px 0px 1px #CFCFCF;
    }

    input[type=range]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 0px 0px 0px #000000;
        border: 3px solid #808080;
        height: 24px;
        width: 24px;
        border-radius: 25px;
        background: #FFA500;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #CFCFCF;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #CFCFCF;
    }
}


@supports (-ms-ime-align:auto) {
    /* IE Edge 16+ CSS */
    input[type=range] {
        height: 33px;
        -webkit-appearance: none;
        padding: 1px;
    }

    input[type=range]:focus {
        outline: none;
    }


    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #CFCFCF;
        border: 2px solid #DDDDDD;
        border-radius: 2px;
        box-shadow: 0px 0px 1px #CFCFCF;
    }

    input[type=range]::-ms-fill-upper {
        background: #CFCFCF;
        border: 2px solid #DDDDDD;
        border-radius: 2px;
        box-shadow: 0px 0px 1px #CFCFCF;
    }

    input[type=range]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 0px 0px 0px #000000;
        border: 3px solid #808080;
        height: 24px;
        width: 24px;
        border-radius: 25px;
        background: #ffd07e;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #CFCFCF;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #CFCFCF;
    }
}


.fa-user:hover {
    color: white;
}


.fa-arrow-circle-left:before {
    content: "\f0a8";
}


.fa-walking:before {
    content: "\f554";
}


.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}



.slideup-animation{
    animation: slideup 0.7s ease;
}

.benefits {
    margin-left: 17px;
}

.benefits svg {
    /*color: red!important;*/
    /*color: #e23535!important;*/
    padding: 5px;
    border-radius: 8px;
    margin: 0px 0px 6px 0px;
    width: 22px !important;
    height: 22px !important;
    display: flex;
    animation: none;
}

.benefits div {
    font-size: 12px !important;
    display: flex;
    margin: 7px;
}







































/*.page-load #js-loader{*/
/*    display: none;*/
/*}*/

@font-face {
    font-display: optional;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;

    src: local('Nunito Regular'), local('Nunito-Regular'), url(../fonts/nunito-secas.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */


/*latin */
/*@font-face {*/
/*    font-family: 'Galindo';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    !*  font-display: swap;*!*/
/*    src: local('Galindo'), local('Galindo-Regular'), url(../fonts/galindo.woff2) format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/


@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 529;
    /*font-display: swap;*/
    src: url(../fonts/lexend.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
    color-scheme: light dark;
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}


.center_radius {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.thermostat {
    position: absolute;
    transform: translate(-100%, -50%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* background: #d5d1e6; */
}

.thermostat .number {
    opacity: 1;
}

.thermostat .shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(10deg);
    width: 25px;
    height: 86%;
    text-align: center;
    transition: 0.7s ease;
    animation: shadow 1.4s ease-out both;
}

.thermostat .shadow-cube {
    position: absolute;
    top: 0;
    width: 25px;
    height: 0px;

}

.number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(10deg);
    width: 40px;
    height: 82%;
    text-align: center;
    transition: 0.7s ease;
    opacity: 0;
}

.ext {
    font-size: 16px;
    color: white;
    font-weight: 900;
    text-shadow: 1px 3px 3px #302e38;
}

.thermostat .bar {
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;

    width: 35px;
    height: 35px;
}

.thermostat .inner_bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 100%;
    /*background-color: #a8a4b9;*/
    background-color: #585374;

    z-index: 4;
}

.thermostat .inner_bar:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #ffffff;
    bottom: -10px;
    left: 50%;
    transform: translatex(-50%);
}

.thermostat .hold {
    position: absolute;
    /*width: 100%;*/
    /*height: 100%;*/
    /*clip: rect(0px, 35px, 35px, 15px);*/
    /*border-radius: 100%;*/
    /*background-color: #3a3749;*/
    width: 50px;
    height: 50px;
    clip: rect(0px, 50px, 50px, 0px);
    border-radius: 100%;
    background-color: #e5e3f0;
    margin-top: 0px;
    margin-left: -0.5px;
}

.thermostat .fill {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    clip: rect(0px, 25px, 50px, 0px);
}

.thermostat .fill1 {
    background: -webkit-linear-gradient(top, #ff9b3f 20%, #ffae36 100%);
}

.thermostat .fill2 {
    background: -webkit-linear-gradient(top, #ff9c2f 40%, #ffee25 100%);
}

.thermostat .right {
    z-index: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);

    background: transparent;
}

.thermostat .right .fill {
    z-index: 3;
    transform: rotate(180deg);
    animation: right 0.4s linear both;
    transition: transform 0.6s;
}

.thermostat .left .fill {
    z-index: 1;
    animation: left 0.4s linear both;
    animation-delay: 0.2s;
/ / transform: rotate(10 deg);
    transition: transform 0.6s;

}

.thermostat span {
    width: 35px;
    font-weight: 800;
    position: absolute;
    bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #2e2c3a;
    z-index: 10;
}

.thermostat .center {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    animation: bound-in 0.6s ease forwards;
    z-index: 10;
}


.thermostat span i {
    position: absolute;
    color: #b9b6c8;
    font-size: 10px;
    font-weight: 500;
    line-height: 26px;
}

.thermostat .small {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #F8F9FA;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;

    text-align: center;
    animation: bound-in-small 0.6s ease forwards;
}

.thermostat .heat {
    line-height: 15px;
    font-size: 11px;
    /*color: #57545f;*/
    color: #938ea0;
    font-weight: 900;
    top: 56%;
    left: 46%;
    transform: translate(-50%, -50%);
}

.heat:after {
    content: '°';
    display: block;
    position: absolute;

    font-size: 15px;
    top: -35%;
    left: 75%;
}


.font-rubik{
    font-family: Rubik,sans-serif;
}

.pulse-scale{
    animation:pulse-scale 1s infinite ease-in;
}
.animation-delay-3{
    animation-delay: 3s;
}
.animation-delay-2{
    animation-delay: 2s;
}
.pulse{
    animation:pulse 1s infinite ease;
}




@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);

    }
    100% {
        transform: rotate(359deg);
    }
}


@-webkit-keyframes slideup {
    0% {
        transform: translateY(400px);

    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;

    }
}

@-webkit-keyframes fadeinup {
    0% {
        opacity: 0;
        transform: translateY(100px);

    }
    100% {
        opacity: 1;
        transform: translateY(0px);

    }
}

@-webkit-keyframes goupheader {
    0% {
        transform: translateY(0px);

    }
    100% {
        transform: translateY(-80px);

    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {

        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse-scale {
    0% {
        transform: scale(1);
    }
    50% {

        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes godown {
    0% {
        height: 0px;
    }
    100% {
        height: 800px;
    }
}

@-webkit-keyframes shadow {
    0% {
        transform: translate(-50%, -50%) rotate(-190deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(10deg);
    }
}

@-webkit-keyframes right {
    0% {
        transform: rotate(140deg);
        opacity: 0;
    }
    100% {
        transform: rotate(180deg);
        opacity: 1;
    }
}

@-webkit-keyframes left {
    0% {
        transform: rotate(-70deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(10deg);
        opacity: 1;
    }
}

@-webkit-keyframes bound-in {
    10% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    80% {
        transform: translate(-50%, -50%) scale(1.03);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes bound-in-small {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    80% {
        transform: translate(-50%, -50%) scale(1.03);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}


@-webkit-keyframes arrow-left {
    0% {
        left: 45px;
        opacity: 0;
    }
    100% {
        left: 10px;
        opacity: 1;
    }
}

@-webkit-keyframes arrow-right {
    0% {
        right: 75px;
        opacity: 0;
    }
    100% {
        right: 45px;
        opacity: 1;
    }
}

@-webkit-keyframes headerstart {
    0% {
    }
    50% {
    }
    100% {
        transform: translateY(-40px);
    }
}



@-webkit-keyframes boingup {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    50%{
        opacity: 0.5;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@-webkit-keyframes boingdown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    50%{
        opacity: 0.5;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@-webkit-keyframes boingleft {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    50%{
        opacity: 0.5;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-webkit-keyframes boingright {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }

    50%{
        opacity: 0.5;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}




@-webkit-keyframes updown {
    0% {

        transform: translateY(0px);
    }

    25%{

        transform: translateY(-8px);
    }
    50%{
        transform: translateY(0px);
    }
    75%{

        transform: translateY(8px);
    }
    100% {

        transform: translateY(0px);
    }
}









.boingup{
    animation:boingup 0.7s ease-in-out;
    opacity: 0;
    animation-fill-mode: forwards;
}

.boingdown{
    animation:boingdown 0.7s ease-in-out;
    opacity: 0;
    animation-fill-mode: forwards;
}
.boingleft{
    animation:boingleft 0.7s ease-in-out;
    opacity: 0;
    animation-fill-mode: forwards;
}

.boingright{
    animation:boingright 0.7s ease-in-out;
    opacity: 0;
    animation-fill-mode: forwards;
}.dl1 {
     animation-delay: 0.1s;
 }

.dl2 {
    animation-delay: 0.2s;
}

.dl3 {
    animation-delay: 0.3s;
}

.dl4 {
    animation-delay: 0.4s;
}

.dl5 {
    animation-delay: 0.5s;
}

.dl6 {
    animation-delay: 0.6s;
}

.dl7 {
    animation-delay: 0.7s;
}

.dl8 {
    animation-delay: 0.8s;
}

.dl9 {
    animation-delay: 0.9s;
}

.dl10 {
    animation-delay: 1.0s;
}

.dl11 {
    animation-delay: 1.1s;
}

.dl12 {
    animation-delay: 1.2s;
}

.dl13 {
    animation-delay: 1.3s;
}

.dl14 {
    animation-delay: 1.4s;
}

.dl15 {
    animation-delay: 1.5s;
}

.dl16 {
    animation-delay: 1.6s;
}

.dl17 {
    animation-delay: 1.7s;
}

.dl18 {
    animation-delay: 1.8s;
}

.dl19 {
    animation-delay: 1.9s;
}

.dl20 {
    animation-delay: 2.0s;
}

.dl21 {
    animation-delay: 2.1s;
}

.dl22 {
    animation-delay: 2.2s;
}

.dl23 {
    animation-delay: 2.3s;
}

.dl24 {
    animation-delay: 2.4s;
}

.dl25 {
    animation-delay: 2.5s;
}

.dl26 {
    animation-delay: 2.6s;
}

.dl27 {
    animation-delay: 2.7s;
}

.dl28 {
    animation-delay: 2.8s;
}

.dl29 {
    animation-delay: 2.9s;
}

.dl30 {
    animation-delay: 3.0s;
}




/* width */
::-webkit-scrollbar {
    /*width: 4px;*/
    width: 0px;
    /*height: 4px;*/
    height: 0px;
}

/* Track */
::-webkit-scrollbar-track {

    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {

    background: #4f76b5;
    background: #4b5563;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5b88d0;
    background: #626e81;
}


li > ul {
    transform: translatex(100%) scale(0)
}

li:hover > ul {
    transform: translatex(101%) scale(1)
}

li > button svg {
    transform: rotate(-90deg)
}

li:hover > button svg {
    transform: rotate(-270deg)
}


.group:hover .group-hover\:scale-100 {
    transform: scale(1)
}

.group:hover .group-hover\:-rotate-180 {
    transform: rotate(180deg)
}

.scale-0 {
    transform: scale(0)
}

.min-w-32 {
    min-width: 8rem
}


.card {
    margin-bottom: 1.5rem;
    border-color: #edf2f9;
    /*box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);*/
    /*box-shadow: 0 1px 20px 0 #0000001a;*/
    box-shadow: 0 6px 13px 0 #0000001a;
}

.card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;


    padding-top: .5rem;
    padding-bottom: .5rem
}

.card-header > :first-child {
    flex: 1
}


:focus-visible {
    outline: none;
}

.arrow-not-deploy {
    height: 24px;
    width: 0px;
    transition: 0.5s;
    margin-right: 0px;
}


.arrow-deploy{
    width: 21px;
    margin-right: 0.75rem;
}


@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px

    }

    100% {
        stroke-dashoffset: 960px;

    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle {
    0% {
        opacity:60;

    }

    100% {
        opacity:100;

    }
}

@keyframes svgani {
    0% {

        transform:scale(0);
    }

    70% {

        transform:scale(1.15);
    }
    100% {

        transform:scale(1);
    }
}


.inlinesvg .svg svg {
    display: inline
}



.svgfucker{

    -webkit-animation: svgani 0.45s ease-in-out backwards;
    animation: svgani 0.45s ease-in-out backwards;
}

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.35s ease-in-out 0.45s backwards;
    animation: checkmark 0.35s ease-in-out 0.45s backwards
}

.icon--order-success svg circle#colored {

    -webkit-animation: colored-circle 0.45s ease-in-out 0.2s backwards;
    animation: colored-circle 0.45s ease-in-out 0.2s backwards;
}

















.darkmode {

}


.darkmode.body {
    color: white;
    background: #4b5568;
}

.darkmode .bg-gray-100 {
    background: #4b5568;
}

.darkmode .bg-gray-1002 {
    background: #65738e;
}

.darkmode .bg-white {
    background: #4b5568;
}

.darkmode .bg-white2 {
    background: #65738e;
}

.darkmode .bg-blue-100 {
    background: rgb(191 219 254);
}

.darkmode .list-item:active {
    background: #dbeafe73;
}

.darkmode .selectedlist {
    background: #dbeafe73;
}

.darkmode .btn-lists.active {
    background: #4b5568;
    color: #f5f5f5;
}

.darkmode .btn-lists {
    color: #4b5568;
}





/*star*/

.star{
    color:#DBE9F6;
    transition: 0.4s;
}

.star-red{
    color:  #CD2D73;
}

.star:hover{
    color: #0190FF !important;

}






