/*
 * 
Theme Name: Actmob Institucional - Humana Vita
Author: Lucas Garcez
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

a{text-decoration: none;}
*{
	outline: none;
}

div, p, strong, article, aside, section, button, input, h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', sans-serif;
}


::-webkit-scrollbar {
	  width: 5px;
	  height: 5px;		
	}

	::-webkit-scrollbar-button:start:decrement,
	::-webkit-scrollbar-button:end:increment  {
	  display: none;
	}

	::-webkit-scrollbar-track-piece  {
	  background-color: transparent;
	  -webkit-border-radius: 0px;
	}

	::-webkit-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 0px;
		height: 6px;
	}
	
	::-webkit-scrollbar-thumb:horizontal{
        background: #666;
        border-radius: 4px;
		width: 10px;
    }


	::-moz-scrollbar {
	  width: 5px;
	  height: 5px;		
	}

	::-moz-scrollbar-button:start:decrement,
	::-moz-scrollbar-button:end:increment  {
	  display: none;
	}

	::-moz-scrollbar-track-piece  {
	  background-color: transparent;
	  -webkit-border-radius: 4px;
	}

	::-moz-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 4px;
	}
	
	::-moz-scrollbar-thumb:horizontal{
        background: #efefef;
        border-radius: 4px;
		width: 10px;
    }

	::-scrollbar-button:start:decrement,
	::-scrollbar-button:end:increment  {
	  display: none;
	}

	::-scrollbar-track-piece  {
	  background-color: transparent;
	  -webkit-border-radius: 4px;
	}

	::-scrollbar-thumb:vertical {
	  background-color: #666;
	  -webkit-border-radius: 0px;
		height: 6px;
	}
	
	::-scrollbar-thumb:horizontal{
        background: #efefef;
        border-radius: 4px;
		width: 10px;
    }

.pt-60{
	padding-top: 60px;
}

.pb-60{
	padding-bottom: 60px;
}


@media screen and (max-width: 992px){
	main.main > .content > .container {
		max-width: 95%;
		height: auto;
		margin: auto;
	}
}


html, body{
	/*width: 100%;
	height: 100%;*/
	z-index: 0;
	background: #fff;
}

.spaceHeader{
	width: 100%;
	position: relative;
	z-index: 0;
	height: 100px;
}

.fw-100{ font-weight: 100; }
.fw-200{ font-weight: 200; }
.fw-300{ font-weight: 300; }
.fw-400{ font-weight: 400; }
.fw-500{ font-weight: 500; }
.fw-600{ font-weight: 600; }
.fw-700{ font-weight: 700; }
.fw-800{ font-weight: 800; }
.fw-900{ font-weight: 900; }

.text-gray{ color: #828282; }

@media screen and (max-width: 768px){	
	.slick-slider .wpsisac-slide-wrap{
		height: auto;
	}
}

.btnOpenMenuMobile {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    font-weight: 400;
    color: #35A457;
    cursor: pointer;
}

.menuMobile {
    position: fixed;
    z-index: 99999999;
    background: #fff;
    width: 85vw;
    height: 100%;
    border-right: 3px solid #35A457;
    top: 0;
    left: -85vw;
    opacity: 0;
	transition: 0.5s;
}

.menuMobile .menu-mobile-header {
    width: 100%;
    padding: 1vh;
    border-bottom: 3px solid #35A457;
    background: #35A457;	
    height: 7vh;
}

.menuMobile .menu-mobile-header .titleSpace h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
}

.menuMobile .menu-mobile-header .closeMenu button {
    border: 0;
    background: #fff;
    font-size: 1.4rem;
    color: #888;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.menuMobile .menu-mobile-body {
    height: 86vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 1vh;
}

.menuMobile .menu-mobile-body .list-menu-mobile {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > a {
    font-size: 1.5rem;
    display: block;
    height: auto;
    padding: 5px 0;
    color: #000;
    font-weight: 600;
    width: 100%;
    position: relative;
    margin: 10px 0;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > a.submenuMobileIsOpen {
    border-bottom: 1px solid #eee;
}


.menuMobile .menu-mobile-body .list-menu-mobile > .menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 0.8rem;
	position: absolute;
	right: 0;
    top: 10px;
}

.menuMobile .menu-mobile-body .list-menu-mobile > .menu-item-has-children > a.submenuMobileIsOpen::after{
	content: "\f077";
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 95%;
    padding-left: 5%;
    margin-bottom: 10px;
	display: none;
}

.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu > li > a {
    display: block;
    padding: 5px 0;
    color: #888;
    font-size: 1rem;
    font-weight: 600;
}

.menuMobile .menu-mobile-footer {
    padding: 1vh;
    background: #fff;
    width: 100%;
    height: 7vh;
	border-top: 2px solid #35A457;
}

.menuMobile .menu-mobile-footer .redesSociaisHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.menuMobile .menu-mobile-footer .redesSociaisHeader a {
	background: #35A457;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 550px;
	color: #fff;
	line-height: 40px;
	font-size: 1.2rem;
}

.slick-prev:before{
	content: "\f053";
    margin-left: -10px;
    color: #343842;
    font-family: 'FontAwesome';
	background: transparent;
    width: 30px;
    height: 30px!important;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 22px;
	opacity: 1;
}

.slick-next:before{
	content: "\f054";	
    color: #343842;
    font-family: 'FontAwesome';
	background: transparent;
    width: 30px;
    height: 30px!important;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 22px;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #FACF10;
    color: transparent;
    border-radius: 20px;
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    background:#343842;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 15px;
	color: transparent;
}

.slick-dots {
    margin-top: 0px!important;
    display: block!important;
    float: unset!important;
    position: relative!important;
}

.slider-depoimentos .slick-next:before, .slider-depoimentos .slick-prev:before {
    background: transparent;
    color: #05497C;
}

.fundoBreadcrumbs {
    padding-top: 0px;
	padding-bottom: 0;
}

.fundoBreadcrumbs .breadcrumbs *, .fundoBreadcrumbs .breadcrumbs {
    font-size: 14px;
    color: #828282;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.fundoBreadcrumbs .breadcrumbs > span:not(:last-child) {
    margin-right: 10px;
}

.fundoBreadcrumbs .breadcrumbs > span:not(:first-child) {
    margin-left: 10px;
}

.fundoBreadcrumbs .breadcrumbs span:first-child a span {
    font-size: 0;
}

.fundoBreadcrumbs .breadcrumbs span:first-child a span::before {
    font-size: 14px;
    content: 'Home';
    color: #828282;
    font-weight: 500;
}

.menuCategoriasFixoEsquerda {
    position: fixed;
    left: -100%;
    z-index: 10;
    background: #035a26;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px 0;
	transition: 0.5s;
	opacity: 0;
}

.menuCategoriasFixoEsquerda h3 {
    padding: 10px 50px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul li a {
    width: 100%;
    height: auto;
    padding: 10px 50px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
	position: relative;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda > ul > .menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 0.8rem;
	position: absolute;
	right: 30px;
    top: 10px;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda  > ul > .menu-item-has-children a.submenuCatIsOpen::after{
	content: "\f077";
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul.sub-menu {
    padding-top: 20px;
    padding-bottom: 20px;
	display: none;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul.sub-menu li a {
    font-size: 0.9em;
    padding: 5px 50px;
}

.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda  > ul > .menu-item-has-children > a {
    background: #08662e;
}

#qlwapp .qlwapp-icon {
    margin-right: 0px !important;
    font-size: 25px;
}

#qlwapp:hover .qlwapp-icon {
    margin-right: 15px!important;
}
#qlwapp:hover span.qlwapp-text {
    display: block;
}
#qlwapp span.qlwapp-text {
    display: none;
}

div#qlwapp {
    z-index: 99!important;
}


.lgx-carousel-section .lgx-carousel .lgx-item, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"] > img {
    display: none;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav .owl-next::before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 22px;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav .owl-prev::before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 22px;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	background-color: #05497C!important;
}

.lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{	
    opacity: 1!important;
    color: #fff;
}

.lgx-section-inner {
    background-color: transparent!important;
}

.text-light-orange {
	color: #E6BA6E;
}

/* custom site */

/*.spaceHeader {
	display: none;
}*/

header.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #000000c1;
    border-bottom: 1px solid #707070;
}

header.header .logoHeader a {
    display: block;
    width: 100%;
    height: auto;
}

header.header .logoHeader a img {
    width: 100%;
}

header.header .list-menu-desktop {
    margin: 0;
    list-style: none;
    padding: 0;
}


header.header .list-menu-desktop li a {
    display: inline-block;
    padding: 30px 0;
    position: relative;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
}
header.header .list-menu-desktop li {
    position: relative;
}

header.header .list-menu-desktop li.current-menu-item a, header.header .list-menu-desktop li:hover a {
    color: #E6BA6E;
}

header.header .list-menu-desktop li.current-menu-item a::after, header.header .list-menu-desktop li:hover a::after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: '';
    bottom: 0;
    left: 0;
    background: #E6BA6E;
}

header.header .redes-socias-topo .tel-header a i {
    color: #E6BA6E;
    margin-right: 10px;
}

header.header .redes-socias-topo .tel-header a {
    color: #fff;
    font-size: 1rem;
    display: block;
}

header.header .redes-socias-topo .social-header a {
    color: #fff;
    display: block;
    padding: 10px;
}

.custom .tp-bullet{
	background: #fff !important;
}

.custom .tp-bullet.selected {
    background: #E6BA6E !important;
}

.custom.tp-bullets {
	width: 100% !important;
	left: 0!important;
	display: flex !important;
	align-items: center !important;
	justify-content: center!important;
	transform: unset!important;
	bottom: 20px!important;
	top: unset!important;"
}

.custom .tp-bullet {
    width: 30px !important;
    height: 4px !important;
    position: relative !important;
}

footer.footer {
    background: #1C1C1C;
	color: #fff;
    padding: 60px 0;
}

footer.footer .copyright img {
    height: auto;
    width: auto;
    max-width: 125px;
    margin-top: 10px;
}

footer.footer .info-rodape .info-contato-rodape i {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #E6BA6E;
}

footer.footer .info-rodape .info-contato-rodape {
    font-size: 1rem;
}

footer.footer .info-rodape .redes-sociais-rodape a {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    margin-left: 10px;
}

footer.footer .copyright {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #363636;
}

.bg-top-100w{
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
}

video.video-bloco-home-01 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column-video-home * {
    height: 100%;
}


.bloco-arrow {
    display: flex;
    align-items: center;
}

.bloco-arrow img {
    width: 60px;
}

.bloco-arrow .text-arrow {
    display: inline-flex;
    flex-direction: column;
    margin-left: 10px;
    font-size: 24px;
    line-height: 120%;
	color: #000;
}

.bloco-arrow .text-arrow .l2 {
    font-weight: 700;
}

.bloco-arrow .text-arrow .l1 {
    font-weight: 500;
}

.bloco-template-servico::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, #000c 25%, transparent 90%);
    top: 0;
    left: 0;
	transition: 0.5s;
}

.bloco-template-servico {
    position: relative;
    padding: 15px;
    background-size: cover;
    background-position: center center;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    margin-bottom: 30px !important;
}

.bloco-template-servico .info-template-servico {
    position: relative;
    z-index: 2;
}

.bloco-template-servico .info-template-servico h2 {
    color: #fff;
    width: 70%;
    font-weight: 600;
    font-size: 28px;
}

.bloco-template-servico .info-template-servico a {
    display: inline-block;
    background: transparent;
    border: 1px solid #E6BA6E;
    padding: 10px 15px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
	transition: 0.5s;
}

.bloco-template-servico:hover::before {
    content: '';
    background: linear-gradient(0deg, #E6BA6Eff 10%, transparent 100%);
	transition: 0.5s;
}

.bloco-template-servico:hover .info-template-servico a {
	border: 1px solid transparent;
	background: #000;
	transition: 0.5s;
}

.bloco_loop_blog_temp_1 > a > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.bloco_loop_blog_temp_1 > a {
    display: block;
}

.bloco_loop_blog_temp_1 {
    width: 95%;
    height: auto;
    margin: auto;
}

.bloco_loop_blog_temp_1 .info_loop_blog .data-noticia .l1 {
    display: block;
    font-size: 30px;
    line-height: 100%;
    font-weight: bold;
}

.bloco_loop_blog_temp_1 .info_loop_blog .data-noticia {
    width: 19%;
    color: #E6BA6E;
    border-right: 1px solid #CBCBCB;
}

.bloco_loop_blog_temp_1 .info_loop_blog .data-noticia .l2 {
    font-size: 28px;
    line-height: 100%;
    font-weight: bold;
    text-transform: capitalize;
}

.bloco_loop_blog_temp_1 .info_loop_blog .titulo_post {
    margin: 0;
    font-size: 22px;
    width: 75%;
    color: #000000;
    font-weight: bold;
}

.bloco_loop_blog_temp_1 .info_loop_blog {
    margin-top: 25px;
    padding-bottom: 25px;
}

.bloco-arrow.bloco-arrow-laranja .text-arrow {
    color: #E6BA6E;
}

.bloco-mvv p {
    margin: 0;
    font-size: 18px;
}

.bloco-mvv h2 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
}

.bloco-mvv {
    padding: 15px;
    background: #ffffff99;
}

.title-icon {
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 100%;
}

.loop_posts .row > div[class^="col-"] {
    margin-bottom: 30px;
}

.bloco-info-contato {
    color: #fff;
}

.bloco-info-contato h2 span {
    display: block;
    font-weight: bold;
    line-height: 100%;
}

.bloco-info-contato h2 {
    margin-bottom: 40px;
    font-weight: 400;
}



.bloco-info-contato .info-contato p {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.bloco-info-contato .info-contato p:last-child {
    margin: 0;
}

.bloco-info-contato .info-contato p i {
    font-size: 25px;
    margin-right: 15px;
	width: 25px;
}

.bloco-info-contato .info-contato p span {
    font-size: 20px;
    line-height: 130%;
}

.form-contato {
    background: #060606;
    padding: 40px;
}

.form-contato .input-form {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #808080;
    color: #808080;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.form-contato .input-form.input-textarea {
    height: 130px;
    resize: none;
}

.form-contato .btn-enviar-form {
    background: #E6BA6E;
    padding: 15px;
    border: 0;
    font-weight: bold;
    display: inline-block;
}

.form-contato span.wpcf7-spinner {
    display: block;
    margin: auto;
}

iframe.mapa-contato {
    width: 100%;
    height: 400px;
}

.header-single-noticia {
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-single-noticia .subtitulo-header-single-noticia {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #101010;
}

.header-single-noticia .subtitulo-header-single-noticia {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #101010;
    border-right: 1px solid #CBCBCB;
    padding: 10px 0;
}

.header-single-noticia .info-header-single-noticia {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.bloco-topo-blog img {
    height: auto;
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.bloco-topo-blog .info-data-single-noticia {
    margin-right: 25px;
    border-right: 1px solid #CBCBCB;
    padding: 0 25px;
}
.bloco-topo-blog {
    margin-bottom: 30px;
}
.bloco-topo-blog .info-data-single-noticia .l1 {
    margin-bottom: 10px;
}
.bloco-topo-blog .info-data-single-noticia .l1, .bloco-topo-blog .info-data-single-noticia .l2 {
    line-height: 100%;
}
.bloco-topo-blog .info-data-single-noticia .l2 span {
    color: #E6BA6E;
    font-weight: bold;
    font-size: 28px;
    text-transform: capitalize;
}
.bloco-topo-blog .info-data-single-noticia .l1 span {
    color: #E6BA6E;
    font-weight: bold;
    font-size: 32px;
}

.bloco-topo-blog h1 {
    margin: 0;
    font-size: 32px;
    line-height: 100%;
}

.bg-form-servicos {
    background: #060606dd;
}

.bg-form-servicos h2 {
    color: #fff;
    margin-bottom: 20px !important;
    font-weight: bold;
    font-size: 30px;
}

.form-contato .btn_custom_enviar_mensagem {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
	cursor: pointer;
}

.form-contato .btn_custom_enviar_mensagem .info-btn .l2 {
    font-weight: bold;
    font-size: 22px;
}

.form-contato .btn_custom_enviar_mensagem .info-btn .l1 {
    font-weight: bold;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}
.form-contato .btn_custom_enviar_mensagem .info-btn {
    margin-left: 15px;
    text-align: left;
    line-height: 100%;
	margin-bottom: 0;
}
.form-contato .btn_custom_enviar_mensagem img {
    width: auto;
    height: auto;
    max-height: 50px;
}

.bg-cover {
	background-size: cover;	
}

.bg-top-center{
	background-position: top center;
}

@media screen and (min-width: 993px){
	.py-lg-30 { padding-top: 30px!important; padding-bottom: 30px!important; }
	.py-lg-60 { padding-top: 60px !important; padding-bottom: 60px !important;  }
	
	.pt-lg-60 { padding-top: 60px !important; }
	.pb-lg-60 { padding-bottom: 60px !important; }
	
	.pt-lg-30 { padding-top: 30px !important; }
	.pb-lg-30 { padding-bottom: 30px !important; }
	
	.border-lg-left-gray {
		border-left: 1px solid #D6D6D6;
		padding-left: 10px;
	}
}

@media screen and (max-width: 992px){	
		header.header .logoHeader a img {
			width: 60%;
			padding: 25px 0;
			display: block;
			margin: auto;
		}
	
	.bloco-template-servico .info-template-servico h2{
		width: 95%;
	}
	
	.bloco-template-servico .info-template-servico a {
		margin-top: 10px;
	}
	
	.header-single-noticia .subtitulo-header-single-noticia {
		border-right: 0;
	}
	
	.bloco-topo-blog h1{
		font-size: 20px;
		text-align: left;
	}
	
	.bloco-topo-blog .info-data-single-noticia .l1 span {
		font-size: 20px;
	}
	
	.bloco-topo-blog .info-data-single-noticia .l2 span{
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px){
	.py-md-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
	.py-md-60 { padding-top: 60px !important; padding-bottom: 60px !important; }

	.pt-md-60 { padding-top: 60px !important; }
	.pb-md-60 { padding-bottom: 60px !important; }
	
	.pt-md-30 { padding-top: 30px !important; }
	.pb-md-30 { padding-bottom: 30px !important; }
}

@media screen and (max-width: 767px){	
	main.main{
		width: 98%;
		height: auto;
		margin: auto;
	}
	
	.py-sm-30, .py-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
	.py-sm-60, .py-60 { padding-top: 60px !important; padding-bottom: 60px !important; }
	
	.pt-sm-60, .pt-60 { padding-top: 60px !important; }
	.pb-sm-60, .pb-60 { padding-bottom: 60px !important; }
	
	.pt-sm-30, .pt-30 { padding-top: 30px !important; }
	.pb-sm-30, .pb-30 { padding-bottom: 30px !important; }
	
	footer.footer .info-rodape .info-contato-rodape{
		width: 100%;
	}
	
	.font-size-title-mobile{
		font-size: 24px !important;
	}
	
	.font-size-subtitle-mobile {
		font-size: 18px !important;
	}
	

}
