.fancybox-container {
    z-index: 999999
}

.swiper-container {
    width: 100%;
    height: auto;
    padding-bottom: 15px!important;
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex
}

.swiper-wrapper {
    height: auto!important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.dica_divi_carousel .dica_divi_carouselitem {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0!important;
    -ms-flex-item-align: start;
    align-self: flex-start
}

:root .dica_divi_carousel .dica_divi_carouselitem .et_pb_module_inner,
_:-ms-fullscreen {
    -ms-flex: 1 1;
    flex: 1 1
}

.dica_divi_carouselitem {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.dica_divi_carouselitem .et_pb_module_inner {
    width: 100%
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item-content h4 {
    font-size: 20px
}

.dica_divi_carousel .dica_divi_carouselitem .dica-item-content {
    font-size: 14px
}

.dica_divi_carousel .dica_divi_carouselitem .dica-image-container img {
    border-style: solid;
    display: block
}

.dica_divi_carousel .dica_divi_carouselitem {
    border-style: solid
}

.dica-container .swiper-button-next,
.dica-container .swiper-button-prev {
    background-image: none!important;
    width: 56px;
    height: auto;
    background-color: #fff
}

.dica-container .swiper-button-next {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.dica-container:hover .swiper-button-next {
    right: 10px
}

.dica-container .swiper-button-prev {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dica-container:hover .swiper-button-prev {
    left: 10px
}

.swiper-button-next:before {
    content: "\f13d";
    height: 58px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: bold;
    transform: rotate(90deg);
    text-align: center;
}

.swiper-button-prev:before {
    content: "\f13d";
    height: 58px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: bold;
    transform: rotate(270deg);
    text-align: center;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 58px;
    text-transform: none;
    speak: none
}

.dica-container .swiper-button-next {
    right: 10px
}

.dica-container .swiper-button-prev {
    left: 10px
}

.dica-container.arrow-outer-position .swiper-button-next {
    right: -62px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.dica-container.arrow-outer-position .swiper-button-prev {
    left: -62px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.dica-container:not(.arrow-outer-position) {
    overflow: hidden
}

@media (max-width:615px) {
    .dica-container.arrow-outer-position .swiper-button-next {
        right: 0
    }
    .dica-container.arrow-outer-position .swiper-button-prev {
        left: 0
    }
}

.dica-container.arrow-show-hover .swiper-button-next,
.dica-container.arrow-show-hover .swiper-button-prev {
    opacity: 0
}

.dica-container.arrow-show-hover:hover .swiper-button-next,
.dica-container.arrow-show-hover:hover .swiper-button-prev {
    opacity: 1
}

.dica-container.arrow-show-hover .swiper-button-next {
    right: -50px
}

.dica-container.arrow-show-hover .swiper-button-prev {
    left: -50px
}

.dica-container.arrow-show-hover:hover .swiper-button-next {
    right: 10px
}

.dica-container.arrow-show-hover:hover .swiper-button-prev {
    left: 10px
}

.dica-container.arrow-show-hover.arrow-outer-position .swiper-button-next {
    right: 50px
}

.dica-container.arrow-show-hover.arrow-outer-position .swiper-button-prev {
    left: 50px
}

.dica-container.arrow-show-hover.arrow-outer-position .swiper-button-next:hover,
.dica-container.arrow-show-hover.arrow-outer-position:hover .swiper-button-next {
    right: -62px
}

.dica-container.arrow-show-hover.arrow-outer-position .swiper-button-prev:hover,
.dica-container.arrow-show-hover.arrow-outer-position:hover .swiper-button-prev {
    left: -62px
}

.dica-container .swiper-pagination {
    width: 100%
}

.dica_divi_carousel .swiper-pagination-bullet {
    opacity: 1;
    margin-right: 4px
}

.dica-container .et_pb_button_wrapper {
    margin-top: 10px
}

.overlay-image .dica-item .dica-image-container {
    position: relative
}

.overlay-image .dica-item .dica-image-container a.image:before {
    content: "";
    background: hsla(0, 0%, 100%, .81);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.overlay-image .dica-item .dica-image-container a.image:after {
    content: "1";
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    left: 50%;
    color: #58b4f4;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.overlay-image .dica-item:hover .dica-image-container a.image:before {
    opacity: 1
}

.overlay-image:hover .dica-item:hover .dica-image-container a.image:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.swiper-container-coverflow .swiper-wrapper .swiper-slide-active {
    -webkit-transform: translateZ(0) rotateX(0deg) rotateY(0deg)!important;
    transform: translateZ(0) rotateX(0deg) rotateY(0deg)!important
}

.dg-carousel-lightbox {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
    height: 0;
    display: none
}

.dg-carousel-lightbox.open {
    opacity: 1;
    width: auto;
    height: auto;
    position: fixed;
    background-color: rgba(51, 51, 51, .88);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding-bottom: 30px;
    display: block
}

.dg-carousel-lightbox.open .lightbox-header {
    text-align: right
}

.dg-carousel-lightbox.open .image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%;
    margin: 0 auto;
    height: 100%;
    white-space: nowrap;
    -ms-flex-align: center;
    align-items: center
}

.dg-carousel-lightbox .image-wrapper img {
    -webkit-transform: scale(0);
    transform: scale(0)
}

@-webkit-keyframes imageAnimation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes imageAnimation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.dg-carousel-lightbox.open .image-wrapper span {
    -ms-flex-item-align: center;
    align-self: center
}

.dg-carousel-lightbox.open .image-wrapper img {
    max-height: 85vh;
    -webkit-animation-name: imageAnimation;
    animation-name: imageAnimation;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    vertical-align: middle
}

.dg-carousel-lightbox.open .close-btn {
    background-color: rgba(0, 0, 0, .57);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    font-size: 16px
}