@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
/*     font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab|Poiret+One');
/* font-family: 'Poiret One', cursive; */
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab');
/* font-family: 'Josefin Slab', serif; */

@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    src: local('Bebas Neue'), url('/public/fonts/BebasNeue.woff') format('woff');
}

.f1{
    font-family: 'Open Sans', sans-serif;
}

.f2{
    font-family: 'Poiret One', cursive; 
    color: #000;
    font-size: medium;

}
.f3{
    font-family: 'Josefin Slab', serif; 
}


.lateral{
    position: fixed;
    right: 0px;
    z-index: 2147483647;
    top: 25%;
    border: 1px solid #000; 
    width: 30px;
}
.lateral:hover{
    position: fixed;
    right: 0px;
    z-index: 2147483647;
    top: 25%;
    border: 1px solid #fff; 
}

.img_lateral:hover{
    filter: invert(100%);
}


.parallax{
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-image: url(../images/others/parallax3.jpg);
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    min-height: 550px;
}

.parallax2{
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/others/parallax2.jpg);
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    min-height: 400px;
}


.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}

.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px;
}




/* Carousel */
#control-box {
    text-align: center;
    width: 100%;
}
#carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    #page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    #caption {
        word-break: break-all;
    }
}


.li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

/* End carousel */






.footer{
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-image: url(../images/others/rodape.jpg);
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 50px;
}



.titulo {
    color: #000;
    font-size: 3em;
    text-align: center; 
    font-family: 'Bebas Neue', 'Poiret One', cursive;
    text-transform: uppercase;
}

.titulo:after{
    content: '';
    display: block;
    width: 15%;
    height: 3px;
    background: currentColor;
    margin: 10px auto;
}

.btn-link-pers{
    text-decoration: none;
    border: 2px solid #000;
    padding: 7px 22px;
    font-size: 30px;
    text-align: center;
    font-family: 'Bebas Neue', 'Poiret One', cursive;
    color: #000;
}


.bg-cinza-pers{
    background-color: #949494;
}





.navbar{
    font-family: sans-serif, cursive;
    font-weight: 700;
}



/* social */
.facebook{ 
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #4267b2;
    padding: 8px;
    min-width: 60px;
    text-align: center;
    transition: all 0.5s ease;
}
.facebook:hover{
    background-color: #4267b2;
    border-bottom: 1px solid #29487d;
    color: #fff;
    padding: 8px;
    min-width: 60px;
    text-align: center;
}
.twitter{    
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #32cdfd;
    padding: 8px;
    min-width: 60px;
    text-align: center;
    transition: all 0.5s ease;
}
.twitter:hover{    
    background-color: #32cdfd;
    border-bottom: 1px solid #35bee8;
    color: #fff;
    padding: 8px;
    min-width: 60px;
    text-align: center;
}
.phone{ 
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #b78c4a;
    padding: 8px;
    min-width: 60px;
    text-align: center;
    transition: all 0.5s ease;
}
.phone:hover{ 
    background-color: #b78c4a;
    border-bottom: 1px solid #927242;
    color: #fff;
    padding: 8px;
    min-width: 60px;
    text-align: center;
}










img {
    max-width: 100%; }

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px; } }

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px; }
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block; }
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0; }
.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0; }

.tab-content {
    overflow: hidden; }
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s; }

.card {
    background: #eee;
    padding: 3em;
    line-height: 1.5em; }

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold; }

.checked, .price span {
    color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px; }

.product-title {
    margin-top: 0; }

.size {
    margin-right: 10px; }
.size:first-of-type {
    margin-left: 40px; }

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px; }
.color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease; }
.add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
    text-align: center;
    line-height: 2em; }
.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
    background: #ff9f1a; }

.green {
    background: #85ad00; }

.blue {
    background: #0076ad; }

.tooltip-inner {
    padding: 1.3em; }

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3); }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3); }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }

/*# sourceMappingURL=style.css.map */