/*!
Theme Name: Shunprime
Theme URI: http://underscores.me/
Author: Thiago Funari
Author URI: http://funaridesign.com.br/
Description: Tema desenvolvido para Shunprime
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shunprime
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Shunprime is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* Codigos Tema Shunprime
--------------------------------------------- */

body {
	font-family: 'Nunito Sans', sans-serif;
	overflow-x: hidden!important;
	background: #fcfcfc!important;
}

.clear {clear: both;}

.post-thumbnail {display: none;}

#masthead {
    width: 100%;
    padding-top: 15px;
    position: absolute;
    top: 0;
    z-index: 2;
    background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	min-height: 170px;
}

.site-branding {
    position: absolute;
    width: 280px;
    top: 30px;
    left: 0px;
    z-index: 3;
}

.vc_row, .alinha, .slider-depo, .box-servico-info {
  max-width: 1440px;
  margin: 0 auto!important;
  position: relative;
}

.full-cot .alinha {max-width: 740px!important;}


#inicio.vc_row {
    margin-left: -15px!important;
    margin-right: -15px!important;
}

.page-template-homepage #primary article .entry-header,.page-template-landingpage #primary article .entry-header,.page-template-landing-da #primary article .entry-header  {
    display: none;
}

.gambit_video_inner .click-overrider {background: rgba(0,0,0,0.3);}



.main-navigation {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 60px;
}

.main-navigation ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-transform: uppercase;
}

.main-navigation ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

#menu-cotacao {
    position: absolute;
    right: 0;
    top: -10px;
}

a {transition: all 0.2s;}

#menu-cotacao li a {

    background: #fd0016;
    padding: 10px 30px;
    border-radius: 8px;
    
}

#menu-cotacao li a:hover {background: #e3051a;} 


#menu-social-topo {
  list-style: none;
  position: absolute;
  right: 0;
  margin: 0;
  width: 365px;
}
#menu-social-topo li a {
  float: left;
  color: #727a84;
  font-size: 17px;
  text-decoration: navajowhite;
  font-weight: 600;
  padding: 0 5px;
}

#menu-social-topo li a:hover {color: #ccc}

#menu-item-22 {
  padding: 0 7px;
  border-right: 1px solid;
  float: left;
  margin-right: 7px;
}


#primary-menu li a {
    transition: all .2s ease-out;
    border-bottom:solid transparent 5px; 
    border-radius: 100px;
    opacity: 0.9;
}


#primary-menu li a:hover {
    opacity: 1;
}

.one {
    position: absolute;
    display:block;
    left: 0;
    top:100%;
    margin:0 auto;
    height: 3px;
    background: rgb(227,5,24);
background: linear-gradient(95deg, rgba(227,5,24,1) 0%, rgba(255,0,22,1) 100%);
    width: 0%;
    transition: width 0.3s ease;
}

#primary-menu li a {
    position: relative;
    display: block;
    transition: all 0.2s ease-out;
    min-height: 40px;
}

#primary-menu li a:hover .one {
    width: 100%;
}





.titulo-chamada-inicio {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    text-shadow: 2px 2px 2px #000;
    margin-bottom: 0px !important;
}

.titulo-chamada-inicio strong, .sub-titulo-central h2 strong {color: #f70000; font-weight: bold;}

.texto-chamada-inicio {
    text-align: center;
    color: #fff;
    font-size: 35px;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 45px;
    text-shadow: 2px 2px 2px #000;
}

.texto-chamada-inicio p {
    margin-top: 10px;
}

.btns-chamada-inicio {
    max-width: 640px!important;
    margin: 0 auto !important;
}

.vc_btn3-container.btn-vermelho.vc_btn3-center a, .vc_btn3-container.btn-vermelho-borda.vc_btn3-center a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px !important;
    border: 1px solid #fd0016;
}

.vc_btn3-container.btn-vermelho-borda.vc_btn3-center a {background: none!important;}

.vc_btn3-container.btn-vermelho.vc_btn3-center a:hover, .vc_btn3-container.btn-vermelho-borda.vc_btn3-center a:hover {background: #e3051a!important;}

.sessao-inicio {border-bottom: 2px solid #e30518;}


.sub-titulo-central h2 {
    text-align: center;
    font-size: 55px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 70px;
    margin-top: 30px;
    margin-bottom: 40px !important;
}

.servicos-home, .servicos-home-vermelho {
    background: #fff;
    border: 1px solid #d4d2d2;
    margin: 2%;
    width: 29.33333333% !important;
    padding: 28px !important;
    min-height: 515px !important;
}

.servicos-home-vermelho {
    background: #e30518;
    border: 1px solid #e30518;    
}

.ico-servico-home img {
    max-width: 91px!important;
}

.titulo-servico-home h3 {
    font-size: 33px;
    text-transform: uppercase;
    line-height: 40px;
}

.texto-servico-home p {
    font-size: 19px;
}


.link-servico-home {
    position: absolute;
    bottom: 0px;
}

.link-servico-home a {
    text-decoration: none;
    color: #404040;
}

.link-servico-home a:hover {
   color: #f70000;
}


.link-servico-home a:hover img {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
    
.link-servico-home a img { 
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    }


    .link-servico-home {
    position: absolute;
    bottom: 0px;
}


.servicos-home-vermelho .titulo-servico-home h3 {
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    margin-top: 35%;
}


#img-linhas-brancas-servico {
    position: absolute;
    left: -1px;
    max-width: 60%;
    top: 50px;
}

.servicos-home-vermelho .link-servico-home a {
    color: #fff!important;
}




#contato, #contato .vc_row, #depoimentos,  .img-cima-depo, .img-baixo-depo, .full-width, .servico-full-landing, .full-cot  {max-width: 100%!important;}

#contato .vc_column_container > .vc_column-inner, .full-width .vc_column_container > .vc_column-inner, #depoimentos .vc_column_container > .vc_column-inner {
    padding: 0px;
}


.img-cima-depo .wpb_content_element, .img-baixo-depo .wpb_content_element {
    margin: 0;
}

.vc_row.wpb_row.vc_row-fluid.img-cima-depo .vc_column-inner, .vc_row.wpb_row.vc_row-fluid.img-baixo-depo .vc_column_container > .vc_column-inner {
    padding: 0px !important;
}


.slider-depo {
	margin: 0 auto!important;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    max-width: 1150px;
}

.slider-depo p {
	font-size: 18px;
}


#informacoes-numeros .sub-titulo-central h2 {
    max-width: 1200px;
}

.entry-content {
    margin: 0px;
}


.evc-counter.evc-shortcode.digito-1, .evc-counter.evc-shortcode.digito-2, .evc-counter.evc-shortcode.digito-3 {
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}


.digito-1 .evc-c-digit::before {content: '0';} 
.digito-2 .evc-c-digit::before {content: '+'; font-size: 75px;} 


.quem-somos-box-texto {
  position: absolute;
  width: 45%;
  height: auto;
  background: #e30518;
  padding: 70px;
  padding-bottom: 100px;
  font-size: 30px;
  color: #fff;
  top: 55px;
}
.img-deco-quem-somos {
  position: absolute;
  right: -43%;
  max-width: 303px;
  top: 0px;
}
.quem-somos-titulo h2 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 45px;
}
.quem-somos-titulo {
  margin: 0px;
}
.wpb_text_column.wpb_content_element.quem-somos-texto p {
  margin: ;
  margin-bottom: 0px;
  line-height: 37px;
}
.wpb_text_column.wpb_content_element.quem-somos-texto {
  margin-bottom: 0px;
}
.quem-somos-box-texto .link-servico-home {
  bottom: -70px;
  font-size: 19px;
}
.quem-somos-box-texto .link-servico-home a {
  color: #fff;
}

#quem-somos {
    margin-top: 90px !important;
    margin-bottom: 135px !important;
}


#certificados .sub-titulo-central h2 {
    max-width: 1200px;
}

.box-certificados {max-width: 870px;}


#contato .vc_row.contato-section {
	max-width: 1150px!important;
	margin: 0 auto;
}

#contato .sub-titulo-central h2 {
    max-width: 100%;
    color: #FFF;
    margin: 0px !important;
    margin-bottom: 25px !important;
}

.texto-contato, .texto-contato-2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px !important;
}

.texto-contato-2 {
    padding-top: 30px;
    border-top: 1px solid #717171;
}

.wpb_text_column.wpb_content_element.sub-titulo-central {
    margin-bottom: 15px;
}

.texto-contato p {margin: 0px;}


.links-contato {
    text-align: center;
}

.links-contato a {
    color: #fff;
    font-size: 23px;
    text-align: center;
    text-decoration: navajowhite;
    padding: 0 20px;
    transition: all 0.2s;
}

.links-contato a:hover {font-weight: 600;}

div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-form input[type="month"], div.wpforms-container-full .wpforms-form input[type="number"], div.wpforms-container-full .wpforms-form input[type="password"], div.wpforms-container-full .wpforms-form input[type="range"], div.wpforms-container-full .wpforms-form input[type="search"], div.wpforms-container-full .wpforms-form input[type="tel"], div.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container-full .wpforms-form input[type="time"], div.wpforms-container-full .wpforms-form input[type="url"], div.wpforms-container-full .wpforms-form input[type="week"], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    border-radius: 5px!important;
    text-align: center!important;
    font-size: 21px!important;
    padding: 10px!important;
    height: 45px!important;
    line-height: 45px!important;
}


div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #fd0016!important;
	color: #ffffff!important;
	padding: 14px!important;
    text-transform: uppercase!important;
    font-weight: bold!important;
    font-size: 18px !important;
    border: 1px solid #fd0016!important;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover , div.wpforms-container-full .wpforms-form button[type="submit"]:hover {background: #e3051a!important;}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    height: 70px !important;
}


#contato {
    padding: 50px 0px;
    padding-bottom: 0px;
}

#contato .wpb_content_element {margin-bottom: 0px;}


.insert-page.insert-page-94 .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill.vc_general.vc_parallax.vc_parallax-content-moving {
    padding: 60px 0px 70px;
}

.full-width {
    margin-top: 50px !important;
}


.page-template-landing-da .titulo-chamada-inicio h2, #post-221 .titulo-chamada-inicio h2 {
    text-align: left;
    font-weight: bolder;
    font-size: 62px;
}


.page-template-landing-da .texto-chamada-inicio p {
    text-align: left;
    font-size: 28px;
}


.page-template-landing-da .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom.vc_btn3-block {
    float: left;
    width: auto;
    padding: 14px 25px;
}


.container-form-lead .vc_column-inner {
    background: #fff;
    max-width: 465px;
    margin: 0 auto;
    padding: 0px!important;
}

.titulo-form-lead {
    text-align: left;
    font-size: 42px;
    margin: 0px!important;
    line-height: 42px;
}

.titulo-form-lead h3 {
    margin: 0;
    padding: 40px 45px 0px 45px!important;
}

.texto-form-lead {
    text-align: left;
    font-size: 20px;
    padding: 0px 45px 0px 45px!important;
    margin-bottom: 15px!important;
}


.form-lead div.wpforms-container-full .wpforms-form input[type="text"], .form-lead div.wpforms-container-full .wpforms-form input[type="email"] {
    text-align: left !important;
    padding: 0px 15px !important;
}

.form-lead .wpforms-field-container {
    padding: 0px 45px!important;
}

.form-lead div.wpforms-container-full .wpforms-form button[type="submit"] {
    border-radius: 0px !important;
    padding: 20px !important;
}

.wpb_text_column.wpb_content_element.form-lead {
    margin-bottom: 0px;
}

.form-lead div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
	    padding-right: 2% !important;
}


.titulo-landing-info, .texto-landing-info {
    float: left;
    width: 49%;
    margin-right: 51%;
}

.titulo-landing-info h2 {
    font-size: 42px;
    line-height: 52px;
}

.titulo-landing-info h2 strong {
    font-weight: bold;
    color: #e30518;
}


.texto-landing-info {
    font-size: 27px;
    line-height: 34px;
}

.titulo-landing-info, .texto-landing-info p {
    margin-bottom: 10px;
}


.box-servico-info {
    border-left: 10px solid #fa0116;
    padding-left: 15px;
}

.img-servico-info {
    position: absolute;
    top: 50px;
    right: 0;
    padding-right: 14%;
}


.servico-full-landing {
	padding-bottom: 50px;
}


.titulo-lp-centro {
    text-align: center;
    font-size: 32px;
    margin-bottom: 0px !important;
    margin-top: 90px;
}

.titulo-lp-centro strong {
    font-weight: bold;
    color: #f70000;
}


.texto-lp-centro {
    text-align: center;
    font-size: 26px;
}

.texto-lp-centro p {
    margin-top: 10px;
}

.box-assuntos {
    background: #fff;
    border: 1px solid #d4d2d2;
        border-bottom-color: rgb(212, 210, 210);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 0px;
    max-width: 1120px;
    padding: 20px 60px;
    min-height: 115px;
}


.ico-lista-lp {
    position: absolute;
    max-width: 56px;
    top: 5px;
    left: 0px;
}


.texto-box-assuntos {
    margin: 0px !important;
    padding-left: 70px;
    font-size: 23px;
}

.texto-box-assuntos p {
    margin: 0px !important;
    line-height: 74px;
}

.texto-box-assuntos p.diferente {
    line-height: 34px;
}

.accordon-itens-lp .box-assuntos:last-child {
    border-bottom: 1px solid #d4d2d2;
}

.accordon-itens-lp {
    margin-bottom: 80px !important;
}


.chamada-acao-lp .titulo-lp-centro, .chamada-acao-lp .titulo-lp-centro h2 {
    margin-top: 0px;
}


.btn-vermelho-acao .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom.vc_btn3-block, .btn-vermelho-borda-acao .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom.vc_btn3-block {
    float: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.chamada-acao-lp .titulo-lp-centro h2 {
    margin-bottom: 25px;
}


.btn-vermelho-borda-acao a {
    background: none !important;
    border: 2px solid #ff0016 !important;
}


.btn-vermelho-borda-acao a:hover {
	background: #ff0016 !important;
	color: #fff !important;
}

.btn-vermelho-acao a:hover {
	background: #e3051a !important;
}


.etapa-consultoria {
    background: #fff;
    border: 1px solid #d4d2d2;
    margin: 1%;
    width: 23% !important;
    padding: 30px 15px !important;
    min-height: 310px !important;
}

.ico-etapa-consult {
  float: left;
  max-width: 65px;
  margin-bottom: 0px!important;
}
.wpb_text_column.wpb_content_element.titulo-etapa-consult {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px;
}
.wpb_text_column.wpb_content_element.texto-etapa-consult {
  float: left;
  width: 100%;
  margin: 0px;
  font-size: 15px;
}

#post-166 .texto-chamada-inicio.wpb_start_animation.animated {
    padding-right: 18%;
    float: left;
    width: 100%;
}


.vc_row.wpb_row.vc_inner.vc_row-fluid.box-fretes-info, .box-fretes-info-diferente {
  background: #fff;
  border: 1px solid #d4d2d2;
  border-right: 0px;
  padding: 35px;
  float: left;
  width: 54%;
  margin-top: 20px!important;
    min-height: 636px;
}

.box-fretes-info-diferente {
	border: 1px solid #d4d2d2;
  border-left: 0px;
}

.vc_row.wpb_row.vc_row-fluid.fretes-box {
    margin-bottom: 25px !important;
} 

.wpb_single_image.wpb_content_element.vc_align_left.fretes-img {
  float: left;
  width: 46%;
}
.wpb_single_image.wpb_content_element.vc_align_left.ico-fretes img {
  max-width: 91px;
}
.wpb_single_image.wpb_content_element.vc_align_left.ico-fretes {
  margin-bottom: 20px;
}
.wpb_text_column.wpb_content_element.fretes-titulo {
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.wpb_text_column.wpb_content_element.fretes-titulo h2 {
  margin: 0px;
}
.wpb_text_column.wpb_content_element.fretes-texto p {
  margin: 0px;
}
.wpb_text_column.wpb_content_element.fretes-texto {
  font-size: 19px;
  margin: 0px;
  margin-bottom: 20px;
}
.wpb_text_column.wpb_content_element.fretes-link-cotacao {
  margin: 0px;
  margin-bottom: 15px;
}
.wpb_text_column.wpb_content_element.fretes-link-cotacao a {
  color: #e30518;
  text-decoration: none;
}

.wpb_single_image.wpb_content_element.vc_align_left.fretes-img img {
    width: 100%;
}

.fretes-lista ul {
    margin: 0px;
        margin-bottom: 0px;
}

.fretes-lista ul {
  list-style: none; /* Remove default bullets */
}

.fretes-lista ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#colophon {
    background: #1a1b1b;
    padding-top: 45px;
}


.post, .page {
    margin-bottom: 0px;
}


.\31 -terco {
  float: left;
  width: 45%;
}
.\31 -terco img {
  max-width: 380px;
}
#custom_html-2 a {
  color: #727a84;
  text-decoration: navajowhite;
  margin: 0px 5px;
  font-size: 18px;
}

#custom_html-2 a:hover {
  color: #fff;
}

#custom_html-2 {
  text-align: center;
  max-width: 390px;
}


#text-3 {
  float: left;
  color: #dbdee2;
  font-size: 18px;
  font-weight: 600;
}

#text-3 a {
  color: #dbdee2;
  text-decoration: navajowhite;
}

#text-3 p {
  margin-bottom: 0px;
  margin-top: 10px;
}

#text-3 h2 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bolder;
  border-bottom: 1px solid #545252;
  padding-bottom: 10px;
}

#text-4 {
  float: left;
  color: #dbdee2;
  font-size: 18px;
  font-weight: 600;
}

#text-4 a {
  color: #dbdee2;
  text-decoration: navajowhite;
}

#text-4 p {
  margin-bottom: 0px;
  margin-top: 10px;
}

#text-4 h2 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bolder;
  border-bottom: 1px solid #545252;
  padding-bottom: 10px;
}

.clear {clear: both;}


#text-3, #text-4 {
    float: left;
    color: #dbdee2;
    font-size: 18px;
    font-weight: 600;
    width: 25%;
    margin-left: 2.5%;
}

.site-info {
  float: left;
  width: 100%;
  text-align: center;
}
.site-info a {
  color: #404040;
}

.gambit_parallax_inner {
    opacity: 0 !important;
}

#inicio {min-height: 150px;}

#post-221 .titulo-chamada-inicio h2 {
    margin-top: 135px;
}

#post-221 .titulo-landing-info h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#post-221 .titulo-landing-info h2 {
  margin-bottom: 0px;
  font-size: 51px;
  max-width: 100% !important;
}
#post-221 .titulo-landing-info {
  margin-bottom: 15px !important;
  width: 100%;
}
#post-221 .wpb_text_column.wpb_content_element.texto-form-cot {
  margin-bottom: 15px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #404040;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #404040;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #404040;}


  #wpforms-220 input[type="text"], #wpforms-220 textarea, #wpforms-220 select {
  text-align: left !important;
  padding: 10px 15px !important;
  color: #404040;
  height: 55px !important;
  background: none;
  border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px !important;
}
#wpforms-220 textarea {
  height: 100px !important;
}

  #wpforms-220 {margin-bottom: 65px;}
  

#menu-item-24 {
    border-right: 1px solid;
    display: block;
    float: left;
    padding-right: 7px;
    margin-right: 7px;
}

#rmp-menu-additional-content-187 {
  margin-top: 35px;
}
#rmp-menu-additional-content-187 a {
  margin: 0 5px;
}

@media only screen and (max-width: 1440px) {

.vc_row, .alinha, .slider-depo, .box-servico-info {
    max-width: 1366px;
}

.quem-somos-box-texto {
	padding: 50px;
	padding-bottom: 115px;
}

.img-servico-info {
    padding-right: 4%;
}

.vc_row.wpb_row.vc_row-fluid.accordon-itens-lp .titulo-lp-centro {
    max-width: 1120px;
    margin: 0 auto;
}

.wpb_text_column.wpb_content_element.fretes-titulo {
    text-transform: uppercase;
    font-size: 27px;
}

.wpb_text_column.wpb_content_element.fretes-texto {
    font-size: 18px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.box-fretes-info, .box-fretes-info-diferente {
	    min-height: 615px;
}

.texto-box-assuntos {
    font-size: 21px;
}

}

@media only screen and (max-width: 1366px) {

	.vc_row, .alinha, .slider-depo, .box-servico-info {
    max-width: 1280px;
}

.titulo-chamada-inicio {
	font-size: 50px;
}

.texto-chamada-inicio {
    font-size: 30px;
}

.sub-titulo-central h2 {
    text-align: center;
    font-size: 50px;
    line-height: 64px;
}

.evc-counter .evc-c-digit {
    font-size: 115px !important;
}

.evc-predefined-style .evc-shortcode h3 {
    font-size: 22px;
}

.quem-somos-box-texto {
    font-size: 21px;

}

.quem-somos-box-texto {
    padding-bottom: 110px;
}


#quem-somos {
    margin-bottom: 55px !important;
}


.page-template-landing-da .titulo-chamada-inicio h2, #post-221 .titulo-chamada-inicio h2 {
    text-align: left;
    font-weight: bolder;
    font-size: 49px;
}

.page-template-landing-da .texto-chamada-inicio p {
    text-align: left;
    font-size: 20px;
}


.titulo-form-lead {
    text-align: left;
    font-size: 32px;
    line-height: 34px;
}

.titulo-form-lead h3 {
    margin: 0;
        margin-bottom: 15px!important;
    padding: 25px 20px 0px 20px !important;
}

.texto-form-lead {
    text-align: left;
    font-size: 20px;
    padding: 0px 25px !important;
    margin-bottom: 10px !important;
}

.form-lead .wpforms-field-container {
    padding: 0px 20px !important;
    margin-top: 20px;
}

.texto-form-lead {
    display: none;
}

.container-form-lead .vc_column-inner {
    max-width: 380px;
}

.titulo-landing-info h2 {
    font-size: 38px;
    line-height: 52px;
}

.texto-landing-info {
    font-size: 24px;
    line-height: 34px;
}

.vc_row.wpb_row.vc_row-fluid.accordon-itens-lp {
    margin-top: 40px !important;
}

.wpb_single_image.wpb_content_element.vc_align_left.fretes-img, .vc_row.wpb_row.vc_inner.vc_row-fluid.box-fretes-info, .box-fretes-info-diferente {
    width: 50%;
}

.wpb_single_image.wpb_content_element.vc_align_left.ico-fretes img {
    max-width: 70px;
}

.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.texto-chamada-inicio.wpb_start_animation.animated {
    padding-right: 100px;
}


#text-3, #text-4 {width: 27%;}

.\31 -terco {width: 41%;}

}

@media only screen and (max-width: 1280px) {

	.vc_row, .alinha, .slider-depo, .box-servico-info {
    max-width: 1180px;
}

.servicos-home-vermelho .titulo-servico-home h3 {
    color: #fff;
    font-size: 40px;
    line-height: 52px;
    margin-top: 38%;
}

.main-navigation ul li a {
    font-size: 16px;
}


.site-branding {
    width: 220px;
}

.quem-somos-box-texto {
    padding: 60px 30px;
    padding-bottom: 125px;
}

.img-servico-info {
    padding-right: 2%;
}

.texto-landing-info {
    font-size: 22px;
    line-height: 29px;
}


.wpb_text_column.wpb_content_element.fretes-texto {
    font-size: 16px;
}

.wpb_text_column.wpb_content_element.fretes-titulo {
    text-transform: uppercase;
    font-size: 21px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.box-fretes-info, .box-fretes-info-diferente {
    min-height: 580px;
    padding: 25px;
    margin-top: 10px !important;
}


.\31 -terco {
    width: 38%;
}
#text-3, #text-4 {
	width: 28%;
}


}

@media only screen and (max-width: 1124px) {

	.gambit_parallax_inner {
    opacity: 1 !important;
}
.gambit_video_inner {display: none !important;}

	.vc_row, .alinha, .slider-depo, .box-servico-info {
    max-width: 980px;
}

#contato .vc_row.contato-section {
    max-width: 980px!important;
}


#social-topo, #site-navigation, .menu-fazer-cotacao-container {
    display: none;
}

.site-branding { 
    width: 280px;
}

#rmp_menu_trigger-187 {
    background: rgba(0,0,0,0)!important;
}

#rmp_menu_trigger-187:hover {
    background: rgba(0,0,0,0)!important;
}

.titulo-chamada-inicio {
    font-size: 45px;
}

.servicos-home, .servicos-home-vermelho {
    margin: 1%;
    width: 31.333% !important;
    padding: 28px !important;
    min-height: 515px !important;
}

.servicos-home, .servicos-home-vermelho {padding: 28px 10px!important}

.servicos-home-vermelho .titulo-servico-home h3 {font-size: 37px;}

.sub-titulo-central h2 {
    text-align: center;
    font-size: 44px;
    line-height: 58px;
}

.vc_row, .alinha, .slider-depo, .box-servico-info {
    max-width: 1130px;
}

.img-deco-quem-somos {
    position: absolute;
    right: -36%;
    max-width: 221px;
    top: -10px;
}

.quem-somos-box-texto {
    font-size: 20px;
    line-height: 30px;
}

.site-branding {
    top: 5px;
    left: 20px;
}

.img-servico-info {
    padding-right: 2%;
    max-width: 40%;
}

.wpb_text_column.wpb_content_element.titulo-landing-info {
    margin-bottom: 0px;
}

.vc_row.wpb_row.vc_row-fluid.accordon-itens-lp {
    margin-top: 0px !important;
}

.titulo-lp-centro h2 {
    margin: 0px !important;
    line-height: 60px;
}

.texto-lp-centro {
    font-size: 21px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.btns-lp-chamada-acao {
    margin-top: 30px !important;
}

.etapa-consultoria {
    width: 48% !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.box-fretes-info {
    border-right: 1px solid #d4d2d2;
    margin-top: 0px !important;
}

.box-fretes-info-diferente {
	border-left: 1px solid #d4d2d2;
    margin-top: 0px !important;
}

.wpb_single_image.wpb_content_element.vc_align_left.fretes-img, .vc_row.wpb_row.vc_inner.vc_row-fluid.box-fretes-info, .box-fretes-info-diferente {
    width: 48%;
    margin-left: 2%;
    margin-top: 50px;
}

.box-d .fretes-img { 
margin-left: 0%!important;
margin-right: 2%!important;
}

	.\31 -terco {
    float: left;
    width: 100%;
    text-align: center;
}

#custom_html-2 {max-width: 100%;}

#text-3, #text-4 {
    float: left;
    color: #dbdee2;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin-left: 2.5%;
    max-width: 355px;
}

}

@media only screen and (max-width: 775px) {






	.quem-somos-box-texto {
    width: 72%;
    left: 0;
}

.img-deco-quem-somos {
    position: absolute;
    right: 0%;
    max-width: 170px;
    top: -7px;
}

.sub-titulo-central h2 {
    text-align: center;
    font-size: 34px;
    line-height: 43px;
}

.wpb_single_image.wpb_content_element.vc_align_right.img-quem-somos-direita {
    float: right;
    width: 90%;
    margin-bottom: 100px;
}

.servicos-home, .servicos-home-vermelho {
    margin: 1%;
    width: 98% !important;
    padding: 28px !important;
    min-height: 455px !important;
}

.servicos-home-vermelho .titulo-servico-home h3 {
    margin-top: 150px;
}

.evc-counter .evc-c-digit {
    font-size: 100px !important;
    line-height: 100px !important;
}

.links-contato a {
    display: block;
    margin-bottom: 10px;
}

#contato .vc_row.contato-section {
    max-width: 93% !important;
}

.texto-contato, .texto-contato-2 {
    color: #fff;
    text-align: center;
    font-size: 19px;
}

#rmp-menu-wrap-187 .rmp-menu-current-item .rmp-menu-item-link {
    background: none;
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    height: 70px;
}

#rmp-menu-187 {
    margin-top: 50px !important;
}

.rmp-menu-item-link {
    padding: 0px !important;
}

.container-form-lead {
    display: none;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.chamada-inicio .vc_col-sm-3\/5 {
    width: 100%;
}

#post-166 .texto-chamada-inicio.wpb_start_animation.animated {
    padding-right: 10%;
}

.img-servico-info {
    padding-right: 0px;
    max-width: 100%;
    position: relative;
    float: none;
    margin: 0 auto;
        margin-bottom: 0px;
    display: block;
    text-align: center !important;
}

.titulo-landing-info, .texto-landing-info {
    float: left;
    width: 100%;
    margin-right: 0px;
}

.texto-landing-info {
    font-size: 20px;
    line-height: 29px;
}

.texto-box-assuntos p {
    line-height: 34px;
}

.wpb_single_image.wpb_content_element.vc_align_left.fretes-img {
    display: none;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.box-fretes-info, .box-fretes-info-diferente {
    width: 100%;
    min-height: auto;
}

}

@media only screen and (max-width: 475px) {

	#wpforms-220 .wpforms-one-half,   #wpforms-220 .wpforms-three-sixths,   #wpforms-220 .wpforms-two-fourths {width: 100%; margin-right: 0px; margin-left: 0px;}
#post-221 .titulo-landing-info h2 {
    margin-bottom: 0px;
    font-size: 38px;
    max-width: 100% !important;
}

#inicio {
    min-height: 100px;
}


.site-info {
    float: left;
    width: 95%;
    text-align: center;
    padding: 0 2.5%;
}

	#text-3, #text-4 {
    width: 95%;
    text-align: center;
}



	.site-branding {
    width: 60%;
    top: 0;
    left: 10px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.chamada-inicio .vc_column-inner, .btns-chamada-inicio .vc_column-inner {
  padding: 0px!important;
}
.titulo-chamada-inicio h2 {
  text-align: left;
  font-size: 42px;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.texto-chamada-inicio p {
  text-align: left;
  font-size: 20px;
}

.servicos-home, .servicos-home-vermelho {margin: 0px 0px 20px 0px}


.ico-servico-home img {
    max-width: 65px !important;
}

.wpb_single_image.wpb_content_element.vc_align_left.ico-servico-home {
    margin-bottom: 10px;
}

.titulo-servico-home h3 {
    margin-top: 25px;
}

.wpb_text_column.wpb_content_element.titulo-servico-home {
    margin-bottom: 20px;
}

.texto-servico-home p {
    font-size: 18px;
}

.vc_row.wpb_row.vc_row-fluid.img-cima-depo {
    margin-bottom: -10px !important;
}

.slider-depo {
    font-size: 16px;
}

.slider-depo p {
    font-size: 15px;
}

.owl-carousel .owl-item img {
    max-width: 80px !important;
}

.owl-carousel.owl-drag .owl-item p:last-child {
    margin-bottom: 20px;
}

.evc-counter.evc-shortcode.digito-1, .evc-counter.evc-shortcode.digito-2 {
    margin-bottom: 25px;
}

#quem-somos {
    margin-top: 10px !important;
}

.quem-somos-box-texto {
    width: 100%;
    float: left;
    position: relative;
}

.quem-somos-titulo h2 {
    font-size: 35px;
}

.quem-somos-box-texto {
    padding: 60px 20px;
    padding-bottom: 115px;
    overflow: hidden;
}

.quem-somos-box-texto {
    font-size: 18px;
}

.insert-page.insert-page-117 .vc_column-inner {
    padding: 0px;
}

.img-deco-quem-somos {
    position: absolute;
    right: -24%;
    max-width: 130px;
    top: 0px;
}

.wpb_single_image.wpb_content_element.vc_align_right.img-quem-somos-direita {
    float: right;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 95px;
}

#quem-somos {
    margin-bottom: 0px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
    width: 100%!important;
}

div.wpforms-container-full .wpforms-form .wpforms-five-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-four-fifths, div.wpforms-container-full .wpforms-form .wpforms-one-fifth, div.wpforms-container-full .wpforms-form .wpforms-one-fourth, div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-one-sixth, div.wpforms-container-full .wpforms-form .wpforms-one-third, div.wpforms-container-full .wpforms-form .wpforms-three-fourths, div.wpforms-container-full .wpforms-form .wpforms-three-fifths, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths, div.wpforms-container-full .wpforms-form .wpforms-two-fifths, div.wpforms-container-full .wpforms-form .wpforms-two-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    float: left!important;
    margin-left: 0px!important;
    clear: none!important;
}

div.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container-full .wpforms-form input[type="datetime-local"], div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-form input[type="month"], div.wpforms-container-full .wpforms-form input[type="number"], div.wpforms-container-full .wpforms-form input[type="password"], div.wpforms-container-full .wpforms-form input[type="range"], div.wpforms-container-full .wpforms-form input[type="search"], div.wpforms-container-full .wpforms-form input[type="tel"], div.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container-full .wpforms-form input[type="time"], div.wpforms-container-full .wpforms-form input[type="url"], div.wpforms-container-full .wpforms-form input[type="week"], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    font-size: 18px !important;
}

#masthead {
    min-height: 80px;
}


.page-template-landing-da .titulo-chamada-inicio h2, #post-221 .titulo-chamada-inicio h2 {
    font-size: 42px;
    line-height: 56px;
}

.page-template-landing-da .texto-chamada-inicio p {
    font-size: 18px;
}

.box-servico-info {
    border-left: 5px solid #fa0116;
    padding-left: 0px;
}

.titulo-landing-info h2 {
    font-size: 34px;
    line-height: 46px;
}

.texto-landing-info {
    font-size: 18px;
    line-height: 29px;
}

.titulo-lp-centro h2 {
    line-height: 44px;
    font-size: 36px;
    margin-bottom: 20px !important;
}

.etapa-consultoria {
    width: 100% !important;
    margin-bottom: 20px;
    min-height: auto !important;
}

.chamada-acao-lp .wpb_text_column.wpb_content_element.titulo-lp-centro h2 {
    font-size: 29px;
    max-width: 412px;
}

.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_fadeIn.fadeIn.texto-chamada-inicio.wpb_start_animation.animated {
    padding-right: 0px;
}

.fretes-lista ul li {
    margin-bottom: 10px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.box-assuntos {
    padding: 20px;
}

.ico-lista-lp {
    position: relative;
    max-width: 100%;
    margin-bottom: 20px !important;
}

.ico-lista-lp img {
    max-width: 61px;
}

.texto-box-assuntos {
    padding: 0px;
    font-size: 18px;
}

.ico-lista-lp .vc_single_image-img.attachment-full {
    max-width: 60px;
}

.texto-lp-centro p {
    padding: 0 10px;
}

.\31 -terco img {
    max-width: 90%;
}

#post-221 .vc_column-inner {
    padding-top: 0px;
}

}

@media only screen and (max-width: 340px) {

	.servicos-home, .servicos-home-vermelho {
    width: 98% !important;
    padding: 15px !important;
    min-height: 455px !important;
}

.servicos-home-vermelho .titulo-servico-home h3 {
    font-size: 33px;
}

.texto-servico-home p {
    font-size: 17px;
}

.vc_row.wpb_row.vc_row-fluid.img-cima-depo {
    margin-bottom: -11px !important;
}

.img-deco-quem-somos {
    right: -39%;
}

.links-contato a {
    color: #fff;
    font-size: 19px;
    text-align: center;
    text-decoration: navajowhite;
    padding: 0 20px;
    transition: all 0.2s;
    font-weight: bold;
}


#post-221 .titulo-landing-info h2 {
    margin-bottom: 0px;
    font-size: 28px;
    max-width: 100% !important;
}

}