
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro' !important;
    background-size: contain;   
}

.swiper-pagination-bullet {
    background-color: rgb(55 65 81) !important;
    opacity: 0.6; /* Para deixar um pouco transparente */
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    opacity: 1; /* Para destacar o dot ativo */
}

@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important; /* Garante que não apareçam */
    }
}

/*Pagination*/

.pagination li a{
    color: #704380;
}

.pagination .active .current{
    background-color: #704380 !important;
    color: #fff;
    border: none;
}

.pagination li a:hover{
    /*color: #704380;*/
    color: #fff;
}
















.color-white{
    color: #fff;
}

.bg-orange{
    background-color: #efb359;
}

p{
    font-size: 16px;
}

h1{
    font-weight: bold !important;
    font-size: 30px !important;
    color: #000;
}

h2{
    font-weight: bold !important;
    font-size: 26px !important;
    color: #000;
}

h3{
    font-weight: bold !important;
    font-size: 20px !important;
    color: #000;
}


h4{
    font-size: 16px !important;
    color: #000;
}

/*HEADER*/

.container{
    max-width: 1100px !important;
}

.topo{
    padding-top: 0;
    color: #000;
}

.logo-topo{
    max-width: 50px;
}


.navbar {
    width: 100%;
}

.navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.nav-link {
    color: #000 !important;
    font-size: 15px;
    font-weight: bold;
}

.nav-link:hover{
    color: #3f978c !important;
    border-bottom: 1px solid #3f978c;
}

.social-icons {
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
}

/*CORPO MANDALA*/

.content-mandala{
    align-items: center;
    text-align: right;
}

.content-mandala p{
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}

/*CORPO  vídeo*/

.content-video{
    background-color: #44a1b0;
}

.video-container{
    border: 10px solid #fff;
}

/*Institucional*/

.content-historia{
    background-color: #3F978C;
}

.content-valores{
    background-color: #44A1B0;
}



.content-mensagens{
    background-size: 100%;
}

.content-mensagens h1{
    color: #fff;
    background: rgba(46,16,56, 0.6);
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}

.content-mensagens p{
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-size: 22px !important;
}

.content-historia h1{
    text-align: right;   
    padding-right: 20px;
}

.content-historia p{
    text-align: justify;
    line-height: 30px;
}

.content-valores-missao h1, .content-valores-visao h1{
    font-weight: bold;
}

.content-valores-missao p, .content-valores-visao p, .content-valores-principios p {
    line-height: 40px;
    color: #fff;
}

.content-holistica p{
    color: #fff;  
    line-height: 38px;
}

.content-mensagens .carousel-inner{
    max-width: 750px;
}

.img-btn-carousel{
    max-width: 50px;
}

.carousel-control-prev, .carousel-control-next{
    max-width: 100px;
}
.conteudo-page-institucional{
    color: #fff !important;
}

.conteudo-page-institucional p{
    color: #fff !important;
}



/*Artigos*/


.content-artigos h1{
    width: auto;
    max-width: 350px;
    margin: 0 auto;
}

.content-artigos h2{
    text-align: right;
}

.content-artigos-details{
    border-top: 1px solid #000;
}

.btn-artigo{
    margin-top: 40px;
}

.btn-artigo  a{
    background-color:  #704380;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 13px;
}

.btn-artigo  a:hover{
    color: #fff;
    font-weight: bold;
}

/*Cursos e formações*/

/*.container-cursos h1{*/
/*    background-color: #704380;  */
/*    max-width: 400px !important;*/
/*    margin: 0 auto;*/
/*}*/

/*.carousel-cursos-imagens .carousel-inner{*/
/*    max-width: 700px;*/
/*}*/

/*.carousel-cursos-imagens .carousel-control-prev, .carousel-control-next{*/
/*    max-width: 50px;*/
/*}*/

/*.logo-formacao{*/
/*    max-width: 300px !important;*/
/*}*/

/*.border-cursos{*/
/*    border-top: 1px solid #000;*/
/*}*/

/*.container-cursos p{*/
/*    line-height: 40px;*/
/*}*/

/*.carousel-cursos{*/
/*    border-top: 1px solid #000;*/
/*    border-bottom: 1px solid #000;*/
/*}*/

/*.img-cursos{*/
/*    max-width: 500px;*/
/*}*/

/*.carousel-item a{*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*}*/



/*Contato*/



.form-page-contato input {
    margin-bottom: 10px;
}

.form-page-contato .wpcf7-form{
    width: 100%;
    height: auto;
    float: left; 
}

.form-page-contato .wpcf7-form input,textarea,select{
    margin-bottom: 10px;
    padding-left: 10px;   
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FBE2C2;
    border:none !important;
}

.form-page-contato .wpcf7-form textarea{
    max-height: 120px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-page-contato .wpcf7-form .wpcf7-form-control{
    width: 100%;
    display: inline-block;
}

.form-page-contato .wpcf7-form-control-wrap{
    color: #b1adab !important
}

.form-page-contato .wpcf7-form .wpcf7-submit{
    float: right;
    background-color: #3F978C;  
    color: #fff;    
    border-color: #ededf2;
    width: 125px;
}

.form-page-contato .screen-reader-response{
    display: none;
}

.wpcf7-response-output{
    color: red !important;
}

.form-page-contato .wpcf7-form .wpcf7-submit:hover {
    background: #4ab19e !important ;
}

.form-page-contato .wpcf7-form input,textarea,select ::placeholder {
    color: #b1adab;
}

.form-page-contato .wpcf7-form input:focus, textarea:focus{
    outline: none;
}

/*Album de fotos*/

.bg-blue{
    background-color: #86B7C8;
}

.content-fotos{
    background-repeat: no-repeat;
    background-position: top 30px center;
    background-size: 50%;
}

.content-fotos h1{
    color: #fff;
    background: rgba(70,131,157, 0.6);
    width: 350px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 10px;
}

.carousel-item img{
    max-width: 100%;
    max-height: 600px !important;
    margin: 0 auto;
}

.img-btn-carousel-album{
    max-width: 40px !important;
}



#myCarousel .carousel-inner{
    max-width: 650px !important;
    margin: 0 auto;
    background-color: #fff;  
    padding: 10px;  
}

#myCarousel .carousel-item{
    max-width: 650px !important;
}

#myCarousel .carousel-control-prev{
    max-width: 50px !important;
  
}

#myCarousel .carousel-control-next{
    max-width: 50px !important;
   
}


/*Mobile*/

@media (max-width: 700px) {
    .logo-topo {
        margin: 20px;    
    }  

    

    .content-mandala p{
        font-size: 26px;
        text-align: center;
        margin-top: 90px;
    }

    .navbar-nav li{
        text-align: right;
    }

    .content-historia h1{
        text-align: center;
    }

    .slider-home    .carousel-inner{
        max-width: 100% !important;        
    }

    .slider-home    .carousel-inner img{
        max-width: 400px !important; 
    }

    .carousel-inner{
        max-width: 70%;        
    }

    .content-mensagens{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .content-holistica{
        background-size: cover;      
    }

    .btn-artigo{
       margin: 20px auto;
       text-align: center;
    }

    .content-quemSomos h3{
        font-size: 16px !important;
    }

    .content-mensagens .carousel-control-prev{
        max-width: 40px;
    }

    .content-mensagens .carousel-control-next{
        max-width: 40px;
    }

    .content-mensagens .carousel-inner{
        max-width: 80%;
    }

    .logo-formacao{
        max-width: 200px !important;
    }

    .carousel-caption-slide{
        text-align: center;
    }

    .content-artigos h2{
        text-align: center;
    }
}
