html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    border: none;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', Calibri;
    font-size: 13px;
    line-height: 20px;
    color: #767676;
    overflow-y: scroll;
}
a,
a:active {
    color: #767676;
    text-decoration: none;
    outline: 0px;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin-bottom: 15px;
    line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}
.Naranja {
    color: #fd7d24 !important;
}
.Wrapper {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    min-height: 870px;
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 68px;
}
.Container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
}
.Boxed {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
}
.BoxedInter {
    margin-top: 45px;
    margin-bottom: 80px;
}
.row {
    /*z-index: 1;*/
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-10,
.col-20,
.col-30,
.col-40,
.col-41,
.col-42,
.col-43,
.col-44,
.col-45,
.col-46,
.col-47,
.col-48,
.col-49,
.col-50,
.col-51,
.col-52,
.col-53,
.col-54,
.col-55,
.col-56,
.col-57,
.col-58,
.col-59,
.col-60,
.col-64,
.col-65,
.col-70,
.col-75,
.col-80,
.col-90,
.col-100 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-1-fijo,
.col-50-fijo,
.col-md-2-fijo,
.col-md-3-fijo,
.col-md-4-fijo,
.col-md-5-fijo,
.col-md-6-fijo,
.col-md-7-fijo,
.col-md-8-fijo,
.col-md-9-fijo,
.col-md-10-fijo,
.col-md-11-fijo,
.col-md-12-fijo {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.col-10 {
    width: 10%;
}
.col-20 {
    width: 20%;
}
.col-30 {
    width: 30%;
}
.col-40 {
    width: 40%;
}
.col-41 {
    width: 41%;
}
.col-42 {
    width: 42%;
}
.col-43 {
    width: 43%;
}
.col-44 {
    width: 44%;
}
.col-45 {
    width: 45%;
}
.col-46 {
    width: 46%;
}
.col-50 {
    width: 50%;
}
.col-51 {
    width: 51%;
}
.col-52 {
    width: 52%;
}
.col-53 {
    width: 53%;
}
.col-54 {
    width: 54%;
}
.col-55 {
    width: 55%;
}
.col-56 {
    width: 56%;
}
.col-57 {
    width: 57%;
}
.col-58 {
    width: 58%;
}
.col-59 {
    width: 59%;
}
.col-60 {
    width: 60%;
}
.col-64 {
    width: 64%;
}
.col-65 {
    width: 65%;
}
.col-70 {
    width: 70%;
}
.col-75 {
    width: 75%;
}
.col-80 {
    width: 80%;
}
.col-90 {
    width: 90%;
}
.col-100 {
    width: 100%;
}
.col-md-12-fijo {
    width: 100%;
}
.col-md-11-fijo {
    width: 91.66666667%;
}
.col-md-10-fijo {
    width: 83.33333333%;
}
.col-md-9-fijo {
    width: 75%;
}
.col-md-8-fijo {
    width: 66.66666667%;
}
.col-md-7-fijo {
    width: 58.33333333%;
}
.col-md-6-fijo {
    width: 50%;
}
.col-50-fijo {
    width: 50%;
}
.col-md-5-fijo {
    width: 41.66666667%;
}
.col-md-4-fijo {
    width: 33.33333333%;
}
.col-md-3-fijo {
    width: 25%;
}
.col-md-2-fijo {
    width: 16.66666667%;
}
.col-md-1-fijo {
    width: 8.33333333%;
}
.container:before,
.container:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.container:after,
.row:after {
    clear: both;
}
/*--- Media ---*/
img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}
img {
    -ms-interpolation-mode: bicubic;
}
audio {
    width: 100%;
}
.cont-video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.cont-video iframe,
.cont-video object,
.cont-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--- Media ---*/
.Right {
    text-align: right;
}
.FloRight {
    float: right;
}
.ImgRight {
    display: inline-block;
    float: right;
}
.Left {
    text-align: left;
}
.Center {
    text-align: center;
}
.NoPad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.NoPadLeft {
    padding-left: 0px !important;
}
.NoPadRight {
    padding-right: 0px !important;
}
.Relative {
    position: relative;
}
.NoLineHeight {
    line-height: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', Calibri;
    line-height: normal;
    font-weight: normal;
}
.HeaderCont {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    display: inline-block;
    width: 100%;
    height: 98px;
    background-color: #000;
    background: rgba(0, 0, 0, .18);
}
.BackLogo {
    position: relative;
}
.BackLogo:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 82px 114px 0;
    border-color: rgba(0, 0, 0, .18) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 98px;
    left: 11px;
}
.BackLogo:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 80px 110px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 92px;
    left: 15px;
}
.Header {
    display: inline-block;
    width: 100%;
    height: 92px;
    background: #fff;
}
.Logo {
    position: absolute;
    left: 70px;
    top: 12px;
    z-index: 999;
    display: inline-block;
    margin: auto;
}
/*<-----New Navigation----->*/
.Nav {
    position: relative;
    left: 0px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background: #333;
    margin: auto;
}
.NavMobile {
    font-family: 'Exo 2', Calibri;
    font-weight: 600;
    display: none;
    cursor: pointer;
    padding: 13px 30px 12px 30px;
    width: 144px;
    background: #fd7d24;
    color: #fff;
    font-size: 20px;
    float: right;
    text-transform: uppercase;
    position: absolute;
    z-index: 99999;
    top: 23px;
    right: 124px;
    height: 45px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.NavMobile i {
    margin-right: 8px;
}
.UlNav {
    /*padding-top: 30px;*/
    padding-right: 108px;
    margin-top: 0px;
    float: right;
}
.UlNav li {
    list-style: none;
    height: 61px;
    float: left;
    position: relative;
    background: #fff;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.UlNav > li {
    height: 91px;
    padding: 24px 0px 0px 0px;
    border-top: 4px solid #fff;
}
.UlNav li a {
    display: inline-block;
    padding: 0px 16px;
    font-family: 'Exo 2', Calibri;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.UlNav li a .LinkNav {
    font-family: 'Exo 2', Calibri;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.UlNav li a .LinkNavSub {
    font-family: 'Open Sans', Calibri;
    font-weight: normal;
    font-size: 13px;
    font-style: italic !important;
    text-align: center;
    text-transform: none !important;
    line-height: 14px !important;
}
.UlNav li ul {
    /*background-color: #393939;*/
    position: absolute;
    z-index: 9999;
    left: 0px;
    top: 87px;
    margin-top: 10px;
    *_margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.UlNav li ul li {
    border-top: 2px solid #767676;
    width: 220px;
    height: 40px;
}
.UlNav li ul li a {
    width: 300px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    line-height: 14px;
}
.UlNav li ul li:hover {
    background: #fd7d24;
}
.UlNav li ul li:hover a {
    color: #fff;
}
.UlNav li:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.UlNav > li:hover {
    border-top: 4px solid #fd7d24;
}
.UlNav > li:hover > a {
    color: #fd7d24;
}
.LiActive {
    border-top: 4px solid #fd7d24 !important;
}
.LiActive > a {
    color: #fd7d24;
}
.UlSocial {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 20;
}
.UlSocial li {
    float: left;
    margin-left: 5px;
}
.UlSocial li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #e5e5e5;
    good bye to you color: #9f9f9f;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.SocFac:hover {
    background: #3c5a98;
    color: #fff;
}
.SocLin:hover {
    background: #007ab9;
    color: #fff;
}
.LineAlfa {
    position: absolute;
    z-index: 600;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    height: 6px;
    width: 100%;
    background: rgba(0, 0, 0, .18);
}
.TitleHome h2 {
    font-size: 17px;
    font-family: 'Exo 2', Calibri;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 22px auto 16px auto;
}
.TitleInter {
    font-size: 17px;
    font-family: 'Exo 2', Calibri;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    font-style: italic;
    display: inline-block;
    border-bottom: 1px solid #e97225;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.TitleSubInter {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 30px;
}
.BoxStaff {
    background: url('../imagenes/flecha-staff.png') 0px 2px no-repeat;
    padding: 0px 0px 0px 20px;
    margin-bottom: 30px;
}
.TitleFlecha {
    font-family: 'Exo 2', Calibri;
    text-transform: uppercase;
    font-style: italic;
    background: url('../imagenes/flecha-staff.png') 0px 2px no-repeat;
    padding: 0px 0px 0px 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}
.TitleSimple {
    font-family: 'Exo 2', Calibri;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}
.BoxStaff i {
    color: #ea7b34;
}
.UlBtnFormEmp {
    display: inline-block;
    max-width: 340px;
    margin: 0px auto 0px auto;
}
.UlBtnEmp {
    display: inline-block;
    max-width: 514px;
    margin: 20px auto 0px auto;
}
.UlBtnEmp li {
    float: left;
    margin: 8px 14px 8px 14px;
    list-style: none !important;
}
.UlBtnEmp .Btn {
    margin-top: 0px;
}
.UlBtnFormEmp li {
    float: left;
    margin: 8px 14px 8px 14px;
    list-style: none !important;
}
.UlBtnEmpVac {
    display: inline-block;
    margin-left: 40px;
}
.UlBtnEmpVac li {
    float: left;
    display: inline-block;
    margin: 4px 10px 4px 10px;
}
.Btn {
    font-family: 'Exo 2', Calibri;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    padding: 8px 26px;
    text-transform: uppercase;
    background: #767676;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
}
.BtnVolver {
    margin-top: 60px;
}
.Btn i {
    margin-right: 5px;
    font-size: 14px;
}
.Btn span {
    margin-right: 4px;
    font-size: 14px;
}
.Btn:hover {
    background: #fd7d24;
}
.BtnVideo {
    background: #767676 url('../imagenes/icon-video.png') 20px 10px no-repeat;
    padding-left: 44px;
    margin-top: 50px;
}
.BtnVideo:hover {
    background: #fd7d24 url('../imagenes/icon-video.png') 20px 10px no-repeat;
    padding-left: 44px;
}
.BtnUpload {
    position: relative;
    overflow: hidden;
    font-family: 'Exo 2', Calibri;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    padding: 11px 16px 11px 40px;
    text-transform: uppercase;
    background: #767676 url('../imagenes/adjunta-cv.png') 12px 8px no-repeat;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
}
.BtnUpload:hover {
    background: #fd7d24 url('../imagenes/adjunta-cv.png') 12px 8px no-repeat;
    color: #fff;
}
.BtnUpload input.Upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.BtnSend {
    font-family: 'Exo 2', Calibri;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    padding: 11px 35px 11px 64px;
    text-transform: uppercase;
    background: #767676 url('../imagenes/enviar-cv.png') 38px 8px no-repeat;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
}
.BtnSend:hover {
    background: #fd7d24 url('../imagenes/enviar-cv.png') 38px 8px no-repeat;
}
.FormEmpleo {
    margin-top: 30px;
}
.FormEmpleo .BoxFormText {
    max-width: 420px;
}
.FormContacto {
    margin-top: 26px;
    max-width: 450px;
}
.UlDatos {
    margin-left: 18px;
}
.FormContacto .BoxFormText {
    max-width: 490px;
}
.BoxFormText {
    padding: 4px;
    background: url('../imagenes/back-lines.png');
    width: 100%;
    /*max-width: 420px;*/
    margin: 0px auto 18px auto;
    display: inline-block;
}
.FormText {
    font-family: 'Open Sans', Calibri;
    font-style: italic;
    font-size: 13px;
    padding: 8px 12px 8px 30px;
    width: 100%;
    /*max-width: 350px;*/
    background: #f3f1f2;
    outline: 0px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.IconNombre {
    background: #f3f1f2 url('../imagenes/icon-6.png') 6px 7px no-repeat;
}
.IconArea {
    background: #f3f1f2 url('../imagenes/icon-1.png') 6px 7px no-repeat;
}
.IconCiudad {
    background: #f3f1f2 url('../imagenes/icon-4.png') 6px 7px no-repeat;
}
.IconEmpresa {
    background: #f3f1f2 url('../imagenes/icon-empresa.png') 6px 7px no-repeat;
}
.IconRuc {
    background: #f3f1f2 url('../imagenes/icon-ruc.png') 10px 11px no-repeat;
}
.IconEmail {
    background: #f3f1f2 url('../imagenes/icon-2.png') 6px 7px no-repeat;
}
.IconNivel {
    background: #f3f1f2 url('../imagenes/icon-5.png') 6px 7px no-repeat;
}
.IconTelefono {
    background: #f3f1f2 url('../imagenes/icon-3.png') 6px 7px no-repeat;
}
.IconCargo {
    background: #f3f1f2 url('../imagenes/icon-cargo.png') 10px 12px no-repeat;
}
.BoxLaboral {
    display: inline-block;
    margin: 30px 0px 40px 0px;
}
.cms {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.cms ul {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}
.cms ul li {
    margin-bottom: 2px;
    list-style: circle;
}
.cms h1 {
    font-size: 17px;
    color: #fd7d24;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 6px;
}
.cms h2 {
    font-size: 17px;
    color: #fd7d24;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 6px;
}
.cms h3 {
    font-size: 17px;
    color: #fd7d24;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 6px;
}
.cms h4 {
    font-size: 15px;
    color: #fd7d24;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 6px;
}
.cms span {
    color: #fd7d24;
}
.Footer {
    position: absolute;
    z-index: 1000;
    /*text-transform: uppercase;*/
    bottom: 30px;
    left: 0px;
    width: 100%;
    height: 38px;
    /*font-family: Arial, Calibri;*/
    font-size: 12px;
    background: #f2f2f2;
    margin: 0px auto;
    padding: 9px 0px 5px 0px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.UlContac li {
    float: left;
    margin-left: 16px;
    display: inline-block;
}
.UlContac li i {
    color: #e97225;
}
.UlContac li span {
    color: #e97225;
}
.UlContac li .icon-mobile-phone {
    font-size: 17px;
}
.UlContac li .icon-envelope {
    font-size: 11px;
}
.UlContac li .icon-map-marker {
    font-size: 14px;
}
.TitleContat {
    font-family: 'Exo 2', Calibri;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 0px !important;
}
.BoxBack {
    position: relative;
    background: #fd7d24;
    background: -moz-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7d24), color-stop(100%, #db5b00));
    background: -webkit-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -o-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -ms-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: linear-gradient(to bottom, #fd7d24 0%, #db5b00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fd7d24', endColorstr='#db5b00', GradientType=0);
}
.BoxServInter {
    margin-top: 92px;
    color: #fff;
    position: relative;
    z-index: 100;
    background: #fd7d24;
    background: -moz-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7d24), color-stop(100%, #db5b00));
    background: -webkit-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -o-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -ms-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: linear-gradient(to bottom, #fd7d24 0%, #db5b00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fd7d24', endColorstr='#db5b00', GradientType=0);
    height: 840px;
}
.BoxServDiagonal {
    position: absolute;
    top: 0px;
    right: -22px;
    width: 44px;
    height: 100%;
    background: #fd7d24;
    background: -moz-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7d24), color-stop(100%, #db5b00));
    background: -webkit-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -o-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -ms-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: linear-gradient(to bottom, #fd7d24 0%, #db5b00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fd7d24', endColorstr='#db5b00', GradientType=0);
    -webkit-transform: perspective(1px) skew(3deg);
    -moz-transform: perspective(1px) skew(3deg);
    -ms-transform: skew(3deg);
    -o-transform: skew(3deg);
    transform: perspective(1px) skew(3deg);
    -webkit-backface-visibility: hidden;
    /*La corrección para Firefox ... sí, tiene que estar en una sola y larga línea*/
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter id="gaussian_blur"><feGaussianBlur in="SourceGraphic" stdDeviation="0" /></filter></defs></svg>#gaussian_blur');
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.BoxServDiagonalRight {
    position: absolute;
    z-index: 100;
    top: 0px;
    right: -22px;
    width: 44px;
    height: 100%;
    background: #fd7d24;
    background: -moz-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7d24), color-stop(100%, #db5b00));
    background: -webkit-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -o-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: -ms-linear-gradient(top, #fd7d24 0%, #db5b00 100%);
    background: linear-gradient(to bottom, #fd7d24 0%, #db5b00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fd7d24', endColorstr='#db5b00', GradientType=0);
    -webkit-transform: perspective(1px) skew(3deg);
    -moz-transform: perspective(1px) skew(3deg);
    -ms-transform: skew(3deg);
    -o-transform: skew(3deg);
    transform: perspective(1px) skew(3deg);
    -webkit-backface-visibility: hidden;
    /*La corrección para Firefox ... sí, tiene que estar en una sola y larga línea*/
    filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><filter id="gaussian_blur"><feGaussianBlur in="SourceGraphic" stdDeviation="0" /></filter></defs></svg>#gaussian_blur');
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.BoxServInterInfo {
    margin-top: 130px;
    width: 592px;
    float: right;
    padding-right: 30px;
}
.TitleServ {
    font-size: 17px;
    font-family: 'Exo 2', Calibri;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    font-style: italic;
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 4px;
    color: #fff;
}
.UlServ {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.UlServ li {
    float: left;
    width: 250px;
    height: 42px;
    margin: 0px 20px 20px 0px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.UlServ li a {
    font-family: 'Exo 2', Calibri;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    line-height: 15px;
    border: 1px solid #fff;
    width: 250px;
    height: 42px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0px 10px 0px 36px;
    background: url('../imagenes/icon-lista-serv.png') 0px 0px no-repeat;
}
.UlServ li:hover, .UlServ li.actvl {
    background: #fff;
}
.UlServ li a:hover, .UlServ li a.actv {
    background: url('../imagenes/icon-lista-serv.png') 0px -42px no-repeat;
    color: #fd7d24;
    font-style: italic;
}
.LiServActive {
    background: #fff;
}
.LiServActive a {
    background: url('../imagenes/icon-lista-serv.png') 0px -42px no-repeat;
    color: #fd7d24;
    font-style: italic;
}
.BoxScrollServ {
    height: 480px;
    overflow-y: auto;
}
.cms h1 {
    font-family: 'Exo 2', Calibri;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    font-style: italic;
    padding-bottom: 4px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.cms ul {
    margin: 10px 0px 10px 25px;
}
.cms ul li {
    margin-bottom: 6px;
}
.cms a {
    color: #fd7d24;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    background: url('../imagenes/icon-link.png') 2px 4px no-repeat;
    padding-left: 18px;
}
.cms a:hover {
    text-decoration: underline;
}
.LinkBoxProy {
    display: inline-block;
    width: 288px;
    min-height: 300px;
    margin: auto;
}
.LinkBoxNotic {
    display: inline-block;
    max-width: 412px;
    height: 440px;
    margin: 30px auto 40px auto;
}
.BoxProyImgCont {
    display: inline-block;
    padding: 6px;
    background: url('../imagenes/back-lines.png');
}
.BoxNoticImgCont {
    display: inline-block;
    padding: 6px;
    background: url('../imagenes/back-lines.png');
}
.BoxProyImg {
    position: relative;
    display: table;
    overflow: hidden;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.BoxProyImg img {
    width: 275px;
    height: 180px;
}
.BoxNoticImg {
    position: relative;
    display: table;
    overflow: hidden;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.BoxNoticImg img {
    width: 400px;
    height: 308px;
}
.BoxProyTitle {
    margin-top: 10px;
    font-family: 'Exo 2', Calibri;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 0px 2px;
    text-transform: uppercase;
    font-style: italic;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.BoxNoticTitle {
    margin-top: 10px;
    /*font-family: 'Exo 2', Calibri;*/
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    display: block;
    padding: 0px 10px;
    text-transform: uppercase;
    line-height: 18px;
}
.BoxNoticTitle p {
    line-height: 18px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.BoxNoticExtra {
    padding: 0px 10px;
    text-align: left;
}
.BoxNoticExtra p {
    margin-bottom: 2px;
    line-height: 16px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.BoxProyCity {
    margin-top: 3px;
    font-family: 'Exo 2', Calibri;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 0px 18px;
    font-style: italic;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.BoxProyInfo {
    max-width: 522px;
    margin: 46px auto 0px auto;
    text-align: center;
}
.BoxMore {
    font-family: 'Exo 2', Calibri;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 0px;
    /*padding-top: 24%;*/
    top: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: #f47a24;
    background: rgba(244, 122, 36, .7);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.BoxMore span {
    font-family: Calibri;
    font-size: 34px;
    width: 100%;
}
.BoxServImg .BoxMore {
    padding-top: 40px;
}
.BoxProyImg .BoxMore {
    padding-top: 70px;
}
.BoxNoticImg .BoxMore {
    padding-top: 130px;
}
.LinkBoxProy:hover .BoxMore,
.LinkBoxNotic:hover .BoxMore,
.LinkCarServ:hover .BoxMore {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.LinkBoxProy:hover,
.LinkBoxNotic:hover,
.LinkCarServ:hover {
    color: #fd7d24;
}
.BoxedMedium {
    max-width: 960px;
    margin: auto;
}
.UlClientes {
    display: inline-block;
    max-width: 1000px;
    margin: 10px auto 0px auto;
}
.UlClientes li a {
    display: inline-block;
    padding: 5px 0px;
    background: url('../imagenes/back-lines.png');
}
.UlClientes li {
    float: left;
    display: inline-block;
    margin: 25px;
}
.MapCont {
    margin-top: 26px;
    margin-bottom: 20px;
    padding: 10px;
    background: url('../imagenes/back-lines.png');
}
.Map1 {
    width: 100%;
    height: 430px;
}
.Map1 label {
    width: auto;
    display: inline;
}
.Map1 img {
    max-width: none;
}
.BoxGracias {
    margin-top: 115px;
}
.TextLarge {
    font-family: 'Exo 2', Calibri;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    color: #fd7d24;
}
.BoxError {
    text-align: center;
    margin-top: 60px;
    padding: 15px;
}
.BoxErrorTitle {
    font-family: 'Exo 2', Calibri;
    font-weight: 600;
    font-size: 50px;
    color: #fd7d24;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: -3px;
}
.BoxErrorText {
    margin-top: 20px;
    font-family: 'Exo 2', Calibri;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 10px;
}
.Company {
    position: relative;
    padding: 8px 30px 8px 4px;
}
.Company img {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -6px;
    height: 12px;
    max-width: 100%;
  }
.Footer p {
    margin-bottom: 2px;
}
.Copyright {
    position: absolute;
    z-index: 1000;
    text-transform: uppercase;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    font-family: Arial, Calibri;
    font-size: 10px;
    background: #e9e8e8;
    margin: 0px auto;
    padding: 6px 0px 5px 0px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}