html {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 18px !important;
}

@media screen and (max-width: 480px) {
	.hidden-xs {
		display: none;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.hidden-sm {
		display: none;
	}
}

.header-logo {
  background-color: #ccc;
  padding: 10px;
  margin-left: -12px !important;
  margin-right: -12px !important;
  border-bottom: solid 1px #fff;
}

.logo-header {
	margin-left: 10px;
}

.banner {
    width: 100%;
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

@media (max-width: 768px) {
    .banner {
        height: 30vh;
    }
}

.section-banner {
	margin-left: -12px !important;
	margin-right: -12px !important;
}

.section1 {
	background-color: #00445b;
	padding: 25px;
	color: #fff;
	border-top: solid 1px #fff;
}

.section2 {
	background-color: #cccccc;
	padding: 25px;
	color: #00445b;
}

.sub-title {
	text-align: center;
	margin-bottom: 30px;
}

.dsp-flex {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.btn.btn-default {
	background-color: #00445b;
	color: #fff;
	display: flex;
	width: 50%;
	align-items: center;
	margin: auto;
	text-align: center;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

.container-btn {
	padding: 10px 0px;
	background-color: #ccc;
}

.icons {
 	text-align: right !important;
}

.section3 {
	background-color: #00445b;
	padding: 15px;
}

.txt-redes {
	color: #fff;
	margin-top: 15px;
}

.row-section4 {
  display: flex;
  align-items: center;
}

.txt-dados {
	text-align: right;
	padding-right: 30px;
}

.section5 {
	background-color: #00445b;
	padding: 15px 0px 10px 0px;
	color: #fff;
	text-align: center;
}

.col-text01, .col-text02, 
.col-text03, .col-text04 {
	color: #00445bbf;
}

@media screen and (max-width: 767px) {
	.img-01, .img-02, .img-03, .img-04 {
		margin-bottom: 10px !important;
	}
}

@media (min-width: 768px) and (max-width: 1160px) {
	.col-text01, .col-text02, 
	.col-text03, .col-text04 {
		padding-left: 100px;
	}
}

.title-contatos {
	color: #00445b;
	font-weight: 700;
}

.dados-contatos {
 	color: #888;
}

.panel-default {
 	border-color: #ddd;
}

.panel {
	background-color: #fff;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #000;
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	cursor: pointer;
	display: none; /* Escondido por padrão */
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s, transform 0.3s;
}

.back-to-top:hover {
    background-color: #555;
}

.back-to-top.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}
