body, HTML {
    height:100%;
    padding:0;
    margin:0;
    overflow-x: hidden;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: var(--primary_font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--black);
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    /* padding-top: 71px; */
    position: relative;
    letter-spacing: normal;
}

.logo {
  padding-top: 8px;
  padding-bottom: 8px;
}

.container-max {
    max-width: var(--container_max_width);
    margin-left: auto;
    margin-right: auto;
}

.logo_white {
    fill: var(--white);
}

.opacity {
    background-color: #00000050;
    /* background-color: #0a58ca33; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.prefooter {
    background-color: #131313;
    padding: 40px 30px 30px 30px;
    color: #cbd5e0;
    line-height: 20px;
    color: var(--white);
}

.prefooter .footer-logo {
    width: 180px;
    margin-bottom: 24px;
}

.prefooter li, .prefooter a, .prefooter p {
    color: var(--white) !important;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400 !important;
    font-family: var(--primary_font);
    letter-spacing: 0.5px;
}

.prefooter a {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.prefooter a:hover {
    color: var(--footer_a_color) !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.prefooter h1 {
    color: var(--secondary_color) !important;
    font-size: 20px;
    font-family: var(--primary_font);
    font-style: normal;
    font-weight: 800 !important;
}

.prefooter ul {
    margin: 0;
    padding: 0;
}

.prefooter ul li {
    display: block;
    list-style: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--white_opacity_30);
}

.prefooter ul li.first {
    border-top: 1px solid var(--white_opacity_30);
    padding-top: 7px;
}

.prefooter .icon {
    font-size: 25px ;
}

.prefooter .icon:hover {
    color: var(--secondary_color);
}

.prefooter h1 {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 140%;
    color: var(--footer_a_color) !important;
    letter-spacing: normal;
    font-family: var(--secondary_font);
    margin-bottom: 8px;
}

.prefooterBtn {
    display: block;
    cursor: pointer
}

.prefooterBtn:hover {
    filter: opacity(50%);
}

.prefooter .app-section .button-group {
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    justify-content: start;
    align-items: flex-start;
}

.prefooter .app-section .button-group img {
    width: 140px;
}

.footer {
    background-color: #fff;
    padding: 10px;
}

.footer p, .footer li, .footer a {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.footer p {
    margin-bottom: 0;
}

.footer a {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    color: var(--primary_color);
}

.footer a:hover {
    border-bottom: 1px solid #fff;
    color: var(--secondary_color);
}

.card {
    border: 1px solid #eaeaea;
    border-radius: 0;
}

.list-item {
    display: inline-block;
    margin-right: 15px;
}

.keep_in {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    position: relative;
    z-index: 1;
}

.keep_in::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000050;
}

.keep_in p {
    color: #fff;
    z-index: 2;
}

.keep_in h1 {
    color: var(--secondary_color);
}

.keep_in .divider h1::after {
    border-bottom-color: var(--secondary_color) !important;
}

a, a:hover, .btn, .btn:hover, button, button:hover, a img, a:hover img   {
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.sovrapponi {
    margin-left: -200px;
    background-color: white;
    padding: 100px;
}

.full-image-section .bg {
    height: 700px;
}

.focus_gray {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.focus {
    background-color: var(--secondary_color);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.focus.secondary {
    background-color: var(--primary_color);
}

.focus.secondary a {
    color: var(--white);
    border-bottom: 1px solid transparent;
}

.focus.secondary a:hover {
    border-bottom: 1px solid #fff;
}

.focus.secondary h1, .focus.secondary p, .focus.secondary h4 {
    color: var(--white);
}

.focus.secondary h4 {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}

.focus.secondary .content {
    width: 100%;
}

.focus h1, .focus p {
    color: #072c53;
}

.focus .content {
    padding: 50px;
}

.focus .btn-primary {
    background-color: var(--primary_color);
    border: 1px solid var(--primary_color);
    color: var(--white);
}
.focus .btn-primary:hover {
    background-color: transparent;
    color: var(--primary_color);
}

.icon {
    font-size: 90px;
    display: block;
    margin-bottom: 15px;
}

.service {
    margin-top: 50px;
    margin-bottom: 50px;
}

.service .content {
    padding: 30px
}

.service p {
    font-size: 13px;
    line-height: 22px !important;
}

.service h1 {
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    letter-spacing: normal;
}

.service h1 span {
    font-weight: 300;
}

.service .icon {
    display: block;
    font-size: 55px;
    color: var(--secondary_color) !important;
}

.service .icon .material  {
    color: var(--primary_color);
    font-size: 45px;
}

.service figure {
    display: block;
    height: 230px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

img.bordered {
    padding: 10px;
    border: 1px solid var(--gray-300);
}

a:hover img {
    filter: grayscale(100%);
}

.bg {
    background-repeat: no-repeat;
    background-position: center center;
}

.bg.contain {
    background-size: contain;
}

.bg.cover {
    background-size: cover;
}

.h-200 {
    height: 200px !important;
}

.h-300 {
    height: 300px !important;
}

.h-400 {
    height: 400px !important;
}

#arrow {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    z-index: 3
}

#arrow a {
    background-color: #ef622c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--white);
    border-radius: 100%;
    text-decoration: none
}

#arrow a:hover {
    width: 45px;
    height: 45px;
}

u {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

#get_quote {
    background-color: var(--secondary_color);
    border-radius: 0;
    padding: 40px;
    color: var(--white);
    /* filter: drop-shadow(5px 5px 45px #00000070); */
    margin-top: 60px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
}

#get_quote h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary_color);
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

#get_quote .content {
    padding-left: 40px;
}

#get_quote p, #get_quote li, #get_quote a:not(.btn) {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

#get_quote a:not(.btn) {
    color: var(--white);
}

#get_quote a:not(.btn):hover {
    color: var(--secondary_color);
}

#get_quote i {
    font-size: 35px;
}
#get_quote .btn-primary {
    border: 1px solid var(--primary_color);
    background-color: var(--primary_color);
}

#get_quote .btn-primary:hover {
    background-color: var(--primary_color_hover);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 25%;
    right: 25%;
    margin-top: 0;
    bottom: 20px;
}

.sharethis-inline-share-buttons {
    z-index: 80 !important;
}

.section_gray {
    background-color: var(--gray-100)
}

.our_brand {
    width: 100%;
    height: auto;
    padding: 0 15px;
    /* filter: grayscale(100%); */
}

.inside {
    padding: 0 50px;
}

/* section {
    padding-top: 100px;
    padding-bottom: 100px;
} */

.square {
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    height: 430px;
    max-height: 550px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary_color);
}

.header.bassa {
    height: 125px !important;
}

.header.bottom {
    background-position: bottom !important;
}

.header.top {
    background-position: top !important;
}

.header .caption {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    margin-bottom: 0;
}

.header .caption h1, .header .caption h2 {
    color: var(--white) !important;
}

.header .caption h1::after {
    border-bottom-color: var(--white);
}

.header h1 {
    line-height: 50px;
    font-size: 40px;
    font-weight: 200;
}

.header .breadcrumb-item {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px !important;
}

.header .breadcrumb-item a {
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
}

#breadcrumb .breadcrumb {
    padding: 7px 20px;
    background-color: var(--gray-100);
}

#breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary_color);
}

#breadcrumb .breadcrumb li.active a {
    font-weight: 900;
    color: var(--primary_color);
}

#breadcrumb .breadcrumb li a {
    font-size: 0.9rem;
    line-height: 1rem;
}

.header .breadcrumb-item.active {
    color: #fff;
    font-weight: 700;
    font-size: 14px !important;
    font-style: oblique;
}

/* MEDIA QUERY */

.header .breadcrumb-item::before {
    color: var(--white);
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
}

.header .breadcrumb-item.first::before {
    content: '';
}

#investimento {
    background-color: #02050A;
}

#investimento .image {
    min-height: 735px;
    height: auto;
    background-image: url('/images/investimento.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

#investimento p {
    color: #fff;
}

#investimento h2 {
    font-weight: 700;
    color: var(--secondary_color);
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}

#investimento i.fas, #investimento i.fa {
    color: var(--secondary_color);
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 10px;
}

.banner {
    /* padding: 30px; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #02050a;
    /* display: flex; */
    /* align-items: center; */
    position: relative;
    /* justify-content: center; */
    min-height: 300px;
    height: auto;
}

.banner h2, .banner p {
    color: #fff;
}

.banner .container {
    z-index: 2;
}

.banner p {
    /* color: #a3a3a3; */
    padding: 0;
    margin-bottom: 0;
}

.card a {
    color: var(--secondary_color);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 1px solid transparent;
}

.card figure {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    transition: transform 0.5s;
}

.card-body p {
    line-height: 28px;
}

#product_list .card {
    border: none !important;
    position: relative;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

#product_list .card h1 {
    position: absolute;
    background-color: #fff;
    top: -20px;
    left: 15px;
    padding-left: 20px;
    padding: 5px 20px;
    font-size: 16px;
    letter-spacing: 1PX;
    line-height: normal;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.40s ease-out;
    -moz-transition: all 0.40s ease-out;
    -o-transition: all 0.40s ease-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    FONT-WEIGHT: 600;
}

#product_list a {
    border-bottom: none;
    position: relative;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
    padding: 0;
}

#product_list a:hover figure {
    transform: scale(1.1);
    transition: transform 0.5s;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

#product_list a:hover h1 {
    left: 20px;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

#product_list .card figure {
    margin: 0;
    padding: 0;
}

.check-list {
    padding: 0;
    margin: 0;
}

.check-list li {
    display: block;
    margin: 7px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary_color);
}

.check-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 10px;
}

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

#get_in_touch {
    background-color: #212529;
    background-image: url('/images/white_carbon.jpg');
    background-repeat: repeat;
    background-size: auto;
    overflow-x: hidden;
}

#get_in_touch h1 span, #get_in_touch h1 strong {
    color: var(--secondary_color);
}

#get_in_touch strong {
    color: var(--secondary_color);
}

#get_in_touch .inside {
    padding: 100px !important;
}

#get_in_touch h1, #get_in_touch p, #get_in_touch li, #get_in_touch a {
    color: #fff;
}

#get_in_touch  .divider h1::after {
    border-bottom-color: #fff;
}

#get_in_touch .btn {
    margin-top: 30px;
}

#get_in_touch .btn-primary {
    /* background-color: #492f1e;
    border: 1px solid #492f1e; */
    color: #000;
}

#get_in_touch .btn-primary:hover {
    /* background-color: #ffffff20;
    color: #492f1e; */
    color: #fff;
}

#get_in_touch .owl-carousel .item {
    min-height: 400px;
    height: 100%;
}

#get_in_touch .inside {
    padding: 0 30px;
}

.check_list {
    padding-left: 0;
    padding-top: 20px;
}

.check_list li {
    display: block;
    list-style: none;
    color: var(--secondary_color) !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 45px;
}

.check_list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin-right: 7px;
    color: var(--secondary_color);
}

.avatar {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 10px auto;
}

.bw {
    filter: grayscale(100%);
}

#parole .owl-nav {
    padding-top: 0px;
    margin-top: 0;
}

#parole .item h1 {
    font-size: 33px;
    line-height: 45px;
}

.blog_carousel .carousel-inner .carousel-item {
    height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gallery a {
    display: block;
    width: 100%;
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gallery .col {
    margin-top: 10px;
    margin-bottom: 10px;
}

 .page-link {
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #000;
    font-weight: 500;
}

.active>.page-link, .page-link.active, .page-link:hover {
    background-color: var(--primary_color_hover);
    border-color: var(--primary_color_hover);
    color: #fff !important;
}

.bw-effect {
    filter: grayscale(100%);
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.bw-effect:hover {
    filter: grayscale(0);
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.natoolaSlide {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.natoolaSlide .body {
    background-color: #f3fafa;
    padding: 32px 0 24px 0;
}

.natoolaSlide .tips-group {
    justify-content: center;
}

.natoolaSlide .footer {
    /* background-image: url('/images/bottom-slide.png'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.natoolaSlide .footer img {
    width: 100%;
    height: auto;
}

.natoolaSlide .inner {
    padding: 32px;
}

.natoolaSlide .body h1 {
    text-align: center;
    color: var(--primary_color);
    font-size: 35px;
    font-style: normal;
    font-family: var(--secondary_font);
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: 16px;
}

.natoolaSlide .body h2 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 8px;
}

.natoolaSlide .body p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.natoolaSlide .cover {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.inciso {
    color: var(--primary_color);
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    font-style: italic;
    padding-top: 48px;
}

.natoolaSlide .tip {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="197" height="80" viewBox="0 0 197 80" fill="none"><path d="M196.165 47.0707C195.827 44.4518 195.343 41.8329 194.859 39.2505C192.925 29.5388 193.312 16.7719 185.333 8.47883C181.851 4.84153 176.145 4.18681 170.729 3.3866C146.018 -0.359825 119.904 0.0402836 94.8064 0.00391057C79.767 -0.0324625 64.776 0.185769 49.785 0.622246C36.7283 1.02235 22.0757 0.367639 9.45427 3.05925C-3.31228 5.78723 0.362949 16.9901 0.894889 24.483C1.76534 37.2499 2.87757 50.0169 4.18324 62.7838C4.71518 67.9852 7.08472 78.6061 16.5146 78.6425C39.4847 78.7516 62.9867 80.0974 85.8118 79.2608C102.592 78.6425 119.372 77.915 136.201 77.8787C145.582 77.8423 192.345 84.4622 195.101 74.496C197.471 65.4754 197.374 56.2003 196.165 47.0707Z" fill="%230098A9"/></svg>');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 197px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    word-wrap: break-word;
    padding: 20px;
    margin: 5px auto;
}

.natoolaSlide .tip h3 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    word-wrap: break-word;    /* per compatibilità vecchie versioni */
    overflow-wrap: break-word; /* standard moderno */
    white-space: normal;
}

.natoolaWelcome {
    padding: 0;
}

.natoolaWelcome figure {
    border-radius: 12px;
    padding: 10px;
    background-color: var(--primary_color);
    display: inline-flex;
    margin-bottom: 0;
    align-items: center;
    text-align: center;
}

.natoolaWelcome .icon img {
    display: inline;
    width: 130px;
}

.natoolaWelcome .storeBtn {
    width: 50%;
    height: auto;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.natoolaWelcome .storeBtn:hover {
    margin-bottom: 10px !important;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.natoolaWelcome .app-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.app-section .button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.app-section h1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    border-bottom: 0;
}

.app-section p {
    color: var(--black);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: var(--black);
    word-wrap: break-word;
    margin-bottom: 0;
    width: 75%;
}

.getAppBanner .app-section .button-group {
    gap: 16px;
    justify-content: start;
}

.getAppBanner .app-section .button-group img {
    max-width: 200px;
}

.getAppBanner .app-section .button-group a:hover {
    opacity: 0.7;
}

.getAppBanner .app-section p  {
    text-align: left;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    width: 100%;
}

.natoolaWelcome .cover {
    border-radius: var(--border_radius);
    width: 130px;
}

.natoolaWelcome .app-section .button-group a img {
    height: 55px;
    width: auto;
}

#numbers figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

#numbers figure img {
    width: 85%;
    height: auto;
    display: inline;
}

.toutorial-cover {
    width: 100%;
    height: auto;
}

.tips-group {
    display: flex;
    align-items: center;
    gap: 16px;
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: auto;
}

#petProfile .tips-group .tips-item img {
    height: 400px;
    width: auto;
}

#petProfile .tips-group {
    justify-content: center;
    padding-top: 24px;
}

.card.type1 {
    width: 190px;
    height: 117px;
    background-image: url('/images/tip-background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: none;
    margin: 0 auto;
}

.card.type1 .card-body p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
    word-wrap: break-word;
    text-align: center;
    max-width: 100%;
    white-space: break-spaces;
}

.card.type1 .card-body {
    padding: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card.type1 .card-body .icon {
    width: 30px;
    height: auto;
    margin: 0 auto 8px auto;
}

.card.type1 .card-body .text-secondary {
    color: #fff !important;
}

.natoolaSection {
    background-color: rgba(123, 192, 201, 0.10);
    padding: 50px;
}

/* .natoolaSection p {
    color: var(--gray-800);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
} */

.natoolaSection .brand {
    width: 300px;
    height: auto;
    /* margin: 0 auto; */
    margin-bottom: 30px;
    display: grid;
}

.numbers-tip-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 2;
}

.numbers-tip-group .card.type1 {
    width: 100%
}

.numbers-tip-group .item {
    width: 197px;
    height: 119px;
}

.natoolaSection h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}

.btnArrow {
    background-color: rgba(177, 170, 209, 0.20) !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
    border: none;
}

.btnArrow::before {
    content: '';
    width: 35px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.btnArrow.left::before {
    background-image: url('/images/arrow-left.png');
}

.btnArrow.right::before {
    background-image: url('/images/arrow-right.png');
}

.btnArrow img {
    width: 35px;
    height: auto;
}

.readMore {
    color: var(--primary_color) !important;
    font-family: var(--secondary_font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    letter-spacing: 0.15px;
    line-height: normal;
    border-bottom: none !important;
    display: inline;
    width: fit-content;
    position: relative;
    margin-bottom: none !important;
    text-decoration: none !important;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
    display: flex;
    align-items: center;
    gap: 12px;
}

.readMore:hover {
    border-bottom: none !important;
    text-decoration: none !important;
    margin-bottom: 0;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.readMore::after {
    content: '';
    width: 40px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    display: block;
    background-color: rgba(177, 170, 209, 0.20) !important;
    border-radius: 100%;
    background-image: url('/images/arrow-right.png');
    margin-bottom: none !important;
    text-decoration: none !important;
    -webkit-transition:all 0.40s ease-out;
    -moz-transition:all 0.40s ease-out;
    -o-transition:all 0.40s ease-out;
}

.readMore:hover::after {
    margin-left: 10px;
    text-decoration: none !important;
    border-bottom: none !important;
}

.natoolaSection .linkItem {
    display: flex;
    align-items: center;
    color: var(--primary_color);
    font-family: var(--secondary_font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: none;
    margin-top: 30px;
}

.natoolaSection .linkItem:hover {
    padding-left: 30px;
    border-bottom: none;
}

.section-cover {
    width: 100%;
    height: auto;
}

.getAppBanner {
    width: 100%;
    background-color: #7BC0C9;
}

.getAppBanner h1 {
    color: #000;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 8px 0;
    padding: 0;
}

.getAppBanner h1 span {
    color: #fff !important;
}

.getAppBanner p {
    color: #fff;
    margin-bottom: #fff;
}

.getAppBanner .btnStore {
    width: 200px;
    height: auto;
}

.section-two {
    padding-bottom: 0;
}

.section-two .onda {
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url('/images/top-slide.png'); */
    background-size: cover;
    /* height: 199px; */
    width: 100%;
}

.section-two .onda img {
    width: 100%;
    height: auto;
}

.section-two .content {
    background-color: #f3fafa;
    padding-bottom: 60px;
}

.section-tips {
    background-repeat: no-repeat;
    background-size: contain;
    /* min-height: 540px; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-tips.left {
    background-position: -8%;
}

.section-tips.right {
    background-position: 108%;
}

.section-tips h1.section-title {
    color: #000;
    position: absolute;
    margin-bottom: 0;
    width: 332px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.section-tips.left h1.section-title {
    left: 0;
    top: 80px;
}

.section-tips.right h1.section-title {
    right: 0;
    top: 80px;
}

.section-two .footer {
    background-position: top;
    background-repeat: repeat-x;
    background-image: url('/images/linea-footer.png');
    max-height: 5px;
    width: 100%;
    background-color: transparent;
}

.tipModal .modal-body {
    padding: 50px;
}

.tipModal .modal-header {
    border-bottom: none;
}

.tipModal .inner {
    padding: 0 50px;
    max-height: 470px;
    overflow-y: auto;
}

/* Stilizzare la scrollbar */
.tipModal .inner::-webkit-scrollbar {
    width: 4px; /* Larghezza della scrollbar */
}

/* Stilizzare il track della scrollbar */
.tipModal .inner::-webkit-scrollbar-track {
    background: #f1f1f1; /* Colore di sfondo del track */
    border-radius: 10px; /* Raggio del bordo del track */
}

/* Stilizzare il thumb (maniglia) della scrollbar */
.tipModal .inner::-webkit-scrollbar-thumb {
    background: var(--primary_color); /* Colore della maniglia */
    border-radius: 10px; /* Raggio del bordo della maniglia */
}

/* Stilizzare la maniglia quando viene attivata (hover) */
.tipModal .inner::-webkit-scrollbar-thumb:hover {
    background: var(--secondary_color); /* Colore della maniglia quando è attivata */
}

.tipModal .btn-close {
    border-radius: 100%;
    width: 28px;
    height: 28px;
    padding: 0;
    background-color: var(--primary_color);
    color: #fff;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512"><path d="M437.5 386.6 306.9 256l130.6-130.6c14.1-14.1 14.1-36.8 0-50.9-14.1-14.1-36.8-14.1-50.9 0L256 205.1 125.4 74.5c-14.1-14.1-36.8-14.1-50.9 0-14.1 14.1-14.1 36.8 0 50.9L205.1 256 74.5 386.6c-14.1 14.1-14.1 36.8 0 50.9 14.1 14.1 36.8 14.1 50.9 0L256 306.9l130.6 130.6c14.1 14.1 36.8 14.1 50.9 0 14-14.1 14-36.9 0-50.9z" fill="%23ffffff" class="fill-000000"></path></svg>');
    opacity: unset;
    right: 30px;
    top: 30px;
    position: absolute;
    z-index: 5;
}

.tipModal p, .tipModal li, .tipModal a {
    font-size: 14px;
    line-height: 1.4rem;
    color: #131313;
}

.tipModal h1 {
    margin-bottom: 10px;
}

.title-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 16px;
}

.title-icon img {
    width: 30px;
    height: auto;
}

.arrowDashboard {
    /* position: absolute;
    height: 232px;
    width: auto;
    margin-top: -80%;
    left: 38%; */
    max-height: 300px;
    width: auto;
    display: inline;
}

.dashListIcon {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding-top: 48px;
    flex-wrap: wrap;
}

.dashIcon {
    width: 60px;
    height: auto;
}

.tapSwipeIcon {
    text-align: center;
}

.tapSwipeIcon img {
    width: 85px;
    height: auto;
    display: inline;
    margin: 0 auto;
}

.tapSwipeIcon h3 {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

#petProfile {
    min-height: 676px;
    height: auto;
    position: relative;
    padding: 0;
    z-index: 1;
}

#petProfile::before {
    content: url('http://127.0.0.1:8000/storage/upload/images/qbsH43LCHHZxN85xwINVPITSKMFTyHWjIx5rDkxT.png');
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#petProfile::after {
    content: url('http://127.0.0.1:8000/storage/upload/images/a45jEX7su7nr4O16FQTHUBr0fPzaf2RZDmAgxvgt.png');
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.sectionIcon {
    position: relative;
    width: fit-content;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}

.sectionIcon.left::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 32px;
    height: 32px;
    top: 8px;
    left: -45px;
    position: absolute;
}

.sectionIcon.right::after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: -45px

}

.textCenter {
    margin-left: auto;
    margin-right: auto;
}

.pet::after {
    background-image: url("/images/scopri-app/zampa.png");
}

.doctor::before {
    background-image: url("http://localhost:8000/storage/upload/images/ZBkV7esMNFxnIhOOZxakRSWkkia7Ly5dv5IWOiID.png");
}

.ricette::before {
    background-image: url("http://localhost:8000/storage/upload/images/UNELeZAkvhNyYleQJQDTduccPTky8QElToxSjlW1.png");
}

.docs::before {
    background-image: url("http://localhost:8000/storage/upload/images/5p7V14lN9IafEkF4FNyHp9xJyOoGKaDgh3kBw9Qz.png");
}

.reminder::before {
    background-image: url("http://localhost:8000/storage/upload/images/Xhh8qtY6reQGxEHesqPMJc8s4oVESbifp9ReXe5M.png");
}

.notify::before {
    background-image: url("http://localhost:8000/storage/upload/images/9lEhkCJcVev7ZNNz9bXaGds21cTfEKpfirmEL10K.png");
}

.user::after {
    background-image: url("http://localhost:8000/storage/upload/images/SlwCjOYMYovxX5wD3uQRuv7hfO5j0Fw3B99n4vE4.png");
}

#ricette .img-fluid {
    max-width: 600px;
}

#documents .img-fluid {
    max-width: 600px;
}

#ricette figure {
    display: block;
    width: 100%;
    position: relative;
}

#ricette figure::after {
    content: '';
    background-image: url("http://localhost:8000/storage/upload/images/hBlMKswmILUzB4f5zfzXcki5RJRQhWlbkIMnGTcL.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 200px;
    height: 300px;
    position: absolute;
    bottom: 5%;
}

#rimenders .img-fluid {
    max-width: 644px
}

#eventsFeature {
    padding-bottom: 0;
}

#eventsFeature .img-fluid {
    max-width: 640px;
}

#eventsFeature p { position: relative }

/* #eventsFeature p::after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/images/arrow-bottom-left.png");
    bottom: -225px;
    position: absolute;
    width: 224px;
    left: 0;
    margin-left: 112px;
    height: 198px;
} */

#eventsFeatureTwo {
    padding-top: 0;
}

#eventsFeatureTwo .img-fluid {
    max-width: 520px;
    margin-left: 15%;
}

#arrowDashboard1 {
    display: flex;
    justify-content: end;
}

.space-top {
    margin-top:64px;
}

.space-bottom {
    margin-bottom: 96px;
}

.gap-bottom {
    margin-bottom: 32px;
}

#dashIcons {
    padding-top: 48px;
}

#hero-about-us-cover {
    width: 100%;
    height: auto;
}

#values-section {
    margin-top: 32px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#contact-tip {
    background-image: url("/images/tip-background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 32px 48px;
}

#contact-tip .item-group {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

#contact-tip .contact-item {
    display: flex;
    gap: 8px;
    align-items: start;
    color: #FFF;
    line-height: 100%;
}

#contact-tip .contact-item p,
#contact-tip .contact-item a
{
    margin: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 150%;
    font-weight: 600;
    letter-spacing: 0.2px;
}

#contact-tip h1 {
    color: #FFF;
    font-size: 22px;
    line-height: 130%;
    text-transform: none;
    margin-bottom: 24px;
}

#contact-tip .contact-item i {
    font-size: 22px;
}

#values-section .tip {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("/images/tip-background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

#values-section .tip p {
    padding: 15px;
    color: #FFF;
    margin-bottom: 0;
    font-family: var(--secondary_font);
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

#values-section .tip-title {
    text-align: right;
    color: var(--primary_color);
    margin-top: 0;
    font-size: 22px;
    line-height: 140%;
}

#hero-natoolove-cover {
    width: 100%;
    height: auto;
}

#natoolove-hero-1,
#natoolove-hero-2,
#ricordi-hero,
#porti-a-casa-hero
{
    width: 100%;
    height: auto;
}

@media (max-width: 480px) {

    #get_quote .content {
        padding-left: 30px;
    }

    .sovrapponi{
        margin-left: 0;
        padding: 0;
    }

    .focus .content {
        width: 100%;
    }

    .prefooter {
        padding: 20px
    }

    .blog_carousel .carousel-inner .carousel-item {
        height: 400px;
    }

    .section-tips.right h1.section-title, .section-tips.left h1.section-title {
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
        margin: 0 auto;
    }

    .natoolaSlide .tips-group {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* per scroll fluido su iOS */
        scrollbar-width: thin; /* per Firefox */
        scroll-behavior: smooth;
        max-width: 100%;
        justify-content: left;
        padding-top: 32px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 991px) {
    #ArrowDashboard1 {
        display: none !important;
    }

    #ArrowDashboard2 {
        display: flex !important;
        padding: 50px 0;
    }

    .natoolaSection {
        padding: 32px 0 !important;
    }
}

@media (max-width: 1024px) {

    .natoolaSlide .body {
        padding-top: 32px;
    }

    .natoolaSlide .body .row {
        gap: 32px;
    }

    .natoolaSlide .inner {
        padding: 0;
    }

    .natoolaSlide .body h1 {
        margin-bottom: 8px;
        font-size: 28px;
    }

    .natoolaSlide .body h2 {
        margin-bottom: 4px;
        font-size: 22px;
    }

    .natoolaSlide .body p {
        padding: 0 16px;
        font-size: 16px;
        line-height: 140%;
    }

    .inside {
        padding: 12px;
    }

    .prefooter .inside {
        padding: 16px 0;
    }

    #get_quote {
        filter: drop-shadow(0 0 0 #00000050);
        margin-top: 0;
        border-radius: 0;
    }

    #get_quote .content {
        padding-left: 20px;
    }

    #get_quote i {
        font-size: 1.3rem;
    }

    .header h1 {
        line-height: 35px;
        font-size: 28px;
        font-weight: 600;
        margin-top: 40px;
    }

    .tipContainer {
        display: flex;
        justify-content: center;
    }

    .modal-body .inner {
        padding: 0 20px
    }

    .modal-body .inner h1 {
        text-align: center;
        width: 100%;
    }

    .tipModal .modal-body {
        padding: 20px;
    }

    .natoolaWelcome h1 {
        text-align: center;
        margin-bottom: 8px;
    }

    .prefooter .app-section .button-group {
        flex-direction: row;
        gap: 12px;
        margin-top: 12px;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {

    #contact-tip {
        margin-top: 32px;
    }

    #natoolove-hero-1,
    #natoolove-hero-2 {
        width: 80%;
        margin-left: 10%;
         margin-bottom: 32px;
    }

    #ricordi-hero {
        max-width: 90%;
        margin-left: 5%;
    }

    #porti-a-casa-hero {
        margin-bottom: 32px;
        max-width: 80%;
        margin-left: 10%;
    }

    #values-section .tip {
        padding: 8px 16px;
    }

    #values-section .tip p {
        font-size: 16px;
    }

    #values-section .tip-title {
        text-align: center;
        margin-bottom: 8px;
    }

    .inciso {
        font-size: 18px;
        line-height: 130%;
        padding-top: 0;
    }

    #hero-about-us-cover {
        margin-bottom: 32px;
    }

    #petProfile .tips-group {
        margin-bottom: 24px;
    }

    #petProfile::after {
        content: '';
    }

    #eventsFeature p::after {
        content: '';
        background-image: url("/images/ArrowDown.png");
        height: 74px;
        width: 100%;
        left: 0;
        bottom: 0;
        position: relative;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        margin-top: 16px;
        margin-left: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    #dashIcons {
        padding: 0;
    }

    .toutorial-icon {
        width: 100px !important;
    }

    .dashListIcon {
        gap: 12px;
        padding-top: 32px;
    }

    .dashListIcon img {
        width: 42px;
    }

    #scopri-app {
        padding-top: 32px;
    }

    .section-cover {
        width: 70%;
        margin-left: 15%;
        margin-bottom: 24px;
    }

    .cover {
        max-width: 150px;
    }

    .natoolaWelcome .cover {
        width: 110px;
        margin-bottom: 16px;
    }

    .natoolaWelcome .app-section p {
        font-size: 18px;
    }

    .header.bassa {
        height: 100px !important;
    }

    .space-top {
        margin-top: 32px;
    }

    .space-bottom {
        margin-bottom: 24px;
    }

    .numbers-tip-group {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* per scroll fluido su iOS */
        scrollbar-width: thin; /* per Firefox */
        scroll-behavior: smooth;
        max-width: 100%;
        justify-content: left;
        padding-left: 8px;
        padding-right: 8px;
    }

    .getAppBanner {
        padding: 32px;
    }

    .getAppBanner h1 {
        font-size: 24px;
        text-align: center;
    }

    .getAppBanner .app-section .button-group {
        gap: 8px;
        justify-content: center;
    }

    .getAppBanner .app-section p {
        font-size: 14px;
        line-height: 100%;
        text-align: center;
    }

    .getAppBanner .app-section .button-group img {
        width: 130px;
    }

    .getAppBanner .app-section {
        padding-bottom: 16px;
    }
}

@media (max-width: 1200px) {

    .natoolaWelcome h2 {
        text-align: center;
    }

    .natoolaWelcome figure img {
        width: 150px;
        height: auto;
    }

    .natoolaWelcome .sx {
        margin-bottom: 50px;
    }

    .natoolaWelcome .dx {
        margin-top: 50px;
    }

    .natoolaWelcome .inside {
        text-align: center;
    }

    .getAppBanner .btnStore {
        width: 150px;
    }

    .space-top {
        margin-top: 48px;
    }

    .space-bottom {
        margin-bottom: 48px;
    }
}







