@import "../config.css";
@import "../topo.css";
@import "../rodape.css";

/* Banner */
#banner {
    width: 100%;
    height: auto;
    padding: 100px 0;
    color: #FFFFFF;
    background: rgb(71,8,193);
    background: linear-gradient(90deg, rgba(71,8,193,1) 0%, rgba(43,4,120,1) 100%);
    border-radius: 0px 0px 50px 50px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

#banner .container {
    position: relative;
}

#banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    opacity: 0.7;
}

#banner .text {
    max-width: 280px;
    position: relative;
    z-index: 9;
}
#banner h1 {
    font-size: clamp(18px, 18px + 1.2vw, 26px);
    line-height: clamp(20px, 20px + 1.2vw, 28px);
    font-weight: 400;
}

#banner h1 b {
    font-weight: 700;
    /* font-style: italic; */
}

#banner h2 {
    font-size: clamp(14px, 14px + 1.2vw, 18px);
    line-height: clamp(20px, 20px + 1.2vw, 24px);
    font-weight: 700;
    color: var(--color-secundary);
}

#banner p {
    margin: 25px 0;
    font-size: clamp(14px, 14px + 1.2vw, 18px);
}

#banner .btn_style01 {
    max-width: 300px;
}


.btn_video {
    display: block;
    top: 30%;
    right: 25%;
    position: absolute;
    color: #FFFFFF;
    font-size: 20px;
    background: black;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    transform: scale(1.1);
    overflow: hidden;
    background-color: #000000;
    animation: btn_pulse 2s infinite;
}
	
@keyframes btn_pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(000, 000, 000, 0.5);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(000, 000, 000, 0.1);
	}
    
	100% {
		box-shadow: 0 0 0 0 rgba(000, 000, 000, 0);
	}
}


/* Soluções */
#solucoes {
    width: 100%;
    height: auto;
    padding: 120px 0 70px 0;
    margin-top: -50px;
    background:url("/assets/images/scheduleShapeOne.webp")#f0edea no-repeat left;
}

#solucoes .flex {
    align-items: flex-start;
}

#solucoes .img {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

#solucoes .text {
    width: 40%;
}

#solucoes .fixed_text {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; 
}

#solucoes .container_boxs {
    width: 55%;
    flex-wrap: wrap;
}

#solucoes .box {
    width: 49%;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    padding: 30px;
    margin: 5px 0;
}

#solucoes .box .description {
    width: 100%;
    margin-bottom: 20px;
}

#solucoes .box .description h3 {
    font-size: clamp(14px, 14px + 1.2vw, 18px);
    line-height: clamp(20px, 20px + 1.2vw, 24px);
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

#solucoes .box .description p {
    color: #000000;
    font-size: clamp(12px, 12px + 1.2vw, 14px);
}

#solucoes .box ul {
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 20px;
    padding-bottom: 20px;
    /* font-size: 10px; */
}

#solucoes .box ul li {
    display: block;
    margin: 4px 0;
    color: #000000;
}

#solucoes .box ul li i {
    color: var(--color-primary);
    margin-right: 5px;
}

#solucoes .linkZap {
    text-align: center;
    margin-top: 10px;

    span {
        display: block;
        margin-bottom: 5px;
    }

    a {
        color: var(--color-primary);
        font-size: 16px;
    }

    i {
        font-size: 14px;
    }

}


/* Segmentos */
#segmentos {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 70px 0;
}

#segmentos .owl-nav .owl-prev,
#segmentos .owl-nav .owl-next {
    position: absolute; 
    top: calc(50% - 15px); 
}
#segmentos .owl-nav i {
    font-size: 20px;
    color: var(--color-primary);
}

#segmentos .owl-nav .owl-prev {
    left: -25px;
}

#segmentos .owl-nav .owl-next {
    right: -25px;
}

#segmentos .text {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    gap: 20px;
}

#segmentos .text h1,
#segmentos .text p {
    max-width: 500px;
}

#segmentos .box {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 150px;
    background-color: var(--color-primary);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
} 

#segmentos .box a {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: block;
}

#segmentos .box .icon {
    width: 115px;
    height: 115px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    opacity: 0.2;
} 

#segmentos .box h3 {
    font-size: clamp(18px, 18px + 1.2vw, 22px);
    line-height: clamp(20px, 20px + 1.2vw, 24px);
    font-weight: 700;
    color: #FFFFFF;
    position: relative;
    z-index: 9;
}


/* Sobre */
#sobre {
    width: 100%;
    height: auto;
    padding: 100px 0;
    position: relative;
    z-index: 9;
    background: url(/assets/images/bgHomeSobre.png) #f0edea center no-repeat;
    background-size: cover;
}

#sobre .text {
    width: 55%;
    color: #FFFFFF;
}

#sobre .text .p_default {
    color: #FFFFFF;
}

#sobre .link {
    color: #FFFFFF;
    /* text-decoration: underline; */
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    transition: .5s;
    .fa-arrow-right {
        transform: rotate(-45deg);
        transition: inherit;
    }
}

#sobre .link:hover {
    .fa-arrow-right {
        transform: rotate(0deg);
    }
}


/* Depoimentos */
#depositions {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

#depositions .text {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    gap: 20px;
}

#depositions .text h1,
#depositions .text p {
    max-width: 500px;
}

#depositions .detail01,
#depositions .detail02,
#depositions .detail03 {
    border: 5px solid var(--color-primary);
    position: absolute;
}

#depositions .detail01 {
    width: 250px;
    height: 250px;
    border-radius: 250px;    
    right: -125px;
    top: 25%;
}

#depositions .detail02 {
    width: 75px;
    height: 300px;
    border-radius: 100px;
    left: 5%;
    top: -30%;
}

#depositions .detail03 {
    width: 300px;
    height: 80px;
    border-radius: 100px;
    left: -10%;
    bottom: -25px;
}

#depositions .owl-carousel {
    max-width: 1200px;
    margin: 0 auto;
}

#depositions .owl-theme #segmentos .owl-nav {
    display: none;
}

#depositions .owl-theme .owl-dots {
    text-align: center;
    margin-top: 30px;
}

#depositions .comment {
    width: 100%;
    height: auto;
    background-color: #f0edea;
    padding: 20px;
    border-radius: 15px;
}

#depositions .comment .person {
    margin-bottom: 20px;
}

#depositions .comment .cover {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #f0edea;
    overflow: hidden;
    margin-right: 10px;
}

#depositions .comment .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#depositions .comment .name {
    line-height: 20px;
    color: #333333;
}

#depositions .comment .name h5 {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

#depositions .comment .name .fa-star {
    color: #f8b81f;
    font-size: 12px;
}

#depositions .box_text p {         
    display: block;
    color: #555555;
}


/* Grid links */
#links {
    width: 100%;
    height: auto;
    padding: 35px 0 65px 0;
    background-color: #f0edea;
    border-radius: 60px 60px 60px 60px;
}

#links .text {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    gap: 20px;
}
#links .text h1,
#links .text p {
    max-width: 500px;
}

#links .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#links .parent .box:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
#links .parent .box:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
#links .parent .box:nth-child(3) { grid-area: 1 / 2 / 3 / 3; }
#links .parent .box:nth-child(4) { grid-area: 1 / 3 / 2 / 4; }
#links .parent .box:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
#links .parent .box:nth-child(6) { grid-area: 1 / 4 / 3 / 5; }

#links .parent .box {
    width: 100%;  
}

#links .parent .box .cover_links {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

#links .parent .box:nth-child(3) .cover_links,
#links .parent .box:nth-child(6) .cover_links {
    height: 410px;
}

#links .parent .box .cover_links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

#links .parent .box .cover_links a {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}

#links .parent .box .cover_links a div {
    position: absolute;
    padding: 20px;
    bottom: 0;
}

#links .parent .box .cover_links h3 {
    font-size: clamp(14px, 14px + 1.2vw, 18px);
    line-height: clamp(20px, 20px + 1.2vw, 24px);
    font-weight: 700;
    margin-bottom: 5px
} 

#links .parent .box .cover_links span i {
    font-size: 12px;
    margin-left: 5px;
    color: var(--color-primary);
} 

#links .parent .box .cover_links:hover img {
    transform: scale(1.05);
    filter: grayscale(1);
}


/* CSS RESPONSIVO */
@media screen and (max-width: 1200px) {

}


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

    #banner {
        border-radius: 0 0 40px 40px;
        background: url("/assets/images/img-bg3.jpg")var(--color-primary) center no-repeat;
    }

    #banner img {
        display: none;
    }

    #banner .text {
        max-width: 280px;
        margin: 0 auto;
    }

    #solucoes .fixed_text {
        position: static;
        top: auto; 
    }
    

    .btn_video {
        display: block;
        position: static;
        margin: 70px auto 0 auto;
        line-height: 70px;
        transform: scale(1.1);

    }

    
    #segmentos .text,
    #depositions .text,
    #links .text {
        width: 100%;
        height: auto;
        gap: 0;
        flex-wrap: wrap;
    }
    
    #segmentos .text h1,
    #depositions .text h1,
    #links .text h1,
    #segmentos .text p,
    #depositions .text p,
    #links .text p {
        max-width: 100%;
    }

    #solucoes .text, 
    #solucoes .container_boxs {
        width: 100%;
    }

    #solucoes .flex {
        flex-wrap: wrap;
    }

    
    #segmentos .box a {
        padding: 15px;
    }

    #segmentos .box h3 {
        font-size: clamp(14px, 14px + 1.2vw, 18px);
    }

    
    #sobre {
        padding: 50px 0;
    }

    #sobre .flex {
        flex-wrap: wrap;
    }

    #sobre .text {
        width: 100%;
    }

    
    #depositions {
        padding: 50px 0;
    }

    #depositions .detail01,
    #depositions .detail02,
    #depositions .detail03 {
        display: none;
    }
    
    
    #links {
        border-radius: 0;
        padding: 50px 0;
    }
    #links .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    #links .parent .box:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
    #links .parent .box:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
    #links .parent .box:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }
    #links .parent .box:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
    #links .parent .box:nth-child(5) { grid-area: 3 / 2 / 4 / 3; }
    #links .parent .box:nth-child(6) { grid-area: 4 / 1 / 5 / 3; }

    #links .parent .box:nth-child(3) .cover_links,
    #links .parent .box:nth-child(6) .cover_links {
        height: 200px;
    }

}


@media screen and (max-width: 700px)
{    
    
    #solucoes .box {
        width: 100%;
        max-width: 400px;
        margin: 10px auto;
    }
    
}