/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  /*padding-top: 54px;*/
}

.bg-pref{
    background-color: #005d9d !important;
}

@media (min-width: 992px) {
  body {
    /*padding-top: 56px;*/
  }
}
header{
	padding-top: 1em;
	padding-bottom: 1em;
    /*min-height: 150px;*/
}
h2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  margin: 30px 0 60px;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  /*margin: 50px auto;
  padding: 0 70px;*/
}
.carousel .item {
  color: #999;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel .overview { 
  font-style: italic;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #007bff;
}
.carousel .carousel-control {
  width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
.carousel-control i {
    font-size: 68px;
  line-height: 42px;
    position: absolute;
    display: inline-block;
  color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.carousel-indicators li { 
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {  
  background: #555;   
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.map{
	margin-bottom: -6px;
}
.diagonal{
  width: auto;
  height: 100%;
  background: red;
  margin-left: -50px;
  -webkit-transform: skew(10deg);
  -moz-transform: skew(-10deg);
  transform: skew(-10deg);
}

.bg-camara{
  background-color: #13b7ec;
}

.navbar{
  padding: 0 1rem !important;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.2125rem;
  padding-bottom: 0.2125rem;
  margin-right: 1rem;
  font-size: 13px;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link{
  color: #fff !important;
  font-size: 13px !important;
}

.navbar-light .navbar-brand{
  color: #fff !important;
}

.btn-outline-camara {
  color: #fff;
  background-color: transparent;
  background-image: none;
  font-size: 16px;
}

.form-inline {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    float: right;*/
}

.form-control-search {
    display: block;
    /*width: 30em !important;*/
    padding: .475rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #454545 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-inline .form-control {
    /*display: inline-block !important;
    width: auto;
    vertical-align: middle !important;*/
}

.navbar-camara a{
  color: #fff;
}

.navbar-camara a:hover{
  color: #000;
}

.card-body{
  /*padding: 0 !important;*/
}

.card-title{
  text-align: justify;
}

.card-title a{
  color: #000;
  font-weight: 600;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  /*font-weight: 700;*/
}

/* SESÃO SERVIÇOS */
.services-banner {
    background-color: #176ec0 !important;
    padding: 40px 20px;
    color: white;
    text-align: center;
}

.services-banner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.services-banner h2::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: white;
    bottom: -10px;
    left: 25%;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #333;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 2.5rem;
    color: #0066cc;
    margin-bottom: 15px;
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #0066cc;
}

.service-card p {
    color: #666;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.service-link {
    display: inline-flex;
    align-items: center;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.service-link i {
    margin-left: 5px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #004c99;
}

.service-link:hover i {
    transform: translateX(3px);
}

/* Responsividade */
@media (max-width: 768px) {
    .services-container {
        grid-template-columns: 1fr;
    }
}
