body .content h2:first-child,
body .content h3:first-child,
body .content h4:first-child,
body .content ul:first-child,
body .content ol:first-child {
    margin-top: 0;
}

body .content h2:last-child,
body .content h3:last-child,
body .content h4:last-child,
body .content p:last-child,
body .content ul:last-child,
body .content ol:last-child {
    margin-bottom: 0;
}

.template hr {
    background-color: #ebe9e9;
    height: 1px;
    border: none;
}

/***************************/
/***** Banner Template *****/
/***************************/


.banner {
    text-align: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}


/* .banner .image {
    padding-top: 31.5%;
    min-height: 360px;
    overflow: hidden;
    position: relative;
} */

.banner:not(.no-img) .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.banner .image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-image: linear-gradient(51deg, #b7b7b7, #ececec);
    ;
}

.banner:not(.no-img) .container {
    color: var(--white);
    position: relative;
    padding-top: 215px;
    padding-bottom: 160px;
    max-width: 1020px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.destination .banner:not(.no-img) .container {
    padding-bottom: 56px;
}

body .banner .container ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.55;
}

body .banner .container ul li {
    font-size: 0.563rem;
    line-height: 1.56;
    letter-spacing: 0.45px;
    text-align: center;
    color: #adc18b;
    text-transform: uppercase;
}

body .banner.no-img .container ul li {
    color: #9d9d9d;
}


body .banner .container ul li a:hover {
    opacity: .6;
}



body .banner .container ul li+li::before {
    content: ".";
    padding-left: .5em;
    padding-right: .5em;
    font-size: 0.625rem;
    color: #9d9d9d;
}

.banner.no-img {
    padding-top: 140px;
    margin-top: 20px;
}

.banner.no-img .image::after {
    background-color: var(--transparent);
}

/* 
.banner.no-img .container ul li+li::before,
.banner.no-img .container ul li a {
    color: rgba(28, 28, 28, 0.3);
} */

.banner.no-img .container ul li a:hover {
    color: var(--black);
}

.banner .container h1,
.banner .container .h1 {
    line-height: 1.25;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.4px;
    color: #f6f1e8;
    margin: 0;
    margin-top: 22px;
    text-transform: uppercase;
}


/* .banner.no-img .container h1,
.banner.no-img .container .h1 {
    color: var(--secondary);
    font-size: 3.125rem;
    max-width: 980px;
    margin-inline: auto;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;

} */

.banner .container h1+span {
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    margin-top: 25px;
}

/* .banner.no-img .container h1+span {
    color: var(--secondary);
} */

.banner .container h1+span a,
.banner .container h1+div a {
    color: var(--primary);
}

.banner .container h1+span a:hover,
.banner .container h1+div a:hover {
    opacity: .7;
}

.banner .container h1+div.date {
    position: relative;
    display: flex;
    gap: 11px;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    font-size: 0.875rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #c9caca;
}



@media(max-width: 768px) {

    body .banner .container ul li {
        font-size: 0.769rem;
        line-height: 1.4;
        letter-spacing: 0.8px;
    }


    .banner:not(.no-img) .container {
        padding-top: 172px;
        padding-bottom: 55px;
        min-height: unset;
    }

    .banner.no-img {
        padding-top: 70px;
    }

    .banner.no-img .container h1 {
        font-size: 2.143rem;
        line-height: 1.2;
        margin-top: 10px;
        letter-spacing: normal;
    }

    .banner .container h1+span a {
        font-size: 1rem;
    }

    .banner .container h1+span,
    .banner .container h1>span {
        display: block;
        font-size: 1rem;
        margin-top: 12px;
    }

    .banner .container h1+div.date {
        margin-top: 20px;
    }

}

.banner .container .details {
    margin-top: 0px;
    padding-top: 30px;
    position: relative;
    width: 100%;
    text-align: start;
}

.place .banner .container .details {
    padding-top: 10px;
}

.publication .banner .container .details {
    margin-top: 20px;
}

.banner .container .details ul {
    display: block;
    text-align: left;
    padding: 0;
}

.banner .container .details ul li {
    font-size: 1.25rem !important;
    color: var(--black) !important;
    width: 100%;
    line-height: 1.45;
    font-weight: 300;
}

.banner .container .details ul li+li {
    margin-top: 16px;
}

.banner .container .details ul li::before {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-mask-image: url(/assets/img/svg/phone.svg);
    mask-image: url(/assets/img/svg/phone.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: var(--primary);
    padding: 0 !important;
    font-size: 1.25rem !important;
    top: -2px;
}

.banner .container .details ul li.phone::before {
    -webkit-mask-image: url(/assets/img/svg/phone.svg);
    mask-image: url(/assets/img/svg/phone.svg);
}

.banner .container .details ul li.email::before {
    -webkit-mask-image: url(/assets/img/svg/);
    mask-image: url(/assets/img/svg/email.svg);
}

.banner .container .details ul li.h-web-index::before {
    -webkit-mask-image: url(/assets/img/svg/h-index.svg);
    mask-image: url(/assets/img/svg/h-index.svg);
}

.banner .container .details ul li.h-google-index::before {
    -webkit-mask-image: url(/assets/img/svg/google.svg);
    mask-image: url(/assets/img/svg/google.svg);
}

.banner .container .details ul li.web-reference::before {
    -webkit-mask-image: url(/assets/img/svg/link.svg);
    mask-image: url(/assets/img/svg/link.svg);
}

.banner .container .details ul li.research::before {
    -webkit-mask-image: url(/assets/img/svg/research.svg);
    mask-image: url(/assets/img/svg/research.svg);
}

.banner .container .details ul li.author::before {
    mask-image: url(/assets/img/svg/author.svg);
    -webkit-mask-image: url(/assets/img/svg/author.svg);
}

.banner .container .details ul li.article::before {
    mask-image: url(/assets/img/svg/article.svg);
    -webkit-mask-image: url(/assets/img/svg/article.svg);
}

.banner .container .details ul li.doi::before {
    mask-image: url(/assets/img/svg/doi.svg);
    -webkit-mask-image: url(/assets/img/svg/doi.svg);
}

.banner .container .details ul li.tag::before {
    mask-image: url(/assets/img/svg/tag.svg);
    -webkit-mask-image: url(/assets/img/svg/tag.svg);
    vertical-align: middle;
}

.banner .container .details ul li a {
    color: var(--primary) !important;
    font-weight: 600;
}

.banner .container .details ul li a:hover {
    opacity: 0.5;
}

.banner .container .details ul li b {
    font-weight: 600;
}


.blog-container{
    overflow-x: hidden !important;
}

/***************************/
/*******  Template *********/
/***************************/

.template {
    margin-top: 80px;
    /* width: 100%; */
    margin-inline: auto;
}

.rounded .template-module .image,
.rounded [class*="module"] .container img {
    border-radius: 30px;
    overflow: hidden;
}


.banner.no-img+.template {
    margin-top: 80px;
}

.banner.no-img:has(.date)+.template {
    margin-top: 35px;
}

@media(max-width:768px) {
    .banner.no-img:has(.date)+.template {
        margin-top: 25px;
    }
}

.template ul,
.template ol,
.template p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--secondary);
    margin: 0;
    margin-block: 19px;
}

.template .container {
    max-width: 1020px;
    padding: 0 20px;
    margin-inline: auto;
}

.template .template-module.search-results .container {
    max-width: 1320px;
}

.template h2,
.template .h2,
.template h3,
.template .h3,
.template h4,
.template .h4 {
    font-weight: 500;
    color: var(--secondary);
}

.template ol+h2,
.template ol+h3,
.template ul+h2,
.template ul+h3,
.template p+h2,
.template p+h3 {
    margin: 68px 0 20px;
}

.template ol+h4,
.template ul+h4,
.template p+h4 {
    margin: 60px 0 20px;
}

.template h2,
.template .h2 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: normal;
    margin: 0.5em 0;
    text-transform: uppercase;
}

.template h3,
.template .h3 {
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: normal;
    margin: 1em 0;

}

.template h4,
.template .h4 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.45;
    letter-spacing: -0.24;
    margin: 1em 0;
}

.template .table-wrapper+h2,
.template .table-wrapper+h3,
.template .table-wrapper+h4,
.template ol+h2,
.template ol+h3,
.template ul+h2,
.template ul+h3,
.template p+h2,
.template p+h3,
.template ol+h4,
.template ul+h4,
.template p+h4 {
    margin: 45px 0 0;
}

.template h2 strong,
.template .h2 strong,
.template h3 strong,
.template .h3 strong,
.template h4 strong,
.template .h4 strong,
.template h5 strong,
.template .h5 strong {
    color: var(--primary);
    font-weight: 500;
}

.template h3 strong,
.template .h3 strong,
.template h4 strong,
.template .h4 strong,
.template h5 strong,
.template .h5 strong {
    font-weight: normal;
}

.template b,
.template strong {
    font-weight: 500;
    color: var(--secondary);
}

.template .template-module small a,
.template .template-module ul a,
.listing.module20 .image-item a:not(.button),
.template .template-module p a,
.template .template-module td a {
    display: inline-flex;
    font-weight: 400;
    transition: var(--transition);
    color: var(--primary);
    position: relative;
}

.template .template-module td a,
.template .template-module p a {
    display: inline;
    border-bottom: 1px dotted var(--transparent);
}

.contacts .template .template-module td a[href^="tel:"],
.contacts .template .template-module p a[href^="tel:"] {
    text-decoration: none;
    color: var(--black);
    font-weight: 300;
}

.template .template-module small a,
.template .template-module ul a {
    border-bottom: 1px dotted var(--transparent);
}

.template .template-module td a:hover,
.template .template-module small a:hover,
.template .template-module ul a:hover,
.template .template-module p a:hover {
    border-bottom: 1px dotted currentColor;
}


.template .template-module small,
p small {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.57;
    display: inline-block;
    color: var(--secondary);
}

.template .template-module strong small,
p b small {
    font-weight: bold;
}

.template .template-module small {
    margin: 0.8em 0;
}

.template .template-module p>small:first-of-type {
    margin: 0;
}

.template .template-module p>small:first-of-type+br+strong>small {
    margin: 0;
}

body:not(.contacts) .template .template-module p:has(> small:first-of-type) {
    line-height: 1;
}

body:not(.contacts) .template .template-module blockquote p:has(> small:first-of-type) {
    line-height: 1.45;
}

.template .template-module small.text-center {
    width: 100%;
}
/* 
.template .template-module.module8 img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.journeys .template .template-module.module8,
.accomodation .template .template-module.module8 {
    width: 100%;
    width: 100%;
}

.journeys .template .template-module.module8 img,
.accomodation .template .template-module.module8 img {
    width: inherit;
}

.journeys .template .template-module.module8::before,
.accomodation .template .template-module.module8::before {
    content: "";
    left: 0;
    right: 0;
    bottom: -1px;
    position: absolute;
    width: 100%;
    height: 40%;
    background: url(/assets/img/svg/journeys_free_img_cover.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.template blockquote>*,
.template p big {
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.42;
    text-align: left;
    padding: 0 0 0 87px;
    letter-spacing: -0.24px;
    color: #373e37;

}

.template blockquote,
.template p big {
    padding-right: 70px;
}


.template p big,
.template blockquote {
    position: relative;
    padding-block: 43px;
}

.template p:has(> big),
.template blockquote {
    margin-inline: 0;
    margin-block: 50px;
    margin-bottom: 45px;
}

.template p:has(> big) {
    margin-top: 47px;
}

.template blockquote::after,
.template p big::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #e5f0d1;
    opacity: 0.3;
    border-radius: 30px;
    z-index: -1;
}

.contacts .template blockquote::after,
.contacts .template p big::before {
    opacity: 0.1;
}

.rounded .template blockquote::after,
.rounded .template p big::before {
    border-radius: 30px;
}

.template p sup,
.template p sub {
    font-size: 0.813rem;
}

big::after {
    content: ' ';
    background-color: var(--primary);
    width: 5px;
    height: calc(100% - 102px);
    display: block;
    position: absolute;
    top: 46px;
    left: 60px;
    margin-block: 5px;
    border-radius: 2.5px;
}


blockquote::before {
    content: '';
    -webkit-mask-image: url(/assets/img/template/quote.svg);
    mask-image: url(/assets/img/template/quote.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    display: block;
    width: 37px;
    height: 30px;
    position: absolute;
    top: 40px;
    left: 30px;
}

.template blockquote p {
    padding-top: 0;
    margin: 0;
}

.template .template-module blockquote small {
    color: var(--primary);
    font-weight: 500;
    letter-spacing: -0.14px;

}

.template ul,
.template ol {
    list-style-type: none;
    margin: 0;
    padding-block: 0px;
    margin-block: 20px;
    counter-reset: item;
    padding-left: 2em;
}


.template-module:not(.search-results) ul li::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 1.25rem;
    margin-left: -1.8em;
    margin-right: 1rem;
    -webkit-mask-image: url(/assets/img/template/bullet.svg);
    mask-image: url(/assets/img/template/bullet.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    align-items: center;
}

.template-module ol li::before {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--primary);
    counter-increment: item;
    content: counter(item) ".";
    display: inline-block;
    margin-left: -35px;
    margin-right: 18px;
    width: 16px;
}

.template-module .table-wrapper .swipeIcon {
    display: none;
}

.template-module .table-wrapper.swipe {
    overflow: auto;
    margin-inline: -20px;
    padding-inline: 20px;
    padding-bottom: 20px;
}

.template-module .table-wrapper.swipe .swipeIcon {
    display: flex;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #1f3839;
    margin-bottom: 24px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.template-module .table-wrapper.swipe .swipeIcon::before {
    position: relative;
    display: inline-flex;
    width: 25px;
    height: 27px;
    content: "";
    -webkit-mask-image: url("/assets/img/template/swipe.svg");
    mask-image: url("/assets/img/template/swipe.svg");
    background-color: var(--primary);
}


.template-module table thead {
    position: relative;
}


/* .template-module table thead::before{
    content:"";
    background: var(--primary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

.template-module table thead {
    background: var(--primary);
}

.template-module table img {
    display: inline;
}

.template-module table,
.template-module table td,
.template-module table tr,
.template-module table th {
    font-size: 1.25rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    padding: 20px;
    position: relative;
    border: solid 1px #e1e1e1;
    border-collapse: collapse;
}

.template-module table thead,
.template-module table thead tr,
.template-module table thead tr th {
    border: none;
}


.template-module table th {
    color: white;
    font-weight: 600;

}

.template-module table td {
    font-weight: normal;
    color: var(--third);
}

.template-module table td b {
    font-weight: normal;
    text-align: left;
}


.template .listing .file .link {

    font-size: 0.875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.7px;
    color: var(--primary);
    text-transform: uppercase;
    padding-right: 30px;
}

.template .listing .file .link::after {
    width: 21px;
    height: 15px;
    content: '';
    display: inline-block;
    -webkit-mask-image: url(/assets/img/elements/svg/normal-arrow.svg);
    mask-image: url(/assets/img/elements/svg/normal-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    position: relative;
    right: -15px;
    transition: var(--transition);
    top: 2px;
}

.template .listing .file .link:hover::after {
    right: -25px;
}

.rating-section {
    border-top: 1px solid #e6e6e8;
    /* margin-top: 100px; */
}

@media(max-width: 768px) {
    .template {
        margin-top: 40px;
    }

    body:not(.contacts, .blog, .news) .banner:not(.no-img)+.template {
        margin-top: 44px;
    }

    body:not(.contacts, .blog, .news) .banner:not(.no-img)+.template:has(.horizontal-slideshow) {
        margin-top: 0px;
    }

    .blog .template,
    .news .template {
        margin-top: 12px;
    }

    .template .container {
        width: 100%;
        max-width: calc(100% - 40px);
        padding: 0;
    }

    .template .template-module.imageArticle {
        margin-bottom: 30px;
    }

    .template .template-module.imageArticle+.template-module {
        margin-top: 30px;
    }

    .template .template-module.imageArticle .container {
        max-width: 100%;
    }

    .template .template-module.imageArticle img {
        border-radius: 0;
    }

    .banner .container ul li+li::before,
    .banner .container ul {
        font-size: 0.875rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner .image {
        min-height: 264px;
    }

    .template h2,
    .template .h2 {
        font-size: 1.692rem;
        line-height: 1.36;
        letter-spacing: normal;
    }

    .template ul,
    .template ol,
    .template p {
        font-size: 1.308rem;
        line-height: 1.35;
        margin-block: 16px;
    }

    .template h3,
    .template .h3 {
        font-size: 1.692rem;
        line-height: 1.25;
    }

    .template h4,
    .template .h4 {
        font-size: 1.538rem;
        line-height: 1.2;
        letter-spacing: -.2px;
    }


    .template .table-wrapper+h2,
    .template .table-wrapper+h3,
    .template .table-wrapper+h4,
    .template ol+h2,
    .template ol+h3,
    .template ul+h2,
    .template ul+h3,
    .template p+h2,
    .template p+h3,
    .template ol+h4,
    .template ul+h4,
    .template p+h4 {
        margin: 35px 0 0;
    }

    .template .template-module small,
    .template p small {
        font-size: 0.846rem;
        line-height: 1.45;
    }

    big::after {
        left: 0px;
        margin-block: 0;
        height: calc(100% - 70px);
        top: 35px;
    }

    .template blockquote p,
    .template p big {
        font-size: 1.538rem;
        padding: 30px 0 30px 30px;
        line-height: 1.2;
    }

    .rounded .template blockquote::after,
    .rounded .template p big::before {
        border-radius: 0;
    }

    .template blockquote::after,
    .template p big::before {
        width: 100vw;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
    }

    .template blockquote p {
        padding: 0 0 0 30px;
    }

    .template p big {
        padding: 30px 0px 30px 30px;
    }

    .template ul,
    .template ol {
        counter-reset: item;
        padding-left: 2em;
    }

    /* .template-module:not(.search-results) ul li::before{
        margin-left: -17px;
        margin-right: 11px;
    } */
    .template-module:not(.search-results) ul li::before {
        height: 12px;
        width: 16px;
        margin-right: 14px;
        margin-left: -30px;
    }


    .template-module table,
    .template-module table td,
    .template-module table tr,
    .template-module table th {
        font-size: 1.077rem;
    }

    blockquote::before {
        top: 40px;
        left: -5px;
        width: 26px;
        height: 21px;
    }

    .template blockquote {
        padding-right: 25px;
    }


    .template-module ol li::before {
        margin-left: -30px;
        margin-right: 14px;
        font-size: 1.286rem;
    }

    .template .template-module.module8 small,
    .template .template-module .image.video+small {
        font-size: 1.077rem !important;
        line-height: 1.29;
    }

    .template .template-module.module12 .container {
        padding-inline: 0;
        max-width: 100%;
    }

    .rounded .template-module .container:has(.slider-wrapper) .image,
    .rounded .template-module .container:has(.slider-wrapper) .image img,
    .rounded .template-module.module12 .container .image,
    .rounded .template-module.module12 .container img {
        border-radius: 0px;
    }
}


.template p.title {
    font-size: 1.5rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    margin: 2em 0 .5rem 0;
    color: var(--black);
}

.template .template-module.search-results .listing {
    margin-top: 30px;
}

.template-module.fullwidth .image img {
    width: 100%;
    background: none;
}

.rounded .template-module.fullwidth .image {
    border-radius: 0;
}

.template > .featured:last-of-type{
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .template {
        margin-bottom: 110px;
    }

    .template:has(.contacts) {
        margin-bottom: 0px;
    }

    body.article .template {
        margin-bottom: 70px;
    }

    .contacts .template .template-module td a[href^="tel:"]:hover,
    .contacts .template .template-module p a[href^="tel:"]:hover {
        color: var(--primary);
    }
}


/*****************************/
/********** COLUNAS **********/
/*****************************/

/* .colunas .container{
    max-width: 1220px;
} */
.colunas .containerSlide,
.colunas .containerSlide .tns-outer {
    max-width: 1240px;
    margin-inline: auto;
}

.index .colunas .containerSlide:has(.tns-outer) {
    max-width: 1350px;
}

.colunas .container>div,
.colunas.image .container .slider {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.colunas.image .container .slider:not(.tns-slider) {
    overflow: initial;
}





@media (min-width: 768px) {

    .index .colunas .containerSlide:has(.tns-outer) {
        padding-inline: 60px;
    }

    .colunas .containerSlide .tns-ovh {
        padding-inline: 15px;
    }

    .colunas.image .containerSlide .tns-ovh {
        padding-inline: 5px;
    }

    .colunas[data-count="2"] .slider>div {
        max-width: 50%;
        margin-inline: auto;
    }

    .colunas .container.containerSlide>div,
    .colunas.image .container.containerSlide .slider {
        gap: 0px;
    }

    .colunas.box[data-count="2"] .slider>div .itens {
        padding-inline: 60px;
    }

    .colunas .slider-arrows>div.next {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .colunas .container>.slider:not(.gridCol) {
        flex-direction: column;
    }

    .colunas.colunas-4 .container>.slider:not(.gridCol) {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px 20px;
    }

    .colunas.image .container.containerSlide .slider.gridCol {
        gap: 50px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .colunas.image .container.containerSlide .slider.gridCol .item {
        flex: calc(50% - 20px);
        max-width: calc(50% - 10px);
    }

    .colunas.module25 .slider-arrows {
        display: none;
    }

    .index .colunas .itens p+.button,
    .passos p+.button {
        display: block;
        text-align: center;
        padding: 9.5px 20px;
        font-size: 1.077rem;
    }
}

.colunas.align-left .itens,
.template .colunas.align-left .itens p {
    text-align: left;
}

.colunas.align-right .itens,
.template .colunas.align-right .itens p {
    text-align: right;
}

.colunas.align-center .itens,
.template .colunas.align-center .itens p {
    text-align: center;
}

.colunas .item {
    flex: 1;
}

.colunas .tns-inner .slider {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    gap: 50px;
    transition: var(--transition);
}


.colunas .tns-inner .slider,
.colunas.box .container>div {
    gap: 25px;
}

.colunas:not(.image, .box) .itens {
    padding: 0px 10px;
}

.colunas.image .tns-inner .slider {
    padding-bottom: 0;
}

.colunas.box .itens {
    box-shadow: 0px 17px 29px 0 rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    background-color: white;
    padding: 50px 25px 46px;
    height: 100%;
}

.colunas.box .tns-slider .itens {
    box-shadow: 0px 17px 29px 0 rgba(0, 0, 0, 0.0);
}

.colunas.box .tns-slide-active .itens {
    box-shadow: 0px 17px 29px 0 rgba(0, 0, 0, 0.04);
}




main:has(.colunas.box:last-of-type .tns-inner .slider)+footer {
    margin-top: 0px;
}

.colunas.box:has(.tns-inner .slider)+section {
    margin-top: 80px;
}

.colunas.box:has(.tns-inner .slider) {
    margin-bottom: 80px;
}


.colunas .itens .img {
    width: 90px;
}

.colunas.box .itens .img {
    width: 70px;
}

.colunas.image .itens .img {
    width: 100%;
    overflow: hidden;
}

.rounded.colunas.image .itens .img {
    border-radius: 30px;
}

.colunas.image .itens .img img,
.colunas .itens .img.icon {
    transition: var(--transition);
}

.content.contacts .colunas.image .itens .img img,
.content.contacts .colunas .itens .img.icon {
    height: auto;
}

.content.contacts .colunas.image .itens .img,
.content.contacts .colunas .itens .img.icon {
    overflow: visible;
}

.content.contacts .module10.contacts {
    background-color: white;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 85px;
}


.colunas .itens .img.icon {
    margin-block: 5px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.colunas.image .itens .img a:hover img,
.colunas .itens a:hover .img.icon {
    transform: scale(1.05);
}


.colunas .itens .img.icon:before {
    content: "";
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    height: 90px;
    display: block;

}

.colunas.align-center .img {
    margin-inline: auto;
}

.colunas.align-right .img {
    margin-left: auto;
    margin-right: 0;
}

.index .colunas .itens h3 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: normal;
    color: var(--secondary);
    ;
    margin-bottom: 17px;
}

.index .colunas .itens p {
    font-size: 0.938rem;
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: normal;
    color: var(--third);
    margin-bottom: 0;
}

.index .colunas .itens p+.button,
.passos p+.button {
    margin-top: 20px;

}

.index .colunas.icon .itens p+.button {
    font-size: 0.875rem;
    line-height: 1.43;
    padding: 10.6px 23px 10.4px;
}

.colunas.icon:not(.box) .container.containerSlide>div.slider-arrows {
    top: 80px;
    bottom: auto;
}

.colunas .itens>p:first-of-type {
    margin-top: 0px;
}

.colunas .itens>.img+p:first-of-type {
    margin-top: 27px;
}

.colunas div:not(.containerSlide) .slider-arrows {
    display: none;
}

.colunas .slider-arrows>div::before {
    background-color: #dedddd;
}

.colunas .slider-arrows>div:hover::before {
    background-color: #757575;
}

.colunas .slider-arrows>div.prev {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .colunas.box .container>div.slider-arrows {
        display: none;
    }

    .colunas.box .tns-inner .slider {
        margin-left: 10px;
    }

    .colunas.box .container .slider {
        gap: 25px !important;
        padding-bottom: 20px;
    }

    .index .colunas:not(.box) .container:has(.slider) {
        padding-inline: 35px;
    }

    .colunas .tns-inner .slider {
        gap: initial !important;
        padding-bottom: 0;
    }

    .colunas.box:has(.tns-inner .slider) .container {
        padding-inline: 0px;
    }

    .colunas.box:has(.tns-inner .slider) {
        margin-bottom: 40px;
    }

    .colunas.box:has(.tns-inner .slider)+section {
        margin-top: 40px !important;
    }

    .colunas .button {
        width: 100%;
        text-align: center;
        display: block;
    }

    .content.contacts .colunas.contacts {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .colunas.icon:not(.box) .container.containerSlide>div.slider-arrows {
        top: 105px;
    }
}

/********************************/
/*********** NO RESULS **********/
/********************************/

.no-results p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--secondary);
    margin: 0;
    margin-block: 19px;
}