:root{
    --sand: #CAB085;
    --sky-blue: #287FFF;
    --purple-rain: #5100FF;
    --go-green: #0AE35F;

    --a1: #F9F5EF;
    --a2: #3278FF;
    --a3: #5537FF;
    --a4: #898989;
}

label{
    color: var(--a4); 
}

html, body{
    scroll-behavior: smooth;
    font-family: 'Graphik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Open Sans', sans-serif;
}

#partner hr{
    height: 3px !important;
}

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

.text-sky{
    color: var(--sky-blue);
}


.bg-a1{
    background: var(--a1);
}

.bg-purple{
    background: var(--purple-rain);
    transition: all 300ms !important;
}

.text-purple{
    color: var(--purple-rain);
}

.bg-purple:hover{
    background: var(--go-green);
    color: black !important; 
    border-radius: 5px 30px 5px 30px !important;
}

.text-a4{
    color: var(--a4);
    font-weight: 300;
}

.text-a1{
    color: var(--a1);
    font-weight: 300;
}

.cta{
    transition: 200ms all;
}

.cta:hover{
    background-color: var(--sand) !important;
    color: white !important;
    box-shadow: #caaf8575 0px 1px 24px;

}

h1{
    font-family: 'Gimlet Display', serif;
    font-weight: 400;
    font-size: 3.25em;
    line-height: 3.25rem;
}

h2{
    font-family: 'Gimlet Display', serif;
    font-weight: 400;
    font-size: 2.8em;
}

#partner h2, #features h2, #stats h2{
    color: var(--purple-rain);
}

h3, div.pointer{
    font-size: 1.5em;
    color: var(--sand);
    font-weight: 400;
}

ul{
    padding-left: 1.5rem;
}

li::marker{
    color: var(--purple-rain);
    font-size: 1.4em;
}

a div:hover, a span:hover, footer a:hover{
    color: var(--sand)!important;
    transition: all 200ms;
}

.social a:hover{
    background-color: #1C1C1E;
    border-radius: 0.5em;
}

#seguros a div{
    transition: 200ms;
}


#seguros a div:hover{
    background-color: #287eff33;
    border-radius: 25px 0px 50px 0px !important;
}

.pointer{
    cursor: pointer;
}

#partner p{
    font-size: 1.3rem;
}

.light{
    font-weight: 300;
}

.btn-shadow{
    box-shadow: #5100ff70 0px 1px 4px;
}

.btn-shadow:hover{
    box-shadow: #0ae36170 0px 2px 12px;
}

.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px  5px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--a3);
    clip-path: ellipse(51% 120% at 100% 60%);
    border-radius: 23px;
    z-index: 1;
}

.data{
    z-index: 2;
}

.form-check-input:checked{
    background-color: var(--purple-rain);
    border-color: var(--purple-rain);
}

.umbrella{
    width: 85%!important;
}

.accordion-button{
    background-color: var(--a1);
}

.accordion-button:not(.collapsed){
    color: var(--purple-rain);
}


.accordion-button:not(.collapsed) {
    background-color: #5100ff0a;
}

.accordion-button{
    font-size: 1.2rem;
    font-family: 'Graphik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Open Sans', sans-serif;
    padding: 1.5em 1.5em;
}

.accordion-body{
    font-size: 1.1rem;
    padding: 1.5em 1.5em;
}

.accordion-item:first-of-type{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.accordion-item:last-of-type{
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}


.accordion-item:first-of-type .accordion-button{
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
}

.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-left-radius: calc(0.75rem - 1px);
    border-bottom-right-radius: calc(0.75rem - 1px);
}


/** Css Para o Cookie **/
#cookieModal .modal-dialog{
    position: absolute;
    bottom: 2%;
    width: 100%!important;
    max-width: 50%;
    left: 25%;
}

.blurBg{
    background: rgba(0, 0, 0, 0.5);

}

/** Css para o Vídeo **/

.closeVideo{
    background: #8080807a;
    color: white;
    border-radius: 100%;
    padding: 15%;
    font-weight: 900;
}

.video-btn:hover{
    color: white ;
}

.down{
    transition: all 300ms;
}

.down:hover{
    fill: var(--go-green);

}

#videoModal p{
    right: 2%;
    top: 2%;
}

.navbar-toggler-icon{
    filter: invert(1);
}

#logo{
    width: 150px;
    height: 50px;
}


.btnFloatingPulse{
    z-index: 10;
    transform: scale(1);
    animation: pulse 1.8s;
    animation-delay: 2s;
    right: 4%;
    bottom: 4%;
    padding: 12px 16px;
    background: linear-gradient(to left, #3177FF 0%, #5537FF 100%);
    border-color: transparent;
}

.btnFloatingPulse i{
    font-size: 2.5rem;
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(81, 0, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(81, 0, 255, 0.2);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(81, 0, 255, 0);
    }
}