@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;700&family=Inter:wght@400;500;700&display=swap');

h1{
    font-weight: 700;
    font-size: 25px; /*caso queira alterar o tamanho da fonte*/
    font-family: "Bai Jamjuree"; /*caso queira mudar o tipo de fonte*/
}

h2{
    font-size: 24px; /*caso queira alterar o tamanho da fonte*/
    font-family: "Bai Jamjuree"; /*caso queira mudar o tipo de fonte*/
}

h3{  
    font-weight: 400; 
    font-size: 18px; /*caso queira alterar o tamanho da fonte*/
    font-family: "Inter"; /*caso queira mudar o tipo de fonte*/
}

.hero{
    width: 100%;
}

.page-section {
    padding: 5rem 0;
}

.page-section-sobre, .page-section-easy, .page-section-acessoria {
    padding: 10rem 0;
}

.page-section-solucao {
    padding: 5rem 0;
}

.page-section-modulos {
    padding: 5rem 0;
}

.page-section-planos {
    padding: 9rem 0;
}

.page-section-contato {
    padding: 9rem 0;
}

.page-section-blog {
    padding: 6rem 0;
}

@media screen and (max-width: 768px) {
    .page-section-sobre, .page-section-easy, .page-section-acessoria {
        padding: 4rem 0;
    }
}

.top{
    margin-top: 150px;
    color: #fff;
}

.bottom{
    margin-bottom: 70px;
}

#mainNav {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 100%);
    box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    /*background-image: linear-gradient(to right, #041B2B 0%, transparent 100%);*/
    border-bottom:1px solid #ffffff;
}

.navbar-nav, .nav-link, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color:#ffffff;
}

.nav-link{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.nav-link:hover{
    color:#F21B1B;
}


.video-container {
    z-index: -100;
    width:100%;    
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
}
/**@media (min-width: 575.98px) {    
#video1-bg{
   height: 100vh;    
}
}

#video3-bg{
    height: 100vh;    
 }**/

#video2-bg{
    width:110%;    
}

.video-escolher{
    right:0; 
}

.video-container2 {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .video-container2 video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  
  .video-container2 .caption {
    z-index: 1;
    position: relative;
  }

  .escolher{
    height: 80vh;
  }

  .video-container3 {
    height: 80vh;
    overflow: hidden;
    position: relative;
  }
  
  .video-container3 video {    
    position: absolute;
  }
  
  .video-container3 .caption {
    z-index: 1;
    position: relative;
    margin-top: 5%;
  }

  @media screen and (min-width: 992px) {
    .escolher{
        height: 50vh;
    }
}

  @media (max-width: 575.98px) {  
    .top{
        margin-top: 100px;
        color: #fff;
    }   
    .bottom{
        margin-bottom: 50px;
    }
    .page-section {
        margin: 0;
        padding-bottom: 50px;
        padding-top:50px;
    }
    .page-section-solucao {
        padding: 0;
    }
    .mb-quemajudamos{
        margin-bottom: 50px;
    }
    .mt-btn-rodape-mobile{
        margin-top:15px;
    }
    .btn-fone, .btn-email{
        font-size: 12px;
    }
    .marginb{
        margin-bottom: 40px;
    }
    .center{
        text-align: center!important;
        margin-bottom: 90px;;
    }
    .obj{
        margin-bottom: 50px;
    }
    .drop-menu-mobile{
        border-color: transparent;
        background-color: transparent;
    }
    .drop-menu-mobile > li > a{
        color: #fff;
    }
    .escolher{
        height: auto;
    }
    .video-container3 {
        height: auto;
        overflow: hidden;
        position: relative;
      }
}

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

.navbar-toggler{
    border-color: #fff;
    background-color: #F21B1B;
}

#palara-chave{
    padding-top:20px;
    padding-bottom:20px;
}

#video4-bg{
    position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#quemajudamos{
    background: no-repeat left center url(/storage/icons/grafismo_1.png),linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);             

    color:#ffffff;
    padding-top:150px;
    padding-bottom:150px;
}

/**
.image{
    background:  url('/images/grafismo_1.png') no-repeat left top;
}**/

@media (max-width: 575.98px) {
    #quemajudamos{
        padding-top:100px;
        padding-bottom:100px;
    }
    .image{
        background:linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);
    }
    #escolherhk360{
        padding-top:100px;
        padding-bottom:100px;
    } 
}

.tag{
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.titulo{
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
}

.titulo-me{
    font-size: 32px;
}

.descricao{
    font-family: 'Inter';
    font-size: 15px;
    line-height: 20px;
}

.btn{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding:10px 30px;
}

.btn-menu{
    padding:5px;
}

.carousel-control-next, .carousel-control-prev{
    width: auto;
}

.alert-cases {
    color:#fff;
    --bs-alert-color: rgb(29, 24, 24,0.3);
    --bs-alert-bg: rgb(29, 24, 24,0.3);
    --bs-alert-border-color: rgb(29, 24, 24,0.3);
    padding: 5px;
    margin-bottom:5px;
}


#escolherhk360{
    background: no-repeat left bottom url(/storage/icons/Grafismo_HK360.png),linear-gradient(180deg, #CAEBFF 0%, #FFFFFF 26.04%);              
    color:#ffffff; 
    background-size: 15%; 
}

.color-white{
    color: #fff;
}

.color-black{
    color:#1D1818;
}

.color-dark-blue{
    color:#0A6AA6;
}

.color-blue{
    color:#0296F2;
}

.color-dark-red{
    color:#C20C0C;
}

.color-red{
    color:#F21B1B;
}

.btn{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.btn-red:hover{
    background-color:#0296F2;
    color:#ffffff;
}

.btn-blue:hover{
    background-color: #F21B1B;
    color:#ffffff;
}

.btn-blue{
    background-color: #0296F2;
    color:#ffffff;
}

.btn-fone{
    background: linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);
    color:#ffffff;
}

.btn-email{
    background: linear-gradient(90deg, #8E0909 0%, #F21B1B 61.46%);
    color:#ffffff;
}

.btn-dark-blue{
    background-color: #0A6AA6;
    color:#ffffff;
}

.btn-red{
    background-color:#F21B1B;
    color:#ffffff;
}

#metodoexclusivo{   
    color:#ffffff;
}


#casesucesso{
    background:linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);
    color:#ffffff;
    padding-top:100px;
    padding-bottom:100px;
}


.subcase{
    margin:0;
}

.case-empresa{
    padding: 0;
}

.bottom-midia{
    margin-bottom: 130px;
}

.dropdown-menu[data-bs-popper] {
    left:auto;
}

/**@media (max-width: 992px) {
    #casesucesso{
        background:left/30% no-repeat url(/images/grafismo_3.png),linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);       
        color:#ffffff;
        padding-top:100px;
        padding-bottom:100px;
    }
    #quemajudamos{
        background:left/30% no-repeat url(/images/grafismo_1.png),linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);
    }
    
}**/


#rodape{
    background-color: #8A9496;
    padding-top:80px;
    padding-bottom:80px;
    color:#ffffff;
}

#rodape-easy{
    background:linear-gradient(270deg, #047ECA 0%, #04304B 100%);
    color:#ffffff;
    padding-top:40px;
    padding-bottom:40px;

}

#rodape2{
    background: #1D1818;
    color:#ffffff;
}

.parceiros{
    background-color: #F8F8F8;
    border-radius: 10px;
}

.subtitulo{
    font-weight: 500;
    font-size: 14px; /*caso queira alterar o tamanho da fonte*/
    font-family: "Inter"; /*caso queira mudar o tipo de fonte*/ 
}

.subtitulo2{
    font-size: 12px; /*caso queira alterar o tamanho da fonte*/
    font-family: "Inter"; /*caso queira mudar o tipo de fonte*/ 
    margin: 0;
}

.subtitulo-rodape{
    font-family: 'Bai Jamjuree';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
}

.subtitulo-rodape2{
    font-family: 'Bai Jamjuree';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 28px;
}


.subtitle-midia{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-top:15px;
    color:#0A6AA6;
}

.cnpj{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 12px;
    color: #8A9496;
}

.text-normal{
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
}

.inter{
    font-family: "Inter"; 
}

.copy{
    background: linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);
    color:#ffffff;
}

.link-rodape{
    font-size: 12px; /*caso queira alterar o tamanho da fonte*/
    font-family: "Inter"; /*caso queira mudar o tipo de fonte*/ 
    color:#ffffff;
}

.link-rodape:hover{
    color:#ffffff;
}

#artigos{
   background: linear-gradient(180deg, #CAEBFF 0%, #FFFFFF 26.04%);

}

#planos{
    background: linear-gradient(180deg, #3B5165 0%, #8A9496 44.57%);    
    color:#ffffff;
}

.pricing-item {
    padding: 30px 20px;
    box-shadow: 0 3px 20px -2px rgb(108 117 125 / 15%);
    background: transparent;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 15px;
}

.preco{
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 0.8;
}

.preco1{
    color: #3F83AF;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 600;
}

.formas-pag{
    color: #3F83AF;
    font-size:18px;
    font-family: "Bai Jamjuree", Sans-serif;
    text-transform: uppercase; 
}

.contato-titulo{
    text-align: center;
    color: #1D1818;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
}

.plano-descricao{
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.plano-descricao2{
    font-family: 'Inter';
    font-style: normal;
    font-size: 10px;
    color: #FFFFFF;
}

.funcionalidades{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
}

.btn-price{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    background: #FFFFFF;
    border-radius: 5px;
}

.btn-price:hover{
    background: transparent;
    border-radius: 5px;
    border: 1px solid #ffffff;
}

.recomendado{
    box-shadow: 0 0 15px rgba((0, 0, 0, 0.4));
    transform: scale(1.03);
}

.pricing-blue{
    background:center/110% url(/images/Grafismo_2.png),linear-gradient(131deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.4) 100%), linear-gradient(270deg, #095280 100%, rgba(2, 150, 242, 0.1) 90%);
    border: 1px solid #FFFFFF;
    box-shadow: 19px 18px 26px rgba(2, 19, 29, 0.15); 
}

.preco-recomendado {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #4dbe3b;  
    position: absolute;
    right: 19px;
    top: -15px;
    padding-top: 7px; 
    border-radius: 5px;
  }

.uppercase{
    text-transform: uppercase;
}

#recursos{
    margin-top: 100px;
}

.recursos-descricao{
    margin: 40px 0;
}

#contato{   
    color:#ffffff;   
    background-color: #095483;
}

@media (min-width: 768px) { 
    #contato{ 
        color:#ffffff;    
        background: no-repeat right/70% url('/images/Img_Contato.png') ;
        background-color: #095483; 
    }
}

.form-control {
    background-color: #0E466A;
    border: 1px solid #0E466A;
  }


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

#conceito{
    background: linear-gradient(180deg, #CAEBFF 0%, #FFFFFF 26.04%);
}

#time{
    background: linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);
    color:#ffffff;
}

.titulo-fundador{
    font-family: 'Bai Jamjuree';
    font-size: 24px;
}

.bai{
    font-family: 'Bai Jamjuree';
}

#easy360{
    /**background: linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);**/
    color:#ffffff; 
    /**height: 89vh;**/
}

/**#home{
    height: 65vh;
}**/

#solucao{
    color:#ffffff;
}

.solucao{
    height: 100vh;
}

#modulos{
    background: linear-gradient(270deg, #0296F2 -17.16%, #095280 82.84%);
    color:#ffffff;
}

.titulo-ms{
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #0A6AA6;
}

.link-ms{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1D1818;
    text-decoration: none;
}

.hr{
    display: inline-block;
    width: 80%;
    margin: 3px 10px;
    border-top: 2px solid #0A6AA6;  
    opacity: 100%;
}

.hr-fundadores{
    border-top: 1px solid #ffffff;  
    opacity: 100%;
    margin: 0;
}

.hr-preto{
    border-top: 1px solid #1D1818;  
    opacity: 100%;
    margin: 0;
}

.hr-azul{
    border-top: 1px solid #0A6AA6; 
    opacity: 100%;
    margin: 0;
}

.hr-branca{
    border-top: 1px solid #ffffff; 
    opacity: 100%;
    margin: 0;
}


.hr-ms{
    text-align: left;
    margin-left:0;
    width: 20%;
    height: 2px;
    opacity: 100%;
    border-color:#F21B1B;
    color:#F21B1B;
    background-color: #F21B1B;
    margin-top: 10px;
}

.linha{
    width: 80%;
}

.marginb{
    margin-bottom: 90px;
}

.buscar{
    background-color: #ffffff;
    border-color: #0A6AA6;
}

.buscar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1D1818;
    opacity: 0.5; /* Firefox */
}

.buscar:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #1D1818;
    opacity: 0.5; 
}

.buscar::-ms-input-placeholder { /* Microsoft Edge */
    color: #1D1818;
    opacity: 0.5; 
}

.m-breadcrumb{
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog-titulo{
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    display: flex;
    align-items: center;
    color: #0A6AA6;
    min-height: 50px;
}

 .blog-entry:hover,.blog-entry:focus {
    opacity: 1;
    top: -1px;
    -webkit-box-shadow: 0 3px 50px -2px rgb(0 0 0 / 20%) !important;
    box-shadow: 0 3px 50px -2px rgb(0 0 0 / 20%) !important;
}

.blog-entry {
    display: block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    position: relative;
}

a{
    text-decoration: none;
    color:#1D1818;
}

a:hover {
    text-decoration: none;
}

.blog-content-body {
    padding: 20px;
    border: 1px solid #efefef;
    border-top: none;
}

.descricao-blog{
    min-height: 120px;
}

.btn-blog:hover{
    background-color: transparent;
    border: 1px solid #04304B;
}

.logo-rodape{
    border-left: 1px solid #ffffff;
}

.t-rodape{
    padding-left:10px;
}

.menu-active{
    border-bottom: 2px solid #C20C0C;
}


#sticky-social {
    right: 20px;
    position: fixed;
    bottom: 0;
 }
 #sticky-social a {
    color: #DBDBDB;
    display: block; 
    position: relative;
    text-align: center;
 }
 #sticky-social ul{
    list-style-type: none;
 }

 #sticky-social a span {
    line-height: 35px;
    text-align:center;
}

.btn-whats{
    margin-bottom:50px;
}

#sticky-social a.btn-whats span {
    line-height: 15px;
    text-align:center;
}

.bg-green{
    background: linear-gradient(41.4deg, #29B63F 3.99%, #77DB81 88.46%);    
    border: 1px solid #FFFFFF;
    padding: 15px;
}

.bi-whatsapp{
    font-size: 15px;
}

 #sticky-social a[class*="icon"],
 #sticky-social a[class*="icon"]:hover,
 #sticky-social a[class*="icon"] span { background: transparent; }


.btn:hover{
    color:#fff;
 }

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

 #mapasite{
    background: no-repeat left bottom url(/storage/icons/Grafismo_HK360.png);             
    background-size: 15%; 
 }

 #cultura{
    background:no-repeat left bottom url(/storage/icons/Grafismo_HK360.png);
    background-size: 15%; 
 }

 .titulo-curso{
    color: #0A6AA6;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 900;
    font-size:2.5rem;
 }

 .titulo2-curso{
    color: #0A6AA6;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 900;
    font-size:2rem;
 }

 .subtitulo-mod{
    color: #0A6AA6;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 900;
    font-size:1rem;
 }

 .titulo-bene{
    color: #0A6AA6;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 900;
    font-size:1.5rem;
 }

 .titulo-prof{
    color: #0A6AA6;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 900;
    font-size:1.5rem;
 }

 .sidebar{
    background-color: white;
 }

 .conteudos{   
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;

 }

 .conteudos-curso{
    background-color: transparent;
    background-image: linear-gradient(236deg, #FFFFFF 9%, #F2295B00 100%);
}

 .conteudo{
    background-color: white;
 }

body{
    background-color: #F8F7F5;
}

.item1, .accordion-button:not(.collapsed){
    background-color: #095280;
    color:white;
    font-family: "Bai Jamjuree", Sans-serif;
    line-height: 1;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #d5d8dc;
}

.accordion-item:first-of-type .accordion-button{
    border-radius:0;
}

.accordion-item:first-of-type {
    border-radius:0;
}

.accordion-item{
    margin-bottom: 10px;
}

.investimento{
    background-color: #0296F2;
}

.preco{
    color: #3F83AF;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 600;
    font-size: 2rem;
}

.section-cursos{
    margin-top:70px;
    margin-bottom:70px;
    margin-left:0;
    margin-right: 0;
}

.section-container{
    padding:0;
}

.bene{
    background-color: #F2F2F2;
    padding-bottom:90px;
}

.bene-img{
    vertical-align: middle;
    display: inline-block;
}

.prof-img{
    border-radius: 110px;
}

.prof-desc{
    color: #1D1818;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 400;
    line-height: 17px;
}

.prof-subt{
    color: #0A6AA6;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.sidebar-t{    
    color: #1D1818;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 900;
}

.sidebar-sbt{
    color: #1D1818;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 900;
}

.letra{
    font-family: "Bai Jamjuree", Sans-serif;
}

.letra1{
    font-family: "Bai Jamjuree", Sans-serif;
    margin-bottom: 0;
    color: #1D1818;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

letra2{
    color: #1D1818;
    font-family: "Bai Jamjuree", Sans-serif;
    font-weight: 400;
}

.sidebar-btn-blue{
    background-color: #0296F2;
    color:white;
}

.sidebar-btn-blue:hover{
    border-color: #0296F2;
    background-color: #02446d;
}

.sidebar-btn-red {
    background-color: #F21B1B;
    color:white;
}

.sidebar-btn-red:hover{
    border-color: #F21B1B;
    background-color: #a70303;
}

.sidebar{
    padding:20px;
}

.fundo-azul{
    background: rgb(8,81,127);
    background: linear-gradient(90deg, rgba(8,81,127,1) 0%, rgba(3,137,220,1) 35%);
    color:white;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px 0 5px 0;
}

.sidebar-tt{
    font-weight: bold;
    font-size: 13px;
}

.sidebar-st{
    font-size: 12px;
}

.link-azul{
    text-align: center;
    color: #0A6AA6;
    font-family: "Bai Jamjuree", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.logo-sidebar{
    width: 47%;
}



