html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Poppins', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header{
    position: fixed;
    padding: 25px 0;
    width: 100%;
    left: 0;
    top: 0;
    transition: all .5s;
    z-index: 99999;
}

header.fixo{
    background-color: #ff0079;
    padding: 5px 0;
}

::selection{
    background-color: #ff0079;
    color: #fff;
}

.menu{
    text-align: right;
    
}

.menu li{
    display: inline-block;
    transition: all .5;
    margin-left: 50px;
    padding-bottom: 3px;
    border-bottom: 3px solid transparent;
}

.menu li:hover{
    border-color: #fff;
}

.menu li a{
    transition: all .5;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.linha-bottom{
    margin-bottom: 50px;
}

#intro{
    padding: 230px 0 120px;
    width: 100%;
    height: auto;
    background-image: url(../images/topo.jpg);
    background-position: center;
    background-size: cover;
}

#intro h1{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

#intro h1 span{
    color: #ff0079;
}

#intro p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

#intro a{
    display: block;
    width: fit-content;
    background-color: #ff0079;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 15px 30px;
    border-radius: 30px;
    transition: all .5s;
    text-decoration: none;
}

#intro a:hover{
    transform: scale(1.1);
    background-color: #bf035b;
}

#produtos{
    padding: 80px 0;
    text-align: center;
}

#produtos h2{
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 10px;
}

#produtos p{
    font-size: 15px;
    margin-bottom: 60px;
}

#produtos img{
    margin-bottom: 15px;
}

#produtos h3{
    color: #ff0079;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 15px;
}

#produtos .col-md-3 p{
    font-size: 13px;
    color: #2f2f2f;
    line-height: 1.3;
    padding: 0 5%;
    margin-bottom: 0;
}

#marcas{
    padding: 80px 0 40px;
    text-align: center;
    background-color: #f7e8e9;
}

#marcas h2{
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 10px;
    margin-bottom: 70px;
}

.linha-marcas{
    justify-content: space-between;
}

.linha-marcas img{
    height: auto;
    display: block;
    margin: 0 auto 60px;
}

footer{
    background-color: #010000;
    padding: 50px 0;
    color: #fff;
}

footer p, footer a{
    color: #fff;
    font-size: 13px;
}

footer a{
    padding: 0 10px;
    transition: all .5s;
}

footer a:hover{
    color: #ff0079;
}

.redes a{
    text-decoration: none;
    font-size: 16px;
}

.linha-redes{
    margin-bottom: 50px;
}

.icons-rede img{
    margin-bottom: 30px;
    margin-right: 15px;
    transition: all .5s;
}

.icons-rede img:hover{
    transform: scale(1.3);
}

#politica{
    padding: 150px 0;
}

#politica strong{
    font-weight: bold;
    margin-bottom: 20px;
}

#politica ul{
    padding: 0 30px;
}

#politica li{
       list-style: disc;
    margin-bottom: 15px;
}

#politica p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.titulo-missoes-center{
    top: 42%;
    left: 41%;
}

.wrapper-content-missoes{
    color: #fff;
    font-size: 11px;
    background-color: #2d2d2d;
    padding: 15px 35px 22px;
    text-align: left;
    line-height: 1.2;
    width: fit-content;
    min-width: 265px;
}
#produtos .box-missoes h2{
    color: #ff0078;
    font-size: 30px;
    font-weight: bold;
    background-color: #2d2d2d;
    margin-bottom: 0;
    padding: 10px 98px 10px 10px;
    margin-left: -27px;
    width: fit-content;
}
#produtos .box-missoes.box02 h2{
    padding: 10px 60px 10px 10px;
}
#produtos .box-missoes.box04 h2{
    padding: 10px 23px 10px 10px;
}
#produtos .box-missoes.box05 h2{
    padding: 10px 23px 10px 10px;
}
#produtos .box-missoes h2 span{
    color: #fff;
    font-weight: normal;
    font-size: 32px;
    display: inline-block;
    padding: 0 10px;
}
#produtos .box-missoes p{
    margin-bottom: 0;
}
.wrapper-missoes{
    padding: 100px 0;
}
.box01{
    top: -10px;
    left: 27%;
}
.box02{
    top: 128px;
    left: 62%;
}

.box03{
    top: 340px;
    left: 66%;
}
.box04{
    top: 470px;
    left: 37%;
}
.box05{
    top: 273px;
    left: 15%;
}
.titulo-missoes-center span{
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    background-color: #2d2d2d;
    display: block;
    padding: 5px 27px 5px 11px;
    width: fit-content;
}
.titulo-missoes-center span:nth-of-type(2){
    padding: 3px 27px 8px 27px;
    margin-left: -15px;
}
.end-footer{
    color: #fff;
    font-size: 10px;
    margin-top: 15px;
}

@media (max-width: 1390px){
    .box05 {
        left: 8%;
    }
    .box04 {
        top: 490px;
    }
    
    .box03 {
        top: 340px;
        left: 69%;
    }
}
@media (max-width: 960px){
    .box-missoes.position-absolute {
        position: initial!important;
        margin-bottom: 37px;
    }
    #produtos .box-missoes h2 {
        width: 116%;
    }
    .titulo-missoes-center{
        display: none;
    }
    .wrapper-content-missoes{
        width: 100%;
    }
    #produtos{
        background-image: url(../images/fundo-mobile.jpg);
        background-position: top -460px center;
        background-size: 460%;
        background-repeat: no-repeat;
    }
    .wrapper-missoes {
        padding: 440px 0 40px;
    }
    #produtos .box-missoes h2 {
        padding: 10px 39px 10px 10px;
    }
    .wrapper-missoes > img{
        display: none;
    }
    
    .logo{
        text-align: center;
    }
    .logo img{
        transform: scale(1.4);
    }
    .menu{
        display: none!important;
    }
    header{
        position: absolute;
        padding: 40px 0 !important;
    }
    #intro {
        padding: 230px 11% 120px;
        width: 100%;
        height: auto;
        background-image: url(../images/topo-mob.jpg);
        background-size: cover;
    }
    #produtos {
        padding: 80px 10%;
        text-align: center;
    }
    #produtos .col-md-3{
        margin-bottom: 50px;
    }
    .linha-marcas.d-flex{
        display: block!important;
        text-align: center;
    }
    .item-marca{
        width: 48%;
        display: inline-block;
    }
    footer{
        text-align: center;
    }
    .icons-rede{
        margin-top: 40px;
    }
    #marcas > div > div > div.col-md-9 > div > div:nth-child(5){
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
