.header {
}

.contato-topo {
    text-align: right;
    color: #fff;
    background-color: #5D876A;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 5px;
}

.contato-topo span {
    margin-right: 5px;
    margin-left: 20px;
}

.pss-navegacao {
    background-color: #FFF !important;
    border: 0 !important;
}

.pss-menu {
    margin-top: 60px;
}

.pss-menu li a {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.pss-logomarca {
    height: 160px;
    width: 300px;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
}

label {
    font-family: 'Roboto Condensed', sans-serif;
}

.titulo-header {
    position: relative;
    margin-bottom: 20px;
}

.titulo {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 30px;
    padding-bottom: 10px;
}

.titulo h2 {
    color: #FFF;
}

.parsley-errors-list li {
    color: red !important;
    padding-top: 5px !important;
}

.footer {
    background-color: #5D876A;
    padding-bottom: 20px;
    margin-top: 20px;
}

.footer h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

.footer ul li span {
    margin-right: 5px;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
}

.footer p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

.copyright {
    padding-top: 10px;
}

.pss-botao {
    border-radius: 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #5D876A;
}

.icone-whatsapp{
    width: 70px;

    position: fixed;

    bottom: 10%;
    right: 2%;
}





#carousel-example-generic {
    height: 300px;
}

#carousel-example-generic .item {
    height: 100%;
}

#carousel-example-generic .item img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* cobre sem distorcer */
}

@media (max-width: 767px) {
    .mobile-email-only {
        text-align: right;
        margin-top: 3px;
    }
    #carousel-example-generic {
        height: 350px;
    }
    .navbar-header {
        width: 100%;
        text-align: center;
    }

    .navbar-brand {
        float: none;
        display: inline-block;
    }
    .navbar-default .navbar-toggle {
        position: absolute;
        right: 0;
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-left: 0px !important;
    }
}

@media (min-width: 768px) {
    #carousel-example-generic {
        height: 400px;
    }
}

.show-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Quando visível */
.show-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.padding-10 {
    padding: 0px 10px;
}


.mobile-only {
    display: none;
}
.desktop-only {
    display: block;
}





@media (max-width: 480px) {
    .hidden-text {
        display: none;
    }
    .contato-topo {
        display: block;
    }

    .img-titulo {
        display: none;
    }

    .newsletter {
        display: none;
    }

    .titulo {
        position: relative;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        padding-bottom: 10px;
        margin-top: 20px;
        padding: 10px 0 !important;
    }

    .titulo h2 {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 1.5em !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .titulo {
        position: absolute;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0px;
        padding: 10px 0 !important;
    }

    .titulo h2 {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 1.5em !important;
    }
}

/* Esconde no mobile */
@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
}