/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/05/2019, 10:33:39
    Author     : Carollyne
*/

.navbar-brand img {max-width: 130px;}

li.nav-item {
    text-align: center;
}

.ftco-navbar-light.scrolled .nav-link.active {
    color: #5c8946 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link span:before {
    background: #5c8946;
}

.ftco-navbar-light .navbar-nav > .nav-item > .btn.btn-primary{
    margin-top: 0!important;
}
    
.labels {
    color: white;
    background-color: red;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    width: 30px;
    white-space: nowrap;
}
#iw-container  .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    background-color: #5c8946;
    color: white;
    margin: 1px;
    border-radius: 2px 2px 0 0; /* De acordo com o arredondamento dos cantos da infowindow por padrão. */
}

.gm-style .gm-style-iw {
    width: 350px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(76, 175, 80, 0.72);
    border-radius: 2px 2px 10px 10px; // aplicar 10px nos cantos inferiores da infowindow
    font-weight: 300;
    font-size: 15px;
    overflow: hidden;
}

.ftco-footer .ftco-footer-widget ul li a:hover span {
    color: #FF9800;
}
.ftco-footer a:hover {
    color: #FF9800!important;
}

.slider-text .breadcrumbs{
    color:#5c8946;
}

.swal-button {
    background-color: #5c8946;
}

.swal-button:not([disabled]):hover {
    background-color: #5c8946;
}

.swal-button:active {
    background-color: #5c8946;
}

.swal-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(92, 137, 70, 0.30)
}