body { color: #080808; }

.gray { background: #f3f3f5; }
.text-light-gray { color: #686868; }
.text-dark-gray { color: #686868; }

.font-thin {
	font-family: system-ui;
    font-weight: 100;	
}

.section {
	padding-top: 100px;
	padding-bottom: 50px;	
}

#menu { 
	padding-top: 100px;
	padding-bottom: var(--d-margin-2);
	transition: background 0.2s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

html:not([data-scroll='0']) #menu {
    background: #f3f3f5;
	padding-top: var(--d-margin-2);
}

#menu-btn {
	width: 65%;
}

#home {  background: linear-gradient(180deg, #f3f3f5 70%, white 30%); }


#about-content { font-size: 1.5rem; }
#about-content h1 { font-size: 3.0rem; }

#about-curriculum {
    width: calc(100% - var(--d-margin));
	padding-right: var(--d-margin);
    overflow-y: scroll;
}

#about-curriculum::-webkit-scrollbar {
  width: 5px;
}

#about-curriculum::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px;
}
 
#about-curriculum::-webkit-scrollbar-thumb {
  background: #d2d2d4; 
  border-radius: 10px;
}

#about-curriculum::-webkit-scrollbar-thumb:hover {
  background: #afafaf; 
}

#especialidade-titulo {
    font-size: 3.8rem;
	/*line-height: 2.60rem;*/
    color: #bbbbbb;
    margin: 0px;
    padding: 0px 8.5vh;
}

.especialidade {
	border: solid 2px #bbbbbb;
	border-radius: 20px;
	padding: 0px 8.5vh;
	margin-bottom: var(--d-margin);
	background: #f3f3f5;
	padding-bottom: var(--d-margin-2);
}

.especialidade.closed {	
	background: white;
	padding-bottom: 0;
}

.especialidade.closed .title { font-family: system-ui; font-weight: 100; color: #686868; }
.especialidade.closed .content { display: none; }

.especialidade-btn {
	position: absolute;
	margin: auto;
	right: var(--d-margin-2);
	top: 0px;
	bottom: 0px;
}

.especialidade .especialidade-btn.arrow { display: none; }
.especialidade.closed .especialidade-btn.arrow { display: inline-block; }

.especialidade.closed .especialidade-btn.close { display: none; }

.especialidade .content {
	padding-left: var(--d-margin-2);
	margin-bottom: var(--d-margin-2);
	font-size: 1.3rem;
	color: black;
}

.especialidade .link-wpp {
	background: #0b9444;
	color: white;
	padding: 10px;
	width: 80%;
	border-radius: 5px;
}

.especialidade .link-wpp img { vertical-align: middle; height: 4vh; }

.especialidade .banner-holder {
	border-top-left-radius: 15vh;
    background-size: cover;
    background-position: center;
}

#opnioes .content{
	padding: 0px 8.5vh;
}

#opnioes h1 {
	font-size: 2rem;
}

#opnioes h1 img {
	vertical-align: middle;
    height: 4vh;
	margin-left: var(--d-margin-2);
}

#contato .content{
	padding: 0px 8.5vh;
    font-size: 1.3rem;
}

.contato-icon{
    vertical-align: middle;
    height: 2rem;
}

#rodape .content{
	padding: 7vh 8.5vh;
    border-top: solid 3px #cfcfd0;
}

@media only screen and (min-width: 1680px) {
    .section {
    	width: 1680px !important;
	    padding-left: calc(50% - 840px) !important;
	    padding-right: calc(50% - 840px) !important;
    }
}

@media only screen and (max-width: 980px) {

    .section {
    	padding-top: 20px;
	    padding-bottom: 20px;	
    }

	#about { padding: 0px 3vh; }
		
	#about-curriculum { height: auto !important; overflow-y: auto; }

    #opnioes .content { padding: 0px 3vh; }

    #especialidade-titulo {
        font-size: 2.5rem;
        /*line-height: 2.2rem;*/
        padding: 0px 3vh;
    }
    .especialidade { padding: 0px 3vh; }

    .especialidade .title.mobile-only { display: block }

    .especialidade .content { padding-left: 0px; }

    .esp-text { height: auto !important; }
    .link-wpp { position: initial !important; }

	.especialidade .link-wpp img { height: 2.75vh !important;; }
	

    .banner-holder{
        border-top-left-radius: 0vh !important;
        height: 30vh !important;
    }

    #contato .content{ padding: 0px 3vh; }

    .home-logo { max-width: 100%; }

    #rodape-logo { width: 80%; padding-bottom: 20px; }
}
