/* Responsividade Geral */

@media (min-width: 1900px){
	.container {
		max-width: 1850px;
	}
}
@media (min-width: 1800px)and (max-width: 1899px){
	.container {
		max-width: 1750px;
	}
}
@media (min-width: 1600px)and (max-width: 1799px){
	.container {
		max-width: 1550px;
	}
}
@media (min-width: 1440px) and (max-width: 1599px){
	.container {
		max-width: 1400px;
	}
}
@media (min-width: 1240px) and (max-width: 1439px){
	.container {
		max-width: 1200px;
	}
}
@media (min-width: 992px) and (max-width: 1239px){
	.container {
		max-width: 950px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.container {
		max-width: 730px;
	}
}
@media (min-width: 577px) and (max-width: 767px){
	.container {
		max-width: 550px;
	}
}
@media (min-width: 576px) and (max-width: 360px){
	.container {
		max-width: 330px;
	}
}
@media (max-width: 359px){
	.container {
		max-width: 300px;
	}
}

/* MAX 1440px */

@media (max-width: 1440px) {
	.acessibilidade ul li a {
		font-size: 12px;
	}
}


/* MAX 1200px */

@media (max-width: 1200px) {
	.acessibilidade {
		display: none;
	}
	.materia-box-static-title h4 {
		font-size: 20px;
	}
	.materia-box-headline {
		font-size: 13px;
	}
	.menu-topo .nav-primary-portal ul li a {
		padding: 10px;
	}
}

/* MAX 991px */


@media (max-width: 991px) {
	.menu-footer-links {
		margin-top: 60px;
		margin-bottom: 0;
	}
	.menu-footer-links .navbar-collapse {
		display: block !important;
	}
	.mat-lis-mais-publicacoes .list-group-item div, .materias-relacionadas .list-group-item div {
		margin-bottom: 10px;
	}
	.menu-topo .nav-primary-portal ul li.dropdown > ul {
		border: none;
		background-color: #1C75BC;
		border-radius: 0;
		margin: 0;
		padding-left: 10px;

		transition: all ease-in-out .5s;
		transition-delay: .4s;
	}
	.menu-topo .nav-primary-portal ul li.dropdown > a.show {
		background-color: #1C75BC;
	}
	.menu-topo .nav-primary-portal ul li.dropdown > ul li a {
		color: #FFF !important;
		white-space: normal !important;
	}
	.btn-group {
		flex-wrap: wrap;
	}
	.footer-logo a {
		display: block;
		text-align: center;
	}
	.footer-logo a img {
		max-width: 70%;
	}
	.footer .footer-social {
		width: 100%;
	}
	.footer .footer-social h5 {
		font-size: 1.3rem;
		text-align: center;
	}
	.footer .footer-social ul li {
		justify-content: center;
	}
	.menu-topo .nav-primary-portal .btn-close {
		display: block !important;
		float: right;
	}
	.menu-topo .nav-primary-portal ul li:hover>a {
		color: var(--cor-branco);
	}
	#menunavegacao {
		display: block !important;
	}
	.busca-avancada-box input, .busca-avancada-box input::placeholder, .busca-avancada-box button {
		font-size: calc(var(--tamanho-fonte-base) + 6px);
	}
	.section-headding {
		flex-direction: column;
		justify-content: center;
	}
	.section-headding h2 {
		text-align: center;
	}
	.section-headding h2::after {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(odd) a {
		background-color: var(--cor-primaria);
		border-color: var(--cor-primaria);
	}
	.teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(even) a {
		background-color: #156cad;
		border-color: #156cad;
	}
	.teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div a:hover {
		border-color: var(--cor-destaque) !important;
		background-color: var(--cor-destaque) !important;
	}
	.menunavegacao {
		display: block;
	}
	.menu-topo {
		margin-top: 30px;
		gap: 30px;
	}
	.menu-topo > .container {
		justify-content: center;
		padding: 10px 0;
	}
	.nav-primary-portal .navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		background: #FFF;
		width: 0;
		height: 100% !important;
		padding: 20px;
		margin: 0;
		z-index: 100;
	
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);

		transition: all ease-in-out .5s;
	}
	.nav-primary-portal .navbar-collapse ul {
		visibility: hidden;
	}
	.nav-primary-portal .navbar-collapse.show {
		width: 70% !important;
		height: 100%;
	}
	.nav-primary-portal .navbar-collapse.show ul {
		visibility: visible;
	}
	.nav-primary-portal .navbar-collapse li.nav-item a.nav-link {
		text-align: left;
		width: 100%;
		padding: 15px 20px;
		color: #575756;

		transition: all ease-in-out .5s;
		transition-delay: .4s;
	}
	.nav-primary-portal .navbar-collapse a.nav-link:hover {
		background-color: #1C75BC;
		color: #FFF !important;
	}
	.nav-primary-portal .navbar-toggler {
		width: 50px;
		height: 50px;
		border: 0;
		border-radius: 5px;
		background-color:#1C75BC;
	}
	.nav-primary-portal .navbar-toggler i {
		font-size: 21px;
		color: #FFF !important;
	}
	#menunavegacao {
		justify-content: end;
		padding-right: 10px;
		height: 100%;
	}
	.header-bottom {
		height: auto;
	}
	.header-bottom > .container {
		display: flex;
		justify-content: space-evenly;
	}
	.header-bottom-right {
		margin: 30px 0 0 0;
		justify-content: center;
	}
	.logo {
		justify-content: center;
		padding-left: 0;
	}
	.logo img {
		width: 100%;
	}
	.materia-box-headline {
		padding-top: 0;
	}
	.materia-box-static-title {
		padding-bottom: 0;
	}
	.header-bottom .container, .header-bottom .container .row {
		height: 100%;
	}
	.counter-area .row > div {
		margin: 30px 0;
	}
	.materia-box-static-title h4 {
		font-size: 13.5px;
	}
	.materia-box-headline {
		font-size: 13px !important;
	}
	.materia-box-static .data {
		font-size: 14px;
	}
	.owl-carousel .owl-item img {
		width: 100%;
	}
	.menu {
		display: none;
	}
	.canvas_open {
		height: 100%;
		align-items: center;
		display: flex;
		float: right;
		margin-right: 25px;
	}
	.canvas_open a {
		width: 35px;
		height: 35px;
	}
	.canvas_open a span {
		width: 100%;
		height: 3px;
		background: #000;
		margin: 6px 0px;
		display: block;
	}
	.canvas_open a span:nth-child(2) {
		width: 85%;
		margin-left: 15%;
	}
	.top-info-left {
		text-align: left;
	}
	.breadcrumb-area {
		padding: 150px 0px;
	}
	.contact-form-info {
		margin-top: 40px;
	}

	.imagem-materia a {
		width: 100% !important;
	}
	 
}

/* MAX 768px */

@media (min-width: 768px) and (max-width: 1200px){

	.acesso-botoes a.btn h4 {
		font-size: 0.9rem;
	}
}

/* MAX 767px */

@media (max-width: 767px) {
	.menu-footer-links .navbar-collapse > ul {
		webkit-column-count: 1 !important;
		-moz-column-count: 1 !important;
		column-count: 1 !important;
	}
	.servicos .icon-box {
		padding: 0 20px;
		height: 120px
	}
	.servicos .icon-box h4 {
		font-size: 18px;
	}
	html, body {
		overflow-x: hidden;
		max-width: 100vw;
		width: 100%;
	}
	.agenda-box .agenda-title-mes {
		text-align: center;
		margin-bottom: 30px;
	}
	.agenda-box .agenda-botoes-mes {
		justify-content: space-between;
	}
	.videos {
		margin-top: 30px;
	}
	.container {
		padding-right: calc(var(--bs-gutter-x) * .5);
    	padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.footer .footer-social ul li {
		justify-content: center;
	}
	.teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(1) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(4) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(5) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(8) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(9) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(12) a {
		background-color: var(--cor-primaria) !important;
		border-color: var(--cor-primaria) !important;
	}
	.teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(2) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(3) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(6) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(7) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(10) a, .teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div:nth-child(11) a {
		background-color: #156cad !important;
		border-color: #156cad !important;
	}
	.teixeiras-box.servicos-teixeiras1 > .container .row:last-child > div a:hover {
		border-color: var(--cor-destaque) !important;
		background-color: var(--cor-destaque) !important;
	}
	.header-top {
		background-position: top center;
		height: 132px;
	}
	.header-top > .container > .row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.header-top > .container > .row > div {
		height: 66px;
	}
	.header-top > .container > .row > div:last-child {
		justify-content: center;
	}
	.acesso-botoes a.btn {
		margin-bottom: 15px;
	}
	.acessibilidade  {
		display: none;
	}
	.header-bottom .row {
		flex-direction: column;
		width: 100%;
	}
	.menu-topo {
		position: relative;
	}
	.materia-box-static .list-group {
		flex-wrap: wrap;
	}
	.materia-box-static-item {
		width: 100%;
		margin-bottom: 30px;
	}
	.materia-box-static-title, .materia-box-headline, .materia-box-static-item {
		min-height:fit-content;
	}
	.materia-box-static-title h4 {
		font-size: 16px !important;
	}
	.top-info-left {
		text-align: center;
		padding-bottom: 10px;
	}
	.top-info-right {
		text-align: center;
	}
	.hero-area, .banner-principal, .banner-principal .container {
		margin: 0;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.hero-area .banner-box-slider .embla .embla__viewport, .hero-area .banner-box-slider .embla .embla__viewport .banner-box-slider-item img, .banner-principal .embla .embla__viewport, .banner-principal .embla .embla__viewport .banner-box-slider-item img, .banner-principal img, .banner-principal .banner-inner {
		height: 100% !important;
	}
	.hero-area .embla__slide, .banner-principal .embla__slide, .banner-principal .banner-inner {
		border-radius: 0;
	}
	.hero-slider-item .container .row > div:first-child {
		height: auto;
		padding: 60px 0;
	}
	.hero-slider-item .container .row > div:last-child {
		align-items: center;
		height: auto;
		padding: 0;
	}
	.section-padding {
		padding: 70px 0px;
	}
	.section-padding-2 {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.breadcrumb-area {
		padding: 100px 0px;
	}
	.breadcrumb-content h2 {
		font-size: 36px;
	}
	.header-bottom {
		padding: 30px 0;
	}
	#menunavegacao {
        justify-content: end;
        padding-right: 0;
        height: 100%;
		padding: 0 !important;
    }
	.hero-slider-full .row > div:first-child {
		height: 350px !important;
	}
	.hero-slider-full .row > div:last-child {
		display: flex;
		height: 400px !important;
		justify-content: center;
		align-items: center;
	}
	.hero-slider-full .owl-item {
		height: 100%;
	}
	.hero-slider-full .owl-dots .owl-dot span {
		background-color: #1C75BC;
	}
	.hero-slider-full .owl-dots .owl-dot span::after {
		border-color: #1C75BC;
		background-color: #1C75BC;
	}
	#cookieConsent {
        padding: 30px 0;
    }
    #cookieConsent .btn-primary {
        width: 100%;
        margin-top:20px;
    }
	.content-header, .content-body, .content-footer {
		padding-left: 30px;
		padding-right: 30px;
	}
	.modal-dialog, .modal-content {
		width: 100%;
		height: 100vh;
		border-radius: 0;
		border: 0;
	}
	.content > section > .container, .footer > .container {
		padding: 0 30px;
	}
	.materia-box-slide-carousel .materia-box-static-image {
		height: 400px;
	}
	.footer {
		padding-bottom: 120px;
	}
	.footer h2 {
		text-align: center;
		font-size: calc(var(--tamanho-fonte-base));
	}
	.footer p {
		margin: 10px 0 0 0;
		display: block;
		font-size: calc(var(--tamanho-fonte-base));
	}
	.menu-lateral .navbar-collapse {
		width: 60%;
		height: 100%;
	}
	main .corpo-portal h2,
	main .corpo-portal h3 {
		margin: 30px 0 15px 0;
	}
	.act-datatable-botoes {
		margin-bottom: 20px;
	}
	.act-datatable-botoes, .act-datatable-botoes > div {
		width: 100%;
	}
	.act-datatable #search {
		width: 80%;
		margin: 0 !important;
	}
	.act-datatable button {
		width: 10% !important;
	}
	.pagination {
		justify-content: center;
	}
	.mat-lis-ultimas-noticias .list-group .list-group-item {
		width: 100% !important;
		height: auto !important;
		gap: 20px;
	}
	.mat-lis-mais-publicacoes .list-group-item div, .materias-relacionadas .list-group-item div {
		flex-direction: row;
		gap: 15px;
	}
	.div-enquete .enquete_grafico {
		flex-direction: column;
	}
	.div-enquete .enquete_grafico > div {
		width: 100% !important;
	}
}

/* MAX 676px */

@media (max-width: 676px) {
	.top-social {
		display: none;
	}
	.hero-slider-full .owl-dots {
		bottom: 30px;
		text-align: center;
		width: 100%;
	}
	.hero-slider-item {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.breadcrumb-content h2 {
		font-size: 32px;
	}
 
}

/* MAX 576px */

@media (max-width: 576px) {
	.section-headding h3 {
		font-size: 26px;
	}
	.section-padding {
		padding: 60px 0px;
	}
	.section-padding-2 {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.hero-appointment-form h2 {
		font-size: 22px;
	}
	.breadcrumb-content h2 {
		font-size: 28px;
	}
	.error-404-content h2 {
		font-size: 40px;
	}
	.comments-list-full ul li {
		padding-left: 0px;
	}
	.comments-list-full ul li .thum {
		position: inherit;
		margin-bottom: 15px;
	}
	.materia-texto p {
		flex-direction: column;
	}
	.imagem-materia {
		margin: 0;
	}
	.content-header>.container>.row>div:nth-child(2) {
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
	}
	.content-header>.container>.row>div:nth-child(2) div {
		margin: 5px 0 !important;
	}
}

/* MAX 360px */

@media (max-width: 360px) {
	.menu-topo {
		flex-direction: column;
		gap: 30px;
	}
	.hero-slider-full .row > div:first-child {
        height: auto !important;
		padding-top: 0 !important;
    }
	.hero-slider-item {
		padding-top: 30px;
		padding-bottom: 0px;
		
		justify-content: center;
	}
	.hero-slider-item img {
		height: auto !important;
	}
	.section-headding h2 {
		font-size: 18px;
	}
	.breadcrumb-content h2 {
		font-size: 26px;
	}
	.accordion-item .accordion-body p {
		line-height: 26px;
		font-size: 14px;
	}
}





/* Precisa Organizar */

@media (min-width: 900px) {
    .h3, h3 {
        font-size: 1.3rem;
    }
	.h4, h4 {
        font-size: 1.1rem;
    }
	.h5, h5 {
        font-size: 9rem;
    }
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem;
    }
	.h4, h4 {
        font-size: 1.3rem;
    }
	.h5, h5 {
        font-size: 1rem;
    }
}

@media (min-width: 1400px) {
	.h3, h3 {
        font-size: 1.75rem;
    }
	.h4, h4 {
        font-size: 1.5rem;
    }
	.h5, h5 {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.canvas_open {
	  display: block;
	}
}
@media only screen and (max-width: 767px) {
	.canvas_open {
	  right: 20px;
	  top: 27px;
	  display: block;
	  width: 36px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offcanvas_menu {
	  display: block;
	}
}
@media only screen and (max-width: 767px) {
	.offcanvas_menu {
	  display: block;
	}
}