/* ----------------------------- ESTILOS GERAIS  ------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #fff;
	overflow-x: hidden;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    position: relative;
    background: #4f3a87;
}

h1, h2, h3, h4 {
	font-family: "Nunito", sans-serif;
	font-weight: 800;
	color: #4f3a87;
	margin: 0px;
	
}

h5, h6 {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	color: #f58634;
	margin: 0px;
}

p, span {
	font-family: "Nunito", sans-serif;
	font-weight: 500;
	font-size: .9rem;
	line-height: 22px;
	color: #606060;
}

fieldset {
	border: none;
	width: 100%;
	padding: 0px;
}

.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	position: fixed;
	z-index: 9999;
	display: none;
}

.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-60 { margin-top: 60px; }

.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-60 { margin-bottom: 60px; }

.padding-right-0 {padding-right: 0;}
.padding-right-25 {padding-right: 25px}
.padding-right-40 {padding-right: 40px;}

.border-right { border-right: 1px solid rgba(165, 165, 165, .2); }

.btn-laranja {
	font-size: .9rem;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    padding: 11px 20px 10px 20px;
    background: #f58634;
    margin: 0 auto;
    width: 120px;
    border: 1px solid rgba(165, 165, 165, .2);
    display: block;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
}

.btn-transparente {
	font-size: .9rem;
    color: #000;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    padding: 11px 20px 10px 20px;
    background: transparent;
    margin: 0 auto;
    width: 120px;
    border: 1px solid rgba(165, 165, 165, .2);
    display: block;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
}

.text-left {
	text-align:left !important;
}


.text-right {
	text-align:right !important;
}

.content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position:relative;
	background: transparent;
}

.content .section-cabecalho {
	text-align: center;
}

.content .section-cabecalho h2 {
    font-size: 2.15rem;
    color: #4f3a87;
    text-transform: uppercase;
    font-weight: 900;
    text-align: right;
    padding-right: 80px;
    margin-bottom: 30px;
}

.content .section-cabecalho h2:after {
	content: "";
    position: absolute;
    top: 170px;
    right: 80px;
    height: 1px;
    width: 37px;
    height: 4px;
    background-color: rgb(255, 133, 58);
    border-radius: 2px;
}



/* menu */

.header-container {
	height: 120px;
    top: 0px;
    z-index: 9990;
}

#header {
	position: relative;
	display: flex;
    align-items: center;
	z-index: 999;
	top: 45px;
	justify-content: space-between;
    padding: 0 30px;
}

#header #logo {
	margin-top: 3px;
}

.menu {
	float: right;
	position: relative;
    display: flex;
}

.menu-itens {
	margin-right: 0px;
}

.menu-itens img {
	opacity: .95;
	margin-bottom: -6px;
}

.menu-itens a {
	padding: 0px 0px 0px 40px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: .88rem;
    text-decoration: none;
    text-transform: uppercase;
}

.index-page header {overflow: visible;}


/* intro */

.header-intro {
	text-align: center;
    max-width: 730px;
    padding-bottom: 110px;
    padding-top: 70px;
}

.header-intro h3 {
	font-size: 2.7rem;
    font-weight: 800;
    color: #fff;
    line-height: 2.9rem;
    margin-bottom: 35px;
}

.header-intro p {
	font-size: 1.5rem;
    font-weight: 100;
    color: #fff;
    opacity: .9;
    line-height: 1.7rem;
}



/* ---------------------- SLICK SLIDER  ---------------------- */

.slider {
    width: 100%;
    margin: 0 auto;
}

.depoimento.slider {
    margin-bottom: 10px;
}

.slick-slide {
    box-sizing: border-box;
    margin: 0px 15px;
    overflow: hidden;
	border-radius: 10px;
	cursor: pointer;

	-webkit-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
	   -moz-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
	     -o-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
	        transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
}

.depoimento .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .3;
	-webkit-transition: all 500ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
	        transition: all 500ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
}

.slick-slide:hover img {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
	-webkit-transition: all 500ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
	        transition: all 500ms cubic-bezier(0.335, 0.570, 0.250, 1.000);  
}

.slick-slide img {
    width: 100%;
    z-index: -1;
    position: relative;
}

.slick-slide {}
    
.slick-active {}

.slick-current {}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.midia-mobile,
.depoimento-mobile {
    display: none;
}

.midia .slick-prev {
    top: 50%;
    left: -50px;
    background: transparent url(../img/slide-prev.svg) no-repeat;
    z-index: 9999;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .3;
}

.midia-mobile .slick-prev,
.depoimento-mobile .slick-prev {
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: 5px;
    background: transparent url(../img/slide-prev.svg) no-repeat;
    z-index: 9999;
}

.midia .slick-next {
    top: 50%;
    right: -50px;
    background: transparent url(../img/slide-next.svg) no-repeat;
    z-index: 9999;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .3;
}

.midia-mobile .slick-next,
.depoimento-mobile .slick-next {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: 5px;
    background: transparent url(../img/slide-next.svg) no-repeat;
    z-index: 9999;
}

.depoimento .slick-prev {
    top: 42%;
    left: -10px;
    background: transparent url(../img/slide-prev.svg) no-repeat;
}

.depoimento .slick-next {
    top: 42%;
    right: -10px;
    background: transparent url(../img/slide-next.svg) no-repeat;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}   

.slick-list {
	padding: 10px 0 0px 0;
}

.depoimento .slick-list {
	margin: 0 40px;
}



/* ------- HOME-SECTION 1  ----------- */

#home-section1 {
	background: url(../img/acabamento-sup.png) no-repeat top -35px center, #f5f1f7;
}

#home-section1 .content {
	padding-top: 120px;
	padding-bottom: 90px;
}

.home-section1-bloco,
.home-section1-bloco2,
.home-section1-bloco3 {
	margin-top: 40px;
	position: relative;
    display: inline-block;
}

.home-section1-itens {
	padding: 30px 25px 20px 25px;
    height: 260px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    box-shadow: 0px 26px 35px 0px rgba(79, 58, 135, 0);
    -webkit-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
    -moz-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
    -o-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
    transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
}

.home-section1-itens:hover {
	box-shadow: 0px 26px 35px 0px rgba(79, 58, 135, 0.15);
	-webkit-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
       -moz-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
         -o-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
            transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
}

.home-section1-itens a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#home-section1-item2 {

}

#home-section1-item3 {

}

#home-section1-item4 {

}

.home-section1-itens h4 {
	font-size: 1.25rem;
	margin-top: 20px;
}

.home-section1-itens p {
	font-size: .97rem;
    font-weight: 400;
    line-height: 1.2rem;
    color: #8c95a1;
}

#home-section1-item1 p {
	margin-bottom: 33px;
}

#home-section1-item2 img {

}

#home-section1-item2 h4 {
	padding: 0 20px;
}

#home-section1-item3 h4 {
	padding: 0 20px;
}

#home-section1-item3 p {
	padding: 0 10px;
}

#home-section1-item4 h4 {
	padding: 0 20px;
}

#home-section1-item5 h4 {
	padding: 0 20px;
}


/* ------- HOME-SECTION 4  ----------- */

#home-section4 {
	background: url(../img/acabamento-inf.png) no-repeat top -35px center, #fff;
}

#home-section4 .content {
	padding-top: 120px;
}

.home-section4-bloco {
	margin-top: 40px;
    display: inline-block;
}

.home-section4-itens {
	border-radius: 6px;
	overflow: hidden;
	background-color: #f5f1f7;
	cursor: pointer;
    -webkit-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
       -moz-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
         -o-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
            transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
}

.home-section4-itens:hover {
	-webkit-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
       -moz-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
         -o-transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000);
            transition: all 750ms cubic-bezier(0.335, 0.570, 0.250, 1.000); 
}

.home-section4-itens h4 {
	font-size: 1.22rem;
    margin-top: 12px;
}

.home-section4-itens p {
	font-weight: 500;
    font-size: .95rem;
    line-height: 5px;
    color: #968e9d;
}

.home-section4-itens span {
	font-size: .78rem;
    color: #b6b6b6;
    opacity: .7;
    font-weight: 600;
}

.home-section4-conteudo {
	padding: 10px 22px 22px 22px;
	text-align: center;
}

.home-section4-img img {
	width: 100%;
}

.home-section4-img {
	height: auto;
}

.home-section4-btn.btn-laranja {

}


/* ------- HOME-SECTION 5  ----------- */

#home-section5 .content {
	padding-top: 30px;
	padding-bottom: 0px;
}

.home-section5-bloco {
	margin-top: 80px;
}

.home-section5-itens {
	text-align: center;
}

#home-section5-item2 img {
	margin-top: 10px
}

#home-section5-item2 h4 {
	margin-top: 40px;
}

#home-section5-item3 h4 {
	margin-top:40px;
}

#home-section5-item1 h4 {
	margin-top: 40px;
}

#home-section5-item1 {
	padding-left: 25px;
	padding-right: 25px;
}

#home-section5-item2 {
	padding-left: 25px;
	padding-right: 25px;
}

#home-section5-item3 {
	padding-left: 19px;
	padding-right: 19px;
}

#home-section5-item4 {
	padding-left: 20px;
	padding-right: 20px;
}



/* ------- FOOTER  ----------- */

footer .content {
	background: transparent;
	padding-top: 60px;
	padding-bottom: 40px;
}

.copright p {
	font-size: .9rem;
    font-weight: 700;
    color: #c5c0d4;
    text-align: center;
    margin-top: 35px;
    text-transform: uppercase;
    letter-spacing: .02rem;
}

.copright {
    position: relative;
    display: block;
}


/* ------- MODAL  ----------- */
.blocker {
    padding: 0px;
    z-index: 3;
    background-color: #f5f5f5;
}

.conteudo-modal {
    margin-bottom: 40px;
    margin-top: 50px;
    display: flex;
    width: 100%;
}

.item-modal {
    flex: 1;
    margin-right: 15px;
    background: #f0f0f0;
    text-align: center;
    height: 220px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.item-modal.imagem {
    flex: 1;
    margin-right: 15px;
    background: #f0f0f0;
    text-align: center;
    height: auto;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.item-modal.last {
    margin-right: 0%;
}

.item-modal h4 {
    display: block;
    font-size: 16px;
    color: #eb8518;
    font-weight: 600;
    text-decoration: none;
    padding: 30px;
    margin-top: 10px;
}

.item-modal.imagem h4 {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 30px;
    bottom: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 21px;
    background: linear-gradient(0deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.50) 50%, rgba(0,0,0,0) 100%);
    display: block;
    height: auto;
}

.item-modal img {
    margin: 0 auto;
    display: inherit;
    margin-top: 50px;
}

.item-modal.imagem img {
    width: 100%;
    margin-top: 0px;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.modal-header {
	background: #4f3a87;
}

.modal-header-info {
	display: block;
    padding-top: 50px;
    padding-bottom: 60px;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
}

.modal-header-info p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
}


.modal-header-info img {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.modal-content {
	display: block;
	padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1080px;
    margin: 0 auto;
}

.modal-content-info {
	display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    max-width: 920px;
    text-align: center;
    margin: 0 auto;
}

.modal-content-info p {
	font-size: 1.15rem;
    line-height: 1.45rem;
    font-weight: 400;
    color: #3a3838;
}

.modal-content-info h3 {
    color: #173557;
    font-size: 2.7rem;
    font-weight: 800;
    letter-spacing: -.05rem;
    margin-bottom: 20px;
}

.modal-content img {
	width: 100%;
	margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: -1px 11px 54px -8px rgba(0,0,0,0.11);
       -moz-box-shadow: -1px 11px 54px -8px rgba(0,0,0,0.11);
            box-shadow: -1px 11px 54px -8px rgba(0,0,0,0.11);
}

.modal-content video {
	margin-bottom: 60px;
    margin-top: 30px;
    -webkit-box-shadow: -1px 11px 54px -8px rgba(0,0,0,0.11);
       -moz-box-shadow: -1px 11px 54px -8px rgba(0,0,0,0.11);
            box-shadow: -1px 11px 54px -8px rgba(0,0,0,0.11);
}

.modal a.close-modal {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 27.5px;
    height: 27.5px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/modal-close.svg);
}

.modal a.close-modal-bottom-1 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/1/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-2 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/2/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-3 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/3/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-4 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/4/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-5 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/5/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-6 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/6/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-7 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/7/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-8 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/8/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-9 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/9/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-10 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/10/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-11 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/11/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}

.modal a.close-modal-bottom-12 {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/12/modal-close.svg);
    margin: 0 auto;
    padding: 20px 0;
}





/* ------------------------------------------------ QUERIES  ------------------------------------------------ */

@media (max-width: 1200px) {

	.menu-itens {
		margin-left:43px;
	}

	.menu-itens ul li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.home-section1-chamada p,
	.home-section1-chamada h3 {
		padding-left: 0px;
	}

	.home-section1-chamada span {
		float: none;
	}

	#home-section2-item2,
	#home-section2-item3,
	#home-section2-item4 {
		padding: 0px;
	}

	.home-section4-bloco2 img {
		width: 100%;
	}

	.home-section4-bloco2 .col-1-2{
		padding-right: 40px !important;
	}

	#home-section5-item1,
	#home-section5-item2,
	#home-section5-item3,
	#home-section5-item4 {
		padding:0px;
	}
	
}

@media (max-width: 980px) {
	
	.menu-container .col-1-1{
		margin: 0px;
	}
	
	.menu-container .col-1-1 {
		padding-right: 0px;
	}

	.menu-itens {
		display: none;
	}

	.menu {
		display: block;
		width: 31px;
		height: 26px;
		cursor: pointer;
	}

	.nivo-caption h1 {
		font-size: 40px;
	}

	.nivoSlider {
		width: 100%;
	}

	.slider-wrapper {
	    padding: 0;
	}
	
	.nivo-main-image,
	.nivoSlider img {
		width: 100% !important;
		height: 420px !important;
	}

	.nivo-caption {
	    box-sizing: border-box;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	    color: #fff;
	    width: 100%;
	    padding: 5px 20%;
	}

	.theme-default a.nivo-nextNav {
		background-position: -30px 0;
		background: transparent url(../img/banner-next.svg) no-repeat;
	    width: 50px;
	    height: 50px;
	    right: 10%;
	    transform: translateX(-50%);
	}

	.theme-default a.nivo-prevNav {
		background: transparent url(../img/banner-prev.svg) no-repeat;
	    width: 50px;
	    height: 50px;
	    left: 10%;
	    transform: translateX(-50%);
	}


	.titulo-header {
		font-size: 40px;
		text-align: center;
	}

	.home-section1-bloco, .home-section1-bloco2 {
	    display: block;
	}

	.home-section1-itens {
		padding-bottom: 40px;
	}

	#home-section1-item4 {
	    margin-bottom: -10px;
	}

	.home-section1-bloco2 {
		margin-top: 0px;
	}

	.home-section1-chamada {
		padding-right: 0px;
		text-align: center;
	}

	.home-section1-chamada p {
		margin-top: 25px;
		margin-bottom: 40px;
	}

	#home-section2-item1,
	#home-section2-item2,
	#home-section2-item3,
	#home-section2-item4  {
		text-align: center;
		padding-bottom: 40px;
	}

	.home-section2-itens {
        padding-bottom: 0px;
    }

    .home-section2-itens h2 {
	    font-size: 2.4rem;
	    padding: 10px;
	    margin-top: 15px;
	    width: 100%;
	    margin-left: -10px;
	    margin-bottom: 0px;
	}

	.passos-itens {
		border-bottom: 1px solid rgba(165, 165, 165, .2);
	}

	.home-section3-img {
		height:auto;
	}

	.home-section3-itens {
		margin-bottom:40px;
	}

	.home-section4-bloco2 .col-1-2 {
		padding-right: 10px !important;
	}

	.home-section4-btn {
		margin-bottom: 40px;
	}

	#home-section4 .home-section4-bloco2 {
		padding-left: 0px;
	}

	#home-section5-item1,
	#home-section5-item2,
	#home-section5-item3,
	#home-section5-item4 {
		padding-bottom:40px;
	}

	.border-right {
	    border-right: none;
	}

	.midia,
    .depoimento {
    	display: none;
    }

    .midia-mobile,
    .depoimento-mobile {
    	display: block;
    }

    .footer-coluna2,
    .endereco-coluna2 {
	    padding-left: 0;
	}

	.footer-coluna1 {
	    border-right: none;
	    padding-right: 220px;
	    padding-bottom: 0;
	    margin-bottom: 40px;
	}

	.endereco-footer {
	    width: 100%;
	}

    .padding-right-40 {
	    padding-right: 20px;
	}

}

@media (max-width: 600px) {

    .header-intro {
        width: 88%;
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .header-intro h3 {
        font-size: 2.3rem;
        line-height: 2.5rem;
    }


	[class*='col-'] {
		padding-left: 10px;
        padding-right: 10px;
        margin: 0px;
        margin-bottom: 20px;
    }

	.sGrid {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .login-mobile {
        display: block;
    }

    .login a {
	    padding: 5px 15px 5px 15px;
	    font-size: .8rem;
	}
    
    .login {
        margin-right: 20px;
    }

    .menu-itens ul {
	    padding: 0 50px;
	}

    .menu-itens ul li a {
	    font-size: 1.3rem;
	}

	.menu {
        left: auto;
        right: 30px;
    }

    .logo-menu {
	    margin-left: 50px;
	}

    #menu #logo {
    	width: 150px;
    }
    
    #menu #logo img {
        width: 100%;
    } 


	.nivo-caption h1 {
	    font-size: 1.8rem;
        line-height: 2.1rem;
	}

	.nivo-caption p {
	    font-size: 1rem;
	    line-height: 1.3rem;
	}
	
	.nivo-caption {
		padding: 0 10%;
	}

	a.htmlcaption1-btn2,
	a.htmlcaption1-btn1 {
	    margin-right: 0px;
	    margin-top: 20px;
	}

	.nivo-directionNav {
		display: none;
	}
    
    .content .section-cabecalho h2 {
	    font-size: 2.5rem;
	    line-height: 2.8rem;
        margin-bottom: 40px;
	}

    #home-section1 .content {
	    padding-top: 160px;
        padding-bottom: 20px;
	}

    .home-section4-bloco {
        margin-top: 0px;
    }

    #home-section1-item4 {
        margin-bottom: 0px;
    }

    .home-section1-bloco3 {
        margin-top: 0px;
    }

    #home-section2 .content {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}

    .content .section-cabecalho h2:after {
        display: none;
    }

    .content .section-cabecalho h2 {
        padding-right: 0px;
        text-align: center;
    }

    #home-section3 .content {
	    padding-top: 80px;
	    padding-bottom: 70px;
	}

	.accordion-bloco2 {
		margin-top: -22px;
	}

    #home-section4 .content {
	    padding-top: 160px;
	    padding-bottom: 20px;
	}

    #home-section5 .content {
	    padding-top: 0px;
	    padding-bottom: 10px;
	}

    #home-section6 .content {
	    padding-top: 80px;
	    padding-bottom: 40px;
	}

    footer .content {
        padding-top: 0px;
    }

    .modal-header {
        padding: 0 20px;
    }

    .modal-content {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 30px;
    }

    .modal-content-info h3 {
        line-height: 2.7rem;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .modal-content img {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .modal-content video {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .modal a.close-modal {
        top: 50px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
    }

    .modal-header-info {
        padding-top: 80px;
    }

    .modal-header-info img {
        width: 82%;
    }

	
}