/* PADRÃO */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {margin:0; box-sizing:border-box; font-family:'Montserrat', sans-serif}

hr {border:#1D3853 solid 2px; background-color:#1D3853}

h1 {margin:0; color:#FFF}

.titulos {background-color:#0E141A; padding:10px; color:#FFF; text-align:center; margin-top:40px}

h2 {margin:0; font-size:100px; line-height:100px; text-shadow:#0E141A 0px 0px 10px; opacity: 0.5;}

h3 {margin:0; font-size:32px; font-weight:bold; letter-spacing:1px; text-shadow:#0E141A 0px 0px 5px; opacity: 0.5;}

nav {list-style:none;}

ul {list-style:none;}

a {text-decoration:none; cursor:pointer; opacity:0.95}
a:hover {opacity:1;}

.divCard {opacity:0.90}
.divCard:hover {opacity:1}

@media (max-width: 700px) {
	h2 {margin:0; font-size:51px; line-height:55px}

	h3 {margin:0; font-size:16px}
}