 #banner_principal {
        background-color: #000;
    }

    #banner_principal .item {
        position: relative;
    }

    #banner_principal img.block {
        display: block;
        width: 100%;
    }

    #banner_principal .item .title {
        position: absolute;
        left: 0px;
        top: 30%;
        color: #FFF;
        font-size: 3rem;
        text-align: center;
        width: 100%;
        font-family: 'montserrat_negrita';
    }

    .main-content {
        position: relative;
    }

    .main-content .owl-theme .custom-nav {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
    }


    .main-content .owl-theme .custom-nav .owl-prev,
    .main-content .owl-theme .custom-nav .owl-next {
        position: absolute;
        height: 100px;
        color: inherit;
        background: none;
        border: none;
        z-index: 100;
    }

    .main-content .owl-theme .custom-nav .owl-prev i,
    .main-content .owl-theme .custom-nav .owl-next i {
        font-size: 3.5rem;
        color: #cecece;
    }

    .main-content .owl-theme .custom-nav .owl-prev {
        left: 20px;
    }

    .main-content .owl-theme .custom-nav .owl-next {
        right: 20px;
    }

    .owl-theme .owl-dots,
    .owl-theme .owl-nav {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .carusel2.owl-carousel .owl-item img {
        width: inherit !important;
        ;
    }

    #areaNosotros {
        background-image: url(../../../assets/images/fondo_marmol.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-bottom: 50px;
    }

    #areaNosotros .logo {
        width: 15%;
    }

    #areaNosotros .slogan0 {
        font-family: 'montserrat_negrita';
        font-size: 26px;
        color: #FFF;
    }

    #areaNosotros .slogan1 {
        font-family: 'miraculous_christmas';
        font-size: 60px;
        color: #FCAE12;
    }

    #areaNosotros .slogan2 {
        font-family: 'montserrat_negrita';
        font-size: 48px;
        color: #FFF;
    }

    #areaNosotros .pellets {
        font-family: 'montserrat_fina';
        color: #FFF;
    }



    #areaNosotros .botanaTipo {
        font-family: 'montserrat_negrita';
        font-size: 26px;
        color: #FFF;
        border-bottom: 5px solid #FCAE12;
        padding-bottom: 7px;
    }

    #areaNosotros .carusel3Nav {
        display: none;
    }

    #areaIngredientes p {
        color: #1C1C1C;
    }

    #areaIngredientes .nuestros {
        font-family: 'montserrat_negrita';
        font-size: 48px;
        color: #000;
    }

    #areaIngredientes .ingredientes {
        font-family: 'montserrat_negrita';
        font-size: 48px;
        color: #EC1B2B;
    }

    #wheelDiv svg {
        width: 100%;
    }

    #t0 {
        transform: translate(0px, 0px);
        pointer-events: none;
        transition: 0.3s;
        fill: rgba(0, 0, 0, 0);
    }

    #h0,
    #h1,
    #h2,
    #h3,
    #h4,
    #h5 {
        pointer-events: auto;
    }

    #t0:hover {
        transform: translate(50px, 0px);
    }

    #t1 {
        transform: translate(0px, 0px);
        pointer-events: none;
        transition: 0.3s;
        fill: rgba(0, 0, 0, 0);
    }

    #t1:hover {
        transform: translate(35px, -35px);
    }

    #t2 {
        transform: translate(0px, 0px);
        pointer-events: none;
        transition: 0.3s;
        fill: rgba(0, 0, 0, 0);
    }

    #t2:hover {
        transform: translate(-28px, -47px);
    }

    #t3 {
        transform: translate(0px, 0px);
        pointer-events: none;
        transition: 0.3s;
        fill: rgba(0, 0, 0, 0);
    }

    #t3:hover {
        transform: translate(-35px, 0px);
    }

    #t4 {
        transform: translate(0px, 0px);
        pointer-events: none;
        transition: 0.3s;
        fill: rgba(0, 0, 0, 0);
    }

    #t4:hover {
        transform: translate(-23px, 35px);
    }

    #t5 {
        transform: translate(0px, 0px);
        pointer-events: none;
        transition: 0.3s;
        fill: rgba(0, 0, 0, 0);
    }

    #t5:hover {
        transform: translate(28px, 47px);
    }

    #rueda {
        width: 40%;
        margin: auto;
    }


    @media (max-width: 768px) {
        #banner_principal .item .title {
            font-size: 1rem;
        }

        .main-content .owl-theme .custom-nav {
            top: 20%;
        }

        .main-content .owl-theme .custom-nav .owl-prev i,
        .main-content .owl-theme .custom-nav .owl-next i {
            font-size: 2rem;

        }

        .carusel2.owl-carousel .owl-item img {
            width: 100% !important;
        }

        #areaNosotros .logo {
            width: 50%;
        }

        #areaNosotros .slogan0 {
            font-size: 20px;
        }

        #areaNosotros .slogan1 {
            font-size: 55px;
        }

        #areaNosotros .slogan2 {
            font-size: 40px;
        }

        .carusel3 .item .imgC3 {
            width: 50%;
            margin: auto;
        }

        .carusel3Nav {
            display: block;
        }

        .carusel3 .owl-dots {
            bottom: -30px;
        }

        #areaIngredientes .nuestros {
            font-size: 40px;
        }

        #areaIngredientes .ingredientes {
            font-size: 40px;
        }

        #wheelDiv svg {
            width: 80%;
            margin-left: 10%;
        }

        #rueda {
            width: 100%;

        }

    }