/* Fontes necessarias para layout*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/* Site (Body) */
#site {
	color: #666666;
	font-family: "Lato", "Montserrat";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9em;
    margin: 0 !important;
	overflow-y: scroll;
}

/* Wrap */
#wrap {
	overflow: hidden;
	position: relative;
}

/* Header */
#header {
    position: relative;
    z-index: 1;
}
.cabecalho {
    background: #303c9c;
    color: #ffffff;
    font-size: 15pt;
}

/* Logo */
.logo {
    margin: 15px 0 30px 0;
}
@media (min-width: 1024px) {
    .logo a {
        display: block;
        margin: 0 0 -10px;
        text-align: center;
    }
}

/* Header Right */
.header-right {
	padding: 30px 0;
}

/* Social Media */
.social {
    display: flex;
    align-items: center;
}
.social-media {
	display: table;
    width: 100%;
    font-size: 14px;
}
.social-media ul.social {
    float: right;
}
.social-media ul.social > li {
	float: left;
	margin: 0 0 0 10px;
}
.social-media ul.social > li:first-child {
	margin: 0;
}
.social-media ul.social > li > a {
    display: block;
    height: 50px;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    transition: all 0.3s ease;
    width: 25px;
}
.social-media ul.social > li > a:before {
    background-image: url(../images/icons/sprite-icones-home.png);
    background-position: center 0;
    background-repeat: no-repeat;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.28s ease-in;
    width: 100%;
}
.social-media ul.social > li.facebook > a:before {
	background-position: center 0;
}
.social-media ul.social > li.instagram > a:before {
	background-position: center -65px;
}
.social-media ul.social > li.facebook:hover > a:before {
	background-position: center -28px;
}
.social-media ul.social > li.instagram:hover > a:before {
	background-position: center -91px;
}
.social-media ul.social > li.youtube:hover > a:before {
	background-position: center -157px;
}
.infos {
    font-weight: 600;
    color: #fff;
}

/* Nav */
.nav {
	margin: 45px 0 0;
}
.nav .link-toggle-menu {
	display: none;
}
.nav ul.menu {
    display: table;
}
.nav ul.menu > li {
    float: left;
    margin: 0 0 0 17px;
}
.nav ul.menu > li:first-child {
	margin: 0;
}
.nav ul.menu > li > a {
	color: #0b1eae;
	display: block;
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
    transition: all 0.28s ease-in-out;
    text-align: center;
    cursor: pointer;
}
.nav ul.menu > li:hover > a,
.nav ul.menu > li.active > a {
	color: #e43838;
}
.elipse-banner {
    margin-top: 23%;
}
.elipse-banner h2 {
    color: #303c9c;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    background-image: url(../images/backgrounds/bg-slide-variedade.png);
    background-position: center 0;
    background-repeat: no-repeat;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    padding: 0;
    z-index: 1;
    background: #fbfbfb;
}
.dropdown-content a {
    color: #0b1eae;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.28s ease-in-out;
    height: 70px;
    width: 250px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px #ccc inset;
    -moz-box-shadow: 0px 0px 10px #ccc inset;
    box-shadow: 0 45px 20px #00000008 inset;
}
.dropdown-content img {
    margin-left: 35px;
    margin-right: 15px;
}
.dropdown:hover .dropdown-content {
    display: block;
}

/* Frases Destaque */
#frases-destaque {  }
#frases-destaque .inner {
    background-color: #0b1eae;
    box-sizing: border-box;
    display: table;
    margin-top: -40px;
    max-width: 100%;
    padding: 44px 25px 43px;
    position: relative;
    width: 100%;
    z-index: 1;
}
@media (min-width: 1024px) {
    #frases-destaque .inner {
        background-image: url(../images/backgrounds/bg-frases.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
#frases-destaque .item {
    box-sizing: border-box;
    position: relative;

}
@media (min-width: 1024px) {
    .block-address .block {
        padding: 40px 90px;
    }
    #frases-destaque .item {
        float: left;
        padding: 0 40px;
        width: 33.33%;
    }
    #frases-destaque .item:nth-child(1) {
        width: 36%;
    }
    #frases-destaque .item:nth-child(2) {
    	width: 29%;
    }
    #frases-destaque .item:nth-child(3) {
    	width: 35%;
    }
    #frases-destaque .item:before {
        background-color: #5489b8;
        content: "";
        height: 100px;
        left: 0;
        margin-top: -50px;
        position: absolute;
        top: 50%;
        width: 2px;
    }
    #frases-destaque .item:first-child:before {
        display: none;
    }
}
#frases-destaque .item h2 {
	color: #fff22d;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}
#frases-destaque .item p {
	color: #ffffff;
	font-size: 16px;
	margin: 3px 0 0;
}

/* Produtos */
#produtos {
	margin: 70px 0 0;
}
#produtos a.btn-link {
    margin: 30px auto 0;
}
.produtos-listagem {
    display: block;
    margin: 0 auto !important;
}
.produtos-listagem p span{
    font-weight: bold;
}
.produtos-listagem .items .row {
	margin: 70px 0 0;
}
.produtos-listagem .items .row:first-child {
	margin: 0;
}
.produtos-listagem .item {
    text-align: center;
    margin: 25px 8px;
}
.produtos-listagem .item figure {
    margin: 0 0 -90px;
    position: relative;
}
.produtos-legenda {
    font-size: 12px;
    margin-left: 3px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 4px 0 4px;
    background: #DA7A23;
    color: #fff;
    position: absolute;
}
.separar {
    border-top: 11px solid #3838381f;
    padding: 16px 0 0 0;
    margin-top: 28px;
}
@media (min-width: 1024px) {
    .produtos-listagem .item figure:after {
        bottom: -5px;
        left: 75px;
    }
}
.produtos-listagem .item .item-content {
    background-color: #ffffff;
    background-image: url(../images/backgrounds/bg-produtos.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    border: solid 1px #cccccc;
    box-sizing: border-box;
    height: auto;
    padding: 110px 15px 30px;
}
.produtos-listagem .item .item-content h2 {
	color: #333333;
	font-size: 18px;
    font-weight: bold;
	margin: 0 0 20px;
}
.produtos-listagem .item .item-content h2 + p {
	margin: 0;
    margin-top: -10px;
}
.produtos-listagem .item .item-content p {
    color: #666666;
    font-size: 16px;
    line-height: 1.6em;
}

/*View Tratores*/
#produtos-view h5{
    color: #4c4c4c;
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: solid 1px #4c4c4c;
}

/* Quem Somos */
#quem-somos {
    padding: 40px 0 90px 0;
}
#quem-somos h2 {
    font-size: 40px;
    color: #0b1eae;
    margin-bottom: -15px;
}
#quem-somos h3 {
    color: #afb6f5;
    font-size: 18px;
    text-transform: uppercase;
    margin: 35px 0;
}
#quem-somos .bloco-texto {
    font-size: 22px;
    padding-left: 74px;
}
#quem-somos .titulo {
    color: #fff;
    font-weight: 900;
}
.titulo {
    font-size: 70px;
}
#quem-somos h2 span {
    font-weight: 900;
    font-style: italic;
}
.subtitulo {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}
.bloco-texto p {
    font-size: 16px;
    padding-bottom: 10px;
}
.bloco-texto a {
    font-size: 16px;
    text-transform: uppercase;
    color: #0b1eae;
    font-weight: 900;
}

@media (min-width: 641px) {
    #quem-somos {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-home{
        background-image: url(../images/backgrounds/bg-historia.png);
        width: 100%;
        height: 730px;
        margin: -180px 0 -150px 0;
        position: static;
    }
    .bg-sobre{
        background-image: url(../images/backgrounds/sobre-missoes.png);
        min-height: 590px;
        margin: 0;
    }
    .bg-transporte{
        background-image: url(../images/backgrounds/bg-transporte.png);
        width: 100%;
        height: 640px;
        margin: 100px 0 -120px 0;
    }
    .pagina-quem-somos .missao .valores {
        margin-left: -30px;
    }
    .pagina-transporte .tamanhoForm {
        padding: 0 190px;
    }
}
#quem-somos figure {
    margin: 0;
}
@media (max-width: 640px) {
    .bg-home{
        background-image: url(../images/backgrounds/bg-historia.png);
        width: 100%;
        height: 730px;
        margin: -250px 0 40px 0 !important;
    }
    .bg-transporte {
        background-image: url(../images/backgrounds/bg-transporte.png);
        height: auto;
        margin: 40px 0 -120px 0;
        padding-bottom: 70px;
    }
    .section-background {
        font-size: 54px;
    }
    .section-background.historia {
        margin: 275px 0 -30px -10px;
        letter-spacing: 0px;
    }
    .section-background.qualidade {
        margin: 40px 0 -33px -10px;
        letter-spacing: -4px;
    }
    .menu_footer {
        margin-top: 50px;
    }
}
@media (min-width: 1024px) {
    #quem-somos figure {
        float: left;
    }
    .pagina-quem-somos .missao .valores {
        margin-left: -26px;
    }
}
#quem-somos .content {
    padding: 30px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
@media (min-width: 1024px) {
    #quem-somos .content {
        float: right;
        margin-top: -40.5%;
        max-width: 625px;
    }
    #quem-somos.home .content {
        margin-top: -25.5% !important;
    }
}
#quem-somos .content h2 {
    font-size: 36px;
    margin: 0;
}
#quem-somos .content p {
    font-size: 17px;
    line-height: 1.5em;
    margin: 10px 0 0;
}

/* Footer */
#footer {
    background-image: url(../images/backgrounds/bg-footer.png);
	background-position: 0 0;
    color: #ffffff;
    padding: 30px 0;
}
#footer {
	overflow: hidden;
}
#footer {  }
#footer img {
    background-color: #fff;
    border-radius: 0 0 50px 50px;
    display: block;
    padding: 20px 20px 20px;
    text-align: center;
}

.bottom.clearfix.dev {
    margin-top: 25px;
}
#footer .bottom {  }
#footer .bottom .copyright {
	text-align: right;
}
#footer .bottom .copyright p {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
}
#footer .bottom .aqua {
	padding: 2px 50px 0;
	text-align: left;
}
#footer .bottom .aqua a {
    background-image: url(../images/icons/sprite-icones-home.png);
    background-position: center -500px;
    background-repeat: no-repeat;
    display: block;
    left: 0;
    height: 14px;
    text-align: left;
    text-indent: -9999px;
	transition: all 0.28s ease-in;
    width: 50px;
    margin-left: -37px;
}
#footer .bottom .aqua a:hover {
	background-position: center -523px;
}
.menu_footer a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.8;
    margin-left: 12px;
}

/* Breadcrumbs */
#breadcrumbs {
    background-image: url(../images/backgrounds/bg-breadcrumbs.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 50px;
    padding: 40px 0 30px;
    border-bottom: solid 10px #0b1eae;
}
#breadcrumbs h1{
    color: #0b1eae;
    font-size: 40px;
    font-weight: 900;
}
#breadcrumbs h3{
    color: #333;
}

/* Content */
#content {
	margin: 0 0 120px;
}

/* Pagina Quem Somos */
.pagina-quem-somos { }
.pagina-quem-somos img {
    height: 110px;
    width: 120px;
}
.pagina-quem-somos .missao {
	margin: 70px 0 0;
}
.pagina-quem-somos .missao .item {
    min-height: 245px;
}
.pagina-quem-somos .missao .item h2 {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    color: #0b1eae;
    margin-left: -40px;
}
.pagina-quem-somos .missao .item p {
	line-height: 1.5em;
    font-size: 17px;
}
.pagina-quem-somos .missao .item h2 + ul {
	margin: 0;
}

/* Pagina Transporte de Pranchas */
.pagina-transporte {
	display: block;
	margin: 0 auto;
}
.pagina-transporte .block-form h4 {
    font-size: 50px;
    color: #e02121;
    margin: 10px 0 10px;
    text-align: center;
    font-weight: 900;
}
.pagina-transporte .block-form h5 {
    font-size: 36px;
    color: #fff;
    margin: 100px 0 0px;
    text-align: center;
    font-weight: lighter;
}
#transporte {
    background-image: url(../images/backgrounds/bg-transporte.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 70px 0 90px;
    text-align: center;
}
#transporte .section-title {
	color: #ffffff;
}
#transporte p {
	display: block;
	font-size: 17px;
	line-height: 1.6em;
	margin: 0 auto;
	max-width: 750px;
}
#transporte a {
	margin: 30px auto 0;
}
#validacao {
    margin-bottom: 20px;
    font-family: 'Asap';
    font-size: 15px;
}
#load{
    display: none;
}

/* Forms */
.block-form {
    margin: 30px 0 0;
}
.block-form h2 {
    color: #0b1eae;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}
.block-form form {  }
.block-form form .fields {  }
.block-form form .fields .row-bg {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 50px;
}
.block-form form .fields .row-bg .field {
    display: table;
    margin: 0 auto;
    width: auto;
}
.block-form form .field {  }
.block-form form .field-block > label,
.block-form form .field > label {
    color: #000000;
    display: table;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 10px;
}
.block-form form .field-block > label > span,
.block-form form .field > label > span {
    color: #0b1eae;
}
.pagina-transporte .block-form form .field .inputbox {
    border: solid 0px #ffffff;
    border-radius: 5px;
    color: #757575;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    font-size: 16px;
    padding: 17px;    
}

.block-form form .field .inputbox {
    border: solid 0px #ffffff;
    border-radius: 5px;
    color: #757575;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    font-size: 16px;
    padding: 17px;
}
.block-form form .field .inputbox.select {
    padding: 16px 0 16px 13px;
}
.block-form form .field .inputbox.textarea {
    height: 150px;
    margin-top: 20px;
}
.block-form form .buttons {
    text-align: center;
}
.block-form form .buttons .button {
    background-color: #0b1eae;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: table;
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    padding: 20px 55px 19px 55px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.block-form form .buttons .button:hover {
    background-color: #1f33c3;
}
.pagina-transporte .block-form form .buttons .button {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.33);
    background-color: #e02121;
}
.pagina-transporte .block-form form .buttons .button:hover {
    background-color: #e43838;
}

/* Block Address */
.block-address {
    margin: 30px 0 0;
}
.block-adress .box {
    border: solid 2px red;
}
.block-address h2 {
    color: #0b1eae;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}
.block-address .block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 5px;
    margin: 70px 0 0;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.block-address .block:first-child {
    margin: 0;
}
.block-address .block.contact {
    text-align: left;
}
.block-address .contact h3 {
    color: #0b1eae;
    font-size: 16px;
    font-weight: bold;
    margin: 20px -25px;
    font-style: italic;
}
.block-address .contact h4 {
    color: #1f33c3;
    font-size: 28px;
    font-weight: bold;
    margin: -10px -5px;
}
.block-address .contact h4 a{
    color: #1f33c3;
    font-size: 18px;
}
.block-address .contact h4 a:hover{
    color: #0b1eae;
}
.block-address .contact p.phone:before {
    background-position: center -685px;
}
.block-address .contact p.email:before {
    background-position: center -745px;
    height: 30px;
}
.block-address > div .onde {
    font-size: 28px;
    font-weight: 900;
    color: #05355e;
}
.block-address > div .city {
    font-size: 16px;
    font-weight: bold;
    color: #0a20bd;
    text-transform: uppercase;
}
.block-address > div .como-chegar {
    font-size: 18px;
    font-weight: 900;
    color: #0a20bd;
    text-transform: uppercase;
    float: left;
    padding: 35px 0 0 0;
}
.block-address > div .ende {
float: left;
padding: 15px 0 0 0;
}

/* Pagina Orcamento */
.pagina-orcamento {
    display: block;
    margin: 0 auto;
    max-width: 945px;
}

/* Pagina Contato */
.pagina-contato {
    display: block;
    margin: 0 auto;
}
.todas-unidades{
    display: none;
}
.error{
    color: red !important;
}
#result_validacao{
    font-family: 'josefin_sansbold';
    margin-top: 0;
    color: #525251;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
#validacao{
    font-family: 'josefin_sansbold';
    margin-top: 0;
    color: #525251;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

/*FOOTER*/
#footer .chegar {
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 5px;
    margin: 80px 0 50px;
}
#footer .chegar p {
    line-height: 1.4em;
    padding: 0;
    position: relative;
}
#footer .chegar p:before {
    background-position: center -435px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    text-align: left;
    text-indent: -9999px;
    top: 3px;
    width: 35px;
}
#footer .chegar p a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.28s ease-in;
    transform: translateY(-50%);
}
#footer .chegar p a:hover {
    color: #0b1eae;
}
#footer .chegar {
    padding: 16px 0px 38px 24px;
    position: relative;
}
#footer .chegar:before {
    background-color: #3d3d3d;
    content: "";
    height: 40px;
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 1px;
}
#footer .chegar a {
    box-sizing: border-box;
    color: #ffffff;
    display: table;
    font-size: 16px;
    line-height: 1.3em;
    padding: 3px 25px 2px 55px;
    position: relative;
    transition: all 0.28s ease-in;
    width: 220px;
}
#footer .chegar a:before {
    background-position: center -435px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    text-align: left;
    text-indent: -9999px;
    top: 0;
    width: 35px;
}
#footer .chegar a:after {
    background-position: center -555px;
    background-repeat: no-repeat;
    bottom: 8px;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    right: 0;
    text-align: left;
    text-indent: -9999px;
    transition: all 0.28s ease-in-out;
    width: 15px;
}
#footer .chegar a:hover:after {
    background-position: center -585px;
}

/*VIEW TRATORES*/
#tratores-view p {
    font-size: 18px;
}
#tratores-view p.pagamento {
    font-size: 14px;
}
#tratores-view h3 {
    font-size: 32px;
    color: #0a20bd;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: -15px;
}
#tratores-view .textoviewtratores li {
    font-size: 16px;
    color: #0a20bd;
    font-weight: bold;
    line-height: 2;
}
#tratores-view h5{
    color: #4c4c4c;
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: solid 1px #0000003b;
    font-weight: bold;
}
.viewtratores{
    margin-top: 25px;
    height: 450px;
}
.viewtratores .textoviewtratores{
    text-align: justify;
    margin-left: 20px;
    width: 490px;
    line-height: 1.25;
}
.viewtratores .textoviewtratores ul {
    margin: 0;
    padding-right: 35px;
    text-align: left;
}
.viewtratores .textoviewtratores .recuo-left {
    margin-left: 30px;
    margin-bottom: 20px;
}
.viewtratores .textoviewtratores li:before {
    content: url(../images/icons/li-icon.png);
    display: block;
    width: 0px;
    height: 0;
    position: relative;
    right: 25px;
    top: 3px;
}
.viewcursos .especificacoescurso li{
    line-height: 1.5;
}
.bx-wrapper .bx-pager {
    bottom: -95px;
    margin-bottom: -60px;
} 
.bx-wrapper .bx-pager a {
    border: solid #ccc 1px;
    display: block;
    margin: 0 5px;
    padding: 3px;
}  
.bx-wrapper .bx-pager a:hover,
.bx-wrapper .bx-pager a.active {
    border: solid #5280DD 1px;
}  
.bx-wrapper {
    margin-bottom: 120px;
}