/* CSS Document */
html{
   scroll-behavior: smooth;
}
.logo {
	text-align: center;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
body {
	font-family: "Sora", sans-serif;
	margin: 0px;
	background-image: url(imagens/desktop.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #033;
	background-attachment: fixed;
	background-color: #000;
	background-size: cover;
	background-position: top;
}
.titulo {
	font-size: xx-large;
	font-weight: bold;
	color: #c10f0f;
	margin: 10px;
	width: 100%;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	text-align: left;
}
.links {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.texto {
	font-size: large;
	line-height: 1.3em;
	color: #0B4C72;
	width: 100%;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.crm {
	 font-family: "Sora", sans-serif;
	font-size: small;
	line-height: 1.3em;
	color: #fff;
	width: 100%;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.site {
	width: 40%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.padrao {
	 width: 80%;
margin: 0 auto;
        text-align: center;
}
.topo {
	width:100%;
}
.topo_cel {
	display:none;
}
.div50 {
	width: 50%;
	float: left;
		animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	text-align: left;
}
.div30 {
	width: 30%;
	float: left;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	text-align: left;
}
.div33 {
	width: 33%;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	text-align: center;
	float: left;
}
.div70 {
	width: 70%;
	float: left;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	text-align: left;
	font-size: large;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #390;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.botao_procedimentos {
	background-color: #CC0000;
	border: none;
	color: white;
	text-align: center;
	font-size: medium;
	opacity: 0.8;
	transition: 0.3s;
	border-radius: 12px;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	box-shadow: 1px 1px 5px #000;
	display: block;
}
.botao:hover {opacity: 0.6}
.botao_procedimentos:hover {opacity: 0.6}
a {
	text-decoration: none;
	color: #066;
}
.area {
	height: 350px;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 600px) {
	.area {
	height:325px;
}
	body {
	background-image: url(imagens/mobile.jpg);
	}
.topo {
	display:none;
}
.topo_cel {
	display:inline;
}
.div30 {
	width: 100%;
	margin: 10px;
}
.div33 {
	width: 100%;
	margin: 10px;
}
.div70 {
	width: 100%;
	margin: 10px;
}
.div50 {
	width: 100%;
	margin: 10px;
}
.site {
	width: 100%;
	text-align: center;
}
.botao_procedimentos {
	width: 80%;
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
}
