

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Regular.ttf');
}

.home {
    height: 800px;
    border-radius: 26px;
    background: url("../assets/img/banner.png") #562584;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.bg2 {
    background: url("../assets/img/bg2.jpg") #562584;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



.politica {
    width: 100%;
    height: auto;
    background-color: #6bc5bd;
    border-bottom: #562584 2px solid;
    color: #562584;
    padding: 10px;
    cursor: pointer;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
}

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

.icons {
    margin-top: 20px;
    color: #fff;
    padding: 8px;
    font-size: larger;
}


.bgnav {
    background-color: #6bc5bd;
    border-radius: 2px;
}


.banner2 {
    margin-top: 150px;
    margin-left: 450px;

}

.whatsapp {
    margin-top: 300px;
    margin-left: 50px;
    text-align: center;
    padding-top: 180px;
}

@media (max-width: 1700px) {
    .whatsapp {
        margin-top: 300px;
        margin-left: 0px;
        text-align: center;
        padding-top: 180px;
    }

    .banner2 {
        margin-top: 150px;
        margin-left: 350px;
    
    }

}




@media (max-width: 1000px) {
    .whatsapp {
        margin-top: 150px;
        margin-left: 150px;
        text-align: center;
        padding-top: 180px;
    }

    .banner2 {
        margin-top: 100px;
        margin-left: 30px;
    }
}

@media (max-width: 1460px) {
    .whatsapp {
        margin-top: 300px;
        margin-left: 50px;
        text-align: center;
        padding-top: 180px;
    }    

    .banner2 {
        margin-top: 100px;
        margin-left: 150px;
    }
}



@media (max-width: 1070.98px) {
    .whatsapp {
        margin-top: 300px;
        margin-left: 80px;
        text-align: center;
        padding-top: 180px;
    }

    .banner2 {
        margin-top: 100px;
        margin-left: 150px;
    }
}


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

    /* Adjust styles for screens with a maximum width of 768 pixels (typical tablet and mobile landscape) */
    .home {
        height: 400px;
        /* Adjust the height for better visibility on smaller screens */
        border-radius: 26px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .banner2 {
        margin-top: 50px;
        margin-left: 20px;
    }

    .whatsapp {
        margin-top: 160px;
        margin-left: 60px;
        text-align: center;
        padding-top: 0px;
    }

}

.nav-custom {
    color: #fff;
    margin-left: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;

}

.navbar-toggler {
    color: #fff;
    border-color: #fff;
    margin-left: 80px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23562884' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

@media (max-width: 991.98px) {
    .navbar-toggler {
        background-color: white;
    }


    .navbar-collapse {
        position: absolute;
        top: 56px;
        /* Adjust the top position as needed */
         left: 45px; 
        right: 0;
        width: 150px;
        z-index: 10000;
        padding-top: 5px;
        /* Adjust the top padding as needed */
        background-color: rgba(86, 37, 132, 0.8);
        border-radius: 10px;
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
        /* Center the links in the collapsed menu */
    }

    .navbar-nav .nav-item {
        margin-bottom: 10px;
        /* Add margin between the collapsed menu items */
    }
}

.texto {
    color: #562584;
    font-family: 'Montserrat';
    font-size: 17px;

}


.titulo {
    color: #705ed8;
    font-family: 'Montserrat';

}

.titulo2 {
    color: #4bbfab;
    font-family: 'Montserrat', "Segoe UI";

}



.titulo3 {
    color: #fff;
    font-family: 'Montserrat', "Segoe UI";

}

.lista {
    list-style: none;
    color: white;
    margin-top: 10px;
    padding: 0;
    margin-left: 15px;
}

.linha {
    background: #4bbfab;
    height: 12px;
}

.btn-cor {
    background: #4bbfab;
    border-color: #3b8f81;
    margin-top: 20px;
}


.linha2 {
    background: #382874;
    height: 22px;

}

.bgRoxo {
    background-color: #382874;
    color: #fff;
    padding: 8px;
    letter-spacing: .1rem;
}


.centered-img {
    display: block;
    margin: auto;
}

.itemsicon {
    display: flex;
    height: 100px;
    width: 300px;
    margin: 10px;
    align-items: center;

}

.containerItens {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

}

.ico {
    width: 100px;
    height: 100px;
    padding-left: 10px;
    padding-top: 5px;
}


.icotxt {
    width: 180px;
    height: 80px;
    margin: 10px;
    padding-top: 10px;
    color: #d1c7f5;
    font-size: larger;
}


.planos {
    height: auto;
    width: 200px;
    border-left: 3px solid #fff;
    margin: 10px;
    padding-top: 10px;
    color: #fff;
    font-weight: 400;
    padding-left: 15px;
}


.rodape {
    background: #505050;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    height: 40px;
    padding-top: 10px;
    color: #fff;
}

.newsletter {
    display: flex;
}

.botaonews {
    border-radius: 0;
    background: #382874;
    border: none;
}

.inputnews {
    background: #505050;
    color: #fff;
    border: none;
    padding: 0.15rem;
    width: 200px;
}

.clientes {
    height: 250px;
}

.clientesItem {
    border: solid 2px #8b8b8b;
    border-radius: 11px;
    padding: 8px;
    width: 180px;
    height: 180px;
}

.carousel-inner {
    overflow: hidden;
    margin-left: 30px;
}

.medias {
    background: #808080;
    color: #fff;
    padding-top: 3px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: #777;
    border-radius: 50%;
    padding: 8px;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -3 22 22' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -3 22 22' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .carousel-inner {
        margin-left: 0px;
    }
    .rodape{
        height: 60px;
        padding-top: 15px;
        font-size: 12px;
    }
    .bgRoxo {
        padding: 4px 8px 4px 10px;
    }
    section.cta {
        background-size: cover;
    }

}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


.carousel-control-next {
    justify-content: right;
}

.carousel-control-prev {
    justify-content: left;
}