@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400&display=swap');

@font-face {
    font-family: 'Coolvetica-bold';
    src: url('../font/coolvetica\ rg.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    background-color:#fff ;
}

h1, h3, h2 {
    font-family: 'Coolvetica-bold';
}

p {
    font-family: 'Noto Sans', sans-serif;
}

/*Navbar*/
.bg-navegacao {
    background-color: #9DCC5B;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}


.nav-link:focus,
.nav-link:hover {
    color: #00AF00;
    transition: .3s;
}

.dropdown-toggle::after {
    color: #00AF00;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background: #9DCC5B
}

.nav-item a {
    font-size: larger;
    font-weight: 600;
}

.nav-item {
    position: relative;
}

.nav-item::before{
    content: '';
    position: absolute;
    left: 2px;
    bottom: -2px;
    width: 90%;
    height: 3px;
    background-color: #008316;
    border-radius: 4px;
    scale: 0 1;
    transform-origin: left;
    transition:scale 0.35s;
}

.nav-item:hover::before{
    scale: 1;
}


/*Carousel*/
.carousel-inner {
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

/*Matricula*/

.btn-hover {
    width: 250px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-left: 1em;
    height: 45px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}


/*Historia*/

.secao-historia {
    padding: 6em 0;
}

.historia_titulo{
    background-image: linear-gradient(150deg, #70f6ff, #29bc67);
    background-size: cover;
    -webkit-background-clip: text ;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
}

.historia_card {
    border-color: #33f2ff !important;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 37px 6px #cfcfcf;
    background-color: #92F8FF;
    height: 420px;
}


.historia_imagem {
    margin-bottom: 15px;
    padding: 10px;
    display: inline-block;
    background-color: #2ed172;
    border-radius: 50%;
}

.historia_card_titulo, .segmento_titulo, .telefone-footer{
    color: #00AF00;
}

.historia_card_titulo{
    letter-spacing: 2px;
}

.historia_seta{
    background-color: #2ed172;
    color: #fff;
    font-weight: bolder;
    border-radius: 50%;
    transition: .5s;
}

.historia_seta:hover{
    color: #2ed172;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-color: #2ed172;
}

.custom-shape-divider-top-1671564212 {
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1671564212 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1671564212 .shape-fill {
    fill: #D9FBFF;
}

/*Segmento*/
.secao{
    padding: 8em 0 4em 0;
}
.container-segmento {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
}

.container-segmento .card-segmento {
    position: relative;
    max-width: 300px;
    height: 215px;
    background-color: #fff;
    margin: 30px 10px;
    padding: 20px 15px;

    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 37px 6px #cfcfcf;
    transition: 0.3s ease-in-out;
    border-radius: 15px;
}

.container-segmento .card-segmento:hover {
    height: 390px;
    margin-top: 80px;
}


.container-segmento .card-segmento .image {
    position: relative;
    width: 260px;
    height: 260px;
    top: -40%;
    left: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 15px;
}

.container-segmento .card-segmento .image img {
    max-width: 100%;
    border-radius: 15px;
}

.container-segmento .card-segmento .content {
    position: relative;
    top: -140px;
    padding: 10px 15px;
    color: #111;
    text-align: justify;

    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;

}

.container-segmento .card-segmento:hover .content {
    margin-top: 30px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;

}

/*Informação*/

.secao-informacao{
    padding: 8em 0 8em 0;
    position: relative;
    background-image: url(../img/bg-informacao.png);
    background-size: cover;
}

.animacao-informacao{
    transition: .5s;
}

.animacao-informacao:hover{
    transform: translateY(-20px);
}
.img-informacao{
    background-color: #2ed172;
    border-radius: 10px;
}
.img-informacao:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*Paceiros*/
.secao-parceiros{
    padding: 8em 0 8em 0;
}

.owl-carousel .owl-item img {
    width: 180px !important;
}

.owl-nav{
    display: none;
}


/*Esrutura*/
.secao-estrutura{
    background-image: url(../img/estrutura.jpg);
    width: 100%;
    height: 50vh;
}

.titulo-estrutura{
    padding: 50px 0;
    /* background-color: rgba(46, 209, 114, 0.8); */
    background-image: linear-gradient(150deg, #70f6ffb5, #29bc67ad);
    letter-spacing: 4px;
}


/*Contato*/
.secao-contato{
    padding: 4rem 0;
}
.form-nome{
    position: relative;
}
.formulario-shadow{
    padding: 5rem 3rem;
    border-radius: 2rem;
    box-shadow: 0 8px 16px 0 rgba( 31, 38, 135, 0.37 );
}
.form-control{
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;;
}
.bi-person-fill, .bi-envelope-fill,.bi-pencil-square{
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 1.5rem;
    color: #2ED172;
}

.instagram_titulo{
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    background-size: cover;
    -webkit-background-clip: text ;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
}

label{
    font-size: 1rem;
    font-weight: bold;
}

input[type="file"]{
    display: none;
}

.label-arquivo{
    cursor: pointer;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: .5rem 3rem;
    background-color:#2ED172 ;
    border-radius: 0.375rem;
}

.label-arquivo::after{
    font-family:'Bootstrap-icons';
    content: "\F30A";
    padding-left: 1rem;
}   

#contato{
    scroll-margin-top: 8rem;
}

/*Redes Sociais*/

.social{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
}

.bi-facebook, .bi-instagram, .bi-whatsapp, .bi-share-fill{
    color: #fff;
}
.btn-share{ 

    margin:auto; 
    width:50px; 
    height:50px; 

}

.btn-share ol{
    position: absolute;
    margin: 2px;
    width: 50px;
    height: 50px;
}

.btn-share ol li:nth-child(1),.btn-share ol li:nth-child(2),.btn-share ol li:nth-child(3){
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    transition: all .5s;
    text-align: center;
    right: 0;
    
}

.btn-share ol li:nth-child(1){
    background-color:#1877F2;
    bottom: 70px;
}

.btn-share ol li:nth-child(2){
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    bottom: 140px;
}

.btn-share ol li:nth-child(3){
    background-color:#25D366;
    right: 0;
}

.btn-share ol li a{
    
    font-size:1.3em;
    text-decoration:none;
    color:#fff;
}

.btn-share.ativo ol li{
    transform: translate(0);
    transition: all 0.4s;
}

/*Footer*/
.secao-footer{
    background-color: #33f2ff;
    background-image: linear-gradient(150deg, #33f2ff 0%, #d9fbff 100%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border-top-left-radius: 6rem;
}

.footer-copyright{
    color:#25aae1;
}

.footer-line{
    margin: 2rem 0; 
    color: #25D366;
    border-top: 1.5px solid;
    opacity: .5;
}

/*Paginas Internas*/

.text-justify{
    text-align: justify;
}
.img-rounded{
    border-radius: 2rem;
}

.secao-sucesso{
    padding: 4em 0;
}

@media screen and (max-width:1199px){
    .historia_card {
        height: auto
    }
}

@media screen and (max-width:768px){
    .container-segmento .card-segmento:active {
        height: 390px;
        margin-top: 50px;
    }
}


@media screen and (max-width:767px){
    .linha-parceiros{
        text-align: center !important;
    }
    .instagram_titulo{
        padding-top: 4rem;
    }
    .footer-matricula{
        padding-top: 2rem;
    }
    .footer-logo{
        width: auto !important;
        padding-bottom: 2rem;
    }
}

/*Cookie*/

.cookie-container p {
    margin: 24px 0;
    line-height: 2
}

.wrapper {
    padding: 32px
}

.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background-image: linear-gradient(150deg, #33f2ff 0%, #d9fbff 100%);
    color: #f5f6fa;
    padding: 10px 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, .39);
    z-index: 9999;
    transition: .4s
}

.cookie-container.active {
    bottom: 0
}

.cookie-container a {
    color: #f5f6fa
}

.cookie-btn {
    background: #caac12;
    border: 0;
    color: #f5f6fa;
    padding: .2rem 3rem;
    font-size: 18px;
    margin-bottom: 16px;
    margin-left: 5px;
    border-radius: 8px;
    cursor: pointer
}

/*Mapa Mental*/
.card-mapa-mental {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    background: transparent;
    border: 1px solid white;
    box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
    border-radius: 17px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-weight: bolder;
    color: black;
  }
  
  .card-mapa-mental:hover {
    border: 1px solid #329AB3;
    transform: scale(1.05);
  }
  
  .card-mapa-mental:active {
    transform: scale(0.95) rotateZ(1.7deg);
  }