html{
    max-width: 100vw;
    overflow-x: hidden;
}


body{
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 16px;
    color: #000 !important;
    accent-color: #800000;    
    
}


.baseLinkDown{
    margin-top: -8vh;
    
}

.linkDown{
    display: inline-flex;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);    
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    margin-left: -25px;
    color: #FFF;
    justify-content: center;    
    align-items: center;
    font-size: 36px;
    padding-top: 5px;
    cursor: pointer;
    animation: motto 2s infinite;
        
}

.linkDown:hover{
    box-shadow: 0 0 15px 5px #008BC0AA;
    color: #FFF;    
    
}


@keyframes motto {
    from {
        transform:translateY(-5px);
    }
    to {
        transform:translateY(5px);
    }
 }


 


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




a{
    color: #000;
    text-decoration: none;
}


*{
    /*border: 1px solid #FF0000;*/
}


.btn-contato{
    background-color: #00C6BD;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: 0 !important;
}

.btn-contato:hover{
    background-color: #8ae084;
}

.btn-acao {
    display: inline-block;
    position: relative;
    z-index: 1;      
    background: none !important;
    border: 1px solid #999;
}



.btn-acao button,
.btn-acao a {
    padding: 0.7em 4em;
    font-size: 12px;
    text-transform: uppercase !important;
    background-color: #002E4D;
    color: #FFF;
    border:none;
    cursor: pointer;
    font-family: inherit;
    transition: 0.5s;
    text-decoration: none;
    display: block;
    
}

.btn-acao.btn-dark button,
.btn-acao.btn-dark a{
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    border: none;
    margin: 0 !important;
}

.btn-acao button:hover,
.btn-acao a:hover {
    background-color: #800000;
    color: #fff;
    
}

.btn-acao-lp.btn-dark button, .btn-acao-lp.btn-dark a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
}

.btn-acao-lp button, .btn-acao-lp a {
    
    padding: 0.7em 4em;
    font-size: 12px;
    text-transform: uppercase !important;
    background-color: #800000;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: 0.5s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}


.btn-acao-lp button, .btn-acao-lp a i{
    margin-right: 15px;
    
}


.btn-whatsapp-acao{
    border-radius: 5px;
}


.btn-whatsapp-acao a{
    background-color: #17980E !important;
    font-size: 0.9rem;
}


.btn-whatsapp{
    
    padding: 0.7em 2em;
    font-size: 14px;
    text-transform: uppercase !important;
    background-color: #1E8B62;
    color: #FFF;
    border:none;
    cursor: pointer;
    font-family: inherit;
    transition: 0.5s;
    text-decoration: none;
    border-radius: 0;
    
}





/* elementos comuns.......................................*/

h1, h2, h3{
    /*font-family: "Playfair Display", serif;*/
}


h1{        
    display: inline-block;
    font-weight: 400;    
    font-size: 2rem;
    color: #002E4D;
    
}


h1 strong{
    font-weight: 500;  
}



h2{       
    
    font-weight: 400;    
    font-size: 2rem;
    margin-bottom: 40px;
    
}


h3{            
    font-weight: 400;    
    font-size: 1rem;
}


   
/* navegação/menu ------------------------------------------------------------- */
.admin-bar #navTop{
    margin-top: 32px !important;
}


#navTop .container-fluid{
    
    padding-left: 5vw;
    padding-right: 5vw;
}

.home #navTop.absolute-top{        
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    transition: transform .5s !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;

}

#navTop .fixed-top {
    top: -56px !important;
    transform: translateY(56px) !important;
    transition: transform .5s !important;
}

#navTop .navbar-toggler{
    border: none !important;
    box-shadow: none !important;
 
}

#navTop .navbar-toggler .texto{
    font-size: 0.9rem;
}




#navTop.bg-dark.fixed-top{
    background-color: rgba(0,0,0,0.3) !important;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));

}

.home #navTop.bg-dark{
    /* background-color: rgba(0,0,0,0.3) !important; */
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.5));
}




#navTop .navbar-brand img{
    padding-top: 0;
    height: 60px !important;
}

#navTop.fixed-top .navbar-brand img{
    height: 40px !important;
}


#navTop.fixed-top .logo{
    height: 40px;
    
}



#navTop .nav-link{
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-right: 20px;
}

#navTop .texto{    
    font-size: 14px;
}


#menuLateral{
    background-color: rgba(0, 0, 0, 0.9);
    background-color: #002E4D;
    z-index: 99999;
    position: fixed;
    width: 600px;    
    right: -600px;    
    top: 0;
    bottom: 0 !important;
    transition: all 0.5s ease-in-out;   
    padding: 40px 40px 40px 40px;    
    box-shadow: 0 0 3px 0 #00BDC7;
}

#menuLateral .logo{
    max-width: 150px !important; 
    height: auto !important;
}

#menuLateral h3{
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);    
}



#menuLateral.collapsing {
    transition: all 0.5s ease-in-out;   
    height: auto;
}

#menuLateral.show{
    right: 0;
}

#menuLateral .btn-fechar{
    background-color: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.6rem;
    line-height: 1rem;
    padding: 0 !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    font-weight: 500;
    color: #ccc;
}

#menuLateral .btn-fechar img{
    width: 14px;
    height: 14px;
    opacity: 0.8;
    transition: opacity 0.2 ease-in-out;
}

#menuLateral .btn-fechar img:hover{
    opacity: 1;
}


#menuLateral .menu{
    padding: 0;
    margin: 0;
    list-style: none;
    color: #FFF;
}

#menuLateral .menu > li > ul{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);    
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
}

#menuLateral .menu > li:last-child > ul{
    border: none;
    overflow-x: hidden;
}


#menuLateral .menu > li > ul a{
    text-decoration: none;
    padding: 5px 0 !important;    
    display: flex;
    color: rgba(255, 255, 255, 0.8);    
    text-transform: uppercase;
    font-size: 0.8rem;
    transition: all 0.3s ease-in-out;
    align-items: center;
}

#menuLateral .menu > li > ul a:hover{
    color: rgba(255, 255, 255, 1);    
    font-weight: 400;
}


/*
#menuLateral .menu > li > ul a i{
    font-size: 1.6rem;    
    margin-right: 15px;
    opacity: 0.5;
}
    */

#menuLateral .menu > li > ul a::befor1e{    
    width: 220px;
    height: 30px;
    margin-top: -5px;
    position: absolute;
    content: '';
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), #fff);
    display: block;
}

#menuLateral .offcanvas-title {
    color: #FFF !important; 
}

#menuLateral .dropdown-menu{
    background: none !important;
    padding-left: 20px;

}



.home .row.secao{
    padding-top: 12vh;
    padding-bottom: 12vh;
}


.home .row.secao .titulo-secao h2{
    color: #002E4D;

}


/* slider home ------------------------------------------------------------- */
.home-destaque{    
    min-height: 100vh;
    color: #FFF;
    
    position: relative;
}

.home-destaque::after{
    width: 100%;
    content: '';
    height: 5px;
    background-image: linear-gradient(to right, #00C6BD, #00BDC7);
    position: absolute;
    display: block;
    bottom: 0;
}


.home-destaque h2{
    font-size: 6rem !important;
    line-height: 6rem;
    font-weight: 500;
    color: #00BDC7;
}

.home-destaque h3{
    font-size: 2rem;
    color: #fff;
}

#sliderDestaques{
    background-color: #000;
    width: 100% !important;
    height: 100%;
    z-index: 0;
}

#sliderDestaques .swiper-slide{
    width: 100%;
    height: 100%;        
    
}

#sliderDestaques .swiper-slide img{
    width: 100%;
    min-height: 100%;
    display: block;    
    filter: grayscale(100%) contrast(1.2);
    

}



#sliderDestaques .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 174, 255, 0.2) 0%,     /* mais claro no começo */
    rgba(0, 174, 255, 0.4) 50%,    /* intermediário */
    rgba(0, 50, 100, 0.6) 75%,     /* escurecendo no final */
    rgba(0, 30, 60, 0.8) 100%      /* bem mais escuro no final */
  ) !important;
  mix-blend-mode: screen;
  pointer-events: none;
}

.efeito-box{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0, 1));
    padding-bottom: 14vh;
}


/*
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9)), url(../imgs/home-background.jpg);
*/

/*
#sliderDestaques .swiper-slide:nth-child(1){
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9)), url(../imgs/home-background-1.jpg);
}

#sliderDestaques .swiper-slide:nth-child(2){
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9)), url(../imgs/home-background-2.jpg);
}

#sliderDestaques .swiper-slide:nth-child(3){
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9)), url(../imgs/home-background-3.jpg);
}

#sliderDestaques .swiper-slide:nth-child(4){
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.9)), url(../imgs/home-background-4.jpg);
}
*/



.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    color: #999;
}


.swiper-wrapper {
    transition: all 2s ease-in-out;
}



.home .secao.produtos{
    background-color: #FFF;    
}



.home .secao.produtos .item{
    
}


.home .secao.produtos .item a{
    display: block;
    width: 100%;
    
    background-color: #eee;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.home .secao.produtos .item img{
    max-width: 240px !important;
}

.home .secao.produtos .item h2{
    font-size: 1.2rem !important;
}


/* ---------------------------------------------------------------------------------------- */

#sobre{
    background-color: #eee;   
    color: #000; 
}


#sobre .container{
    margin-top: -17vh;
    margin-bottom: -17vh;
}

#sobre .texto{
    background-color: #002E4D;
    color: #FFF;
    padding: 60px !important;
    margin-left: -8vw;    
}

#sobre .texto h2{
    color: #FFF;
}

#sobre .texto h3{
    
}


#sobre .numeros{    
    background-color: #FFF;    
    padding: 40px;    
    padding-right: calc(40px + 8vw);
}

#sobre .numeros h2{
    padding: 20px;
}

#sobre .numeros ul{
    padding: 0;
    margin: 0;
    display: flex;
}

#sobre .numeros ul li{
    list-style: none;
    background-color: #CCC;
    width: 180px;
    height: 180px;
    margin: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00c6bd;
    color: #fff;
}

#sobre .numeros ul li:nth-child(2){
    background-color: #00bdc7;
}


#sobre .numeros ul li h2{
    padding: 0 !important;
    margin: 0 !important;
    font-weight: bold;
    color: #fff;
}




#diferenciais{
    background-color: #333;
    padding-top: 12vh !important;
    padding-bottom: 8vh !important;
    color: #FFF;
}

#diferenciais h1{
    color: #FFF;
    margin-bottom: 2rem;
}

#diferenciais .box{
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    

}

#diferenciais .icone{
    display: none;
}


#diferenciais h4{
    font-size: 1rem;
    margin-top: 10px;        
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: normal;
}


#publico{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.7)), url(../imgs/publico-background.jpg);
    background-attachment: fixed;
    padding-top: 8vh !important;
    padding-bottom: 8vh !important;
    color: #FFF;
}


#publico h1{
    color: #FFF;
}

#publico h4{
    margin-bottom: 20px;
}

#publico .box{
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #333;

}

#perfil{
    background-color: #fff;    
    
    
}


#perfil h1{
    color: #FFF;
}


#perfil h2{
    color: #002E4D;
    padding-top: ;
}



#perfil .textos{    
    padding: 40px;
}

#perfil .textos strong{    
    
    color: #002E4D;

}


.perfil img{
    display: block;    
    filter: grayscale(100%) contrast(1.2);    
}

.base-imagem{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.perfil .base-imagem::after {
content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 174, 255, 0.3); /* azul com transparência */
  mix-blend-mode: screen; /* ou 'overlay' para outro estilo */
  pointer-events: none;

}


#destaque_slide{
    display: flex;
    flex-wrap: nowrap;
    opacity: 0.75;    
}

.destaque_slide img{    
    height: 150px;
    filter: grayscale(100%) contrast(1.2);    
}



#destaque_slide .base{
    position: relative;
    display: inline-block;
    
}

#destaque_slide .base::after {
content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 174, 255, 0.3); /* azul com transparência */
  mix-blend-mode: screen; /* ou 'overlay' para outro estilo */
  pointer-events: none;

}








footer{			
	background-color: #333;
    background-color: #002E4D;
	color: #FFF;	
    padding-top: 4vh;
    padding-bottom: 2vh;
    font-size: 12px;
    
}





footer::before{
    width: 100%;
    content: '';
    height: 5px;
    background-image: linear-gradient(to right, #00C6BD, #00BDC7);
    position: absolute;
    display: block;
    margin-top: -4vh;
}


footer h2{
	color: #FFF;
	font-size: 1.4rem !important;
}


.treinamentos{
    display: flex;
    justify-content: center; /* centraliza toda a ul */
    gap: 10px; /* espaçamento apenas ENTRE os itens */
    padding: 0;
    padding: 0;
    margin: 0;

}

.treinamentos li{
    list-style: none;
}

.treinamentos li a{    
    transition: all 0.7s ease-in-out;
    background-color: rgba(255, 255, 255, 0.1);    
    width: 100%;         
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.treinamentos li a:hover{
    background-color: #FFF;
}

.treinamentos li img{
    width: 100%;
    filter: brightness(0) invert(1);
    transition: all 0.7s ease-in-out;
}

.treinamentos li:hover img{
    filter: none !important;
}

footer a{		
	color: #FFF;
}

footer .r1{
    margin-bottom: 4vh;
}

footer .r1 .logo{
    max-width: 150px;        
}

footer .r1 .logo:hover{
    opacity: 1;
    filter: none;
}

footer .r1 h3{
    color: #ccc;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

footer .r1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

footer .r1 ul li{
    margin-bottom: 5px;
}



.redes-sociais li{
    width: 48% !important;
    display: inline-flex;    
    margin: 0 !important;
    padding: 0 !important;
}

.redes-sociais i{	
	width: 30px;
	height: 30px;
	display: inline-flex;
	border-radius: 50%;		
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #FFF;
	margin-left: 10px;

}

.redes-sociais li a{    
    width: 100%;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.redes-sociais li a .icone{
    margin-right: 10px;
}

.redes-sociais li a .texto{
    padding: 5px;
}

.redes-sociais li i{
    background-color: #FFF;
    color: #000;
    border-radius: 0;
    display: flex;
}


.redes-sociais li a:hover{
    background-color: #00BDC7;
}



footer .r2{
    margin-top: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    font-size: 12px;
    text-transform: uppercase;
}


footer .w3sys{
    height: 10px;
    opacity: 0.5;
}

footer .w3sys:hover{
    height: 10px;
    opacity: 1;
}


footer a{			
    text-decoration: none;
}

footer a:hover{			
    color: #800000;
}


.base-aviso-cookie{
    z-index: 99999;
    margin-bottom: 20px;
}


.aviso-cookie{
    background-color: rgba(0, 0, 0, 0.8);
    color: #ccc !important;
    font-size: 14px;
    
}

.aviso-cookie span{
    margin-right: 10px;
    line-height: 25px !important;    
}

.aviso-cookie a{
    text-decoration: none;
    color: #FFF;
}

.aviso-cookie .btn{
    background-color: #006B83;
    border: none !important;    
    padding: 2px 10px;
    border-radius: 0;
    
    text-transform: uppercase;
    font-size: 12px;
    outline: none !important;
    box-shadow: none !important;
}

.atendimento{
	position: fixed;
	bottom: -300px;
	right: 100px;
	z-index: 99999;
}


.atendimento .icone::before{
	background-color: #26CC64;
	border: 4.5px #00800066 solid;		
	border-top-color: #008000;
	border-bottom-color: #008000;		
	border-radius: 50%;		
	width: 65px !important;
	height: 65px !important;			
	content: "";
	display: flex;
	z-index: -1;
	position: absolute;
}


.atendimento .icone{		
	position: absolute;
	border-radius: 50%;		
	width: 60px;
	height: 60px;			
	color: #FFF;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;

}


.atendimento .icone::before{
	animation: girar 16s infinite linear;
	transform: rotate(30deg);
}		

@keyframes girar {
	from {
			transform: rotate(0deg);
	}
	to {
			transform: rotate(359deg);
	}
}






@media (max-width : 991px) {


    #navTop.bg-dark.fixed-top{
        margin-top: 0 !important;
    }

    .atendimento{
        right: 60px;
    }

    .atendimento .icone::before{
        width: 45px !important;
        height: 45px !important;			
    }

    .atendimento .icone{		
        width: 40px;
        height: 30px;			
        font-size: 25px;        
    
    }

 
    body{
        overflow-x: hidden;
    }

    h1{
        font-size: 1.6rem !important;
    }


    .home-destaque{        
        
    }

    .home-destaque .titulo{
        padding: 40px;
    }

    .home-destaque h2{
        font-size: 3rem !important;
        line-height: 3rem !important;
    }

    .home-destaque h3{
        font-size: 1.2rem !important;
    }

    .efeito-box {
        padding-bottom: 12vh;
        text-align: center;
    }

    .baseLinkDown{
        margin-top: -16vh;
    }

    .sobre .btn-acao{
        background-color: #002E4D !important;
    }


    #sliderDestaques .swiper-slide{
        display: flex;
        justify-content: end;
        align-items: start;
    }

    #sliderDestaques .swiper-slide img{
        width: auto !important;
        height: 100% !important;
        min-height: 0;
    }


    .titulo-secao{
        text-align: center;
    }
    


    #sobre{        
        padding-top: 4vh !important;
        padding-bottom: 4vh !important;
    }

    #sobre .texto {        
        color: #FFF;
        padding: 40px !important;
        margin-left: 0 !important;        
        margin-top: 0 !important;
    }


    #sobre .texto h2{        
        text-align: center;

    }


    #sobre .container{
        margin-top: 0;
        margin-bottom: 0;
    }

    #sobre .numeros{
        padding: 40px !important;
    }

    #sobre .numeros ul {
        display: block;
    }

    #sobre .numeros ul li {
        width: 100% !important;
        margin: 0;
        padding: 10px;        
        margin-bottom: 40px;
        text-align: center;
    }
    


    #perfil h2{
        text-align: center;
    }
    

    
    .base-aviso-cookie{
        margin-bottom: 90px;
    }

    footer{
        padding-bottom: 80px;
    }

}



@media (min-width : 992px) {

}
