@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	
	
	
}


#conteiner_geral_site {
   position: static;
    overflow: visible;
    width: 100%;
    min-height: 100%;
}
    



#frete{
   background-color: black;
	color: white;
	text-align: center;
	width: 100%;
	height: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
	font-family: "helvetica";
						
}





.topo{
	height: 130px;
	width: 100%;
	background-color: white;
	display: flex;
	justify-content: flex-start;
	z-index: 10px;
	position: sticky;
	

}

.logo{
	background: url("../logo1.png");
	
	width: 236px;
	height: 111px;
	margin-top: 15px;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
	
}
 

.pesquisa{
	width: 600px;
    height: 25px;
    border-radius: 12px;
	border-color: black;
    outline: none;
    right: 550px;
    top: 50px;
    position: absolute;
    padding-left: 10px;
    font-size: 15px;
	
}

#lupa {
    height: 45px;
    width: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 551px;
    top: 51px;
   background: url("../lupa.png");
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#DEB71D ;
    cursor: pointer;
	
}


.favorito{
  background:url(../imagens/favorito.png);
    width: 55px;
    height: 48px;
    outline: none;
    right: 340px;
    top: 45px;
    position: absolute;
    cursor: pointer;
	
}
.favorito:hover{
	background:url(../imagens/favv.png);
	width: 55px;
    height: 48px;
	right: 340px;
    top: 45px;
}


.carrinho {
	background:url(../imagens/carrinho.png);
    width: 55px;
    height: 48px;
    outline: none;
    right: 220px;
    top: 45px;
    position: absolute;
    cursor: pointer;
}
.carrinho:hover{
	background:url("../imagens/carr.png");
}
.conta {
	background:url(../imagens/login.png);
    width: 41px;
    height: 48px;
	outline: none;
    right: 105px;
    top: 45px;
    position: absolute;
	cursor: pointer;
}
.conta:hover{
	background:url("../imagens/loginn.png");
}

                         /* MENU GERAL */
div.menu-bar {
	width:100%;
    height: 60px;
    background-color: black;   
    margin-bottom: 10px;
	position: relative;
}
 
/* horizontal menu */
div.menu-bar ul {
    position: absolute;
	list-style-type: none;
	background-color: black;
	margin-left: 188px;
	
}

div.menu-bar ul li {
	
	display: block;
	float: left;
	height: auto;
	width: 240px;
	background-color: black;
	position: relative;
}
/* caixinha onde tem vestuario, acessorios etc */
div.menu-bar li > span, div.menu-bar li > a, div.menu-bar li > a:link,
div.menu-bar li > a:visited, div.menu-bar li > a:active {
	display: block;
	padding: 5px 51px;
	height: 51px;
	width: 138px;
	line-height: 45px;
	font-family: "helvetica";
	font-size: 25px;
	text-decoration: none;
	background-color:black;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-top: -1px;

	

}

div.menu-bar li:hover > span, div.menu-bar li:hover > a {
	color: #000;
	background-color: #ECECEC;

		
}






/* vertical sub-menus */

div.menu-bar ul ul {
    display: none;
	width: 242px;
	height: 301px;
	background-color: #000;
	margin-left: -1px;
	margin-top: auto;
	z-index: 100;

}



div.menu-bar li:hover > ul {
	display: block;	
}

div.menu-bar ul ul li {
	position: relative;
	float: none;
	display: block;
	height: 61px;
	width: 100%;
	
}



div.menu-bar ul ul li > span, div.menu-bar ul ul li > a,
div.menu-bar ul ul li > a:link, div.menu-bar ul ul li > a:visited,
div.menu-bar ul ul li > a:active {
	height: 50px;
	width: 139px;
	background-color: transparent;
	border: 1px #c0c0c0 solid;
	color: #FFFFFF;
	font-family: "helvetica";
	font-size: 25px;	
}

div.menu-bar ul ul li:hover > span, div.menu-bar ul ul li:hover > a {
	background-color: #ECECEC;
	color: #000;
	
}

/* vertical sub-sub-menus */

div.menu-bar ul ul ul {
	/* sub-sub-menu position is relative to its parent */
	position: absolute;
	top: 0px;
	left: 242px;
	
}

/* an arrow on the right side of menu's folders */

span.menu-nav:after, a.menu-nav:after {
	content: "\203A";
    float: right;
	
}
                                          /* BANNERS*/
.banner1 {
    width: 100%;
    height: 450px;
	margin-bottom: auto;
	margin-top:28px;
	
 }

.galeria {
    width: 100%;
    height: 100%;
    position: relative;
  
}

.mySlides {
    display: none;
   
}
img {
    vertical-align: middle;
}
element.style {
    display: none;
}


.mySlides {
    display: none;
}
img {
    vertical-align: middle;
}

.mySlides {
    display: none;
} 
img {
    vertical-align: middle;
}

.volt, .prox{

cursor: pointer;
position: absolute;
background-color: transparent!important;
top: 50%;
width: auto;
margin-top: 30px;
padding: 16px;
color: black;
font-weight: bold;
font-size: 70px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
	text-decoration: none;
	
}
 
/* Posicionando o botão 'prox'a dreita */
.prox {
right: 0;
border-radius: 3px 0 0 3px;
}
 
/* Preencher o background dso botões com a cor preta no hover */
.voly:hover,
.prox:hover {
background-color: rgba(0,0,0,0.8);
	
}





/*Lista  de paginação*/
ul.lista-crumb{
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    margin-top: 20px;
	margin-left: 40px;
	list-style: none;
}
/*setas guia de navegação e categoria*/
ul.lista-crumb svg, .sidebar-category svg{
    fill:#DEB71D ;
    margin-right: 20px;
    width: 7px;
	
}

/*link guia de navegação*/
ul.lista-crumb li a{
    padding-right: 20px;
	
}
/*palavra destaque guia de navegação*/
 ul.lista-crumb a, ul.lista-crumb li strong {
  
    color: #000;
    font-size: 18px;
	font-family: "helvetica";
	text-decoration: none;
}






                                    /* lateral*/

.lateral {
    max-width: 1370px;
 
    margin: 20px auto 0 auto;
	 height: 2px;
	 background-color: black;
}

.ofertas, .lancamentos, .mais {
    text-align: center;
    font-family: 'Gotham Bold', 'trebuchet ms', sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 120%;
    padding: 10px 0 30px 0;
    width: 300px;
    margin: -28px auto 0 auto;
    background-color: #fff;
}

                                     /* PRODUTOS*/
.conteiner_produtos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px 104px;

	
    
}


.produtos_p{
   width: 280px;
	height: 670px;
background-color: whitesmoke;
	
     
}
.produtos_p:hover{
	 width: 280px;
	height: 670px;
	
	
	
	 transition: all .5s ease-out;
	-o-box-shadow:      12px 12px 29px #555;
-icab-box-shadow:   12px 12px 29px #555;
-khtml-box-shadow:  12px 12px 29px #555;
-moz-box-shadow:    12px 12px 29px #555;
-webkit-box-shadow: 15px 10px 5px #555;
box-shadow:         12px 12px 29px #555;

}



.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}







.texto_produtos {
   
    height: 250px;
    text-align: center;
	margin-top: 5px;
	text-decoration: none;
}

.nome_produtos {
    font-size: 27px;
    margin: 0 18px;
	text-decoration: none;
	
}
  .nome_numeros {
    font-size: 30px;
	  text-decoration: none;
} 
.nome_pequeno2 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
	text-decoration: none;
}
.texto_produtos a {
    text-decoration: none;
    font-weight: 700;
}


.botao_compra2 {
    width: 250px;
    height: 50px;
    border: 2px solid #DEB71D ;
    text-align: center;
    margin-top: 10px;
    line-height: 50px;
    font-size: 28px;
    color: #DEB71D;
    transition: all .5s ease-out;
	text-decoration: none;
	font-family: "helvetica";
	
}
.botao_compra2:hover{
	background-color: #DEB71D;
	color: black;	
}

.centro {
  margin: 0 auto;
  width: 200px;
  perspective: 1000px;
}









.bar {
    float: right;
    margin-top: -400px;
	
   text-decoration: none;
    color: #fff;
    background: #000;
    font-size: 1rem;
    
    font-weight: 300;
    position: relative;
  z-index: 2;
}
.bar span {
    padding: 3px 12px;
	text-decoration: none;
}







.barra {
    float: right;
    margin-top: -400px;
   text-decoration: none;
    color: #fff;
    background: #000;
    font-size: 1rem;
    
    font-weight: 300;
    position: relative;
  z-index: 2;
}
.barra span {
    padding: 3px 12px;
	text-decoration: none;
}


.circulo_favorito {
    width: 70px;
    height: 70px;
    border-radius: 100%;
   
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 315px;
   
	margin-left: 485px;
	
	
}
.favorito_cora {
    font-size: 42px;
    color: black;
    position:absolute;
	display: flex;
}
.favorito_cora:hover {
    color: #DEB71D;
    cursor: pointer;
}


         
        
                /* PAGINA DOS PRODUTOS INDIVIDUAIS*/



.conteudapag {
    margin-top: 30px;
    height: 1000px;
	

}
/*div geral da área de imagens do produto*/

.areaimg{
	width: 700px;
	height: 900px;
	
	
}

/*imagem principal */

.imgofi{
   width: 580px;
	height: 800px;

	margin-left: 60px;
	
     
}
.imgofi:hover{
	 width: 580px;
	height: 800px;
	cursor: pointer;
		 
}


/*div geral das imagens pequenas*/
.pequeimg{
    display: flex;
    justify-content: center;
	width: 580px;

	
	margin-left: 60px;

	
}




/*div da caixa pequena das imagens*/
.pequeimg-box{
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 175px;
  margin-left: 12px;
	margin-right: 12px;
    overflow: hidden;
    width: 125px;
	margin-top: 50px;

	
}

.pequeimg-box:hover{
	border: 1px solid #DEB71D;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 175px;
	margin-left: 12px;
    margin-right: 12px;
    overflow: hidden;
    width: 125px;
	margin-top: 50px;
		
}


.circulo_favorito {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 0px solid;
    position: absolute;
    display:flex ;
    justify-content: center;
    align-items: center;
    top: 325px;
    left: 70px;
	outline:none;
	
	
}
.favorito_cora {
    font-size: 60px;
    color: black;
    position: absolute;
}
.favorito_cora:hover {
    color: #DEB71D;
    cursor: pointer;
	outline:none;
}





.caixainfor{
	margin-top: -992px;
	width: 800px;
	height: 900px;
	
	
	margin-left: 735px;
}
.nomedoproduto{
	
	width: 800px;
	height: 70px;
	font-size: 50px;
	float: left;
	
}

.preco {
    width: 200px;
    height: 40px;
    
    color: #000;
    font-size: 40px;
    float: left;
    margin-left: 30px;
}

.semjuros {
    width: 400px;
    height: 30px;
    
    color: #000;
    font-size: 26px;
    float: left;
    margin-left: 30px;
	margin-top: -30px;
}
.enviadoporgt{
	color:#DEB71D; 
	width: 300px;
    height: 20px;
	float:left;
	font-size: 20px;
    margin-left: 30px;
	margin-top:-15px;
	
}
.linhaind {
    width: 700px;
    height: 10px;
    margin-left: 30px;
    float: left;
	margin-top: 20px;
	
}

.corind {
    
    width: 300px;
    height: 80px;
}
.nomecor {
    width: 300px;
    height: 30px;
    
    color: #000;
    font-size: 28px;
    float: left;
    margin-left: 30px;
	margin-top: 10px;
}

/* TAMANHOS */

.tamanhos{
	
    width:600px;
	height:100px;
	margin-top: 25px;
}
.letra {
    color: #000;
    font-size: 30px;
    font-family: "Open Sans", arial, sans-serif;
	
    	
}
.caixadetamanhos {
    margin-left: 15px;
	margin-top:20px;
	  
}
.outracaixa{
  display: flex;
    padding: 0px;
    position: absolute;
    align-items: center;
    margin-bottom: 0px;
}

.circ {
	line-height: 50px;
    min-height: 50px;
	position: relative;
    background-color:#DEB71D;
    border-radius: 100px;
    border-width: 2px;
	font-size: 19px;
    border: 1px solid rgb(33, 33, 33);
    margin-right: 8px;
    margin-top: 5px;
    padding: 10px;
    color: black;
    cursor: pointer;
   
	
	
	
    
}
.circ:hover{
	background-color: #FF9;
	
	
}


.nometam {
    width:  50px;
    height: 30px;
    position: relative;
    color: black;
    font-size: 16px;
    font-family: "helvetica";
	text-align:center;
	
	
}


           /* botão de medidas*/

.tabelamedidas{
	width: 380px;
    height: 50px;
	
    
	cursor:pointer;
	margin-top:10px;
	
}
.nometab{
	font-family: "helvetica";
	font-size: 34px;
	margin-top:-66px;
	margin-left:60px;

	
}
/* regua de medir*/

.reguinha{
    width:80px;
	height:50px;
		
}



                 /* PAGINA DE MEDIDAS*/

.modal-container{
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: black;
	top: 0px;
	left: 0px;
	z-index:00;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.modal {

background-color:#FFF;
 width:  75%;
 min-width : 300px;
 border:  10px solid #988b7a;
 box-shadow :  0  0  0  10px white;
 position : absolute;
 min-height:500px;
}
	
	
                    /* COMPRAR*/

.botao_compra{
	width: 800px;
	height: 50px;
	margin-top: 20px;
	text-decoration:none;
}


.botao_compra1 {
    position: relative;
    background-color:#DEB71D;
    border-color: transparent;
    border-radius: 10px;
    border-width: 2px;
	font-size: 30px;
    width: 700px;
    min-height: 60px;
    margin-left:-15px;
    padding: 10px;
    color: black;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
    text-align: center;
	
    
}
.botao_compra1:hover{
	background-color:  #FF9;
	
	
}




.adicar{
cursor: pointer;
	width: 290px;
	height: 20px;
	margin-top: 18px;
	font-size: 22px;
	margin-left: 230px;
}


/* DESCRIÇÃO*/

.caixadescri{
	
	width: 760px;
	height: 250px;
	margin-top: 30px;
	margin-left:-15px;
	
}
.textdescr{
	
	width: 760px;
	height: 200px;
	margin-top: -30px;
	font-size: 24px;
}


/* botao de voltar ao topo */ 


html,boddy{
	scroll-behavior: smooth;
}


.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #000;
    text-decoration: none;
	border-radius: 10px;
	
	
}
.btn::after {
    content: "↑";
    font-size: 32px;
    font-weight: bold;
    color: goldenrod;
    transition: margin-top 250ms;
	
	
}
.btn:hover::after {
    margin-top:-8px;

	
}




                      /* PAGINA COMPRAR*/


.conteudocor {
    background-color: #fff;
}

.espaco {
    width: 1100px;
    height: 600px;
    
   margin-top: 30px;
    display: flex;
    justify-content: center;
    border: 3px dashed #DEB71D;
}


.pag {
    width: 870px;
    height: 100px;
  
    margin-top: 50px;
    font-size: 25px;
    text-align: center;
    color: #000;
	font-family: "helvetica";
}
.pag2 {
    width: 870px;
    height: 50px;
 font-family: "helvetica";
    margin-top: 20px;
}
.part3 {
    width:70px;
    height: 50px;
    
    display: flex;
   align-items: center;
	margin-left: 650px;
    margin-top: 20px;
}
.butaozinho2 {
    width: 300px;
    height: 50px;
    background-color: #DEB71D;
    border-radius: 10px;
    font-size: 23px;
    font-family: "helvetica";
    border: none;
}














                /* PAGINA FAVORITO*/


.favoritop{
	background: url("../fav.png");
	width: 1366px;
	height: 600px;
	margin-left: 110px;
	margin-top: 70px;
	
}

            /* PAGINA CARRINHO */

.carrinhp{
	background: url("../car.png");
	width: 1366px;
	height: 600px;
	margin-left: 110px;
	margin-top: 70px;
	
}

.loginmensagem{
	background: url(../mensagen%20de%20login.png);
	width: 1366px;
	height: 600px;
	margin-left: 110px;
	margin-top: 150px;
}
	

                       /* PAGINA LOGIN */

#content {
    position: relative;
    width: 1549px;
    height: 450px;
		
}

form, e {
    font-family: "helvetica";
    font-size: 16px;
    color: black;
	
	
}
.text {
    text-align: center;
    margin-top: 50px;
	
}
f {
    font-family: "helvetica";
    font-size: 20pt;
    font-weight: bold;
}
e {
    font-family: "helvetica";
    font-size: 15pt;
	color:black;
}
    

.cadastrol {
    padding: 30px;
    position: inherit;
    width: 30%;
	height: 29%;
    background-color:black;
    border: 3px double;
    border-color:#DEB71D ;
    margin-left: 520px;
    margin-top: 40px;
	border-radius: 10px;
	color:white;
	font-size:20px;
	
}


input {
    padding: 10px;
    color: #000000;
  
    border: 1px solid ;
    outline: none;
   font-family: "helvetica";
}  

label {
    cursor: default;
}

.submit input {
    border: 1px solid;
    background-color: black;
    height: 50px;
    width: 150px;
    font-family: "helvetica";
    font-size: 20px;
    cursor: pointer;
    padding: 0px;
    margin-top: 20px;
	margin-left:300px;
	border-radius:10px;
	border-color:#DEB71D;
	
}

.enviar {
    float: right;
    margin-right: 30px;
	font-size:20px;
}


.voltar {
    position: relative;
    width: 200px;
    height: 30px;
    margin-left: 40px;
    float: left;
    padding: 10px;
    top: 20px;
    font-size: 15px;
    font-family: "helvetica";
    color: #000;
	
}
a:-webkit-any-link {
    
    cursor: pointer;
    text-decoration: none;
	color: black;
}

/*Quando o mouse passa por cima*/
.voltar:hover {
  color: #DEB71D;
}

                   /* PAGINA DE CADASTRO*/

#contents {
    position: relative;
    width: 1558px;
    height: 450px;
    margin-top: -25px;
}




p9 {
    font-family:"helvetica";
    font-size: 20pt;
    font-weight: 700;
}

p10 {
    font-family: "helvetica";
    font-size: 13pt;
}
form, e {
    font-family: "helvetica";
    font-size: 16px;
    color: #000;
}
.cadastro {
    padding: 30px;
    position: relative;
    width: 58%;
    float: left;
    border: 3px double;
    border-color:  #DEB71D;
    margin-left: 30px;
    margin-top: 40px;
	border-radius: 10px;
    background-color: black;
	color:white;
	font-size:20px;
	
	
}
   /*começa o intup das caixas para preencher */


input {
    padding: 10px;
    color: #000000;
    border: 1px solid;
    outline: none;
    font-family: "helvetica";
	
}


/* select do dia , mes, ano e selecione e estado*/
select {
    width: 120px;
    padding: 10px;
    color: #000;
    border: 1px solid;
  
    outline: none;
    font-family: "helvetica";
    font-size: 10pt;
}


.conta2 {
   padding: 30px;
     background-color: black;
    width: 28%;
    float: right;
    border: 3px double;
    border-color: black;
    margin-right: 30px;
    margin-top: 40px;
	border-radius: 10px;
	position: relative;
	color:white;
	font-size:20px;
	 border-color: #DEB71D;
	
}


.submit input {
   border: 1px solid #DEB71D;
    background-color:#FF9;
    height: 50px;
    width: 150px;
    font-family: "helvetica";
    font-size: 20px;
    color:black ;
    cursor: pointer;
    padding: 0px;
    margin-top: 50px;
	margin-left:100px;
	border-radius:10px;
    
	
}



.voltar {
    
    width: 200px;
    height: 30px;
    margin-left: 40px;
    float: left;
    padding: 10px;
    top: 20px;
    font-size: 15px;
    font-family: "helvetica";
    color: #000;
}



                /* PAGINA DE AGRADECIMENTO*/
#agrade {
    
    width: 1349px;
    height: 412px;
    float: left;
    background-color: #fff;
}

.voltar {
    position: relative;
    width: 200px;
    height: 30px;
    margin-right: 400px;
    float: left;
    padding: 10px;
    top: 20px;
    font-size: 15px;
    font-family: "helvetica";
    color: #000;
}



               /* CONTEUDO DAS POLITICAS*/


#conte{
	
	width: 100%;
		
}
f {
    font-family: "helvetica";
    font-size: 30pt;
    font-weight: bold;
}

l {
    font-family: "helvetica";
    font-size: 23pt;
    font-weight: bold;
	margin-left: 200px;
}

g {
    font-family: "helvetica";
    font-size: 17pt;
	margin-left: 200px;
    
}


                 /*RODAPE GERAL*/

footer{
	height: 450px;
	background-color: #DEB71D ;
    margin-top: 70px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
	
    padding-top:  20px;
	
	padding-left: 20px;
	
}

.caixa_rodape1{
	width: 465px;
	height: 400px;	
	
	
	
}

/*Link já visitado*/
h3:visited {
  color: blue;
  text-decoration: none;
}

/*Quando o mouse passa por cima*/
h3:hover {
  color: white;
  text-decoration: none;
}



j{
	font-family: "helvetica";
    font-size: 23pt;
    font-weight: bold;
	color: black;
}

o{
	font-family: "helvetica";
    font-size: 18pt;
    font-weight: bold;
	color: black;
		
}
w{
	font-family: "helvetica";
    font-size: 17pt;
    font-weight: bold;
	color: black;
}	


.caixa_rodape2 {
	width: 465px;
	height: 400px;
	
	margin-left: 50px;

}
footer li {
    color: white;
    font-size: 20px;
    list-style: none;
    margin: 10px;
}

h3 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	font-family: "helvetica";
	color: black;
}



.caixa_rodape3 {
    width: 300px;
    height: 400px;	
}



/* facebook */


.redes_sociaisum {
   float: left;
   margin-left: 50px;
   margin-top: 30px;	
 
		
}
/*Quando o mouse passa por cima*/
.redes_sociaisum :hover {
  color: white;
  
}
.fa, .fab {
    
    display: inline-block;	
}



/* Instagram  */



.redes_sociaisdois {
    float: left;
    margin-top: -95px ;
	margin-left: 170px;
}

.redes_sociaisdois :hover {
  color: white;
}
.fab {
	font-family: "helvetica";
}
  

                         /* RODAPE */


.rodape {
    height: 220px;
    background-color:#EFC66F ;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 10px;
}


.formadepaga {
    width: 400px;
    height: 200px;
    margin: 0 9px;
}
element.style {
    text-align: center;
    font-size: 25px;
	
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	font-family: "helvetica"
}

center {
    display: block;
	text-align: -webkit-center;
		
	}

img {
    max-width: 100%;
}

.seguranca {
    width: 400px;
    height: 150px;
    margin: 0 9px;
}

element.style {
    text-align: center;
    font-size: 25px;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	font-family: "helvetica"
}

center {
    display: block;
    text-align: -webkit-center;
}

img {
    max-width: 100%;
}

.seguranca {
    width: 400px;
    height: 150px;
    margin: 0 9px;
}


element.style {
    text-align: center;
    font-size: 25px;
}

h1{
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

center {
    display: block;
    text-align: -webkit-center;
}

element.style {
    margin-top: 18px;
}

img {
    max-width: 100%;
}
