*, a, *:focus{outline: 0 !important;}
*{box-sizing: border-box;}
body{
  font-size: 1.6rem;
  left: 0;
  min-width: 320px;
  min-height: 100%;
  min-height: 100vh;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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;
}
a{
  text-decoration: none;
  color: inherit;
  outline: 0 !important;
}
a:hover, a:active, a:focus {
  outline: 0 !important;
  text-decoration: none;
  color: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display: block;}
body, h1, h2, h3, h4, h5, h6{line-height: 1;}
ol, ul{list-style: none;}
table{border-collapse: collapse;border-spacing: 0;}
img{max-width:100%;}

/********* FONT *********/


/********* GERAL *********/

body {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400;
  font-size: initial;
  overflow-x: hidden;
}

#brevemente{
  color:#fff;
  background:#000 url(../img/bg_brevemente.webp) center center no-repeat;
  background-size:cover;
  display:flex;
  height:100vh;
  width:100vw;
  flex-direction:column;
  justify-content: space-between;
  align-items:center;
}
#brevemente img:first-child{
  width:400px;
  margin-top:75px;
}
#brevemente img:last-child{
  width:530px;
  margin-bottom:55px;
}
#brevemente h1{
  font-size:4rem;
  font-weight:800;
  text-transform:uppercase;
  margin-bottom:15px;
  padding:0 15px;
}
#brevemente p{
  font-size:2.5rem;
  font-weight:800;
  text-transform:uppercase;
  margin-bottom:25px;
  padding:0 15px;
}
#brevemente a{font-size:1.45rem;}

@media all and (max-width:1399px){

  

}

@media all and (max-width:1199px){

  

}

@media all and (max-width:991px){

  
  
}

@media all and (max-width:767px){

  #brevemente img:first-child{
    width:300px;
    margin-top:45px;
  }
  #brevemente img:last-child{
    width:400px;
    margin-bottom:45px;
  }
  #brevemente h1{font-size:3rem;}
  #brevemente p{font-size:2rem;}
  #brevemente a{font-size:1.25rem;}

}

@media all and (max-width:575px){

  #brevemente img:first-child{
    width:250px;
    margin-top:35px;
  }
  #brevemente img:last-child{
    width:280px;
    margin-bottom:35px;
  }
  #brevemente h1{font-size:2rem;}
  #brevemente p{font-size:1.55rem;}
  #brevemente a{font-size:1rem;}

}