.font-default {
    font-family: "Yanone Kaffeesatz", sans-serif;
}

@font-face {
    font-family: 'Sancoale Black';
    src: url('../css/fonts/Sancoale Black.ttf');
}

.SancoaleBlack {
    font-family: "Sancoale Black", sans-serif;
}

@font-face {
    font-family: 'Sancoale Bold';
    src: url('../css/fonts/Sancoale Bold.ttf');
}

.SancoaleBold {
    font-family: "Sancoale Bold", sans-serif;
}

@font-face {
    font-family: 'Sancoale Light';
    src: url('../css/fonts/Sancoale Light.ttf');
}

.SancoaleLight {
    font-family: "Sancoale Light", sans-serif;
}

@font-face {
    font-family: 'Sancoale Thin';
    src: url('../css/fonts/Sancoale Thin.ttf');
}

.SancoaleThin {
    font-family: "Sancoale Thin", sans-serif;
}

@font-face {
    font-family: 'Sancoale Regular';
    src: url('../css/fonts/Sancoale Regular.ttf');
}

.SancoaleRegular {
    font-family: "Sancoale Regular", sans-serif;
}

.custom-top {
    margin-top: -200px;
    position: relative;
}

.header-nav-main a {
    font-family: "Sancoale Regular", sans-serif;
    font-weight: 600 !important;
    font-size: 18px !important;
}


.header-nav-main a.dropdown-item  {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.bk-bluedefault {
    background-color: #0082B9 !important;
}

.custom-highlight-text-1 {
    display: block;
    margin: 5% 0 -5% 0;
    font-family: "Poppins", sans-serif !important;
    color: #0082B9;
    font-size: clamp(80px, 26.6666666667px + 0.1111111111 * 100vw, 160px) !important;
    font-weight: 600;
    line-height: 1em !important;
    -webkit-text-stroke-width: 3px;
    letter-spacing: -0.02em;
    stroke-width: 3px;
    -webkit-text-stroke-color: #00000000;
    stroke: #00000000;
    background-color: transparent;
    background-image: linear-gradient(180deg, #19fbff 0%, #0082B9 80%);
    -webkit-background-clip: text;
    background-clip: text;
}

.text-transform-default {
    text-transform: inherit !important;
}

.bg-light {
    background-color: #fff;
}

.text-color-default {
    color: #0081b8 !important;
}

@media screen and (max-width: 479px) {
    #cta-contact {
        padding: 4px 0 4px 0px !important;
        font-size: 12px !important;
        width: 100px;
        display:none !important;
    }
}

/* =========================================================
   TEXTO HORIZONTAL
   PORTO SCROLL + AUTOPLAY CONTÍNUO
========================================================= */


/*
 * O próprio H2 continua sendo controlado
 * pelo data-plugin-float-element do Porto.
 */

[data-plugin-float-element] {

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

}


/* =========================================================
   AUTOPLAY INTERNO
========================================================= */

.custom-scroll-autoplay {

    position: relative;

    display: inline-block;

    width: auto;

    max-width: none;

    white-space: nowrap;

    transform: translate3d(0, 0, 0);

    will-change: transform;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}


/*
 * A animação só começa depois que o JS
 * confirmar que o Porto já criou os clones.
 */

.custom-scroll-autoplay.is-autoplay-ready {

    animation-name: customScrollAutoplay;

    animation-duration: var(--custom-autoplay-duration, 28s);

    animation-timing-function: linear;

    animation-iteration-count: infinite;

    animation-delay: 0s;

    animation-fill-mode: none;

    animation-play-state: running;

}


/* =========================================================
   ANIMAÇÃO
========================================================= */

@keyframes customScrollAutoplay {

    0% {

        transform: translate3d(0,
                0,
                0);

    }

    100% {

        transform: translate3d(var(--custom-autoplay-shift),
                0,
                0);

    }

}


/* =========================================================
   SAFARI
========================================================= */

@-webkit-keyframes customScrollAutoplay {

    0% {

        -webkit-transform: translate3d(0,
                0,
                0);

        transform: translate3d(0,
                0,
                0);

    }

    100% {

        -webkit-transform: translate3d(var(--custom-autoplay-shift),
                0,
                0);

        transform: translate3d(var(--custom-autoplay-shift),
                0,
                0);

    }

}



.custom-testimonials {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #c3c4c8;
    white-space: nowrap;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 1px;
}

@media screen and (max-width: 479px) {
.custom-testimonials {font-size: 50px;}
}


.custom-el-pos-2 {
    margin-top: -73px;
}


.cursor-inner {
    width: 16px;
    height: 16px;
    left: 13px;
    top: 14px;
    background-color: var(--primary) !important;
    background-image: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%) !important;
    opacity: 0.3;
}

.cursor-outer {
    border-color: var(--primary);
}

.cursor-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    pointer-events: none;
    z-index: 9998;
    transition: ease-out all .08s .010s;
}

.cursor-outer {
    display: none;
}



  /*BOTÃO LATERAL*/

/*------------------------------------------------------------

- Whatsapp Lateral

--------------------------------------------------------------*/

.btn-whats {
    position: fixed;
    bottom: 57px;
    right: 40px;
    z-index: 999999999;
    display: block;

    .whats{
        text-decoration: none;
    &:hover{
        text-decoration: none;
    }
    }
}

button.pulse-button {
    display: flex;
    align-items: center;
    /* justify-content: center; */


    position: relative;
    width: 51px;
    height: 51px;
    padding: 0 15px;
    border: none;
    text-align: left;
    box-shadow: 0 0 0 0 #69da83;
    border-radius: 50px;
    background: #2f2c86;
    background-image: -webkit-linear-gradient(top, #28a745, #23582f);
    background-image: -moz-linear-gradient(top, #28a745, #23582f);
    background-image: -ms-linear-gradient(top, #28a745, #23582f);
    background-image: -o-linear-gradient(top, #28a745, #23582f);
    background-image: linear-gradient(to bottom, #28a745, #23582f);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

button.pulse-button:hover {
    width: 201px;
    border-radius: 50px;
    background: #28a5e1 !important;
    background-image: -webkit-linear-gradient(top, #23582f, #28a745) !important;
    background-image: -moz-linear-gradient(top, #23582f, #28a745) !important;
    background-image: -ms-linear-gradient(top, #23582f, #28a745) !important;
    background-image: -o-linear-gradient(top, #23582f, #28a745) !important;
    background-image: linear-gradient(to bottom, #23582f, #28a745) !important;
}

button.pulse-button i {
    color: #ffffff;
    font-size: 25px;
    vertical-align: middle;
    line-height: 52px;
}

button.pulse-button strong {
    visibility: hidden;
    color: #FFF;
    font-size: 0px;
    font-weight: normal!important;
    margin: 2px 0 0 5px;
    line-height: 25px;
    -webkit-transition: font-size .15s ease-in-out;
    transition: font-size .15s ease-in-out;
    transition-delay: .05s;
}

button.pulse-button:hover>strong {
    font-size: 13px;
    visibility: visible;
}

button.pulse-button:focus {
    outline: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
    }
}

@media screen and (max-width: 479px) {
    .btn-whats {
        position: fixed;
        bottom: 15px;
        right: 15px !important;
        left: inherit !important;
        z-index: 999999999;
        display: block;
    }
}


/*//BOTÃO LATERAL*/

@media screen and (max-width: 479px) {
.shape-divider-bottom.faq {
    height: 20px;
}}