@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body .rubik { font-family: "Rubik", sans-serif; line-height: 1.3;}
body .anton { font-family: "Anton", sans-serif; line-height: 1.2;}
body .auto { margin: 0 auto; width: 85%;}

body .titulo h1 { font-size: 1.5em;}
body .titulo h2 { font-size: 1.1em;}

body .slidemov .flex-control-nav { display: block;}

@media only screen and (max-width: 1000px){
  body .auto { width: 90%;}
}

/*
@media print {
  input.cpfalso, input.campo, input.real {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: none !important;
    font-weight: bold;
    color: #000 !important;
  }
}
*/