


.title-carrosel{
    color: white;
    font-size: 3rem;
    z-index: 999;
}




.description-carrosel{
    color: white;
    width: 420px;
   
}


.slick-banner .slick-slide:not(a) > div{
    max-width: var(--wrapper-width) !important; 
    padding: 25px 25px !important;
    margin: 0 auto !important;
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    flex-flow: column !important;
}


.subtitulo-carrosel{
    font-weight: bold;
    font-size: 1.3em;
}



.title-h2{
    color: black;
    font-weight: bold;
    text-align: center;

}


.home-content {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: 500;
}


.home-content img{
    width: 90%;
}


.home-content p{
    font-weight: bold;
    text-align: justify;
}


.nossa-rede-social{
    margin-top: 9em;
    width: 100%;
    display: flex;
    height: 200px;
    background-color: red;
    align-items: center;
   
}


.content-nossa-rede-social{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

address.address span {
    display: none;
}


.content-nossa-rede-social p{
    color: white;
    font-size: 1.3em;
    font-weight: bold;
}

.rede{
    font-size: 60px;
}

.social-content {
    font-size: 20px;
}



.cards-categoria{
    /* width: 250px;
    max-width: 250px; */
    height: 250px !important;
    margin: 0 16px !important;
    /* 
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(https://www.localhost/geraluzgeradores/imagens/cliente1.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex !important;
    border: 3px solid #E30000;
    border-radius: 5px;
    box-sizing: border-box;
    align-items: flex-end;
    justify-content: center;
    /* filter: brightness(50%); Aplica filtro*/ 
}

.t{
    text-decoration: solid;

}

h2.title-h2.t:after {
    content: " ";
    display: block;
    height: 4px;
    width: 132px;
    margin: 0 auto;
    background: red;
}

.container-video {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cards-categoria p{
    color: white;
    background: black;
    padding: 2px;
    text-align: center;
}

.paragrafo-card {
    width: 100%;
    padding: 2px;
}



footer .footer__menu nav ul {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.address {
    font-style: normal;
}

.categoria-carrosel {
    height: 300px;
    display: flex;
}

.pdf{
    text-align: center;
    margin-bottom: 2em;

}

.description-geradores{
    font-weight: bold;
}

.list-geradores{
    margin-bottom: 11px;
    text-decoration: solid;
}

.list-geradores a{
    text-decoration: underline;
    color: black;
}

.form [type="submit"]{
    margin: 0 auto;
    background-color: #343A40;
}


.none{
    display: none;
}


label.teste:before {
    content: "Entre em contato";
    display: block;
    color: black;
    text-align: center;
    margin: 20px 20px;
    font-weight: bold;
    font-size: 1.7em;
}
/* 
img.icon {
    width: 42px;
    position: relative;
    bottom: 326px;
} */


.user-img {
    width: 44px;
    position: relative;
    bottom: 1146px;
    left: 629px;
}

img.email-img {
    width: 44px;
    position: relative;
    bottom: 1098px;
    left: 24px;
}


img.tel-img {
    width: 44px;
    position: relative;
    left: 630px;
    bottom: 1138px;
}


.form :is(input, textarea, select){
    width: 80%;
    margin: 0.5em 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}


.form{
    align-items: center;
}

.form label, .form :is(input, textarea)::placeholder{
    color: black;
    font-weight: bold;
}
.formulario {
    border: 12px solid white;
    border-radius: 10px;
    box-shadow: 0px 4px 9px 1px black;
}

.form [type="submit"]{

    border: grey !important;
}


.content-categoria{
    width: 100%;
}

.background-title h1{
    background-color: red;
    color: white !important;
    display: flex;
    height: 170px;
    text-align: left !important;
    align-items: center;
}




/* Media query */

@media only screen and (max-width: 767px) {

    .content-nossa-rede-social{
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .user-img {
        width: 32px;
        position: absolute;
        top: 1393px;
        left: 22px;
    }

    img.email-img {
        width: 32px;
        position: absolute;
        top: 1440px;
        left: 22px;
    }
    
    img.tel-img {
        width: 32px;
        position: absolute;
        left: 22px;
        top: 1488px;
    }

    .pdf iframe{
        width: 100%;
        height: 100%;
    }

    footer * {
        margin: 0 auto;
    }

    ul.menu__items.droppable li:nth-child(3) {
        display: none;
    }

    .background-title h1 {
        background-color: red;
        color: white !important;
        display: flex;
        height: 170px;
        /* text-align: center; */
        justify-content: center;
        align-items: center;
    }
}