

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');

@font-face {
   font-family: 'DinPro-Medium';
   src: url('../fonts/DinPro-Medium/DinPro-Medium.eot');
   src: url('../fonts/DinPro-Medium/DinPro-Medium.eot') format('embedded-opentype'),
        url('../fonts/DinPro-Medium/DinPro-Medium.woff') format('woff'),
        url('../fonts/DinPro-Medium/DinPro-Medium.ttf') format('truetype'),
        url('../fonts/DinPro-Medium/DinPro-Medium.svg') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'FontAwesome';
   src: url('../fonts/FontAwesome/FontAwesome.eot');
   src: url('../fonts/FontAwesome/FontAwesome.eot') format('embedded-opentype'),
        url('../fonts/FontAwesome/FontAwesome.woff') format('woff'),
        url('../fonts/FontAwesome/FontAwesome.ttf') format('truetype'),
        url('../fonts/FontAwesome/FontAwesome.svg') format('svg');
   font-weight: normal;
   font-style: normal;
}

*, *:after, *:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/***********************************/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-plus:before {
    content: "\f067";
}

.fa-user:before {
    content: "\f007";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-comment-o:before {
    content: "\f0e5";
}

/***********************************/

object{
    display: none;
}

body{
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 62.5%;
    color: #000;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: inherit;
}

.browserupgrade{
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 7.5px 0;
    margin: 0;
}

.browserupgrade a{
    color: #fff;
}

/*********************************************/

.container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.container::after,
.container::before{
    content: "";
    display: table;
    clear: both;
}

.sb-toggle-right,
.sb-toggle-left{
    width: 50px;
    margin: 6px 0;
    cursor: pointer;
    display: none;
    padding: 10px 13px;
    position: relative;
    background-color: transparent;
}

.sb-toggle-right{
    float: right;
}

.sb-toggle-left{
    float: left;
}

.navicon-line{
    width: 24px;
    height: 4px;
    opacity: 1;
    margin-bottom: 3px;
    background-color: #000;
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    transition: all 500ms ease;
}

.navicon-line:last-child{
    margin-bottom: 0;
}

.boxSocial{
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
}

.boxSocial .boxSocial__icon{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    margin: 0 10px 0 0;
    transition: all 500ms ease;
}

.boxSocial .boxSocial__icon a{
    text-decoration: none;
}

.boxSocial .boxSocial__icon:last-child{
    margin-right: 0;
}

.boxSocial .boxSocial__icon .fa{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5em;
    transition: all 500ms ease;
}

.boxLink{
    width: 100%;
    clear: both;
    overflow: hidden;
}

.boxLink .boxLink__link{
    display: table;
    float: left;
    margin: 0 auto;
    cursor: pointer;
}

.boxLink .boxLink__link.center{
    float: none;
}

.boxLink .boxLink__link.right{
    float: right;
}

.boxLink .button{
    color: #fff;
    display: block;
    overflow: hidden;
    height: 40px;
    border: 2px solid #be2819;
    background-color: #be2819;
    transition: all 500ms ease;
}

.boxLink .button:hover{
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.boxLink .button.invert{
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.boxLink .button.invert:hover{
    background-color: #be2819;
    border-color: #be2819;
    color: #000;
}

.boxFigure{
    width: 100%;
    float: none;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.cover{
    margin: 0 auto;
    width: 100%;
    display: block;
}

.cover-ajust{
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.boxLink .button .button__text{
    float: left;
    font-size: 1.5em;
    line-height: 34px;
    height: 36px;
    overflow: hidden;
    padding: 0 10px 0 25px;
    color: #fff;
    text-transform: uppercase;
}

.boxLink .button .button__icon{
    float: left;
    height: 36px;
    line-height: 38px;
    padding: 0;
    display: block;
    font-size: .8em;
    text-align: center;
    padding-right: 22px;
}

.boxLink .button .button__icon .fa{
    margin: 0;
    border: none;
    color: inherit;
    width: 20px;
    font-size: 2.25em;
}

.boxTitle{
    width: 100%;
    position: relative;
    float: none;
    clear: both;
    margin-bottom: 25px;
}

.boxTitle.center .boxTitle__title{
    text-align: center;
}

.boxTitle .boxTitle__title{
    font-size: 3.6em;
    display: block;
    position: relative;
    margin: 0;
    color: #be2819;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.boxText{
    width: 100%;
    display: block;
    color: #6f7070;
    font-size: 1.5em;
    line-height: 1.5em;
    position: relative;
}

.boxText p{
    width: 100%;
    margin: 0;
    font-size: 1em;
    display: block;
    line-height: inherit;
}

.boxText p a{
    color: inherit;
    text-decoration: underline;
}

.boxText ul{
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.boxText ul li{
    width: 100%;
    display: block;
    margin-bottom: 18px;
    position: relative;
}

.boxText ul li::before{
    content: "";
    width: 37px;
    height: 8px;
    float: left;
    display: block;
    background: url(../img/icons/list-arrow.png) no-repeat 50%/100%;
    top: 6px;
    position: relative;
    margin-right: 10px;
}

.boxForm{
    width: 100%;
    display: block;
    position: relative;
}

.element-form ::-webkit-input-placeholder{           color: #000;}
.element-form ::-moz-placeholder{                    color: #000;}
.element-form :-ms-input-placeholder{                color: #000;}
.element-form :-moz-placeholder{                     color: #000;}

.boxForm .form{
    width: 100%;
    margin: 0 auto;
}

.form .element-form{
    width: 100%;
    padding: 0;
    border: none;
    position: relative;
    margin: 0 0 15px;
}

.form .element-form.width-50{
    width: calc(50% - 15px);
}

.form .element-form.width-50.left{
    float: left;
}

.form .element-form.width-50.right{
    float: right;
}

.form .element-form:last-child{
    margin-bottom: 0;
}

.element-form .input-text,
.element-form .select-list,
.element-form .textarea-message{
    width: 100%;
    height: 42px;
    display: block;
    outline: none;
    padding: 0 15px;
    font-size: 1.3em;
    background-color: #fff;
    letter-spacing: .5px;
    border: 2px solid #be2819;
    transition: all 500ms ease;
    font-family: 'Montserrat';
    font-weight: 600;
}

.element-form ::-webkit-input-placeholder {                     color: #aaa;}
.element-form ::-moz-placeholder {                              color: #aaa;}
.element-form :-ms-input-placeholder {                          color: #aaa;}
.element-form :-moz-placeholder{                                color: #aaa;}

.element-form .select-list{
    padding: 0 10px;
    text-transform: uppercase;
}

.element-form .textarea-message{
    height: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
    resize: none;
}

.element-form .input-text:focus,
.element-form .textarea-message:focus{
    border-color: #000;
}

.box-inputfile{
    width: 100%;
    display: block;
    border: 1px solid #000;
    position: relative;
    padding: 8px 10px 8px 15px;
    float: left;
}

.box-inputfile .text{
    width: calc(100% - 85px);
    color: #000;
    height: 24px;
    display: block;
    float: left;
    font-size: 1.35em;
    line-height: 24px;
    letter-spacing: 1px;
    overflow: hidden;
}

.box-inputfile .input-file{
    color: #000;
    float: right;
    height: 24px;
    width: 80px;
    padding: 0;
    display: block;
    overflow: hidden;
    font-size: 1.15em;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
}

.input-submit{
    color: #aaa;
    height: 34px;
    outline: none;
    padding: 0 40px;
    font: normal 600 1.3em/1em 'Montserrat';
    border: 2px solid #be2819;
    background-color: transparent;
}

.boxMap{
    height: 350px;
    width: 100%;
    clear: both;
    position: relative;
}

.map{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*********************************************/

.container{
    margin: 0 auto;
    clear: both;
    position: relative;
}

.container::after,
.container::before{
    content: "";
    display: table;
    clear: both;
}

.header-site{
    width: 100%;
    clear: both;
    overflow: hidden;
}

.header-site .header-site__top{
    background-color: #717171;
    padding: 10px 0;
}

.OptionTranslate{
    float: right;
}

.phone-contact{
    float: left;
    margin-right: 25px;
}

.phone-contact p{
    margin: 0;
    color: #fff;
    position: relative;
    font: normal normal 1.3em/18px 'Montserrat';
}

.phone-contact p::before{
    content: "\f095";
    font-family: 'FontAwesome';
    color: #da2e2e;
    font-size: 1.5em;
    height: 18px;
    line-height: 18px;
    float: left;
    margin-right: 10px;
    -webkit-transform: rotate(15deg) translate(0, 1px);
    -moz-transform: rotate(15deg) translate(0, 1px);
    -ms-transform: rotate(15deg) translate(0, 1px);
    transform: rotate(15deg) translate(0, 1px);
}

.phone-contact p .number{
    font-weight: 600;
    font-size: 1.1em;
}

.language{
    float: left;
}

.language .language__item{
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.language .language__item:last-child{
    margin-right: 0;
}

.language .language__item .icon{
    width: 26px;
    height: 18px;
    display: block;
    text-indent: -999px;
    color: transparent;
    background-color: #000;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.language .language__item .icon.brasil{
    background-image: url(../img/icons/icon-brasil.png);
}

.language .language__item .icon.usa{
    background-image: url(../img/icons/icon-usa.png);
}

.language .language__item .icon.spanish{
    background-image: url(../img/icons/icon-spanish.png);
}

.language .language__item .icon.deutsch{
    background-image: url(../img/icons/icon-deutsch.png);
}

.header-site__content{
    width: 100%;
    background-color: #e2e1e1;
    padding: 30px 0;
}

.logo{
    overflow: hidden;
    margin: 0;
    display: block;
    float: left;
}

.logo a{
    width: 245px;
    height: 70px;
    display: block;
    color: transparent;
    text-indent: -9999px;
    background: url(../img/logo/dmv-brasil-logo.png) no-repeat 50%/100%;
}

.MenuMain{
    float: right;
    margin: 10px 0;
}

.MenuMain .MenuMain__list{
    float: left;
    display: block;
    overflow: hidden;
    margin: 0 -35px;
    padding: 0;
}

.MenuMain .MenuMain__list li{
    float: left;
    list-style-type: none;
}

.MenuMain .MenuMain__list li:nth-child(4){
    display: none;
}

.MenuMain .MenuMain__list li a{
    color: #9d1507;
    height: 50px;
    font: normal 600 1.5em/50px 'Montserrat';
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 35px;
}

.MenuMain .MenuMain__list li.active a{
    color: #222;
}

.Apresentation__background{
    width: 100%;
    position: relative;
}

.Apresentation__content{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
}

.Apresentation__content .container{
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.Apresentation__content .BoxContent{
    float: left;
    width: 100%;
    max-width: 375px;
}

.Apresentation__content .boxTitle .boxTitle__title,
.Apresentation__content .boxText{
    color: #fff;
}

.Apresentation__content .boxText{
    padding: 5px 0 25px 40px;
}

.Apresentation__content .boxText::before{
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    position: absolute;
    background-color: #be2819;
    -webkit-transform: translate(15px, 0);
    -moz-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0);
}

.Apresentation__content .boxText::after{
    content: "";
    bottom: 0;
    right: 0;
    width: calc(100% - 15px);
    height: 4px;
    position: absolute;
    background-color: #be2819;
    -webkit-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
}

.Apresentation__content .boxLink .button:hover{
    color: #fff;
    border: 2px solid #be2819;
    background-color: #be2819;
}

.Apresentation .Action{
    left: 50%;
    bottom: 0px;
    position: absolute;
    width: 100px;
    height: 40px;
    z-index: 9;
    -webkit-transform: translate(-50%, -35px);
    -moz-transform: translate(-50%, -35px);
    -ms-transform: translate(-50%, -35px);
    transform: translate(-50%, -35px);
}

.Apresentation .Action .swiper-button-prev,
.Apresentation .Action .swiper-button-next{
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
    margin-top: 0;
    background-color: rgba(226, 225, 255, .7);
    background-size: 15px auto;
}

.Apresentation .Action .swiper-button-prev{
    left: 0;
    background-image: url(../img/icons/icon-prev.svg);
}

.Apresentation .Action .swiper-button-next{
    right: 0;
    background-image: url(../img/icons/icon-next.svg);
}

.BoxCallAbout{
    width: 100%;
    background-color: #e4e4e4;
}

.wrapper{
    padding: 75px 0;
}

.BoxCallAbout .boxFigure{
    width: 265px;
    float: left;
}

.BoxCallAbout .boxText{
    padding-left: 325px;
    margin-bottom: 35px;
    background: url(../img/content/dmv-about.png) no-repeat 0 50%/265px 90px;
}

.BoxProduct__wrapper{
    width: 100%;
    background-color: #717171;
}

.BoxProduct .boxTitle{
    margin-bottom: 45px;
}

.BoxProduct .boxTitle .boxTitle__title{
    color: #fff;
}

.Grid{
    width: 100%;
}

.Grid .Grid__row{
    margin: 0 -15px;
}

.Grid .Grid__row__item{
    position: relative;
    float: left;
    margin-top: 30px;
    padding: 0 15px;
    width: 100%;
}

.product-box{
    width: 100%;
    position: relative;
}

.product-box .boxFigure{
    overflow: hidden;
    margin-bottom: 25px;
}

.product-box .cover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform 500ms ease;
}

.product-box .boxFigure:hover .cover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-box .boxName{
    width: 100%;
    clear: both;
}

.product-box .boxName .name{
    margin: 0;
    width: 100%;
    font-size: 1em;
    display: inline-block;
}

.product-box .boxName .name a{
    color: #fff;
    letter-spacing: .5px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 54px;
    font: normal 600 1.6em/25px 'Montserrat';
    transition: color 500ms ease;
}

.product-box .boxName .name:hover a{
    color: #000;
}

.product-box .boxName .name a::after{
    content: "\f067";
    top: 0;
    right: 0;
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    color: #fff;
    font-family: 'FontAwesome';
    background-color: #be2819;
    text-align: center;
    line-height: 32px;
    transition: background-color 500ms ease;
}

.product-box .boxName .name:hover a::after{
    background-color: #000;
}

.boxService{
    width: 100%;
    background-color: #2a2a2a;
}

.boxService .boxService__wrapper{
    background-size: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.boxService .boxTitle .boxTitle__title,
.boxService .boxText p{
    color: #fff;
}

.boxService .boxText{
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.7em;
}

.boxService .boxText p{
    max-width: 885px;
    display: table;
    margin: 0 auto;
}

.footer-site .footer-site__content{
    background-color: #be2819;
    padding: 35px 0;
}

.footer-site .ContactInfor,
.footer-site .Newsletter{
    width: calc(50% - 25px);
}

.footer-site .ContactInfor{
    float: left;
    margin: 17.5px 0;
}

.footer-site .ContactInfor p{
    color: #fff;
    font-size: 1.6em;
    margin: 0 0 20px;
    line-height: 20px;
    position: relative;
}

.footer-site .ContactInfor p.address::before,
.footer-site .ContactInfor p.phone::before{
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 1.5em;
    height: 18px;
    line-height: 18px;
    float: left;
    margin-right: 10px;
}

.footer-site .ContactInfor p.address::before{
    content: "\f095";
    -webkit-transform: rotate(15deg) translate(0, 1px);
    -moz-transform: rotate(15deg) translate(0, 1px);
    -ms-transform: rotate(15deg) translate(0, 1px);
    transform: rotate(15deg) translate(0, 1px);
}

.footer-site .ContactInfor p.phone::before{
    content: "\f041";
    margin-right: 15px;
}

.footer-site .ContactInfor p:last-child{
    margin-bottom: 0;
}

.footer-site .Newsletter{
    float: right;
}

.Newsletter .boxForm{
    width: 100%;
}

.Newsletter .element-form{
    float: left;
    margin-right: 20px;
    width: calc(50% - 60px);
    margin-bottom: 0;
}

.Newsletter .element-form:last-child{
    width: 80px;
    margin-right: 0;
}

.Newsletter .input-text{
    height: 34px;
    border-color: #8d180c;
}

.Newsletter .input-submit{
    color: #fff;
    height: 34px;
    width: 80px;
    padding: 0;
    background-color: #8d180c;
    border-color: #8d180c;
}

.boxCallNewsletter{
    width: 100%;
    margin: 0 0 12px;
    padding-left: 45px;
    position: relative;
}

.boxCallNewsletter::before{
    content: "";
    left: 0;
    bottom: 0;
    float: left;
    width: 34px;
    height: 39px;
    display: block;
    position: absolute;
    background: url(../img/icons/icon-mail.png) no-repeat 50%/100%;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
}

.boxCallNewsletter .label,
.boxCallNewsletter p{
    font-family: 'Montserrat';
    display: inline-block;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 600;
    width: 100%;
}

.boxCallNewsletter .label{
    font-size: 2.5em;
}

.boxCallNewsletter p{
    font-size: 1.6em;
}

.footer-site__bottom{
    width: 100%;
    background-color: #b22618;
    padding: 15px 0;
}

.footer-site__bottom .copyright,
.footer-site__bottom .dev-agency{
    font-size: 1.4em;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.footer-site__bottom .copyright{
    float: left;
}

.footer-site__bottom .dev-agency{
    float: right;
}

/***********************************/

.TopSection{
    clear: both;
}

.TopSection__wrapper{
    width: 100%;
    background: url(../img/content/top-section.png) no-repeat 50%/100%;
}

.TopSection .boxTitle{
    margin: 65px 0;
    position: relative;
}

.TopSection .boxTitle .boxTitle__title{
    color: #fff;
    display: table;
}

.TopSection .boxTitle .boxTitle__title::before{
    content: "";
    width: 300px;
    height: 4px;
    top: 50%;
    right: 0;
    margin-right: -10px;
    background-color: #9d1507;
    position: absolute;
    transform: translate(100%, -50%);
}

.TopSection .boxTitle .boxTitle__title::after{
    content: "";
    width: 86px;
    height: 4px;
    top: 50%;
    right: 0;
    position: absolute;
    margin-top: 44px;
    margin-right: -265px;
    background-color: #9d1507;
    transform: translate(100%, -50%) rotate(90deg);
}

.AboutContent .divisor{
    width: 50%;
    position: relative;
}

.AboutContent .divisor:nth-child(odd){
    padding-right: 15px;
    float: left;
}

.AboutContent .divisor:nth-child(even){
    padding-left: 15px;
    float: right;
}

.GalleryAbout{

}

.GalleryAbout__wrapper{
    background: url(../img/content/bg-gallery_about.jpg) no-repeat 50%/cover;
}

.GalleryAbout .boxTitle{
    margin-bottom: 40px;
}

.GalleryAbout .boxTitle .boxTitle__title{
    text-align: center;
    color: #fff;
}

.CarrosselGallery{
    width: 100%;
    position: relative;
}

.CarrosselGallery .CarrosselGallery_wrapper{
    width: calc(100% - 120px);
    margin: 0 auto;
    position: relative;
}

.CarrosselGallery .AboutGallery{
    width: 100%;
}

.CarrosselGallery .zoom{
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    display: block;
    overflow: hidden;
    background-color: #be2819;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: background-color 500ms ease;
}

.CarrosselGallery .AboutGallery__item:hover .zoom{
    background-color: #000;
}

.CarrosselGallery .zoom::before{
    content: "\f067";
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    line-height: 34px;
    font-family: 'FontAwesome';
}

.CarrosselGallery .Action{
    top: 50%;
    left: 50%;
    width: calc(100% + 120px);
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.CarrosselGallery .Action .prev,
.CarrosselGallery .Action .next{
    width: 40px;
    height: 40px;
    display: block;
    top: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.CarrosselGallery .Action .prev::before,
.CarrosselGallery .Action .next::before{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    color: #fff;
    font: normal normal 1.5em/40px FontAwesome;
}

.CarrosselGallery .Action .prev::before{
    content: "\f053";
}

.CarrosselGallery .Action .next::before{
    content: "\f054";
}

.CarrosselGallery .Action .prev{
    float: left;
}

.CarrosselGallery .Action .next{
    float: right;
}

body.produtos .BoxProduct__wrapper{
    background-color: transparent;
}

body.produtos .product-box .boxName .name a{
    color: #050505;
}

.LabelCategory{
    font-size: 2.4em;
    display: table;
    position: relative;
    margin: 0 0 30px 0;
    color: #050505;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
    cursor: default;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.LabelCategory::after{
    content: "";
    top: 50%;
    right: 0;
    width: 100px;
    height: 4px;
    margin-right: -10px;
    display: block;
    position: absolute;
    background-color: #be2819;
    transform: translate(100%, -50%);
}

.form.form-contact .element-form .input-text,
.form.form-contact .element-form .select-list,
.form.form-contact .element-form .textarea-message{
    height: 54px;
    font-weight: 400;
    padding-right: 60px;
}

.form.form-contact .element-form .textarea-message{
    height: 170px;
}

.element-form .icon{
    position: absolute;
    width: 50px;
    height: 54px;
    right: 0;
    top: 0;
    color: #be2819;
    text-align: center;
    font: normal normal 1.5em/54px 'FontAwesome';
}

.ContactInforHeader{
    width: 100%;
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
}

.ContactInforHeader .subtitle{
    font-size: 2.4em;
    display: block;
    position: relative;
    margin: 0;
    color: #050505;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    float: left;
}

.ContactInforHeader .infor{
    color: #6f7070;
    display: block;
    float: right;
    letter-spacing: .5px;
    position: relative;
    padding-left: 25px;
    font: normal 600 1.2em/36px 'Montserrat';
}

.ContactInforHeader .infor::before{
    content: "\f095";
    font-family: 'FontAwesome';
    color: #da2e2e;
    font-size: 1.5em;
    height: 18px;
    line-height: 18px;
    float: left;
    margin-right: 10px;
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(15deg) translate(0, -50%);
    -moz-transform: rotate(15deg) translate(0, -50%);
    -ms-transform: rotate(15deg) translate(0, -50%);
    transform: rotate(15deg) translate(0, -50%);
}

.form-contact .input-submit{
    height: 50px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.form-contact .input-submit:hover{
    background-color: #050505;
    border-color: #050505;
    color: #fff;
}

.BoxMapa__wrapper{
    background-color: #202020;
}

.BoxMapa .ContactInforHeader .subtitle,
.BoxMapa .ContactInforHeader .infor{
    color: #fff;
}

.BoxMapa .ContactInforHeader .infor::before{
    content: "\f041";
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.BoxMapa .ContactInforHeader .subtitle::after{
    content: "";
    top: 50%;
    right: 0;
    position: absolute;
    width: 150px;
    height: 4px;
    display: block;
    margin-right: -10px;
    overflow: hidden;
    background-color: #9d1507;
    transform: translate(100%, -50%);
}

.boxMap{
    width: 100%;
    height: 400px;
    position: relative;
}

.boxMap .map{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: red;
}

/*****************************************/

.boxTitle .title_product{
    position: absolute;
    font-family: 'Montserrat';
    display: block;
    color: #6b6b6b;
    text-transform: uppercase;
    line-height: 1.2em;
    z-index: 6;
    font-size: 1.4em;
    font-weight: 600;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.BlockContent{
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
}

.BlockContent:last-child{
    margin: 0;
}

.BlockContent strong,
.BlockContent b{
    width: 100%;
    font-size: 1.5em;
    display: block;
    position: relative;
    margin: 0 0 25px;
    color: #050505;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: .5px;
    font-family: 'Montserrat';
    float: left;
}

.BlockContent .subtitle-through strong,
.BlockContent .subtitle-through b{
    padding-left: 40px;
}

.BlockContent .subtitle-through strong::before,
.BlockContent .subtitle-through b::before{
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    display: block;
    position: absolute;
    background-color: #be2819;
    transform: translate(0, -50%);
}

.BlockContent .boxText{
    float: left;
}

.BlockContent.with-image .boxText{
    width: calc(100% - 470px);
}

.BlockContent.with-image .boxFigure{
    float: right;
    max-width: 450px;
}

.BlockContent.with-image-2 .boxText{
    width: calc(100% - 380px);
    text-align: justify;
}

.BlockContent.with-image-2 .boxFigure{
    float: right;
    max-width: 350px;
}

.BlockContent .boxText ul li{
    width: 100%;
    padding-right: 15px;
}

.BlockContent .boxText ul li:nth-child(2){
    padding-right: 0;
}

.BlockContent.with-image-2{
    padding: 35px 0;
    border-top: 2px solid #eee;
}

.BlockContent.with-image-2:first-child{
    border-top: none;
    padding-top: 0;
}

.BlockContent.with-image-2 .boxText ul li{
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
}

.btn-more{
    width: 100%;
    font-size: 1.4em;
    display: block;
    position: relative;
    margin: 20px 0 0;
    color: #050505;
    font-weight: 600;
    font-family: 'Montserrat';
    float: left;
    line-height: 40px;
    height: 40px;
}

.btn-more::after{
    content: "\f067";
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 1em;
    text-align: center;
    line-height: 34px;
    margin: 3px 0;
    background-color: #be2819;
    font-family: 'FontAwesome';
    transition: background-color 500ms ease;
}

.btn-more:hover::after{
    background-color: #050505;
}

.ProductRelatorio{
    margin-top: 35px;
}

.boxCaption{
    width: 100%;
    clear: both;
    overflow: hidden;
}

.boxCaption .name{
    font-family: 'Montserrat';
    display: block;
    color: #050505;
    line-height: 1.2em;
    font-size: 1.6em;
    font-weight: 600;
    margin: 0 0 15px;
}

.boxCaption .description{
    color: #6f7070;
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 25px;
}

.boxCaption .more_infor{
    width: 100%;
    clear: both;
}

.boxCaption .tag_label{
    color: #be2819;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px;
}

.boxCaption .more_infor p{
    color: #6f7070;
    font-size: 1.4em;
    line-height: 2.5em;
    margin: 0;
}

.boxCaption .more_infor br{
    border-bottom:1px dashed black;
    display:block;
}



@media (min-width: 768px) {
    .container{
        width: calc(100% - 60px);
    }

    .col-3 .Grid__row__item{
        width: 33.3333%;
    }

    .col-3 .Grid__row__item:nth-child(-n+3){
        margin-top: 0;
    }

    .col-4 .Grid__row__item{
        width: 25%;
    }

}

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

    .logo{
        display: table;
        float: none;
        margin: 0 auto 25px;
    }

    .MenuMain{
        width: auto;
        margin: 0 auto;
        float: none;
        display: table;
    }

    .boxTitle .boxTitle__title{
        font-size: 3em;
    }

    .Apresentation__content .boxText{
        padding: 0;
    }

    .Apresentation__content .boxText::before,
    .Apresentation__content .boxText::after{
        display: none;
    }

    .Apresentation__content .boxTitle,
    .Apresentation__content .boxText{
        margin-bottom: 15px;
    }

    .Apresentation__content .boxLink .boxLink__link.right{
        float: left;
    }

    .Apresentation__content .BoxContent{
        max-width: 450px;
    }

    .Apresentation .Action{
        right: 0;
        left: auto;
        -webkit-transform: translate(-30px, -25px);
        -moz-transform: translate(-30px, -25px);
        -ms-transform: translate(-30px, -25px);
        transform: translate(-30px, -25px);
    }

    .product-box .boxName .name a{
        font-size: 1.2em;
        line-height: 20px;
    }

    /********************************************/

    .TopSection .boxTitle .boxTitle__title::after{
        width: 82px;
        margin-top: 42px;
        margin-right: -267px;
    }

    /*******************************************/

    .BlockContent.with-image .boxFigure{
        width: 350px;
    }

    .BlockContent.with-image .boxText{
        width: calc(100% - 370px);
    }

}

@media (min-width: 992px) {

    .container{
        width: calc(100% - 100px);
    }

}

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

    .Apresentation .Action{
        -webkit-transform: translate(-50%, -15px);
        -moz-transform: translate(-50%, -15px);
        -ms-transform: translate(-50%, -15px);
        transform: translate(-50%, -15px);
    }

}

@media (min-width: 1200px) {

    .container{
        width: 1100px;
    }

}

@media (max-width: 991px){
    .footer-site .ContactInfor{
        width: 100%;
        margin: 0 0 30px;
    }

    .footer-site .ContactInfor p{
        margin: 0 0 12px;
    }

    .footer-site .ContactInfor p{
        text-align: center;
    }

    .footer-site .ContactInfor p::before{
        display: none;
    }

    .footer-site .Newsletter{
        width: 100%;
        max-width: 350px;
    }

    .footer-site .Newsletter{
        width: 100%;
        max-width: 350px;
        float: none;
        margin: 0 auto;
    }

    .boxCallNewsletter{
        overflow: hidden;
        padding-left: 0;
        text-align: center;
    }

    .boxCallNewsletter::before{
        display: none;
    }

    .Newsletter .element-form{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .Newsletter .input-text{
        height: 42px;
    }

    .Newsletter .element-form:last-child{
        width: 100%;
    }

    .Newsletter .input-submit{
        display: table;
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 767px) {
    .container{
        width: calc(100% - 30px);
    }

    .header-site__content{
        padding: 20px 0;
    }

    .logo a{
        width: 175px;
        height: 50px;
    }

    .sb-toggle-right,
    .sb-toggle-left{
        display: block;
    }

    .MenuMain{
        width: 100%;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 500ms ease;
    }

    .MenuMain.show{
        max-height: 450px;
    }

    .MenuMain .MenuMain__list{
        margin: 0;
        width: 100%;
        padding: 25px 0 0;
    }

    .MenuMain .MenuMain__list li{
        width: 100%;
    }

    .MenuMain .MenuMain__list li a{
        width: 100%;
        padding: 0;
        text-align: right;
        display: block;
        line-height: 40px;
        height: 40px;
        font-size: 1.3em;
    }

    .Apresentation__content{
        background-color: #fff;
        position: relative;
        height: auto;
        padding: 35px 0 100px;
    }

    .Apresentation__content .boxText{
        padding: 0;
    }

    .Apresentation__content .boxTitle,
    .Apresentation__content .boxText{
        margin: 0 0 15px;
    }

    .Apresentation__content .boxText::before,
    .Apresentation__content .boxText::after{
        display: none;
    }

    .Apresentation__content .container{
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .Apresentation__content .BoxContent{
        max-width: none;
    }

    .Apresentation__content .boxTitle,
    .Apresentation__content .boxText{
        text-align: center;
        color: #000;
    }

    .Apresentation__content .boxTitle .boxTitle__title{
        color: #000;
    }

    .Apresentation__content .boxLink .boxLink__link.right{
        float: none;
        margin: 0 auto;
    }

    .boxTitle .boxTitle__title{
        font-size: 2.5em;
    }

    .boxText{
        font-size: 1.3em;
    }

    .Apresentation .Action .swiper-button-prev,
    .Apresentation .Action .swiper-button-next{
        background-color: #555;
    }

    .wrapper{
        padding: 50px 0;
    }

    .BoxCallAbout .boxText{
        padding-left: 0;
        padding-top: 105px;
        background-size: 236px 80px;
        background-position: 0 0;
    }

    .BoxCallAbout .boxLink .boxLink__link.right{
        display: table;
        float: left;
    }

    .col-3 .Grid__row__item{
        width: 50%;
    }

    .col-3 .Grid__row__item:nth-child(-n+2){
        margin-top: 0;
    }

    .product-box .boxName .name a{
        font-size: 1.5em;
        line-height: 22px;
    }

    /******************************/

    .TopSection .boxTitle{
        margin: 40px 0;
    }

    .TopSection .boxTitle .boxTitle__title::before,
    .TopSection .boxTitle .boxTitle__title::after{
        display: none;
    }

    .AboutContent__wrapper > .container{
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
    }

    .AboutContent__wrapper > .container .divisor:nth-child(1){
        order: 2;
        padding-right: 0;
    }

    .AboutContent__wrapper > .container .divisor:nth-child(2){
        order: 1;
        padding-left: 0;
        margin-bottom: 25px;
    }

    .AboutContent .divisor{
        width: 100%;
    }

    /*********************************/

    .LabelCategory{
        font-size: 2em;
    }

    /********************************/

    .ContactInforHeader .subtitle{
        font-size: 2.2em;
    }

    .form-contact .input-submit{
        display: table;
        margin: 0 auto;
        float: none;
    }

    /*********************************/

    .boxMap{
        height: 250px;
    }

    .BoxMapa .ContactInforHeader .subtitle::after{
        display: none;
    }

    /**************************************/

    .TopSection__wrapper{
        background-size: 115%;
    }

    .BlockContent.with-image .boxText{
        width: 100%;
        margin: 0;
    }

    .BlockContent.with-image .boxFigure{
        display: none;
    }

    .BlockContent .boxText ul li{
        width: 100%;
        padding-right: 0;
    }

    .BlockContent.with-image-2 .boxText{
        width: 100%;
    }

    .BlockContent.with-image-2 .boxFigure{
        display: none;
    }

    .BlockContent.with-image-2{
        margin-bottom: 0;
    }



}

@media (max-width: 480px) {

    .phone-contact .label{
        display: none;
    }

    .col-3 .Grid__row__item{
        width: 100%;
    }

    .col-3 .Grid__row__item:nth-child(2){
        margin-top: 30px;
    }

    .ContactInforHeader .subtitle{
        width: 100%;
        text-align: center;
    }

    .ContactInforHeader .infor{
        display: block;
        text-align: center;
        width: 100%;
    }

    .ContactInforHeader .infor::before{
        display: none;
    }

}
