/* CSS Document */
html{
   scroll-behavior: smooth;
}
body {
	margin: 0px;
}
.titulo {
	font-family: 'Montserrat', sans-serif;
	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;
}
.texto {
	font-family: 'Titillium Web', sans-serif;
	font-size: large;
	line-height: 1.3em;
	color: #000;
	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;
}
.site {
	width: 100%;
	text-align: center;
}
.padrao {
	 width: 80%;
margin: 0 auto;
        text-align: center;
}
.topo {
	width:100%;
}
.topo_cel {
	display:none;
}
.div50 {
	font-family: 'Titillium Web', sans-serif;
	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 {
	font-family: 'Titillium Web', sans-serif;
	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 {
	font-family: 'Titillium Web', sans-serif;
	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 {
	font-family: 'Titillium Web', sans-serif;
	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;
}
@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) {
.topo {
	display:none;
}
.topo_cel {
	display:inline;
}
.div30 {
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	margin: 10px;
}
.div33 {
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	margin: 10px;
}
.div70 {
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	margin: 10px;
}
.div50 {
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	margin: 10px;
}
.site {
	width: 100%;
	text-align: center;
}
}
#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 {
	background-color: #009900;
	border: none;
	color: white;
	text-align: center;
	font-size: small;
	opacity: 1;
	transition: 0.3s;
	border-radius: 12px;
	width: 200px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 10px;
}
.botao_procedimentos {
	background-color: #006666;
	border: none;
	color: white;
	text-align: center;
	font-size: small;
	opacity: 1;
	transition: 0.3s;
	border-radius: 12px;
	width: 200px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 10px;
}.botao_azul {
	background-color: #0033CC;
	border: none;
	color: white;
	text-align: center;
	font-size: small;
	opacity: 1;
	transition: 0.3s;
	border-radius: 12px;
	width: 200px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 10px;
}
.botao_insta {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	border: none;
	color: white;
	text-align: center;
	font-size: small;
	opacity: 1;
	transition: 0.3s;
	border-radius: 12px;
	width: 200px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 10px;
}
.botao:hover {opacity: 0.6}
.botao_insta:hover {opacity: 0.6}
.botao_procedimentos:hover {opacity: 0.6}
.botao_azul:hover {opacity: 0.6}

a {
	text-decoration: none;
}
