body{ font-family: Ubuntu-Regular; }
.no-padding{ padding: 0; }

h1.titulo-principal{ font-family: Ubuntu-Bold; text-transform: uppercase; margin-bottom: 0; }
h2.titulo-secundario{ font-family: Ubuntu-Bold; text-transform: uppercase; font-size: 20pt; }
h3.titulo-produto{ font-family: Ubuntu-Bold; text-transform: uppercase; font-size: 16pt; }

.texto-bolditalic{ font-family: Ubuntu-BoldItalic; }
.texto{ font-size: 13pt; }

.white{ color: #fff!important; }
.green{ color: #61d9b5!important; }
.darkgreen{ color: #52a086; }
.brown{ color: #550510; }

.separator{
    width: 100px;
    text-align: left;
    border: none;
    border-top: 3px solid #52a086;
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 25px;
}

a:hover{ color: #61d9b5; }

#single-product{ padding: 7em 5%; border-top: 1px solid #ddd; }

/********* Menu ********/

.topbar{ 
    background-color: #38160a;
    padding: 1em 0;
    color: #fff;
    font-family: Ubuntu-Light;
    font-size: 0.9rem;
}
.topbar a{ color: #fff; }
.topbar a:hover{ text-decoration: underline; }

#menu{
    padding-top: 1%;
    padding-bottom: 1%;
    /*box-shadow: 3px 0 5px grey;*/
}

#menu nav {
    text-align: right;
    position: absolute;
    top: 25px;
    width: 100%;
}

#menu nav > a{
    display: inline;
    margin: 1%;
    padding: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #404042;
    font-family: Ubuntu-Medium;
    /*padding-bottom: 23px;*/
    /*border-bottom: 4px solid #fff;*/
}

#menu nav > a:hover{
    color: #61d9b5;/*#38160a;*/
    /*border-bottom: 4px solid #38160a;*/
}


/********** menu-for-scroll **********/

#menu-for-scroll{
    padding-top: 1%;
    padding-bottom: 1%;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    transition: all ease-in-out .5s;
    background-color: white;
    z-index: 1;
    border-bottom: 1px solid #e6e6e6;
}

#menu-for-scroll nav{
    text-align: right;
    margin-top: 25px;
}

#menu-for-scroll nav > a{
    display: inline;
    margin: 1%;
    padding: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #404042;
    font-family: Ubuntu-Medium;
    /*padding-bottom: 23px;
    border-bottom: 3px solid #fff;*/
}

#menu-for-scroll nav > a:hover{ 
    color: #61d9b5;/*#38160a;
    border-bottom: 4px solid #38160a;*/
}



/********* Menu ********/



/************* Banner **************/

#banner{ border-bottom: 1px solid gainsboro; }

.slick-slide{
    position: relative;
    height: auto!important;
}

.slick-slide > img{
    width: 100%;
}

.banner ul.slick-dots{
    position: absolute;
    right: 5rem;
    margin: 0;
    width: 90%;
    text-align: right;
    bottom: 10px;
}

.banner ul.slick-dots > li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    font-weight: bold;
    transition: all .5s ease-in-out;
    background-color: #B3B2AF;
    border: 2px solid #E73433;
    width: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 15px;
    cursor: pointer;
}

.banner ul.slick-dots > li.slick-active{
    background-color: #E73433;
}

/*.banner ul.slick-dots > li:hover{
    color: #ef493f;
}*/

.banner ul.slick-dots > li > button{
    outline: none;
}

.banner-title{
    color: #fff; 
    font-family: Ubuntu-Bold; 
    background: rgba(56,22,10,0.5); 
    padding: 1em 2em;
    font-size: 2.5em; 
    text-transform: uppercase;  
    text-align: center;
}

.banner-url{
    background: #69f7cf; color: #38160a;     
    padding: 0.3em 0.8em;
    text-transform: uppercase;
    font-family: Ubuntu-Bold;
    font-size: 1.2rem;
    transform: translate(-50%, -70%);
    left: 50%;
    position: absolute;
}


/************* Banner **************/


/************** Sobre Nós **********/

#sobrenos{ padding: 7em 7%; }
#sobrenos img.sobreimg{ width: 60%; margin-top: 5%; }
li.checkmark{ list-style-image: url('../_img/client/check.png'); }
li.checkmark-green{ list-style-image: url('../_img/client/check-green.png'); }

/************** Sobre Nós **********/


/********* Catálogo ********/
#catalogoestores{ background: #efefef; padding: 7em 0; }
.catalogo{ margin: 0.5em 4%; }

.tabs-content{ padding: 3em; }

.tabs{ background:none; }
.tabs-title>a{
    background: #fff;
    color: #52a086;
    font-family: Ubuntu-Bold;
    font-size: 10pt;
    margin-bottom: 4px;
}     
.tabs-title>a:focus, .tabs-title>a:hover, .tabs-title>a[aria-selected=true] {
    background: #550510;
    color: #61d9b5;
    position:relative;
}
.tabs-title>a:hover::after, [aria-selected=true]::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #550510;
    border-right: none;
    border-bottom: 27px solid transparent;
    border-top: 26px solid transparent;
    clear: both;
}
/********* Catálogo ********/


/********* Galeria ********/
#portfolio{ padding: 7em 0;}
.galeria{ margin: 0.5em 10%; }
.galeria .slick-slide{ padding: 1em; }
.hidden{ display: none; }
.galeria-btn{ margin-top: 2em; background-color: #52a086; }
.galeria-btn:hover{ background-color: rgba(97, 217, 181, 1); }
.descricao{ padding: 0px 10px; margin-bottom: 10px; font-size: 10pt; }
.btn-informacoes{ margin-top: 2em; margin-left: 1em; background: none!important; border: 2px solid #52a086; color: #52a086; }
.btn-informacoes:hover{ background-color: rgba(97, 217, 181, 1)!important; border: 2px solid rgba(97, 217, 181, 1); color: #fff; }

/********* Galeria ********/


/************** Novidades **********/

#news{
    padding-top: 3%;
    padding-bottom: 5%;
}

#news > div > div > h2{
    color: #999;
    margin-bottom: 2%;
}

.news > div > div.img-news{
    overflow: hidden;
}

.news > div > div > img{
    width: 100%;
    max-height: 308px;
}

.news > div > div.desc-news{
    padding: 6%;
    background-color: gainsboro;
}

.news > div > div.desc-news > h3{
    font-family: Ubuntu-Bold;
    font-size: 1.5vw;
    min-height: 8vh;
}


.news > div {
    cursor: pointer;
}

.news > div > .read-more{
    width: 100px;
    margin: auto;
    text-align: center;
    background-color: #EF493F;
    color: white;
    
}


.more-news > div > div{
    text-align: center;
    background-color: #717171;
    width: 200px;
    color: white;
    margin: auto;
    margin-top: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

/************** Novidades **********/



/************* Contacts *********************/

#contactos{
    padding: 7em 5%;
    background: #efefef;
}

#contactos .texto a{ color: #550510; }
#contactos .texto a:hover{ text-decoration:underline; }

#contactos .clinic-viseu{
    background-color: #75C7C3;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    text-transform: uppercase;
    font-family: Ubuntu-Bold;
    font-size: 2.3vw;
    position: relative;
}

#contactos .clinic-viseu:after{
    content:'';
    position: absolute;
    left: 10%;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
        border-width: 35px 65px 0 65px;
    border-color: #75C7C3 transparent transparent transparent;
}

#contactos .clinic-porto{
    background-color: #00A79D;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    text-transform: uppercase;
    font-family: Ubuntu-Bold;
    font-size: 2.3vw;
    position: relative;
}

#contactos .clinic-porto:after{
    content:'';
    position: absolute;
    left: 10%;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 65px 0 65px;
    border-color: #00A79D transparent transparent transparent;
}


#contactos .address{
    margin-top: 10%;
}

#contactos .contacts{
    margin-top: 2%;
    margin-bottom: 7%;
    border-bottom: 1px solid gray;
    min-height: 28vh;
}

#contactos .contacts > div:last-child{
    margin-top: 2%;
}

#contactos .map-ico{
    margin-bottom: 3%;
}

#contactos .map-ico > img{
    vertical-align: baseline;
    cursor: pointer;
    max-width: 60px;
}

#contactos .map-ico > span{
    font-family: Ubuntu-Bold;
    font-size: 1.2em;
    margin-left: 2%;
}

/************* Contacts *********************/


/********************* Footer **********************/

footer{
    background-color: #1e0b05;
    padding-top: 3em;
}

footer > .nav-footer .contact-form .button{
    background-color: rgba(97, 217, 181, 0.5);
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-top: 7px;
}
footer > .nav-footer .contact-form .button:hover{ background-color: rgba(97, 217, 181, 0.9); }


footer > .nav-footer .contact-form input, footer > .nav-footer .contact-form textarea{ background-color: rgba(97, 217, 181, 0.3); border:none; color:#fff; margin: 4px 0; font-size: 0.9em; font-family: Ubuntu-Light;}

footer > .nav-footer .contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white; text-transform: capitalize;
}
footer > .nav-footer .contact-form input::-moz-placeholder { /* Firefox 19+ */
  color: white; text-transform: capitalize;
}
footer > .nav-footer .contact-form input:-ms-input-placeholder { /* IE 10+ */
  color: white; text-transform: capitalize;
}
footer > .nav-footer .contact-form input:-moz-placeholder { /* Firefox 18- */
  color: white; text-transform: capitalize;
}

footer > .nav-footer{
    /*border-bottom: 1px solid #bdaca5;*/
}

.texto-footer{
    color: #bdaca5;
    padding-bottom: 1%;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: Ubuntu-Light;
}

.texto-footer a{ color: #fff; }
.texto-footer a:hover{ color: #61d9b5; }

.footer-menu{ margin-left: 0; }
.footer-menu li{ color: #fff; list-style: none; font-family: Ubuntu-Light; margin: 6px 0; text-transform: uppercase; }

footer > .credits{
    margin-top: 5em;
    color: #bdaca5;
    padding-bottom: 1%;
    font-size: 0.8em;
}

footer > .credits a{ color: #bdaca5; }
footer > .credits a:hover{ color: #61d9b5; }

/********************* Footer **********************/




/********************** News intern ****************/

#content-news{
    padding-bottom: 5%;
}

#content-news h1{
    color: darkgray;
    font-size: 2.5vw;
    margin-bottom: 3%;
}

#content-news .description-news{
    margin-bottom: 5%;
}

#content-news .description-news h2{
    font-size: 1.5em;
    font-family: Ubuntu-Bold; 
}

#content-news .destaque-news > div{
    margin-bottom: 5%;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

#content-news .destaque-news > div:hover{
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}


#content-news .destaque-news img{
    width: 100%;
    max-height: 280px;
}

#content-news .destaque-news h3{
    font-size: 1.4em;
    font-family: Ubuntu-Bold;
    min-height: 8vh;
}

#content-news .destaque-news .desc-news{
    background-color: gainsboro;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
}

#content-news .destaque-news .read-more{
    width: 100px;
    margin: auto;
    text-align: center;
    background-color: #EF493F;
    color: white;
    cursor: pointer;
    transition: all ease-in-out .6s;
}

#content-news .destaque-news .read-more:hover{
    width: 150px;
}



/********************** News intern ****************/



/********************** News intern detail****************/

#content-news-detail{
    padding-bottom: 5%;
}

#content-news-detail h1{
    color: darkgray;
    font-size: 2.5vw;
    margin-bottom: 3%;
    margin-top: 2%;
}

#content-news-detail .description-news{
    margin-bottom: 5%;
}

#content-news-detail .description-news h2{
    font-size: 1.5em;
    font-family: Ubuntu-Bold; 
}

#content-news-detail .destaque-news > div{
    margin-bottom: 5%;
    cursor: pointer;
    transition: all ease-in-out .5s;
}

#content-news-detail .destaque-news > div:hover{
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}

#content-news-detail .destaque-news img{
    width: 100%;
    max-height: 280px;
}

#content-news-detail .destaque-news h3{
    font-size: 1.4em;
    font-family: Ubuntu-Bold;
    min-height: 8vh;
}

#content-news-detail .destaque-news .desc-news{
    background-color: gainsboro;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
}

#content-news-detail .destaque-news .read-more{
    width: 100px;
    margin: auto;
    text-align: center;
    background-color: #EF493F;
    color: white;
    cursor: pointer;
    transition: all ease-in-out .6s;
}

#content-news-detail .destaque-news .read-more:hover{
    width: 150px;
}



/********************** News intern detail ****************/


/*********************** Newsletter **********************/


#newsletter{
    outline: none;
}

#newsletter > h1{
    font-size: 1.5em;
}

#newsletter > button{
    outline: none;
}


/*********************** Newsletter **********************/

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.litigio > p{
    color: gainsboro;
    margin-top: 2%;
    font-size: 0.7em;
}

.fb-follow{
    margin-top: 3%;
}


#litigio > button{
    position: absolute;
    bottom: 5px;
    top: auto;
    left: 50%;
    color: white;
    background-color: gray;
    font-size: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.share-news-detail{
    margin-top: 2%;
    float: right;
}

.other-news{
    margin-bottom: 3%;
    color: darkgray;
}

#success-newsletter{
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 3%;
    outline: none;
}

#success-newsletter > img{
    max-width: 45px;
}



/* Small only */
@media screen and (max-width: 39.9375em) {
    
    .banner-title{ font-size: 1em; }
    .banner-url{ font-size: 0.8rem; }
        
    #menu-small{
        position: absolute;
        width: 100%;
        z-index: 10;
    }
    
    #menu-small > div > ul > li{
        display: block;
    }
    
    .logo-small-view > div{
        padding: 5%;
    }
    
    .logo-small-view > div > img{
        max-width: 200px;
        margin: auto;
        display: block;
    }
    
    /********* Banner *********/
    
    .slogan-banner {
        width: 90%;
        left: 5%;
    }
    
    .slogan-banner > div {
        width: 95%;
    }
    
    .slogan-banner > div > div {
        width: 95%;
        padding: 5%;
        padding-top: 5%;
        padding-bottom: 5%;
        min-height: 10vh;
    }
    
    .slogan-banner > div > div > div > h1 {
        font-size: 1em;
    }
    
    .slogan-banner > div > div > div > p{
        font-size: 3vw;
        margin-bottom: .2rem;
    }
    
    .slogan-banner > div > div > div >a {
        font-size: 3vw;
    }
    
    /********* Banner *********/
    
    #news > div > div > h2 {
        margin-bottom: 10%;
        margin-top: 10%;
        font-size: 7vw;
    }
    
    .news > div{
        margin-bottom: 10%;
    }
    
    .news > div:nth-child(1) > div.desc-news > h3, .news > div:nth-child(2) > div.desc-news > h3, .news > div:nth-child(3) > div.desc-news > h3 {
        font-size: 1em;
    }
    
    #clinics > div > .address > div.address-color {
        margin-left: .5%;
        margin-right: .5%;
    }
    
    #clinics > div > .address > div.photo-clinic {
        margin-left: .5%;
        margin-right: .5%;
    }
    
    .title-clinics > h2 {
        font-size: 1.8em;
    }
    
    #especialidades .page-title > h1 {
        font-size: 1.8em;
    }
    
    #especialidades .page-title {
        margin-bottom: 5%;
    }
    
    .specialties-description > div > div.title {
        margin-top: 10%;
    }
    
    #medicinatrabalho .page-title > h1 {
        font-size: 1.8em;
    }
    
    #medicinatrabalho .specs > div{
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    
    #consult .page-title > h1 {
        font-size: 1.8em;
    }
    
    #consult div:last-child > div{
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    
    #contacts .clinic-viseu:after {
        border-width: 30px 60px 0 60px;
    }
    
    #contacts .clinic-porto:after {
        border-width: 30px 60px 0 60px;
    }
    
    #contacts .clinic-viseu, #contacts .clinic-porto {
        font-size: 4.5vw;
    }
    
    
    .slogan-banner > div > div > div > div.go-promo > span {
        font-size: 3.4vw;
    }
    
    #contacts .address {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    
    #contacts .contacts {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    
    #contacts .map-ico {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    
    footer > .social-icons > .certificados {
        margin-top: 7%;
        margin-bottom: 10%;
    }
    
    .specialties-description > div.description > div > .marque-consulta {
        margin-top: 12%;
    }
    
    #consult .title-one {
        font-family: Ubuntu-Bold;
        text-transform: uppercase;
        font-size: 1.2em;
        margin-top: 4%;
        margin-bottom: 6%;
    }
    
    
    .show-menu-spec{
        text-align: center;
    }
    
    .show-menu-spec > img{
        max-width: 50px;
        cursor: pointer;
    }
    
    .specialties > div:first-child{
        margin-left: -100%;
    }
    
    
   
}
  
/* Medium and up */
@media screen and (min-width: 40em) {
    .slogan-banner > div > div > p {
        font-size: 1.1em;
    }
    
}

@media screen and (max-width: 1800px ) {
    .catalogo{ margin: 0.5em 0; }
    
}
 
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 76.9375em) {
    #menu nav > div {
        padding: 5px;
        font-size: 0.7em;
        margin: 0;
    }
    
    #menu nav {
        text-align: right;
        /*display: flex;
        align-items: center;*/
    }
    
    #menu nav > a {
        font-size: 0.7em;
        margin: 0;
    }
    
    .home-link{
        max-width: 100%;
        width: 100%;
        padding-top: 8%;
    }
    
    #menu .mark-consult > div {
        margin-bottom: 1%;
        margin-top: 1%;
    }
    
    #menu .mark-consult > div > img {
        margin-left: 0px;
        position: absolute;
        border: 4px solid white;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        left: -6px;
        top: -6px;
        width: 33px;
    }
    
    #menu .mark-consult > div > span {
        background-color: #ef493f;
        /* height: 60px; */
        padding-top: 2px;
        padding-bottom: 2px;
        color: white;
        padding-left: 42px;
        padding-right: 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    
    #menu .fb-follow{
        top: 10px !important;
    }
    
    
    
    /****************************/
    
    
    #menu-for-scroll nav > div {
        padding: 5px;
        font-size: 0.7em;
        margin: 0;
    }
    
    #menu-for-scroll nav {
        text-align: right;
        /*display: flex;
        align-items: center;*/
    }
    
    #menu-for-scroll nav > a {
        font-size: 0.9em;
        margin: 0;
    }
    
    #menu-for-scroll .mark-consult > div {
        margin-bottom: 1%;
        margin-top: 1%;
    }
    
    #menu-for-scroll .mark-consult > div > img {
        margin-left: 0px;
        position: absolute;
        border: 4px solid white;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        left: -6px;
        top: -6px;
        width: 33px;
    }
    
    #menu-for-scroll .mark-consult > div > span {
        background-color: #ef493f;
        /* height: 60px; */
        padding-top: 2px;
        padding-bottom: 2px;
        color: white;
        padding-left: 42px;
        padding-right: 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    
    #menu-for-scroll .fb-follow{
        top: 10px !important;
    }
    
    
    /****************************/
    
    
    .slogan-banner {
        width: 50%;
        top: 2%;
        left: 4%;
        position: absolute;
        height: 96%;
    }
    
    .slogan-banner > div {
        height: 100%;
        width: 95%;
    }
    
    .slogan-banner > div > div {
        min-height:inherit;
        font-size: 0.9em;
        height: 100%;
        width: 95%;
    }
    
    .slogan-banner > div > div > div > p{
        margin-bottom: 5px;
        font-size: 0.9em;
    }
    
    .slogan-banner > div > div > div > div.go-promo > span > span {
        background-color: #E73433;
        display: block;
        float: right;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border: 3px solid white;
        font-size: 1.5em;
        padding-left: 3%;
        padding-right: 3%;
        margin-top: -8px;
        margin-right: -12px;
        line-height: 0;
        padding-top: 4%;
        padding-bottom: 4%;
    }
  
/* Large and up */
@media screen and (min-width: 77em) {
    .slogan-banner > div > div > div > p {
        font-size: 1.1em;
    }
    
    .news > div > div.desc-news > h3{
        font-size: 1.4em;
    }
    
}
  
/* Large only */
@media screen and (min-width: 77em) and (max-width: 89.9375em) {}