.banner-principal {
    position: relative;
}


.easy-autocomplete {
    display: inline-block;
}

.easy-autocomplete a {
    color: #543b7f;
}

.form-pesquisa {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 680px;
    font-family: 'Panton';
    text-align: center;
    z-index: 10;

    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.input-pesquisa {
    display: inline-block;
    width: 540px;
    font-size: 0;
}

.input-pesquisa input {
    width: 380px;
    height: 55px;
    padding-left: 20px;
    font-size: 16px;
    color: #4d4d4d;
    text-transform: uppercase;
    border: 1px solid #543b7f;

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-pesquisa input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #4d4d4d;
}
.input-pesquisa input::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
    color: #4d4d4d;
}
.input-pesquisa input:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
    color: #4d4d4d;
}
.input-pesquisa input:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    color: #4d4d4d;
}

.input-pesquisa button {
    width: 160px;
    height: 55px;
    font-size: 16px;
    color: #fff;
    background: #543b7f;
    text-transform: uppercase;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-pesquisa p {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 18px;
}

.content-organizar .bg-titulo {
    position: relative;
    height: 100px;
    background: #a96eae;
    text-align: center;
}

.content-organizar .bg-titulo:after {
    content: "";

	width: 0;
	height: 0;

	position: absolute;

	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #a96eae;
	
	bottom: -12px;
    left: 50%;
    margin-left: -8px;
}

.content-organizar .bg-titulo h2 {
    font-family: 'Panton';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 100px;
}

.content-organizar .bg-titulo h2 b {
    font-weight: bold;
}

.vantagens {
    margin-top: 40px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.vantagens a {
    color: #4d4d4d;
}

.vantagens h3 {
    margin: 10px 0 30px;
    font-size: 14px;
}

.content-apresentacao {
    position: relative;
    width: 100%;
    height: 500px;
    font-family: 'Panton';
    color: #fff;
    text-align: center;
    background:  url('../img/estrutura/icons-roxo.png') #543b7f left top;
}

.content-apresentacao h1 {
    font-size: 28px;
    text-transform: uppercase;
    padding: 50px 0 30px;
}

.content-apresentacao h1 span {
    font-family: 'Panton Black Caps';
    display: block;
    font-size: 38px;
}

.content-apresentacao p {
    font-family: 'Helvetica';
    font-size: 16px;
}

.content-apresentacao p span {
    display: block;
    font-family: 'Panton';
    font-size: 20px;
}

.content-apresentacao .plataformas {
    position: absolute;
    left: 50%;
    bottom: -110px;

    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content-fornecedores {
    padding-top: 135px;
    background: #f4f4f4;
    padding-bottom: 75px;
}

.content-fornecedores h2 {
    font-family: 'Panton';
    font-size: 28px;
    color: #543b7f;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
}

.content-fornecedores h2 span {
    font-family: 'Panton Black Caps';
}

.fornecedores-destaque .item-fornecedor {
    list-style: none;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.fornecedores-destaque .item-fornecedor img {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fornecedores-destaque .item-fornecedor .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3%;
    z-index: 5;
}

.fornecedores-destaque .item-fornecedor .logo img {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
}

.item-fornecedor h2 {
    margin: 15px 0 10px;
    font-family: 'Panton';
    font-size: 18px;
    color: #4d4d4d;
}

.item-fornecedor .tags,
.item-fornecedor .tags a {
    font-size: 12px;
    color: #a3a2a2;
    margin-bottom: 15px;
}

.item-fornecedor p {
    font-family: 'Helvetica';
    font-size: 12px;
    line-height: 14px;
    color: #838282;
    padding: 15px 8px;
}

.item-fornecedor i {
    display: block;
    width: 78%;
    margin: 0 auto;
    border-top: 1px solid #f4f4f4;
}

.item-fornecedor .pedir-orcamento {
    display: inline-block;
    margin: 20px 0;
    font-family: 'Panton Black Caps';
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a6;
    padding: 8px;
    border: 1px solid #a5a5a6;
    border-radius: 5px;
}

.fornecedores-destaque .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    text-indent: -9999px;
    z-index: 20;
}

.fornecedores-destaque .owl-nav .owl-prev {
    left: -25px;

    display: block;
    width: 15px;
    height: 25px;
    background: url('../img/estrutura/seta-left.png') no-repeat center center;
}

.fornecedores-destaque .owl-nav .owl-next {
    right: -25px;

    display: block;
    width: 15px;
    height: 25px;
    background: url('../img/estrutura/seta-right.png') no-repeat center center;
}

.content-blog .intro {
    text-align: center;
}

.content-blog .intro h1 {
    font-family: 'Panton';
    font-size: 36px;
    color: #a96eae;
    text-transform: uppercase;
    text-align: center;
    padding: 85px 0 20px;
}

.content-blog .intro h1 span {
    font-family: 'Panton Black Caps';
}

.content-blog .intro p {
    font-family: 'Helvetica';
    max-width: 620px;
    font-size: 16px;
    color: #4d4d4d;
    margin: 0 auto 50px;
}

.content-blog .link-categorias a {
    display: inline-block;
    width: 100%;
    color: #543b7f;
    border: 2px solid #543b7f;
    border-radius: 5px;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center; 
}

.content-blog .titulo {
    margin: 60px 0 50px;
    text-align: center;
}

.content-blog .titulo i {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #4d4d4d;
    vertical-align: middle;
}

.content-blog .titulo h3 {
    font-family: 'Panton';
    font-size: 18px;
    color: #4d4d4d;
    text-transform: uppercase;
}

.posts .post {
    display: inline-block;
    width: 100%;
    font-family: 'Panton';
    text-align: center;
}

.posts .post img {
    border-radius: 5px;
}

.posts .post .infos {
    font-size: 10px;
    color: #888888;
    padding: 10px 0;
}

.posts .post .titulo-post {
    font-size: 18px;
    color: #4d4d4d;
}

.content-blog .todos-posts {
    display: block;
    width: 160px;
    margin: 70px auto 115px;
    padding: 15px 20px;
    border: 1px solid #543b7f;
    font-size: 14px;
    text-align: center;
    color: #543b7f;
    border-radius: 5px;
}

.content-pedido {
    height: 265px;
    padding-top: 30px;
    background: url('../img/estrutura/bg-pedido.jpg') center center;
}

.content-pedido .pedido-impresso {
    position: relative;
    text-align: left;
}

.content-pedido .pedido-impresso i {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-right: 10px;
    background: url('../img/estrutura/icon-pecaimpresso.png');
}

.content-pedido .pedido-impresso h2 {
    display: inline-block;
    font-family: 'Panton';
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.content-pedido .pedido-impresso h2 span {
    display: block;
    font-family: 'Panton Black Caps';
    font-size: 25px;
    color: #fff;
}

.content-pedido .pedido-impresso a {
    display: inline-block;
    background: #fff;
    font-family: 'Panton Black Caps';
    color: #543b7f;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 5px;
}

.content-pedido .pedido-impresso .caderno {
    position: absolute;
    top: -50px;
    right: -100px;
    z-index: 30;
}

.content-pedido .pedido-impresso p,
.content-pedido .baixe-app p {
    display: inline-block;
    line-height: 18px;
    width: 285px;
    margin: 30px 0;
    font-family: 'Helvetica';
    font-size: 16px;
    color: #fff;
}

.content-pedido .baixe-app {
    position: relative;
    text-align: right;
}

.content-pedido .baixe-app i {
    display: inline-block;
    width: 56px;
    font-size: 56px;
    color: #fff;
    margin-right: 10px;
}

.content-pedido .baixe-app h2 {
    display: inline-block;
    font-family: 'Panton';
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.content-pedido .baixe-app h2 span {
    display: block;
    font-family: 'Panton Black Caps';
    font-size: 25px;
    color: #fff;
}

.content-pedido .baixe-app .iphone {
    position: absolute;
    top: -40px;
    left: -100px;
    z-index: 35;
}



/*//////////////////////////////////////////////////*/
/*			 Desktop Atual acima de 1200px			*/
/*//////////////////////////////////////////////////*/

@media (min-width: 1200px) {

    .content-pedido .pedido-impresso p,
    .content-pedido .baixe-app p {
        width: 350px;
    }

}


/*//////////////////////////////////////////////////*/
/*				Dektop Antigo 1024px				*/
/*//////////////////////////////////////////////////*/

@media (min-width: 992px) and (max-width: 1199px) {

}


/*//////////////////////////////////////////////////*/
/*			            Tablets 					*/
/*//////////////////////////////////////////////////*/

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

    .content-pedido .pedido-impresso p, .content-pedido .baixe-app p {
        width: 335px;
    }

    .content-pedido .pedido-impresso .caderno,
    .content-pedido .baixe-app .iphone {
        display: none;
    }

}


/*//////////////////////////////////////////////////*/
/*	       Smartphones e Tablets Menores			*/
/*//////////////////////////////////////////////////*/

@media (min-width: 576px) and (max-width: 767px) {

    .content_main {
        padding-bottom: 290px;
    }

    .input-pesquisa input {
        width: 210px;
        height: 45px;
        font-size: 12px;
    }

    .input-pesquisa input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 12px;
        color: #4d4d4d;
    }
    .input-pesquisa input::-moz-placeholder { /* Firefox 19+ */
        font-size: 12px;
        color: #4d4d4d;
    }
    .input-pesquisa input:-ms-input-placeholder { /* IE 10+ */
        font-size: 12px;
        color: #4d4d4d;
    }
    .input-pesquisa input:-moz-placeholder { /* Firefox 18- */
        font-size: 12px;
        color: #4d4d4d;
    }

    .input-pesquisa button {
        width: 100px;
        height: 45px;
        font-size: 12px;
    }

    .form-pesquisa p {
        font-size: 10px;
        margin-top: 10px;
    }

    .content-organizar .bg-titulo {
        height: 70px;
    }

    .content-organizar .bg-titulo h2 {
        font-size: 16px;
        line-height: 70px;
    }

    .vantagens h3 {
        font-size: 12px;
    }

    .content-apresentacao {
        height: 450px;
    }

    .content-apresentacao p {
        font-size: 14px;
    }

    .content-apresentacao .plataformas {
        width: 555px;
        bottom: -75px;
    }

    .content-apresentacao .plataformas img {
        width: 100%;
        height: auto;
    }

    .content-fornecedores h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .content-fornecedores h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .content-blog .link-categorias a {
        font-size: 12px;
    }

    .posts > div:last-child {
        margin-top: 40px;
    }

    .content-pedido {
        height: auto;
        padding-top: 0px;
        background: none;
    }

    .content-pedido .container {
        max-width: 100%;
        padding: 0;
    }

    .content-pedido .container .row > div:first-child {
        background: url('../img/estrutura/bg-pedido.jpg') left top;
    }

    .content-pedido .pedido-impresso {
        width: 540px;
        padding: 25px 0;
        margin: 0 auto;
    }

    .content-pedido .pedido-impresso .caderno {
        width: 280px;
        top: -5px;
        right: 10px;
    }

    .content-pedido .pedido-impresso .caderno img {
        width: 100%;
        height: auto;
    }
    

    .content-pedido .container .row > div:last-child {
        background: url('../img/estrutura/bg-pedido.jpg') right top;
    }

    .content-pedido .baixe-app {
        width: 540px;
        padding: 25px 0;
        margin: 0 auto;
    }

    .content-pedido .baixe-app .iphone {
        width: 260px;
        top: 15px;
        left: 0px;
    }

    .content-pedido .baixe-app .iphone img {
        width: 100%;
        height: auto;
    }

}


@media (max-width: 575px) {

    .form-pesquisa {
        display: none;
    }

    .banner-principal .carousel {
        height: 200px;
    }

    .banner-principal .carousel li {
        height: 200px;
    }

    .content-organizar .bg-titulo {
        height: 60px;
    }

    .content-organizar .bg-titulo h2 {
        font-size: 12px;
        line-height: 60px;
    }

    .vantagens:last-child {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .vantagens h3 {
        margin: 10px 0 10px;
    }

    .content-apresentacao {
        height: 290px;
    }
    
    .content-apresentacao h1 {
        font-size: 20px;
        padding: 50px 0 15px;
    }

    .content-apresentacao h1 span {
        font-size: 28px;
    }

    .content-apresentacao p {
        font-size: 14px;
    }

    .content-apresentacao p span {
        font-size: 16px;
    }

    .content-apresentacao .plataformas {
        width: 555px;
        bottom: -45px;
    }

    .content-apresentacao .plataformas {
        width: 290px;
    }

    .content-apresentacao .plataformas img {
        width: 100%;
        height: auto;
    }

    .content-fornecedores {
        padding-top: 85px;
    }

    .fornecedores-destaque .owl-nav .owl-prev {
        left: 0;
    }

    .fornecedores-destaque .owl-nav .owl-next {
        right: 0;
    }

    .content-fornecedores h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .content-fornecedores h2 span {
        display: block;
    }

    .fornecedores-destaque .item-fornecedor {
        max-width: 280px;
        margin: 0 auto;
    }

    .content-blog .intro h1 {
        font-size: 28px;
        padding: 50px 0 15px;
    }

    .content-blog .intro p {
        font-family: 'Helvetica';
        font-size: 14px;
        margin: 0 auto 35px;
    }

    .link-categorias > div {
        margin-top: 15px;
    }

    .content-blog .titulo {
        margin: 30px 0 30px;
    }

    .content-blog .titulo > div {
        max-width: 280px;
        margin: 0 auto;
    }

    .posts .post {
        display: block;
        max-width: 260px;
        margin: 0 auto 30px;
    }

    .content-blog .todos-posts {
        margin: 20px auto 65px;
    }
    
    .content-pedido {
        height: auto;
        padding-top: 0px;
        background: none;
    }

    .content-pedido .container {
        max-width: 100%;
        padding: 0;
    }

    .content-pedido .container .row > div:first-child {
        background: url('../img/estrutura/bg-pedido.jpg') left top;
    }

    .content-pedido .pedido-impresso {
        width: 300px;
        padding: 40px 0;
        margin: 0 auto;
        text-align: center;
    }

    .content-pedido .pedido-impresso p, 
    .content-pedido .baixe-app p {
        margin: 20px 0;
    }

    .content-pedido .pedido-impresso .caderno {
        display: none;
    }

    .content-pedido .pedido-impresso .caderno img {
        width: 100%;
        height: auto;
    }
    
    .content-pedido .container .row > div:last-child {
        background: url('../img/estrutura/bg-pedido.jpg') right top;
    }

    .content-pedido .baixe-app {
        width: 300px;
        padding: 40px 0;
        margin: 0 auto;
        text-align: center;
    }

    .content-pedido .baixe-app .iphone {
        display: none;
    }

}

