p {
    color: #fff;
    font-size: 18px;
    font-family: Avenir;
    font-weight: 400;
}

.header-bg {
    background: url(../images/cutomer-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.contact-bg {
    background: url(../images/contct-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about-bg {
    background: url(../images/about-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.location-bg {
    background: url(../images/location-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.services-bg {
    background: url(../images/services-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.home-bg {
    background: url(../images/home-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%
}

.footer-bg {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    height: 100%;
    padding: 50px 0
}

.footer-wrapper {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 145px;
}

.footer-links {
    padding-left: 0;
}

.footer-links li {
    list-style: none;
    display: block;
    margin: 5px 0
}

.footer-links li a {
    color: #fff;
    font-size: 12px;
}

.footer-right-links {
    padding-left: 0;
    padding-top: 20%
}

.footer-right-links li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
}

.footer-right-links li a {
    color: #fff;
    font-weight: 700;

    font-size: 16px;
    font-family: Avenir;
}

.footer-links li a,
.footer-right-links li a {
    transition-duration: 1s;
}
.footer-links li a:hover,
.footer-right-links li a:hover {
    text-decoration: none;
    color: #c86d49;
}
.footer-bg h4 {
    color: #fff;
    font-size: 16px;
    font-family: 'Avenir Black';
}

.footer-bg p {
    color: #fff;
    font-size: 12px;
    font-family: Avenir;
}

.upper-header-txt {
    padding: 20% 0 30% 0;
}

.upper-header-txt h1 {
    text-transform: uppercase;
    color: #102434;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 46px;
    margin-bottom: 0;
    display: table;
    background: linear-gradient( to right, #00172f 34%, #004983 62%, #2989d8 100%, #007dd8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.upper-header-txt p em {
    color: #3e8aca;
}

.upper-header-txt h2 {
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 46px;
    margin-top: 0
}

.upper-header-txt h2:before {
    content: "";
    position: absolute;
    width: 145px;
    height: 1px;
    bottom: 0;
    border-bottom: 5px solid #0a7ad7;
}

.upper-header-txt.home p {
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
}

.upper-header-txt.home p:before {
    border-bottom: none;
}

.upper-header-txt p {
    text-align: justify;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;

    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: black;
}

.upper-header-txt p:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    bottom: 0;
    border-bottom: 5px solid #0a7ad7;
}

.upper-header-txt a {
    color: #fff;
    background: #0a7ad7;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 30px;
    font-family: Avenir;
    font-size: 16px;
    transition-duration: 1s;
}
.upper-header-txt a:hover{
    background: #075696;
}

.above-footer {
    background: url(../images/above-footer-bg.png);
    background-size: 100% 100%;
    padding: 2% 0 4% 0;
    background-repeat: no-repeat;
}

.above-footer h3 {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 900
}

.above-footer h3:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    bottom: 0;
    border-bottom: 5px solid #0a7ad7;
}

.above-footer p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.above-footer ul {
    padding-left: 15px;
    padding-top: 10px;
}

.above-footer ul li {
    list-style-type: disc;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
}

.above-footer ul li a {
    text-decoration: underline;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.white-bg {
    background: url(../images/white-bg.png);
    background-repeat: no-repeat;
    padding-top: 1%;
    background-size: cover;
    background-position: center;
}

.white-bg ul.maxico-list {
    padding-left: 0;
    padding-top: 15px;
    position: relative;
    width: 52%;
    margin: 0 auto 5% auto;
}

.white-bg ul.maxico-list:before {
    content: "";
    position: absolute;
    width: 5%;
    height: 1px;
    top: 0;

}

.white-bg ul.maxico-list li {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #585858;
    /*background: url(../images/circle-img.png) no-repeat 0 8px;
    background-size: 8px;*/
    list-style: none;
    padding-left: 20px;
    margin: 5px 0 10px 0;
    position: relative;
}

.white-bg ul.maxico-list li > div.punto {
    height: 6px;
    width: 6px;
    background: #0a7ad7;
    border: none;
    border-radius: 56%;
    position: absolute;
    left: 0;
    top: 8px;
}


.white-bg .caption {
    text-align: center;
    text-transform: uppercase;
}

.white-bg .thumbnail-list {
    text-align: center;
    margin: 25px auto 25px auto
}

.white-bg .thumbnail-list li {
    display: inline-block;
    background: none;
    border: 4px solid transparent;
    padding: 25px;
    margin: 0 20px;
    transition-duration: 1s;
    border-radius: 20px;
}

.white-bg .thumbnail-list li:hover,
.white-bg .thumbnail-list li.active {
    border: 4px solid #007cde;
    border-radius: 20px;
}
.white-bg .thumbnail-list.contact li:hover,
.white-bg .thumbnail-list li.active {
    border: 4px solid #007cde;
    border-radius: 20px;
}
.white-bg .thumbnail-list a:hover{
    text-decoration: none;
}
.wrapper {
    width: 70%;
    margin: 0 auto
}
.wrapper ul li a {
    text-decoration: none;
}
.clistImages{
    min-height: 180px;
}

/* .white-bg .thumbnail-list.contact li {
    border: none;
}

.white-bg .thumbnail-list.contact li:hover {
    border: none;
    } */
/* .white-bg .thumbnail-list.contact img:hover {
    filter: grayscale(40%);
    } */

    .below-top-txt h2 {
        color: #021d33;
        text-transform: uppercase;
        font-weight: 900;
        font-family: 'Roboto', sans-serif;
        padding-bottom: 5px;
        position: relative;
        background: linear-gradient( to right, #00172f 34%, #004983 62%, #2989d8 100%, #007dd8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: table;
        font-size: 36px;
    }

    .below-top-txt h2:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 1px;
        bottom: 0;
        border-bottom: 5px solid #0a7ad7;
    }

    .below-top-txt p {
        color: #585858;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .below-top-txt p strong {
        font-weight: 700;
    }

    .left-sec {
        float: left;
        width: 35.61%;
        position: relative;
    }

    .right-sec {
        float: right;
        width: 64.39%;
    }

    .right-sec ul li {
        width: 50%;
        float: left;
        position: relative;
    }

    .right-sec ul li img {
        height: 100%;
        width: 100%
    }

    .below-top-txt h2 span {
        color: #064e89;
        padding-left: 5px;
    }

    .img-section .left-sec .txt {
        position: absolute;
        top: 50%;
        left: 40%
    }

    .img-section .left-sec .txt p {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 25px
    }

    .img-section .right-sec .txt {
        position: absolute;
        top: 40%;
        left: 40%
    }

    .img-section .right-sec .txt p {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 25px
    }

    .services-list li {
        width: 20%;
        float: left;
        margin: 0 3% 0 2%
    }

    .services-list li:nth-child(4) {
        margin-right: 0
    }

    .services-list li:nth-child(5) {
        margin-left: 14%
    }

    .services-list li p {
        color: #0a7ad7;
        text-align: center;
        font-family: Avenir Heavy;
    }

    .location-img-list li {
        float: left;
        width: 33.33%;
        position: relative;
    }

    .image {
        display: block;
        width: 100%;
        height: auto;
    }

    .mask {
        position: absolute;
        top: -100%;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        transition: .5s ease;
        background: rgba(10, 122, 215, 0.7);
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .location-img-list li,
    .left-sec,
    .right-sec ul li {
        overflow: hidden;
    }
    .location-img-list li:hover .mask,
    .left-sec:hover .mask,
    .right-sec ul li:hover .mask {
        height: 100%;
        top: 0%;
    }

    .mask-txt-block {
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0;
        width: 100%;
    }

    .location-img-list li:hover .mask-txt-block,
    .left-sec:hover .mask-txt-block,
    .right-sec ul li:hover .mask-txt-block {
        display: none;
    }
    .location-img-list li:hover .text,
    .left-sec:hover .text,
    .right-sec ul li:hover .text{
        color: white;
        font-size: 20px;
        top: 50%;
        width: 100%;
    }

    .mask-txt-block .text {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .mask .text{
        color: white;
        font-size: 20px;
        padding-left: 15px;

    }

    .text h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0;
    }

    .text p {
        font-size: 14px;
        margin: 0 0 0 0;
    }

    .thumb-hori img {
        float: left;
    }

    .thumb-hori .caption {
        float: right;
        margin-top: 5%;
        margin-left: 15px;
    }

    .bottom-arrow {
        text-align: center;
        margin-bottom: 30px
    }

    .services-sec {
        background: url(../images/home-bg3.jpg) no-repeat center center fixed;
        background-size: cover;
        height: 100%;
        padding: 30px 0 60px 0;
        height: 100%
    }

    .about-sec {
        background: url(../images/home-bg2.jpg) no-repeat center center fixed;
        background-size: cover;
        height: 100%;
        padding: 30px 0 60px 0
    }

    .img-sec img {
        vertical-align: middle;
        border-right: 1px solid #fff;
        margin: 0 auto;
        padding: 15px 30px 15px 0;
        display: table-cell;
    }

    .text-sec {
        float: right;
        border-left: 1px solid #fff;
        padding: 8px 0 5px 15px;
        width: 75%
    }

    .below-about {
        margin-top: 10%;
    }

    .text-sec p {
        font-size: 17px;
    }

    .services-sec p.heavy {
        font-family: Avenir Heavy;
        font-weight: 900;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .services-sec p.heavy:before {
        content: "";
        position: absolute;
        width: 42%;
        height: 1px;
        bottom: 0;
        border-bottom: 5px solid #0a7ad7;
    }

    .services-sec p {
        margin-bottom: 0
    }

    .services-sec ul {
        padding-left: 0;
        margin-top: 12%;
    }

    .services-sec ul li {
        display: block;
        list-style: none;
        color: #fff;
        font-family: Avenir Heavy;
        font-size: 20px;
        margin: 15px 0;
    }

    .services-sec .blue-bg {
        background: rgba(7, 87, 159, 0.6);
        border-radius: 25px;
        padding: 10px;
        font-size: 15px;
        margin-top: 14%;
    }

    .services-sec .blue-bg strong {
        font-family: Avenir Heavy;
    }

    .location-sec {
        background: url(../images/home-bg4.jpg) no-repeat center center fixed;
        background-size: cover;
        padding: 30px 0 60px 0;
        height: 100%
    }

    .location-sec h4 {
        color: #fff;
        text-align: center;
        font-family: Avenir Heavy;
        font-size: 22px;
    }

    .location-sec p {
        text-align: center;
    }

    .common-sec h2 {
        font-family: 'Avenir Black';
        font-weight: 800;
        text-align: center;
        color: #fff;
        height: 100%;
        position: relative;
        font-size: 34px;
        z-index: 1;
        padding-bottom: 5px;
        margin-bottom: 40px;
    }

    .common-sec h2 span:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 1px;
        bottom: 0;
        border-bottom: 5px solid #0a7ad7;
    }

    .common-sec h2 span {
        background: url(../images/about-icon.png) no-repeat 0 center;
        padding-left: 70px;
    }

    .common-sec h2.services span {
        background: url(../images/drop-icon.png) no-repeat 0 center;
    }

    .common-sec h2.location span {
        background: url(../images/location-icon.png) no-repeat 0 center;
    }

    .common-sec h2::before,
    .common-sec h2::after {
        background: #ddd;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        top: 50%;
        width: 30%;
    }

    .common-sec h2:before {
        right: 70%;
    }

    .common-sec h2:after {
        left: 70%;
    }

    #scrollToTop,
    #scrollToBottom {
        cursor: pointer;
        display: inline-block;
    }

    .thumbnail-list h4 {
        background: linear-gradient( to right, #00172f 34%, #004983 62%, #2989d8 100%, #007dd8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'Roboto', sans-serif;
        font-size: 26px
    }

    .below-top-txt .our-value h2 {
        display: block;
        text-align: center;
    }

    .below-top-txt .our-value h2:before {
        border-bottom: none;
    }

    .logos-img-sec {
        margin-bottom: 20px;
    }

    .services-list-padd {
        padding-top: 65px;
        padding-bottom: 55px
    }

    .about-img-section .text h4 {
        font-size: 24px
    }

    .about-img-section .text p {
        text-transform: uppercase;
    }

/* .about-img-section .right-sec li:first-child .text {
    left: 35%;
    top: 70%
    } */

    .left-sec img {
        width: 100%
    }


    /*styling open close button*/

    .button {
        display: inline;
        position: relative;
        float: right;
        top: 6px;
        z-index: 999;
    }

    .button a {
        text-decoration: none;
        color: #fdfdfd;
        font-size: 30px;
        font-family: Avenir;
    }

    .btn-open:after {
        font-size: 30px;
        padding-left: 20px;
        color: #fdfdfd;
        content: "\f0c9";
        font-family: "FontAwesome";
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        line-height: 32px;
    }

    .btn-close:after {
        font-size: 30px;
        padding-left: 20px;
        color: #fff;
        content: "\f00d";
        font-family: "FontAwesome";
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
        line-height: 32px;
    }


    /*overlay*/

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 20%;
        background: rgba(24, 34, 59, 0.25);
        overflow: auto;
        z-index: 99;
    }

    .wrap {
        color: #e9e9e9;
        max-width: 100%;
        margin: 0 auto;
        padding: 30% 0 0 0;
    }

    .wrap ul.wrap-nav {
        /*border-bottom: 1px solid #fff;*/
        text-transform: capitalize;
        /*border-top: 1px solid #fff; */
        padding: 25px 0 25px 0;
    }

    .wrap ul.wrap-nav li {
        font-size: 20px;
        display: block;
        vertical-align: top;
        width: 100%;
        position: relative;
        margin: 15px 0;
        /* padding-left: 22%; */
    }

    .wrap ul.wrap-nav li:hover {
        text-decoration: none;
    }

/* .wrap ul.wrap-nav li:last-child {
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.wrap ul.wrap-nav li:last-child a {
    background: none;
    } */

    .wrap ul.wrap-nav li a {
        background: url(../images/elipse-icon.png) no-repeat 0 center;
        font-size: 18px;
        font-family: Avenir;
        color: #fdfdfd;
        display: block;
        padding: 8px 0 8px 20px;
        text-decoration: none;
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
    }

    .wrap ul.wrap-nav li a:hover {
        color: #f0f0f0;
    }

    .wrap ul.wrap-nav ul {
        padding: 20px 0;
    }

    .wrap ul.wrap-nav ul li {
        display: block;
        font-size: 13px;
        width: 100%;
        color: #e9e9e9;
    }

    .wrap ul.wrap-nav ul li a {
        color: #f0f0f0;
    }

    .wrap ul.wrap-nav ul li a:hover {
        color: #34B484;
    }

    .footer-bg .left-sec {
        float: left;
        width: 10%;
    }

    .footer-bg .mid-sec {
        float: left;
        width: 73%;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding: 0 1.5%;
        margin: 0 1.5%;
    }

    .footer-bg .right-sec {
        float: left;
        width: 14%;
    }

    .footer-nav {
        width: 19%;
        float: left;
    }

    .col-1 {
        width: 26.33%;
        float: left;
    }

    .col-2 {
        width: 26.33%;
        float: left;
    }

    .col-3 {
        width: 26.33%;
        float: left;
    }

    ul.jobs-width li {
        width: 100%;
        display: block;
    }

    .palabra-serv{
        width: 200px;
        margin-bottom: 10px;
        position: relative;
        left: -3px;
        display: block;
    }

    .palabra-contac{
        width: 275px;
        margin-bottom: 10px;
        position: relative;
        left: -5px;
    }

    .palabra-carrer{
        width: 535px;
        margin-bottom: 10px;
        position: relative;
        left: -11px;
    }


    /*media css start here*/

    @media (min-width:1600px) and (max-width: 1900px) {
        .overlay {
            width: 28%
        }
    }

    @media (max-width:1199px) {
        .thumb-hori .caption {
            float: none;
        }
    }


}
@media (min-width:768px) and (max-width:991px) {}
@media (max-width:767px) {
    .overlay {
        width: 50%
    }

    .wrap {
        padding: 45% 0 0 0;
    }

    .wrap ul.wrap-nav li {
        margin: 10px 0;
    }

    .wrapper {
        width: 80%;
    }

    .upper-header-txt h1 {
        font-size: 28px;
    }

    .upper-header-txt h2 {
        font-size: 26px;
    }

    .bottom-arrow {
        text-align: center;
        margin-bottom: 10%;
    }

    .common-sec h2:before {
        right: 85%;
    }

    .common-sec h2:after {
        left: 85%;
    }

    .common-sec h2::before,
    .common-sec h2::after {
        width: 15%
    }

    .mrg {
        margin-bottom: 20px;
    }

    .mrg {
        margin-top: 30px
    }

    .services-list li {
        width: 96%;
        margin: 0 2% 0 2%;
    }

    .services-list li:nth-child(5) {
        margin-left: 0
    }

    .right-sec {
        width: 100%
    }

    .left-sec {
        width: 100%
    }

    .img-sec img {
        border-right: none;
        padding: 15px 30px 15px 30px;
    }

    .footer-bg .left-sec {
        display: none
    }

    .footer-bg .right-sec {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .footer-bg .mid-sec {
        border: none;
        width: 100%;
    }

    .footer-nav {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .col-1 {
        width: 100%;
    }

    .col-2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-right-links li a {
        font-size: 12px;
    }

    .footer-bg h4 {
        font-size: 12px;
        display: flex;
        justify-content: center;
    }

    .footer-bg p{
        text-align: center;
        margin-bottom: 0;
    }

    .logo img {
        width: 70%;
    }

    .location-img-list li {
        width: 100%;
    }

    .footer-right-links{
        padding-top: 0;
    }

    .footer-bg{
        padding: 25px 0;
    }

    .footer-right-links li{
        margin-bottom: 0;
    }

    .just-txt{
        text-align: justify;
    }

    .text-center p{
        text-align: justify;
    }

    .right-sec ul li{
        width: 100%;
    }

    .about-bg, .above-footer{
        background-size: cover;
    }

    .services-bg, .header-bg{
        background-size: cover;
        background-position: center;
    }

    .thumbnail-list li > a > img{
        width: 100%;
    }

    .row{
        margin-right: 0;
        margin-left: 0;
    }

    .white-bg ul.maxico-list{
        width: 85%;
    }

    .clistImages{
        min-height: auto;
    }

    .container-fluid{
        padding-right: 0;
        padding-left: 0;
    }

    .below-top-txt h2{
        font-size: 26px;
    }

    .our-value{
        margin-top: 50px;
    }

    .btn-open:after, .btn-close:after{
        padding-left: 0;
    }

    .logo{
        width: 115px;
    }

    .about-sec{
    	background-size: auto 100%;
    }

    .overlay{
        width: 60%;
        background: rgba(24, 34, 59, 0.5);
    }

    .menu-lenguajes{
        display: none;
    }

    .menu-lenguajes-xs{
        display: flex;
        align-items: center;
        padding: 15px 0;
        padding-left: 15px;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
    }


    .menu-lenguajes-xs img{
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .menu-lenguajes-xs p{
        font-family: Avenir;
        color: white;
        font-size: 16px;
        margin: 0;
        margin-left: 5px;
    }

    .menu-lenguajes-xs p > a{
        color: white;
        text-decoration: none;
    }

    .menu-lenguajes-xs p:nth-child(3){
        font-size: 24px;
    }

    .lenguaje-activo{
        font-weight: bold;
    }

    .wrap ul.wrap-nav li{
        padding-left: 20px;
        margin: 0;
    }

    .palabra-serv{
        width: 130px;
        margin-bottom: 10px;
        position: relative;
        left: -3px;
        display: block;
    }

    .palabra-contac{
        width: 175px;
        margin-bottom: 10px;
        position: relative;
        left: -5px;
    }

    .palabra-carrer{
        width: 250px;
        margin-bottom: 10px;
        position: relative;
        left: -30px;
    }

}
@media only screen and (min-width:480px) and (max-width:767px) {}
@media only screen and (max-width:479px) {}



@media only screen and (min-width:768px) {


    .overlay{
        width: 300px;
    }

    .menu-lenguajes{
        display: flex;
        align-items: center;
        padding: 15px 0;
        padding-left: 30px;
        /*border-top: 2px solid white;
        border-bottom: 2px solid white;*/
        top: 4px;
        position: absolute;
        right: 7px;
        padding-left: 0;
        z-index: 1000;
    }
    .menu-lenguajes-xs{
        display: none;
    }
    .menu-lenguajes img{
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .menu-lenguajes p{
        font-family: Avenir;
        color: white;
        font-size: 16px;
        margin: 0;
        margin-left: 5px;
    }

    .menu-lenguajes p > a{
        color: white;
        text-decoration: none;
    }

    .menu-lenguajes p:nth-child(3){
        font-size: 22px;
    }

    .lenguaje-activo{
        font-weight: bold;
    }

    .wrap{
        padding-left: 30px;
        padding-top: 95px; /*135*/
    }

    a.logo > img{
        width: 100px;
    }

    .button{
        right: 140px;
        top: 13px;
    }

    .header-bg > .container, .header-bg > .container > .row > div:nth-child(1) {
        padding: 0;
    }

    nav > .logo{
        position: relative;
        left: 140px;
    }

    .header-bg > .container > .row {
        margin: 0;
    }

    .header-bg > .container:nth-child(1) {
        width: auto;
    }

    .header-bg > .container > .row:nth-child(2) > div > .wrapper{
        width: calc(100% - 300px);
        padding: 0 2%;
        margin: 0;
    }

}


@media only screen and (min-width:1280px) {

    .header-bg > .container > .row:nth-child(2) > div > .wrapper{
        width: calc(70% - 300px);
        margin: 0 auto;
        padding: 0;
    }

}



@media only screen and (min-width:1440px) {

    .overlay{
        width: 360px;
    }

    .button{
        right: 200px;
        top: 13px;
    }

    nav > .logo{
        position: relative;
        left: 200px;
    }

    .menu-lenguajes{
        right: 35px;
    }

}


fieldset > .legend-contact{
    color: #021d33;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 5px;
    position: relative;
    background: linear-gradient( to right, #00172f 34%, #004983 55%, #2989d8 100%, #007dd8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
    font-size: 36px;
}

#form-contact{
    padding: 50px 0;
}

#form-contact label{
    color: #00172f ;
    font-size: 15px;
}


#form-contact button{
    background: #2989d8  ;
    transition: all .5s;
}

#form-contact button:hover{
    background: #004983    ;
}


#form-contact textarea{
    resize: none;
}

.label-file > input[type="file"]{
    display: none;
}

.label-file > img{
    width: 36px;
}

.label-file > span{
    vertical-align: bottom;
}

.label-file{
    cursor: pointer;
}

.span-value{
    font-size: 14px;
}

.icon-upluad{
    font-size: 30px;
    transition: all .3s;
}

.icon-upluad:hover{
    color: #2989d8;
}

.sombra {
    background: url(../images/header-bg.png) repeat-x;
    height: 415px;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: .5;
}
