body {
    font-family: Arial, sans-serif; /* Fonte padrão caso Roboto não esteja disponível */
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

p, li {
    font-family: "Roboto", sans-serif;
}


.header a {
    color: white !important;
}

.dropdown-menu li a {
    color: black !important;
}

.dropdown-menu li a:hover {
    color: black !important;
}

.header a:hover {
    color: greenyellow !important;
}

.intro-home {
    height: 100vh;
    background-image: url("../img/bg-home-1-over.jpg");
    background-position: center center;
    background-size: cover;
    transition: .5s ease-out;
}

.intro-home-textos .ex1, .ex2 {
    font-size: 50px;
}

.titulo_bomba_view {
    height: 200px;
    background-color: #2E9D96;
}

.titulo_paginas {
    height: 100px;
    background-color: #2E9D96;
    margin-top: 139px;
}

.titulo_bomba_view h1 {
    position: relative;
    text-align: center;
    line-height: 100px;
    color: white;
}

/*************ANIMAÇÃO DO TEXTO***********/
.ex1 {
    opacity: 0;
}

.ex3 {
    opacity: 0;
}

.ex1 span {
    position: relative;
    top: 10px;
    left: 10px;
    opacity: 0;
}

.ex3 span {
    position: relative;
    top: 10px;
    left: 10px;
    opacity: 0;
}

.ex2 {
    opacity: 0;
}

.ex2 span {
    position: relative;
    left: -10px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*****************ANIMAÇÃO DAS SETAS*********************/

.arrows {
    width: 60px;
    height: 72px;
    cursor: pointer;
}

.arrows path {
    stroke: rgb(46, 157, 150);
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.barrar-produtos {
    height: 2px;
    width: 35px;
    background-color: orange;
    margin: 0 10px;
}

.produtos-home-textos h6 {
    color: orange;
}

.cartao-produtos {
    margin: 30px;
    padding: 15px;
    border-radius: 25px;
    transition: ease-in .2s;
    border: 1px solid rgb(46, 157, 150);
    min-width: 400px;
    min-height: 170px;
}

.cartao-produtos svg {
    fill: rgb(46, 157, 150);
}

.cartao-produtos:hover {
    background-color: rgb(46, 157, 150);
    color: white;
}

.cartao-produtos:hover svg {
    fill: white;
}

.controles-slide {
    height: 25px;
    width: 15px;
    background-color: white;
    border-radius: 50px;
    margin-bottom: 10px;
}

.controles-slide:first-of-type {
    margin-bottom: 10px;
}

.titulo_paginas h1 {
    position: relative;
    text-align: center;
    line-height: 100px;
    color: white;
}

.btn-voltar {
    width: 100px
}

.respiro {
    margin: 50px 0;
}

.h2-view {
    color: rgb(46, 157, 150);
}

.h2-view-ferramentas {
    color: #d67700;
}

.paginator {
    margin: 1em 0;
}

.pagination ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    display: inline-block;
    margin-right: 1em;
}

.pagination a {
    color: #000;
    font-size: 14px;
    font-family: sans-serif;
}

.pagination a:hover {
    color: #fff;
    background-color: #000;
}

#texto-aparecer {
    display: none;
}

.respiro_soft {
    margin: 25px 0;
}

.imagem_bomba {
    display: flex;
    justify-content: center;
}

.padding-icons {
    padding: 5px 7px;
}

.row-flex-center {
    display: flex;
    align-items: center;
}

.info-itens {
    border: 1px solid grey
}

.info-itens p {
    padding: 0 5px;
}

.login-page-admin {
    background-color: white;
}

.nav-item-active {
    border-top: 2px solid green;
    border-bottom: 2px solid green;
}

.banner-principal-imagem {
    justify-content: flex-start;
}

.texto-preto {
    color: black !important;
}

.banner-assistencias {
    margin-top: 136px;
    padding: 40px;
    background-image: url("../adminLTE/dist/img/fundo1_novo.jpg");
}

#banner-principal button {
    width: 250px;
}

#banner-principal button p {
    margin: 0;
}

.banner-principal-content {
    justify-content: right;
}

.banner-principal-content-text {
    max-width: 250px;
}

.banner-principal-content-text h3 {
    color: #2E9D96;
}

.banner-principal-content-text button {
    border: none;
    background-color: #2E9D96;
}

.btn-saiba-mais {
    border: none;
    background-color: orange;
    color: white;
    width: 150px;
}

.btn-saiba-mais p {
    margin: 0;
}

.btn-saiba-mais:hover {
    color: white;
    background-color: #ff981a;
}

.banner-principal-content-text button:hover {
    background-color: lightseagreen;
}

.header-fixed {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    transition: top 0.3s ease-in-out;
    z-index: 999;
    /*background: rgb(11,52,31);*/
    /*background: radial-gradient(circle, rgba(11,52,31,1) 0%, rgba(27,79,76,1) 100%);*/
    background-image: url("../img/bg-header.jpg");
}


.header-fixed.show-header {
    top: 0;
}

.header-desktop-only {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s ease-in-out;
}

.header-desktop-only.show-header {
    top: -150px;
}

.header-outras-paginas {
    background-image: url("../img/bg-header.jpg") !important;
}

.divisorio-equipamentos {
    background-color: #2E9D96;
    color: whitesmoke;
}

.divisorio-equipamentos h3 {
    color: orange;
}

.texto-laranja {
    color: orange;
}

.tabs-custom {
    color: #2E9D96 !important;
    background-color: transparent !important;
}

.tabs-custom.active {
    color: #2E9D96 !important;
    background-color: transparent !important;
    border-bottom: 2px solid orange !important;
    border-top: 2px solid orange !important;
    border-radius: 0;
}

.nossos-equipamentos {
    display: flex;
    justify-content: flex-end;
}

.tabs-flex {
    display: flex;
    justify-content: center;
}

.bombas-home p {
    font-size: 12px;
}

.bombas-home h5 {
    color: #2E9D96;
}

.btn-bombas {
    background-color: orange;
    color: white;
}

.linhas-subtitulos {
    height: 5px;
    width: 70px;
    background-color: orange;
    border-radius: 15px
}

.polygon-pai {
    height: 244px;
    background-image: url("../adminLTE/dist/img/polygons.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.polygon-pai p {
    font-size: 40px;
    font-weight: bold;
    color: #2E9D96;
}

.sobre-imagem {
    background-image: url("../img/bg-home-sobre.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contato-textos {
    background-image: url("../img/bg-contato-2.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contato-textos {
    color: white;
}

.contato-textos i {
    color: orange;
}

.contato-textos p {
    color: lightgrey;
}

.form-contato h1 {
    font-size: 75px;
}

.form-contato button {
    border-radius: 100px;
    text-align: center;
    color: white;
    width: 40%;
    background-color: rgb(46, 157, 150);
    padding: 10px;
}

.form-contato button:hover {
    text-align: center;
    color: white !important;
    background-color: rgb(42, 124, 117);
}

.sobre-check {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.sobre-check i {
    font-size: 50px;
    color: orange;
    padding: 25px;
}

.contatos-footer i {
    color: rgb(46, 157, 150);
}

.contatos-footer h2 {
    color: orange;
}

.divisor {
    width: 100%;
    background-color: rgb(46, 157, 150);
    height: 1px;
}

footer {
    background-image: url("../img/bg-footer.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.indexes-items {
    height: 100px;
}

.assistencia-respito {
    margin-bottom: 170px;
}

.offcanvas-celular {
    display: none;
}

.offcanvas-celular ul li a {
    color: black !important;
}

@media (max-width: 992px) {

    .menu-normal {
        display: none;
    }

    .offcanvas-celular {
        display: flex;
    }

    .banner-assistencias {
        margin-top: 72.88px;
    }

    .header-desktop-only {
        display: none;
    }

    .header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: top 0.3s ease-in-out;
    }

    #banner-principal img {
        height: 200px;
    }

    #banner-principal .row {
        flex-direction: column-reverse;
    }

    .banner-principal-imagem {
        justify-content: center;
    }

    .banner-principal-content {
        justify-content: center;
    }

    .banner-principal-content-text {
        max-width: 450px;
    }

    .custom-ul-tabs {
        flex-direction: column;
        justify-content: center;
    }

    .tabs-item-mobile {
        display: none;
    }

    .cartoes-col {
        flex-direction: column;
    }

    .fa-beat {
        animation-delay: 1s;
    }
}

@media (max-width: 767px) {
    .texto-extra-header {
        display: none;
    }

    .contato-textos {
        display: none !important;
    }

    .polygon-pai {
        height: 96px;
    }

    .polygon-pai p {
        font-size: 20px;
    }

    .container-view {
        padding: 0 !important;
    }

    .container-view p {
        font-size: 13px;
    }

    .tabela-view {
        font-size: 13px;
    }

    .fale-conosco-mobile {
        font-size: 45px !important;
        color: rgb(46, 157, 150);
    }

    .texto-footer {
        width: 100% !important;
    }

    .padding-footer {
        padding: 0 !important;
    }

    .display-flex-footer-mobile {
        display: flex;
    }

    .info-contatos-footer {
        width: 100% !important;
    }

    .info-contatos-footer:last-of-type {
        margin-bottom: 60px;
    }

    .garantia {
        display: none;
    }

    .button-view {
        width: 140px !important;
    }
}




