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.no-img {
    background-color: #ecf3fb;
}

.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 img.banner-mask {
    object-fit: contain;
    object-position: right bottom;
}

.banner .image:has(img)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-color: #a5a5a5;
}

.banner .container {
    color: var(--white);
    position: relative;
    max-width: 1340px;
    display: flex;
    padding: 180px 80px 234px;
    flex-direction: column;
}

.banner.no-img .container {
    padding: 180px 80px 175px;
    max-width: 1140px;
}

.banner.no-img .container:has(.location) {
    padding: 180px 20px 115px;
    max-width: 1040px;
}

.media.revista .banner.no-img .container {
    padding: 180px 80px 117px;
}

body .banner .container ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.55;
}

body .banner.no-img .container ul {
    justify-content: center;
}

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.75em;
    line-height: 1.33;
    color: #ffffff;
    font-weight: normal;
}

body .banner.banner.no-img .container ul li {
    color: #1b1819;
}

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: #ffffff;
}

body .banner.banner.no-img .container ul li+li::before {
    color: #1b1819;
        padding-left: .6em;
    padding-right: .6em;
}

.banner .container h1,
.banner .container .h1 {
    font-family: var(--font-family-title);
    line-height: 1.22;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.75rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    margin-top: 10px;
    text-align: start;
}

.banner.no-img .container h1,
.banner.no-img .container .h1 {
    color: #1b1819;
    text-align: center;
    font-size: 2.813rem;
    margin-top: 8px;
}

.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 .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) {

    .banner .container {
        padding: 120px 20px;
        min-height: unset;
    }

    .banner .container h1 {
        font-size: 35px;
        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.no-img .container h1, .banner.no-img .container .h1 {
        font-size: 28px;
        line-height: 1.14;
    }

    .banner .container h1+div.date {
        margin-top: 20px;
    }


}

/***************************/
/*******  Template *********/
/***************************/

.template {
    margin-top: 91px;
    /* width: 100%; */
    margin-inline: auto;
}

.rounded .template-module .image,
.rounded [class*="module"] .container img {
    border-radius: 30px;
    overflow: hidden;
}

.template ul,
.template ol,
.template p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1a1819;
    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;
}

.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: 2.25rem;
    line-height: 1.11;
    letter-spacing: normal;
    margin: 0.5em 0;
    font-family: var(--font-family-title);
}

.template h3,
.template .h3 {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: normal;
    margin: 1em 0;

}

.template h4,
.template .h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    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 b,
.template strong {
    font-weight: 500;
}

.template .listing  a:not(.button),
.template .template-module small a,
.template .template-module ul a,
.template .template-module ol a,
.listing.module20 .image-item a:not(.button),
.template .template-module p a,
.template .template-module td a {
    display: inline-flex;
    font-weight: 500;
    transition: var(--transition);
    color: var(--primary);
    position: relative;
    border-bottom: 1px dotted var(--transparent);
}

.template .template-module td a,
.template .template-module p a {
    display: inline;
    border-bottom: 1px dotted var(--transparent);
}

.template .template-module small a,
.template .template-module ol a,
.template .template-module ul a {
    border-bottom: 1px dotted var(--transparent);
}

.template .listing  a:not(.button):hover,
.template .template-module td a:hover,
.template .template-module small a:hover,
.template .template-module ul a:hover,
.template .template-module ol 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: normal;
    line-height: 1.57;
    display: inline-block;
}

.template .template-module strong small,
p b small {
    font-weight: 500;
}

.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 .template .template-module p:has(> small:first-of-type) {
    line-height: 1;
}

body .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;
}

.template blockquote>*,
.template p big {
    position: relative;
    display: block;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
    padding: 0 0 0 87px;
    color: #1a1819;
}

.template blockquote,
.template p big {
    padding-right: 67px;
}

.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: #ecf3fb;
    opacity: 0.3;
    border-radius: 30px;
    z-index: -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 blockquote small {
    color: var(--primary);
    font-weight: 500 !important;
}

.template ul,
.template ol {
    list-style-type: none;
    margin: 0;
    padding-block: 0px;
    margin-block: 20px;
    counter-reset: item;
    padding-left: 2em;
}


.listing:not(.search-results) ul li::before,
.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 {
    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 {
    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;
}

@media(max-width: 768px) {
    .template {
        margin-top: 40px;
    }

    body .banner + .template {
        margin-top: 44px;
    }

    body .banner + .template:has(.horizontal-slideshow) {
        margin-top: 0px;
    }

    .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 .image {
        min-height: 264px;
    } */

    .template h2,
    .template .h2 {
        font-size: 28px;
        line-height: 1.54;
        letter-spacing: normal;
    }

    .template ul,
    .template ol,
    .template p {
        font-size: 18px;
        line-height: 1.35;
        margin-block: 16px;
    }

    .template h3,
    .template .h3 {
        font-size: 24px;
        line-height: 1.16;
    }

    .template h4,
    .template .h4 {
        font-size: 1.538rem;
        line-height: 1.2;
    }


    .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 {
        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;
    }

    .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;
}

@media(min-width: 768px) {

    .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: 1020px;
    margin-inline: auto;
    padding: 0 20px;
}

.index .colunas .containerSlide:has(.tns-outer) {
    max-width: 1020px;

}

.colunas .container>div,
.colunas.image .container .slider {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.colunas.image .container .slider:not(.tns-slider) {
    overflow: initial;
}


.colunas .container>div.noSlider,
.colunas.image .container .noSlider  {
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.container>div.noSlider > *{
    display: flex;
    flex-direction: column;
}

.container>div.noSlider .item .itens {
    flex: 1;
}

/* 2 colunas */
.container>div.noSlider.colslide-2 > * {
    flex: 0 0 calc(50% - 25px);
}

/* 3 colunas */
.container>div.noSlider.colslide-3 > * {
    flex: 0 0 calc(33.333% - 33.333px);
}

/* 4 colunas */
.container>div.noSlider.colslide-4 > * {
    flex: 0 1 calc((100% / 4) - 38.5px);
}


.container>div.noSlider.colslide-2 div.itens:not(:has( img)) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


/* Ajustes para mobile */
@media (max-width: 768px) {

    .colunas .container>div.noSlider > * {
        flex: 0 0 calc(50% - 25px);
    }

    .colunas .container>div.noSlider, 
    .colunas.image .container .noSlider {
        gap: 25px;
    }

    .container>div.noSlider.colslide-2 .item:not(:has( .itens img)) {
		order: 2;
	}
}

@media (max-width: 500px) {

    .colunas .container>div.noSlider > * {
        flex: 0 0 calc(100%);
    }

    .colunas .container>div.noSlider, 
    .colunas.image .container .noSlider {
        gap: 20px;
    }
}


@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:not(:has(.tns-inner)) .container.containerSlide>div,
    .colunas.image:not(:has(.tns-inner)) .container.containerSlide .slider {
        gap: 50px;
    }

    .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);
}

.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;
    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 {
    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;
    }

    .colunas.icon:not(.box) .container.containerSlide>div.slider-arrows {
        top: 105px;
    }
}
