/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #054A29;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

li {
    list-style-type: none;
}

li a {
    color: #fff !important;
    font-size: 13px;
    cursor: pointer;
}

/* Estilo de Títulos */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #BB4430;
}

input[type=number] {
    -moz-appearance:textfield;
}
 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


main > section {
    padding: 70px 0;
}

/* Botão */
.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

/* Botão verde */
.btn-verde {
    background-color: rgba(5,74,41, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

/* Fundo amarelo claro */
.bg-amareloclaro { 
    background-color: #ECEFDC;
}

/* Passar para direita */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ECEFDC;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

/* Cor texto botão com mouse sobre */
.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #054A29;
    font-weight: 500;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
    border-bottom: 1px solid #F3DFA2;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ============	Carregador ============ */

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/* Estilo da Batteria de Carregamento de Página */
.loader-box {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 1px;
  height: 100px;
  left: 50%;
  margin-left: -64px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}

.battery{
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #2E2E2E solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
  background-color: #2E2E2E;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 3px;
}

@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}


/**
/*	Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: rgba(0,0,0,.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
}

#navigation.animated-header {
    padding: 20px 0;
}

h1.navbar-brand {
    color: #F3DFA2 !important;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

/* Itens de Menu em Branco */
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}


/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;

}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
    background: rgba(0,0,0,0.5);
}

.caption-content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;    
}

.caption-content > span { 
    display: block;
    font-size: 25px;
    margin-bottom: 45px;
    
}

.caption-content p {
    font-size: 23px;
    margin-bottom: 65px;
    margin-left: 150px;
    margin-right: 150px;
    line-height: 50px;
    letter-spacing: 1px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #000000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 0.8;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/icons/right.png") no-repeat scroll center center #ECEFDC;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/icons/left.png") no-repeat scroll center center #ECEFDC;
    height: 50px;
    width: 50px;
    left: 0;
}

/*=================================================================
	QUEM SOMOS
==================================================================*/
.foto-icon {
    padding: 0;
    display: inline-block;
    left: 0;
    margin-left: 0;
    width: 110px;
    height: 110px;
    z-index: 100;
    background-color: #fed136;
    color: white;
    border-radius: 100%;
    border: 1px solid #f1f1f1;
}

.foto-logo > img {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.foto-icon:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.sobre-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 110px;
    width: 110px;
    line-height: 101px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.sobre-icon:hover {
    transform: scale(1.2);
    text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.sobre-item h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2)
}

.sobre-item p {
    text-align: justify;
    
}

/*=================================================================
	SERVIÇOS
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;

}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -68px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
    padding-bottom: 15px;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #054A29;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;

}


/* Deslocamento de item */
.deslocado {
    margin-left: 40px;
    list-style: disc !important;
	}


/* Modal */
.modal-body {
    margin: 0px 35px 10px 30px;
}

.modal-header > h3 {
    text-shadow: 0px 1px #8c8c8c;
    text-align: center;
}

.modal-body > ul {
    padding-left: 0px !important;
    margin: 0px 35px 10px 30px;
    text-align: justify;
}

.modallist > li > a {
    color: black !important;
    font-weight: 500;
    text-shadow: 0px 1px #8c8c8c;
}

.modallist > li {
    padding-bottom: 8px;
    list-style: disc;
}

/* Modal SERVIÇOS */
.modal-header > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    height: 290px;
}

.modal-body > h3 {
    text-align: center;
    text-shadow: 0px 1px #8c8c8c;
    margin-top: 0px !important;
}

.modal-body > p {
    text-align: justify;
}

/* Christimas Modal */

.cartaoNatalImg {
    width: 100%;
}

.modal-body-christmas {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.natalCardTitle {
    text-align: center;
    font-weight: 600;
}

 .christmasModal {
    display: flex;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    align-items: center;
    justify-content: center;
    position: fixed;
    text-align: center;
    width: 320px;
    top:65%;
} 

.christmasModal  > p {
    color: red;
    font-size: 15px;
    line-height: 18px;
    text-shadow: 1px 1px 2px #986c6c;
}


/*=================================================================
	CLIENTES
==================================================================*/


#informacoes {
    background-image: url(../img/parallax/bg-lupa.jpg);
    padding: 0;
    color: #fff;
}

#informacoes .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#informacoes .overlay {
    background-color: rgba(5,73,40, 0.78);
    padding: 70px 0 40px;
}

.infos-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 90%;
}

.infos-item > div {
    line-height: 30px;
    position: relative;
}

.infos-item > span {
    text-align: center;
    font-weight: 700;
    margin: 0px 0 30px;
    text-transform: uppercase;
}

.infos-item > div > a {
    color: #fff;
    display: inline-flex;
    font-weight: 500;
    margin: 5px;
    font-size: 13px;
    text-align: justify;
}

#infos .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}

#infos .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#infos .owl-prev:hover,
#infos .owl-next:hover {
    color: #fff;
}

#parceiros .price-table img {
    height: 60px;
    width: 200px;
    margin: 50px auto;
}

#parceiros {
    border-bottom: 1px groove rgba(255, 255, 255, 0.9);

}

/*=================================================================
	Contato
==================================================================*/

.contact-form {
    margin-right: 150px;
}

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 15px;
    height: 40px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #fff;
}

#submit:before {
  background-color: #BB4430;
}

#submit.btn-effect:after {
  background: #BB4430;
}

.contact-details h3 {
    border-bottom: 1px solid #F3DFA2;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.contact-details p {
    line-height: 30px;
    text-align: center;
}

.contact-details p i {
    margin-right: 10px;
    text-align: center;
}

.contact-details span {
    display: block;
    text-align: center;
    margin-left: 24px;
}

/*============================================================
	RODAPÉ
==============================================================*/

#footer {
    background-color: #2E2E2E;
    padding: 70px 0;
    color: #fff;  
}

.footer-content {    
    margin: 0 auto;
}

.footer-content > div {
    
    padding-bottom: 50px;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;

}

.footer-content > p > a {
    color: #ECEFDC;
    font-size: 12px;
}



/*============================================================ 
	ESTILOS RESPONSIVOS
 ============================================================*/

/*============================================================
	PARA MENORES DESKTOPS (980px x 1150px)
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {


/* SERVIÇOS */
    figcaption.mask {
        bottom: -151px;
    }

/* SEÇÃO COM SETAS */
    .infos-item > div:after {
        bottom: -40px;
    }
}


/*============================================================
	TABLET DESIGN (768px - 979PX)
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

/* TEXTO DO SLIDER DA CAPA  */
    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }


    .sobre-item {
        margin-bottom: 50px;
    }

/* SERVIÇOS */
    .portfolio-item {
        width: 48%;
    }

/* SEÇÃO COM SETAS */
    .infos-item {
        width: 100%;
    }

    .infos-item {
        width: 80%;
    }

    .infos-item > div:after {
        bottom: -35px;
    }


/* FORMULÁRIO DE CONTATO */
    .contact-form {
        margin-bottom: 50px;

    }
}


/*============================================================
	DESIGN PARA CELULAR 
==============================================================*/

@media only screen and (max-width: 767px) {
    .christmasModal {
        display: flex;
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        align-items: center;
        justify-content: center;
        position: fixed;
        text-align: center;
        width: 300px;
        top:65%;
    } 
    
    .christmasModal  > p {
        color: red;
        font-size: 13px;
        line-height: 15px;
        text-shadow: 1px 1px 2px #986c6c;
    }

    

    body {
        font-size: 14px;
    }

    /* SEÇÃO COM SETAS */
    .parallax {
        background-position: center top !important;
    }

    .sec-title h2 {
        font-size: 25px;
    }

    .sec-title h2:after {
        left: 30%;
    }

    /* BARRA DE MENU */
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

    /* SLIDER DA CAPA */
    .caption-content h2 {
        font-size: 18px;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

    /* SOBRE */
    .service-item {
        width: 100%;
    }

    /* SERVIÇOS */
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;

    }

    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }

    /* POPUP SERVIÇO */
    .fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }

    /* SEÇÃO COM SETAS */
    .infos-item {
        width: 95%;
    }

    .infos-item > div:before,
    .infos-item > div:after {
        background-image: none;
    }

    .infos-item > div > span {
        margin: 30px 0 20px;
    }

    .price-table {
        border: 1px solid #e3e3e3;
    }

    .price-table img {
        opacity: 0.6;
        margin: 50px auto;
    }

    /* FORMULÁRIO DE CONTATO */
    .contact-form {
        margin-bottom: 50px;
    }

    


    /*============================================================
		DESIGN PARA CELULAR (TAMANHO DE 480px)
	==============================================================*/
    @media only screen and (max-width: 465px) {

        .sec-title h2:after {
            left: 38%;
        }

        /* SLIDER CAPA */
        .caption-content h2 {
            font-size: 35px;
        }

        .caption-content p {
            font-size: 25px;
        }

        .caption-content strong {
            font-size: 35px;
        }

        /* SOBRE */
        .service-item {
            margin: 0 auto 50px;
            width: 55%;
        }

        /* SERVIÇOS */
        .portfolio-item {
            width: 48%;
        }

        figcaption.mask {
            bottom: -132px;
        }

        /* CLIENTES */
        .infos-item {
            width: 80%;
        }

        .infos-item > div:before {
            bottom: 160px;
        }

        /* PARCEIROS */
        .price-table {
            margin-bottom: 50px;
        }

        /* FORMULÁRIO DE CONTATO */
        .contact-form {
            margin-bottom: 50px;
        }

        /* RODAPÉ */
        .footer-content {
            width: 380px;
        }
    }
}
