body {
    font-family: 'Open Sans', serif;
    margin: 0;
    padding: 0;
    color: #333333;
}





/* HEADER MENU FOOTER HOMEPAGE CSS */

#sticky-header {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 140px;
    z-index: 99999;
    background-color: #f7f7f7;
}

.header-wrapper {
    display: block;
    width: 100%;
    min-height: 60px;
}

.logo {
    max-width: 115px;
    max-height: 105px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
}

.logoBreaker {
    display: inline-block;
    width: 1px;
    height: 90px;
    margin: 20px 40px 0 50px;
    background-color: #CCC;
    vertical-align: middle;
}

.logo img {
    width: 100%;
    height: 100%;
}

.secondLogo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    max-width: 300px;
}

.secondLogo img {
    width: 100%;
    height: 100%;
}

.logo_mobile {
    display: none;
    width: 55px;
    height: 45px;
    margin-top: 10px;
}

.logo_mobile img {
    width: 100%;
    height: 100%;
}

ul.menu_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: table;
}

.menu_ul>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.menu_ul>li:not(:last-child) {
    padding-right: 20px;
}

.menu_ul>li>a {
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}

.menu_ul>li:hover ul.sub-menu_ul {
    display: block;
}

.menu_ul>li:hover>a {
    border-bottom: 2px solid #333333;
}

ul.sub-menu_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    width: 375px;
    background-color: #f7f7f7;
    right: 20px;
    top: 32px;
    display: none;
    padding: 20px 10px 10px;
}

.sub-menu_ul>li>a {
    color: #333333;
    font-size: 15px;
}

.sub-menu_ul li {
    padding-bottom: 10px;
}

.menu_desktop {
    display: block;
    width: 100%;
    padding-top: 60px;
    text-align: right;
}

.langs {
    position: absolute;
    right: 15px;
    bottom: 35px;
}

.langs_ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.langs_ul > li {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.langs_ul > li:last-child {
    padding-right: 0;
}

.langs_ul > li > a {
    text-decoration: none;
    color: #333;
    display: block;
}

.langs_ul > li > a > p {
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
}

.burger {
    display: none;
}

.menu_mobile {
    display: none;
}

.index_bck {
    width: 100%;
    min-height: 640px;
    padding-top: 140px;
    position: relative;
}

.index_bck span.icon-mouse {
    color: #FFF;
    font-size: 50px;
    position: absolute;
    bottom: 50px;
    transform: translateX(-50%);
    left: 50%;
}

.slider {
    min-height: 640px;
    width: 100%;
    display: inline-block;
}

.page_container {
    padding-top: 70px;
}

.service_homepage {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
    margin-bottom: 50px;
}

.service_homepage:nth-of-type(odd) {
    padding-right: 15px;
    border-right: 1px solid #ccc;
}

.service_homepage:nth-of-type(even) {
    padding-left: 15px;
}

.service_homepage:nth-last-of-type(2) {
    margin-bottom: 0;
}

.service_homepage:last-of-type {
    margin-bottom: 0;
}

.service_title span.icon-truck, .service_title span.icon-box2, .service_title span.icon-world, .service_title span.icon-box  {
    font-size: 50px;
    color: #666666;
    vertical-align: middle;
}

p.service_title {
    font-size: 24px;
    color: #333333;
    font-weight: 700;
}

p.service_text {
    font-size: 15px;
    color: #666666;
}

.service_homepage a.lermais {
    font-size: 14px;
    color: #FFF;
    background-color: #008585;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    
}

.footer {
    background-color: #191919;
    margin-top: 70px;
    padding-bottom: 50px;
    padding-top: 70px;
    text-align: center;
}

.footer span.icon-face {
    display: inline-block;
    background-color: #395e96;
    border: 1px solid #808080;
    color: #FFF;
    font-size: 38px;
    /*margin-right: 40px;*/
    vertical-align: middle;
    height: 40px;
    width: 40px;
}

.newsletter_form {
    display: inline-block;
    vertical-align: middle;
    max-width: 330px;
    border: 1px solid #cccccc;
    width: 100%;
    background-color: #000000;
}

.newsletter_form input{
    border: 0;
    color: #fff;
    background-color: #000000;
    padding-left: 10px;
    vertical-align: middle;
    width: calc(100% - 42px);
    height: 38px;
    outline: none;
}


.newsletter_form input::-webkit-input-placeholder {
    color: #808080;
    font-size: 16px;
}

.newsletter_form input:-moz-placeholder { /* Firefox 18- */
    color: #808080;
    font-size: 16px;
}

.newsletter_form input::-moz-placeholder {  /* Firefox 19+ */
    color: #808080;
    font-size: 16px;
}

.newsletter_form input:-ms-input-placeholder {  
    color: #808080;
    font-size: 16px;
}

.newsletter_form button {
    border: 0;
    background-color: #000;
    width: 38px;
    height: 38px;
    vertical-align: middle;
}

.newsletter_form button.icon-arrow {
    color: #fff;
    font-size: 34px;
    vertical-align: middle;
}

.footer-menu {
    display: block;
    padding-bottom: 20px;
    padding-top: 30px;
    list-style: none;
    padding-left: 0;
}

.footer-menu li {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-menu a {
    font-size: 15px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}

.footer p {
    color: #fff;
    font-size: 14px;
}

.footer a span.icon-kriacao {
    color: #999999;
    font-size: 13px;
}


/* HEADER MENU FOOTER HOMEPAGE CSS FIM */


/* SOBRE NOS CSS */

.page_title {
    padding-top: 190px;
    margin-bottom: 70px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

.page_title p.title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}

.page_title p.subtitle {
    font-size: 16px;
    color: #008585;
    padding-bottom: 50px;
}

.about_text_box {
    font-size: 14px;
}

.contact_us_text p {
    font-size: 23px;
    color: #931216;
    padding-bottom: 5px;
}

.contact_us_text a {
    color: #fff;
    background-color: #931216;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    border-radius: 5px;
    font-weight: 700;
    width: 100%;
    max-width: 190px;
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
}

.contact_us_text span.icon-phone {
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
} 

.about_us_first_container {
    padding-bottom: 30px;
}

.about_us_img_box {
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

#about_desktop_img {
    width: 100%;
}

#about_mobile_img {
    display: none;
}

.about_text_box .title {
    font-size: 24px;
    font-weight: 600;
    color: #008585;
}

.about_text_box ul {
    padding-left: 20px;
}


/* SOBRE NOS CSS FIM */


/* TRANSPORTES E LOGISTICA CSS */

.tl_img_container {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    min-height: 300px;
}

.tl_text_title {
    font-size: 24px;
    font-weight: 600;
    color: #008585;
    text-align: center;
    margin-bottom: 0;
    
}

.tl_text_col {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
}

.tl_text_col:nth-of-type(odd) {
    padding-right: 15px;
}

.tl_text_col:nth-of-type(even) {
    padding-left: 15px;
}

.tl_text_box {
    display: inline-block;
    width: 100%;
    max-width: 540px;
    font-size: 14px;
}

.tl_text_col:nth-of-type(even) .tl_text_box {
    float: right;
}

.tl_text_col:first-of-type {
    margin-top: 30px;
}

.tl_text_col:not(:last-of-type) {
    margin-bottom: 20px;
    margin-top: 20px;
}

.tl_text_col:last-of-type {
    margin-top: 20px;
}

.tl_text_col:nth-of-type(odd) {
    border-right: 1px solid #cccccc;
}

.tl_text_col:nth-of-type(even) {
    border-left: 1px solid #cccccc;
    margin-left: -4px;
}

.tl_text_col ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.tl_subtitle {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}



/* TRANSPORTES E LOGISTICA CSS FIM */


/* CONTACTOS CSS */
    
.contactos:not(:last-of-type) {
    padding-bottom: 30px;
}

.contacto_tipo {
    display: table;
}

.contacto_tipo:not(:last-of-type) {
    padding-bottom: 10px;
}

.contacto_tipo img {
    padding-right: 15px;
}

.contacto_tipo p {
    display: table-cell;
    vertical-align: middle;
}

.contactos span.icon-phone2, .contactos span.icon-mail {
    color: #808080;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}    
    
.contactos span.icon-geo {
    color: #808080;
    font-size: 30px;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
}  
    
.contactos p.contacto_title {
    font-size: 18px;
    font-weight: 600;
    padding-left: 45px;
    font-size: 15px;
}    

.contacto_tipo a {
    display: inline-block;
    text-decoration: none;
    color: #333333;
}

.contacto_tipo a.mail {
    color: #931216;
}

.form_title {
    font-size: 18px;
    font-weight: 600px;
    padding-bottom: 5px
}

.form_subtitle {
    font-size: 14px;
    padding-bottom: 30px;
}
    
#contact_form input, #contact_form textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #333333;
    height: 30px;
    outline: none;
}

#contact_form textarea {
    min-height: 95px;
}

#contact_form input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: 200;
}

#contact_form input:-moz-placeholder { /* Firefox 18- */
    color: #999999;
    font-size: 14px;
    font-weight: 200;
}

#contact_form input::-moz-placeholder {  /* Firefox 19+ */
    color: #999999;
    font-size: 14px;
    font-weight: 200;
}

#contact_form input:-ms-input-placeholder {  
    color: #999999;
    font-size: 14px;
    font-weight: 200;
}

#contact_form textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: 200;
}

#contact_form textarea:-moz-placeholder { /* Firefox 18- */
    color: #999999;
    font-size: 14px;
    font-weight: 200;
}

#contact_form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #999999;
    font-size: 14px;
    font-weight: 200;
}

#contact_form textarea:-ms-input-placeholder {  
    color: #999999;
    font-size: 14px;
    font-weight: 200;
}

#contact_form button {
    background-color: #931216;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 3px;
    width: 126px;
    height: 40px;
    text-align: left;
}

#contact_form button span.icon-arrow {
    font-size: 30px;
    vertical-align: middle;
    padding-right: 5px;
}

iframe {
    margin-top: 50px;
}


/* CONTACTOS CSS FIM */



/* LOGIPARK CSS */

.logipark_title {
    font-size: 24px;
    font-weight: 600;
    color: #666666;
    padding-bottom: 10px;
}

.logipark_subtitle {
    font-size: 14px;
    padding-bottom: 10px;
}

.tabela_precos {
    width: 100%;
    max-width: 360px;
    min-height: 40px;
    background-color: #931216;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 5px 0;
}

.tabela_precos a {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    min-height: 30px;
    display: table;
    vertical-align: middle;
    padding-left: 10px;
}

.tabela_precos a span.icon-paper {
    font-size: 30px;
    vertical-align: middle;
    padding-right: 10px;
    color: #FFF;
    display: table-cell;
}

.tabela_precos a p {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}

.logipark_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: table;
}

.logipark_ul>li {
    display: inline-block;
/*    width: calc(50% - 4px);*/
    vertical-align: top;
    position: relative;
    border-top: 1px solid #ccc;
    width: 50%;
/*    float: left;*/
}

.logipark_ul>li:nth-child(2), .logipark_ul>li:first-child {
    border-top: none;
}

.logipark_ul>li:nth-child(odd) {
    border-right: 1px solid #ccc;
    padding: 40px 60px 40px 0;
}

.logipark_ul>li:nth-child(even) {
    border-left: 1px solid #ccc;
    margin-left: -1px;
    padding: 40px 0 40px 60px;
}

.logipark_ul>li:nth-child(odd) .logipark_li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #fff;
    right: -1px;
    top: -40px;
    z-index: 1;
}

.logipark_ul>li:nth-child(odd) .logipark_li::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 1px;
    background-color: #fff;
    right: -60px;
    top: -1px;
    z-index: 2;
}

.logipark_li img {
    width: 100%;
}

.logipark_ul>li:last-child .logipark_li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #FFF;
    left: -1px;
    bottom: -1px;
    z-index: 2;
}

.logipark_ul>li:first-child {
    padding: 0px 60px 40px 0px;
}

.logipark_ul>li:nth-child(2)  {
    padding: 0px 0px 40px 60px;
}

.logipark_ul>li:first-child .logipark_li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #ccc;
    right: -1px;
    bottom: -1px;
    z-index: 2;
}

.logipark_li_title {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #008585;
    text-align: center;
}

.logipark_li_text {
    font-size: 14px;
    padding-top: 20px;
}

.logipark_li_text>ul {
    padding-left: 20px;
    list-style-type: disc;
}

/* LOGIPARK CSS FIM */

/* NOTICIAS CSS */

.noticia_box {
    border: 1px solid #ccc;
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
    width: 100%;
}

.noticia_title {
    font-size: 24px;
    font-weight: 600;
    color: #008585;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 54px);
    padding-left: 110px;
    padding-right: 60px;
}

.noticia_box a span.icon-plus {
   font-size: 30px;
    background-color: #931216;
    color: #FFF;
}

.noticia_box a span.icon-minus {
   font-size: 30px;
    background-color: #931216;
    color: #FFF;
}

.noticia_box a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.noticia_text ul {
    padding-left: 20px;
    list-style-type: disc;
}

.noticia_text {
    padding-top: 30px;
    font-size: 14px;
    padding-left: 110px;
    max-width: 980px;
    padding-right: 20px;
    display: none;
}

.noticia_box:not(:last-of-type) {
    margin-bottom: 20px;
}

#target-0 {
    display: block;
}


/* NOTICIAS CSS FIM */


/* PARCEIROS CSS */

.slider_box {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
}

.slickme_too {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.slicktoo_slider {
    width: 100%;
    min-height: 200px;
    border-left: 1px solid #ccc;
    cursor: pointer; 
}


.parceiro_slide_box {
    padding: 10px;
    width: 100%;
    outline: none;
}

/*
.parceiro_slide_box:first-of-type {
    padding-right: 10px;
    padding-left: 0;
}

.parceiro_slide_box:last-of-type {
    padding-left: 10px;
    padding-right: 0;
}
*/

.slickme_too::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
}

.nav_arrows {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
}

.prev_arrow {
    display: inline-block;
    padding-right: 10px;
}

.next_arrow {
    display: inline-block;
    padding-left: 10px;
}

.info_title {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #008585;
}

.info_text {
    font-size: 14px;
}

.info_text ul {
    padding-left: 20px;
}

.client_info {
    display: none;
}

#info-0 {
    display: block;
}

/* PARCEIROS CSS FIM */


/* GALERIA CSS */

.galeria_slide {
    min-height: 490px;
    width: 100%;
}

.galeria_slide img {
    width: 100%;
}

.slickme_three {
    width: 100%;
    display: block;
}

.galeria_next_arrow, .galeria_prev_arrow {
    position: relative;
    min-height: 490px;
}

.galeria_next_arrow img, .galeria_prev_arrow img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.galeria_next_arrow img {
    right: 0;
} 

.galeria_prev_arrow img {
    left: 0;
}

.slickme_four {
    width: 100%;
    display: block;
}

.thumb_nav_arrows {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
}

.thumb_prev_arrow {
    display: inline-block;
    padding-right: 10px;
}

.thumb_next_arrow {
    display: inline-block;
    padding-left: 10px;
}

.thumb_slide {
    width: 100%;
    min-height: 190px;
    max-width: 390px;
}

.thumb_slide img {
    width: 100%;
}

.thumb_slide_box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
}




/* GALERIA CSS FIM */


















/*******************************/
/*******************************/                              
/**         TABLETS           **/
/*******************************/
/*******************************/

@media screen and (max-width: 1200px) {
    
    
    
    
    /* HEADER MENU FOOTER HOMEPAGE CSS */
    
    .logo {
        margin-top: 10px;
        max-width: 90px;
    }
    
    .logoBreaker {
        margin: 10px 15px 0 20px;
    }
    
    .secondLogo {
        margin-top: 10px;
        max-width: 86px;
    }
    
    #sticky-header {
        height: 120px;
    }
    
    .menu_ul>li>a {
        font-size: 14px;
    }
    
    .index_bck {
        width: 100%;
        min-height: 460px;
        padding-top: 120px;
    }
    
    .slider {
        min-height: 460px;
    }
    
    .index_bck span.icon-mouse {
        bottom: 40px;
    }
    
    
    p.service_title {
        font-size: 22px;
    }

    p.service_text {
        font-size: 14px;
    }
    
    .service_homepage {
        width: 100%;
        display: block;
    }
    
    .service_homepage:nth-of-type(odd) {
        border-right: 0;
        padding-right: 0;
    }
    
    .service_homepage:nth-of-type(even) {
        padding-left: 0;
    }
    
    .service_homepage {
        margin-bottom: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        padding-top: 15px;
    }
    
    .service_homepage:last-of-type {
        border-bottom: 0;
        padding-bottom: 0;
    }
    
    .serice_homepage:first-of-type {
        padding-top: 0;
    }
    
    .page_container {
        padding-top: 60px;
    }
    
    .footer {
        margin-top: 50px;
        padding-top: 50px;
    }
    
    .menu_ul>li:not(:last-child) {
        padding-right: 8px;
    }
    
    
    /* HEADER MENU FOOTER HOMEPAGE CSS FIM */

    
    
    
    /* SOBRE NOS CSS */

    .page_title {
        padding-top: 160px;
        margin-bottom: 50px;
    }

    .page_title p.title {
        font-size: 20px;
    }

    .page_title p.subtitle {
        font-size: 14px;
        padding-bottom: 30px;
    }

    .about_text_box .title {
        font-size: 18px;
    }



    /* SOBRE NOS CSS FIM */
    
    
    /* TRANSPORTES E LOGISTICA CSS FIM */
    
    .tl_text_title {
        font-size: 18px;
    } 
    
   .tl_subtitle {
        font-size: 16px;
        
    }
    
    .tl_img_container {
        min-height: 220px;
    }
    
    
    /* TRANSPORTES E LOGISTICA CSS FIM */
    
    
    /* CONTACTOS CSS */
    
    iframe {
        margin-top: 40px;
    }

    
    /* CONTACTOS CSS FIM */
    
    
    /* LOGIPARK CSS */
    
    .logipark_title {
        font-size: 18px;
    }
    
    .tabela_precos {
        margin-bottom: 30px;
    }
    
    .logipark_ul>li:first-child {
        padding: 0px 20px 20px 0px;
    }
    
    .logipark_ul>li:nth-child(2) {
        padding: 0px 0px 20px 20px;
    }
    
    .logipark_ul>li:nth-child(odd) .logipark_li::before {
        width: 40px;
        right: -20px;
    }
    
    .logipark_ul>li:nth-child(odd) .logipark_li::after {
        height: 40px;
        top: -20px;
    }
    
    .logipark_ul>li:first-child .logipark_li::before {
        width: 1px;
        right: -1px;
    }
    
    .logipark_li_title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    

    
   /* LOGIPARK CSS FIM */ 
   
    
    /* NOTICIAS CSS */
    
    .noticia_title {
        font-size: 18px;
    }
    
    .noticia_box {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
    .noticia_text {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .noticia_title {
        padding-left: 20px;
    }
    
    /* NOTICIAS CSS FIM */
    
    
    /* PARCEIROS CSS */

    .slicktoo_slide {
        min-height: 110px;
    }
    
    .info_title {
        font-size: 18px;    
    }
    
    
    
    
    /* PARCEIROS CSS FIM */
    
    /* GALERIA CSS */

    .galeria_slide {
        min-height: 260px;
        width: 100%;
    }
    
    .galeria_next_arrow, .galeria_prev_arrow {
        min-height: 260px;
    }
    
    .thumb_slide {
        min-height: 110px;
    }
    

    /* GALERIA CSS FIM */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}








/*******************************/
/*******************************/                              
/**         MOBILE            **/
/*******************************/
/*******************************/

@media screen and (max-width: 767px) {
    
    
    /* HEADER MENU FOOTER HOMEPAGE CSS */
    
    #sticky-header {
        height: 60px;
    }
    
    .logo {
        display: none;
    }
    
    .logo_mobile {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: auto;
    }
    
    .secondLogo {
        margin-top: 10px;
        max-width: 115px;
    }
    
    .logoBreaker {
        margin: 10px 10px 0;
        height: 30px;
    }
    
    .burger {
        display: block;
        text-align: right;
        padding-top: 15px;
    }
    
    .menu_desktop {
        display: none;
    }
    
    .menu_mobile {
        display: none;
        width: 100%;
        text-align: center;
        position: relative;
    }
    
    ul.mobile_menu_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-top: 50px;
        background-color: #FFF;
    }
    
    .mobile_menu_ul>li {
        padding-bottom: 20px
    }
    
    .mobile_menu_ul>li>a {
        font-size: 14px;
        font-weight: 700;
        color: #333333;
        text-decoration: none;
    }
    
    ul.mobile_sub-menu_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
    }
    
    .mobile_sub-menu_ul>li {
        padding-top: 10px;
    }
    
    .mobile_sub-menu_ul>li>a {
        font-size: 14px;
        color: #333333;
        text-decoration: none;
    }
    
    .burger {
        cursor: pointer;
    }
    
    .index_bck {
        min-height: 400px;
        padding-top: 60px;
    }
    
    .slider {
        min-height: 400px;
    }
    
    .index_bck span.icon-mouse {
        bottom: 40px;
    }
    
    p.service_title {
        font-size: 18px;
    }

    p.service_text {
        display: none;
    }
    
    .page_container {
        padding-top: 50px;
    }
    
    .service_title span.icon-truck, .service_title span.icon-box2, .service_title span.icon-world, .service_title span.icon-box {
        display: block;
    }
    
    .service_homepage {
        text-align: center;
    }
    
    .footer {
        margin-top: 40px;
        padding-top: 40px;
    }
    
    .footer span.icon-face {
        margin: 0 auto 20px;
        display: block;
    }
    
    .footer-menu .line_1:first-of-type {
        padding-right: 0;
        padding-bottom: 10px;
    }
    
    .footer-menu .line_1 {
        display: block;
    }

    .langs {
        display: none;
    }

    .langs_mobile {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    
    
    /* HEADER MENU FOOTER HOMEPAGE CSS FIM */
    
    
    
    /* SOBRE NOS CSS */

    .page_title {
        padding-top: 80px;
        margin-bottom: 40px;
    }

    .page_title p.title {
        font-size: 18px;
    }

    .page_title p.subtitle {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .contact_us_text p {
        font-size: 18px;
    }

    .contact_us_text a {
        font-size: 14px;
    }
    
    .about_text_box {
        padding-bottom: 10px;
    }

    #about_desktop_img {
        width: 452px;
/*        width: 100%;*/
    }
    
    .about_us_img_box {
        display: block;
        width: 300px;
        padding-bottom: 30px;
        overflow: hidden;
        margin: 0 auto;
    }

/*
    #about_mobile_img {
        width: 100%;
        display: block;
    }
*/



    /* SOBRE NOS CSS FIM */
    
    
    
    /* TRANSPORTES E LOGISTICA CSS */

    .tl_img_container {
        margin-bottom: 20px;
        min-height: 200px;
    }
    
    .tl_text_col {
        display: table;
        width: 100%;
    }
    
    .tl_text_col:nth-of-type(even) .tl_text_box {
        float: left;
    }
    
    .tl_text_col:nth-of-type(odd) {
        border-right: 0;
    }
    
    .tl_text_col:not(:last-of-type) {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 20px;
    }
    
    .tl_text_col:nth-of-type(odd) {
        padding-right: 0;
    }

    .tl_text_col:nth-of-type(even) {
        padding-left: 0;
    }
    
    .tl_text_col:first-of-type {
        padding-bottom: 20px;
    }
    
    /* TRANSPORTES E LOGISTICA CSS FIM */
    
    /* CONTACTOS CSS */
    
    contactos .contacto_title p {
        font-size: 16px;
    }
    
    .form_title {
        padding-top: 40px;
    }
    
    .form_subtitle {
        padding-bottom: 10px;
    }
    
    iframe {
        margin-top: 30px;
    }
    
    
    
    /* CONTACTOS CSS FIM */
    
    /* LOGIPARK CSS */
    
    .logipark_ul>li {
        width: 100%;
/*        display: block;*/
        border-top: none;
    }
    
    .logipark_ul>li:first-child {
        padding: 0;
    }
    
    .logipark_ul>li:first-child .logipark_li::before {
        width: 0;
        right: 0;
    }
    
    .logipark_ul>li:nth-child(odd) .logipark_li::after {
        height: 0;
        top: 0;
    }
    
    .logipark_ul>li:nth-child(2) {
        padding: 0;
    }
    
    .logipark_ul>li:nth-child(even) {
        border-left: none;
        margin-left: 0;
        padding: 0;
    }
    
    .logipark_ul>li:nth-child(odd) {
        border-right: none;
        padding: 0;
    }
    
    .logipark_ul>li:nth-child(odd) .logipark_li::before {
        width: 0;
        right: 0;
    }
    
    .logipark_ul>li:not(:last-child) .logipark_li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .logipark_li_text {
        padding-top: 10px;
    }
    
    
    /* LOGIPARK CSS FIM */
    
    .noticia_box {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .noticia_text {
        padding-top: 10px;
    }
    
    /* NOTICIAS CSS */
    
    
    
    
    /* NOTICIAS CSS FIM */
    
    
    /* PARCEIROS CSS */

    .slicktoo_slider {
        min-height: 75px;
    }

    /* PARCEIROS CSS FIM */
    
    
    /* GALERIA CSS */

    .galeria_slide {
        min-height: 150px;
    }
    
    .galeria_prev_arrow, .galeria_next_arrow {
        display: none;
    }
    
    .thumb_slide {
        min-height: 70px;
    }
    
    .thumb_slide_box {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* GALERIA CSS FIM */
    
    
    
    
    
}