/* -------------------------------
:::::: Ensino ::::::
------------------------------- */

#ensino hr{
    border-top: 1px solid rgba(255,255,255,.75);
}

.ensino .card-body {
    padding: 1.25rem 2rem;
    text-align: left;
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ensino .card{
	display: flex;
	justify-content: center;
	align-items: center;	
	background-color: transparent !important;
	margin: 0px .5rem;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.85);
    border-radius: 0px;
}

.ensino .card-date svg{
    height: 16px;
    margin-right: .5rem;
}



.ensino .card-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 100%;
    height: 180px;
}

.ensino .card-photo img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover !important;
}

.ensino .card-title{
    line-height: 1.6rem;
}

.ensino .card-date{
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-link{
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
    color: white;
	display: flex;
	align-items: center;
	transition: .2s ease;
}

.card-link:hover{
	color: white;
}

.card-link img {
    width: 13px;
    height: 12px;
    margin-left: 0.4rem;
}

.card-text{
	padding-bottom: 1rem;
}

.card-icon img {
    width: 50px;
}

/* -------------------------------
:::::: Ensino ::::::
------------------------------- */


#ensino{
    background-image: url("https://salmon-pheasant-951878.hostingersite.com/wp-content/uploads/2021/08/ensino.jpg");
    background-size: cover;
    color: white !important;
    text-align: center;
}

#ensino h1 {
    font-size: 1.7rem;
    text-align: center;
}

/* -------------------------------
:::::: Slick Arrows ::::::
------------------------------- */

#noticias .slick-prev, #publicacoes .slick-prev {
    top: -25px;
    background-color: #E95F92;
    width: 110px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    left: 40.4% !important;
}

#noticias .slick-next, #publicacoes .slick-next {
    top: -25px;
    background-color: #E95F92;
    width: 110px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    left: 50.5%;
}

#noticias .slick-prev::before, #publicacoes .slick-prev::before {
    content: "< anterior" !important;
    color: white !important;
    font-family: 'Raleway', sans-serif !important;
    text-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#noticias .slick-next::before, #publicacoes .slick-next::before {
    content: "próxima >" !important;
    color: white !important;
    font-family: 'Raleway', sans-serif !important;
    text-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}


/* -------------------------------
:::::: Publicações ::::::
------------------------------- */

#publicacoes{
    background-color: #e6e1dd;
}

#publicacoes h1 {
    font-size: 1.7rem;
    color: var(--dark-gray);
    text-align: center;
}

#publicacoes .text {
    font-size: .9rem;
    color: var(--dark-gray);
    text-align: center;
}

.publicacoes .item{
    position:relative;
    padding: 0px !important;
    margin: 0px 15px !important;
}

.publicacoes .item:hover .info{
	padding: 1.4rem 1.5rem;
}

.publicacoes .item img{
    width: 100%;

}

.publicacoes .item .info{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: .3s ease;
	padding: 1rem 1.5rem;
	z-index: 4;
    color: white;
}

.publicacoes .item .info .date{
	font-weight: 300;
	font-family: 'Work Sans', sans-serif;
}

.publicacoes .item .info .title{
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
}


.publicacoes .bg-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,.70) 10%,rgba(0,0,0,0) 50%);
	transition: .2s ease-out;
	transition-delay: .1s;
	z-index: 3;
}

.publicacoes .item .imagem-projetos {
	width: 100%;
}

/* -------------------------------
:::::: Publicações Page ::::::
------------------------------- */

#publicacoes-page{
    background-color: #E6E1DD;
    box-shadow: 31px -160px 0px 200px rgb(230, 225, 221);
}

#publicacoes-page h1 {
    font-size: 1.7rem;
    color: var(--dark-gray);
    text-align: center;
}

#publicacoes-page .text {
    font-size: .9rem;
    color: var(--dark-gray);
    text-align: center;
}

.publicacoes-page .item{
    min-width: 255px;
    max-width: 255px;
    display: flex;
    position:relative;
    padding: 0px !important;
    margin: 15px 15px !important;
}

.publicacoes-page .item:hover .info{
	padding: 1.4rem 1.5rem;
}

.publicacoes-page .item img{
    width: 100%;

}

.publicacoes-page .item .info{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: .3s ease;
	padding: 1rem 1.5rem;
	z-index: 4;
    color: white;
}

.publicacoes-page .item .info .date{
	font-weight: 300;
	font-family: 'Work Sans', sans-serif;
}

.publicacoes-page .item .info .title{
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

.publicacoes-page .bg-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,.70) 10%,rgba(0,0,0,0) 50%);
	transition: .2s ease-out;
	transition-delay: .1s;
	z-index: 3;
}

.publicacoes-page .container {
    display: flex;
}

.text-subtext{
    display: flex;
    }

/* -------------------------------
:::::: Médicos ::::::
------------------------------- */

.btn-white{
    background-color: white;
    width: 30%;
    border-radius: 0px .25rem .25rem 0px;
}

#medicos .form-group {
    width: 70%;
}

#medicos input {
    border: none !important;
    color: #000 !important;
    font-size: 15px;
    padding: 0.6rem 1rem !important;
    border-radius: .15rem;
}

#medicos{
	margin-top: 50px;
}

#medicos .piece{
	padding: 0px !important;
}

#medicos .piece img{
	height: 400px;
	width: 100%;
	object-fit: cover;
}

#medicos .piece-1 img{
	object-position: right;
}

#medicos .info{
    height: 100%;
    display: flex;
    align-items: flex-start;
	justify-content: center;
	flex-direction: column;
    background-color: #A01B39;
    padding: 0px 5rem;
}

#medicos h2 {
    font-size: 3rem;
    line-height: 3.2rem;
    color: white;
    font-weight: 700;
}

#medicos .info .description {
    text-align: left;
	color: white;
}



/* -------------------------------
:::::: Notícias ::::::
------------------------------- */


.noticias .card-body {
    padding: 1.25rem 2rem;
    text-align: left;
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.noticias .card{
	display: flex;
	justify-content: center;
	align-items: center;	
	background-color: #f18599;
	margin: 0px .5rem;
    border: none;
}

.slick-slide .card-photo img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.slick-slide .card-photo{
    display: block;
    width: 100%;
}

.card-icon{
	background-color: #E95F92;
	padding: 1.6rem;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10rem;
	margin-bottom: 1rem;
}

.card-title{
	font-family: 'Work Sans', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.4rem;
}

.card-date{
    margin-bottom: .75rem;
    color: #E95F92;
}

.card-link{
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
    color: white;
	display: flex;
	align-items: center;
	transition: .2s ease;
}

.card-link:hover{
	color: white;
}

.card-link img {
    width: 13px;
    height: 12px;
    margin-left: 0.4rem;
}

.card-text{
	padding-bottom: 1rem;
}

.card-icon img {
    width: 50px;
}


#noticias{
	color: white;
	text-align: center;
}

#noticias h1{
    color: #A01B39;
	font-size: 3rem;
    text-align: left;
    margin-bottom: 0px;
}

#noticias .text{
	font-size: .8rem;
}

/* -------------------------------
:::::: Shortcut Widget ::::::
------------------------------- */

button:focus{
    outline: none !important;
}

.expandButton{
    background-color: #E95F92;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    margin-top: -480px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    transition: .2s ease-out;
    z-index: 5;
}

.expandButton:hover{
    background-color: var(--hover-blue);
    
}

.expandButton svg{
    transition: .2s ease-out;
}

.expandButton.hidden svg{
    transform: rotate(180deg);
}

.expandButton img{
    transition: .2s ease-out;
}

.expandButton.hidden img{
    transform: rotate(180deg);
}

.wrap-widget > #wrapRow.hidden {
    right: -244px;
}

#v-pills-tab{
    height: 100%;
    padding-right: 15px;
    margin-right: -21px;
    width: 64px;
}

.agende {
    background-color: #A01B39;
    width: 80%;
    margin: 1rem auto 0px;
    border-radius: .4rem;
    padding: 1.3rem;
    font-size: .7rem;
}

.agende .text {
    padding-bottom: 0px !important;
}

.agende .text span {
    font-weight: 700;
}

.agende .tel {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agende .tel span {
    font-size: .7rem;
    margin-right: .4rem;
}

.widget-item .text {
    line-height: 1rem;
    padding-bottom: 0px !important;
    margin-left: 0.7rem;
    font-size: .9rem;
    font-weight: 300;
}

.widget-item .text.sac {
    font-size: 1.4rem;
    font-weight: 700;
}

.widget-item .text div{
    font-weight: 700;
}

.widget-item{
    display: flex;
    align-items: center;
    transition: .3s ease !important;
    padding: .5rem 2rem;
}

.widget-item:hover{
    background-color: rgba(0,0,0,0.08);
}

.widget-item:hover .icon{
    margin-left: -4px;
}

.widget-item .icon{
    
    transition: .3s ease !important;
}

.widget-item svg path{
    fill: #E95F92;
    transition: .2s ease;
}

.widget-item img path{
    transition: .2s ease;
}

.tab-content .tab-pane:nth-child(2) .widget-item svg path, .tab-content .tab-pane:nth-child(3) .widget-item svg path{
    fill: rgba(255,255,255,0.65) !important;
}

.widget-item svg{
    width: 30px;
}
.widget-item img{
    width: 30px !important;
    height: 30px !important;
}

.wrap-widget{
    position: relative;
    display: flex;
    align-items: center;
    z-index: 99;
}

.wrap-widget > #wrapRow{
    position: fixed;
    right: 15px;
    transition: .2s ease-out;
    padding-top: 50px;
}

.tab-pane .title{
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: .5rem;
}

.tab-pane .title span{
    font-weight: 700;
}

.tab-content{
    height: 490px;
    width: 260px;
    background-color: #E95F92;
    transition: .2s ease-out;
}

.tab-pane{
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0px;
    border-left: 1px solid rgba(255,255,255,0.4);
    z-index: 2;
    position: relative;
}

.nav-link svg {
    width: 27px;
    margin-bottom: 0.5rem;
}

.nav-link img {
    width: 28px !important;
    height: 25px !important;
    margin-bottom: 0.5rem;
}

.nav-pills .nav-link {
    writing-mode: vertical-rl;
    border-radius: 0px;
    color: white;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    height: auto;
    padding-right: 0px !important;
    padding-left: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    
.nav-pills .nav-link span{
    transform: rotate(180deg);
    order: 1;
}

.nav-pills .nav-link:nth-child(1){
    background-color: #931B36;    
    border-radius: .5rem 0px 0px 0px;
}

.tab-pane:nth-child(1){
    background-color: #931B36;
}

.nav-pills .nav-link:nth-child(2), .tab-pane:nth-child(2){
    background-color: #a54a5f;
}

.nav-pills .nav-link:nth-child(3){
    background-color: #E95F92;
    border-radius: 0px 0px 0px .5rem;
}

.tab-pane:nth-child(3){  
    background-color: #E95F92;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover {
    margin-left: -6px;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.15);
    z-index: 1;
    border-radius: .4rem 0px 0px .4rem;
}

/* -------------------------------
:::::: Banner Shortcuts ::::::
------------------------------- */

ul.shortcuts {
    height: 100%;
    margin-bottom: 0px !important;
    padding-left: 0px;
}

ul.shortcuts li{
    list-style: none;
}

ul.shortcuts li a{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 2rem;
    height: 100%;
    width: 100%;
    color: white;
    font-size: 1.3rem;
    line-height: 1.3rem;
}

ul.shortcuts li a img{
    height: 50px;
    transition: .2s ease-out;
}

/* ul.shortcuts li a img path{
    fill: white;
} */

ul.shortcuts li a:hover img{
    margin-top: -5px;
    margin-bottom: 5px;
}

ul.shortcuts li a .text{
    margin-left: 1rem;
}

ul.shortcuts li a .text div{
    font-weight: 700;
}

ul.shortcuts li:nth-child(2){
    background-color: #a54a5f;
}

ul.shortcuts li:nth-child(3){
    background-color: #931B36;
}

ul.shortcuts li:nth-child(4){
    background-color: #5E0C1B;
}

ul.shortcuts li:nth-child(4) a .text{
    font-size: 3rem !important;
    font-weight: 700;
}

/* -------------------------------
:::::: Main Banner ::::::
------------------------------- */

.fast-bar-down{
    background-color: #E95F92;
    height: 140px;
}

.carousel-info .text{
	color: white;
	padding-bottom: 1rem;
    
}

.carousel-inner{
/*	height: calc(100vh - 114px - 142px);*/
/*	height: calc(100vh - 114px);*/
    height: 50vh;
}

.carousel-item{
	position: relative;
	height: 100%;
}

.carousel-item img{
	object-position: center;
    object-fit: cover;
/*    height: calc(100vh - 114px - 120px);*/
/*    height: calc(100vh - 114px);*/
    height: 520px;
    width: 130%;
}

.carousel-info {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.carousel-indicators > li {
  width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-info h1{
	color: white;
	font-size: 3rem;
}

@media only screen and (max-width: 600px) {
	.carousel-info h1{
		color: white;
		font-size: 1.5rem;
	}
	
}

.carousel-info h1 span{
	font-weight: 300;
}
/* -------------------------------
:::::: Fast Bar ::::::
------------------------------- */
.icon img {
    width: 50px;
}



/** Main Menu **/

.upbar-santa-rita{
    background-color: white;
    /*display: flex;
    justify-content: flex-end;*/
    align-items: center;
}

.upbar-santa-rita ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0.5rem 0px !important;
    font-size: .8rem;
}

.upbar-santa-rita ul li svg path{
    fill: #E95F92;
    margin: 0px 1rem;
}

.upbar-santa-rita ul li img path{
    margin: 0px 1rem;
}

.upbar-santa-rita ul li svg{
    height: 12px;
}
.upbar-santa-rita ul li img{
    height: 12px;
}

.upbar-santa-rita ul li a{
    padding: .5rem;
}

.upbar-santa-rita ul li:first-child{
    border-right: 1px solid #E95F92;
    padding-right: 1rem;
    margin-right: 1rem;
}

.upbar-santa-rita ul li:last-child{
    padding-right: .5rem !important;
}

.navbar-santa-rita{
    background-color: #E95F92;
}

.navbar-santa-rita .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.btn-afecc .nav-link {
    background-color: #A01B39;
    border-radius: .2rem;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    margin-left: 2rem;
    font-size: .8rem;
}

.navbar-santa-rita a{
    color: white;
}

.navbar-santa-rita a:hover{
    color: var(--six-blue);
}

.navbar-brand svg{
	width: 120px;
	height: auto;
	padding: 0px;	
	transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.navbar-brand img{
	width: 200px;
	height: auto;
	padding: 0px;	
	transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.scrolled .navbar-brand svg {
    width: 80px;
    height: auto;
    padding: 1rem 0px;
}
.scrolled .navbar-brand img {
    width: 80px;
    height: auto;
    padding: 1rem 0px;
}


/** Footer **/

#contato{
    background-color: #F2F7FB;
}

footer .title{
	color: #db457a;
	font-weight: 700;
	font-family: 'Work Sans', sans-serif;
	font-size: 0.9rem;
}

footer .text{
	color: #f18599;
	font-size: 0.8rem;
	margin-top: .3rem;
}

footer .social {
    margin-top: 0.3rem;
    display: flex;
	color: #f18599
}

footer .social a {
    margin-right: 1rem;

}
footer .social a img{
    width: 19px;
    height: 19px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    
}

.contact-wrap {
    padding: 2rem;
    height: 100%;
}

footer svg path{
	fill: white !important;
}

.form{
	background-color: #931B36;
	padding: 1.8rem 2.2rem;
	border-radius: .2rem;
	margin-bottom: -11rem;
	z-index: 6;
	position: relative;
}

.form h1{
	font-size: 2rem;
	color: white;
	line-height: 2rem;
	margin-bottom: 2rem;
}

input, textarea {
    /*background-color: rgba(255,255,255,0.1) !important;*/
    background-color: rgba(219, 69, 122,0.8)!important;
	border: none !important;
    color: #000 !important;
    font-size: 15px;
    padding: 0.6rem 1rem !important;
    border-radius: .15rem;
}

.form-control::placeholder {
    color: white;
	font-size: 11px;
}

/** Nossos Parceiros **/

#nossos-parceiros .slick-track {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#nossos-parceiros h1 {
    font-size: 1.7rem;
    color: var(--dark-gray);
    text-align: center;
}

#nossos-parceiros .slick-next::before, #nossos-parceiros .slick-prev::before {
    color: var(--dark-gray) !important;
}

#nossos-parceiros .slick-next {
    right: -35px !important;
}

#nossos-parceiros .slick-prev {
    left: -35px !important;
}

.parceiro {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.parceiro img{
	filter: grayscale(100%);
	transition: .3s ease;
	padding: 0px .6rem;
}

.parceiro:hover img{
	filter: grayscale(0);
	margin-top: -5px;
	margin-bottom: 5px;
}

/** Fonts **/

html,body{
    font-family: 'Raleway', sans-serif;
	font-weight: 500;
    background-color: #fff;
	scroll-behavior: smooth;
}

h1{
	font-family:  'Work Sans', sans-serif;
	font-weight: 700;
}

h2{
	font-family:  'Work Sans', sans-serif;
	font-weight: 300;
}

/** Default **/

.btn{	
	font-family:  'Work Sans', sans-serif;
	padding: 0.5rem 2rem;
	font-weight: 700;
	font-size: 0.9rem;
	transition: .2s ease-out !important;
}

.btn-white-blue{
	background-color: white !important;
	color: #931B36 !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important !important;
}

.btn-white-blue:hover{
	box-shadow: 0 .7rem 1.2rem rgba(0,0,0,.25)!important;
	margin-top: -.15rem;
	margin-bottom: .15rem;
	color: #E95F92;
}

.btn-blue{
	background-color: #E95F92;
	color: white;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.btn-dark-blue{
	background-color: #A01B39;
	color: white;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.btn-dark-blue:hover{
	background-color: #173093;
	box-shadow: 0 .7rem 1.2rem rgba(0,0,0,.25)!important;
	margin-top: -.15rem;
	margin-bottom: .15rem;
	color: white;
}

.btn-blue:hover{
	box-shadow: 0 .7rem 1.2rem rgba(0,0,0,.25)!important;
	margin-top: -.15rem;
	margin-bottom: .15rem;
	background-color: var(--secondary-blue);
	color: white;
}

.btn-gray{
	background-color: var(--light-gray);
	color: white !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.btn-gray:hover{
	box-shadow: 0 .7rem 1.2rem rgba(0,0,0,.25)!important;
	margin-top: -.15rem;
	margin-bottom: .15rem;
	background-color: var(--main-pink);
	color: white !important;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-end{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-start{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

a{
	transition: ease 0.3s !important;
}

a:hover{
	text-decoration: none;
}

hr{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.slick-dots{
	bottom: -12px !important;
}

/* Margin topo página de convênio */
.blank-space {
    margin-top: 40px !important;
}
/* Título interno form trabalhe conosco */
.work-subtitle{
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color:white;
    font-size: 1.7rem;
    margin-top: 25px;
}

