/***********************************************************************************************************************
* StyleSheet
* Embapaq Movers
* Guatemala City
* Author: Jo
* Reserved Rights 2018
************************************************************************************************************************
General
************************************************************************************************************************/
:root{
    --font-official-rg: 'latoregular', sans-serif;
    --font-official-lg: 'latolight', sans-serif;
    --font-official-hl: 'latohairline', sans-serif;
    --font-official-bd: 'latobold', sans-serif;
    --font-official-bl: 'latoblack', sans-serif;
    --icon-embpq:       'icomoon';
    --blue-official:    #1f425d;
    --orange-oficial:   #ff3514;
    --grey-official:    #2A2A2A;
    --grey-two-official:#4D4D4D;
    --Light-blue-secundary: rgba(241,251,255, 1);
}
body{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    font-family: var(--font-official-rg);
}
a:hover{ text-decoration: none;}
h2, p{ margin: 0; }
.wrapper-body{
    overflow: hidden;
    min-height: 500px;
}
.main{
    padding-bottom: 100px;
}
ul > li{
    list-style: none;
}
textarea:focus,
input:focus{
    outline: transparent;
}
/***********************************************************************************************************************
Header
************************************************************************************************************************/
.all-header{
    color: #fff;
    transition-duration: 600ms;
}
.add-margin{
    margin-top: 85px;
}
.hero{
    background: url("../../img/main/camion_main_correct.jpg");
    background-attachment: fixed;
}
.hero-one{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-header{
    max-width: 200px;
    width: 100%;
}
.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
/*.wrapper-embapaq-main .title-main{
    font-family: var(--font-official-bl);
    text-align: center;
    font-size: 100px;
    letter-spacing: 5px;
    line-height: 45px;
    padding-top: 275px;
}*/
.wrapper-embapaq-main .title-main{
    font-family: var(--font-official-bl);
    text-align: left;
    font-size: 75px;
    letter-spacing: 5px;
    line-height: 70px;
    padding-top: 50px;
    color: var(--blue-official);
}

.line-main{
    width: 15%;
    height: 1px;
    margin: 40px auto;
    background-color: #fff;
}
/*.sentence{
    display: flex;
    justify-content: center;
}*/
.sentence{
    display: flex;
    justify-content: left;
}
.wrapper-embapaq-main div > p{
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
    color: var(--blue-official);
    /*background-color: rgba(255, 255, 255, 0.1);*/
}
.wrapper-button-contact{
    text-align: center;
    padding: 100px 0 225px;
}

@media screen and (min-width: 1400px) and (max-width: 1499px){
    .wrapper-embapaq-main .title-main{
        margin-top: 22px;
        margin-left: -35px;
        padding-top: 20px;
        font-size: 65px;
    }
    .sentence{
        display: flex;
        justify-content: left;
        margin-left: -35px;
    }
    .wrapper-embapaq-main div > p{
        font-size: 20px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1699px) {
    .wrapper-embapaq-main .title-main{
        margin-top: 50px;
        margin-left: -50px;
        padding-top: 20px;
    }
    .sentence{
        display: flex;
        justify-content: left;
        margin-left: -50px;
    }
    .wrapper-embapaq-main div > p{
        font-size: 20px;
    }
}

@media screen and (min-width: 1700px) {
    .wrapper-embapaq-main .title-main{
        margin-top: 80px;
        margin-left: -200px;
        padding-top: 20px;
    }
    .sentence{
        display: flex;
        justify-content: left;
        margin-left: -200px;
    }
    .wrapper-embapaq-main div > p{
        font-size: 20px;
    }
}


@media screen and (min-width: 1024px){
    .wrapper-button-contact{
        padding: 200px 0 500px;
    }
}
.go-contact{
    color: #fff;
    z-index: 990;
    font-size: 20px;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 5px;
    position: relative;
    border: solid 2px #fff;
    background: transparent;
    transition-duration: 100ms;
}
@media screen and (max-width: 576px){
    .logo-header{
        max-width: 250px;
    }
    .wrapper-embapaq-main .title-main{
        font-size: 65px;
        letter-spacing: 2px;
        line-height: 65px;
        padding-top: 50px;
    }
}
@media screen and (max-width: 991px) {
    .wrapper-embapaq-main .title-main{
        font-size: 50px;
        text-align: center;
        line-height: 45px;
    }
    .wrapper-embapaq-main .title-main h2{
        line-height: 70px;
        padding-top: 20px;
    }
    .wrapper-embapaq-main .title-main{
        padding-top: 20px;
    }
}
/* Actions -----------------------------------------------------------------------------------------------------------*/
.go-contact:focus{
    outline:none;
}
.go-contact:hover{
    background-color: var(--blue-official);
    border-color: var(--blue-official);
    box-shadow: 0px 1px 5px 2px rgba(0,0,0, 0.16);
}
/***********************************************************************************************************************
Navbar
************************************************************************************************************************/
.navbar{
    transition-duration: 200ms !important;
}
.navbar-main{
    z-index: 1000;
}
.navbar-aux{
    /*padding-top: 5px;*/
    transition-duration: 200ms;
}
.navbar-background{
    background-color: rgba(45, 64, 89, 0.9);
}
.bg-light{
    background-color: rgba(45, 64, 89, 0.9) !important;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 20px;
    transition-duration: 200ms;
    color: #fff;
    margin: 0;
}
.nav-link{
    padding-top: 0;
    padding-bottom: 0;
}
.fixed-top-main {
    position: fixed !important;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 1030;
    animation: mySmoothScroll 1s forwards;
}
.fixed-top-aux{
    top: 0;
    transition-duration: 2s;
}
@keyframes mySmoothScroll {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* Actions item menu -------------------------------------------------------------------------------------------------*/
.menu__item{
    line-height: 1;
    position: relative;
    display: block;
    margin: 0 0;
    outline: none;
    color: #fff;
}

.menu__item-name{
    position: relative;
    display: inline-block;
}
.menu__item-name{
    font-weight: bold;
    padding: 0 0.15em;
    transition: color 0.5s;
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.menu__item-name::before{
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5%;
    opacity: 1;
    transform: scale3d(0,1,1);
    transform-origin: 0% 50%;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.menu__item:nth-child(odd) .menu__item-name::before{
    background: #fff;
}
.menu__item:nth-child(even) .menu__item-name::before{
    background: #fff;
    z-index: 999;
}
.menu__item:nth-child(odd):hover,
.menu__item:nth-child(odd):focus {
    color: #fff !important;
}
.menu__item:nth-child(even):hover,
.menu__item:nth-child(even):focus {
    color: #fff !important;
}
.menu__item:hover .menu__item-name::before,
.menu__item:focus .menu__item-name::before{
    transform: scale3d(1,1,1);
}

/* Actions -----------------------------------------------------------------------------------------------------------*/
.nav-link:focus,
.nav-link:hover{
    background: transparent;
    color: var(--blue-official);
}

.nav-link-b:focus,
.nav-link-b:hover{
    color: #fff !important;
}
/***********************************************************************************************************************
Triangle
***********************************************************************************************************************/
.triangle {
    position: relative;
    z-index: 1;
}
.triangle:before,
.triangle:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 1670px solid #fff;
    top: -1669px;
    left: 50%;
    z-index: -10;
}
.triangle:before {
    border-right: 10000px solid transparent;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.triangle:after {
    border-left: 10000px solid transparent;
}



.triangle-in {
    position: relative;
    z-index: 1;
}
.triangle-in:before,
.triangle-in:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 1670px solid #fff;
    top: -1770px;
    left: 50%;
    z-index: -10;
}
.triangle-in:before {
    border-right: 30000px solid transparent;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.triangle-in:after {
    border-left: 30000px solid transparent;
}
/***********************************************************************************************************************
Our Embapaq Mover Main
***********************************************************************************************************************/
[data-info="weAreEmbapaq"]{
    padding-top: 50px;
    margin-bottom: 100px;
}
.about-main-tittle{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.about-main{
    text-align: center;
    font-size: 20px;
    color: var(--grey-two-official);
}
.about-main span{
    font-family: var(--font-official-bd);
}
.btn-default:nth-child(1){
    background-color: #fff;
    font-size: 18px;
}
.btn-default:nth-child(1):after{
    height: 3px;
    display: block;
    width: 45px;
    background: var(--orange-oficial);
    content: '';
}
.btn-default{
    font-size: 15px;
    background-color: rgba(0,0,0, 0.0);
    color: var(--blue-official);
    font-family: var(--font-official-bd);
    margin: 0 3px;
    border-radius: 2px;
    padding: 10px 6px;
}
.btn-default:focus,
.btn-default:active{
    box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.06);
}
.wrapper-big-services_main{
    display: flex;
}
[data-info="wrapper-services-main-pic"]{
    padding-top: 80px;
}
.services-main-pic_0,
.services-main-pic{
    position: relative;
    max-width: 650px;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 5px 1px rgba(0,0,0, 0.01);
}
.top-services-main-pic{
    margin-top: 20px;
}
.services-main-pic_0 img{
    height: 490px;
    max-width: 650px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
}
.services-main-pic img{
    height: 150px;
    max-width: 650px;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
    border-radius: 4px;
}
#seven img{
    object-position: center center;
}
.services-main-pic_0 .content-overlay,
.services-main-pic .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    max-width: 650px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px;
}
.services-main-pic_0:hover .content-overlay,
.services-main-pic:hover .content-overlay {
    opacity: 1;
}
.content-image {
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 650px;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.services-main-pic_0:hover .content-details,
.services-main-pic:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content-details h3 {
    font-family: var(--font-official-rg);
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
}
.content-details p {
    color: #fff;
    font-size: 0.8em;
}
.fadeIn-bottom {
    top: 80%;
}
.title_main_services_pic{
    border-radius: 0 0 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    width: 100%;
    padding: 0 35px;
}
.title_main_services_pic p{
    font-size: 40px;
    color: var(--blue-official);
    font-family: var(--font-official-bd);
}

/***********************************************************************************************************************
Our services
***********************************************************************************************************************/
.our-services{
    background: #fff;
    padding: 100px 0 50px;
}
.wrapper-title-secondary{
    margin-top: 100px;
    text-align: center;
    margin-bottom: 100px;
}
.wrapper-title-secondary h2{
    font-size: 40px;
    color: var(--grey-official);
}
.wrapper-title-secondary h2 span{
    font-family: var(--font-official-bl);
}
.line{
    width: 5%;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    background: var(--orange-oficial);
    margin-top: 10px;
}
/*[data-info="wrapper-all-service-why-chose"]{
    padding-left: 80px;
    padding-right: 80px;
}*/
.wrapper-all-services{
    margin-top: 125px;
    padding-bottom: 100px;
}
.wrapper-service{
    padding: 0 5px 30px;
}
.wrapper-service span,
.wrapper-service a{
    display: inline-block;
    vertical-align: middle;
}
.wrapper-service span{
    font-size: 48px;
    transition: 300ms;
    color: var(--orange-oficial);
}
.wrapper-service a{
    margin-left: 15px;
    color: var(--grey-official);
    font-family: var(--font-official-bd);
}
.wrapper-service a > h3{
    font-size: 20px;
}
.wrapper-service:hover span,
.wrapper-service:hover a{
    color: var(--blue-official);
}
.wrapper-text-services{
    text-align: justify;
    margin-left: 75px;
    color: var(--grey-two-official);
}
.our-services > div > div:not(:first-child),
[data-services="services"] > div {
    margin-bottom: 50px;
}
.wrapper-button-more-services{
    text-align: center;
}
.button-more-services{
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--grey-official);
}
.button-more-services > span{
    font-family: var(--font-official-bd);
}
.wrapper-button-more-services > span{
    color: var(--orange-oficial);
    font-size: 16px;
    display: block;
}
.button-more-services:hover,
.button-more-services:active,
.button-more-services:focus{
    outline: none;
}
/***********************************************************************************************************************
Form request a free quote
***********************************************************************************************************************/
/*
 * Wrapper Form
 */
.form-contact-us{ margin-top: 0px; }

/*
 * Form quote
 */
.back-form{ background-color: var(--blue-official); }
.form-quote{ padding: 75px 20px; }
.form-quote > form > h2{
    color: #fff;
    font-size: 30px;
    font-family: var(--font-official-lg);
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.section-in-form{
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}
.section-in-form input,
.section-in-form select,
.section-in-form textarea{
    width: 100%;
    height: 50px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0 10px;
}
.section-in-form textarea{
    height: 198px;
    resize: none;
    border: none;
}
.section-in-form:last-child .wrapper-input:last-child input{
    margin-top: 5px;
}
.row-custom{
    display: flex;
    padding: 50px 80px 170PX;
    flex-wrap: wrap;
}
.row-custom > h4{
    width: 100%;
    color: var(--blue-official);
    font-size: 20px;
    padding: 0 20px 20px 20px;
    font-family: var(--font-official-bd);
}
.help{
    margin-left: 10%;
}
.col-custom{
    width: 33.3%;
    padding: 0 20px;
}
.internal-contact{
    width: 40%;
}
.form-field{
    position: relative;
    float: left;
    clear: both;
    margin: 0 0 20px;
    width: 100%;
}
.form-field i{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 23px;
    color: #1c3f55;
    z-index: 9;
    font-weight: bold;
}
.form-control-wrap{
    position: relative;
}
.form-field input[type="text"],
.form-field input[type="email"],
.selection-box select{
    padding: 16px 30px 15px 12px;
    background: #fff;
    color: #888;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.15);
    display: block;
    margin: 0;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    vertical-align: middle;
}
.selection-box{
    position: relative;
    clear: both;
}
.selection-box:before {
    border-top-color: rgba(0, 0, 0, 0.15);
}
.selection-box:before {
    z-index: 1;
    right: 17px;
    top: 5px;
    bottom: 0;
    height: 0;
    margin: auto;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
}

.selection-box:before,
.selection-box:after {
    content: "";
    pointer-events: none;
    position: absolute;
}
.wpb_wrapper textarea {
    height: 210px;
    padding: 16px 30px 15px 12px;
    border-color: rgba(0, 0, 0, 0.15);
    background: #ffffff;
    color: #888;
    width: 100%;
}
.button-field {
    position: relative;
    float: left;
    clear: both;
    margin: 10px 0px 0px;
    width: 100%;
}
input[type="submit"] {
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0px 0px;
    font-size: 14px;
    padding: 11px 20px;
    float: left;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
}
.button-field input[type="submit"] {
    padding: 15px 48px 15px 20px;
    background: var(--blue-official);
    width: 100%;
    height: 46px;
    color: #ffffff;
    border-radius: 0;
}
.button-field i {
    position: absolute;
    font-size: 23px;
    z-index: 9;
    font-weight: bold;
}
.button-field i {
    background: #E7E8E7;
    color: var(--blue-official);
    right: 0px;
    top: 10px;
    width: 48px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.wrapper-contact p{
    color: var(--blue-official);
    font-size: 18px;
}
.wrapper-contact h2{
    font-size: 20px;
    text-transform: capitalize;
    font-family: var(--font-official-bd);
}
.wrapper-contact div{
    margin: 15px 0;
}
.wrapper-contact a{
    color: var(--orange-oficial);
    font-size: 40px;
    font-family: var(--font-official-bd);
}
/***********************************************************************************************************************
contact-us
***********************************************************************************************************************/
[data-info="background_contact"]{
    background: url("../../img/main/mapa.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #fafafa;
}
[data-info="background_contact"] div h2{
    color: var(--blue-official);
}

.contact-us{
    background-color: var(--blue-official);
    color: #fff;
    margin: 25px 0 0;
}
.wrapper-in-contact-us{
    text-align: center;
    padding: 25px 0;
}
.wrapper-in-contact-us > p{
    font-size: 20px;
    font-family: var(--font-official-bd);
}
.wrapper-in-contact-us > h2{
    font-size: 40px;
    padding-top: 15px;
    font-family: var(--font-official-bd);
}
.title-contact-us span{
    font-size: 35px;
    padding-right: 10px;
}
.title-contact-us h2{
    font-size: 30px;
    font-family: var(--font-official-bd);
}
.title-contact-us span,
.title-contact-us h2{
    display: inline-block;
    vertical-align: middle;
}
.content-contact-us p{
    margin-left: 35px;
}
.content-contact-us > a{
    display: block;
    color: #fff;
    margin-left: 35px;
}
.content-contact-us > a i{
    margin-right: 5px;
}

/*Page confirm send email*/
[data-info="wrapper-all-confirmation-email"]{
    padding: 100px 0;
    background-color: rgba(0,0,0, 0.02);
}
.message-confirmation-mail h2{
    font-family: var(--font-official-bd);
    padding: 15px 0;
}
.message-confirmation-mail h3{
    font-family: var(--font-official-rg);
}
.message-confirmation-mail p{
    font-size: 18px;
    font-family: var(--font-official-lg);
}
.message-error{
    padding: 10px;
    font-size: 18px;
    font-family: var(--font-official-bd);
    color: red;
}
/***********************************************************************************************************************
About Clients
***********************************************************************************************************************/
.txt_about_clients{
    text-align: center;
    font-size: 16px;
}

.brands {
    white-space: nowrap;
    font-size: 0 !important;
    will-change: transform;
    -webkit-animation: 15s brands linear infinite;
    animation: 15s brands linear infinite;
}
.brands-container {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0 100px;
}
.brands-container:hover .brands {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.brands-prev:hover ~ .brands {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    animation-direction: reverse;
}
.brands-next:hover ~ .brands {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}
.brands > * {
    display: inline-block;
    font-size: 1rem;
    width: calc(100% / 4);
    vertical-align: middle;
}

@-webkit-keyframes brands {
    20% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
    40% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    60% {
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
    }
    80% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(-125%);
        transform: translateX(-125%);
    }
}

@keyframes brands {
    20% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }
    40% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    60% {
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
    }
    80% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(-125%);
        transform: translateX(-125%);
    }
}

[class*="brand"] img{
    max-width: 200px;
    width: 100%;
}
/***********************************************************************************************************************

About Us

************************************************************************************************************************/
.hero_us{
    background: url("../../img/about/about_main.jpg");
}
.hero_img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    margin-bottom: 100px;
}
.wrapper__title{
    padding: 150px 100px 50px;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 1024px ) and (max-width: 1399px){
    .wrapper__title{
        padding-top: 250px;
        padding-bottom: 100px;
    }
}
@media screen and (min-width: 1400px ){
    .wrapper__title{
        padding-top: 300px;
        padding-bottom: 100px;
    }
}
.wrapper__title h1{
    padding: 0 16px;
    font-size: 65px;
    line-height: 88px;
    letter-spacing: 4px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: var(--blue-official);
    font-family: var(--font-official-bd);
    background-color: rgba(255, 255, 255, 0.8);
}
.wrapper__title > p{
    color: #fff;
    font-size: 22px;
    padding-top: 75px;
    font-family: var(--font-official-rg);
}
.txt_xl > h2{
    font-size: 45px;
    margin-bottom: 5px;
    font-family: var(--font-official-bd);
}
.wrapper-bracket{
    position: relative;
}
.wrapper-bracket .bracket{
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    z-index: 15;
    overflow: hidden;
}
#wrapper-bracket .bracket > div{
    background-color: var(--orange-oficial);
}
.wrapper-bracket .bracket > div:first-child,
.wrapper-bracket .bracket > div:last-child{
    position: absolute;
    top: 0;
    left: 12px;
    width: 12px;
    height: 12px;
}
.wrapper-bracket .bracket > div:last-child{
    top: auto;
    bottom: 0;
}
.wrapper-bracket .bracket > div:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    overflow: hidden;
}
#wrapper-bracket .bracket-txt{
    font-size: 24px;
    line-height: 32px;
}
.bracket-txt{
    padding: 32px 0 32px 40px;
}
.list-core-value li{
    list-style: inherit;
}
.list-core-value li span{
    font-family: var(--font-official-bd);
}
/***********************************************************************************************************************

Packing

************************************************************************************************************************/
.hero_packing{
    background: url("../../img/packing/hero___packing.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
[data-info="txt_bracket"]{
    margin-bottom: 75px;
}
[data-info="row-gen"]{
    margin-bottom: 75px;
}
.img-gen > img{
    object-fit: cover;
    width: 100%;
    height: 265px;
    border-radius: 3px;
}
.img-gen-custom > img{
    height: 400px;
}
@media screen and (max-width: 768px){
    .img-gen-custom > img{
        height: 250px;
    }
}
.img-gen-custom-two > img{
    height: 325px;
}
.line-gen{
    background-color: var(--orange-oficial);
    height: 12px;
    width: 3%;
    margin-bottom: 50px;
}
.txt-gen{
    font-size: 16px;
    text-align: justify;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.word-custom{
    font-family: var(--font-official-bd);
}
.txt-gen p > a{
    color: var(--orange-oficial);
}
[data-info="two-txt"] p{
    flex-grow: 1;
}
.title_h3 > h3{
    font-size: 35px;
    padding-bottom: 25px;
    font-family: var(--font-official-bd);
}
.wrapper-card-gen{
    display: flex;
    margin-bottom: 75px;
    flex-direction: column;
}
.wrapper-title-desc-card{
    margin: 20px 15px 0;
}
.img-gen-two{
    display: flex;
    justify-content: center;
}
.wrapper-title-desc-card h4{
    font-size: 18px;
    padding: 20px 0 10px;
    color: var(--grey-official);
    font-family: var(--font-official-bd);
}
.wrapper-title-desc-card h4:before{
    content: "";
    width: 20px;
    height: 3px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--orange-oficial);
}
.wrapper-title-desc-card p{
    text-align: justify;
    color: var(--grey-two-official);
}

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

Products

************************************************************************************************************************/
.hero_products{
    background: url("../../img/products/hero_products.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.img-gen-three img{
    height: 300px;
}


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

Movers

************************************************************************************************************************/
.hero_movers{
    background: url("../../img/mover/hero_mover.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

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

Contact US

************************************************************************************************************************/
.hero_contact_us{
    background: url("../../img/contact_us/hero_contact_us.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

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

Antiques

************************************************************************************************************************/
.hero_Antiques{
    background: url("../../img/antique/hero_antique.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


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

Lift Truck

************************************************************************************************************************/
.hero_lift_truck{
    background: url("../../img/fork_lift/hero_fork_lift.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

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

Movers

************************************************************************************************************************/
.hero_menaje{
    background: url("../../img/menaje/hero_menaje_de_casa.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.gyrate img{
    height: 450px;
    width: 100%;
    object-fit: cover;
}

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

Special Transport

************************************************************************************************************************/
.hero_special_trans{
    background: url("../../img/transport/hero_special_transport.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.list-transport li {
    font-size: 24px;
    list-style: inherit;
}


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

Fumigation

************************************************************************************************************************/
.hero_fumigation{
    background: url("../../img/fumigation/hero_fumigation.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

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

Sale Pallets

************************************************************************************************************************/
.hero_sale_pallets{
    background: url("../../img/pallets/hero_pallets.JPG");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

[data-info="pallets"] img{
    height: 80%;
}
[data-info="pallets"] ul{
    width: 100%;
}
[data-info="pallets"] ul li{
    width: 100%;
    list-style: initial;
}
[data-info="pallets-img-t"]{
    padding: 50px 0 0;
}
[data-info="pallets-img-t"] img{
    height: 200px;
}
@media screen and (max-width: 991px){
    [data-info="pallets-img-t"]{
        padding: 0;
    }
}

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

Gallery

************************************************************************************************************************/
.title-gallery{
    padding-top: 80px;
}
.content-gallery{
    /*background-color: #152836;*/
    background-color: rgba(0,0,0,.04);
    border-radius: 5px;
    padding: 30px 30px;
}
.a-gallery > ul {
    margin-bottom: 0;
}
.a-gallery > ul > li a {
    border: 1px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.a-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.a-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.a-gallery > ul > li a:hover .a-gallery-poster > img {
    opacity: 1;
}
.a-gallery > ul > li a .a-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.a-gallery > ul > li a .a-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.a-gallery > ul > li a:hover .a-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.a-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.a-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.a-gallery .justified-gallery > a:hover .a-gallery-poster > img {
    opacity: 1;
}
.a-gallery .justified-gallery > a .a-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.a-gallery .justified-gallery > a .a-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.a-gallery .justified-gallery > a:hover .a-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.a-gallery .video .a-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.a-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
/***********************************************************************************************************************

Contact US Bottom

************************************************************************************************************************/
.wrapper-bottom-contact{
    margin-bottom: 50px;
}
.helph{
    display: flex;
}
span.slash{
    padding-right: 25px;
}
.helph h1:last-child{
    padding-left: 30px;
}
.wrapper-bottom-contact h3{
    font-size: 16px;
    color: var(--blue-official);
}
.wrapper-bottom-contact h1 a{
    font-size: 45px;
    color: var(--blue-official);
    font-family: var(--font-official-bd);
}
.wrapper-bottom-contact h1 a > .fa-phone {
    -moz-transform:    scaleX(-1); /* Gecko */
    -o-transform:      scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform:         scaleX(-1); /* Standard */
    filter: flipH();               /* IE 6/7/8 */
    font-size: 50px;
}
.wrapper-bottom-contact-desc{
    display: flex;
}
.icon-bottom-contact{
    padding: 10px 15px 0;
    display: flex;
}
.icon-bottom-contact > i{
    font-size: 50px;
    color: var(--blue-official);
}
.txt-bottom-contact > h4{
    font-family: var(--font-official-rg);
    font-size: 20px;
}
.txt-bottom-contact > p{
    font-size: 14px;
}
/***********************************************************************************************************************
Scroll To top
 **********************************************************************************************************************/
a > i {
    font-style: normal;
}
.scroll-to-top{
    text-decoration: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
    font-size: 40px;
    font-family: 'FontAwesome';
    background-color: #fff;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 35px;
    z-index: 99;
    box-shadow: 1px 5px 10px rgba(0,0,0, 0.2);
}
.scroll-to-top i{
    margin: 0;
    line-height: 0;
    padding: 0;
    color: var(--orange-oficial);
    margin-left: -5px;
}
.scroll-to-top:hover{
    text-decoration:none;
    color: #000;
}
@media screen and (max-width: 1200px){
    .scroll-to-top{
        right: 10px;
    }
}
#Mov{
    font-size: 40px;
}

@media screen and (max-width: 991px){
    .hero{
        background: url("../../img/main/camion_main_correct_cor.jpg");
        background-attachment: fixed;
    }
    .hero-one{
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero_us{
        background: url("../../img/about/about_main_m.jpg");
    }
    .hero_img{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        background-attachment: fixed;
        margin-bottom: 100px;
    }
    .hero_movers{
        background: url("../../img/mover/hero_mover_m.jpg");
        background-size: cover;
        background-position: bottom;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    .hero_contact_us{
        background-position: center center;
    }
    .wrapper-title-secondary h2{
        font-size: 25px;
    }
    .wrapper-service{
        padding: 0 5px 5px;
    }
    [data-info="wrapper-services-main-pic"]{
        padding-top: 0;
    }
    [data-info="none_mobil"]{
        display: none;
    }
    .about-main span{
        display: none;
    }
    .services-main-pic_0 .content-overlay,
    .services-main-pic .content-overlay {
        opacity: 1;
    }
    .services-main-pic_0 .content-details,
    .services-main-pic .content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
    }
    .services-main-pic_0 img{
        height: 150px;
    }
    .two,
    #three{
        margin-top: 20px;
    }
    #Mov{
        font-size: 24px;
    }
    [data-info="wrapper-all-service-why-chose"]{
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper-service span{
        font-size: 37px;
    }
    .wrapper-service a > h3{
        font-size: 18px;
    }
    .row-custom{
        padding: 20px 0;
    }
    .col-custom{
        width: 100%;
    }
    .wrapper-contact{
        padding-top: 50px;
    }
    .wrapper-contact a{
        font-size: 30px;
    }
    .brands > *{
        width: 100%;
    }
    .widget_nav_menu{
        display: none;
    }
    .footer_EM{
        text-align: center;
    }
    .footer-bottom{
        font-size: 14px;
    }
    .widget_black_studio_tinymce{
        display: none;
    }
    .wrapper__title{
        padding: 250px 15px 50px;
    }
    .wrapper__title h1{
        font-size: 40px;
        letter-spacing: 1px;
    }
    .text-length h1{
        font-size: 30px;
        line-height: 35px;
    }
    .text-medium h1{
        font-size: 35px;
    }
    .triangle-in:before, .triangle-in:after{
        top: -1719px;
    }
    [data-info="txt_bracket"]{
        margin-bottom: 50px;
    }
    .hero_img{
        margin-bottom: 50px;
    }
    .txt_xl > h2{
        font-size: 35px;
    }
    .line-gen{
        width: 20%;
        margin-bottom: 30px;
    }
    .txt-gen{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    [data-info="row-gen"]{
        margin-bottom: 40px;
    }
    .img-gen > img{
        padding: 20px 0;
    }
    .wrapper-bottom-contact{
        margin-bottom: 20px;
    }
    .wrapper-bottom-contact > h1 > a > .fa-phone{
        font-size: 30px;
    }
    .wrapper-bottom-contact h1 a{
        font-size: 35px;
    }
    .icon-bottom-contact{
        padding-top: 5px;
    }
    .icon-bottom-contact > i{
        font-size: 25px;
    }
    .txt-bottom-contact > h4{
        font-size: 25px;
    }
    .txt-bottom-contact > p{
        font-size: 16px;
    }
    .wrapper-bottom-contact-desc{
        margin: 7px 0;
    }
    .helph{
        display: flex;
        flex-wrap: wrap;
    }
    .helph h1{
        margin-bottom: 0;
    }
    .helph h1 a{
        font-size: 25px !important;
    }
    .helph h1:last-child {
        padding-left: 45px;
    }
    .wrapper-bottom-contact h1 a > .fa-phone{
        font-size: 30px;
    }
    span.slash{
        display: none;
        padding: 0;
    }
    .main-navigation>li:first-child>a{
        display: none;
    }
}


.g-recaptcha{
    display: flex;
    justify-content: center;
}