/* ICONES LP REDOCEAN*/
@font-face {
    font-family: 'lp-crm';
    src: url('../fonts/lp-crm.eot?jtkzac');
    src: url('../fonts/lp-crm.eot?jtkzac#iefix') format('embedded-opentype'),
        url('../fonts/lp-crm.ttf?jtkzac') format('truetype'),
        url('../fonts/lp-crm.woff?jtkzac') format('woff'),
        url('../fonts/lp-crm.svg?jtkzac#lp-crm') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="lp-crm-"],
[class*=" lp-crm-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lp-crm' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rc-anchor {
    z-index: 2;
    -webkit-transform: translateZ(2);
}

.lp-crm-whatsapp:before {
    content: "\e907";
}

.lp-crm-arrow-right:before {
    content: "\e900";
}

.lp-crm-gestao-clientes:before {
    content: "\e901";
}

.lp-crm-gestao-equipas:before {
    content: "\e902";
}

.lp-crm-gestao-projetos:before {
    content: "\e903";
}

.lp-crm-list:before {
    content: "\e904";
}

.lp-crm-organizacao:before {
    content: "\e905";
}

.lp-crm-personalizavel:before {
    content: "\e906";
}

/* ICONE REDOCEAN*/
@font-face {
    font-family: 'redocean';
    src: url('../fonts/redocean.eot?889owx');
    src: url('fonts/redocean.eot?889owx#iefix') format('embedded-opentype'),
        url('../fonts/redocean.ttf?889owx') format('truetype'),
        url('../fonts/redocean.woff?889owx') format('woff'),
        url('../fonts/redocean.svg?889owx#redocean') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="redocean-"],
[class*=" redocean-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'redocean' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* TIPO LETRA TÍTULOS */
@font-face {
    font-family: 'Kayak Sans';
    src: url('../fonts/Kayak Sans Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kayak Sans';
    src: url('../fonts/Kayak Sans Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Kayak Sans';
    src: url('../fonts/Kayak Sans Regular Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Kayak Sans';
    src: url('../fonts/Kayak Sans Bold Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

.redocean-simbolo:before {
    content: "\e900";
}

:root {
    --cinzentoBackground: #F5F5F5;
    --pretoclaro: #2D2D2D;
    --branco: #ffffff;
    --cinzento: #939393;
    --azul: #00A49F;
    --amarelo: #DF8600;
}

* {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

span.lp-crm-whatsapp-text {
    font-family: 'Lato', sans-serif !important;
}

h1,
h4,
h3,
h2,
.btn-primary,
.stroke-text,
.h4-bold,
.link {
    font-family: "Kayak Sans", sans-serif;
    font-size: 55px;
    font-weight: bold;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--azul);
}

h3 {
    font-size: 25px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    font-weight: normal;
}

.h4-bold {
    font-size: 20px;
    font-weight: bold;
}

.navbar {
    padding-top: 40px;
}

.navbar,
#demonstracao-gratuita,
#crm-ajuda,
#elevar-negocio,
#footer,
#confirmacao {
    background-color: var(--cinzentoBackground);
}

#demonstracao-gratuita h3, #demonstracao-gratuita h4,
.form-check-label,
#crm-ajuda p,
#elevar-negocio p,
#footer,
#footer a,
form a,
#confirmacao h2,
#confirmacao p {
    color: var(--pretoclaro);
}

#demonstracao-gratuita h1, #crm-ajuda h2, #elevar-negocio h2 {
    color: var(--azul);
}

a {
    color: var(--azul);
    text-decoration: none;
}

a:hover, .topicos-icones i {
    color: var(--amarelo);
}

.change-color {
    font-size: 55px;
    color: var(--amarelo);
}

#demonstracao-gratuita .margin-titulo,
.margin-subtitulo {
    margin-bottom: 20px;
}

.margin-titulo {
    margin-bottom: 30px;
}

.margin-texto {
    margin-bottom: 25px;
}

.glass-container,
.centrar-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div-glass {
    width: 100%;
    position: relative;
}

.div-glass-circles {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(1);
    -webkit-transform: translate3d(0, 0, 0);
}

.circles {
    width: 30%;
    padding-bottom: 30%;
    position: absolute;
    background: var(--azul);
    border-radius: 50%;
}

.circle-bottom {
    position: absolute;
    bottom: -20px;
    right: 80%;
    z-index: 0;
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
}

.circle-top {
    top: -20px;
    left: 80%;
    z-index: 0;
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
}

.glass-effect {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
    backdrop-filter: blur(42px);
    -webkit-backdrop-filter: blur(42px);
    padding: 30px 25px 30px 25px;
}

.form-control {
    border-radius: 50px;
    height: 40px;
    border: 1px solid var(--cinzento);
    background-color: var(--cinzentoBackground);
    color: var(--pretoclaro);
}

.form-control::placeholder {
    color: var(--pretoclaro);
}

.form-control:focus,
.form-check-input:focus {
    color: var(--pretoclaro);
    border-color: var(--amarelo);
    background-color: var(--cinzentoBackground);
    box-shadow: 0 0 0 0.25rem rgba(223, 134, 0, .25);
}

.form-check-input {
    background-color: var(--cinzentoBackground);
    border: 1px solid var(--cinzento);
}

.form-check-input:checked {
    background-color: var(--azul);
    border-color: var(--branco);
    color: var(--branco);
}

#demonstracao-gratuita .btn-primary {
    width: 100%;
}

.btn-primary,
.btn-link {
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: var(--azul);
    border-color: var(--azul);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.link {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-right: 30px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-link:hover {
    background-color: var(--amarelo);
    border-color: var(--amarelo);
    box-shadow: none;
}

.btn-primary::before,
.btn-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--amarelo);
    transition: left 0.8s ease;
    border-color: var(--amarelo);
    border-radius: 50px;
    z-index: -1;
}

.btn-primary:hover::before {
    left: 0;
}

#demonstracao-gratuita,
#beneficios,
#crm-ajuda,
#distincao,
#integracoes,
#elevar-negocio,
#footer {
    padding-top: 40px;
    padding-bottom: 100px;
}

#beneficios,
#crm-ajuda,
#distincao,
#elevar-negocio,
#footer {
    padding-top: 100px;
}

.btn-primary i.lp-crm-arrow-right,
.espacamento-icone,
#integracoes {
    padding-left: 10px;
}

.filed {
    display: none;
}

.estilo-tabs .nav-link {
    color: var(--cinzento);
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.estilo-tabs .nav-link.active,
.estilo-tabs.nav-tabs .nav-link:focus,
.estilo-tabs.nav-tabs .nav-link:hover {
    color: var(--amarelo);
    border-bottom: 2px solid var(--amarelo);
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.estilo-tabs.nav-tabs {
    border-bottom: 1px solid var(--cinzento) !important;
}

.lp-crm-list {
    color: var(--amarelo);
    font-size: 20px;
}

.img-shadow {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.img-largura {
    box-shadow: none;
    border-radius: 0;
}

.tab-content>.active {
    display: flex;
}

.tab-content {
    padding-top: 40px;
}

.topicos-icones i {
    font-size: 70px;
}

.topicos-icones {
    margin-top: 60px;
}

.quadrado-sombra {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.quadrado-sombra img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quadrado-sombra img {
    padding: 25px;
}

#elevar-negocio .circle-top {
    width: 150px;
    height: 150px;
    top: -30px;
    left: 84%;
    background: var(--azul);
    border-radius: 50%;
    position: absolute;
}

#elevar-negocio .circle-bottom {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -30px;
    right: 84%;
    background: var(--azul);
    border-radius: 50%;
    position: absolute;
}

.politicas p,
#footer .politicas a {
    color: var(--cinzento);
    font-size: 13px;
}

#footer .politicas a:hover,
#footer .politicas a:active,
#footer a:hover,
form a:hover {
    color: var(--amarelo);
}

.ultimo {
    margin-bottom: 0;
}

.politicas {
    margin-top: 80px;
}

#elevar-negocio .glass-effect {
    padding-top: 60px;
    padding-bottom: 60px;
}

#whatsapp-chat {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
    background-color: #25D366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#whatsapp-chat:hover {
    background-color: #388E3C;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.lp-crm-whatsapp {
    padding-right: 10px;
}

.btn-tabs-desktop,
.btn-tabs-desktop-2 {
    display: none;
}

.btn-tabs-mobile {
    display: block;
}

.btn-tabs-mobile-2 {
    display: inline-block;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
html body#confirmacao,
body#confirmacao {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

@media (max-width: 320px) {
    .col-quadrado {
        width: 100%;
    }

    #elevar-negocio .circle-top,
    #elevar-negocio .circle-bottom {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
    #elevar-negocio .circle-top {
        left: 60%;
    }

    #elevar-negocio .circle-bottom {
        right: 60%;
    }

    .nav-tabs .nav-item {
        flex: 0 0 calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
        height: auto;
        align-items: stretch;
        display: flex;
    }

    .nav-tabs .nav-item:nth-child(2n) {
        margin-right: 0;
    }

    .link.btn-tabs-mobile-2 {
        display: block;
        margin-right: 0;
    }

    .lp-crm-whatsapp-text {
        display: none;
    }

    .lp-crm-whatsapp:before {
        font-size: 23px;
    }

    #whatsapp-chat {
        right: 5px;
        padding: 10px 5px 10px 15px;

    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #elevar-negocio .circle-top {
        left: 75%;
    }

    #elevar-negocio .circle-bottom {
        right: 75%;
    }
}

@media (min-width: 992px) {
    .btn-tabs-desktop {
        display: block;
    }

    .btn-tabs-desktop-2 {
        display: inline-block;
    }

    .btn-tabs-mobile,
    .btn-tabs-mobile-2 {
        display: none;
    }
}

@media (max-width: 992px) {
    #demonstracao-gratuita .glass-container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    #demonstracao-gratuita .glass-container {
        margin-left: 5%;
    }
}

@media (max-width: 1199px) {
    .nav-tabs .nav-link {
        background-color: var(--azul);
        color: var(--branco) !important;
        border-radius: 20px;
        border: none;
        margin-bottom: 10px;
    }

    .nav-tabs .nav-link.active {
        background-color: var(--amarelo);
    }

    .nav-tabs .nav-link:hover {
        background-color: var(--amarelo);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .nav-tabs .nav-item {
        flex: 0 0 calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .nav-tabs .nav-item {
        flex: 0 0 calc(33.33% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
        height: auto;
        align-items: stretch;
        display: flex;
    }

    .nav-tabs .nav-item:last-child {
        margin-right: 0;
    }
}