:root {
--main: #252d40;
--light: #c9cfd0;
--red: #de1e3f;
}
a{
color: var(--red)}
h1{
font-weight:600 !important
} #busca{
max-height:0px;
overflow:hidden;
transition:all 0.2s
}
#busca.show{
max-height:100px
}
.busca{
cursor:pointer
}  .row{
display:flex;
flex-wrap:wrap
}
.col-md-6, .col-sm-6{
width:50%
}
.col-sm-12{
width:100%
}
#wrap  .container {
max-width:1200px;
width:100vw !important;
margin:0 auto
}
.nav-links a, .nav-links span{ 
line-height: 1.5;
display: inline-block;
background: #006073;
color: #fff;
border: 0;
border-radius: 3px !important;
padding: 8px 12px !important;
}
.nav-links span{
background:#c9cfd0;
color:#333;
}
.nav-links .dots{
background:#fff
} .fas{
font-family: "Font Awesome 5 Free" !important
}
.dashicons{
font-family: 'dashicons' !important
}
.btn{
background: var(--main);
color: #fff;
border-radius:3px;
padding:6px 12px;
display:inline-flex;
align-items:center;
}
.btn:hover{
background: var(--red);
color: #fff;
}
.btn span, .btn i{
display:inline-block;
margin:0 6px
} @media (max-width:700px){
.row .col{
width:50%
}
#home .row{
flex-wrap:wrap
}
}