html,
body {
    height: 100%;
    margin: 0;
    font-family: 'Arial', sans-serif;
}
section {
    height: 100vh;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center center;
}

.section {
    background-image: url(../img/bg.jpg);
}

#intro-section {
    background-image: url(../img/bg320.jpg);
    background-size: cover;
    position: relative;
}

#last-section {
    background-color: #dbdad7;
    color: #fff;
}
#intro-section h1 {
    color: #603e19;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}



.iso{

    text-align: center;
    padding-top: 12%;
}

.in h3{
    font-size: 22px;
    background: #ff5252;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 2% 1% 2% 1%;
    border: 4px solid #fe8585;
    text-transform: uppercase;
    font-weight: bold;
}


.co{
        background: #f7f7f7;
    height: 6%;
    padding-top: 1%;
}
.title {
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    text-align: center;
    /* padding-top: 94%; */
}
.title p {
    color: #64421d;
    font-size: 14px;
}

.pagination-section {
    list-style-type: none;
}
.img-producto {
    min-height: 140px;
    margin-bottom: 0px;
}


.img-producto img:hover {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    cursor: pointer;
}

#items li:hover {
    cursor: pointer;
    text-decoration: underline;
}

.display-panel {
    display: none;
}

#carro-compras {
    z-index: 3;
    position: fixed;
    top: 0;
    right: 11%;
    display: none;
}

.loo h1{
        background: #603e19;

    text-transform: uppercase;
    font-size: 24px;
    padding: 4px 1px 4px 1px;
    width: 19%;
    text-align: center;
        margin: 4% auto;

}

.pagination-section {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    z-index: 10;
}

.pagination-section a {
    display: block;
    height: 20px;
    margin-bottom: 5px;
    color: #333;
    position: relative;
    padding: 4px;
}

.pagination-section a.active:after {
    box-shadow: inset 0 0 0 5px;
}

.pagination-section a:hover .hover-text {
    opacity: 1;
}

.pagination-section a:after {
    -webkit-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    right: 4px;
    bottom: 0;
}

body {
    background: #000;
    text-align: center;
}

@-webkit-keyframes scroll-ani {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes scroll-ani {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes scroll-ani {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.mouse-scroll {
    color: #623d17;
}

.mouse-scroll .mouse {
   position: relative;
    display: block;
    width: 40px;
    height: 56px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #d3811b;
    border-radius: 23px;
}

.mouse-scroll .mouse .mouse-movement {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #603e18;
    border-radius: 50%;
    -webkit-animation: scroll-ani 4s linear infinite;
    -moz-animation: scroll-ani 4s linear infinite;
    animation: scroll-ani 4s linear infinite;
}

.mouse-scroll .mouse-message {
    /*float: left;
    margin: -200px 0 0 7px;
    padding: 0;
    -webkit-animation: scroll-ani 4s linear infinite;
    -moz-animation: scroll-ani 4s linear infinite;
    animation: scroll-ani 4s linear infinite;*/
}

.mouse-scroll:hover .mouse-message {
    margin-top: 0;
}
.resultados{
    color: #603e19;
}
.resultados h3{
    font-weight: bold;
}
.resultados h5{
    color: #c57907;
    font-size: 36px;
    font-weight: bold;
}
.cierreson{
        padding: 3% 0;
    color: #603e19;
}
.mouse-scroll{
    display: none;
}
.pupu{
    display: none;
}




@media (min-width: 768px) {
    #intro-section {
    background-image: url(../img/intro.jpg);
    background-size: cotain;
}


#intro-section h1 {

        color: #603e19;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
}
.title {
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 3%;
    height: 42%;
    right: 0;
    width: 70%;
    text-align: center;
    /* padding-top: 44%; */
}


button.close {
    -webkit-appearance: none;
    padding: 1px 6px 3px 6px !important;

    border: 1px solid #000 !important;
}

.title p{
           color: #64421d;
    font-size: 17px;
}
.mouse-scroll{
    display: block;
}
.pupu{
    display: block;
}
.img-producto {
    min-height: 225px;
    margin-bottom: 15px;
}
}