/* Global */
* {
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}

iframe {
    width: 30rem;
    height: 20rem;
}

.text-justify-left {
    text-align: justify;
    text-align-last: left
}

.navbar-icon {
    color: #7C7C7D;
    border: 2px solid rgba(124, 124, 125, .5);
    border-radius: 10px;
    padding: 10px 15px;
}

#logo-navbar {
    width: 300px;
    padding: 20px;
}

@media (max-width: 992px) {
    .nav-item {
        padding-left: 20px;
    }

}

@media (max-width: 768px) {
    .navbar-icon {
        color: #7C7C7D;
        border: 2px solid rgba(124, 124, 125, .5);
        border-radius: 10px;
        padding: 2px 8px;
        margin-top: 5px;
    }

}

@media (max-width: 575.98px) {
    .navbar-icon {
        color: #7C7C7D;
        border: 2px solid rgba(124, 124, 125, .5);
        border-radius: 10px;
        padding: 5px 7.5px;
        margin-top: 5px;
    }

    .navbar-brand {
        width: 70%;
    }

    #logo-navbar {
        width: 200px;
    }
}



/* ENVIANDO FORM */
#enviando-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100vh;
    display: none;
}

#enviando-form.active {
    display: block;
}

#enviando-form .wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#enviando-form .circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

#enviando-form .circle:nth-child(2) {
    left: 45%;
    background-color: #292b2c;
    animation-delay: .2s;
}

#enviando-form .circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
    background-color: #0275d8;
}

#enviando-form .shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

#enviando-form .shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

#enviando-form .shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

#enviando-form .wrapper span {
    position: absolute;
    top: 75px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 400px;
    left: -50%;
    text-align: center;
}

@media (max-width: 576px) {
    #enviando-form .wrapper span {
        width: 280px;
        left: -20%;
    }

}

/* Left menu */
.left-menu {
    padding: 0;
    border: 1px solid red;
    margin-left: 100px;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-sort-up {
    transform: rotate(90deg);
}

/* Header */

/* #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
} */

#margin-header {
    margin-top: 50px;
}

.bold {
    font-weight: bold;
}

#moderni {
    padding: 40px 0;
    background-color: #F8F9FA;
    margin-top: 40px;
}

/* footer */
footer img {
    width: 200px;
}

footer div.main {
    background-color: #f3f3f3;
}

#links-rapidos ul li a {
    font-weight: 600;
}

@media (max-width: 992px) {
    #duvida {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    #redes-sociais {
        margin-top: 10px;
    }
}

@media (max-width: 576px) {

    #margin-header {
        margin-top: 50px;
    }

    #links-rapidos {
        margin-top: 10px;
    }

    #redes-sociais {
        margin-top: 20px;
    }

    #duvida {
        margin-top: 20px;
    }
}

/* Adiciona a lupa no input file, da página "Trabalhe conosco" */
#input-file-btn::after {
    content: '';
    background: url(/public/assets/images/singel/search-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;

}


#pagina-links {
    position: fixed;
    z-index: 999;
    bottom: 80px;
    right: 30px;
}

#minimizar-pagina-links {
    cursor: pointer;
    transition: all 4s;
}

#btn-pagina-links {
    transition: all 4s;
}

#contatos-icones:active {
    background-color: #F8F9FA;
}

.zap-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#footer-alguma-duvida {
    border-radius: 40px;
    padding: 10px 40px;
    font-size: 1.2em;
    font-weight: 600;
}


.container {
    max-width: 1300px;
}



/* Singel engenharia */
#img-singel {
    width: 80%;
}

.modal-reference {
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    width: 12em;
}

@media (max-width: 1200px) {
    #img-singel {
        width: 90%;
    }

}

#missao-style {
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 992px) {
    #img-singel {
        width: 70%;
        text-align: right;
    }

    #historico {
        margin-top: 20px;
    }

    #missao-style {
        width: 100%;
        margin: 0 auto;
    }
}


#historico-img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-self: center;
}

/* Instalacoes-e-montagens */
.gray-background {
    background-color: #F8F9FA;
    padding: 20px;

}

/* Home */
#singel {
    border-bottom: 2px solid #0275d8;
}

@media (max-width: 992px) {
    #singel {
        background: #0275d8;
        border: none;
    }

    #singel a {
        color: #fff;
    }
}

.my-btn {
    border-radius: 40px;
    padding: 10px 30px;
    font-size: 1.2em;
    font-weight: 600
}

/* Navbar */
.navbar {
    /* position: fixed; */
    /* top: 50px; */
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    nav {
        background-color: transparent;
    }

    .nav-item {
        color: #fff;
    }
}

@media (max-width: 991px) {
    nav {
        background-color: #292b2c;
    }
}

.nav-item a {

    color: #6C757D;
    font-size: 1.1em;
}

.nav-item:hover {
    border-bottom: 2px solid#0275d8;
}

.nav-link:hover {
    color: #fff;
}

.nav-item:hover .nav-link {
    color: #000;
}

/* Header */

header img {
    border-bottom-left-radius: 20%;
    border-top-right-radius: 20%;
}

@media (max-width: 992px) {
    header img {
        border-radius: 5%;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #servicos {
        margin-top: 20px;
    }
}

#header-content {
    display: flex;
    flex-direction: column;
}

.media {
    text-align: right
}

.mw-1600 {
    max-width: 1600px;
}

.mw-1300 {
    max-width: 1300px;
}

.w-90 {
    width: 90%;
}

.underline {
    text-decoration: underline;
}

#certificacao-singel {
    width: 90%;
}

#certificados-data {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#img-instalações-hidro-sanitárias {
    width: 90%;
}

.z-2 {
    z-index: 2;
}


/* WHATSAPP */



#modalWhatsapp button.cta, #modalLojaOnline button.cta {
    color: #000;
    background-color: #25d366;
    font-size: 1rem;
    font-weight: 500;
    padding: 20px 40px;
    transition: all .5s;
    border: none;
    outline: none;
    width: 100%;
    transition: all .3s;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

#modalWhatsapp button.cta:hover, #modalLojaOnline button.cta:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    z-index: 90;
    position: fixed;
    bottom: 20px;
    right: 40px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    cursor: pointer;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@media (max-width: 465px) {

    .btn-whatsapp-pulse {
        bottom: 40px;
    }
}

/* DENUNCIA */
#denuncia {
    padding-bottom: 40px;
}
#denuncia h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #0275d8;
}

#denuncia button{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background-color: #0275d8;
    font-size: 1.3rem;
    padding: 10px 15px;
    transition: all .3s;
}

#denuncia button:hover{
    cursor: pointer;
    scale: 1.03;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.input_name_hd{
    display: none;
}