@media only screen and (min-width: 980px) {
header button.navbar-toggler span.navbar-toggler-icon{
	display:none;
 }
}
@media only screen and (max-width: 1560px) {
    .modelo-interesse .banner {
        background-size: 40%;
    }
    body:not(.home):before {
        background-size: 100%;
        width: 76%;
    }
}

@media only screen and (max-width: 1380px) {
    body:not(.home):before {
        background-size: 100%;
        width: 82%;
    }
    .modelo-interesse .banner {
        background-size: 40%;
        height: 550px;
    }
    .diferenciais h2 {
        margin-bottom: 100px;
    }
    .modelo-interesse .secao_contato {
        margin-top: 0;
    }
    .conteudo h3 {
        margin-bottom: 40px;
    }
    #main-home .banner {
        height: 750px;
        background-size: 70%;
    }
}

@media only screen and (max-width: 1280px) {
    #main-home .banner {
        height: 600px;
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: 0%;
        background-size: 80%;
    }
    #main-home .conteudo .bg_conteudo {
        background-image: url(../img/conteudo-bg.png);
        height: 740px;
    }
    #main-home .conteudo .bg_conteudo .texto p {
        font-size: 36px;
        line-height: 42px;
    }
    .titulo_sec {
        font-size: 58px;
        line-height: 64px;
    }
    #main-home .interesse .lista_interesse .interesse .content h3 {
        font-size: 20px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .modelo-interesse .banner .row .texto h1 {
        font-size: 46px;
    }
    footer {
        padding: 50px 0px 140px;
        height: 400px;
    }
    #main-home .interesse .lista_interesse .interesse .thumb img {
        height: auto;
        width: auto;
    }
    #main-home .conteudo .bg_conteudo {
        height: 650px;
    }
    #main-home .conteudo .bg_conteudo .texto p {
        font-size: 32px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 980px) {
    p {
        font-weight: 400;
        font-size: 16px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 20px;
    }
    header {
        height: 110px;
        padding: 0px 0px;
		position:relative;
    }
		header .col-menu{
		flex-wrap:wrap;
	}
    header .logo img {
        margin: 0 auto;
    }
    header .navbar .menu {
        position: absolute;
        width: 100%;
        z-index: 100;
        top: 10;
        min-height: 150px;
        border-radius: 8px;
    }
	body header .navbar {
    width: 100%;
}
    header .navbar .menu .dropdown-toggle::after {
        display: none;
    }
    header .navbar .menu ul.navbar-nav {
        background: #2792c6;
        border-radius: 8px;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        padding: 30px 0;
        width: 95%;
        margin: 0 auto;
    }
    header .navbar .menu ul.navbar-nav li {
        padding: 5px 0px;
    }
    header .navbar .menu ul.navbar-nav li a {
        color: #fff !important;
    }
    header .navbar .menu ul.navbar-nav li ul.dropdown-menu {
        margin: 0;
        padding-top: 10px !important;
        display: block !important;
    }
    header .navbar .menu ul.navbar-nav li ul.dropdown-menu li ul {
        padding-left: 0 !important;
    }
    header .btn_mobile {
        display: block !important;
        padding: 7px 15px;
    }
    header .btn_desktop {
        display: none;
    }
    header .navbar-toggler {
        display: block;
    }
    header button.navbar-toggler {
        position: absolute;
        top: 0px !important;
        z-index: 9999;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 0;
        margin: auto;
		height:fit-content;
    }
    header button.navbar-toggler:not(.collapsed) .btn-close {
        display: block !important;
        color: #2792c6;
    }
    header button.navbar-toggler:not(.collapsed) .btn-show {
        display: none !important;
    }
    header button.navbar-toggler span.navbar-toggler-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 0px;
        font-size: 30px;
		
    header button.navbar-toggler .btn-close {
        display: none !important;
    }
}
@media only screen and (max-width: 780px) {
	.blog .conteudo_item .thumb {
    margin-bottom: 15px;
}
	.blog .cabecalho form ::-webkit-input-placeholder {
font-size:12px;
}

.blog .cabecalho form :-ms-input-placeholder {
font-size:12px;
}

.blog .cabecalho form ::-ms-input-placeholder{
font-size:12px;
}

.blog .cabecalho form ::placeholder {
font-size:12px;
}
	.blog .lista-blog .conteudo_item .thumb img {
    max-height: 200px;
}
	.blog .cabecalho h1 {
    margin-bottom: 20px;
    font-size: 26px;
}
.blog .cabecalho {
    padding: 0px 15px 70px;
}
	.blog .lista-blog .conteudo_item .content {
    padding: 0 20px;
    width: 100%;
}
	.blog .lista-blog .conteudo_item .content h4{
		    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 400;
	}
	.single-product.main-tecidos{
		padding-top:10px;
	}
	.single-product .beneficios {
    margin-top: 50px;
}
	.single-product .info_produtos .conheca_produtos .slider_conheca_produtos .slider,.single-product .info_produtos .conheca_produtos .slider_conheca_produtos .slider .produto_item{
		height:280px;
	}
	.single-product .info_produtos .conheca_produtos .slider_conheca_produtos{
		height:auto;
	}
	.single-product .info_produtos .conheca_produtos h3 {
    margin-bottom: 20px;
    font-size: 28px;
}
	body.single-tecidos .content-area {
    padding-top: 0;
}
	header nav ul li a {
    font-size: 18px;
    font-weight: 600;
}
	.blog .conteudo .conteudo_item {
    margin: 0 0 20px;
}
.blog .conteudo {
    margin: 50px 0;
}
	.modelo-interesse .tecidos .tabs_tecidos {
    padding-top: 20px;
    }
	body.privacy-policy main .titulo_sec {
    margin-bottom: 20px;
}
	body.privacy-policy h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
	
	body.privacy-policy main {
    padding-top: 50px;
}
	body.privacy-policy main .titulo_sec:before {
    left: 0;
    height: 50px;
    width: 40px;
}
	.btn-download a span p {
    font-size: 12px;
	line-height: 14px;
	}
	.btn-download a span img {
    width: 28px;
	height: 24px;
	}
	body main .woo-variation-gallery-slider {
        height: 300px;
    }
    body:not(.home):before {
        display: none !important;
    }
    body main .woo-variation-gallery-slider {
        height: auto;
    }
    .home header {
        height: auto;
        padding: 20px 0;
		position: fixed;
		z-index: 99;
		background-color: transparent;
    }
    header {
        height: auto;
        padding: 20px 0;
    }
    header .logo img {
        width: 100%;
        max-width: 160px;
		display: none;
    }
    .titulo_sec {
        font-size: 32px;
        line-height: 36px;
    }
    .btn-download a {
        width: 110px;
        height: 110px;
    }
    #info_lavagem ul li {
        width: 100%;
    }
    #main-home .banner .box_banner {
        max-width: inherit;
    }
    #main-home .banner .box_banner .btn-download {
        justify-content: center;
        margin-bottom: 30px;
    }
    .titulo_sec,
    .modelo-interesse#main-conhecer .conteudo .conteudo_item:first-child h4 {
        padding-left: 20px;
    }
    .modelo-interesse#main-conhecer .conteudo .slick-slide.conteudo_item:first-child h4 {
        padding-left: 0px;
    }
    .modelo-interesse .secao_contato .step_group {
        margin-bottom: 30px;
    }
    .titulo_sec:before {
        left: -10px;
        height: 50px;
        width: 40px;
    }
    .conteudo .conteudo_item h4 {
        font-size: 26px;
    }
    .conteudo .conteudo_item h4 br {
        display: none;
    }
	.conteudo .conteudo_item p {
    margin-bottom: 14px;
}
    .social {
        width: 100%;
        margin: 30px 0;
    }
    .banner .box_banner {
        max-width: 100%;
        width: 100%;
    }
    .banner .box_banner .btn-download {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
        margin-bottom: 30px;
        padding: 0 15px;
    }
	#main-home .banner {
        height: auto;
        margin-bottom: 35px;
		background-size: cover;
    	background-position: center;
		padding-top: 60px;
		background-position-y: -74px;
    }
    #main-home .banner .logo {
        position: relative;
		left: -5%;
    }
	#main-home .banner .logo a img {
        width: 200px;
    }
	#main-home .banner .social {
		margin-top: 80px;
	}
    #main-home .conteudo .bg_conteudo .texto {
        width: 95%;
        margin: 0 auto;
        padding: 30px 0;
        padding-top: 0;
    }
    #main-home .conteudo .bg_conteudo .texto p {
        font-size: 24px;
        line-height: 28px;
    }
    #main-home .conteudo .bg_conteudo {
        height: 500px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 60px;
    }
    #main-home .interesse .lista_interesse .interesse {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    #main-home .interesse .lista_interesse .interesse .thumb {
        width: 60%;
        margin: auto;
    }
    #main-home .interesse .lista_interesse .interesse .content p {
        font-size: 18px;
        color: #808080;
    }
    #main-home .interesse {
        padding: 30px 0;
    }

    #main-home .banner .box_banner .btn-download a span img {
        width: 30px;
        height: 30px;
    }
    #main-home .banner .box_banner p {
        text-align: center;
		padding: 0 12px;
		font-size: 22px;
    }
	    .modelo-interesse .banner {
        background-size: 45%;
        height: auto;
		padding: 0 15px;
        background-image: none;
	   background-position-x: 50%;
    }
    .modelo-interesse .banner .row .texto {
        margin-bottom: 40px;
    }
    .modelo-interesse .banner .row .texto {
        width: 100%;
    }
    .modelo-interesse .banner .row .texto h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .modelo-interesse .banner .row .texto p {
        font-size: 18px;
        line-height: 22px;
    }

	
    .modelo-interesse .slider_revender .bg-revender {
        height: 300px;
    }
    .modelo-interesse .slider_revender {
        height: 300px;
        margin-bottom: 40px;
    }
    .modelo-interesse .diferenciais:before {
        display: none;
    }
    .modelo-interesse .diferenciais {
        margin-top: 50px;
    }
    .modelo-interesse .tecidos .cabecalho .titulo_sec {
        font-size: 28px;
        width: 100%;
        max-width: 100%;
    }
    .modelo-interesse .tecidos .cabecalho .btn-download {
        max-width: 100%;
        margin-bottom: 0;
        margin-top: 30px;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .modelo-interesse .tecidos {
        margin: 30px 0;
    }
    .modelo-interesse .secao_contato h3 {
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
    }
    .modelo-interesse .secao_contato h3 br {
        display: none;
    }
    .modelo-interesse#main-revender .encontre_delfim h3 {
        margin-bottom: 30px;
        font-size: 36px;
        font-weight: 400;
        line-height: 38px;
    }
    .modelo-interesse#main-revender .encontre_delfim,
    .modelo-interesse .secao_contato {
        padding: 30px 0;
        background-image: none;
        margin-top: 0;
		height:auto;
		min-height:inherit;
    }
	.resultado-revenda h3 {
    font-size: 18px;
    margin: 20px 0;
}
	.resultado-revenda .resultado-item .informacoes .box p {
    font-size: 14px;
    line-height: 1.2;
    }
	.resultado-revenda .resultado-item .informacoes .box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}
	.resultado-revenda {
    margin: 0px 0 80px;
}
	.resultado-revenda .resultado-item .col-position span {
    font-size: 22px;
    height: 50px;
    width: 50px;
}
	.resultado-revenda .resultado-item {
    padding: 10px 0;
    margin: 10px 0;
}
	.resultado-revenda .resultado-item .col-position span{
		margin-bottom:20px;
	}
    .modelo-interesse .secao_contato .step_group .step_form a.btn_proximo {
        position: relative;
        right: 0;
        height: 200px;
        width: 200px;
    }
    .modelo-interesse .novidades .slider_novidades .slider {
        margin: 0;
    }
    .modelo-interesse#main-revender .encontre_delfim form input,
    .modelo-interesse#main-revender .encontre_delfim form select {
        padding-right: 0;
        text-indent: 10px;
        border: 1px solid #f7ac3b;
    }
    .modelo-interesse#main-revender .encontre_delfim form {
        margin-top: 30px;
    }
    .modelo-interesse#main-revender .encontre_delfim .mapa a.btn_proximo {
        position: relative;
        width: 150px;
        height: 150px;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 30px;
        font-size: 20px;
    }
    .modelo-interesse#main-revender .encontre_delfim .mapa iframe {
        height: 350px;
        width: 100%;
        margin-top: 30px;
    }
    .modelo-interesse .secao_contato .step_group .steps_dots {
        justify-content: center;
    }
    .modelo-interesse .conteudo .slider_conteudo {
        height: auto;
        margin-bottom: 00px;
    }

    .modelo-interesse .secao_contato .step_group .step_form {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modelo-interesse .secao_contato .step_group .step_form a.btn_proximo {
        margin-top: 30px;
        width: 140px;
        height: 140px;
    }
    .modelo-interesse .secao_contato .step_group .step_form input,
    .modelo-interesse .secao_contato .step_group .step_form select {
        padding-right: 0;
        text-indent: 20px;
    }
    .modelo-interesse .secao_contato {
        min-height: inherit;
    }
    .modelo-interesse .secao_contato .contato_whats a {
		font-size:16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
    }
    .modelo-interesse .secao_contato .contato_whats {
        padding-top: 15px;
    }
    .modelo-interesse#main-desenvolver .clientes {
        padding: 0;
    }
    .modelo-interesse#main-desenvolver .clientes .clientes_row .cliente_item {
        width: calc(96% / 2);
        margin: 1%;
    }
    .modelo-interesse#main-desenvolver .clientes h3 {
        line-height: 32px;
        margin-bottom: 30px;
    }
    .modelo-interesse .secao_contato .step_group .step_form .fieldset-cf7mls .cf7mls_next,
    .modelo-interesse .secao_contato .step_group .step_form form.cf7mls input.wpcf7-form-control.wpcf7-submit {
        position: relative;
        right: 0;
        left: 0;
        margin: auto;
        height: 120px;
        width: 120px;
        margin-top: 30px;
        font-size: 14px;
    }
    .modelo-interesse .secao_contato .contato_whats p {
        font-size: 18px;
		line-height:20px;
    }
    .modelo-interesse .secao_contato .step_group .step_form .fieldset-cf7mls .cf7mls_back {
        position: absolute;
        margin-bottom: 0;
        margin-top: 10px;
        background: #f7ac3b;
        color: #fff;
        font-weight: 400;
        padding: 10px;
        bottom: 96px;
        left: 6px;
    }
    .modelo-interesse .secao_contato .step_group .step_form .wpcf7-spinner {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .modelo-interesse .tecidos .tabs_tecidos ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modelo-interesse .tecidos .tabs_tecidos ul li {
        padding: 8px;
        font-size: 18px;
    }
    .modelo-interesse .tecidos .lista_produtos .produto_item {
        width: calc(96% / 2);
        height: 190px;
    }
    .modelo-interesse#main-conhecer .conteudo .conteudo_item h4 {
        margin-bottom: 12px;
    }
    .modelo-interesse#main-conhecer .conteudo .conteudo_item {
        margin: 15px 0;
    }
    .diferenciais {
        padding: 0 15px;
    }

    .diferenciais .row .lista {
        width: 100%;
    }
    .diferenciais .row .lista.desl {
        top: 0;
    }
    .diferenciais h2 {
        margin-bottom: 40px;
    }
    .diferenciais .row .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .diferenciais .row .item img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .diferenciais .row .item p {
        padding-left: 0;
        max-width: 100%;
        font-size: 18px;
    }
    .diferenciais .row .item {
        margin-bottom: 30px;
    }
    .conteudo h3 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .conteudo .conteudo_item .thumb img {
        width: 180px;
        height: 180px;
        border-radius: 100%;
        margin: 0 auto;
    }
    .conteudo .conteudo_item .content h4 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
        font-weight: 400;
    }
    .conteudo .conteudo_item .content {
        padding: 0;
    }
    .single-tecidos .galeria {
        margin-bottom: 30px;
    }
	.single-tecidos .lista_cores {
    justify-content: space-between;
}
    .cf7mls-no-moving-animation .fieldset-cf7mls-wrapper .fieldset-cf7mls {
        -webkit-transition: none;
        transition: none;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .single_main h1 {
        font-size: 32px;
        line-height: 34px;
        padding-left: 30px;
    }
    .single_main .content {
        margin-top: 20px;
    }
    .single_main {
        padding: 40px 0 0;
    }
    .single_main .titulo_sec:before {
        content: "";
        display: block;
        position: absolute;
        left: 0px;
        top: -25px;
        background-image: url(../img/icon_delfim.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 52px;
        width: 40px;
    }
    .single-product h1.product_title {
        color: #006a96;
        font-size: 26px;
        font-weight: 400;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .single-product .btn_product_download {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-product .btn_product_download a {
        width: 100%;
        margin-bottom: 10px;
        max-width: 100%;
    }
    .single-product .beneficios {
        margin-top: 35px;
    }
.single-product .beneficios .lista{
	margin-top:10px;
}
    .single-product .beneficios .lista .item {
        width: 100%;
        margin-bottom: 00px;
    }
    .single-product .info_produtos .content_info {
        padding: 15px;
    }
    .single-product .info_produtos .conheca_produtos {
        padding: 30px 0;
    }
    .single-product .info_produtos {
        padding: 30px 0;
    }
    .single-product .tab_info li {
        margin-bottom: 15px;
		    margin-right: 20px;
		font-size:18px;
    }
    body.single-product .content-area {
        padding-top: 0;
    }
    .single-product .btn_product_download a {
        text-align: center;
    }
    footer.footer-delfim {
        background-image: none;
    }
    footer.footer-delfim .row .info_footer ul li {
        width: 100%;
    }
    footer.footer-delfim .row .info_footer ul {
        max-width: 100%;
    }
    footer.footer-delfim .row .info_footer ul li a {
        color: #fff;
    }
    footer.footer-delfim .row .info_footer p.telefone {
        color: #fff;
    }
    footer.footer-delfim .row .logo {
        position: relative;
        left: 0;
    }
    footer.footer-delfim {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer.footer-delfim .row .btn-whats {
        display: none;
    }
    footer {
        height: auto;
        padding: 50px 0px 50px;
        background: #2792c6;
    }
    footer .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .logo {
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .info_footer {
        width: 100%;
    }
    footer .info_footer .social {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .info_footer .endereco p {
        color: #fff;
        text-align: center;
    }
}
/*# sourceMappingURL=responsive.css.map */
