.container-fluid{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.invisible{
    display: none;
}
.row{
    margin-left: 2% !important;
    margin-right:2% !important;
}
h1{
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 33px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    font-kerning: auto;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 40px;    
}
h2{    
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 33px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;  
    font-kerning: auto;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 40px;
}
hr{
    width: 100%;
    color: #8F97A1;
    background-color: #8F97A1;
    height: 2px;
}
p{
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: 0.6px;
    text-align: left;
    font-kerning: auto;
    letter-spacing: 1px;
}
li{
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: 0.6px;
    text-align: left;
    font-kerning: auto;
    letter-spacing: 1px;
}

.noPadding{
    padding-bottom: 0px !important;
}
.noPaddingTop{
    padding-top: 0px !important;
}
.noPaddingBottom{
    padding-bottom: 0px !important;
}
.white{
    color: #ffffff !important;
}
.blue{
    color: #2e83ff !important; 
}
.navy{
    color: #36527b !important;
}
.gray{
    color: #727272 !important;
}

.bold{
    font-weight: 700 !important;
}
.spacer{
    height:30px;
}
.spacerRBT{
    height:20px;
}
.textSpacer{
    height:20px; 
    display: block;
}
.menuWrapper{
    padding: 5px 15px !important;
}
.menuDesktop{
    z-index: 5;
    position: fixed;
    top:0;
    left: 0;
    background: #ffffff;
    height: 65px;
    width: 100% !important;
    margin: 0 !important;
}
.logoDesktop{
    padding-top: 10px;
    height: 50px;
    width: 155px;
}
.desktopMenuItem{    
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    padding: 10px 10px !important;
    letter-spacing: 0px;
}

.menuMobile{
    z-index: 5;
    position: fixed;
    top:0;
    left: 0;
    background: #ffffff;
    height: 65px;
    width: 100% !important;
    margin: 0 !important;
}
.logoMobile{
    padding-top: 10px;
    height: 50px;
    width: 155px;
}
.menuIconMobile{
    width: 100%;
    max-width: 100px;
}
.menuMobileItems{
    z-index: 5;
    position: fixed;
    top:65px;
    left: 0;
    background: #2e83ff;    
    width: 100% !important;
    margin: 0 !important; 
    height:92%;   
}
.mobileMenuItems ul{
    list-style: none;
}
.mobileMenuItems li{
    margin-top:20px;
}

.topSpace{
    padding-top: 12px;
}
.noMargin{
    margin:0px;
}

.mobileMenuItems a,
.mobileMenuItems a:hover,
.mobileMenuItems a:active,
.mobileMenuItems a:link,
.mobileMenuItems a:visited{
    color: #ffffff;
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1.2px;
}

.menuDesktop  a,
.menuDesktop  a:hover,
.menuDesktop  a:active,
.menuDesktop  a:link,
.menuDesktop  a:visited{
    color: #1f2e43;
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1.2px;
    text-decoration: none;
}
.marginHome{
	padding:10px;
}

.heightAuto{
	height:auto!important;
}
.flexibleHeight{
	height:100vh!important;
}

.extraTopPadding{
    padding-top: 20% !important;
}
.firstSectionBackground{
    background-color: #1f2e43;
    background-image: url('../images/background.jpg');
    width: 100%;
    position: relative !important;
    height: auto;
    background-position: initial;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fourthSectionBackground, .seventhSectionBackground, .ninethSectionBackground{
    background-color: #f5f5f5;
}
.legalBackground{
    background-color: #f5f5f5;
}
.secondSectionBackground, .seventhSectionBackground, .fourthSectionBackground, .staffingServices{
    position: relative;
}

.thirdSectionBackground, .fifthSectionBackground{
    background-color: #2e83ff;
}
.fifthSectionBackground{        
    background-color: #1f2e43;
    background-image: url('../images/img-history-background.png');
    width: 100%;
    background-position-x: 50% !important;
    position: relative !important;
    height: auto !important;
    background-position: initial;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: center;
}
.fifthSectionElement{
    /*  50vh; */
    height:20%;
}

.sixthSectionBackground{
    background-color: #1f2e43;
    position:relative;
}
.eighthSectionBackground{
    background-image: url('../images/img-row9-background.png');        
    background-position: bottom;
    width: 100%;
    background-position-y: initial;
    background-attachment: fixed;
    background-size: cover;
    background-position-x: 20% !important;
    position: relative !important;
    height: auto !important;
    background-repeat: no-repeat;
    padding:0px !important;
}
.eleventhSectionBackground{
    background-color:#264468;
}

.rbt-images{
    width:100%;
    max-width: 210px;
    margin:10px 0;
}
.homeContent{
    /*z-index: 1;
    position: relative;
    top: 10%;
    left: 0%;
    width: 100%;*/
    height: auto;
    padding-top:50px !important;
    
}

.partnersSection img{
    width: 100%;
    max-width: 100px;
}
.grayTitles{
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-align: center;
    color: #4a4848;    
}
.blueSubtitles, .blueSubtitlesDos{    
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 20px;/*12px;*/
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1.2px;    
    color: #2e83ff;  
    padding: 10px 0; 
}
.blueSubtitlesDos{
    font-size: 13px;
    padding:0 !important;
}
.blueskySubtitles{
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;    
    color: #2e83ff;
    padding: 10px 0;
}
.whiteSubtitles{
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    /*text-align: left;*/
    color: #ffffff;
    padding: 10px 0;
}

.blueButton{
    border-radius: 25px;
    background-image: linear-gradient(to bottom, #2e83ff, #247dff);
    display: inline-block;
    padding: 10px 20px;
}
.navyButton{
    border-radius: 25px;
    background-color: #1d2f49;
    display: inline-block;
    padding: 10px 20px;
}
a.buttonLink,
a.buttonLink:active,
a.buttonLink:visited,
a.buttonLink:hover{    
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 0.23px;
    text-align: left;
    color: #ffffff;
}

.iconMobile{
    width:100%;
    max-width: 100px;
    text-align: center;
    top: 30vh;
    position: relative;
}
.circle{
    background-image: none;
}

.circleStory{
    width: 23px;
    height: 23px;
    border: solid 5px #2e83ff;
    background-color: #28303b;
    z-index: 1;
    position: relative;
    left: -15px;
    top: 35px;
    border-radius: 25px;
}
.borderLeft{
    border:0;
}

.servicesImage{
    width: 100%;
    max-width: 200px;
}

/* .servicesImageCirculo{
    background-image: url('../fonts/img-circulo-foto.svg'); 
} */
.wrapperBullets{
    margin:0px 0px 10px 10px;
}
.checkMarksBullet{
    background-image: url('../fonts/img-check.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.checkMarks{
    font-family: 'Source Sans Pro', Arial, Helvetica !important;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.6px;  
    display: inline;
    vertical-align: middle;
    margin:0 !important;
    padding: 0 !important;
}

.checkMarks span{
    text-align: left;
    color: #727272;
}

.topMask{
    background-image: url('../images/img-mask1.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 22%;    
    background-size: contain;
    background-repeat: repeat-x;
}

.firstParagraph{
    padding-top: 0%;
}

.linesRow2, .linesRowRBT{
    background-image: url('../fonts/img-lines_row2.svg'); 
    background-size: cover;      
    z-index: 1;
    position: absolute;    
    right: 0;
    top: -250px;
    width: 60;
    height: 60px;  
}
.linesRow2{
    top: 600px;
}
.linesRowRBT{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari prior 9.0 */
    transform: rotate(180deg); /* Standard syntax */              
    -webkit-transform: scaleY(-1) rotate(180deg);
    -moz-transform: scaleY(-1) rotate(180deg);
    -o-transform: scaleY(-1) rotate(180deg);
    transform: scaleY(-1) rotate(180deg);    
    top: 80px;
    width: 60px;
    height: 60px;
    left: 0px;
    position: absolute;
}
.lineaRow4dos, .lineaRow4dosMobile{
    background-image: url('../fonts/img-lineasGrisesRowLeadership.svg');        
    z-index: 1;
    position: absolute;            
}
.lineaRow4dosMobile{
    height: 70px;
    top: 30px;
    width: 137px;
    left: -64px;
}

.valuePopSectionBackground{
    background-color: #f5f5f5;
}

.lineaRowEngagementuno,
.lineaRowEngagementdosMobile,
.lineaRowEngagementMiddle{}

.borderValue{
    border:0;
    border-left: 3px solid #dedede;
    border-right: 3px solid #dedede;
    border-bottom: 3px solid #dedede;
    width: 60%;
    margin-top:15px;
    margin-bottom:15px;
    height:25px;
    margin-left:15%;
}
.imgInnovation{
    width: 100%;
    max-width: 120px;
}

.topValueSpacer{
    height:45px;
}
.bottomValueSpacer{
    height:100px;
}

.rbtWrapper{
    margin-bottom: 40px;
}

.valueProp{
    padding-left: 60px;
}

.imgrbt{
    width: 100%;
    max-width: 200px;
}
/* form styles */
.contactUsForm .hs-form-required{
    display:none;
}
.contactUsForm ul.inputs-list {
    list-style: none;  
}

label.hs-main-font-element{
    color: #247dff;
}
label.hs-error-msg { 
    display:block;
    color: #247dff;
}
.contactUsForm input, .contactUsForm textarea {
    font-family: 'Source Sans Pro', Arial, Helvetica;
    border: 0;
    border-bottom: #fff solid 2px !important;
    padding: 5px 20px;
    font-size: 20px;
    position: relative;
    box-shadow: none !important;
    background-color: transparent !important;
    width: 100%;
    color: #fff;
    
}
.contactUsForm input::placeholder, .contactUsForm textarea::placeholder{
    color: #f2eded;
    font-family: 'Source Sans Pro', Arial, Helvetica;
}
.contactUsForm .legal-consent-container{
    color: #fff;
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 16px;
    margin: 30px 0 60px 0;
}
.contactUsForm .hs_submit .actions .hs-button, 
.contactUsForm .hs_submit .actions .hs-button:hover, 
.contactUsForm .hs_submit .actions .hs-button:active, 
.contactUsForm .hs_submit .actions .hs-button:focus, 
.contactUsForm .hs-form .hs-button:active:not(.inactive):not(.link), 
.contactUsForm .hs-form .hs-button.depressed:not(.inactive):not(.link), 
.contactUsForm .dropdown-open > .hs-form .hs-button:not(.inactive):not(.link) {
    font-family: 'Source Sans Pro', Arial, Helvetica;
    background-color: #247dff !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #ffffff !important;
    font-weight: 400 !important;    
    font-size: 16px !important;
    padding: 16px 23px 18px !important;
    border-radius: 10px !important;
    width: 200px;
}
.contactUsForm .submitted-message p {
    font-size: 26px;
    color: #fff;
}

.rbtSquares{
    HEIGHT: 50PX;
    WIDTH: 50%;
    BORDER: 1PX SOLID;
    TEXT-ALIGN: CENTER;
    PADDING: 15PX;
    COLOR: #FFF;
    TEXT-TRANSFORM: UPPERCASE;
    margin: 15px auto;
    font-size: 13px;
    max-width: 158px;
    width:100%;
}
.transform{
    background-color: #9333DC;
}
.build{
    background-color: #0B7AFD;
}
.run{
    background-color: #03D874;
}
.footer{
    background-color: #264468;
}
.copyright {
    color: #ffffff !important;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 11px;
    font-family: 'Source Sans Pro', Arial, Helvetica;
}
.copyright .a,
.copyright .a:hover,
.copyright .a:link,
.copyright .a:visited,
a.copyright-link:hover,
a.copyright-link:link,
a.copyright-link:visited{
    color: #fff;
    font-family: 'Source Sans Pro', Arial, Helvetica;
    font-size: 11px;
}
.noPaddingRight{
	padding-right: 0 !important;
} 
.noPaddingLeft{
	padding-left: 0 !important;
}
.copyrightText, .copyrightTextLinks{
	text-align: center; 
}

@media (min-width: 768px){
    .copyrightText{
        text-align: left !important;
    }
    .copyrightTextLinks{
        text-align: right !important;
    }    
    .topMask{
        height: 27% !important;
    }
    .rbtSquares{    
        font-size: 15px;
    }  
    .row {
        margin-left: 10% !important;
        margin-right: 10% !important;
    }
    .noPadding{
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
    .noHeight{
        height: 1px;
        padding: 0;
        margin: 0;
    }
    /*cambiar las alturas por porcentajes */
    .lineaRow6CeroMas{
        z-index: 1;
        position: absolute;
        background-color: #2E83FF;
        top: 100%;
        left: -5px;
        width: 5px;
        height: 60px;
    }
    .lineaRow6Cero{
        background-color: #1F2E43;
        z-index: 1;
        position: absolute;
        top: 116%;
        left: 7%;
        width: 100px;
        height: 70px;
    }
    .lineaRow6Primera{        
        background-image: url(../fonts/img-lines_row2.svg);
        background-size: cover;
        position: absolute;
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Safari prior 9.0 */
        transform: rotate(180deg); /* Standard syntax */                  
        -webkit-transform: scaleY(-1) rotate(180deg);
        -moz-transform: scaleY(-1) rotate(180deg);
        -o-transform: scaleY(-1) rotate(180deg);
        transform: scaleY(-1) rotate(180deg);    
        top: 468%;
        width: 60px;
        height: 60px;
        left: 0px;
        z-index: 1;
        } 
    .lineaRow6Segunda{
        background-image: url('../fonts/img-lines_row2.svg');        
        z-index: 1;
        position: absolute;
        top: 405px;
        right: 0;
        width: 68px;
        height: 70px;
    }
    .lineaRow6Tercera{
        background-image: url('../fonts/img-azulestransparentes.svg');
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Safari prior 9.0 */
        transform: rotate(180deg); /* Standard syntax */        
        width: 110px;
        height: 50px;
        right: 0;
        background-position-x: 158%;
        background-size: cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
        z-index: 1;
        position: absolute;
        top: 430% !important;
        /* float: right; */        
    }
    .lineaRow7Primera{
        background-image: url('../fonts/img-lines%20grey.svg');
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Safari prior 9.0 */
        transform: rotate(180deg); /* Standard syntax */        
        width: 95px;
        height: 52px;        
        right: 0;
        background-position-x: 150%;
        background-size: auto;
        top: 73px;
        background-repeat: no-repeat;        
        overflow-x: hidden;
        z-index: 1;
        position: relative;        
        float: right;  
    }
    .lineaRow7Segunda{
        width: 15px;
        height: 15px;
        background-color: #2e83ff;
        border: 5px solid #2e83ff;
        border-radius: 15px;
        z-index: 1;
        position: absolute;        
        top: 695px;
        right: 250px;
    }
    .linesRow2{        
        top: 500px;
        width: 68px;
        height: 70px;
    }
    .lineaRow4uno{
        background-image: url('../fonts/img-azulestransparentes.svg');        
        z-index: 1;
        position: absolute;
        top: 6%;
        left:-5px;      
        width: 121px;
        height: 52px;
    }
    .lineaRow4Middle{  
        background-image: url('../fonts/img-lineaGrisLeadershipMiddle.svg');        
        z-index: 1;
        position: absolute;        
        top: 520px;
        height: 97px;
        width: 123px;
        right: 0px;
    }
    
    .lineaRow4dos{        
        height: 70px;
        top: -68px;
        width: 137px;
        left: -64px;
    }
    .lineaRow8Middle{        
        background-image: url('../fonts/img-lineaGrisLeadershipMiddle.svg');        
        z-index: 1;
        position: relative;
        float: right;
        height: 43px;
        width: 95px;
        top: 0px;
    }
    .lineaRow8Bottom{        
        background-image: url('../fonts/img-lineasgrises.svg');                      
        z-index: 1;
        position: relative;        
        float: left; 
        width: 70px;                
        top: -90px;
        height: 69px;    
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .lineaRow9Primera {
        width: 15px;
        height: 15px;
        background-color: rgb(46, 131, 255);
        z-index: 1;
        position: relative;
        float: left;
        left: 10%;
        top: 100px;
        border-width: 5px;
        border-style: solid;
        border-color: rgb(46, 131, 255);
        border-image: initial;
        border-radius: 15px;
    }
    .lineaRow9Segunda {
        background-image: url('../fonts/img-row10_line.svg');
        z-index: 1;
        position: relative;
        float: right;
        top: -100px;        
        width: 50px;
        height: 15px;
    }
    .circle{
        background-image: url('');
        background-repeat: no-repeat;
    }
    .firstSectionBackground{
        height: auto;        
    }

    .borderLeft{
        border: 0;
        border-left: 5px solid #2e83ff;
    }
    .servicesImage{
        width: 100%;
        max-width: 380px;
    }
    .servicesImageCirculo{
        background-image: url('../fonts/img-circulo-foto.svg');        
        background-repeat: no-repeat;
        z-index: 2;
        position: absolute;
        top: 350px;
        right:0px;
        width: 300px;
        height: 390px;
        
    }
    .texturaPartners1{
        background-image: url('');
        background-repeat: no-repeat;
    }
    .texturaPartners2{
        background-image: url('');
        background-repeat: no-repeat;        
    }
    .menuDesktop{
        z-index: 5;
        position: fixed;
        top:0;
        left: 0;
        background: #ffffff;
        height: 65px;
        width: 100% !important;
    }
    .imgInnovation{     
        max-width: 170px;
    }
    .topValueSpacer{
        height:65px;
    }
    .bottomValueSpacer{
        height:125px;
    }
    .rbtDesktop{
        width:90%;
    }
    .valuePropSpacer{
        height:55px;
    }
}
@media (min-width:769px) and (max-width: 991px){
    .valueProp{
        padding-left: 60px;
    }
    .menuMobileItems{
        margin: 0 !important;
    }
    .fifthSectionBackground{                
        background-position-x: 40% !important;
    }
    .homeContent{
        padding-top: 70px !important;
        /* top:30%; */
    }
    .lineaRow7Segunda{
        top: 695px;
        right: 250px;
    }
    .servicesImageCirculo{
        top: 350px;
    }
    .firstSectionBackground{
        height: auto;        
    }
    .rbtSquares{    
        font-size: 15px;
    }    
   
}
@media (min-width:992px) and (max-width: 1199px){
    .topMask{
        height: 25vh !important;
    }
    .lineaRow4uno{
        top: 35%;
    }
    .lineaRow4Middle{  
        top: 390px;
    }
    .valueProp{
        padding-left: 0px;
    }
    .fifthSectionBackground{                
        background-position-x: 32% !important;
    }
    .homeContent{
        /* top: 0% !important; */
        padding-top:10px;
    }
    .servicesImageCirculo{
        top: 350px;
    }
    .lineaRow7Segunda{
        top: 695px;
        right: 250px;
    }
    .firstSectionBackground{
        height: 100vh;        
    }
    .rbtSquares{    
        font-size: 15px;
    }
    
}
@media (min-width: 1200px){
    .lineaRow4Middle{  
        top: 390px;
    }
    .valueProp{
        padding-left: 0px;
    }
    .firstParagraph{
        padding-top: 0vh !important;
    }
    .fifthSectionBackground{                
        background-position-x: 0% !important;
    }
    .homeContent{
        /* top: 10% !important; */
        padding-top: 50px;
    }    
    .lineaRow4uno{        
        top: 35%;
        left:-5px;      
        width: 121px;
        height: 52px;
    }
    .servicesImageCirculo{
        top: 350px;
    }
    .lineaRow7Segunda{
        top: 695px;
        right: 250px;
    }
    .firstSectionBackground{
        height: 100vh;        
    }
    .rbtSquares{
        font-size: 15px;
    }
} 