:root {
    --color-primary: #0665CA;
    --color-secondary: #19a299;
}

html {
    scroll-behavior: smooth;
}

h4 {
    font-size: 28px !important;
}

.bg-primary {
    background-color: var(--color-primary);
}

.bg-secondary {
    background-color: var(--color-secondary);
}

#topBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 36px;
    /* Place the button at the bottom of the page */
    right: 26px;
    /* Place the button 30px from the right */
    z-index: 1;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: var(--color-primary);
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#topBtn:hover {
    background-color: var(--color-secondary);
}

.whatsapp-btn_float {
    width: 70px;
    height: auto;
    position: fixed;
    z-index: 99;
    right: 16px;
    bottom: 116px;
    transition: .2s all ease;
}

.whatsapp-btn_float:hover {
    opacity: .9;
    transition: .2s all ease;
}

header {
    top: 0;
    position: fixed;
    z-index: 99;
}

header img.header-logo {
    width: 90%;
    max-width: 200px;
    margin: 8px auto;
}

header .nav-menu {
    background-color: white;
    z-index: 99;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: auto;
}

header .navbar ul {
    margin: auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: auto;
}

header li {
    cursor: pointer;
}

header li.language span {
    opacity: .5;
    cursor: default;
}

.home-channels {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 8px auto 24px auto;
}

.home-whatsapp {
    color: #128C7E !important;
    font-size: 24px;
    font-weight: 700;
}

.home-instagram {
    color: #C13584 !important;
    font-size: 24px;
    font-weight: 700;
}

.home-messenger {
    color: #00B2FF !important;
    font-size: 20px;
    font-weight: 700;
}

.blog {
    width: 100%;
    margin: 120px auto 16px auto !important;
}

.blog .back {
    color: gray;
}

.blog .back a {
    color: var(--color-primary);
}

.blog .back a:first-child {
    color: var(--color-secondary);
}

.blog .entry {
    width: 100%;
    margin: 0 8px 36px 8px;
    display: block;
    padding: 8px;
    border: 1px solid gray;
    border-radius: 4px;
}

.blog .entry .img {
    width: 100%;
}

.blog .entry span {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    width: 100%;
    margin: 8px auto;
}

.blog-entry {
    width: 95%;
    margin: 16px auto;
}

.blog-entry img {
    width: 90%;
}

.blog-entry h3 {
    font-size: 24px;
    font-weight: 700;
}

.blog-entry .paragraph {
    width: 100%;
    margin: 24px auto;
    text-align: justify;
}

.blog-entry p {
    font-size: 16px;
    font-weight: 500;
}

.blog-entry b {
    font-size: 16px;
    font-weight: 700;
}

.blog-entry h5 {
    font-size: 18px;
    font-weight: 700;
}

.entries a {
    color: var(--color-primary);
}

.entries li {
    margin: 8px auto;
}

.charts {
    width: 100%;
    margin: auto;
}

img.charts {
    width: 70%;
}

.chatbot-img {
    width: 100%;
    margin: auto;
}

img.chatbot-img {
    width: 70%;
}

/*register.html*/

body {
    width: 100%;
    height: 100%;
    margin: auto;
}

header.register-header {
    display: inline-flex;
    margin: auto;
    width: 100%;
    max-width: 3600px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}

header.register-header nav {
    width: 100%;
    max-width: 3600px;
}

header.register-header nav .nav-bar {
    width: 100%;
    display: flex;
}

.nav-bar ul {
    list-style: none;
}

ul.navbar {
    display: none !important;
    padding: 0;
    margin: auto !important;
    margin-bottom: 0 !important;
}

.nav-bar .btn-primary {
    height: fit-content;
    border-radius: 10px;
}

.vertical-layout {
    max-width: 3600px;
    width: 100%;
    position: relative;
    margin: auto;
    height: 100%;
    background-color: aliceblue;
}

.containerbar {
    margin: auto;
}

.register-card {
    height: 100%;
    margin: auto;
}

.auth-card {
    border-radius: 24px;
    max-width: 3600px;
    min-width: 260px;
    width: 80%;
    margin: auto;
}

.tyc .auth-card {
    border-radius: 24px;
    background-color: white;
    max-width: 3600px;
    min-width: 260px;
    width: 90%;
    margin: auto;
}

.auth-box .logo {
    margin: 8px auto;
    width: 90%;
    display: flex;
}

.auth-box .text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.auth-box .logo img {
    width: 60%;
    margin: auto;
}

.auth-box .btn-login {
    width: 80%;
    border-radius: 24px;
    background-color: var(--color-primary);
    color: white;
    margin: auto;
}

.auth-box .btn-login:hover {
    background-color: var(--color-secondary);
}

.tyc .logo {
    margin: 8px auto;
    width: 90%;
    display: flex;
}

.tyc .text-primary {
    color: var(--color-primary) !important;
}

.tyc .logo img {
    width: 80%;
    margin: auto;
}

.tyc .btn-login {
    width: 80%;
    border-radius: 24px;
    background-color: var(--color-primary);
    color: white;
    margin: auto;
}

.tyc .btn-login:hover {
    background-color: var(--color-secondary);
}

.tyc .copywriting span {
    font-weight: 700;
    color: var(--color-secondary);
}

.tyc .copywriting ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.tyc .copywriting ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.tyc .copywriting ol>li:before {
    content: counters(item, ".") ".";
    display: table-cell;
    padding-right: 0.6em;
}

.tyc .copywriting li ol>li {
    margin: 0;
}

.tyc .copywriting li ol>li:before {
    content: counter(item, ".") ".";
}

.card-body {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: auto;
}

.card-body2 {
    background-color: white;
    position: relative;
    display: block;
    padding: 16px;
    border-radius: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: auto;
}

.tyc-body {
    display: block !important;
    width: 95%;
    margin: auto;
    padding: 16px 0;
}

.short-responsive {
    display: none;
}

.card-body .left,
.card-body .right {
    background-color: white;
}

.card-body .right {
    margin: auto;
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 0 10px 10px 0;
}

.right .short {
    display: flex;
    margin: 36px auto;
}

.card-body .left {
    padding: 0 24px;
    border-radius: 10px 0 0 10px;
    min-width: 400px;
    width: 100%;
}

.short {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.auth-card label {
    text-align: left;
}

.restaurant {
    position: relative;
}

.parallax {
    background-attachment: fixed;
    background-image: url("./images/restaurant-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7fdff;
}

.funnel {
    width: 100%;
    margin: auto;
}

.funnel img {
    width: 80%;
    max-width: 400px;
    margin: auto;
}

img.bottom-logo {
    width: 50%;
    max-width: 200px;
}

iframe {
    width: 90%;
    min-height: 300px;
    height: 40vh;
}

#price {
    justify-content: center;
    margin: auto;
    text-align: center;
}

#price .price-title {
    text-align: left;
}

#price h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
}

#price h3 span {
    position: absolute;
    font-size: 10px;
    top: 0;
}

#price h4 {
    margin: 8px auto;
    opacity: .7;
}

#prices {
    width: 100%;
    margin: 36px auto;
    display: flex;
    justify-content: center;
}

.highlight {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .3);
}

#price .plan {
    justify-content: center;
    display: block;
    width: 100%;
    padding: 16px;
    margin: 8px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    line-height: 32px;
    position: relative;
    height: 336px;
}

#price .plan ul {
    text-align: left;
    margin-top: 16px;
}

#price h4 {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 500;
}

.plan-custom {
    justify-content: center;
    display: block;
    width: 360px !important;
    padding: 16px;
    margin: 8px auto 36px auto;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    line-height: 32px;
    position: relative;
    height: 248px;
}

#price .plan-custom ul {
    text-align: left;
    margin-top: 16px;
}

.plan-custom .price-tag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
}

.plan-custom .cotizar {
    width: 60% !important;
}

#price .extra-features {
    text-align: left;
    margin: auto;
    justify-content: center;
    display: table;
}

#price .extra-features table {
    margin-top: 16px;
    width: 100%;
}

.plan .price-tag {
    width: 100%;
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
}

.cotizar {
    display: block;
    margin: auto;
    width: 80%  !important;
    color: white;
    background-color: var(--color-primary);
    padding: 8px 16px;
    border-radius: 10px;
}

.cotizar-2 {
    display: block;
    margin: auto;
    width: 50%  !important;
    color: white;
    background-color: var(--color-primary);
    padding: 12px 16px;
    border-radius: 10px;
}

.extra-features table th,
.extra-features table td {
    padding: 2px 8px;
    border: 0.5px dashed black;
}

.meta {
    width: 40%;
    min-width: 100px;
    max-width: 200px;
}

.info-form {
    width: 50%;
    justify-content: center;
    display: flex;
    margin: 16px auto;
}

.info-form .card-body {
    display: block !important;
    margin: auto !important;
}

.info-form .card-body input {
    margin: auto;
}

.info-form .card-body input[type="submit"] {
    min-width: 300px;
    max-width: 600px;
    width: 70%;
    background-color: var(--color-primary);
    color: white;
}


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

    .whatsapp-btn_float {
        width: 48px;
        right: 20px;
        bottom: 112px;
    }

    #topBtn {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    #hero {
        margin-top: 80px;
    }

    .header-menu {
        margin: auto;
    }

    .blog-header {
        background-color: white !important;
        position: relative;
        top: 0;
        z-index: 99 !important;
    }
    
    .blog-header nav {
        display: flex;
    }

    .left {
        margin: auto;
        display: block;
        position: relative;
        min-width: fit-content !important;
        width: 80% !important;
        border-radius: 10px;
    }

    .right {
        border-radius: 10px;
        display: block;
        position: relative;
        display: none;
    }

    .short {
        border-radius: 10px;
        display: none;
    }

    .short-responsive {
        display: block;
        margin: auto;
        text-align: center;
    }

    .short-responsive iframe {
        margin: 16px auto 0 auto;
    }

    .card-body {
        align-items: center;
        justify-content: center;
        margin: auto;
        display: block;
    }

    .card-body .left {
        padding: 8px;
    }

    .home-channels {
        width: 90%;
    }

    .home-whatsapp,
    .home-instagram,
    .home-messenger {
        width: 90%;
    }

    .auth-card,
    .tyc .auth-card {
        width: 100%;
        margin: auto;
    }

    #price .plan {
        border-top: 1px dashed rgba(0, 0, 0, .5);
        margin: 24px auto;
    }

    #price .plan h3 {
        margin-top: 16px;
    }

    .plan-custom .cotizar {
        width: 90% !important;
    }

    .blog-entry img {
        width: 100%;
        margin: auto;
    }

    .info-form {
        width: 100%;
        justify-content: center;
        display: flex;
        margin: 16px auto;
    }

    .nuestros-clientes .clientes-1 {
        display: block !important;
    }
    
    .nuestros-clientes .clientes-2 {
        display: block !important;
    }

    .cliente {
        margin: 16px auto !important;
    }

}

.nuestros-clientes {
    margin: auto;
    width: 100%;
    display: flex;
}

.nuestros-clientes .clientes-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nuestros-clientes .clientes-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.cliente-logo {
    display: flex;
    height: 260px;
    margin: auto;
    justify-content: end;
    align-items: baseline;
}

.cliente-logo img {
    width: 100%;
    margin: auto;
    justify-content: end;
    align-items: baseline;
}

.tresmonos img {
    width: 80%;
}

.nuestros-clientes .cliente {
    display: block;
    margin: auto;
    max-width: 280px;
    width: 90%;
    text-align: center;
}

.cliente h4 {
    font-weight: 500;
    font-size: 22px !important;
}
