/* GERAL */
html{padding: 0; margin: 0; padding-top: 100px; font-size: 20px; line-height: 20px; position: relative; background-color: #ffffff; scroll-behavior: smooth;}
body {  
	position: relative;
	margin: 0;
	padding-top: 0;
	font-family: 'Open Sans', sans-serif;
	color: #505050;
}

#alerta{
	position: absolute;
	z-index: 1000;
	top:130px;
	width: 60%;
	background-color: rgba(92,92,92,0.70);
	left: 20%;
	padding: 1rem 1rem 0 1rem;
} 

.loading{
    position: absolute;
    z-index:10;
    left:48%;
    color: #BE0408;
}

.btn-success {
  --bs-btn-color: #FFF;
  --bs-btn-bg: #17BF64;
  --bs-btn-border-color: #17BF64;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1B6338;
  --bs-btn-hover-border-color: #1B6338;
  --bs-btn-focus-shadow-rgb: 20, 162, 85;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #1B6338;
  --bs-btn-active-border-color: #1B6338;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #17BF64;
  --bs-btn-disabled-border-color: #17BF64; 
}

/* Navbar */
#navtop .navbar-brand img{
	max-width: 180px;
}

#navbartop .nav-link{
	color: #2e3192;
	font-size: 0.6rem;
	border-bottom: 2px solid #fff;
}

#navbartop .nav-link:hover, #navbartop .nav-link.active{
	border-bottom: 2px solid #2e3192;
}

#navbartop .btn{
	color: #fff;
	font-size: 0.6rem;
}

#navbartop .redesSociais{
	color: #a8a8a8;
	font-size: 0.6rem;
	margin-left: 0.6rem;
}


/* Equivalencia de fontes
    12px = 0.6rem
    14px = 0.7rem
    16px = 0.8rem
    18px = 0.9rem
    20px = 1rem (base)
    40px = 2rem
*/

.font12{font-size: 0.6rem;}

.link{text-decoration: none; color: #2e3192;}
.link:hover{text-decoration: none; color: #080C95;}
h1, .h1,h2, .h2,h3,.h3,h4,.h4,h5,h6{font-size: 2rem; font-weight: 800; line-height: 125%; color: #2e3192;}
h2,.h2{font-size: 1.8rem; font-weight: 800;}
h3,.h3{font-size: 1.7rem; font-weight: 700;}
h4,.h4{font-size: 1.2rem; font-weight: 600;}
h5,.h5{font-size: 1.1rem; font-weight: 600;}
h6,.h6{font-size: 1rem; font-weight: 600;}

.campoRequired{ border-color: #0026DC!important;}

.semBg{ background:none !important;}
.bgTransparent{ background: transparent !important; }
.bgPreto{background-color: #000;}
.bgLaranja{background-color: #eca529;}
.bgAzul{background-color: #2e3192;}
.bgCinza{background-color: #f7f7f7;}

.btn-outline-success:hover, .btn-outline-light:hover{color: #fff;}
.btn-outline-light:hover{background-color: #1B6338;}
.ftAzul{color:#2e3192;}
.ftLaranja{color:#eca529;}
.ftCinza{color:#495057;}
.cursor{cursor: pointer;}
.contain {object-fit: contain;width: 100%;height: 100%;}
.cover {object-fit: cover;width: 100%;height: 100%;}

/* Home */


.legendaServicos{
	color: #2f2f2f;
	background-color: #fff;
	font-weight: 700;
	position: relative;
	top: -150px;
	min-height: 90px;
	padding: 10px;
}

.legendaMateriais{
	color: #fff;
	background-color: #2e3192;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	min-height: 90px;
	padding: 10px;
	margin-bottom: 0;
	width: 100%;
}

a{text-decoration: none;}

.imagemServicos{width: 290px;display: inline-block;}


/* / listagem */
/* Paginação */
.pagination .page-link{
    color: #17BF64;
    font-size: 0.89rem;
}
.pagination .page-link.active, .active > .page-link{
    color: #FFF;
    background-color: #17BF64;
    border-color: #17BF64;
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
}


.form-control, .form-select { 
    color: #7C838A;
    font-size: 0.7rem;
}

.form-control::placeholder { 
    color: #BCBCBC;
    font-size: 0.7rem;
}
#formCadastro input::placeholder { 
    color: #BCBCBC;
    font-size: 0.6rem;
}



/* / Paginação */
/* / Internas */



footer *{
    color: #2e3192;
    font-size: 0.9rem;
}

footer a:hover{
    color: #0F138D;
}
footer .nav-link{
	font-size: 0.6rem;
    color:#2e3192;
}
footer .nav-link:hover{
    color: #0F138D;
}

footer a {
    text-decoration: none;
}

.logoView{max-width: 170px;}


/* RESPONSIVE MEDIA QUERIES */
/* Medium Devices, Desktops (col-md-*)*/
@media only screen and (max-width : 992px) {
	html, body { font-size: 16px;}
}
/* Small Devices, Tablets (col-sm-*)*/
@media only screen and (max-width : 768px) {
	html, body { font-size: 14px;}
}

/* Extra Small Devices, Phones (col-xs-*)*/ 
@media only screen and (max-width : 576px) {
	html, body { font-size: 12px;}

}

