        .banner-section {
            position: relative;
            z-index: 1;
        }

        .banner-section .bg-image {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-position: center top;
            background-size: cover;
            z-index: 1;
        }

        .banner-carousel2 {
            position: relative;
            z-index: 1;
        }

        .banner-carousel2 .slide-item {
            position: relative;
            display: block;
            background-color: #fff;
            color: #ffffff;
            overflow: hidden;
            height: 550px;
        }

        .banner-three .banner-carousel2 .slide-item {
            background: none;
        }

        .banner-carousel2 .slide-item:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: var(--thm-black);
            opacity: 0.1;
            z-index: 1;
        }

        .banner-two .banner-carousel2 .slide-item::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("../images/main-slider/slide-2-pattern-1.html");
            z-index: 10;
        }

        .banner-two .banner-carousel2 .slide-item:before {
            opacity: 1;
        }

        .banner-three .banner-carousel2 .slide-item:before {
            display: none;
        }

        .banner-carousel2 .slide-item .left-top-line {
            position: absolute;
            left: 0;
            top: 0;
            width: 350px;
            max-width: 100%;
            height: 100%;
            background: url("../images/main-slider/left-curve-line.html") left top no-repeat;
            z-index: 2;
            opacity: 0;
            transform: translateY(-100%);
        }

        .banner-carousel2 .active .left-top-line {
            opacity: 1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 200ms;
        }

        .banner-carousel2 .slide-item .right-bottom-curve {
            position: absolute;
            right: 0;
            top: 0;
            width: 655px;
            max-width: 100%;
            height: 100%;
            background: url("../images/main-slider/right-curved-bg2.png") right bottom no-repeat;
            z-index: 2;
            opacity: 0;
            transform: translateX(700px);
        }

        .banner-carousel2 .active .right-bottom-curve {
            opacity: .7;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 1300ms;
        }

        .banner-carousel2 .slide-item .right-top-curve {
            position: absolute;
            right: 0;
            top: 0;
            width: 164px;
            max-width: 100%;
            height: 100%;
            background: url("../images/main-slider/right-white-curve.svg") right top no-repeat;
            z-index: 2;
            opacity: 0;
            transform: translateX(200px);
        }

        .banner-carousel2 .active .right-top-curve {
            opacity: 1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 1800ms;
        }

        .banner-carousel2 .slide-item .round-shape-1 {
            position: absolute;
            left: -500px;
            bottom: -500px;
            width: 1000px;
            height: 1000px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            z-index: 2;
            opacity: 0;
            transform: translateY(100%);
        }

        .banner-carousel2 .active .round-shape-1 {
            opacity: 1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 1500ms;
        }

        .banner-carousel2 .slide-item .shape-1 {
            position: absolute;
            left: 0;
            top: 0;
            width: 570px;
            max-width: 100%;
            height: 810px;
            background: url("../images/main-slider/b-2-shape-1.html") left top no-repeat;
            z-index: 2;
            opacity: 0;
            transform: translateY(-100%);
        }

        .banner-carousel2 .active .shape-1 {
            opacity: 1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 200ms;
        }

        .banner-carousel2 .slide-item .shape-2 {
            position: absolute;
            left: 0;
            bottom: 55px;
            width: 333px;
            max-width: 100%;
            height: 366px;
            background: url("../images/main-slider/b-2-shape-2.html") left bottom no-repeat;
            z-index: 2;
            opacity: 0;
            transform: translateX(-500px);
        }

        .banner-carousel2 .active .shape-2 {
            opacity: 1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 500ms;
        }

        .banner-carousel2 .slide-item .shape-3 {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 824px;
            max-width: 100%;
            height: 424px;
            background: url("../images/main-slider/b-2-shape-3.html") right bottom no-repeat;
            z-index: 2;
            opacity: 0;
            transform: translateX(900px);
        }

        .banner-carousel2 .active .shape-3 {
            opacity: 1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 1800ms;
        }


        .banner-carousel2 .slide-item .image-layer {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 1;
            z-index: 0;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            /* poner en grises - grey background
  opacity: 0.6;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%); */
            transform: scale(1);
        }

        .banner-carousel2 .active .slide-item .image-layer {
            transform: scale(1.15);
            transition: all 7000ms linear;
        }

        .banner-carousel2 .content-box {
            position: relative;
            display: table;
            vertical-align: middle;
            width: 100%;
            height: 100%;
            padding: 0 0px;
            z-index: 11;
        }

        .banner-carousel2 .content-box .content {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            vertical-align: middle;
            /* padding: 160px 0px 50px;*/
            padding: 0px;
        }

        .banner-carousel2 .content-box .inner {
            position: relative;
            display: block;
            max-width: 800px;
            text-align: center;
        }

        .banner-two .banner-carousel2 .content-box .inner {
            max-width: 820px;
            margin: 0 auto;
            text-align: center;
        }

        .banner-three .banner-carousel2 .content-box .inner {
            max-width: 550px;
        }


        .banner-carousel2 .content-box .sub-title {
            display: block;
            font-size: 30px;
            line-height: 1.5em;
            color: #ffffff;
            font-family: 'Fjalla One', sans-serif;
            text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.33);
            text-transform: uppercase;
            margin-bottom: 10px;
            opacity: 0;
            transform: translateY(80px);
        }

        .banner-carousel2 .active .content-box .sub-title {
            opacity: 1;
            transform: translate(0);
            transition: all 700ms ease;
            transition-delay: 800ms;
        }

        .banner-carousel2 .content-box h1 {
            display: block;
            font-size: 89px;
            line-height: 1em;
            color: #ffffff;
            opacity: 0;
            text-transform: uppercase;
            letter-spacing: 0;
            margin: 0;
            transform: translateY(80px);
        }

        .banner-two .banner-carousel2 .content-box h1 {
            text-transform: capitalize;
        }

        .banner-three .banner-carousel2 .content-box h1 {
            font-size: 120px;
            color: var(--thm-black);
        }

        .banner-carousel2 .active .content-box h1 {
            opacity: 1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 1300ms;
            text-shadow: 0px 9px 15px rgba(0, 0, 0, 0.3);
        }

        .banner-three .banner-carousel2 .active .content-box h1 {
            transition-delay: 700ms;
        }

        .banner-carousel2 .content-box .text {
            position: relative;
            font-size: 20px;
            font-weight: 300;
            line-height: 1.7em;
            letter-spacing: 0.07em;
            color: var(--thm-black);
            margin: 5px 0 0;
            opacity: 0;
            transform: translateY(80px);
        }

        .banner-carousel2 .active .content-box .text {
            opacity: 1;
            transform: translate(0);
            transition: all 700ms ease;
            transition-delay: 1200ms;
        }

        .banner-carousel2 .content-box .link-box {
            position: relative;
            display: block;
            padding-top: 30px;
            opacity: 0;
            transform: translateY(50px);
        }

        .banner-three .banner-carousel2 .content-box .link-box {
            padding-top: 45px;
        }

        .banner-carousel2 .active .content-box .link-box {
            opacity: 1;
            transform: translate(0);
            transition: all 700ms ease;
            transition-delay: 1800ms;
        }

        .banner-carousel2 .slide-item .round-image {
            position: absolute;
            right: -200px;
            top: -100px;
            width: 850px;
            height: 850px;
            border-radius: 50%;
            z-index: 2;
        }

        .banner-carousel2 .slide-item .round-image .image {
            position: absolute;
            left: 0;
            top: 0;
            width: 850px;
            height: 850px;
            background-size: cover;
            background-position: left top;
            border-radius: 50%;
            -webkit-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            z-index: 2;
            opacity: 0;
            transform: translateX(100%);
        }

        .banner-carousel2 .active .round-image .image {
            opacity: 1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 200ms;
        }

        .banner-carousel2 .slide-item .round-image:before {
            content: "";
            position: absolute;
            left: -100px;
            bottom: 120px;
            width: 100%;
            height: 100%;
            background: var(--thm-black);
            border-radius: 50%;
            z-index: 1;
            opacity: 0;
            transform: translateX(100%);
        }

        .banner-carousel2 .active .round-image:before {
            opacity: 0.1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 700ms;
        }

        .banner-carousel2 .slide-item .round-image:after {
            content: "";
            position: absolute;
            left: -100px;
            bottom: -50px;
            width: 330px;
            height: 330px;
            background: url("../images/main-slider/b-3-shape.html") center center no-repeat;
            z-index: 3;
            opacity: 0;
            transform: translateY(100%);
        }

        .banner-carousel2 .active .round-image:after {
            opacity: 1;
            transform: translate(0);
            transition: all 1000ms ease;
            transition-delay: 1000ms;
        }

        .banner-carousel2 .owl-nav {
            position: absolute;
            left: 50%;
            margin-left: -600px;
            top: 50%;
            width: 1200px;
            height: 110px;
            text-align: right;
        }

        .banner-carousel2 .owl-nav .owl-next,
        .banner-carousel2 .owl-nav .owl-prev {
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            background: #ffffff !important;
            padding: 0;
            margin: 0;
            line-height: 50px;
            text-align: center;
            opacity: 0.2;
            border-radius: 50%;
            transition: all 500ms ease;
        }

        .banner-carousel2 .owl-nav .owl-next {
            top: auto;
            bottom: 0;
        }

        .banner-carousel2 .owl-nav .owl-next span,
        .banner-carousel2 .owl-nav .owl-prev span {
            vertical-align: middle;
        }

        .banner-carousel2 .owl-nav .owl-next:hover,
        .banner-carousel2 .owl-nav .owl-prev:hover {
            opacity: 1;
        }

        .banner-section .owl-dots {
            position: absolute;
            left: 0;
            bottom: 50px;
            width: 100%;
            text-align: center;
            display: none;
        }

        .banner-two .owl-nav,
        .banner-three .owl-nav {
            display: none;
        }

        .banner-three {
            background-color: var(--thm-base);
        }

        .banner-three .bg-image {
            opacity: 0.03;
        }

        .banner-two .owl-dots {
            display: block;
        }

        .banner-section .owl-theme .owl-dots .owl-dot {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin: 0px 3px;
        }

        .banner-section .owl-theme .owl-dots .owl-dot span {
            position: relative;
            display: block;
            width: 10px;
            height: 10px;
            border: 5px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
        }

        .banner-section .owl-theme .owl-dots .owl-dot.active span {
            background: none;
            border-width: 2px;
            border-color: var(--thm-base);
        }

        /***/
        .banner-carousel2 .slide-item .image-layer.slider-movil {
            display: none;
        }

        .frase-slider {
            margin-top: 200px;
            font-size: 3rem !important;
        }

        @media (max-width:798px) {


            .frase-slider {
                margin-top: 150px;
                font-size: 40px !important;
            }

            .banner-carousel2 .content-box h1 {
                font-size: 50px;
            }

            .banner-carousel2 .slide-item .image-layer.slider-web {
                display: none;
            }

            .banner-carousel2 .slide-item .image-layer.slider-movil {
                display: block;
                background-position: left center !important;
            }

            .banner-carousel2 .slide-item {
                height: 400px;
            }

            .owl-carousel .owl-nav button.owl-next {
                right: 30px;
            }

            .owl-carousel .owl-nav button.owl-prev {
                left: 30px;
            }
        }