div {
    font-family: 'Quicksand';
}

#footerDummy {
    background-position: top !important;
}

#search {
    filter: none;
}

#nosotrosContainer {
    background-color: #fffbf3 !important;
}

#trabajoContainer {
    background-color: #fffbf3 !important;
}

#nosotrosLeft {
    color: #171B37;
}

#nosotrosRight {
    color: #171B37;
}

#header[menu-open='yes'] {
    background-color: #fffbf3 !important;
}

#aboutUs[menu-open='yes'] {
    color: #161c37 !important;
}

.menuopen {
    filter: none!important;
}

#aboutUs.selected {
    color: #e2452c !important;
}

#contact[menu-open='yes'] {
    color: #161c37 !important;
}

#contact.selected {
    color: #e2452c !important;
}

.arrow2.opened {
    filter: none !important;
}

#aboutUs[menu-open='no'] {
    color: white !important;
}

#aboutUs:hover {
    color: #e2452c !important;
}

#contact[menu-open='no'] {
    color: white !important;
}

#contact:hover {
    color: #e2452c !important;
}

.arrow.opened {
    filter: none !important;
}

#headerTitle {
    fill: #ffffff !important;
}

#headerTitle[menu-open='yes'] {
    fill: #171b37 !important
}

#aboutContainer {
    position: absolute;
    top: 218px;
    width: 38%;
    left: 12%;
    color: white;
}

#aboutTitle {
    font-size: 37px;
    margin-bottom: 55px;
    letter-spacing: 13px;
    text-transform: uppercase;
    MIN-width: 508px;
}

#aboutRoute {
    font-size: 18px;
    margin-bottom: 156px;
    color: rgb(100, 100, 100);
}

#aboutText {
    font-size: 15px;
    line-height: 19px;
}

@media screen and (max-width:768px) {
    #aboutContainer {
        display: none;
    }
    #aboutTitle {
        display: none;
    }
    #aboutRoute {
        display: none;
    }
    #image {
        display: none;
    }
    #aboutContainerMobile {
        position: relative;
        width: 80%;
        left: 12%;
        color: white;
        display: block !important;
    }
    #content {
        background-color: #171b37;
    }
    #aboutTitleMobile {
        font-size: 33px;
        margin-bottom: 30px;
        letter-spacing: 9px;
        text-transform: uppercase;
        display: block !important;
    }
    #aboutRouteMobile {
        font-size: 16px;
        margin-bottom: 54px;
        color: rgb(183 183 183);
        display: block !important;
    }
    #imageMobile {
        display: block !important;
        width: 152vw;
        position: relative;
        height: 426px;
        right: 52%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        /* margin-top: 55px; */
    }
    #aboutTextMobile {
        height: auto;
        display: block !important;
        position: relative;
        background-color: #171b37;
        padding-bottom: 55px;
        line-height: 20px;
    }
    #header {
        background-color: #171b37 !important;
    }
    .btn12 .icon {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        height: 3px;
        width: 25px;
        top: 10px;
        right: 0px;
        background-color: #ffffff;
    }
    .btn12 .icon:before {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 25px;
        height: 3px;
        background-color: #ffffff;
        content: "";
        top: -10px;
        right: 0px;
    }
    .btn12 .icon:after {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 25px;
        height: 3px;
        background-color: #ffffff;
        content: "";
        top: 10px;
        right: 0px;
    }
}