body {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 1100px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 900px;
    }
}

header {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    border-bottom: solid 2px #E9E9E9;
}

.navbar {
    background: transparent;
    padding: 30px 5%;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: unset;
    left: 0;
    padding: 5%;
    padding-top: 100px;
    padding-bottom: unset;
    color: #fff;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
}

@media (min-width: 768px) {
    .carousel-caption {
        text-align: left;
        max-width: 55%;
    }  
}

.carousel-caption h1 {
    color: #E9E9E9;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.carousel-caption p {
    color: #E9E9E9;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

@media (min-width: 768px) {
    .carousel-caption h1 {
        font-size: 45px;
        font-weight: 300;
        line-height: 56px;
    }
    
    .carousel-caption p {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    } 
}

/* BUTTON */

.btn--comprar {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 86px;
    border: 2px solid #FFF;
    background: #000;
    padding: 10px 25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    transition: all .3s;
}

.btn--comprar:hover {
    border: 2px solid #181818;
    background: #181818;
    color: #f7f7f7;
}

.cta-block {
    position: absolute;
    bottom: -15px;
    width: 100%;
    z-index: 10;
}

/* SECTIONS  */

.section-video {
    padding: 80px 0;
    position: relative;
}

.section-tipos-instalacao {
    padding: 90px 0 80px;
    position: relative;
}

.section-instalacao {
    padding: 90px 0 80px;
    position: relative;
}

.section-componentes {
    padding: 90px 0 80px;
    position: relative;
}

.section-contato {
    padding: 90px 0 80px;
    position: relative;
    background: #E6EBEF;
}

.bg-dark {
    background: #181818;
}


/* RECURSOS */

.section-video .video-container {
    margin-bottom: 80px;
}

.recursos__item {
    color: #fff;
    padding-bottom: 30px;
}

.rescursos__item__image {
    margin-bottom: 10px;
}

.rescursos__item__image img {
    margin-bottom: 15px;
}

.rescursos__item__image .line {
    width: 51px;
    height: 2px;
    background: #E9E9E9;
    display: block;
}

.recursos__item h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.2px;
}

.recursos__item p {
    color: #FFF;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}




/* TIPOS DE INSTALACO */

.section-tipos-instalacao .section-title {
    margin-bottom: 65px;
}


.section-tipos-instalacao .section-title h2 {
    color: #000;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.section-tipos-instalacao .section-title p {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.48px;
}

.tipos-instalacao__item p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
}


/* INWTALACO */

.section-instalacao h2 {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.instalacao__item {
    margin-bottom: 30px;
    overflow: hidden;
}

.number-box {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    background: #FFF;
    padding-left: 25px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    display: inline-block;
}

@media (min-width: 768px) {
    .number-box {
        padding-left: 35px;
        padding-top: 30px;
        padding-right: 10px;
        padding-bottom: 5px;
    }
}

.instalacao__content p {
    padding: 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.video-container p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}


/* COMPONENTES1 */

.section-componentes h2 {
    color: #000;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.componentes-list {
    padding: 20px;
}

.componentes-list ul {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .componentes-list {
        padding: 10px;
    }
}

.componentes-list ul li {
    color: #090909;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

/* CONTATO */

.contato__icons ul {
    list-style: none;
    padding: 0;
}

.contato__icons ul li {
    margin-bottom: 50px;
}

.contato__form {
    background: #fff;
}

.contato__form__header {
    padding: 0;
    margin: 0;
    background: #000;
    padding: 20px 25px;
}

.contato__form__header h2 {
    margin: 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.contato__form__body {
    padding: 20px 25px;
}

.contato__form__body label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contato__form__body input,
.contato__form__body textarea {
    border-radius: 5px;
    background: rgba(205, 214, 223, 0.29);
}

.btn-submit {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 6px;
    background: #000;
    padding: 6px 18px;
}

/* DEPOIMENTOS */

.depoimentos-section {
    margin-top: 80px;
}

.depoimentos-section h2 {
    color: #000;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
}

.depoimentos-slider {
    margin: 0 auto;
}

.depoimentos__item {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin: 10px;
}

.depoimentos__item p {
    font-size: 17px;
    line-height: 1.5;
    color: #333;
}

.slick-prev {
    left: -35px;
    /* Ajuste de posição, se necessário */
    background: url('../images/icon-prev.svg') no-repeat center center;
    background-size: contain;
    opacity: 1;
}

.slick-next {
    right: -35px;
    /* Ajuste de posição, se necessário */
    background: url('../images/icon-next.svg') no-repeat center center;
    background-size: contain;
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: none;
    /* Esconder o ícone padrão */
}

.slick-prev:focus,
.slick-prev:hover {
    opacity: 0.5;
    color: #000;
    background: url('../images/icon-prev.svg') no-repeat center center;
    background-size: contain;
}

.slick-next:focus,
.slick-next:hover {
    opacity: 0.5;
    color: #000;
    background: url('../images/icon-next.svg') no-repeat center center;
    background-size: contain;
}


/* FOOTER */

footer {
    padding-top: 35px;
}

.logo-footer {
    padding: 35px 0 45px;
}

.footer-bottom {
    border-top: 2px solid #fff;
}

.footer-bottom p {
    margin: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    padding: 12px;
}



/* WHATSAPP */

.whatsapp-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    opacity: 1;
    transition: all .3s;
}

.whatsapp-button:hover {
    opacity: 0.5;
}