:root{
    --body-pt: 0px;
    --body-pt-d: 0px;
    
    --header-height: 50px;
    --header-height-d: 60px;
    
    --color-black: #111;
    --color-white: #fff;
    
    --color-1: #17e563; /* #34c85a verde iconectiva*/
    --color-1-rgb: 23, 229, 99;
    --color-1-hover: #17c769;
    --color-1-v1: #070d0d;
    --color-1-v2: #0d1717;
    --color-1-v2-rgb: 13, 23, 23;
    --color-1-v3: #21262d;
    --color-1-border: #1a1a1a;
    --color-1-border-v1: #0d1717;
    
    --color-2: #003641; /*verde escuro*/
    --color-2-rgb: 0, 54, 65;
    --color-2-rgb: 13, 23, 23;
    --color-2-hover: #198754;
    --color-2-border: #17e563;
    
    --icons-1-color: #17e563;
    
    --font-color-black: #111;
    --font-color-white: #fff;
    
    --font-1-family: "Poppins", sans-serif;
    --font-1-color: #17e563; /*verde iconectiva*/
    --font-1-color-rgb: 23, 229, 99;
    --font-1-size: 17px;
    --font-1-size-d: 18px;
    --font-1-weight: 300;
    --font-1-line-height: 1.5;
    --font-1-icons-color: #17e563;
    
    --font-2-color: #003641; /*verde escuro*/
    --font-2-color-hover: #48c716;
    --font-2-color-v1: #070d0d;
    --font-2-color-v2: #0d1717;
    
}

html{
    overflow-x: hidden;
}
body{
    font-family: var(--font-1-family);
    font-size: var(--font-1-size);
    font-optical-sizing: auto;
    font-weight: var(--font-1-weight);
    color: var(--font-color-black);
    background-color: #fff;
    line-height: var(--font-1-line-height);
    margin: 0;
    padding-top: var(--body-pt);
    overflow-x: hidden;
    overflow-y: hidden;
}
@media(min-width: 992px){
    body{
        font-size: var(--font-1-size-d);
        padding-top: var(--body-pt-d);
    }
}

*::selection{
    background: var(--color-2);
    color: #fff;
}
*::-moz-selection{
    background: var(--color-2);
    color: #fff;
}

img.lazyload:not([src]),
img.lazy:not([src]),
img.lazyload[src=""],
img.lazy[src=""]{
    visibility: hidden;
}

p{
    margin: 0;
}
p + p{
    margin-top: 1rem;
}

a{
    display: inline-block;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.25em !important;
}
a:hover{
    text-decoration: none;
}
strong{
    font-weight: 600;
}

@media(min-width: 1400px){
    .container{
        max-width: 1400px;
    }
}


/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*---- ▼ header ▼ ----*/
header.fixed-top{
    /*background-color: rgba(7, 13, 13, 0.85);*/
    /*backdrop-filter: blur(3px);*/
    background-color: transparent;
    border-bottom: solid 0px transparent;
    transition: background 300ms, border-bottom 500ms;
}
header.sticky-top{
    background-color: rgba(var(--color-1-rgb), 0.85);
    backdrop-filter: blur(3px);
    border-bottom: solid 0px transparent;
    transition: border-bottom 500ms;
}
header.scroll{
    background-color: rgba(var(--color-2-rgb), 0.85);
    backdrop-filter: blur(3px);
    /*border-bottom: solid 1px var(--color-1-border);*/
}
header .logo{
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 140px;
}
@media(min-width: 992px){
    header .logo{
        margin: 0;
        max-width: 200px;
    }
}
header .btn-contato{
    background-color: transparent;
    transition: background-color 500ms linear, color 500ms, border-bottom 500ms;
}
header.scroll .btn-contato{
    color: #fff;
    background-color: #25d366;
}
header.scroll .btn-contato:hover{
    color: #fff;
    background-color: var(--color-2-hover);
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*---- ▲ header ▲ ----*/



/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*---- ▼ template ▼ ----*/
body > main{
    min-height: 75vh;
}
@media(min-width: 992px){
    body > main{
        min-height: 80vh;
    }
}


.mt-6{
    margin-top: 4.5rem !important;
}
.mt-7{
    margin-top: 6.75rem !important;
}
@media(min-width: 992px){
    .mt-lg-6{
        margin-top: 4.5rem !important;
    }
    .mt-lg-7{
        margin-top: 6.75rem !important;
    }
}


.pt-6{
    padding-top: 4.5rem !important;
}
.pt-7{
    padding-top: 6.75rem !important;
}
@media(min-width: 992px){
    .pt-lg-6{
        padding-top: 4.5rem !important;
    }
    .pt-lg-7{
        padding-top: 6.75rem !important;
    }
}


.py-6{
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}
.py-7{
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
}
@media(min-width: 992px){
    .py-lg-6{
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .py-lg-7{
        padding-top: 6.75rem !important;
        padding-bottom: 6.75rem !important;
    }
}


.g-6, .gy-6{
    --bs-gutter-y: 4.5rem;
}
.g-7, .gy-7{
    --bs-gutter-y: 6.75rem;
}


.btn-1x{
    font-size: 1rem !important;
    padding: 0.6rem 2rem !important;
}
.btn-2x{
    font-size: 1.2rem !important;
    padding: 1.0rem 2rem !important;
}
.btn-3x{
    font-size: 1.4rem !important;
    padding: 1rem 1.8rem !important;
}
@media(min-width: 992px){
    .btn-1x{
        font-size: 1.35rem !important;
        padding: 0.6rem 2.5rem !important;
    }
    .btn-2x{
        font-size: 1.5rem !important;
        padding: 0.8rem 4rem !important;
    }
    .btn-3x{
        font-size: 2rem !important;
        padding: 1rem 4rem !important;
    }
}


.btn-success.btn-ic{
    position: relative;
    display: table;
    font-weight: 600;
    text-transform: none;
    background-color: var(--color-1);
    border: none;
    /*padding-left: 1rem;*/
    /*padding-right: 1rem;*/
}
.btn-success.btn-ic:hover{
    color: var(--font-1-color);
    background-color: var(--color-2);
    box-shadow: 0 0 0 0.25rem rgba(60,153,110, 0.5);
}

.btn-dark.btn-ic{
    display: table;
    font-weight: 600;
    text-transform: none;
    background-color: #111;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.btn-dark.btn-ic.btn-lg{
    font-size: 1.2rem;
    padding: 1.0rem 2rem;
}
.btn-dark.btn-ic.btn-2x{
    font-size: 1.5rem;
    padding: 1rem 2rem;
}
@media(min-width: 992px){
    .btn-dark.btn-ic.btn-lg{
        font-size: 1.5rem;
        padding: 0.8rem 4rem;
    }
    .btn-dark.btn-ic.btn-2x{
        font-size: 2rem;
        padding: 1.2rem 5rem;
    }
}

.btn-ic .btn-notify{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: #fff;
    line-height: 1;
    background-color: red;
    border: solid 1px rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    margin: 0;
    padding: 0;
    height: 17px;
    width: 17px;
    top: -9px;
    right: 2px;
}
.btn-ic.btn-lg .btn-notify{
    font-size: 13px;
    height: 26px;
    width: 26px;
    top: -13px;
    right: 5px;
}
.btn-ic.btn-1x .btn-notify{
    font-size: 14px;
    height: 30px;
    width: 30px;
    top: -15px;
    right: 5px;
}
.btn-ic.btn-2x .btn-notify{
    font-size: 16px;
    height: 30px;
    width: 30px;
    top: -15px;
    right: 5px;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*---- ▲ template ▲ ----*/



/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*---- ▼ footer ▼ ----*/
footer{
    color: #fff;
    background-color: #111;
    border-top: solid 1px var(--color-1-border-v1);
}
footer h4,
footer h5,
footer h6{
    font-weight: 600;
}
footer a,
footer .nav .nav-link{
    color: inherit;
    padding: 2px 0px;
}
footer a:hover,
footer .nav-link:hover{
    color: inherit;
    text-decoration: underline;
}
footer .nav-link{
    padding-left: 0px;
}
footer i{
    color: inherit;
}

footer .to-top i{
    color: var(--icons-1-color);
    cursor: pointer;
}

footer .whatsapp-fixed{
    font-size: 2rem;
    text-decoration: none;
    background-color: #25d366;
    border-radius: 50%;
    left: auto; 
    right: 0px;
    height: 50px;
    width: 50px;
}
footer .whatsapp-fixed:hover{
    text-decoration: none;
    animation: none;
}
footer .whatsapp-fixed .badge{
    position: absolute;
    font-family: arial;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 0px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    top: -5px;
    right: -6px;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*---- ▲ footer ▲ ----*/



/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*---- ▼ formulários ▼ ----*/
label{
    font-weight: 300;
}
.form-floating label{
    color: #444 !important;
    font-weight: 300;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    opacity: 0.4;
    transform: scale(.83) translateY(-.85rem) translateX(.15rem);
}
@media(min-width: 992px){
    .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
        opacity: 0.4;
        transform: scale(.83) translateY(-.9rem) translateX(.15rem);
    }
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*---- ▲ formulários ▲ ----*/