/* ROBOTO */

@font-face {
    font-family: "Roboto";
    src: url(../../assets/fonts/RobotoFlex-VariableFont_GRAD\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf) format('truetype');
    font-display: swap;
}


/* ROBOTO ! */


/* MONTSERRAT */

@font-face {
    font-family: "Montserrat";
    src: url(../../assets/fonts/Montserrat-VariableFont_wght.ttf) format('truetype');
    font-display: swap;
}


/* MONTSERRAT ! */


/* MANROPE */

@font-face {
    font-family: "Manrope";
    src: url(../../assets/fonts/Manrope-VariableFont_wght.ttf) format('truetype');
    font-display: swap;
}


/* MANROPE ! */

:root {
    --main: #FBBC43;
    --title: #431D12;
    --text: #778480;
    --dtext: #232525;
    --green: #17775C;
    --white: #fff;
    --black: #000;
    --line: #D6D6D6;
    --grey: #F8F8F8;
    --footer1: #17775C;
    --footer2: #036348;
    --footer-design: #004F3B;
    --roboto: "Roboto", sans-serif;
    --mont: "Montserrat", sans-serif;
    --man: "Manrope", sans-serif;
}

body {
    font-family: var(--man);
    font-size: 18px;
    font-variation-settings: "wght" 500;
    line-height: 26px;
}

.tupp {
    text-transform: uppercase;
}

.tlc {
    text-transform: lowercase;
}

html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background: #f2F2F2;
}

html::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 15px;
}

a {
    text-decoration: none;
    color: #000;
}

.sectitle {
    position: relative;
    text-transform: uppercase;
    font-family: var(--mont);
    font-size: 42px;
    font-variation-settings: "wght" 600;
    line-height: 121.1%;
    margin-bottom: 3.86rem;
}

.sectitle strong {
    color: var(--main);
    font-variation-settings: "wght" 800;
}

.sectitle::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 178px;
    height: 6px;
    background-color: var(--main);
    border-radius: 50px;
}

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

.text strong {
    color: #232525;
    font-variation-settings: "wght" 700;
}

.telp,
.mailp {
    display: block;
}

.dbtn {
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    height: 54px;
    padding: 0 40px;
    border-radius: 80px;
    background: linear-gradient(135deg, #269B4E 0%, #17775C 100%);
    color: var(--white);
    font-size: 18px;
    font-variation-settings: "wght" 300;
    line-height: 30px;
    transition: all .3s ease-in-out;
}

.dbtn svg {
    min-width: fit-content;
}

.dbtn svg path {
    transition: all .3s ease-in-out;
}

.dbtn:hover {
    color: var(--white);
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
}

h1.entry-title {
    text-align: center;
    margin: 30px 0;
}

.ban,
.ban .icons,
.ban .icons>* {
    display: flex;
    align-items: center;
}

.ban {
    position: relative;
    min-height: 188px;
    background-blend-mode: multiply;
    margin-bottom: 23px;
    background-size: auto, cover !important;
    background-color: #EC9706 !important;
}

.ban::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -23px;
    width: 100%;
    height: 96px;
    -webkit-mask-image: url(../../assets/img/vifx.svg);
    mask-image: url(../../assets/img/vifx.svg);
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
    background-color: #EC9706 !important;
    background-size: cover !important;
}

.ban .title {
    text-transform: capitalize;
    width: fit-content;
    color: var(--white);
    font-size: 40px;
    font-variation-settings: "wght" 800;
    line-height: 55px;
    letter-spacing: -1.2px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ffffff66;
    margin-bottom: 22px;
}

.ban .icons::after {
    display: none !important;
}

.ban .icons>* {
    justify-content: center;
    width: 35px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.ban .icons>*:first-child {
    position: relative;
    z-index: 1;
    border: 2px solid var(--main);
    background-color: var(--green);
}

.ban .icons>*:last-child {
    border-radius: 50%;
    background-color: var(--main);
    transform: translateX(-17.5px);
    margin-right: -17.5px;
}

.ban .icons>*:last-child svg {
    margin-right: 0;
}

.ban .path {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}

.ban .path>*:not(svg) {
    color: var(--white);
    font-size: 16px;
    font-variation-settings: "wght" 400;
    line-height: 22px;
    letter-spacing: -0.48px;
}

.pagination li {
    margin-right: 1rem;
}

.pagination .prev {
    margin: 0 1rem 0 0 !important;
}

.pagination .next {
    margin: 0 !important;
}

.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 45px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background-color: var(--line);
    color: var(--text2);
    font-size: 18px;
    font-variation-settings: "wght" 800;
    line-height: 26px;
    letter-spacing: -0.03em;
    transition: .3s ease-in-out;
}

.pagination li a:focus,
.pagination li a:focus-visible {
    outline: none;
    box-shadow: none;
    background-color: #2C53AF;
}

.pagination li.active a {
    background-color: #2C53AF !important;
    color: var(--white);
    transition: all .3s ease-in-out;
}

.pagination .prev a,
.pagination .next a {
    background-color: var(--title);
    border-color: var(--title);
}

.pagination .prev:not(.disabled) svg path,
.pagination .next:not(.disabled) svg path {
    fill: var(--white);
}

.pagination .prev.disabled a,
.pagination .next.disabled a {
    background-color: #F8F8F8;
    border-color: var(--line);
}

.form .termo {
    display: flex;
    align-items: start;
}

.form .wpcf7-list-item.first.last {
    margin: 0 7.8px 0 0;
}

.form .wpcf7-list-item-label {
    display: none;
}

input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    background-color: transparent !important;
    border: 2px solid var(--black) !important;
    border-radius: 2px !important;
}

input[type="checkbox"]:checked {
    background-color: var(--main) !important;
    border-color: var(--main) !important;
}

input[type="checkbox"]:checked::before {
    filter: invert(1);
}

@media(max-width:992px) {
    .ban {
        align-items: center;
        padding: 1rem 0;
    }
}

@media(max-width:768px) {
    .ban .title {
        margin: 0 auto 22px;
    }
    .ban .path {
        justify-content: center;
    }
}