/* CLIENTE NOTA 10 */

#topoCliente10 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    background: var(--corPreto);
}

#topoCliente10 img {
    max-height: 60px;
}

#nota_dez {
    width: 100%;
    height: auto;
    overflow: auto;
    padding:  70px 0;
}

.texto_cliente_dez {
    width: 100%;
    height: auto;
    text-align: center;
}

.texto_cliente_dez h2 {
    display: block;
    text-transform: uppercase;
    color: var(--corVerde2);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.texto_cliente_dez h1 {
    display: block;
    font-size: var(--sizeText36);
    line-height: var(--sizeText36);
    margin-bottom: 20px;
    color: var(-corPreto);
}

.texto_cliente_dez p {
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #808080;
}	

.texto_cliente_dez a {
    font-weight: 700;
    color: #808080;
}	


.table_cliente_dez {
    width: 100%;
    height: auto;
    overflow: auto;
}


.table_cliente_dez table {
    width: 100%; 
    max-width: 650px; 
    margin: 20px auto;
    overflow: hidden;
    border: 1px solid #ddd !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; 
}

.table_cliente_dez th {
    padding: 10px;
    background: var(--corVerde2);
    color: #fff;
    font-weight: 700;
    font-size: var(--sizeText15);
}

.table_cliente_dez td {
    width: 50%;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    color: #484848;
    font-size: var(--sizeText14);
}

.table_cliente_dez tr:nth-child(even) {background:#eee;}
.table_cliente_dez tr:nth-child(odd) {background:#fff;}

/* CLIENTE NOTA 10 */

@media screen and (max-width: 850px) {		
    /* CLIENTE NOTA 10 */
    #nota_dez {padding:50px 0; background:#fff;}
    .texto_cliente_dez h1 {font-size:30px; line-height:40px;}
    .table_cliente_dez td {width:100%; padding:10px 15px; display:block;}
    /* CLIENTE NOTA 10 */		
}
	











.btnVazado {
    display: block;
    border: 1px solid var(--corPadraoBorda);
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--corVerde2);
    transition: .5s;
    letter-spacing: 2px;
}

.btnVazado:hover {
    color: var(--corBranco);
    background: var(--corVerde2);
    border: 1px solid var(--corVerde2);
}


.textoEscuro {
    color: var(--corCinzaEscuroTexto);
}

.textoClaro {
    color: var(--corBranco);
}

.order {
    order: -1;
}

/*  -----------------------  */




#chamadaPrimeiroBannerHome {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 15px 0px rgba(000, 000, 000, 0.4);
}

#chamadaPrimeiroBannerHome img {
    width: 100% !important;
	height: 100%;
	object-fit: cover;
    transition: .5s;
}

#chamadaPrimeiroBannerHome:hover img {
    transform: scale(1.02);
}

#tituloPrimeiroBannerHome {
    width: 100%;
    height: auto;
    background: rgba(000, 000, 000, 0.4);
    position: absolute;
    inset: 0;
    z-index: 9;
    padding: 0 5%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--corBranco);
}

#tituloPrimeiroBannerHome h1 {
    width: 100%;
    max-width: 800px;
    font-size: var(--sizeText30);
    line-height: var(--sizeText30);
    font-weight: 800;    
}

#tituloPrimeiroBannerHome b {    
    color: var(--corVerde2);
}

#tituloPrimeiroBannerHome p {
    font-size: var(--sizeText18);
    max-width: 700px;
    margin: 20px auto 0 auto;
}

/* FIM 1 BANNER HOME */


/* CHAMADA LINKS */
#ctBoxsAcessoRapido {
    width: 100%;
    height: auto;
    padding: 70px 0;
    background: var(--corCinzaBody);
}

#ctBoxsAcessoRapido .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.boxAcessoRapido {
    width: 48%;
    background: var(--corBranco);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.imgBoxAcessoRapido {
    width: 45%;
    background: var(--corVerde2);
}

.imgBoxAcessoRapido img {
    width: 100% !important;
	height: 100%;
	object-fit: cover;
    transition: .5s;
}

.textoBoxAcessoRapido {
    width: 55%;
    padding: 5% 5%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.textoBoxAcessoRapido h3,
.textoBoxAcessoRapido h2,
.textoBoxAcessoRapido p { width: 100%; }

.textoBoxAcessoRapido h3 {
    color: var(--corCinzaClaroTexto);
    font-weight: 400;
    text-transform: uppercase;
    font-size: var(--sizeText14);
}

.textoBoxAcessoRapido h2 {
    font-size: var(--sizeText30);
    line-height: var(--sizeText30);
    color: var(--corCinzaEscuroTexto);
    margin: 5px 0 20px 0;
    font-weight: 800;
}

.textoBoxAcessoRapido p {
    color: var(--corCinzaClaroTexto);
}

.textoBoxAcessoRapido a {
    max-width: 150px;
    margin: 30px auto 0 auto;
}
/* CHAMADA LINKS */


/* VIDEO HOME */
#sectionBgVideo {
    overflow: hidden;
    height: 400px;
    margin: 0;   
    position: relative;
    overflow: hidden; 
}

#sectionBgVideo > video {
    position: relative;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    object-fit: cover; 
}

#hoverVideoHome {
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(000, 000, 000, 0.5);
    position: absolute;
    z-index: 9;
    text-align: center;       
    opacity: 0;
    transition: .5s;
}

#hoverVideoHome a {
    width: 100%;
    height: 100%;
    inset: 0;
    color: var(--corBranco);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
}

#hoverVideoHome i {
    font-size: var(--sizeText24);
}

#hoverVideoHome h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: var(--sizeText15);
    margin: 10px 0 5px 0;
}

#hoverVideoHome h2 {
    font-weight: 800;
    font-size: var(--sizeText30);
    line-height: var(--sizeText36);
}

#sectionBgVideo:hover #hoverVideoHome {
    opacity: 1;
}
/* VIDEO HOME */




/* BANNER 100% */

#banneHome {
    margin-top: 1%;
}

.itensBannerHome {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.itensBannerHome img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.textoBannerHome .container {
    max-width: 1000px;
    display: flex;
    justify-content: flex-end;
}

.textoBannerHome .container div {
    max-width: 500px;
}

.textoBannerHome {
    color: var(--corBranco);
    background: rgba(000, 000, 000, 0.4);
    inset: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.textoBannerHome h2 {
    font-size: var(--sizeText30);
    line-height: var(--sizeText36);
    font-weight: 800;
    margin: 5px 0 15px 0;
}

.textoBannerHome h3 {
    font-size: var(--sizeText18);
    line-height: var(--sizeText24);
    font-weight: 400;
    text-transform: uppercase;
}

.textoBannerHome p {
    font-size: var(--sizeText16);
}

#banneHome .owl-nav .owl-next,
#banneHome .owl-nav .owl-prev {
	position: absolute;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
    font-size: var(--sizeText15);
	color: var(--corBranco);
	background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	cursor: pointer;	
	position: absolute;
	display: block;
	z-index: 1000;
}

#banneHome .owl-nav .owl-prev {
	left: 15px;
}

#banneHome .owl-nav .owl-next {
	right: 15px;
}


#banneHome .owl-nav .owl-prev:hover,
#banneHome .owl-nav .owl-next:hover {
	background: var(--corBranco);
    color: var(--corPreto);
}

#banneHome:hover .owl-prev {
	left: 5%;
	opacity: 1;
}
#banneHome:hover .owl-next {
	right: 5%;
	opacity: 1;
}

#banneHome .owl-dots {
	display: none !important;
}

/* BANNER 100% */



/* GRID BANNES */
#ctGridBoxsBannes {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.gridBannesHome {
    width: 48.5%;
    height: 295px;
    position: relative;
    overflow: hidden;
}

.gridBannesHome:nth-child(2n+1) {
    margin: 1% 0 0 1%;
}

.gridBannesHome:nth-child(2n) {
    margin: 1% 1% 0 1%;
}

.gridBannesHome img {
    width: 100% !important;
	height: 100%;
	object-fit: cover;
    transition: .5s;
}

.gridBannesHome > div {
    width: 100%;
    height: auto;
    inset: 0;
    position: absolute;
    z-index: 9;
    text-align: center;
    padding: 6% 5% 5% 5%;
}

.gridBannesHome h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: var(--sizeText14);
}

.gridBannesHome h2 {
    font-size: var(--sizeText30);
    line-height: var(--sizeText30);
    margin: 5px auto 20px auto;
    max-width: 300px;
    font-weight: 800;
}

.gridBannesHome a {
    color: #00C586;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px;
}

.gridBannesHome:hover a {
    text-decoration: underline;
}



@media (min-width: 1700px) {

    .gridBannesHome {
        width: 48.5%;
        height: calc(100vh - 60%);
    }


    /**/
    
    #chamadaPrimeiroBannerHome {
        width: 100%;
        height: calc(100vh - 77%);
    }

    #chamadaPrimeiroBannerHome img {
        transform: scale(1.02);
    }

    #chamadaPrimeiroBannerHome:hover img {
        transform: scale(1.03);
    }    

}




/* LOGO PARCEIROS */	
#logoParceirosHome {
	width: 98%; 
	height: auto; 
	overflow: auto;
	background: #f6f6f6;
	margin: 1% auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

#logoParceirosHome h3 {
    font-size: var(--sizeText24);
    line-height: var(--sizeText30);
    font-weight: 800;
    color: var(--corCinzaEscuroTexto);
}

#logoParceirosHome .owl-dots {
	display: none!important;
}

.capaLogoParceiroHome {
	width: 100%; 
    height: 30px;
	position: relative;
	margin-top: 8px;
}	

.capaLogoParceiroHome img {
	position: absolute; 
	margin: auto; 
	top: 0; 
	bottom: 0; 
	right: 0; 
	left: 0; 
	max-width: 100%; 
	max-height: 100%; 
	filter: grayscale(100%); 
	opacity: 0.5; 
	transition: .5s;
}

.capaLogoParceiroHome img:hover {
	filter: grayscale(0); 
	opacity: 1;
}

.carrosselLogoParceiros {
	width: 80%; 
}	

/*
@media (min-width: 1700px) {
    #ctGridBoxsBannes {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    #logoParceirosHome {
        width: 100%; 
        max-width: 1175px;
    }
    
}
*/
















/* GRID BANNES */

#noticiasHome {
    width: 100%;
    height: auto;
    padding: 50px 0 0 0;
    position: relative;  
    margin-bottom: -80px; 
    background: var(--corBranco);
}

#noticiasHome .container {
    display: flex;
    justify-content: space-between;
}


#tituloNoticias {
    width: 25%;
    padding: 3% 0 0 3%;
}

#tituloNoticias h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: var(--sizeText14);
    color: var(--corCinzaClaroTexto);
}

#tituloNoticias h2 {
    font-size: var(--sizeText30);
    line-height: var(--sizeText30);
    margin: 5px auto 10px auto;    
    font-weight: 800;
    color: var(--corCinzaEscuroTexto);
}

#tituloNoticias p {
    font-size: var(--sizeText16);
    color: var(--corCinzaClaroTexto);
}

#tituloNoticias a {
    text-align: center;
    margin-top: 20px;
}


#gridSmartphonesHome {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#gridSmartphonesHome #grid {
    width: 62%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#capaNoticia02 {
    width: 115%;
    height: 320px;
    overflow: hidden;
    margin-left: -15%;
    position: relative;    
}

#capaNoticia02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.imgNoticia02 {
    width: 45%;
    height: 280px;
    overflow: hidden;
    margin: 22px 0 0 20px;
    border-radius: 50px 0 0 50px;
}

.imgNoticia02 img {
    width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.textoNoticia02 {
    width: 48%;
    padding: 0 10% 0 0;
    color: var(--corCinzaEscuroTexto2);
}









.capaTelefone {
    position: absolute;
    top: 0;
}

.capaTelefone img {
    width: 100% !important;
	height: 100%;
	object-fit: cover;
}




#capaNoticia01 {
    width: 38%;
    margin-bottom: -100px;
    position: relative;
}

.imgNoticia01 {
    width: 100%;
    height: 270px;
    overflow: hidden;
    margin: 15px auto 30px auto;
    border-radius: 50px 50px 0 0;
    max-width: 90%;
}

.imgNoticia01 img {
    width: 100% !important;
	height: 100%;
	object-fit: cover;
}


.textoNoticia01 {
    width: 100%;
    padding: 0 15%;
    color: var(--corCinzaEscuroTexto2);
}

.textoNoticia02 h3,
.textoNoticia01 h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: var(--sizeText14);
}

.textoNoticia02 h2,
.textoNoticia01 h2 {
    font-size: var(--sizeText20);
    line-height: var(--sizeText24);
    margin: 5px auto 20px auto;    
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textoNoticia02 p,
.textoNoticia01 p {
    font-size: var(--sizeText14);
    line-height: var(--sizeText18);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--corCinzaClaroTexto);
}

.textoNoticia02 small,
.textoNoticia01 small {
    display: block;
    text-align: right;
    margin-top: 20px;
    font-size: var(--sizeText13);
    color: var(--corCinzaClaroTexto);
}


#imgNoticia03 {
    width: 55%;
}

#imgNoticia04 {
    width: 100%;
    margin-left: -55%;
    text-align: right;
}


/* CSS RESPONSIVO */

@media (max-width: 500px) {    


    /* VIDEO HOME */
    #sectionBgVideo {
        margin-bottom: 20px;
    }

    #hoverVideoHome {   
        opacity: 1;
    }
    /* VIDEO HOME */


    /* GRID BANNES */
    #ctGridBoxsBannes {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .gridBannesHome {
        width: 100%;
        height: 350px;
    }

    .gridBannesHome:nth-child(n) {
        margin: 0 0 20px 0;
    }

    .gridBannesHome > div {
        padding-top: 10%;
    }

    /* LOGO PARCEIROS */	
    #logoParceirosHome {
        width: 100%; 
        margin: 1% auto 0 auto;
        padding: 30px;
        flex-wrap: wrap;
        text-align: center;
    }

    #logoParceirosHome h3 {
        margin-bottom: 20px;
        width: 100%;
    }

    .capaLogoParceiroHome {
        width: 100%; 
        height: 40px;
        position: relative;
    }	

    .carrosselLogoParceiros {
        width: 100%; 
    }	
    /* LOGO PARCEIROS */	

}


@media (max-width: 750px) {
    /* CHAMADA LINKS */
    #ctBoxsAcessoRapido {
        padding: 50px 0;
    }

    #ctBoxsAcessoRapido .container {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .boxAcessoRapido {
        width: 100%;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .imgBoxAcessoRapido {
        width: 15%;
        order: -1;
    }

    .textoBoxAcessoRapido {
        width: 85%;
        padding: 5%;
        flex-wrap: wrap;
    }

    /* CHAMADA LINKS */
}

@media (max-width: 450px) {

    /* CHAMADA LINKS */
    .imgBoxAcessoRapido {
        display: none;
    }

    .textoBoxAcessoRapido {
        width: 100%;
        padding: 25px;
        flex-wrap: wrap;
    }

    /* CHAMADA LINKS */

}



@media (max-width: 1350px) {
    .imgNoticia02 {
        height: 270px;
    }
}

@media (max-width: 1300px) {
    .imgNoticia02 {
        height: 260px;
    }
}

@media (max-width: 1280px) {
    .imgNoticia02 {
        height: 255px;

    }
}



@media (max-width: 1200px) {

    /* GRID BANNES */

    #noticiasHome {
        width: 100%;
        height: auto;
        padding: 50px 0;
        margin-bottom: 0; 
    }

    #noticiasHome .container {
        flex-wrap: wrap;
    }


    #tituloNoticias {
        width: 27%;
        padding: 0;
    }

    #tituloNoticias a {
        max-width: 200px;
        margin: 20px auto 30px auto;
    }

    #gridSmartphonesHome {
        width: 70%;
        flex-wrap: wrap;
    }

    #gridSmartphonesHome #grid {
        width: 47%;
        flex-wrap: wrap;
    }

    #capaNoticia01, #capaNoticia02 {
        width: 47%;
        height: auto;
        overflow: hidden;
        margin: 10px 0;   
        padding: 0;
    }

    #capaNoticia02 {
        width: 100%;
    }

    #capaNoticia01 a, #capaNoticia02 a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .imgNoticia02, .imgNoticia01 {
        width: 100%;
        max-width: 100%;
        height: 200px;
        overflow: hidden;
        margin: 0 0 15px 0;
        padding: 0;
        border-radius: 10px;
    }

    .textoNoticia02, .textoNoticia01 {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .capaTelefone, #imgNoticia03, #imgNoticia04 {
        display: none;
    }
    /* GRID BANNES */

}


@media (max-width: 700px) {

    /* GRID BANNES */

    #tituloNoticias {
        width: 100%;
        padding: 0;
        order: -1;
        text-align: center;
        margin-bottom: 30px;
    }

    #gridSmartphonesHome {
        width: 100%;
    }


    #gridSmartphonesHome {
        width: 100%;
        flex-wrap: wrap;
    }

    #gridSmartphonesHome #grid {
        width: 100%;
        flex-wrap: wrap;
    }

    #capaNoticia01, #capaNoticia02 {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 10px 0;   
        padding: 0;
    }

    /* GRID BANNES */

}