
body{
    font-family: 'Montserrat', sans-serif;
}

.align-center{text-align: center;}
.align-right{text-align: right;}
}
.style-title{
    border-bottom: 5px solid #a8cf45;
    width: 100%;
    height: 35px;
    text-transform: uppercase;
}
.style-title span{
    float: left;
    border-bottom: 5px solid #222268;
}
.style-title-wp strong{
    float: left;
    border-bottom: 5px solid #222268;
    height: 35px;
    color: #222268;
    font-size: 18px;
}
.style-title span{
    font-size: 18px;
    color: #222268;
    height: 35px;
}

@media(max-width: 768px){
    .style-title,.style-title span{
        border-bottom: none;
        height: auto;
        margin-bottom: 20px;
        float: none;
    }
}

/*Header*/
.site-header{
    padding: 20px 40px;
    transition: all ease 0.6s;
}
.site-header .button-search{
    background-color: transparent;
    border: none;
}
.site-header .button-menu{
    border:  none;
    background: transparent;
}


.site-header.fixed-top.scrollup{
    transition: all ease 0.6s;
    background-color: #017741b3 ;
    padding: 0px;
}
.site-header.fixed-top .navbar-brand img{
        transition: all ease 0.6s;
}
.site-header.fixed-top.scrollup .navbar-brand img{
    width: 100px;
    transition: all ease 0.6s;
}

@media(max-width: 768px){
    .site-header{
        padding: 20px 10px;
    }
    .site-header.fixed-top .navbar-brand img{
        max-width: 140px;
    }
}

/*
Banner
*/
#banner{
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-color: #00AF76;
    height: 90vh;
    min-height: 600px;
    position: relative;
}
.banner__content h2{
    font-weight: bold;
    font-size: 53px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.banner__content h2 span{
    background: rgba(0,119,65,0.86);
    padding: 2px 10px;
    line-height: 140%;
}


.banner__content .banner__button{
    color: #fff;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 99;
    position: relative;
}
.content__video i{
    font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
}
.content__video-desc{
    font-size: 18px;
    color: #E3FFE1;
}
.content__video em{
    font-size: 14px;
}

.banner__content{
    z-index: 1;
    width: 100%;
    color: #fff;
}
#banner .floatimage{
    position: absolute;
    z-index: 0;
    bottom: 0;
    height: 90%;
}
#banner .banner__cols{
    max-width: 360px;
}

@media(max-width: 768px){
    .banner__content h1{
        font-size: 30px;
    }
    #banner{
        background-position: top center;
            min-height: 540px;
            height: 80vh;
    }
}


/*Menu Home*/
#menu-home{
    margin: 30px 0;
}
#menu-home ul{
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0 ;
}
#menu-home ul li{
    padding: 0 15px;
    display: inline-block;

}
#menu-home ul li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #007741;
}

#header-internas a{
    color: var(--color-green);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
#header-internas .destacar a{
    color: #fff;
    font-weight: bold;
      background-color: var(--color-green);
    padding: 10px 20px;
    border-radius: 50px;
}

#header-internas ul{
    padding: 0;
}
#header-internas ul li{
    padding: 0 10px;
}
/*#header-internas .menu-menu-principal-container ul,
#header-internas .menu-menu-principal-container{
    width: 100%;
    margin: 0;
}
*/
/*shortcodes*/
.shortcut-hospitalares button, .shortcut-hospitalares {
    background-color: #303E2C;
}
.shortcut-item img.shortcut__icon{
    margin-bottom: 20px;
}
.shortcut-item a{
    text-decoration: none;
    color: #fff;
}

.shortcut-item {
    color: #fff;
    padding: 30px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shortcut-item h3{
    font-size: 20px;
    font-weight: 600;
}

@media(max-width: 768px){
    .shortcut-item img.shortcut__icon{
        width: 40px;
    }
    .shortcut-item h3{
        font-size: 16px;
    }
}

.shortcut-item a:hover button{
    background-color: gray;
    transition: all ease 0.7s;
}


.shortcut-item button {
    transition: all ease 0.7s;
    position: absolute;
    bottom: -10px;
    border: 4px solid #fff;
    border-radius: 49px;
    padding: 5px 9px 3px;
    left: 50%;
    margin-left: -20px;
    color: #FFF;
}

@media(max-width: 768px){
    .shortcut-item button {
        bottom: -20px;
    }

    .bg-color-yellow.shortcut-item button,
    .bg-color-green.shortcut-item button {
        top: -20px;
        bottom: auto;
    }
}
/*Videos
----------------*/
#homepage-videos{
    overflow: hidden;
}
#homepage-videos .slick-slide img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

#homepage-videos .slick-slide{
    padding: 0 10px;
}

#homepage-videos a{
        display: flex;
    align-items: center;
    justify-content: center;
}

#homepage-videos .videos__exerpt{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    padding: 0 10px;
}
#homepage-videos .youtube-slider__btnplay{
    width: 100px;
    height: 100px;
    font-size: 30px;
    background-color: #fff;
    color: var(--color-green);
    border: none;
    opacity: 0.9;
    border-radius: 50%;
    position: absolute;
    transition: all ease 0.4s;
    z-index: 9;
}
@media(max-width: 768px){
    #homepage-videos .slick-slide img{
            height: 180px;
    }
}

.slick-slider .slick-arrow.slick-prev {
    transform: rotate(
180deg);
    left: 10px;
}

.slick-slider .slick-arrow {
    color: transparent;
    background-image: url(../images/slick-arrow.png);
    width: 20px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
        top: 50%;
    margin-top: -15px;
    z-index: 99;
}


.slick-slider  .slick-arrow.slick-next {
    right: 10px;
}

.slick-slider .slick-dots {
    margin-top: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.slick-slider  .slick-dots li.slick-active {
    opacity: 1;
    width: 50px;
    transition: all ease 0.4s;
}
.slick-slider  .slick-dots li button{color: transparent;}
.slick-slider  .slick-dots li {
    width: 7px;
    height: 7px;
    background-color: var(--color-green);
    opacity: 0.4;
    margin: 0 5px;
    transition: all ease 0.4s;
    border-radius: 10px;
    
}


.link-viewall{
    text-decoration: none;
    color: #B1B1B1;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}




#noticias-homepage .intro-post {
    position: relative;
    overflow: hidden;
    height: 250px;
    transition: all ease 0.4s;
    background-color: #000;
}

#noticias-homepage .intro-margint{
    margin-top: 10px;
}

@media (min-width: 602px){
    .intro-marginr {
        margin-right: 10px;
    }
}



#noticias-homepage .intro-post .intro-post__title {
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

#noticias-homepage .intro-post img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.5;
}


@media(max-width: 768px){
    #noticias-homepage .intro-margint{
        margin-top: 0px;
    }
    #noticias-homepage .intro-post {
        height: 170px;
    }

    #noticias-homepage a{
        margin: 0 0 0 0 !important;
    }

    #noticias-homepage .intro-post .intro-post__title {
        font-size: 16px;
    }
}


/**/
#tabsite.nav-tabs{
    border: none;
}
#tabsite button{
    border: none;   
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #B9B9B9;
    border-bottom: 4px solid transparent;
    margin-right: 10px;
}
#tabsite .active{
    border: none;   
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-green);
    border-bottom: 4px solid var(--color-green);
}

@media(max-width: 768px){
    #tabsite button{
        font-size: 14px;
    }
}


/**/
#footer .footer__newslleter{
    background-image: linear-gradient(90deg, #00AF76 0%, #007741 100%);
    padding: 60px 0;
}

#footer .footer__newslleter p{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;

}
#footer .footer__newslleter h2{
        color: #fff;
    font-weight: bold;
    font-size: 26px;
}

#footer .footer__newslleter input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding-left: 20px;
}

#footer .footer__newslleter input[type="submit"] {
    width: 220px;
    color: #fff;
    padding: 10px;
    border-radius: 60px;
    background: #333;
    text-transform: uppercase;
    font-size: 14px;
}

@media(max-width: 768px){
    #footer .footer__newslleter input[type="submit"]{
        font-size: 12px;
        width: 150px;
    }
}

#footer .footer__newslleter .newsletter-input{
background: #fff;
    padding: 3px;
    border-radius: 50px;
    width: 100%;
}
#footer .footer__newslleter form {
    display: flex;
    width: 100%;
    position: relative;
}
@media(max-width: 768px){
    #footer .footer__newslleter{
        text-align: center;
        font-size: 14px;
    }

    #footer .footer__newslleter p br{
        display: none;
    }
    #footer .footer__newslleter p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    #footer .footer__newslleter h2{
        font-size: 18px;
    }
}

/* Depoimentos
----------------*/
.depoimentos__item{
    background: #FFFFFF;
    box-shadow: 0 0 11px -6px rgba(0,0,0,0.50);
    padding: 30px;
    text-align: center;
    margin: 10px;
}
.depoimentos__item .depoimentos__item-link{
    background: #007741;
    border: 6px solid #F2F2F2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
        margin: 0 auto -50px;
}

.depoimentos__item .depoimentos__item-link img{
    width: 13px;
}
.depoimentos__item .depoimentos__item-text{
    font-size: 14px;
    min-height: 160px;
    display: flex;
    align-items: center;
}

.depoimentos__item .depoimentos__item-photo{
    margin-top: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}
.depoimentos__item .depoimentos__item-name{
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

@media(max-width: 768px){
    .depoimentos__item{
        padding: 15px;
    }
    .depoimentos__item svg{
        width: 100%;
    }
    .depoimentos__item .depoimentos__item-link{
        margin: 0 auto -33px;
    }
    #depoimentos-homepage .nav-item{
        margin-bottom: 10px;
    }
}


/* Galeria de fotos
----------------*/
.galeria__item{
    background: #FFFFFF;
    box-shadow: 0 0 11px -6px rgba(0,0,0,0.50);
    padding: 0 0 30px 0px;
    text-align: center;
    margin: 10px;
}
.galeria__item .galeria__item-link{
    background: #007741;
    border: 6px solid #F2F2F2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
        margin: 0 auto -50px;
}

.galeria__item .galeria__item-link img{
    width: 13px;
}
.galeria__item .galeria__item-text{
    font-size: 14px;
    min-height: 160px;
    display: flex;
    align-items: center;
}

.galeria__item .galeria__item-photo{
    margin-top: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}
.galeria__item .galeria__item-name{
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    text-align: center;
}



@media(max-width: 768px){
    .galeria__item svg{
        width: 80%;
    }
}

/**/
#unidades-footer h2{
    font-size: 14px;
    margin: 0 20px 0 0;
    font-weight: bold;
}
#unidades-footer a,
#unidades-footer{
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color-green);
    font-weight: 500;
}

@media(max-width: 768px){
    #unidades-footer h2{
        text-align: center;
        margin: 0 0 20px 0;
    }
    #unidades-footer a{
        display: block;
        text-align: center;
    }
}

#unidades-footer span{
    height: 5px;
    width: 5px;
    margin: 0 20px;
    background-color: var(--color-green);
    border-radius: 50%;
}
/**/
#mapadosite h2{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #D5D4D4;
}

#mapadosite ul a{
    font-weight: 500;
    font-size: 14px;
    color: #959595;
    line-height: 150%;
}
#mapadosite ul {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    width: 100%;
}
@media(max-width: 768px){
    #mapadosite ul {
        margin: 0;
        padding: 0;
         columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        line-height: 180%;
    }
}

.copyright{
    font-weight: 500;
    font-size: 14px;
    color: #959595;
    text-align: center;
    margin: 20px 0;
}

/**/
.title-area{
    background-color: #007741;
    padding: 40px 0;
    color: #fff;
}
.title-area p{
    opacity: 0.6;
}
.title-area h1{
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 1px;
}
/**/
.internal-pages .aside{
    min-width: 250px; 
    margin-right: 60px;
}

.internal-pages .aside li{
    width: 100%;
}
.internal-pages .aside li a{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background-color: #EAEFF8;
    padding: 15px;
    border-radius: 5px;
    color: #333;
    font-weight: 500;
    font-size: 15px;
}
.internal-pages .aside li.current-menu-item a{
    background-color: var(--color-green);
}
.internal-pages .aside li.current-menu-item a{
    color: #fff;
}

.internal-single aside,
.internal-archive aside{
    max-width: 300px; 
    margin-left: 60px;
}

.internal-pages .site-main li{
    list-style: disc;
}
.internal-pages h2,
.internal-pages h3{
    font-size: 20px;
    font-weight: 600;
}

.internal-pages .aside li .sub-menu{
    display: none;
}
.internal-pages .aside li.current-menu-item  .sub-menu{
    display: block;
}


.internal-single a{
    text-decoration: underline;
    color: #00834c;
}

/*Aside*/
/* WIDGTES
---------------=*/
.widget-author{
    padding: 30px;
    text-align: center;
}
.widget-author img{
    margin-bottom: 15px
}
.widget-author a{
    color: #FB5C73;
}
.widget-author p{
    font-size: 16px;
}


aside .widget-wrap{
    width: 300px;
    height: auto;
    background: #EAEFF8;
    border-radius: 10px;
    margin-bottom: 20px;
}
.widget-container h2{
    font-size: 15px;
    color: #A2A2A2;
    letter-spacing: 3.41px;
    text-align: center;
    text-transform: uppercase;
}



aside .widget-popularposts a{
    font-weight: 500;
    font-size: 14px;
}
aside .widget-popularposts {
    padding: 35px;
}
aside .widget-popularposts ol {
  counter-reset: my-awesome-counter;
  list-style: none;
    margin-bottom: 0;
}

aside .widget-popularposts ol li {
  margin-bottom: 20px;
  line-height: 120%;
  counter-increment: my-awesome-counter;
  position: relative;
}
aside .widget-popularposts ol li:last-child {
    margin-bottom: 0;
}
aside .widget-popularposts ol li::before {
  content: counter(my-awesome-counter);
  color: #7D64B1;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  width: var(--size);
  height: var(--size);
  top: 0px;
  text-align: center;
  
}

/*posts*/
/* List Posts
--------------------------*/
.posts-list{
    margin: 50px 0; 
}
.posts-list__item img{
    width: 250px;
    height: 200px;
    margin-left: 50px;
    object-fit: cover;
    border-radius: 20px;
}
.posts-list__item{
    padding: 50px 20px;
    border-top: 1px solid #DDDDDD; 
}

.posts-list__item a.posts-list__category{
    text-transform: uppercase;
    font-size: 1em; 
    color: #A5B4CE;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.posts-list__item p{
    color: #333333;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 16px; 
}
.posts-list__item a{
    opacity: 1;
    transition: all ease 0.3s;
}
.posts-list__item a:hover{
    opacity: 0.6;
    transition: all ease 0.3s;
}
.posts-list__item h2{
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #333333;
    transition: all ease 0.3s;
}
.posts-list__item h2:hover{
    color: #007741;
    transition: all ease 0.3s;
}

.btn-allposts{
    margin: 0px auto 60px;
    display: block;
    border-radius: 30px;
    border-bottom: 3px solid #d2d2d2;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #fff;
    background: #333333;
    font-weight: 500;
    transition: all ease 0.4s;
}
.btn-allposts:hover{
    background: #007741;
    border-bottom: 3px solid #dc6677;
    transition: all ease 0.4s;
}




@media only screen and (max-width: 600px) {
     .posts-list__item img{
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        height: 200px;
     }
     .posts-list{
        padding: 0 0;
        margin: 20px 0; 
     }
     #intro-homepage .intro-post .intro-post__title{
        font-size: 1.3em;
     }
    .intro-marginl{ 
         margin-left: 0px;
    }
    #intro-homepage .intro-post{
        height: auto;
    }
    .posts-list__item h2{
        font-size: 1.4em;
    }
    .posts-list__item p{
        font-size: 1em;
        margin-top: 10px;
    }
    #header .rc-actions button{
        margin-left: 0;
    }
}



/**/
#pos-intro{
    overflow: hidden;
    background: #eaeaea;
    position: relative;
    max-height: 500px;
    /*height: 70vh !important;*/
    overflow: hidden;
}
#pos-intro h1{
    font-weight: 600;
}
#pos-intro img{
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    max-height: 500px;
}

.pos-intro__wrap{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, #000000c7 100%);
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 100%;
    color: #fff;
    padding-bottom: 60px;
}
.pos-intro__content p{
    font-size: 14px;
}
.pos-intro__content #breadcrumbs a, #breadcrumbs{
    font-size: 12px;
}
.pos-intro__content{
    max-width: 600px;
}
.pos-intro__wrap #breadcrumbs a,
.pos-intro__wrap #breadcrumbs{
    color: #fff;
    margin-bottom: 10px;
}


#pos-intro button{
    color: #fff;
    font-weight: bold;
    background-color: var(--color-green);
    padding: 10px 20px;
    border-radius: 50px;
}
    

/**/

#submenu-acupuntura ul{
    margin-bottom: 0;
    padding-bottom: 0 ;
}
#submenu-acupuntura ul li{
    padding: 0 20px 0 0;
    display: inline-block;

}
#submenu-acupuntura ul li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #007741;
}
#submenu-acupuntura .area-submenu{
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}

.playvideo{
    color: #fff;
    font-size: 80px;
    text-align: center;
    margin: 0 auto;
    display: block;
    z-index: 22;
}
#videacumputura .modal-content{
    background-color: transparent !important;
    border: none !important;
}
#videacumputura .modal-dialog{
    max-width: 800px !important;
}

/**/


#tabunidades{
    background-color: var(--color-green);
    color: #fff;
}
#tabunidades a{
    color: #fff;
}

.wp-block-separator{
    border-top: none !important;
}


.page-template-page-acupuntura section .acupuntura__content{
    line-height: 160%;
    font-size: 15px;
}

.acupuntura__content a{
    text-decoration: underline;
}
.acupuntura__content a:hover {
    color: #257740;
}
.page-template-page-acupuntura h2{
    font-size: 26px;
    color: var(--color-green);
    font-weight: 600;
    margin-bottom: 20px;
}
.page-template-page-acupuntura .accordion-item h2{
    margin-bottom: 0px;
}
.page-template-page-acupuntura .accordion-button:not(.collapsed){
    color: #257740;
    background-color: transparent;
}


.page-template-page-acupuntura h3{
    font-size: 16px;   
    font-weight: 600;
    color: var(--color-green);
}


#tabunidades .container{
    font-family: 'Montserrat', sans-serif;
}
#tabsacupuntura li{
    padding: 0 2px;
}
#tabsacupuntura .nav-link strong{
    color: var(--color-green);
}
#tabsacupuntura .nav-link{
    background-color: #E7E4E4;
    font-family: 'Montserrat', sans-serif;
    line-height: 130%;
    width: 100%;
    border-bottom: 0;
    color: #b3b0b0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#tabunidades .tab-pane a.comochegar{
    color: #FFD99E;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
#tabsacupuntura .nav-link.active strong{
    color: #fff;
}
#tabsacupuntura .nav-link.active{
    background-color: var(--color-green);
    color: #fff;
}



.tab-price{
    width: 100%;
    background-color: #2ECC71;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    border-radius: 40px;
}
.tab-button{
    width: 100%;
    background-color: #F8A320;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border-radius: 40px;
    border-bottom: 4px solid #000;
    margin: 20px 0;
}


@media(max-width: 768px){
    .page-template-page-acupuntura h3{
            font-size: 16px;
    }
    #tabsacupuntura .nav-link{
        border-radius: 10px;
        font-size: 14px;
    }
    #tabsacupuntura li{
        margin: 5px;
    }
    #tabunidades img{
        max-width: 100%;
    }
    .tab-button{
        font-size: 16px;
    }
    #tabunidades{
        padding: 15px 0;
            font-size: 14px;
    }
}


#breadcrumbs a,
#breadcrumbs{
    font-size: 14px;
    color: #aaa;
}

.offcanvas .offcanvas-body li{
    margin-bottom: 20px;
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e7e7e7;

}
.offcanvas .offcanvas-body li a{
    font-weight: 500;
    color: var(--color-green);
}
/*quemsomos*/
.site-main-sec a{
         text-decoration: underline;
}
.site-main-sec a:hover{
    color: #257740;
}
.title-area.quem-somos{
    background-color: #DBB528;
}
.internal-pages.quem-somos .aside li.current-menu-item a{
    background-color: #DBB528;
}

/*corpodocente*/
.title-area.corpo-docente{
    background-color: #0CA5B2;
}
.internal-pages.corpo-docente .aside li.current-menu-item a{
    background-color: #0CA5B2;
}
.corpo-docente .site-main h3{
    color: #0CA5B2;
    font-size: 20px;
}
.corpo-docente .site-main-sec ul li{
    list-style: disc;
    margin-bottom: 7px;
}


/*corpodocente*/
.pages-archive.title-area{
    background-color: #7D64B1;
}

/*Ambulatorio*/
.title-area.ambulatorio-escola-cetn{
    background-color: #23CEA7;
}
.internal-pages.ambulatorio-escola-cetn .aside li.current-menu-item a{
    background-color: #23CEA7;
}

/*internacional*/
.title-area.parcerias-internacionais{
    background-color: #3f4643;
}
.internal-pages.parcerias-internacionais .aside li.current-menu-item a{
    background-color: #3f4643;
}




/*form*/
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea{
    width: 100%;    
    background: #F7F8FD;
    border: 1px solid #DEE0EA;
    border-radius: 2px;
    padding: 10px;
}
.wpcf7-form textarea{
    height: 205px;
}
.wpcf7-form label{
    font-size: 16px;
    color: #899EA8;
    font-weight: 500;
    margin-top: 10px;
}
.wpcf7-form input[type="submit"]{
    background-color: #007741;
    color: #fff;
    font-weight: bold;
    max-width: 200px;
    float: right;
}

/*main*/
.site-main{
    width: 100%;
    max-width: 890px;
    font-family: Arial;
    font-size: 18px;
    color: #333;
}

.site-main img{
    max-width: 100%;
}
.site-main iframe{
     width: 100%;
}


.wp-block-image,
.wp-block-image img{
    margin: 0 !important;
}
.wp-block-image .alignleft{
    margin-top: 0 !important;
}

/*cursos*/
.cursos-list{
    list-style: none !important;
}
.cursos-accordion__item{
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgb(227 227 227 / 50%);
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
}
.cursos-accordion__item .contentcursos{
    padding: 15px;
}

.cursos-accordion__item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.cursos-accordion__item h3{
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 15px;
    height: 80px;
    border-bottom: 1px solid #ddd;
}
.cursos-accordion__item a.details{
    font-size: 14px;
    color: #07b08b;
    letter-spacing: 0;
}


/*MENU*/
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px; /* adjust to height of navbar */
        right: 0;
        width: 75%;
        height: 100%;
        z-index: 99999;
    }
    .navbar-nav{
        background: #fff;
        z-index: 99999;
        position: relative;
        padding: 20px; 
        height: 100%;
    }
    .main-header nav li{margin-bottom: 20px;}
    .main-header nav{
        margin: 0px 0 0; 
    }
    .navbar-toggler{
        border: none;
    }
    .navbar-collapse.collapsing {
        right: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    .overlay-navbar-collapse{
        z-index: 99998;
        background: #00000054;
        width: 100%;
        position: fixed;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #crmenu-mobile .menu-menu-principal-container{
        background: #fff;
        position: relative;
        z-index: 99999;
        height: 100%;
        overflow: hidden;
    }


    .scrollmenu {
      white-space: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; 
       -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
   

    /* Hide scrollbar for Chrome, Safari and Opera */
    .scrollmenu::-webkit-scrollbar {
      display: none;
    }

   

    .internal-pages .aside li{
        width: auto;
    }
    .internal-pages .aside li{
        display: inline-block;
    }
    .internal-pages .aside{
        margin: 10px 0 40px 0;
    }
    .internal-pages .aside li .sub-menu{
        display: none !important;
    }

    #submenu-acupuntura ul li{
    padding: 0 0px 0 0;
    display: inline-block;
    }
    #submenu-acupuntura ul li a{
            width: 100%;
            text-transform: capitalize;
        display: block;
        margin-bottom: 0px;
        background-color: #EAEFF8;
        padding: 7px 15px;
        border-radius: 5px;
        color: #333;
        font-weight: 500;
        font-size: 15px;
    }
    #submenu-acupuntura .area-submenu{
        background-color: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #d7d7d7;
    }

    #video-full{
        max-height: 500px;
        overflow: inherit;
        background: transparent ;
    }
    .video-full__content{
        height: auto;
        position: relative;
        background: transparent;
        margin: 20px 0 0 0;
        padding: 0;
    }
    .intro-backgroud{
        height: 200px;
        background: transparent;
    }
    .video-full__content #breadcrumbs a, .video-full__content #breadcrumbs{
        color: #007440;
    }
    .video-full__content h1{
        color: #007440;
            font-size: 24px;
        font-weight: bold;
    }

     #crmenu-mobile .menu-menu-principal-container li{
        margin: 18px;
    }

    #header-internas .navbar-toggler img{
            filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
    }
}



@media (max-width: 768px) {

    .banner__content h2{
        font-size: 30px !important;

    }
    .banner__content .banner__button{
        font-size: 14px;   
        margin-top: 0;
        margin-bottom: 30px;
    }
}



/**/
.carouselposts ul{
    margin-left: 0px;
}
.carouselposts{
    max-width: 100%;
    margin: 0 auto;
}

.carouselposts img{
    width: 100%;
    height: 530px;
    object-fit: contain;
}
.carouselposts figure{
    margin: 0; 
    padding: 0; 
}

#carouselourstory{
    max-width: 1170px;
    margin: 0 auto;
}

.carousel-control-next, .carousel-control-prev{
    opacity: 0.8;
}

/*#carouselourstory .carousel-control-prev{left: -115px;}*/
.carouselposts .carousel-control-prev .carousel-control-prev-icon,
#carouselourstory .carousel-control-prev .carousel-control-prev-icon{
    background-image: url(../images/arrow-back.svg);
    width: 50px;
    height: 50px;
    display: block;
}
/*#carouselourstory .carousel-control-next{right: -115px;}*/
.carouselposts .carousel-control-next .carousel-control-next-icon,
#carouselourstory .carousel-control-next .carousel-control-next-icon{
    background-image: url(../images/arrow-back.svg);
    width: 50px;
    height: 50px;
    display: block;
    transform: rotate(180deg);
}


/*Pages Num*/
.page-numbers:hover{
    color: #fff;
    opacity: 0.8;
}
.page-numbers{
    background-color: #00a46b;
    padding: 15px;
    color: #fff;
    
}
.page-numbers.current{
    font-weight: bold;
    background-color: #005638;
}


/*SEARCH*/
/* SEARCH
-----------------------*/
#search-area{
  z-index: 9999;
  position: fixed;
  width: 100%;
  background-color: #106c04d1;
  height: 100px;
  display: none;
}
#search-area form{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; 
}
#search-area .search-area__input{
  background: transparent;
  padding: 0 20px; 
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  color: #fff;
  font-weight: 500;
}
#search-area .search-area__btn{
  margin-left: 20px; 
  border-radius: 13px 13px 13px 0;
  background: url("../images/icon-search-2.svg"); 
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px
}

#search-area .search-area__input::-webkit-input-placeholder { /* Edge */
  color: #f9e6de;
  font-weight: 300;
}

#search-area .search-area__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f9e6de;
  font-weight: 300;
}

#search-area .search-area__input::placeholder {
  color: #f9e6de;
  font-weight: 300;
}


.wtpp-fixed img{
    width: 100%;
}
.wtpp-fixed{
    background-color: #55cd6c;
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 999;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 10px;
    transition: all ease 0.6s;
}
.wtpp-fixed:hover{
    background-color: #3fbd57;
    transition: all ease 0.6s;
}

.category-galeria-de-fotos h2{
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 4px;
    font-size: 18px;

}
.category-galeria-de-fotos .posts-list__item span{
    color: #9ba5a9;
    font-size: 12px;
    text-transform: uppercase;
}


/*Checkout*/
#cetn_profissao_field label span{
    display: none;
}
.woocommerce form.woocommerce-checkout .woocommerce-additional-fields input,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.woocommerce form.woocommerce-checkout .woocommerce-additional-fields select,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
.woocommerce form.woocommerce-checkout .woocommerce-additional-fields textarea,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper textarea{
    padding: 10px;
    margin-bottom: 15px !important;
    border-radius: 4px;
    border: 1px solid #333;
    font-family: Arial, sans-serif;
}

.woocommerce form.woocommerce-checkout .woocommerce-additional-fields label,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
}


.wc_payment_method label{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 120% !important;
    margin-bottom: 10px;
}
.wc_payment_method label small{
    text-transform: none;
}
.wc_payment_method input,
.wc_payment_method select{
    font-weight: 600;
    border: 1px solid #333;
    font-size: 16px !important;
    padding: 10px !important;
    font-family: Arial, sans-serif !important;
}



/*---FORM---*/
#wpcf7-f3758-o1{
    max-width: 390px;
    margin: 0 auto;
}


/*cetn-single-product*/
.cetn-single-product .quantity,
.cetn-single-product .product_meta{ display: none; }
.cetn-single-product h1{ 
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #277f49;
    padding: 16px 0px;
    border-bottom: 1px dotted #277f49;
}


.woocommerce-checkout-payment #place_order,
.wc-proceed-to-checkout a,
.cetn-single-product .single_add_to_cart_button{
    background-color: #0710ad;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 50px;
    border-bottom: 4px solid #000605;
}

.related.products{
    display: none !important;
}

.woocommerce-page table.cart td.actions .coupon .input-text+.button, .woocommerce form.checkout_coupon button{
    background-color: #757575;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    /* width: 58%; */
    border: none;
    padding: 2px 12px;
    border-radius: 50px;
    border-bottom: 4px solid #000605;
}
