@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  font-family: 'Helvetica Neue', 'Roboto', Helvetica, Arial, sans-serif;
}
.container {
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 auto;
}

#topo {
    width: 100%;
    overflow: hidden;
}

#topo .logo {
    float: left;
    vertical-align: middle;
    font-weight: bold !important;
    text-transform: uppercase;
}

#topo .logo img {
    vertical-align: middle;
}

#topo .menu {
    float: right;
}

.logo {
    padding: 10px;
    vertical-align: middle;
    float: left;
}

.logo img {
    vertical-align: middle;
}

.menu {
    float: right;
    vertical-align: middle;
}

.menu .nav {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.menu .nav .links {
    display: inline-block;
    color: #f3f3f3;
    padding: 15px 15px;
}

.nav li a {
    color: rgb(39, 44, 44);
    text-decoration: none;
    font-weight: bold;
}

.nav li a:hover {
    color: #ed2027
}

#banner {
    background: url(../images/engenharia.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#banner-limpeza {
    background: url(../images/limpezaurbana.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#banner-limpeza .filtro {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner-limpeza h2 {
    text-align: center;
    padding-top: 80px;
    font-size: 46px;
    color: white;
    position: relative;
}


#banner-frota {
    background: url(../images/frota.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#banner-frota .filtro {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner-frota h2 {
    text-align: center;
    padding-top: 80px;
    font-size: 46px;
    color: white;
    position: relative;
}

#banner-limpeza h2 {
    text-align: center;
    padding-top: 80px;
    font-size: 46px;
    color: white;
    position: relative;
}

#banner-obras {
    background: url(../images/saneamentopiratininga.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}


#banner-obras .filtro {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner-obras h2 {
    text-align: center;
    padding-top: 80px;
    font-size: 46px;
    color: white;
    position: relative;
}

#banner-agro {
    background: url(../images/agro.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#banner-agro .filtro {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner-agro h2 {
    text-align: center;
    padding-top: 80px;
    font-size: 46px;
    color: white;
    position: relative;
}

#banner-features {
    background: url(../images/rodovia.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#banner-features .filtro {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner-features h2 {
    text-align: center;
    padding-top: 80px;
    font-size: 42px;
    color: white;
    position: relative;
}

#banner h2 {
    text-align: center;
    margin: 0;
    padding-top: 80px;
    font-size: 46px;
    color: black;
    position: relative;
}


#banner-quem-somos {
    background: url(../images/caneta.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}


#banner-servicos {
    background: url(../images/servicos.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#banner-contato {
    background: url(../images/contato.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

#banner-contato .filtro {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner-contato h2 {
    text-align: center;
    margin: 0;
    padding-top: 80px;
    font-size: 46px;
    color: black;
    position: relative;
}

#banner-quem-somos h2 {
    text-align: center;
    margin: 0;
    padding-top: 80px;
    font-size: 46px;
    color: black;
    position: relative;
}

#banner-quem-somos .filtro {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#banner-servicos h2 {
    text-align: center;
    margin: 0;
    padding-top: 80px;
    font-size: 46px;
    color: black;
    position: relative;
}

#banner-servicos .filtro {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#banner .filtro {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.info {
    padding-bottom: 120px;
}

.info p {
    line-height: 1.6
}

.info h4 {

    margin-left: 4px;
}

#conteudo .container {
    background: #fff;
    border: solid 1px #ddd;
}

#conteudo .figura {
    padding: 30px;
    justify-content: center;
}


#conteudo h1 {
    padding-top: 10px;
}

#rodape .info {
    float: left;
    height: 100%;
    padding-bottom: 10px;
}

#rodape ul li {
    display: block;
    padding: 4px;
    font-weight: lighter;
}

#rodape #mapa {
    padding-top: 20px;
    padding-left: 20px;
}

#rodape #mapa iframe {
    margin-left: 24px;
    width: 50%;
}

@media screen and (max-width: 576px) {
    .box-line-footer {
        margin-left: 32px;
    }
}

@media screen and (max-width: 796px) {
    .box-line-footer {
        margin-left: 8px;
    }
}


#rodape .info {
    background: white;
    opacity: 0.85;
    color: #1b1b1b;
    padding-right: 16px;
}

.rodape-background {
    background: url(../images/bg-footer.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.figure-caption {
    font-size: 16px !important;
    height: auto;
    width: auto;
}

/* only for demo not required */
.box {
    border: 1px #e4dede solid;
    height: 100%;
}

.portfolio.container {
    background: #fff;
    border: solid 1px #ddd;
    padding: 20px;
}


.menu-mobile {
    padding: 10px;
}

/* criando menu mobile lateral */
#mascara:target .menu-container {
    width: 250px;
}

.menu-container {
    width: 0px;
    background: #fff;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.8s ease;
}

.menu-mobile a {
    color: black;
}

@media (max-width: 792px) {
    .bloco-2 {
        width: 100%;
    }

    .bloco-3 {
        width: 50%;
    }

    .bloco-4 {
        width: 50%;
    }

    #banner h2,
    #banner p,
    #banner form {
        text-align: center;
    }

    #banner img {
        width: 90%;
        margin-top: 25px;
    }

    #receba .bloco-3 {
        width: 100%;
        text-align: center;
    }

    .receba .imagem::before {
        left: 30%
    }

    .menu .links {
        display: none;
    }

    .bt-menu {
        display: block;
        padding-top: 20px;
    }
}

@media (max-width: 502px) {
    .bloco-3 {
        width: 100%;
    }

    .bloco-4 {
        width: 100%;
    }

    #depoimentos .cliente {
        margin-top: 350px;
    }
}


.bt-destaque {
    display: block;
    width: 140px;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    background: black;
    padding: 15px 5px;
    border-radius: 200px;
    color: #fff;
    margin-bottom: 100px;
    position: relative;
    text-decoration: none;
}


.carousel-item img {
    max-width: inherit;
    max-height: inherit;
    height: inherit;
    width: inherit;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.info-icon {
    position: absolute;
    top: 16px;
    right: 24px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: opacity 0.5s ease;
}

.hover-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery {
    padding-bottom: 32px;
}

.popover {
    background-color: black;
    color: white;
    border: none;
}

.popover .popover-header {
    background-color: #343a40;
    /* Dark gray header */
    color: white;
}


.img-thumbnail {
    height: 320px !important;
    object-fit: cover !important;
    width: 440px !important;
    border-radius: 50% !important;
}

.carousel-inner {
    height: 0;
    padding-bottom: 25%;
    /* this sets carousel aspect ratio (4:1 here) */
}

.carousel-item {
    position: absolute !important;
    /* Bootstrap is insistent */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel-item img {
    height: 100%;
    /* Bootstrap handles width already */
    object-fit: cover;
    height: 100vh;
    width: 100%;
    /* or 'contain' if you want stretch instead of crop */
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    min-height: 230px;
    /* Altura mínima */
    max-height: 300px;
    /* Altura máxima */
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.active-link {}


#mascara {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.90);
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    transition: all 1s ease;
}

#mascara:target {
    opacity: 1;
    z-index: 9;
}

.menu-mobile {
    list-style: none;
    text-align: center;
    margin-top: 20%;
}

.menu-mobile li {
    margin-top: 20px;
}

.menu-mobile a {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.menu-mobile {
    padding: 10px;
}

/* criando menu mobile lateral */
#mascara:target .menu-container {
    width: 250px;
}

.menu-container {
    width: 0px;
    background: #fff;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.8s ease;
}

.menu-mobile a {
    color: #444;
}

#topo .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#topo .menu ul li {
    display: inline-block;
    padding: 10px;
    padding-top: 30px;
}

.menu ul li a {
    color: rgb(39, 44, 44);
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
}

#topo .logo {
    float: left;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
}

#topo .logo img {
    vertical-align: middle;
}

#topo .menu {
    float: right;
}


.img-banner {
    margin-left: 120%;
    animation-name: direita;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0, 0.6, 0.56, 1.29);
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.imagem img {
    width: 100%;
}

#rodape p {
    text-align: center;
    padding: 10px 25px;
}

#mascara {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.90);
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    transition: all 1s ease;
}

#mascara:target {
    opacity: 1;
    z-index: 9;
}

.menu-mobile {
    list-style: none;
    text-align: center;
    margin-top: 20%;
}

.menu-mobile li {
    margin-top: 20px;
}

.menu-mobile a {
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
}

.bt-menu {
    display: none;
    margin-top: 15px;
}

.bt-menu a {
    width: 35px;
    height: 30px;
    position: relative;
    border-top: solid 3px black;
    display: block;
    text-decoration: none;
}

.bt-menu a::before {
    content: "";
    width: 35px;
    height: 3px;
    display: block;
    background-color: black;
    position: absolute;
    top: 5px;
}

.bt-menu a::after {
    content: "";
    width: 15px;
    height: 3px;
    display: block;
    background-color: black;
    position: absolute;
    top: 12px;
    right: 0;
    transition: all 0.5s ease;
}

.bt-menu a:hover::after {
    width: 35px;
}

.fechar {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    margin-top: 25px;
    font-size: 32px;
    font-weight: bold;
}

.fechar a {
    color: black;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
    text-decoration: none;
}

.menu-mobile {
    padding: 10px;
}

/* criando menu mobile lateral */
#mascara:target .menu-container {
    width: 290px;
}

.menu-container {
    width: 0px;
    background: #fff;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.8s ease;
}

.menu-mobile a {
    color: #444;
    text-decoration: none;
}

@keyframes direita {
    from {
        margin-left: 120%
    }

    to {
        margin-left: 0;
    }
}

@keyframes seta {
    0% {
        background-position-x: center;
    }

    75% {
        background-position-x: center;
    }

    85% {
        background-position-x: 35%;
    }

    92% {
        background-position-x: 65%;
    }

    100% {
        background-position-x: center;
    }
}

@keyframes raio {
    0% {
        left: -15px
    }

    90% {
        left: -15px
    }

    100% {
        left: 110%
    }
}

@keyframes foguete {
    from {
        top: 0
    }

    to {
        top: -35px;
    }
}

@media (max-width: 792px) {
    .bloco-2 {
        width: 100%;
    }

    .bloco-3 {
        width: 50%;
    }

    .bloco-4 {
        width: 50%;
    }

    #banner h2,
    #banner p,
    #banner form {
        text-align: center;
    }

    #banner img {
        width: 90%;
        margin-top: 25px;
    }

    #receba .bloco-3 {
        width: 100%;
        text-align: center;
    }

    .receba .imagem::before {
        left: 30%
    }

    .menu .links {
        display: none;
    }

    .bt-menu {
        display: block;
    }
}

@media (max-width: 502px) {
    .bloco-3 {
        width: 100%;
    }

    .bloco-4 {
        width: 100%;
    }

    #depoimentos .cliente {
        margin-top: 350px;
    }
}

.carousel-caption {
    border-radius: 4px;
    background-color: rgb(41, 47, 53, 0.6);
    right: 0 !important;
    left: 0 !important;
    max-width: 100%;
}



.interface {
    max-width: 1200px;
    margin: 0 auto;
}

footer {
    background-size: cover;
    width: 100%;
    opacity: 0.85;
    background-color: rgb(35, 31, 32);
    color: #fff;
    background: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer .line-footer1 {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.line-footer1 h2 {
    font-size: 2.5rem;
}

.line-footer1 p {
    font-size: 1.2rem;
    margin: 10px 0 20px 0;
}

.line-footer1 form {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.line-footer1 form input[type=email] {
    width: 300px;
    height: 40px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px;
    outline: 0;
}


.line-footer1 form input[type=submit] {
    width: 80px;
    height: 40px;
    background-color: #31143f;
    border: 0;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

footer .line-footer2 {
    margin-left: 8px;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}


footer .box-line-footer img {
    max-width: 200px;
    margin-bottom: 10px;
}

.line-footer2 .box-line-footer h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.line-footer2 .box-line-footer a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 1.5em;
}

.line-footer2 .box-line-footer p {
    line-height: 1.5em;
}

.line-footer3 {
    padding-bottom: 40px;
    color: #fff;
}

.box-line-footer .btn-redes {
    display: flex;
    align-items: center;
}

.box-line-footer .btn-redes a {
    display: inline-block;
}

.box-line-footer .btn-redes button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2rem;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

footer .line-footer3 {
    padding-top: 40px;
    text-align: center;
}

.features-section {
    background: url(../images/section.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
}

.features-section .container {
    background: none !important;
}


.image-container .popover-btn {
    top: 24px;
}

.image-container {
    position: relative;
}

.box-line-footer p {
    margin-top: 20px;
}

.box-line-footer img {
    width: 160px;
    height: 80px;
    margin-top: -24px;
}

.form-container {
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
}

.form-control {
    background-color: #d3d3d3 !important;
}

.btn-custom {
    background-color: #ed2027 !important;
    color: white !important;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
}

.video-thumbnail {
    width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .line-footer2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .line-footer2 > div:not(:first-child) {
        display: none;
    }
    .line-footer2 > div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}