html{
    height: 100%;
}
body{
    height: 100%;
    font-size: 10pt;
    background: url("../img/ps_neutral.png") repeat;
    font-family: 'Roboto', sans-serif;
}
.vertical-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bar-top{
    background-color: #cc2128;
    display: block;
    height: 10px;
}
.style-row{
    background: #fff;
    -webkit-box-shadow: 0 0 12px 1px rgba(000,000,000,0.2);
    box-shadow: 0 0 12px 1px rgba(000,000,000,0.2);
}
.style-row2{
    background: transparent;
    -webkit-box-shadow: 0 0 12px 1px rgba(000,000,000,0.2);
    box-shadow: 0 0 12px 1px rgba(000,000,000,0.2);
    height: 200px;
}
.logo{
    margin: 20px;
    max-width: calc(100% - 40px);
}
.carousel-indicators {
    bottom: 10px;
    z-index: 15;
    padding-left: 0;
    right: 28px;
    width: auto;
    left: auto;
}
.border-slider{
    border-bottom: 7px #cc2128 solid;
}
.fita-zebrada{
    width: 1260px;
    height: 43px;
    background-image: url("../img/barra.png");
    background-size: cover;
    z-index: 999;
    display: block;
    position: absolute;
    top: -25px;
    left: -47px;
}
.background1{
    background-color: #e74c3c;
    display: block;
    height: 205px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}
h2{
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000000;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    background-image: url("../img/back-titulos.png");
    background-size: cover;
    background-position: 0 0;
    display: inline-block;
    width: 230px;
    height: 62px;
    padding-top: 14px;
    padding-left: 23px;
    position: relative;
    left: -45px;
}
p{
    font-size: 12pt;
    font-weight: 300;
    line-height: 1.5;
    color: #6e6f65;
    text-align: justify;
    text-indent: 20px;
}
.border-bottomPD{
    border-bottom: 2px dashed #d7d7d7;
    padding-bottom: 30px;
}
.border-bottomPDTop{
    border-top: 2px dashed #d7d7d7;
    padding-top: 30px;
}
.box-produtos{
    display: block;
    box-sizing: border-box;
    padding: 10px;
}
.box-produtos>div:first-child{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
    text-align: center;
}
.box-produtos>div:last-child{
    background-color: #f3f3f3;
    display: block;
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
    padding: 15px;
}
.list-descricao{
    padding: 0;
    margin-top: 10px;
}
.list-descricao>li{
    text-align: center;
    list-style: none;
    color: #6e6f65;
    font-weight: normal;
    font-size: 12pt;
    line-height: 1.5;
}
.list-descricao>li>strong{
    font-weight: 700;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li {
    float: none;
    margin-bottom: 0;
}
.nav-tabs>li>a {
    font-size: 10pt;
    color: #6e6f65;
    text-transform: uppercase;
    min-height: 50px;
}
.nav-tabs>li>a>i {
    font-size: 27pt;
    color: #cc2128;
    display: block;
    float: left;
    margin-right: 10px;
}
.nav-tabs>li>a>span{
    display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #6e6f65;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    font-weight: bold;
    border-right: 4px solid #cc2128;
}
.mask-div{
    display: block;
    overflow: hidden;
    height: auto;
    position: relative;
}
.mask-div>span{
    background-color: #cc2128;
    padding: 10px 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12pt;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
    z-index: 99999;
    color: #fff;
}
footer{
    background-color: #870c11;
    padding: 20px 0;
    -webkit-box-shadow:inset 0 0 15px 1px rgba(000,000,000,0.5);
    box-shadow:inset 0 0 15px 1px rgba(000,000,000,0.5);
}
.p-footer{
    color: #fff;
    text-align: center;
}
.border-footer{
    margin-left: calc(50% - 100px);
    width: 200px;
    display: block;
    border-bottom: 2px solid #6f0005;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media(max-width: 768px){
    h2 {
        left: 0;
    }
}
