/*  CSS principal
/*----------------------------------------*/
@font-face {
    font-family: 'LucyRounded';
    src: url('../fonts/Lucy_Rounded.woff2') format('woff2'),
        url('../fonts/Lucy_Rounded.woff') format('woff'),
        url('../fonts/Lucy_Rounded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinka';
    src: url('../fonts/SourGummy-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



html,
body {
    zoom: 90%;
    height: 100%;
    font-family: 'CenturyGothic', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #777777;
    font-weight: 400;
    font-family: 'sinka', Arial, sans-serif;
}

.ajustar {
  margin-left: 4ch;
  border: 1px dashed red; /* ajuda a ver visualmente */
  background: rgba(255, 0, 0, 0.1);
}



.subtitle {
    font-family: 'sinka', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

.footer strong {
    color: #ffffff;
}

/* Font Weights */
.fw-light {
    font-weight: 300;
    /* Leve */
}

.fw-normal {
    font-weight: 400;
    /* Normal */
}

.fw-semibold {
    font-weight: 600;
    /* Semi-negrito */
}

.fw-bold {
    font-weight: 700;
    /* Negrito */
}

.fw-bolder {
    font-weight: bolder;
    /* Maior que o peso padrão do elemento pai */
}

.fw-lighter {
    font-weight: lighter;
    /* Menor que o peso padrão do elemento pai */
}

.underline {
    text-decoration: underline;
}

p {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 15px 0;
    text-align: justify;
}

.hyphens-auto {
    hyphens: auto !important;

}

img {
    max-width: 100%;
}

.d-grid {
    display: grid !important;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.height-fit-content {
    height: fit-content;
}

.justify-items-center {
    justify-items: center !important;
}

ul,
ol {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-6 {
    margin-top: 6rem;
}

.mt-8 {
    margin-top: 8rem;
}

.mt-7 {
    margin-top: 7rem;
}

.mt-9 {
    margin-top: 9rem;
}

.float-whatsap {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 40px;
    background-color: #cfdbab;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-whatsap:hover {
    background-color: #ffffff;
    color: #cfdbab;
}



.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background-color: #cfdbab;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-family: Arial;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
    transition: all 0.3s ease-out;
}

.float-button:hover {
    background-color: #25D366;
    color: #fff;
}

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}

@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%
    }
}

@media screen and (max-width: 545px) {
    .float-button span {
        display: none;
    }

    .float-button {
        bottom: 15px;
        right: 15px;
        /* width: 20px; */
        border-radius: 20px 20px 5px 20px;
    }

    .fa-whatsapp {
        font-size: 22px !important;
        padding: 4px;
    }
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 0.5rem;
}

.section-title span {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: none;
}

.section-title h2 {
    color: #4b4b4b;
    font-weight: 700;
    margin-top: 8px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

a.text-white:hover {
    text-decoration: underline;
    color: #d6a294 !important;
}

li a i {
    margin-right: 7px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

.text-justify {
    text-align: justify;
}

.text-left {
    text-align: left;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-family: 'sinka', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-transform: none;
    letter-spacing: 2px;
    border-radius: 5px;
    background-color: #d6a294;
    border: 2px solid #d6a294;
}

.primary-btn:hover {
    color: #d6a294 !important;
    background-color: transparent !important;
    border: 2px solid #d6a294;
    transform: translateY(-5px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.primary-btn-hover {
    display: inline-block;
    font-family: 'sinka', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    text-transform: none;
    letter-spacing: 2px;
    border-radius: 5px;
    color: #d6a294 !important;
    background-color: transparent !important;
    border: 2px solid #d6a294;
}

.primary-btn-hover:hover {
    color: #ffffff !important;
    background-color: #d6a294 !important;
    border: 2px solid #d6a294;
    transform: translateY(-5px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.white-btn {
    display: inline-block;
    font-family: 'sinka', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    color: #d6a294;
    text-transform: none;
    letter-spacing: 2px;
    border-radius: 5px;
    background-color: #ffff;
    border: 2px solid #d6a294;
}

.white-btn:hover {
    color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #ffff;
    transform: translateY(-5px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}


.site-btn:hover {
    color: #d6a294 !important;
    background-color: transparent !important;
    border: 2px solid #d6a294;
}

.primary-btn.normal-btn {
    background: #d6a294;
    color: #ffffff;
    font-weight: 600;
}

.site-btn {
    font-size: 15px;
    color: #ffffff;
    background: #d6a294;
    font-weight: 600;
    border: 2px solid #d6a294;
    border-radius: 5px;
    display: inline-block;
    text-transform: none;
    letter-spacing: 2px;
    padding: 14px 30px 12px;
}

/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #777777;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

/*---------------------
  Header
-----------------------*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .15);
}

.header.header--normal {
    border-bottom: 1px solid #f2f2f2;
}

.header__top {
    background: #808080;
}

.header__top__left {
    padding: 12px 0;
}

.header__top__left li {
    font-size: 13px;
    color: #ffffff;
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.header__top__left li:last-child {
    margin-right: 0;
}

.header__top__left li i {
    font-size: 15px;
    margin-right: 5px;
}

.header__top__right {
    text-align: right;
    padding: 12px 0;
}

.header__top__right a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
}

.header__top__right a:last-child {
    margin-right: 0;
}

.header__logo {
    padding: 2px 30px 20px 30px !important;
}

.header__logo a {
    display: inline-block;
}

.header__menu__option {
    /* text-align: right; */
    padding: 30px 0;
    align-items: center;
    align-content: center;
    display: flex;
}

.header__menu {
    display: inline-block;
    margin-right: 0;
}

.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
    margin-top: 12px;
}

.header__menu ul li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header__menu ul li:hover a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header__menu ul li:hover .dropdown {
    top: 30px;
    opacity: 1;
    visibility: visible;
}


.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 52px;
    width: 18rem;
    background: #ffffff;
    text-align: left;
    padding: 2px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    border: 1px solid #d6a294;
}

.header__menu ul li .dropdown li {
    display: block;
    margin-right: 0;
}

.header__menu ul li .dropdown li a {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    padding: 2px 2px !important;
    text-transform: capitalize;
    margin-right: 1rem;
    margin-left: 1rem;
}

.header__menu ul li .dropdown li a:after {
    display: none;
}

.header__menu ul li a {
    font-size: 15px;
    color: #777777;
    font-weight: 600;
    display: block;
    padding: 4px 0;
    position: relative;
}

.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #777777;
    content: "";
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.header__menu ul li .primary-btn {
    text-transform: none;
    font-size: 12px;
    padding: 10px 20px 10px 20px;
    color: white;
}

/* Estilo do link */
.dropdown-item {
    position: relative;
    /* Necessário para posicionar o dropdown */
    list-style: none;
}

.dropdown li span img {
    width: 40px;
    padding: 5px;
}

.arrow {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    color: #333;
}

/* Seta sempre visível */
.dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
    border: solid #808080;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg);
    /* Gera seta padrão */
    transition: transform 0.3s ease;
    opacity: 0.3;
}

/* Mostrar dropdown ao interagir */
.dropdown-item:hover .dropdown {
    display: block;
}

/* Girar a seta ao interagir */
.dropdown-item:hover .dropdown-arrow {
    transform: rotate(-135deg);
    /* Seta aponta para cima */
}

.dropdown-sec .primary-btn {
    margin: 1rem 5rem !important;
    padding: 1rem !important;
    /* right: 0; */
    color: white !important;
}


.dropdown-sec .primary-btn:hover {
    color: #d6a294 !important;
}

.header__btn {
    display: inline-block;
}

.offcanvas-menu-wrapper {
    display: none;
}

.canvas__open {
    display: none;
}

ul.dropdown.menu.grav.vacina {
    left: unset !important;
}

.dropdown.menu {
    display: flex;
    background-color: white !important;
    width: auto !important;
    padding: 2rem !important;
    border: 1px solid #808080;
    left: -330px !important;
}

.menu li {
    padding: 4px 0px 4px 0px;
    /* margin-right: 45px !important; */
    width: 167px;
}

.grav li {
    padding: 4px 0px 4px 0px;
    /* margin-right: 45px !important; */
    width: 370px;
}

.grav.menu {
    left: -550px !important
}

.menu li span {
    color: #777777;
    font-weight: 600;
}

.dropdown-sec li a {
    color: #777777 !important;
    padding: 0px !important;
}

.dropdown-sec li a:hover {
    background: #808080;
    color: white !important;
}

li .dropdown .active a {
    background: #808080;
    color: white !important;
}

.dropdown li a.active {
    background: #808080;
    color: white;
}

.header__menu ul li .dropdown li a:hover {
    background: #808080;
    color: white;

}

/*---------------------
  Hero
-----------------------*/

.hero {
    /* padding-top: 200px;
    padding-bottom: 215px; */
    height: 30rem;
    border-radius: 10px;
    align-content: center;
}

.hero__text span {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    text-transform: none;
    display: block;
}

.hero__text h2 {
    font-size: 48px;
    color: #808080;
    font-weight: 700;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.hero__text h2 b {
    color: #d6a294;

}

/* BANNER  */

.banner-1 {
    /* padding: 175px; */
    margin: 1rem;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* Necessário para posicionar o texto e o botão dentro do banner */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


.banner-2 {
    padding: 100px;
    margin: 1rem;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* Necessário para posicionar o texto e o botão dentro do banner */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.banner-1::after,
.banner-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Adiciona uma sobreposição para destacar o texto e o botão */
    border-radius: 20px;
}

.banner-1::before,
.banner-2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 20px;
}

.banner-1:hover::before,
.banner-2:hover::before {
    opacity: 1;
}

.banner-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
    width: 66%;
}

.banner-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #d6a294;
    /* Cor do botão */
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    z-index: 2;
    transition: background-color 0.3s;
}

.banner-btn:hover {
    background-color: transparent;
    border: 1px solid #d6a294;
    color: #fff;
    /* Efeito hover no botão */
}

/*---------------------
  Consultation
-----------------------*/

.consultation__form {
    padding: 50px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: -70px;
    background: #ffffff;
}

.consultation__form .section-title {
    margin-bottom: 35px;
}

.section-title button {
    font-size: 14px;
    border: 2px solid #D6A294;
    padding: 5px 5px;
    text-align: center;
    color: #808080;
    margin-bottom: 30px;
    background: transparent;
}

.section-title button:hover {
    background: #d6a294;
    color: white;
}

.section-title button.active {
    background: #d6a294;
    color: white;
}

.consultation__form form input {
    font-size: 15px;
    color: #666666;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
}

.consultation__form form input::-webkit-input-placeholder {
    color: #666666;
}

.consultation__form form input::-moz-placeholder {
    color: #666666;
}

.consultation__form form input:-ms-input-placeholder {
    color: #666666;
}

.consultation__form form input::-ms-input-placeholder {
    color: #666666;
}

.consultation__form form input::placeholder {
    color: #666666;
}

.consultation__form form input:focus {
    border-color: #9d9d9d;
}

.consultation__form form .datepicker__item {
    position: relative;
}

.consultation__form form .datepicker__item i {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 15px;
    color: #666666;
}

.consultation__form form .nice-select {
    float: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.consultation__form form .nice-select:after {
    border-bottom: 1.5px solid #666666;
    border-right: 1.5px solid #666666;
    height: 8px;
    right: 20px;
    top: 46%;
    width: 8px;
}

.consultation__form form .nice-select span {
    font-size: 15px;
    color: #666666;
}

.consultation__form form .nice-select.active,
.consultation__form form .nice-select.open,
.consultation__form form .nice-select:focus {
    border-color: #666666;
}

.consultation__form form .nice-select .list {
    width: 100%;
    margin-top: 0;
    border-radius: 5px;
}

.consultation__form form button {
    width: 100%;
}

.consultation__text {
    padding: 100px 0;
    position: relative;
}

.consultation__text:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    content: "";
}

.consultation__text__item .section-title {
    margin-bottom: 15px;
}

.consultation__text__item .section-title h2 {
    line-height: 47px;
}

.consultation__text__item .section-title h2 b {
    font-weight: 700;
    color: #777777;
}

.consultation__text__item p {
    color: #444444;
    margin-bottom: 0;
}

.consultation__video {
    height: 262px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
    box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.consultation__video .play-btn {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #ff0000;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.consultation__video i {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #ff0000;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

/*---------------------
  Choose Us
-----------------------*/

.chooseus {
    padding-bottom: 50px;
}

.chooseus__item {
    text-align: center;
    margin-bottom: 30px;
}

.chooseus__item h5 {
    font-size: 20px;
    color: #777777;
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 16px;
}

.chooseus__item p {
    margin-bottom: 0;
}

/*---------------------
  Services
-----------------------*/

.services {
    padding-bottom: 70px;
}

.services .section-title span {
    color: #777777;
}

.list li {
    color: #686868;
    padding: 0px 18px 10px;
    font-size: 16px;
}

.card {
    position: relative;
    width: 360px;
    min-height: 400px;
    background: #fff;
    /* box-shadow: 15px 15px 60px rgba(0, 0, 0, .15); */
    padding: 20px;
}

.card .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .top .userDeatils {
    display: flex;
    align-items: center;
}

.card .top .userDeatils .profileImg {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    overflow: hidden;
}

.cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.card .top .userDeatils h3 {
    font-size: 18px;
    color: #4d4d4f;
    font-weight: 700;
    line-height: 1rem;
    cursor: pointer;
}

.card .top .userDeatils span {
    font-size: 0.75em;
}

.card .top .dot {
    transform: scale(0.6);
    cursor: pointer;
}

.imgBg {
    position: relative;
    width: 100%;
    height: 320px;
    margin: 10px 0 15px;
}

.btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btns img {
    max-width: 24px;
    cursor: pointer;
}

.btns .left img {
    margin-right: 8px;
}

.likes {
    margin-top: 5px;
    font-size: 1em;
    color: #4d4d4f;
}

.message {
    font-weight: 400;
    margin-top: 5px;
    color: #777;
    line-height: 1.5em;
    font-size: 12px;
}

.message b {
    color: #262626;
}

.message span {
    color: #1d92ff;
    cursor: pointer;
}

.comments {
    margin-top: 10px;
    align-items: center;
    color: #999;
    font-size: 12px;
}

.addComments {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.addComments .userImg {
    position: relative;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

.addComments .text {
    width: 100%;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    color: #262626;
}

.addComments .text::placeholder {
    color: #777;
}

.postTime {
    margin-top: 10px;
    font-weight: 500;
    color: #777;
    font-size: 12px;
}

h4.subtitle.mt-4.fw-semibold {
    color: #4b4b4b;
}

.servocos {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    /* height: 200px; */
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.servocos>li {
    display: none;
    /* Oculta por padrão */
    flex: 1;
    /* Itens flexíveis ocupam o espaço igualmente */
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    /* Suavidade */
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}

.servocos>li.active {
    display: block;
    /* Exibe os itens ativos */
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}

.card-text button.active {
    color: gray;
}

.active {
    opacity: 1 !important;
    z-index: 100;
}

button.text-dark.active {
    color: white !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d6a294;
    border-radius: .25rem;
}

.card-more {
    padding: 0;
}

.card-more .card-icon {
    text-align: center;
    display: grid;
}

.card-more p {
    padding-bottom: 10px;
}

.card-text button:hover {
    color: gray;
}

.card-text button {
    background: transparent;
    border: none;
    color: #ffff;
    text-decoration: underline;
    font-size: 16px;
    text-align: initial !important;
    padding: 0.4rem 0 0.4rem 0;
}

.card-text a:hover {
    color: black;
}

.services__btn {
    text-align: right;
}

.services__btn .primary-btn {
    color: #ffffff;
}

.services__item {
    background: #ffffff;
    padding: 45px 30px 45px 50px;
    margin-bottom: 30px;
    border-radius: 5px;
    height: 14rem;
}

.services__item:hover {
    background: #777777;
}

.services__item:hover .services__item__icon img {
    color: #ffffff;
}

.services__item:hover .services__item__text h5 {
    color: #ffffff;
}

.services__item:hover .services__item__text ul li a {
    color: #ffffff;
}

.services__item .services__item__text ul li a {
    color: #777777;
    text-decoration: underline;
}

.services__item .services__item__text ul li {
    color: #777777;
    text-decoration: underline;
    padding: 2px;
}

.services__item__icon {
    float: left;
    margin-right: 40px;
}

/* .services__item:hover {
    filter: invert(1) sepia(1) saturate(1000%) hue-rotate(180deg);
} */

.services__item__icon img {
    color: #777777;
    font-size: 40px;
    display: inline-block;
    line-height: 76px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.services__item__icon img:before {
    font-size: 90px;
}

.services__item img:hover {
    filter: invert(1) brightness(2);
}

.services__item__text {
    overflow: hidden;
}

.services__item__text h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 14px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.services__item__text ul li a {
    margin-bottom: 0;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.services__item:hover {
    background: #b1cad4;
}



.services__item {
    background: #d6a294;
    padding: 45px 30px 45px 50px;
    margin-bottom: 30px;
    border-radius: 5px;
    line-height: 2.1;
    color: white !important;
    height: 304px;
}

.services__item .services__item__text ul li a {
    color: #ffffff;
    text-decoration: underline;
}

.services__item .services__item__text ul li button {
    text-align: justify;
}

b {
    color: #d6a294;
    font-weight: 400;
}

.services__details__pic {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.services__details__title h3 {
    width: 4rem;
    display: flex;
    align-items: center;
}


.services__details__pic img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.services__details__pic .img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
}

.services__details__content {
    position: absolute;
    bottom: 1rem;
    left: 10px;
    width: fit-content;
    /* max-width: 60%; */
    background-image: url('../img/bg4.png');
    padding: 15px 30px;
    border-radius: 8px;
    color: white;
}

.services__details__title span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.services__details__title h3,
.services__details__widget h3 {
    font-size: 32px;
    font-weight: bold;
}

.services__details__widget .rating i {
    color: #f8d210;
}

.clicavel {
    background: transparent;
    border: none;
}

/*---------------------
  Team
-----------------------*/
.team-img img:hover {
    /* -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 4s ease-out;
    transition: transform 4s ease-out; */
}

.team-img {
    width: 295px;
    height: 295px;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.team-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.teambtn {
    background: transparent;
    border: none;
    text-align: left;
}

.image-section#profile {
    height: 20rem;
    overflow: hidden;
}

.team {
    padding-bottom: 70px;
}

.team__item {
    text-align: center;
    margin-bottom: 30px;
}

.team__item:hover img {
    border-color: #777777;
}

.team__item img {
    height: 270px;
    width: 270px;
    border-radius: 50%;
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.team__item h5 {
    font-size: 20px;
    color: #777777;
    font-weight: 600;
    margin-bottom: 5px;
}

.team__item span {
    font-size: 15px;
    color: #777777;
    display: block;
    margin-bottom: 12px;
}

.team__item .team__item__social a {
    font-size: 15px;
    color: #666666;
    display: inline-block;
    margin-right: 20px;
}

.team__item .team__item__social a:last-child {
    margin-right: 0;
}

/*---------------------
  Gallery
-----------------------*/

.gallery {
    overflow: hidden;
    margin-top: 1.2rem;
}

.gallery__container {
    margin-right: -20px;
}

.gallery__container .gc__item {
    height: 338px;
    width: calc(25% - 20px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery__container .gc__item:hover:after {
    opacity: 1;
}

.gallery__container .gc__item:hover a {
    opacity: 1;
    visibility: visible;
}

.gallery__container .gc__item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(19, 161, 183, 0.5);
    content: "";
    z-index: -1;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
}

.gallery__container .gc__item a {
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.gallery__container .gc__item.gc__item__large {
    height: 696px;
}

.grid-sizer {
    width: calc(25% - 20px);
}

/*---------------------
  Latest
-----------------------*/

.latest {
    padding-top: 80px;
    padding-bottom: 70px;
}

.latest__btn {
    text-align: right;
}

.latest__item {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

.latest__item:hover {
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.latest__item:hover h5 a {
    text-decoration: underline;
}

.latest__item h5 {
    margin-bottom: 10px;
}

.latest__item h5 a {
    color: #777777;
    font-weight: 600;
    line-height: 24px;
}

.latest__item ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 22px;
    color: #888888;
    position: relative;
    font-weight: 300;
}

.latest__item ul li:after {
    position: absolute;
    right: -16px;
    top: 12px;
    height: 5px;
    width: 5px;
    background: #888888;
    border-radius: 50%;
    content: "";
}

.latest__item ul li img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.latest__item ul li:last-child {
    margin-right: 0;
}

.latest__item ul li:last-child:after {
    display: none;
}

/*---------------------
  Footer
-----------------------*/

.footer {
    padding-top: 1rem;
    background-repeat: repeat;
    background-size: contain;
    background-position: top center;
}

.footer__top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 65px;
}

.footer .container {
    max-width: 95% !important;

}

.footer__logo {
    line-height: 50px;
}

.footer-logo img {
    width: 11rem;
}

.footer__logo a {
    display: inline-block;
}

.footer__newslatter form {
    position: relative;
}

.footer__newslatter form input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #ffffff;
    background: transparent;
    border: 1px solid #777777;
    padding-left: 20px;
    border-radius: 50px;
}

.footer__newslatter form input::-webkit-input-placeholder {
    color: #ffffff;
}

.footer__newslatter form input::-moz-placeholder {
    color: #ffffff;
}

.footer__newslatter form input:-ms-input-placeholder {
    color: #ffffff;
}

.footer__newslatter form input::-ms-input-placeholder {
    color: #ffffff;
}

.footer__newslatter form input::placeholder {
    color: #ffffff;
}

.footer__newslatter form button {
    border-radius: 0 50px 50px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.footer__social {
    text-align: right;
}

.footer__social a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 6px;
}

.footer__social a:last-child {
    margin-right: 0;
}

.footer__widget {
    margin-bottom: 30px;
}

.footer__widget h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer__widget ul li {
    list-style: none;
    line-height: 30px;
}

.footer__widget ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.footer__address {
    margin-bottom: 30px;
}

.footer__address h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer__address ul li {
    list-style: none;
    font-size: 14px;
    color: #ffff;
    font-weight: 300;
    margin-bottom: 38px;
}

.footer__address ul li:last-child {
    margin-bottom: 0;
}

.footer__address ul li i {
    font-size: 18px;
    color: #777777;
    margin-right: 15px;
}

.footer__map {
    height: 190px;
    margin-bottom: 30px;
}

.footer__map iframe {
    width: 100%;
}

.footer__copyright {
    background: #808080;
    padding: 25px 0 20px;
    margin-top: 30px;
}

.footer__copyright ul {
    text-align: right;
}

.footer__copyright ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #ffff;
    margin-right: 25px;
    font-weight: 300;
    position: relative;
}

.footer__copyright ul li:after {
    position: absolute;
    right: -18px;
    top: 9px;
    height: 4px;
    width: 4px;
    background: #fff;
    content: "";
    border-radius: 50%;
}

.footer__copyright ul li:last-child {
    margin-right: 0;
}

.footer__copyright ul li:last-child:after {
    display: none;
}

.footer__copyright__text p {
    font-size: 14px;
    color: #ffff;
    font-weight: 300;
    margin-bottom: 0;
}

.footer__copyright__text p i {
    color: #777777;
}

.footer__copyright__text p a {
    color: #777777;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
    padding-top: 70px;
    padding-bottom: 70px;
}

.breadcrumb__text h2 {
    color: #ffffff;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 10px;
}

.breadcrumb__links a {
    font-size: 15px;
    color: #ffffff;
    margin-right: 26px;
    display: inline-block;
    position: relative;
}

.breadcrumb__links a:after {
    position: absolute;
    right: -18px;
    top: 10px;
    height: 4px;
    width: 4px;
    background: #ffffff;
    content: "";
    border-radius: 50%;
}

.breadcrumb__links span {
    font-size: 15px;
    color: #777777;
    display: inline-block;
}

/*---------------------
  About
-----------------------*/

.about {
    padding-bottom: 0;
}

.about .container {
    padding-bottom: 100px;
    border-bottom: 1px solid #e1e1e1;
}

.about__video {
    height: 366px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about__video .play-btn {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #777777;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.about__text {
    padding-left: 20px;
}

.about__text .section-title {
    margin-bottom: 25px;
}

.about__text p {
    margin-bottom: 25px;
}

.about__text ul {
    margin-bottom: 25px;
}

.about__text ul li {
    list-style: none;
    font-size: 15px;
    color: #666666;
    line-height: 36px;
}

.about__text ul li i {
    color: #777777;
    font-size: 15px;
    margin-right: 6px;
}

/*---------------------
  Testimonials
-----------------------*/

.testimonials {
    overflow: hidden;
    background: #fff;
    padding-bottom: 90px;
    padding-top: 90px;
}

.testimonials .section-title {
    margin-bottom: 2rem;
}

.testimonial__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 61, 85, 0.1);
    border-radius: 10px;
    position: relative;
    padding: 40px 40px 30px 40px;
}

.testimonial__item .rating {
    position: absolute;
    right: 40px;
    top: 52px;
}

.testimonial__item .rating i {
    font-size: 13px;
    color: #e4c870;
}

.expandir {
    height: auto !important;
    overflow: unset !important;
}

.testimonial__item p {
    font-size: 17px;
    line-height: 28px;
    height: 9rem;
    overflow: hidden;
    margin-bottom: 0;
}

.mais {
    border: none;
    background: none;
    text-decoration: underline;
    color: #d6a294;
}

.testimonial__author {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.testimonial__author__icon {
    height: 50px;
    width: 50px;
    background: #777777;
    font-size: 18px;
    line-height: 50px;
    align-content: center;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.testimonial__author__text {
    overflow: hidden;
    padding-top: 4px;
}

.testimonial__author__text h5 {
    color: #777777;
    font-weight: 600;
}

.testimonial__author__text span {
    font-size: 13px;
    color: #888888;
}

.testimonial__slider .col-lg-6 {
    max-width: 100%;
}

.testimonial__slider.owl-carousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: visible;
}

.testimonial__slider .owl-dots {
    text-align: center;
}

.testimonial__slider .owl-dots button {
    height: 10px;
    width: 10px;
    background: #d2d2d2;
    border-radius: 50%;
    margin-right: 6px;
}

.testimonial__slider .owl-dots button.active {
    background: #9c9c9c;
}

.testimonial__slider .owl-dots button:last-child {
    margin-right: 0;
}

/*---------------------
  Services
-----------------------*/

.services__title h4 {
    color: #777777;
    font-weight: 600;
    margin-bottom: 25px;
}

.services__title h4 img {
    margin-right: 5px;
}

.services__accordion {
    margin-bottom: 60px;
}

.services__accordion .accordion {
    border: 1px solid #eaf4f6;
    border-radius: 10px;
    padding-bottom: 15px;
}

.services__accordion .card {
    border: none;
}

.services__accordion .card:last-child .card-body {
    padding-bottom: 0;
    margin-bottom: 0;
}

.services__accordion .card:last-child .card-body ul {
    border-bottom: none;
    padding-bottom: 0;
}

.services__accordion .card-heading {
    padding: 10px 30px;
    margin-bottom: -6px;
    cursor: pointer;
    background: transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.services__accordion .card-heading.active {
    background: #f2f7f8;
}

.services__accordion .card-heading.active a {
    color: #777777;
    display: block;
}

.services__accordion .card-heading a {
    color: #666666;
    font-size: 15px;
}

.services__accordion .card-body {
    padding: 0 30px;
    margin-bottom: 12px;
}

.services__accordion .card-body ul {
    border-bottom: 1px solid #e1e1e1;
    padding: 24px 0 18px;
}

.services__accordion .card-body ul li {
    list-style: none;
}

.services__accordion .card-body ul li a {
    font-size: 15px;
    color: #666666;
    line-height: 32px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.services__accordion .card-body ul li a:hover {
    color: #777777;
}

.services__accordion .card-heading a:after,
.services__accordion .card-heading>a.active[aria-expanded=false]:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #777777;
    position: absolute;
    right: 28px;
    top: 11px;
}

.services__accordion .card-heading.active a:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #777777;
    position: absolute;
    right: 28px;
    top: 8px;
}

.services__accordion .card-heading a[aria-expanded=true]:after,
.services__accordion .card-heading>a.active:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    position: absolute;
    right: 28px;
    top: 11px;
}

.services__appoinment form input {
    font-size: 15px;
    color: #666666;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
}

.services__appoinment form input::-webkit-input-placeholder {
    color: #666666;
}

.services__appoinment form input::-moz-placeholder {
    color: #666666;
}

.services__appoinment form input:-ms-input-placeholder {
    color: #666666;
}

.services__appoinment form input::-ms-input-placeholder {
    color: #666666;
}

.services__appoinment form input::placeholder {
    color: #666666;
}

.services__appoinment form input:focus {
    border-color: #9d9d9d;
}

.services__appoinment form .datepicker__item {
    position: relative;
}

.services__appoinment form .datepicker__item i {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 15px;
    color: #666666;
}

.services__appoinment form .nice-select {
    float: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.services__appoinment form .nice-select:after {
    border-bottom: 1.5px solid #666666;
    border-right: 1.5px solid #666666;
    height: 8px;
    right: 20px;
    top: 46%;
    width: 8px;
}

.services__appoinment form .nice-select span {
    font-size: 15px;
    color: #666666;
}

.services__appoinment form .nice-select.active,
.services__appoinment form .nice-select.open,
.services__appoinment form .nice-select:focus {
    border-color: #666666;
}

.services__appoinment form .nice-select .list {
    width: 100%;
    margin-top: 0;
    border-radius: 5px;
}

.services__appoinment form button {
    width: 100%;
}

.services__details {
    padding-left: 30px;
}

.services__details__title span {
    font-size: 15px;
    color: #777777;
}

.services__details__title h3 {
    color: #777777;
    font-weight: 600;
    margin-top: 5px;
}

.services__details__widget {
    text-align: right;
}

.services__details__widget .rating i {
    font-size: 13px;
    color: #e4c870;
}

.services__details__widget h3 {
    color: #777777;
    font-weight: 600;
    margin-top: 10px;
}

.services__details__pic {
    /* margin-top: 35px; */
    /* margin-bottom: 35px; */
}

.services__details__pic img {
    min-width: 100%;
}

.services__details__pic .img {
    min-width: 100%;
}

.services__details__text {
    margin-bottom: 40px;
}

.services__details__text p {
    margin-bottom: 25px;
}

.services__details__text p:last-child {
    margin-bottom: 0;
}

.services__details__item__pic {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 15px;
}

.services__details__item__pic img {
    min-width: 100%;
}

.services__details__desc {
    margin-top: 12px;
}

.services__details__desc p:last-child {
    margin-bottom: 0;
}

.services__details__feature {
    margin-bottom: 25px;
}

.services__details__feature li {
    list-style: none;
    font-size: 15px;
    color: #666666;
    line-height: 36px;
}

.services__details__feature li i {
    color: #777777;
    font-size: 15px;
    margin-right: 6px;
}

/*---------------------
  Pricing
-----------------------*/

.pricing {
    padding-bottom: 60px;
}

.pricing__item {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.1);
    padding: 0 0 50px;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    border-radius: 10px;
    margin-bottom: 40px;
}

.pricing__item:hover {
    -webkit-box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
    box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
    margin-top: -20px;
    padding-bottom: 70px;
}

.pricing__item:hover .pricing__item__title {
    background: #777777;
    padding-top: 62px;
}

.pricing__item:hover .pricing__item__title p {
    color: #ffffff;
}

.pricing__item:hover .pricing__item__title h3 {
    color: #ffffff;
}

.pricing__item:hover .pricing__item__title h3 span {
    color: #ffffff;
}

.pricing__item:hover .primary-btn {
    background: #777777;
    color: #ffffff;
}

.pricing__item ul {
    margin-bottom: 42px;
    margin-top: 50px;
}

.pricing__item ul li {
    list-style: none;
    margin-bottom: 25px;
}

.pricing__item ul li:last-child {
    margin-bottom: 0;
}

.pricing__item ul li h6 {
    font-size: 15px;
    color: #888888;
    margin-bottom: 5px;
}

.pricing__item ul li span {
    font-size: 15px;
    color: #777777;
    display: block;
}

.pricing__item .primary-btn {
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.pricing__item__title {
    background: #f2f7f8;
    padding: 42px 0;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.pricing__item__title p {
    color: #777777;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.pricing__item__title h3 {
    color: #777777;
    font-weight: 700;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.pricing__item__title h3 span {
    color: #777777;
    font-weight: 500;
    display: block;
    font-size: 15px;
    margin-top: 12px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

/*---------------------
  Doctor
-----------------------*/

.doctor__item {
    padding-bottom: 65px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 65px;
}

.doctor__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.doctor__item__pic {
    text-align: center;
}

.doctor__item__pic img {
    height: 470px;
    width: 470px;
    border-radius: 50%;
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0px 3px 10px rgba(48, 68, 78, 0.2);
    box-shadow: 0px 3px 10px rgba(48, 68, 78, 0.2);
}

.doctor__item__text {
    padding-top: 25px;
}

.doctor__item__text.doctor__item__text--left {
    text-align: right;
}

.doctor__item__text span {
    color: #777777;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    display: block;
    margin-bottom: 6px;
}

.doctor__item__text h2 {
    color: #777777;
    font-weight: 700;
    margin-bottom: 20px;
}

.doctor__item__text ul {
    margin-bottom: 30px;
}

.doctor__item__text ul li {
    list-style: none;
    font-size: 15px;
    color: #666666;
    line-height: 36px;
}

.doctor__item__text ul li i {
    color: #777777;
    font-size: 15px;
    margin-right: 6px;
}

.doctor__item__social a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #f2f7f8;
    font-size: 18px;
    color: #777777;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 6px;
}

.doctor__item__social a:last-child {
    margin-right: 0;
}

/*---------------------
    Blog
-----------------------*/

.blog__item {
    margin-bottom: 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
    box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.blog__item:hover {
    -webkit-box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
    box-shadow: 0px 5px 35px rgba(0, 61, 85, 0.15);
}

.blog__item:hover .blog__item__text h5 a {
    text-decoration: underline;
}

.blog__item__pic img {
    min-width: 100%;
}

.blog__item__text {
    padding: 25px 30px 25px;
}

.blog__item__text h5 {
    margin-bottom: 18px;
}

.blog__item__text h5 a {
    color: #777777;
    font-weight: 600;
    line-height: 24px;
}

.blog__item__text ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 22px;
    color: #888888;
    position: relative;
    font-weight: 300;
}

.blog__item__pic img {
    object-fit: cover;
    width: 403px;
    height: 269px;
}

.blog__item__text ul li:after {
    position: absolute;
    right: -16px;
    top: 12px;
    height: 5px;
    width: 5px;
    background: #888888;
    border-radius: 50%;
    content: "";
}

.blog__item__text ul li img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.blog__item__text ul li:last-child {
    margin-right: 0;
}

.blog__item__text ul li:last-child:after {
    display: none;
}

.load__more {
    margin-top: 10px;
}

/*---------------------
  Blog Details
-----------------------*/

.blog__details__hero {
    padding: 200px 0;
    margin-bottom: 60px;
    border-radius: 10px;
}

.blog__hero__text h2 {
    color: #ffffff;
    font-weight: 600;
    line-height: 47px;
    margin-bottom: 20px;
}

.blog__hero__text ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin-right: 22px;
    color: #ffffff;
    position: relative;
    font-weight: 300;
}

.blog__hero__text ul li:after {
    position: absolute;
    right: -16px;
    top: 12px;
    height: 5px;
    width: 5px;
    background: #ffffff;
    border-radius: 50%;
    content: "";
}

.blog__hero__text ul li img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.blog__hero__text ul li:last-child {
    margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
    display: none;
}

.blog__details__social {
    position: absolute;
    left: -64px;
}

.blog__details__social a {
    display: block;
    height: 40px;
    width: 40px;
    background: #f2f7f8;
    font-size: 16px;
    color: #777777;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
}

.blog__details__social a:last-child {
    margin-bottom: 0;
}

.blog__details__text {
    /* margin-bottom: 20px; */
}

.blog__details__text__item {
    margin-bottom: 35px;
}

.blog__details__text__item:last-child {
    margin-bottom: 0;
}

.blog__details__text__item h5 {
    color: #777777;
    font-weight: 600;
    /* margin-bottom: 12px; */
}

.blog__details__text__item p {
    color: #444444;
    margin-bottom: 0;
}

.blog__details__desc,
.blog__details__desc__more {
    margin-bottom: 50px;
}

.blog__details__desc p,
.blog__details__desc__more p {
    margin-bottom: 0;
    color: #444444;
}

.blog__details__pic {
    margin-bottom: 10px;
}

.blog__details__pic img {
    min-width: 100%;
    margin-bottom: 30px;
}

.blog__details__desc__more {
    margin-bottom: 30px;
}

.blog__details__tag {
    padding-top: 10px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 50px;
}

.blog__details__tag p {
    color: #777777;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 20px;
}

.blog__details__tag p i {
    color: #777777;
}

.blog__details__tag a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    background: #f2f7f8;
    border-radius: 5px;
    padding: 8px 15px;
    margin-right: 11px;
}

.blog__details__tag a:last-child {
    margin-right: 0;
}

.blog__details__btns {
    margin-bottom: 50px;
}

.blog__details__btn__item {
    display: block;
    overflow: hidden;
}

.blog__details__btn__item.blog__details__btn__prev {
    text-align: right;
}

.blog__details__btn__item.blog__details__btn__prev .title i {
    margin-right: 0;
    margin-left: 5px;
}

.blog__details__btn__item.blog__details__btn__prev .blog__details__btn__pic {
    float: right;
    margin-right: 0;
    margin-left: 25px;
}

.blog__details__btn__item .title {
    font-size: 15px;
    color: #777777;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog__details__btn__item .title i {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
}

.blog__details__btn__pic {
    float: left;
    margin-right: 25px;
}

.blog__details__btn__text {
    overflow: hidden;
}

.blog__details__btn__text h6 {
    color: #777777;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 4px;
}

.blog__details__btn__text span {
    font-size: 13px;
    color: #878787;
}

.blog__details__related h3 {
    color: #777777;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}

.blog__details__related .blog__item__text {
    padding: 25px 25px 20px;
}

.blog__details__related .blog__item__text h5 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
}

.blog__details__related .blog__item__text span {
    font-size: 13px;
    color: #888888;
    font-weight: 300;
}

.blog__details__comment {
    padding-top: 10px;
}

.blog__details__comment h3 {
    color: #777777;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}

.blog__details__comment form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 30px;
}

.blog__details__comment form input::-webkit-input-placeholder {
    color: #666666;
}

.blog__details__comment form input::-moz-placeholder {
    color: #666666;
}

.blog__details__comment form input:-ms-input-placeholder {
    color: #666666;
}

.blog__details__comment form input::-ms-input-placeholder {
    color: #666666;
}

.blog__details__comment form input::placeholder {
    color: #666666;
}

.blog__details__comment form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    padding-top: 12px;
    resize: none;
    margin-bottom: 24px;
}

.blog__details__comment form textarea::-webkit-input-placeholder {
    color: #666666;
}

.blog__details__comment form textarea::-moz-placeholder {
    color: #666666;
}

.blog__details__comment form textarea:-ms-input-placeholder {
    color: #666666;
}

.blog__details__comment form textarea::-ms-input-placeholder {
    color: #666666;
}

.blog__details__comment form textarea::placeholder {
    color: #666666;
}

.blog__details__comment form button {
    width: 100%;
}

/*---------------------
  Contact
-----------------------*/

.contact__widget {
    margin-bottom: 30px;
}

.contact__widget__icon {
    height: 70px;
    width: 70px;
    background: #f2f7f8;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #777777;
    float: left;
    margin-right: 30px;
}

.contact__widget__text {
    overflow: hidden;
    padding-top: 8px;
}

.contact__widget__text h5 {
    font-size: 20px;
    font-weight: 600;
    color: #777777;
    margin-bottom: 5px;
}

.contact__widget__text p {
    font-weight: 300;
    margin-bottom: 0;
}

.contact__content {
    padding-top: 70px;
}

.contact__pic img {
    min-width: 100%;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 61, 85, 0.1);
    box-shadow: 0px 3px 15px rgba(0, 61, 85, 0.1);
}

.contact__form h3 {
    color: #777777;
    font-weight: 600;
    margin-bottom: 35px;
}

.contact__form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 20px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.contact__form form input::-webkit-input-placeholder {
    color: #666666;
}

.contact__form form input::-moz-placeholder {
    color: #666666;
}

.contact__form form input:-ms-input-placeholder {
    color: #666666;
}

.contact__form form input::-ms-input-placeholder {
    color: #666666;
}

.contact__form form input::placeholder {
    color: #666666;
}

.contact__form form input:focus {
    border-color: #9d9d9d;
}

.contact__form form textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    padding-top: 12px;
    resize: none;
    margin-bottom: 14px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.contact__form form textarea::-webkit-input-placeholder {
    color: #666666;
}

.contact__form form textarea::-moz-placeholder {
    color: #666666;
}

.contact__form form textarea:-ms-input-placeholder {
    color: #666666;
}

.contact__form form textarea::-ms-input-placeholder {
    color: #666666;
}

.contact__form form textarea::placeholder {
    color: #666666;
}

.contact__form form textarea:focus {
    border-color: #9d9d9d;
}

.contact__form form button {
    width: 100%;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: calc(1300px);
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__menu {
        margin-right: 25px;
    }

    .header__menu ul li {
        margin-right: 25px;
    }

    .header__top__left li {
        margin-right: 10px;
    }

    .consultation__form {
        padding: 40px 25px;
    }

    .footer__newslatter form button {
        padding: 14px 15px 12px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown-arrow {
        display: none;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #222;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #323232;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 35px;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #ffffff;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #777777;
        font-weight: 600;
    }

    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #777777;
    }

    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #777777;
    }

    .slicknav_nav {
        display: block !important;
    }

    .slicknav_arrow i {
        font-size: 17px;
        position: relative;
        top: 2px;
    }

    .offcanvas__logo {
        margin-bottom: 25px;
    }

    .offcanvas__btn {
        margin-bottom: 30px;
    }

    .offcanvas__widget {
        margin-bottom: 30px;
    }

    .offcanvas__widget li {
        font-size: 15px;
        color: #777777;
        list-style: none;
        line-height: 30px;
    }

    .offcanvas__widget li i {
        color: #777777;
        font-size: 15px;
        margin-right: 5px;
    }

    .offcanvas__social a {
        font-size: 16px;
        color: #777777;
        display: inline-block;
        margin-right: 20px;
    }

    .offcanvas__social a:last-child {
        margin-right: 0;
    }

    .header__top {
        display: none;
    }

    .header__menu__option {
        display: none;
    }

    .header__right {
        display: none;
    }

    .header .container {
        position: relative;
    }

    .header__btn {
        display: none;
    }

    .consultation__text__item {
        margin-bottom: 40px;
    }

    .footer__logo {
        margin-bottom: 30px;
    }

    .footer__newslatter {
        margin-bottom: 30px;
    }

    .footer__social {
        text-align: center;
    }

    .footer__copyright__text p {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer__copyright ul {
        text-align: center;
    }

    .services__item {
        padding: 35px 30px 35px 30px;
    }

    .testimonial__item .rating {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .services__sidebar {
        padding-top: 50px;
    }

    .services__details {
        padding-left: 0;
    }

    .doctor__item__text {
        text-align: center;
        padding-top: 40px;
    }

    .doctor__item__text.doctor__item__text--left {
        text-align: center;
    }

    .blog__details__social {
        position: relative;
        left: 0;
        margin-bottom: 30px;
    }

    .blog__details__social a {
        display: inline-block;
        margin-right: 6px;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .dropdown-arrow {
        display: none;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #222;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border: 1px solid #323232;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 35px;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -280px;
        width: 280px;
        height: 100%;
        background: #ffffff;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #777777;
        font-weight: 600;
    }

    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #777777;
    }

    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #777777;
    }

    .slicknav_nav {
        display: block !important;
    }

    .slicknav_arrow i {
        font-size: 17px;
        position: relative;
        top: 2px;
    }

    .offcanvas__logo {
        margin-bottom: 25px;
    }

    .offcanvas__btn {
        margin-bottom: 30px;
    }

    .offcanvas__widget {
        margin-bottom: 30px;
    }

    .offcanvas__widget li {
        font-size: 15px;
        color: #777777;
        list-style: none;
        line-height: 30px;
    }

    .offcanvas__widget li i {
        color: #777777;
        font-size: 15px;
        margin-right: 5px;
    }

    .offcanvas__social a {
        font-size: 16px;
        color: #777777;
        display: inline-block;
        margin-right: 20px;
    }

    .offcanvas__social a:last-child {
        margin-right: 0;
    }

    .header__top {
        display: none;
    }

    .header__menu__option {
        display: none;
    }

    .header__right {
        display: none;
    }

    .header .container {
        position: relative;
    }

    .header__btn {
        display: none;
    }

    .consultation__text__item {
        margin-bottom: 40px;
    }

    .footer__logo {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer__newslatter {
        margin-bottom: 30px;
    }

    .footer__social {
        text-align: center;
    }

    .footer__copyright__text p {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer__copyright ul {
        text-align: center;
    }

    .about__video {
        margin-bottom: 40px;
    }

    .services__sidebar {
        padding-top: 50px;
    }

    .services__details {
        padding-left: 0;
    }

    .doctor__item__text {
        text-align: center;
        padding-top: 40px;
    }

    .doctor__item__text.doctor__item__text--left {
        text-align: center;
    }

    .services__btn {
        text-align: left;
        margin-bottom: 30px;
    }

    .latest__btn {
        text-align: left;
        margin-bottom: 30px;
    }

    .services__details__widget {
        text-align: left;
        margin-top: 20px;
    }

    .contact__pic {
        margin-bottom: 40px;
    }

    .team__item img {
        height: auto;
        width: auto;
    }

    .doctor__item__pic img {
        height: auto;
        width: auto;
    }

    .gallery__container .gc__item {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .grid-sizer {
        width: 100%;
    }

    .gallery__container {
        margin-right: 0;
    }

    .blog__details__social {
        position: relative;
        left: 0;
        margin-bottom: 30px;
    }

    .blog__details__social a {
        display: inline-block;
        margin-right: 6px;
    }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .dropdown-arrow {
        display: none;
    }

    .hero__text h2 {
        font-size: 25px;
        line-height: 31px;
        margin-top: 56px;
        margin-bottom: 0px;
    }

    .consultation__form .section-title h2 {
        font-size: 24px;
    }

    .consultation__form {
        padding: 40px 25px;
    }

    .services__item {
        padding: 45px 25px 45px;
    }

    .services__item__icon {
        float: none;
        margin-bottom: 25px;
    }

    .footer__newslatter form button {
        padding: 14px 15px 12px;
    }

    .testimonial__item .rating {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .blog__details__tag a {
        margin-bottom: 10px;
    }

    .blog__details__btn__item.blog__details__btn__prev {
        margin-top: 35px;
    }

    .footer__newslatter form {
        text-align: center;
    }

    .footer__newslatter form input {
        margin-bottom: 15px;
        padding-right: 20px;
    }

    .footer__newslatter form button {
        position: relative;
        border-radius: 50px;
        padding: 14px 30px 12px;
    }
}


/*
 NOVO CODICO 
 */

.p-30 {
    padding: 30px !important;
}

.logo {
    font-size: xx-large;
    color: #777777;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    display: flex;
}


/* CALENDARIO */
.meeting {
    height: 100%;
    background-color: #b1cad4 !important;
}

.meeting-2 {
    background-color: #cfdbab;
    height: 100%;
}

::marker {
    color: transparent;
}

.eventKey div {
    display: inline-block;
    padding: 4px;
    margin: 4px 4px 4px 0;
    float: left;
    clear: both;
}

.monthYear {
    margin: 0px 0 10px 0;
    padding: 0 0 0 8px;
}

.monthYear span {
    display: none;
}

ul.days {
    background-color: #808080;
}

.days li {
    color: #ffffff;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    padding: 4px 4px 4px 8px;
    text-transform: none;
    font-size: 13px;
    text-align: center;
}

.days li,
.dates li {
    float: left;
    width: 14.28%;
    position: relative;
    box-sizing: border-box;
}

.dates {
    border-right: 1px solid #ccc;
}

.dates:after,
.days:after {
    content: '';
    display: block;
    clear: both;
}

.dates li {
    border: 1px solid #ccc;
    border-width: 0 0 1px 1px;
    height: 90px;
    margin: 0;
    background: #fff;
    overflow: hidden;
}

.dateWrapper {
    max-height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: max-height 1s;
}

.dateWrapper.open {
    max-height: 600px;
    z-index: 10;
    padding-bottom: 25px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 10px #333;
}

.dates li.fade {
    color: #ccc;
    opacity: 0.6;
}

.date,
.dates li a {
    display: block;
    padding: 4px;
    text-align: right;
    font-size: 13px;
}

.dates li a,
.eventKey div {
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
}

.dates li a,
.dates li div {
    margin: 4px 2px 0;
}

.dates li a.expand {
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.50) 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 4px 0 0 0;
    margin: 0;
    border-radius: 0;
}

.dates li a.expand.open {}

.dates li a.expand span {
    display: inline-block;
    float: right;
    padding: 4px 8px;
    transition: transform 1s ease-in-out;

}

.dates li a.expand.open span {
    transform: rotate(45deg);
    color: #333;
}

.dates li a b {
    font-weight: bold;
}

.multidayHolder {
    position: relative;
    height: 20px;
    padding: 0;
    margin: 4px 0 0 0;
}

.dates li a.multidayEvent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    margin: 0;
}

.multidayEvent span,
.holiday span {
    display: none;
}

.dates li a.length-2 {
    width: 196%;
    display: block;
}

.dates li a.length-3 {
    width: 301%;
    display: block;
}

.tradeShow,
.tradeShow:before {
    background: #e86542;
    color: #fff;
}

.meeting,
.meeting:before {
    background: #0359a6;
    color: #fff;
}

.holiday,
.holiday:before {
    background: #5fa8aa;
    color: #fff;
}

.birthday,
.birthday:before {
    background: #f8a805;
    color: #fff;
}

.calendarNav {
    display: none;
}

@media (max-width: 744px) {
    body {
        background: #fff;
    }

    .col-2 aside,
    .col-2 article {
        width: 100%;
        float: none;
        clear: both;
    }

    .eventKey div {
        clear: none;
    }

    .monthYear {
        padding: 20px 0 20px 23px;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

    .monthYear span {
        display: inline;
    }

    .days,
    .dates li,
    .dates li a.expand {
        display: none;
    }

    .dates li.current,
    .dates li a.multidayEvent,
    .calendarNav {
        display: block;
        position: static;
        width: auto;
    }

    .multidayHolder {
        height: auto;
    }

    .dates {
        border: none;
    }

    .dates li.current {
        width: 100%;
        height: auto;
        border: none;
        position: relative;
        display: block;
    }

    .dateWrapper {
        width: 100%;
        height: auto;
        position: static;
        max-height: 1000px;
    }

    .date {
        text-align: left;
        position: absolute;
        top: -46px;
        left: 0px;
        font-size: 21px;
    }

    .multidayEvent span,
    .holiday span {
        position: static;
        margin-top: 4px;
        color: #999;
        display: block;
        text-align: left;
    }

    .dates li a {
        background: none;
        color: #333;
        position: relative;
        font-size: 14px;
        padding: 25px 0 25px 35px;
        margin: 5px 0;
        border-bottom: 1px solid #ccc;
        min-height: 45px;
    }

    .dates li a:before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        border-radius: 17px;
        position: absolute;
        top: 30%;
        left: 0;
    }

    .dates li a:after {
        content: '';
        display: block;
        position: absolute;
        top: 42%;
        right: 20px;
        border: 1px solid #ccc;
        border-width: 1px 1px 0 0;
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
    }

    .dates li a b {
        display: block;
        margin-bottom: 4px;
    }

    .calendarNav {
        padding: 20px 0;
        text-align: center;
    }

    .calendarNav a {
        clear: both;
        display: inline-block;
        color: #333;
        text-decoration: none;
        padding: 6px 10px;
        border-radius: 4px;
        background: #d6d6d6;
        border: 1px solid #999;
        border-width: 0 1px 1px 0;
        margin-right: 6px;
        font-size: 14px;
    }

}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

a.nav-link {
    color: #000 !important;
}

/* Esconde o menu offcanvas em telas maiores (desktop) */
.mobile-offcanvas {
    display: none;
}

a.sub-arrow {
    padding-left: 10px;
    margin: 0;
    color: #4c4c4c;
    font-size: .875em;
    font-weight: 600;
}

.mobile-offcanvas a.arrow {
    padding: 7px 0;
    margin: 0;
    color: #d6a294;
    color: #111111;
    font-size: 1rem;
    font-weight: 800;
}

.menucanva {
    display: block;
    font-size: 22px;
    color: #222;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #323232;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    align-items: center;
    align-content: center;
    top: 35px;
    background: transparent;
}

.team_content {
    display: flex;
    align-items: end;
}

.displayidr {
    display: flex;
}

.flexivel {
    display: flex;
}

.fa-whatsapp {
    background-color: transparent !important;
}

/* Exibe o menu offcanvas apenas em telas menores (máx. 768px) */
@media (max-width: 768px) {
    .servocos {
        display: grid !important;
        justify-content: center !important;
    }

    .servocos>li {
        padding: 2rem;
    }

    .offcanvas-menu {
        display: block;
    }

    .banner-1 {
        padding: 0;
        margin: 0;
    }

    .dropdown-submenu .submenu {
        display: none;
        top: 0;
        left: 100%;
        min-width: 160px;
        border: none;
    }

    .dropdown-menu li {
        padding: 7px 0;
    }

    .dropdown-submenu .dropdown-item {
        color: black;
        font-weight: 700;
        font-size: .875em;
        padding: 0px 15px;
    }

    a.dropdown-item.underline {
        font-weight: 400;
    }

    .submenu .dropdown-item {
        margin: 0;
        color: #4c4c4c;
        font-size: .875em;
        font-weight: 600;
        border: none;
        white-space: normal;
    }

    .submenu .dropdown-item:hover {
        background-color: #495057;
    }

    .services__details__text .d-flex {
        flex-wrap: wrap-reverse;
    }

    .flexivel {
        display: contents;
    }

    .services__details__content {
        left: 0;
        padding: 15px 10px;
    }

    .services__details__pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .services__details__pic .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-position-x: right;
    }

    .services__details__content img {
        display: block !important;
    }

    .services__details__content .img {
        display: block !important;
    }

    .displayidr {
        display: grid !important;
    }

    .team_content h2 {
        font-size: 20px;
    }

    .team_head b {
        text-align: center;
    }

    .team_head p {
        text-align: center;
        font-size: 16px;
    }

    .image-section#profile {
        height: fit-content;
        overflow: hidden;
    }

    .contact_field {
        padding: inherit;
        text-align: center;
    }

    .spad {
        padding-top: inherit;
        padding-bottom: 2rem;
    }

    .team_content {
        align-items: center;
    }

    #icone {
        width: 47px;
        height: 44px;
    }


    /* Opcional: pode ocultar o menu principal em mobile */
    .header__menu {
        display: none;
    }

    .hero {
        height: auto;
        background-image: url(../img/hero-bg.jpg) !important;
    }

    .destaque {
        height: fit-content !important;
        padding: 2.5rem 0;
    }

    .destaque span {
        display: block;
    }

    .about_hero .hero__text h2 {
        font-size: 16px;
        line-height: 2;
        width: 78%;
        padding-top: 38px;
    }

    .team-img {
        width: fit-content;
    }

    .agenda {
        display: none;
    }

    .card {
        width: -webkit-fill-available;
        margin-bottom: .5rem
    }
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

@media all and (max-width:992px) {

    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas ul.dropdown-menu.show {
        border: none;
    }

    .mobile-offcanvas {
        background-color: #fff !important;
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        padding: 50px 20px 30px 30px;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 70%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
}

.offcanvas-header .header__logo {
    padding: 2px 30px 20px 0px !important;
}

/* Estilo do Banner de Cookies */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #b8ced7;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    z-index: 1000;
    display: none;
    /* Inicialmente escondido */
    justify-content: space-between;
    align-items: center;
}

.cookie-banner p {
    margin: 0;
}

.cookie-banner a {
    color: #ffcc00;
    text-decoration: none;
    font-weight: bold;
}

.accept-btn {
    background-color: #ffcc00;
    border: none;
    color: black;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

.accept-btn:hover {
    background-color: #f4a261;
}

@media (min-width: 768px) and (max-width: 1023px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 80% !important;
        zoom: 80%;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .container {
        max-width: 95% !important;
        ;
    }
}


