html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
    width: 100%;
  display: block;
}
a{
    text-decoration: none;
}
svg{
    width: 100%;
}

html{
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}
.complexTitle span{
  font-family: 'Oswald', sans-serif;
  display: block;
}
.jskBn{
  color: #444b54;
}
.jskBn span{
  color: #0071bb;
}
button,
textarea,
input{
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;
    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
    /* Remove excess padding and border in Firefox 4+ */
    border: 0;
    padding: 0;
}

.wrapper{
  width: 90%;
  margin: auto;
  max-width: 1100px;
}




section{
  overflow: hidden;
}

nav{
  display: none; 
}



header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1.8rem 0;
    z-index: 99999;
    transition:.3s ease all;
}
header .logo{
  background-image: url(../img/logo.svg);
}
.logo {
    display: block;
    float: left;
    text-indent: -99999px;
    width: 10rem;
    height: 1.5rem;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
}
header::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  background-color: #fff;
  z-index: -1;
      box-shadow: 0 0 15px rgba(0,0,0,.2);
  transition:.3s ease all;
}
.fixedHeader::after{
  top: 0;
}
.fixedHeader .logo{
  background-image: url(../img/logo.svg);
}



.xsBlast h3 {
    text-transform: uppercase;
    color: #2b2b2b;
    text-align: center;
    width: 85%;
    margin: auto;
    position: relative;
    padding-bottom: 2rem;
    font-size: 1.1rem;
    line-height: 1.4;
    max-width: 27rem;
    font-weight: 400;
    letter-spacing: .3px;
}
.xsBlast img {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 2.5rem;
    margin: auto;
}
.xsBlast h3 small{
    font-size: .9rem;
    font-family: 'TwCenMTStd-Light';
    display: block;
}
.xsBlast h3::after {
    content: "";
    width: 3rem;
    height: .5rem;
    background-color: #0582c9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.xsBlast h3::before {
    content: "";
    width: .8rem;
    height: 1.5rem;
    border: .3rem solid #effcff;
    position: absolute;
    bottom: -.75rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    z-index: 3;
}
.xsBlast {
    width: 100%;
    padding: 6rem 0 3rem 0;
    background-color: #effcff;
    position: relative;
}


.xsOff{
  padding: 4rem 0;
}
#xsPartners{
  background-color: #f1f1f1;
}
#xsPartners h4 {
    text-align: left;
    margin: auto;
    width: 100%;
    position: relative;
    padding-bottom: 1rem;
    color: #0071bb;
    font-size: 1.2rem;
    margin-top: 1.5rem;
}
#xsPartners h4::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#xsPartners h4 span{
  font-family: 'TwCenMTStd-Light';
}
.xsOff small {
    font-family: 'TwCenMT-Bold';
    color: #fb9b00;
    display: block;
    margin-top: 1rem;
    text-align: center;
    position: relative;
}
.xsOff small::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 1px solid #fb9b00;
    width: 12rem;
    height: 2rem;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.xsOff small span{
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.xsOff small span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f1f1f1;
    width: 13rem;
    height: 1.5rem;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.xsOff small span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f1f1f1;
    width: 11rem;
    height: 2.5rem;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

#xsPartners .splitCols > div {
    background-color: #008bca;
}


#xsPartners .splitCols{

}
#xsPartners h5 {
    font-size: 1.4rem;
    color: #fff;
}
.xdfl{
    text-align: left;
}
#xsPartners h5 span {
    color: #fff;
    opacity: .7;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: .2rem;
}
#xsPartners p{
    color: #fff;
    font-size: .9rem;
    line-height: 1.3;
    font-style: italic;
    margin-top: 1rem;
}
#xsPartners .foot{
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
#xsPartners .foot::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .05;
  width: 100%;
  height: 100%;
}
#xsPartners .foot img {
    width: 13rem;
    margin: 0rem 0 1rem 0;
    float: left;
}
#xsPartners .imgCv{
  padding-bottom: 60%;
  -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
#xsPartners .txCv > .wrapper{
  padding: 2rem 0 4rem 0
}
.txCv ul{
  margin-top: 1.5rem;
  overflow: hidden;
}
.txCv ul li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.5rem;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    color: #fff;
    opacity: .8;
    background-repeat: no-repeat;
    background-image: url(../img/bullets.svg);
    background-size: .8rem;
    background-position: 0 .2rem;
}







h5 {
    font-size: 1.5rem;
    text-align: center;
    display: block;
    margin-bottom: 1.2rem;
}
#xsAbout .wrapper > p {
    color: #383838;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
    width: 90%;
    margin: auto;
    max-width: 36rem;
    margin-bottom: 4rem;
}
#xsAbout p i{
  font-style: italic;
}
#xsAbout h4 {
    color: #29b6d1;
    display: block;
    margin-top: 3rem;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}
#xsAbout h4::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #f98b48;
    width: 1.5rem;
    height: 2px;
    bottom: -1.5rem;
    right: 0;
    margin: auto;
    z-index: 9999;
}
#xsAbout h4 span {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    color: #444b54;
}
#xsAbout h4 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    width: 5.7rem;
    height: 2.5rem;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
#xsAbout h4 span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
    width: 13rem;
    height: 1.7rem;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
#xsAbout h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 2px solid #0071bb;
    width: 6rem;
    height: 2rem;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
#xsAbout ul li ol {
    text-align: center;
}
#xsAbout ul p {
    color: #808da2;
    font-size: .9rem;
    text-align: center;
    width: 85%;
    margin: auto;
    line-height: 1.2;
    max-width: 27rem;
}
#xsAbout ul ol li span {
    color: #808da2;
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
}
#xsAbout ul ol li{
  margin-bottom: .5rem;
}
#xsAbout ul ol li span::after{
content: "";
width: 1rem;
height: 1rem;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
left: 0;
top: 0;
}
#xsAbout ul ol.jskFc li:first-child span::after{
  background-image: url("../img/iconQuality.svg");
}
#xsAbout ul ol.jskFc li:nth-child(2) span::after{
  background-image: url("../img/iconIntegrity.svg");
}
#xsAbout ul ol.jskFc li:nth-child(3) span::after{
  background-image: url("../img/iconResponsability.svg");
}
#xsAbout ul ol.jskSc li:first-child span::after{
  background-image: url("../img/iconInnovation.svg");
}
#xsAbout ul ol.jskSc li:nth-child(2) span::after{
  background-image: url("../img/iconCompromise.svg");
}
#xsAbout ul ol.jskSc li:nth-child(3) span::after{
  background-image: url("../img/iconServices.svg");
}

#xsAbout .splitCols p{
    color: #383838;
    line-height: 1.3;
    font-size: 1rem;
    font-style: italic;
    text-align: center;
    width: 90%;
    margin: auto;
}
#xsAbout .splitCols div:last-of-type {
    width: 70%;
    margin: auto;
    margin-top: 3rem;
    max-width: 23rem;
}
#xsAbout .splitCols p b{
  font-family: 'TwCenMT-Bold';
}
#xsAbout .complexTitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}
#xsAbout .splitCols{
    margin-top: 5rem;
}





footer {
    padding: 1.5rem 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: 6rem;
}
footer .logo {
    position: relative;
    width: 6rem;
    margin: auto;
    float: none;
    height: initial;
    margin-bottom: .2rem;
    background-image: url(../img/logoWhite.svg);
}
footer a{
    color: #000;
    display: block;
    font-size: .9rem;
    text-align: center;
}

footer ul li{
  width: 100%;
  margin-bottom: .3rem;
}

footer small {
    color: #fff;
    opacity: .7;
    font-size: .7rem;
    letter-spacing: .3px;
    text-align: center;
    display: block;
}





#xsClientes ul {
    overflow: hidden;
    width: 85%;
    margin: 1rem auto;
    max-width: 1100px;
    text-align: center;
    margin-top: 2rem;
}
#xsClientes ul li {
    float: none;
    width: 40%;
    margin: 2%;
    display: inline-block;
}
/*
#xsClientes ul li img{
  width: 100%;
  margin:auto;
  transition:.3s ease all;
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    cursor: pointer;
    opacity: .5;
}
#xsClientes ul li img:hover{
  opacity: 1;
  -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}
*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dadada;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #dadada;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #dadada;
}
:-moz-placeholder { /* Firefox 18- */
  color: #dadada;
}



#xsAbout {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
.mask {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: rgba(80, 149, 180, 0.88);
    top: -100%;
    left: 0;
    opacity: 0;
}
.messageContainer {
    opacity: 0;
    background-color: #fff;
    width: 90%;
    margin: auto;
    max-width: 25rem;
    position: fixed;
    left: 0;
    right: 0;
    top: -60%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.messageContainer h2{
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 2rem auto;
    text-align: center;
    display: block;
    width: 100%;
    color: #4e4e4e;
}
.messageContainer p {
    text-align: center;
    width: 80%;
    margin: auto;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #5e5e5e;
}
.mLg {
    width: 12rem;
    margin: auto;
    margin-top: 2rem;
}
.messageContainer .pillButton{
    display: block;
    background-color: #5095b4;
    text-align: center;
    text-transform: uppercase;
    width: 7rem;
    padding: .6rem 0;
    margin: auto;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: .9rem;
    transition:.3s ease all;
}
.messageContainer .pillButton:hover{
  opacity: .7;
}
#xsServices{
  padding: 4rem 0;
}

#xsServices .jskSplitColumn {
    padding: 4rem 10%;
}
#xsServices h5{
  margin-bottom: 0;
}

.jskTitlePill {
  margin: auto;
    background-color: #00cfe0;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    font-size: .7rem;
    letter-spacing: .3px;
    display: block;
    width: 8rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: .2rem 0 .3rem 0;
    margin-bottom: .5rem;
}
.iop img {
    width: 94%;
    display: block;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    margin: auto;
    border-radius: 5px;
}
#xsServices h6{
    font-weight: 100;
    font-size: 1.7rem;
    letter-spacing: .3px;
    margin-bottom: 1rem;
    text-align: center;
}
#xsServices p{
    color: #636f83;
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: .8rem;
    text-align: center;
}
.jskSplitColumn > div:first-of-type{
    width: 70%;
    margin: auto;
    margin-bottom: 2.5rem;
}
.jskSplitColumn .jskC1 {
    margin-bottom: 2.5rem;
}
.bgGray {
    background-color: #f9f9f9;
}
#xsClientes {
    background-color: #f9f9f9;
    padding: 4rem 0 2rem 0;
}

#contactForm {
    position: relative;
    background: url(../img/contact.png) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 3.5rem 0 0 0;
}
#contactForm::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #008bca;
    z-index: 1;
    opacity: .6;
}
#contactForm .wrapper{
  position: relative;
  z-index: 10;
}
#contactForm  .jskBn span {
    color: #fff;
}
#contactForm .jskBn {
    color: #b3b3b3;
}
.contactInfo ul {
    text-align: center;
    max-width: 20rem;
    overflow: hidden;
    margin: auto;
}
.contactInfo ul li a {
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: .3px;
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 1.2;
    padding-top: 1.5rem;
}
.contactInfo ul li{
  margin-bottom: 1rem;
}
.contactInfo ul li a::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    margin: auto;
    width: 1.3rem;
    height: 1.3rem;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
}
.contactInfo ul li:nth-child(1) a::after{
  background-image: url(../img/iconPhone.svg);
}
.contactInfo ul li:nth-child(2) a::after{
  background-image: url(../img/iconMail.svg);
}
.contactInfo ul li:nth-child(3) a::after{
  background-image: url(../img/iconPin.svg);
}

.caMapButton {
    font-size: .9rem;
    color: #fff;
    display: block;
    font-family: 'Oswald', sans-serif;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 5rem;
    padding: .4rem 1rem .6rem 1.2rem;
    margin: 1rem auto 0 auto;
    transition: .3s ease all;
    background-image: url(../img/pinWhite.svg);
    background-repeat: no-repeat;
    background-size: 1.1rem;
    background-position: 90% 45%;
}
.caMapButton:hover {
    background-color: #fff;
    color: #44a0cc;
    background-image: url(../img/pinBlue.svg);
}
.contactForm h4 {
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
}
.contactForm h4 span{
    font-weight: 600;
    display: block;
    font-size: 1.3rem;
    color: #fff252;
}
.contactForm p {
    color: #fff;
    font-size: 1.1rem;
    margin-top: .7rem;
    margin-bottom: 3rem;
    text-align: center;
}
.contactForm p span {
    font-size: 1.3rem;
    color: #fff252;
    font-weight: 600;
    display: inline-block;
    clear: left;
}

.contactForm .name {
    background-image: url(../img/name.svg);
}
.contactForm ul li {
    margin-bottom: 1rem;
    text-align: center;
}
.contactForm .email {
    background-image: url(../img/envelope.svg);
}
.contactForm input {
    background-position: .5rem 50%;
}
.contactForm input, .contactForm textarea {
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    font-size: .9rem;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 100;
    padding: .5rem;
    padding-left: 2.5rem;
    background-repeat: no-repeat;
    background-size: 1.3rem;
}
.contactForm .message {
    background-image: url(../img/message.svg);
}
.contactForm small {
    color: #fff;
    font-size: .8rem;
    display: block;
}
.pillButton {
    color: #bec61c;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: .5rem 3.2rem .5rem 1.5rem;
    border-radius: 60px;
    border: 2px solid #bec61c;
    background-image: url(../img/calendarIcon.svg);
    background-repeat: no-repeat;
    background-size: 1.4rem;
    background-position: 87% 43%;
    cursor: pointer !important;
    position: relative;
    overflow: hidden;
    transition: .3s ease all;
}


.contactForm {
    margin-top: 5rem;
}
.contactForm textarea {
    min-height: 6rem;
    background-position: .5rem .5rem;
}
.contactForm .pillButton {
    background-image: url(../img/sendIcon.svg);
    background-color: transparent;
}
.contactInfo {
    margin-top: 3rem;
}
#xsExpertise {
    padding: 4.5rem 0;
}
#xsExpertise .slick-track ul li h6 {
    font-weight: 400;
    font-size: .9rem;
    text-align: center;
    color: #444b54;
    line-height: 1.3;
}
#xsExpertise .slick-track  ul li {
    float: left;
    width: 45%;
    margin: 4% 2.5%;
}
#xsExpertise .slick-track ul li img {
    width: 4rem;
    margin: auto;
    margin-bottom: .8rem;
}
#xsExpertise .slick-track ul li:nth-child(odd){
  clear: left;
}
#xsExpertise .slick-track ul {
    overflow: hidden;
    margin-top: 4rem;
    width: 100%;
}
.autoplay{
  width: 100%;
  position: relative;
}
.jskBannerInfo  {
    max-width: 30rem;
    margin: auto;
}
.jskMainBanner {
    padding-top: 8rem;
}
.jskBannerInfo h2 {
    color: #444b54;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
}
.jskBannerInfo h2 small{
    color: #0071bb;
    font-weight: 300;
    display: block;
    font-size: .9rem;
    position: relative;
    margin-bottom: .3rem;
}
.jskBannerInfo p {
    color: #808da2;
    font-size: 1.2rem;
    line-height: 1.1;
    margin-top: 1.2rem;
    text-align: center;
}
.jskPill {
  margin: auto;
  display: block;
  background-color: #f98b48;
  color: #fff;
  border-radius: 100px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  padding: .5rem 5rem .5rem 1.5rem;
  box-sizing: border-box;
  width: 16rem;
  margin-top: 1.5rem;
  position: relative;
}
.jskPill::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1.1rem;
    top: .1rem;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/mail.svg);
    margin: auto;
}

.jskPillWhats {
  margin: auto;
  display: block;
  background-color: #25d366;
  color: #fff;
  border-radius: 100px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  padding: .5rem 5rem .5rem 1.5rem;
  box-sizing: border-box;
  width: 16rem;
  margin-top: 1.5rem;
  position: relative;
}
.jskPillWhats::after {
    content: "";
    display:contents;
    position: absolute;
    right: 1.1rem;
    top: .1rem;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/whatsapp.svg);
    margin: auto;
}

.jskPillLanguage {
  margin: auto;
  display:compact;
  background-color: #008bca;
  color: #fff;
  border-radius: 10px;
  font-weight: 100;
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  padding: .5rem .8rem .8rem .8rem;
  box-sizing: border-box;
  width: 16rem;
  margin-top: 1.0rem;
  position: relative;
}


.jskRelativeImage {
    margin: 4rem auto;
    width: 90%;
}
.jskRelativeImage img {
    width: 96%;
    display: block;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    margin: auto;
    border-radius: 10px;
}
.jskSlogan {
    background-color: #444b54;
    padding: 1.5rem 0;
}
.jskSlogan h3 {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    width: 17rem;
    margin: auto;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
}
.jskSlogan h3 span{
    color: #f98b48;
}
.jskMainBanner{
  background: url(../img/tirangle.svg) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.slick-dots li button:before {
    font-family: '' !important;
    width: 20px;
    height: 5px;
    content: '';
    background-color: #444b54;
    opacity: 1 !important;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li.slick-active button:before{
  opacity: 1;
  background-color: #0084db;
}
.jskC2 ul{
    text-align: center;
}
.jskC2 ul li {
    color: #636f83;
    text-align: center;
    font-size: .9rem;
    display: list-item;
    list-style: circle;
    list-style-position: inside;
    margin-bottom: .4rem;
}
@media screen and (min-width: 400px){
#xsClientes ul li {
    width: 26%;
    margin: 2%;
}
}
@media screen and (min-width: 500px){
#xsClientes ul li {
    width: 20%;
}
}
@media screen and (min-width: 600px){
  nav {
      display: block;
  }
nav li a {
    color: #646f7a;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-size: .9rem;
    padding: .4rem;
    transition: .3s ease all;
}
.nPm,
.send{
  transition:.3s ease all;
  cursor: pointer;
}
.send:hover {
    color: #ffffff;
    background-color: #bec61c;
    background-image: url(../img/sendIconWhite.svg);

}

.nPm:hover{
  background-color: #fff;
  color: #33acc5;
}

  nav ul{
    float: right;
  }
  nav ul li{
    display: inline-block;
  }
  .fixedHeader li a{
    color: #5e5e5e;
  }
  nav li a:hover {
    color: #33acc5 !important;
    background-color: transparent !important;
  }
  header .wrapper{
    max-width: initial;
  }
  #xsAbout ul ol li span::after {
    width: 1.3rem;
    height: 1.3rem;
  }
  #xsExpertise .slick-track ul li {
    width: 28%;
    margin: 4% 2.6%;
}
#xsExpertise .slick-track ul li:nth-child(odd) {
    clear: initial;
}
#xsExpertise .slick-track ul li:nth-child(3n+1) {
    clear: left;
}
.jskSlogan h3 {
    width: 23rem;
    font-size: 1.5rem;
}

}
@media screen and (min-width: 700px){
html{
  font-size: 15px;
}
#xsAbout h5 {
    font-size: 1.8rem;
        margin-top: 6rem;
}
#xsPartners .splitCols > div{
  float: left;
  width: 50%;
}
.imgCv {
    float: initial;
    width: 50%;
    padding-bottom: initial !important;
    height: 100%;
    position: absolute;
    right: 0;
}
#xsPartners .splitCols {
    position: relative;
    overflow: hidden;
}
#xsAbout ul > li {
    float: left;
    width: 30%;
    margin-right: 5%;
}
#xsAbout ul > li:last-child {
    margin-right: 0;
}
#xsAbout ul ol li {
    margin-bottom: 1rem;
}
#xsAbout .wrapper > ul {
    overflow: hidden;
    width: 85%;
    margin: auto;
    margin-top: 4rem;
}
#xsAbout ul li ol {
  text-align: initial;
}
#xsAbout h4 {
    width: 6rem;
}
#xsAbout ul p {
    text-align: initial;
    width: 90%;
    margin: initial;
}
#xsAbout .splitCols div:first-of-type {
    float: left;
    width: 40%;
}
#xsAbout .splitCols div:last-of-type {
    float: right;
    width: 53%;
    margin-top: 0;
}
#xsAbout .complexTitle {
    text-align: left;
}
#xsAbout .splitCols p {
    text-align: left;
    width: 100%;
}
#xsAbout .splitCols {
    overflow: hidden;
    width: 85%;
    margin: auto;
    margin-top: 6rem;
}
#xsExpertise .slick-track ul li h6 {
    font-size: 1rem;
}
#xsAbout h4::before {
    right: initial;
}
#xsAbout h4 span::before {
    left: .4rem;
    width: 5.5rem;
    height: 2.5rem;
    right: initial;
}
}
@media screen and (min-width: 800px){
.xsBlast h3 {
    font-size: 1.3rem;
    max-width: 36rem;
}
.jskSplitColumn > div:last-of-type {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.jskSplitColumn > div:first-of-type {
  width: 45%;
  float: left;
}
#xsServices .jskSplitColumn {
    padding: 2rem 0;
    overflow: hidden;
    position: relative;
}
#xsServices p,
#xsServices h6{
  text-align: left;
  clear: both;
}
.jskTitlePill{
  float: left;
}
#xsServices p{
  width: 85%;
}
.bgGray > div:last-of-type {
    right: initial;
    left: 0;
    margin-left: 6%;
}
.bgGray > div:first-of-type {
  float: right;
}
#xsServices h5 {
    margin-bottom: 2rem;
}
.contactForm {
    float: right;
    width: 50%;
}
.contactInfo {
    float: left;
    width: 40%;
}
.contactForm h4,
.contactForm p{
    text-align: left;
}
.contactForm ul li {
    text-align: left;
}
.contactInfo ul {
    text-align: left;
}
.contactInfo ul li a {
  padding-top: 0;
    padding-left: 1.5rem;
}
.contactInfo ul li a::after {
    top: 0;
    bottom: 0;
    width: 1rem;
    height: 1rem;
    right: initial;
}
.caMapButton {
    margin: 1rem 0 0 0;
}
.contactInfo {
    margin-top: 16rem;
}
.contactInfo ul {
    margin: 0;
}
.jskC2 ul li,
.jskC2 ul {
    text-align: left;
}

}
@media screen and (min-width: 900px){
#xsExpertise .slick-track ul li {
    width: 19%;
    margin: 4% 2.6%;
}
#xsExpertise .slick-track ul li:nth-child(3n+1) {
    clear: initial;
}
#xsExpertise .slick-track ul li:nth-child(4n+1) {
    clear: left;
}
#xsExpertise .slick-track ul li:nth-child(13) {
    margin-left: 27%;
}

.jskBannerInfo {
    max-width: 30rem;
    margin: initial;
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.jskBannerInfo h2 {
    text-align: left;
}
.jskBannerInfo p {
    text-align: left;
}
.jskPill {
    margin: initial;
    margin-top: 1.5rem;
}
.jskPillWhats {
    margin: initial;
    margin-top: 1.5rem;
}
.jskRelativeImage {
    width: 55%;
    margin: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.jskMainBanner .wrapper {
    position: relative;
    overflow: hidden;
    height: 35rem;
}
.jskBannerInfo h2 {
    font-size: 1.9rem;
}
.jskBannerInfo p {
    font-size: 1.4rem;
}
.jskBannerInfo h2 small {
    font-size: 1.4rem;
}
}
@media screen and (min-width: 1000px){
html{
  font-size: 16px;
}
#xsPartners p {
    font-size: 1rem;
    width: 80%;
}
#xsPartners .txCv > .wrapper {
    padding: 3rem 0 3rem 0;
}
#xsPartners .txCv > .wrapper,
#xsPartners .foot .wrapper{
    width: 80%;
}
#xsAbout .wrapper > p {
    font-size: 1rem;
}
#xsAbout ul > li {
    width: 25%;
}
#xsAbout ul > li:first-child{
  width: 40%;
  margin-right: 0;
}
#xsAbout ul > li:first-child ol {
    float: left;
    width: 48%;
    margin-right: 4%;
}
#xsAbout ul > li:first-child ol:last-of-type {
    margin-right: 0;
}
#xsAbout ul > li:last-child{
  margin-right: 0;
}
#xsAbout ul ol li span::after {
    top: -.2rem;
}
#xsAbout ul ol li span {
    padding-left: 2rem;
}
#xsAbout ul > li {    width: 30%;
    margin-right: 0;
}
#xsAbout ul p {
    width: 84%;
}
#xsAbout .wrapper > p {
    font-size: 1.1rem;
    max-width: 48rem;
}
.xsBlast h3 {
    font-size: 1.4rem;
    max-width: 36rem;
}
.jskBannerInfo {
    width: 32%;
}
.jskRelativeImage {
    width: 63%;
}
}



