html,
body {
    background-color: whitesmoke;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

body p {
    font-family: 'Montserrat', sans-serif;
}

div {
    outline: 0;
}

.container-fluid {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b2d7e8+0,ffffff+50,b2d7e8+100 */
    background: rgb(178, 215, 232);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(178, 215, 232, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(178, 215, 232, 1) 97%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(178, 215, 232, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(178, 215, 232, 1) 97%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(178, 215, 232, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(178, 215, 232, 1) 97%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d7e8', endColorstr='#b2d7e8', GradientType=1);
    /* IE6-9 */
}

#scene {
    overflow: hidden;
}

#scene img {
    width: 100%;
}

.main-content {
    /*    background: #e5f0f7;*/
    margin: 0 auto;
    display: block;
    word-break: break-word;
}

.main-body img {
    /* position: absolute;
    top: 0;
    left: 0;   */
}

.nopadding {
    padding: 0;
}

.midwarper {
    /*background: #e6f1f8;*/
}

#getting-started {
    background-color: #e31b23;
    padding: 5px;
}

#counter {
    position: relative;
    padding: 0 7px 7px;
    background-color: #e31b23;
    border-radius: 0 0 10px 10px;
    margin-top: -5px;
}

#counter:before {
    /*content: "";
    position: absolute;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 97%;
    height: 107%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -11px;
    border-radius: 9px;*/
}

.counter {
    background-color: #ea1c24;
    color: #fff;
    display: inline-block;
    max-width: 25%;
    width: 100%;
    font-weight: 700;
    /*border: 3px solid #e5f0f7;*/
    padding: 0px;
    border-radius: 0px 0 0 11px;
}

.descricao {
    background-color: #3084cc;
    border-radius: 10px;
    padding: 30px 30px;
    position: relative;
    border: 5px solid #3084cc;
    font-size: 1.4em;
    margin: 25px 0;
    font-weight: 700;
}

.descricao p:last-child {
    margin-bottom: 0;
}

.descricao2 {
    /*    color: #03A9F4;*/
    color: #2e3192;
    font-size: 2em;
    font-weight: 700;
}

.descricao:before {
    content: "";
    border: 3px solid #fff;
    width: 99%;
    height: 99%;
    display: block;
    position: absolute;
    border-radius: 8px;
    left: 0;
    right: 0;
    top: 1px;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
}

.descricao p {
    color: #fff;
}

#xmas-gal1 img,
#xmas-gal2 img,
#xmas-gal3 img {
    margin: 0 auto;
    padding: 0px;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

#xmas-gal1 a,
#xmas-gal2 a,
#xmas-gal3 a {
    padding: 0px;
    display: inline-block;
    height: 100%;
    width: 30%;
}

#xmas-gal1,
#xmas-gal2,
#xmas-gal3 {
    text-align: center;
    height: 350px;
}

#xmas-gal1 {
    /*background: url(../img/new/xmasgal-bkg1.png);*/
    background-position: center top;
    background-size: cover;
    /*    padding: 65px 0;*/
    /*    padding-top: 112px;*/
}

#xmas-gal2 {
    /*background: url(../img/new/xmasgal-bkg2.png);*/
    background-position: center top;
    background-size: cover;
    /*    padding: 65px 0;*/
}

#xmas-gal3 {
    /*  position: absolute;
    left: 0;
    top: 150px;
    right: 0;*/
}

#xmas-sliders {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
}

;
#bola1 {
    background-color: red!important;
}

.carousel-control.left {
    background-image: none;
}

.left.carousel-control,
.right.carousel-control {
    background-image: none;
}


/*.xmas-bottom{
    margin: 0 auto;
    text-align: center;
    position: relative;
}*/

.xmas-temas {
    max-width: 860px;
    margin: 40px auto 10px;
}

.xmas-bottom .botao {
    max-width: 25%;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

.xmas-bottom .botao img {
    width: 100%;
}

.xmas-footer {
    /* background: url(../img/new/xmas-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
    text-align: center;
}

.down-btn {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fdfefe;
    margin: 0px auto;
    margin-top: 25px;
}

.thing-warper {
    text-align: center;
    margin-top: 30px;
}

.exps h3 {
    color: red;
    font-size: 2.8rem;
    line-height: 120%;
    font-weight: 700;
}

.exps p {
    color: #2e3192;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.xmas-footer h3 {
    color: red;
    font-size: 2.8rem;
    line-height: 120%;
    font-weight: 700;
}

.xmas-footer p {
    color: #2e3192;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 30px;
}



.glyphicon.glyphicon-chevron-right {
    right: 5px !important;
    font-size: 2em;
    opacity: 1;
    background-color: #fff;
    height: 50px;
    width: 50px;
    padding: 4px;
    border-radius: 30px;
}

.glyphicon.glyphicon-chevron-left {
    left: 3px !important;
    font-size: 2em;
    opacity: 1 !important;
    background-color: #fff;
    height: 50px;
    width: 50px;
    padding: 4px;
    border-radius: 30px;
}

.right.carousel-control,
.left.carousel-control {
    width: auto !important;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    color: #3184cc;
}

.exp-cientificas {
    position: relative;
    display: block;
    height: 100%;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}

.exp-cientificas:before {
    transition: .2s all linear;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    background: yellow;
    left: 0px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.exp-cientificas:hover:before {
    box-shadow: 0px 0px 55px 15px yellow;
    opacity: 1;
}

.prodname {
    font-size: 2rem;
    font-weight: 700;
}

.prodprice {
    font-size: 1.8rem;
}
.item a{
    text-decoration: none;
}
.xmas-bolas{
    position: relative;
    max-width: 180px;
    height: 130px;
    display: inline-block;
    margin: 10px 20px;
    width: 100%;
}
.xmas-bolas:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #abc4cd;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
    opacity: -1;
    z-index: -1;
    transition: .2s all linear;
}
.xmas-bolas .bola-cristal{
    transition: .2s all linear;
    max-width: 100px;
}
.xmas-bolas:hover .bola-cristal{
    transform: scale(0.1.0.1);
}
.xmas-bolas:hover:before{
      opacity: 1;
      box-shadow: 0px 0px 90px 10px #7a9aa3;
}
.xmas-bolas .azevinho{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    width: 100%;
}
.catalogo-natal{
    color: #e67e22;
    font-weight: 700;
    margin-top: 20px;
    display: block;
}
.catalogo-natal:hover{
    text-decoration: none;
}

/*.midpartright{
    position: relative;
}
.midpartright:before{
    transition: .2s all linear;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    background: red;
    left: 24px;
    right: 0;
    margin: 0 auto;
}*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1380px) {
    .descricao {
        font-weight: 400;
        font-size: 1.2em;
        padding: 30px 10px;
    }
    .descricao p {
        line-height: 120%;
    }
    .descricao2 p {
        font-size: .8em;
    }
    .descricao2 img {
        width: 100px !important;
    }
/*    .down-btn {
        width: 120px;
    }*/
    /*  #xmas-gal1, #xmas-gal2, #xmas-gal3{
            top: 135px;
        }*/
    .xmas-bolas {
        max-width: 145px;
    }
    .prodname {
        font-size: 1.6rem;
    }
    #xmas-gal1,
    #xmas-gal2,
    #xmas-gal3 {
        text-align: center;
        height: 250px;
    }
}

@media only screen and (max-width: 1200px) {
    .xmas-bolas {
        margin: 10px;
    }
    .duende,
    .xmas-tree {
        display: none;
    }
    .xmas-footer-mid {
     
        width: 100%;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .counter {
        font-size: .9em;
    }
    .descricao {
        font-size: .9em;
        margin: 5px 0;
/*        padding: 10px;*/
    }
/*    .descricao2 p {
        font-size: .5em;
    }*/
/*    .down-btn {
        width: 80px;
    }*/
    .leftpipe, .rightpipe{
        display: none;
    }
    #xmas-sliders, .xmas-bottom{
        width: 100%;
    }
    .glyphicon.glyphicon-chevron-right {
        right: 15px !important;
    }

    .glyphicon.glyphicon-chevron-left {
        left: 15px !important;
    }
    #xmas-gal1,
    #xmas-gal2,
    #xmas-gal3 {
        text-align: center;
        height: 300px;
    }
    /*#xmas-gal1 #xmas-gal2, #xmas-gal3{
            margin-top: 40px;
        }*/
    /*#xmas-gal1 img, #xmas-gal2 img, #xmas-gal3 img{
            max-width: 160px;
            width: 100%;
            margin-top: 30px;
        }*/
    
    .down-btn {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #fdfefe;
    }
    
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .counter {
        font-size: .5em;
    }
    .descricao p {
        font-weight: 700;
        font-size: .7em;
    }
    .descricao2 p {
        font-size: .4em;
    }
    .descricao:before,
    .counter {
        border-width: 1px !important;
    }
   /* .down-btn {
        width: 35px;
    }*/
    #xmas-gal1 a,
    #xmas-gal2 a,
    #xmas-gal3 a {
        width: 49%;
    }
    .xmas-bolas {
        max-width: 140px;
    }
    .down-btn {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fdfefe;
        margin-top: 10px;
    }
    #xmas-gal1, #xmas-gal2, #xmas-gal3 {
        
        height: 450px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 550px) {
    .counter {
        font-size: .4em;
        border-width: 1px !important;
        border-color: transparent !important;
    }
    .descricao {
        padding: 5px;
    }
    .descricao2 p {
        font-size: .3em;
    }
    .descricao p:last-child {
        margin-bottom: 0;
    }
    #counter {
        padding: 2px;
        margin-top: 0;
    }
    .counter span {
        margin-bottom: 0 !important;
    }
    .descricao:before {
        display: none;
    }
    .gifdireito,
    .gifesquerdo {
        display: none;
    }
    .xmas-bottom .botao {
        max-width: 49%;
        margin: 10px 0;
    }
    .exps h3 {
        font-size: 1.8rem;
    }
    .exps p {
        font-size: 1.4rem;
    }
    .xmas-footer h3 {
        font-size: 1.8rem;
    }
    .xmas-footer p {
        font-size: 1.4rem;
    }
    .xmas-bolas {
        max-width: 120px;
        width: 100%;
        margin: 10px 0;
    }
    .prodname {
        font-size: 1rem;
    }
    #xmas-gal1, #xmas-gal2, #xmas-gal3 {   
        height: 300px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    #counter {
        font-size: .9em;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 380px) {
    #counter {
        font-size: .9em;
    }
    /*.xmas-bolas {
        max-width: 85px;
    }*/
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}