*{
  margin: 0;
  padding: 0;
  border: 0;
}

body {
width: 100%;
height: 100%;
margin: 0 auto;
background-image: url('../backgroud/fundo.png');
}

ul{
  padding: 0 px!important;
}

.menu-principal {
width: 100%;
background-color: #CC6633;
height: 100px;
}

main {
margin: 0 auto;
width: 980px;
position: relative;
background-color: white;
}

.logo {
float: left;
width: 300px;
margin-top: 22px;
}

.redes-sociais ul li {
margin-left: 25px;
display: inline-block;
float: left;
}

.redes-sociais {
padding: 5px;
width: 300px;
float: right;
margin-top: 10px;
}

.header-2 {
  background-color: #ffffff;
  width: 980px;
  padding: 16px;
  margin: 0 auto;
}

.menu-urls {
 height: 55px;
 border-bottom: 3px solid #efefef;
}

.menu ul li {
 display: inline-block;
 color: #8b8b8b;
 margin-left: 15px;
 height: 40px;
}

.menu ul li:hover {
border-bottom: 3px solid #CC6633;
}

.menu a:hover{
color: #CC6633;
}

.menu ul li a {
 color: #000000;
 text-decoration: none;
 font-size: 18px;
 text-transform: uppercase;
}

.menu {
 width: 100%;
 float: left;
 text-align: center;
}

.busca {
text-align: center;
width: 280px;
float: left;
margin: 25px 25px 20px 60px;
}

.busca input {
  background-image: url(../lupa/lupa.png);
  background-repeat: no-repeat;
  padding: 12px;
  height: 35px;
  width: 280px;
  margin-top: 10px;
  background-position: 94%;
  border: 1px solid #d6d6d6;
  cursor: pointer;
}

.col-100 {
 width: 100%;
 position: relative;
}

section{
 margin: 100px auto;
 margin-top: -170px;
 width: 1025px;
 height: 50px;
}

.rede{
 transition: all 0.4s ease-out;
 border-radius: 20%;
}

.rede:hover{
 cursor: pointer;
 transform: translateY(-30px);
 box-shadow: 4px 30px 16px 0px rgba(50,50,50, 0.45);
}

.principal{
background-color: white;
width: 1000px;
height:1000px;
margin: auto;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
z-index: 0;
}

.slides{
  background-image: url('../slider/banner2.png');
  height: 300px;

}

.cartao-container{
    display: flex;
    justify-content: center;
    height: 350px;
    margin-left: -600px;
}


.cartao{
        background-color: antiquewhite;
        width: 300px;
        height: 300px;
        margin: 15px 10px;
        box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.3);
        float: left;
        padding: 15px;
        align-content: center;
        align-items: center;
        text-align: center;
}

.capa-pet{
width: 260px;
height: 260px;
margin-top: 5px;
}
