/*@font-face {
    font-family: 'Skywave';30
    src: url('/r/brain/fonts/Skywave-Heavy.eot');
    src: url('/r/brain/fonts/Skywave-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/r/brain/fonts/Skywave-Heavy.woff2') format('woff2'),
        url('/r/brain/fonts/Skywave-Heavy.woff') format('woff'),
        url('/r/brain/fonts/Skywave-Heavy.ttf') format('truetype'),
        url('/r/brain/fonts/Skywave-Heavy.svg#Skywave-Heavy') format('svg');
}
*/



/*fonts*/

/*    font:     */
@font-face {
    font-family: 'Cocogoose';
    src: url('/r/brain/fonts/Cocogoose.woff') format('woff');
}
@font-face {
    font-family: 'Cocogoose-Light';
    src: url('/r/brain/fonts/Cocogoose-Light.woff') format('woff');
}
/*    font fin:     */


/*fonts*/












.pageWidth{
    width: calc(100% - 90px);
    max-width: 1900px;
    margin: auto;
}


.header-log{
    max-width: 101px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 6px;
    left: 20%;
}
.header-log img{
    width: calc(100% - 30px);
}
.headerpagewidth{position: relative;min-height: 100%;width: calc(100% - 45px);}


/*menu - header start*/

.header-menu{
    width: calc(100% - 0px);
    float: right;
    height: 75px;
    z-index: 18;
}
.header-menu-item-wrapper{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    height: 100%;
}
.header-menu-item{
    display: inline-block;
    height: 100%;
}
.responsivemenu3 .header-menu-item{
    height: 38px;
}
.menu3 .header-menu-item:hover{
	
background-color: #00000087;
}
.header-menu-item a{
    padding: 10px;
    text-decoration: none;
    font-family: 'arial', sans-serif;
    color: #ffffff;
    display: block;
    border-radius: 5px;
    background-color: #127ad400;
    transition: all 0.5s ease;
    font-weight: 100;
    height: calc(100% - 20px);
    line-height: 60px;
}
.responsivemenu3 .header-menu-item a{
    line-height: inherit;
}

.header-menu-item.activei > a{color: #dba166;}
.header-menu-item a:hover{color: #ddb42a;background-color: #00000087;}


.bluetech-user-menu-btn{
    z-index: 1;
    /* background-color: #fff; */
    padding: 7px;
    border-radius: 26px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
     /* Safari */
     /* IE 10 and IE 11 */
   /* Standard syntax */
    max-width: 49px;
    float: right;
    top: 14px;
    margin-right: 7px;
    display: none;
    -webkit-tap-highlight-color: #ffffff00;
    box-shadow: 0px 0px 0px 0px #ecf0f5;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
.bluetech-user-menu-btn.active{
    box-shadow: 0px 0px 0px 0px #ecf0f5;
}

.bluetech-user-menu-btn.active .user-menu-btn-bars span:nth-child(1){
    transform: rotate(45deg);
    transform-origin: left top;
    width: calc(100% - 3px);
}

.bluetech-user-menu-btn.active .user-menu-btn-bars span:nth-child(2){
    transform: rotate(-45deg);
    opacity: 0;
}

.bluetech-user-menu-btn.active .user-menu-btn-bars span:nth-child(3){
    transform: rotate(-45deg);
    transform-origin: left bottom;
    width: calc(100% - 3px);
}

.user-menu-btn-bars{
    width: 30px;
    /* background-color: #f00; */
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -3px;
}
.user-menu-btn-bars span{
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    display: block;
    border-radius: 8px;
    margin-top: 7px;
    transition: all 0.5s ease;
}




.buttonCTA{
    z-index: 1;
    width: 140px;
    background-color: #d1a02a;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    padding: 9px;
    border-radius: 11px;
    text-align: center;
    display: none;
}
.buttonCTA a{
    font-family: 'Alegreya', serif;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}







.responsivemenu3{
	
display: none;
}

@media (max-width: 870px){
	.menu3{
    display: none;
}
.responsivemenu3 {
    display: block;
}
    .header-menu-item-wrapper{top: 0px;left: 0px;background-color: #005985;width: 100%;max-width: 260px;position: absolute;transform: translateX(calc(-100% - 46px));transition: .3s all ease-out;border-radius: 0px 0px 5px 5px;padding-top: 114px;min-height: 709px;height: 100%;}
    .header-menu-item{
    display: block;
}
.header-menu-item a{
    background-color: #1f92f600;
    text-align: center;
}
.header-menu-item-wrapper.active{
    /* -webkit-transform: translateX(0) !important; */
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1 !important;
    max-width: 1004px;
    position: fixed;
}
.full_gallery_head .header-menu-item-wrapper.active{
	
position: fixed;
	
height: 100%;
}
.bluetech-user-menu-btn{display:block;margin-right: 25px;}

.buttonCTA{
    right: 82px;
}
}

@media (max-width: 870px){
	.headerpagewidth{
		width: calc(100% - 0px);
		padding-left: 0px;
	}
}

@media (max-width: 390px){
.buttonCTA{width: 107px;padding: 5px;padding-bottom: 11px;padding-top: 11px;right: 76px;}
.buttonCTA a{
    font-size: 14px;
}
    
}

@media (max-width: 334px){
    .header-log{
    max-width: 86px;
}
.bluetech-user-menu-btn{transform: scale(0.8);margin-right: 35px;top: 18px;}
.buttonCTA{
    right: 59px;
}
}



/*menu - header end*/

/* home banner */
.home-banner-wrapper{
      /* -webkit-transform: translateX(-150px); */
      /* transform: translateX(-150px); */
      /* -webkit-animation: gllDynamicdomleftnimat 1s  cubic-bezier(0.36, 0.2, 0.6, 0.79) both; */
      /* animation: gllDynamicdomleftnimat 1s   cubic-bezier(0.36, 0.2, 0.6, 0.79) both; */
      opacity: 1;
      position: relative;
      overflow: hidden;
}
.home-computer{
    display: block;
    margin-top: -58px;
}
.home-banner-wrapper img{width: 100%;margin-top: -60px;}
.home-table{
    display: none;
    margin-top: -58px;
}
    .home-phone{
        display: none;
    }
@media (max-width: 1210px ){
    .home-computer{
    display: none;
    }
    .home-table{
        display: block;
    }
}

@media (max-width: 800px ){
    .home-computer{
    display: none;
    }
    .home-table{
        display: none;
    }
    .home-phone{
        display: block;
        margin-top: -58px;
    }
}


    .animateLeft{
      -webkit-transform: translateX(-150px);
      transform: translateX(-150px);
      -webkit-animation: gllDynamicdomleftnimat 1s  cubic-bezier(0.36, 0.2, 0.6, 0.79) both;
      animation: gllDynamicdomleftnimat 1s   cubic-bezier(0.36, 0.2, 0.6, 0.79) both;
      opacity:0;
    }



	@-webkit-keyframes gllDynamicdomleftnimat {

	  0% {
	    -webkit-transform: translateX(-150px);
	            transform: translateX(-150px);
	            opacity:0;
	  }

	  20% {
	     opacity:0;
	  }
	  
	  100% {
	    -webkit-transform: translateX(0px);
	            transform: translateX(0px);
	             opacity:1;
	  }
	  

	}


	@keyframes gllDynamicdomleftnimat {
		
	  0% {
	    -webkit-transform: translateX(-150);
	            transform: translateX(-150);
	            opacity:0;
	  }

	  20% {
	     opacity:0;
	  }
	  
	  100% {
	    -webkit-transform: translateX(0px);
	            transform: translateX(0px);
	             opacity:1;
	  }
	  
	}






    .animateRight{
      -webkit-transform: translateX(150px);
      transform: translateX(150px);
      -webkit-animation: gllDynamicdomrightnimat 1s  cubic-bezier(0.36, 0.2, 0.6, 0.79) both;
      animation: gllDynamicdomrightnimat 1s   cubic-bezier(0.36, 0.2, 0.6, 0.79) both;
      opacity:0;
    }

    @-webkit-keyframes gllDynamicdomrightnimat {

      0% {
        -webkit-transform: translateX(150px);
                transform: translateX(150px);
                opacity:0;
      }

      20% {
         opacity:0;
      }
      
      100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                 opacity:1;
      }
      

    }


    @keyframes gllDynamicdomrightnimat {
        
      0% {
        -webkit-transform: translateX(150);
                transform: translateX(150);
                opacity:0;
      }

      20% {
         opacity:0;
      }
      
      100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                 opacity:1;
      }
      
    }


/* home banner */

/*section*/
.section-wrapper-1{
    overflow: hidden;
}

.title-text{
    font-family: skywave;
    color: #1f92f6;
    display: table;
    margin: auto;
    margin-top: 21px;
    font-size: 30px;
    margin-bottom: 16px;
}
.section-img{
    max-width: 300px;
    margin: auto;
    display: block;
    width: calc(100%);
    margin-bottom: 10px;
}
.text-cta{font-size: 30px;display: table;margin: auto;font-weight: bold;color: #1f92f6;margin-bottom: 15px;}
.buttonCTA-section{
    color: #fff;
    border-radius: 0px;
    background-color: #f08923;
    display: table;
    padding: 17px;
    margin: auto;
    font-size: 20px;
    text-decoration: none;
    margin-top: 25px;
    max-width: 239px;
    margin-bottom: 21px;
    width: -webkit-fill-available;
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: center;
}
.buttonCTA-section.footerln{display: inline-block;}
.modal-sl-tpprmd{
    width: calc(95% - 77px);
    padding: 0px;
    max-width: 600PX;
    z-index: 100010;
}
.buttonCTA-section:hover{
	background-color: #ff8f1f;
}
.buttonCTA-section .fa{font-size: 41px;display: inline-block;float: left;color: #39ff36;}
.s-content-cta{
    display: table;
    margin: auto;
    margin-bottom: 38px;
    margin-top: 38px;
    font-size: 20px;
    text-align: center;
    font-family: 'Cocogoose-Light', sans-serif;
    font-weight: 100;
}
.buttonCTA-section div{display: inline-block;float: left;width: calc(100% - 52px);}


.home-banner-wrapper .buttonCTA-section{position: absolute;width: 100%;/* top: calc(50% - 0px); *//* left: 50%; */-ms-transform: translateY(-50%);/* transform: translate( calc(-50% - 0px), calc(50% + 30px)); */padding-top: 28px;padding-bottom: 28px;text-align: center;font-size: 15px;padding: 15px;bottom: 0px;left: 23px;}

@media (max-width: 535px){
	.home-banner-wrapper .buttonCTA-section{
		padding-top: 0px;
		padding-bottom: 15px;
		text-align: center;
		font-size: 14px;
		padding: 12px;
		/* top: calc(50% - 40px); */
	}
	.buttonCTA-section .fa{
    font-size: 29px;
}
}




@media (max-width: 405px){
	.home-banner-wrapper .buttonCTA-section{
		padding-top: 0px;
		padding-bottom: 12px;
		text-align: center;
		font-size: 12px;
		padding: 6px;
		/* top: calc(50% - 38px); */
	}
	.buttonCTA-section .fa{
    font-size: 24px;
}
}



@media (max-width:  630px){
    .title-text{
        font-size: 20px;
        text-align: center;
        max-width: calc(100% - 20%);
    }
    .section-img{
    width: calc(100% - 24%);
}
    .text-cta{
    text-align: center;
}
    .s-content-cta{max-width: calc(100% - 8%);margin-top: 32px;font-size: 19px;}
}

/*section 2 left*/
.section-wrapper-2-left{display: flex;margin-top: 28px;overflow: hidden;}
.section-wrapper-2-left .section-col:nth-child(1){width: 60%;background-color: #1f92f6;position: relative;padding-bottom: 31px;}
.section-wrapper-2-left .section-col:nth-child(2){width: calc(40% - 0px);background-color: #1f92f6;position: relative;overflow: hidden;}
.section-icon{
    position: absolute;
    top: 0px;
    left: 9px;
    max-width: 91px;
}

.section-text{
    font-size: 29px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    width: calc(100% - 20%);
    margin: auto;
    margin-top: 85px;
    margin-bottom: 17px;
}
.section-wrapper-2-left .section-img{
    max-width: inherit;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
@media (max-width: 800px){
	.section-wrapper-2-left{display: block;}
	.section-wrapper-2-left .section-col{
    display: block;
    width: 100% !important;
}
.section-wrapper-2-left .section-img{
    position: static;
    transform: translateY(0%);
}
.section-text{
    padding-top: 87px;
    margin-top: 0px;
    font-size: 24px;
}
}
/*section 2 left*/

/*section*/



/*animate on scroll*/

    .animateOnScroll-left{
      -webkit-transform: translateX(-150px);
      transform: translateX(-150px);
      opacity:0;
    }
    .animateOnScroll-leftActivated{
      -webkit-animation: animateOnScroll-left 1s  cubic-bezier(0.36, 0.2, 0.6, 0.79) both;
      animation: animateOnScroll-left 1s   cubic-bezier(0.36, 0.2, 0.6, 0.79) both;
    }


    @-webkit-keyframes animateOnScroll-left {

      0% {
        -webkit-transform: translateX(-150px);
                transform: translateX(-150px);
                opacity:0;
      }

      20% {
         opacity:0;
      }
      
      100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                 opacity:1;
      }
      

    }


    @keyframes animateOnScroll {
        
      0% {
        -webkit-transform: translateX(-150px);
                transform: translateX(-150px);
                opacity:0;
      }

      20% {
         opacity:0;
      }
      
      100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                 opacity:1;
      }
      
    }



/* right */


    .animateOnScroll-right{
      -webkit-transform: translateX(150px);
      transform: translateX(150px);
      opacity:0;
    }
    .animateOnScroll-rightActivated{
      -webkit-animation: animateOnScroll-right 1s  cubic-bezier(0.36, 0.2, 0.6, 0.79) both;
      animation: animateOnScroll-right 1s  cubic-bezier(0.36, 0.2, 0.6, 0.79) both;
    }


    @-webkit-keyframes animateOnScroll-right {

      0% {
        -webkit-transform: translateX(150px);
                transform: translateX(150px);
                opacity:0;
      }

      20% {
         opacity:0;
      }
      
      100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                 opacity:1;
      }
      

    }


    @keyframes animateOnScroll {
        
      0% {
        -webkit-transform: translateX(150);
                transform: translateX(150);
                opacity:0;
      }

      20% {
         opacity:0;
      }
      
      100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
                 opacity:1;
      }
      
    }


/*animate on scroll end*/

.follow-netw-text{
    display: inline-block;
    vertical-align: top;
    color: #e9721c;
    font-weight: bold;
    width: calc(50% - 61px);
    text-align: center;
    font-size: 28px;
    padding: 30px;
}
.follow-netw-icons{
    display: inline-block;
    vertical-align: top;
    margin-left: -6px;
    padding: 30px;
    width: calc(50% - 60px);
    text-align: center;
}
.follow-netw-user{
    display: inline-block;
    vertical-align: middle;
    color: #1f92f6;
    font-size: 35px;
    font-weight: bold;
    margin-left: 10px;
}
.follow-netw-icons .fa-instagram{
    font-size: 39px;
    color: #eb5c4f;
    margin-left: 11px;
    vertical-align: middle;
}
.follow-netw-icons .fa-facebook-square{
    font-size: 39px;
    color: #013776;
    vertical-align: middle;
}

@media (max-width: 550px){
	.follow-netw-text{
    display: block;
    margin: auto;
    width: calc(100% - 30px);
    padding: 15px;
}
	.follow-netw-icons{
    display: block;
    margin: auto;
    width: calc(100% - 30px);
    padding: 15px;
    text-align: center;
}
}


/*  section 2 */
.section-wrapper-2{
    display: flex;
    margin-top: 28px;
    overflow: hidden;
}
.section-wrapper-2 .section-col:nth-child(1){width: 50%;}
.section-wrapper-2 .section-col:nth-child(2){
    /* background-color: #ff9; */
    width: 50%;
}
.section-wrapper-2 .section-col img{
    width: 100%;
}

.section-col{
    width: 60%;
    position: relative;
}
@media (max-width: 800px){
	.section-wrapper-2{display: block;}
	.section-wrapper-2 .section-col{
    display: block;
    width: 100% !important;
 }
 .compway .section-col {height: 100%;}
}

.imageaircondi{
  background-image: url(/r/brain/cssi/bluetech/290444324-H.jpg);
  width: 40%;
  min-height: 284px;
  /* max-width: 563px; */
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (max-width: 730px){
	.imageaircondi{
    min-height: 228px;
    background-size: cover;
}
}
.nopasescalor{
	  background-image: url(/r/brain/cssi/bluetech/mantenimiento/no-pases-calor.png);
}
.life-experience2{
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding-bottom: 17px;
    width: 60%;
}
.life-xptitle{
    width: calc(100% - 20%);
    margin: auto;
    font-size: 28px;
    text-align: left;
    padding-top: 13px;
    margin-bottom: 18px;
}

.life-xptext{
    width: calc(100% - 20%);
    margin: auto;
    font-size: 28px;
    text-align: center;
    margin-bottom: 22px;
}
.life-xp-btnca{}
/*  section 2 */
.section-wrapper-1 .section-col{
    width: calc(100% - 0%);
    margin: auto;
}
.section-wrapper-1 .section-col img{
	width: calc(100% - 20%);
	max-width: 700px;
	display: block;
	margin: auto;
}


.home-about-company{
    background-color: #1f92f6;
    padding-bottom: 24px;
}
.home-about-company .title-text{
    color: #fff;
    margin-top: 0px;
    padding-top: 31px;
    font-weight: normal;
    font-size: 26px;
}
.home-about-company .section-img{
    max-width: 511px !important;
}
.home-about-company .text-cta{
    color: #fff;
}
.home-about-company .s-content-cta{
    color: #fff;
    font-size: 31px;
    width: calc(100% - 20%);
    margin-top: 23px;
    text-align: left;
    margin-bottom: 26px;
}
.home-about-company .buttonCTA-section{
    background-color: #faa737;
    border-radius: 48px;
    padding: 21px;
    font-weight: bold;
}
.company-objetive{
    background-color: #333333;
}
@media (max-width: 700px){
	.home-about-company .s-content-cta{
    font-size: 21px;
}
.home-about-company .title-text{
    font-size: 21px;
}
}

.form-lead-capture-wrapper{
    /* background-color: #47647c; */
    width: 100%;
    display: block;
    max-width: 350px;
    margin: auto;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 10px;
}
.form-lead-capture-wrapper .inputLabelContainer{
    display: block;
    border-radius: 8px;
    margin-bottom: 22px;
    padding-left: 12px;
    padding-right: 19px;
}


.form-leadthanks-wr{
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( 
180deg
 , rgb(107 107 107) 0%, rgb(111 111 111) 100% );
    display: block;
    opacity: 0.6;
    /* transition: all 0.5s ease; */
    display: none;
}
.form-leadthanks-wr.block{
display: block;

}
.form-leadthanks-wr.active{
    opacity: 0.9;
}

.background-foot-animation{
  background: linear-gradient(-45deg, #5fa5a5, #47647c, #47647c, #000000);
  background-size: 400% 400%;
  animation: gradient-background-ftan 3s ease infinite;
}


@keyframes gradient-background-ftan {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.form-leadthanks-wr.active .formleadthanks-wrback{
opacity: 1;
}

.title-content{
    font-size: 20px;
    color: #fff;
    font-family: 'Cocogoose', sans-serif;
    margin-bottom: 9px;
}
.text-poshelp{
    /* background-color: #f00; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.text-content	{
    color: #fff;
    font-size: 20px;
    font-family: 'Cocogoose-Light', sans-serif;
}

@media (max-width: 630px){
	.text-content{
		
font-size: 14px;
		
min-width: 245PX;
	}
}

.formleadthanks-wrback{
    position: absolute;
    background: linear-gradient( 
180deg
 , rgb(4 4 4) 0%, rgb(0 0 0) 100% );
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}


.form-lead-capture-wrapper .inputLabelPlaceHolder{
    left: 25px;
}
.form-lead-capture-wrapper .inputLabelContainerFocus .inputLabelPlaceHolder{
	left: 10px;
}
.form-lead-capture-wrapper .inputLabelInput{
    padding-left: 7px;
}
.form-lead-capture-wrapper .inputLabelRequeired{
	left: 8px;
}

.textarea-form-capture{
    display: block;
    border-radius: 24px;
    width: calc(100% - 39px);
    padding: 15px;
    outline: none;
}

.form-lead-capture-bnt{
	background-color: #f08923;
	border: solid 0px;
	color: #fff;
	font-size: 17px;
	padding: 14px;
	border-radius: 5px;
	margin: auto;
	display: block;
	margin-top: 21px;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Cocogoose-Light', sans-serif;
}
   .form-lead-capture-bnt:hover{background-color: #ff8f1f;}


.form-lead-capture .title-text{
    text-align: center;
}
.form-lead-capture-text{
    text-align: center;
    color: #000;
    font-size: 24px;
    padding: 11px;
    font-weight: bold;
    margin-bottom: 15px;
}

.company-presence{
    background-color: #000;
}
.company-presence img{
    max-width: 130px !important;
}
.company-presence-citys{
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 1200px;
    margin: auto;
}
.company-city-prs{
    display: inline-block;
    margin-left: 8px;
    margin-top: 13px;
}
.company-city-prs::before{
	content:"|";
	margin-right: 12px;
	color: #ffffffcf;
}
.company-city-prs:last-child::before{
	/* content: ""; */
}
.company-city-prs:first-child::before{
	content: "";
}
.company-presence .title-text{
    color: #fff;
    padding-top: 17px;
}

.section-wrapper-1 .foot{
    text-align: center;
    padding-top: 20px;
    width: calc(49% - 0%);
    display: inline-block;
    vertical-align: middle;
}
.section-wrapper-1 .foot-title{
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 13px;
    display: none;
}
@media (max-width: 630px){
.section-wrapper-1 .foot{

width: calc(100% - 7%);

display: block;
}
}


.section-wrapper-1 .buttonCTA-section{}
.section-wrapper-1 .foot-networkwr{
    color: #909090;
    margin-top: 14px;
    font-size: 24px;
    margin-bottom: 10px;
}
.section-wrapper-1 .foot-networkwr .fa{
    display: inline-block;
    margin-left: 7px;
}
.section-wrapper-1 .networkusern{
    display: inline-block;
    margin-left: 6px;
    color: #fff;
    font-family: 'arial', sans-serif;
}
.section-wrapper-1 .foot-img{
    max-width: 139px !important;
}
.section-wrapper-1 .foot-copr{
    color: #fff;
    margin-top: 2px;
}
.section-wrapper-1 .foot-wsite{
    color: #fff;
    margin-top: 5px;
    padding-bottom: 12px;
    font-style: italic;
    font-size: 19px;
    font-weight: 100;
}
.section-wrapper-1.withvideo{margin-top: 20px;}
.section-wrapper-1.withvideo iframe{
    width: 100%;
    min-height: 400px;
    max-width: 650px;
    margin: auto;
    display: block;
}
.financiamientowr1{
	background-color: #014483;
	position: relative;
}
.financiamientowr1 .life-xptext{
    font-size: 21px;
    text-align: left;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
}
.financiamientowr1 .life-xptitle{
    font-size: 26px;
    padding-top: 91px;
    text-align: center;
    font-weight: 900;
}

.financiamientowr1 .fa-credit-card-alt{
    max-width: 95px !important;
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 80px;
}

.financiamientowr1 .text-cta{
    color: #ffb380;
}

.financiamientowr1 .buttonCTA-section{
    background-color: #ff9954;
}
@media (max-width: 380px){
	.life-xptext{
    width: calc(100% - 6%);
}
}

.footlinks{
    background-color: #fa9430;
}
.footlinks ul{
    list-style-type: none;
    text-align: center;
}
.footlinks ul li{
    display: inline-block;
}
.footlinks ul li a{
    padding: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-left: -3px;
    transition: all 0.5s ease;
}
.footlinks ul li a:hover{
    background-color: #e8731c;
}


.homeb-subbg{
    position: absolute;
    width: 100%;
    background-color: #00000000;
    top: calc(50% - 0px);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 28px;
    padding-bottom: 28px;
    text-align: center;
}


.logcmpny{
}
.lgcmimg{
    margin-top: 0px !important;
    width: 117px !important;
}
.hmbtext{
    color: #fff;
    font-size: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Cocogoose', sans-serif;
    position: absolute;
    top: 45%;
    text-shadow: 0px 1px #000;
    background-color: #67676796;
    right: 12%;
}

.hmbtext.services1{
    top: 11%;
    left: 0%;
    right: inherit;
}

.hmbtext.project{
    top: 24%;
    left: 0%;
    right: inherit;
}

.nosotros-tx{
    top: -98%;
}


@media (max-width: 900px){
	.nosotros-tx{
    top: -60%;
}

}

@media ( max-width: 1380px){
	.homeb-subbg{
    padding-top: 8px;
    padding-bottom: 14px;
}
.hmbtext{
    font-size: 15px;
}
}


@media (max-width: 455px){
	.hmbtext{
		font-size: 16px;
	}
	.lgcmimg{
		width: 99px !important;
	}
}

.section-wrapper-cmpny{
    position: relative;
    width: 100%;
    margin-top: 47px;
}
.sectwbg{
    width: 100%;
    float: left;
}
.sectwbg img{
    width: 100%;
    min-height: 736px;
}
.sectcmpnybg{
    width: 50%;
    /* min-width: 504px; */
    background-color: #fcf9f8cf;
    position: absolute;
    color: #ababab;
    right: 2%;
    padding: 30px;
    border-radius: 12px;
    top: calc(50% - 0px);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: #6d6d6d 0px 0px 17px -5px;
}
.sectmclog{
    width: 100px;
    vertical-align: middle;
}
.sectmctitle{
    display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    margin-left: 19px;
    width: calc(100% - 127px);
    font-weight: 600;
    text-align: center;
    color: #2e2e2e;
    /* font-family: 'Cocogoose', sans-serif; */
}
.sectmcline{
    height: 1px;
    background-color: #6c6967;
    margin-bottom: 10px;
    margin-top: 10px;
    width: calc(100% - 43px);
    margin: auto;
}
.sectmctext{
    font-size: 17px;
    font-weight: 100;
    padding: 21px;
    line-height: 24px;
    color: #000000;
    /* font-family: 'Cocogoose-Light', sans-serif; */
    /* font-family: 'Cocogoose-Light', sans-serif; */
}

@media (max-width: 1640px){
	.sectcmpnybg{
    width: calc(71% - 100px);
    right: 24px;
    /* left: 20px; */
    padding-bottom: 0px;
    padding-top: 15px;
}
.sectmctext{
	
padding-bottom: 0px;
}
}


@media (max-width: 1306px){

	.sectmctitle{
	    font-size: 25px;
	    margin-left: 18px;
	}
	.sectmctext{
       font-size: 15px;
    }

}

@media (max-width: 1050px){
	.sectcmpnybg{
    width: calc(92% - 100px);
    right: 24px;
    /* left: 20px; */
    padding-bottom: 9px;
}
.sectmctext{
	
padding-bottom: 0px;
}
}


@media (max-width: 810px){
	.section-wrapper-cmpny{
    margin-top: 25px;
}
	.sectcmpnybg{
    right: 2%;
    padding: 15px;
    width: calc(100% - 70px);
    right: 0px;
    left: 20px;
    }

    	.sectmctitle{
	    font-size: 21px;
	    margin-left: 18px;
	}
	.sectmctext{
       font-size: 15px;
       padding: 8px;
       line-height: 20px;
    }
    .sectmclog{
    width: 68px;
}
}


@media (max-width: 670px){
	.sectwbg{
    width: 100%;
    margin: auto;
    display: block;
    float: initial;
    min-height: 0px;
}
.sectwbg img
{
    min-height: 286px;
}
	.sectcmpnybg{
    width: calc(100% - 20px);
    min-width: 0px;
    padding: 0px;
    right: 0%;
    left: calc(0% - 0px);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    border-radius: 7px;
    position: static;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 36px;
}
    .sectmctitle{
    margin-left: 0px;
}
	.sectmctext{
    font-size: 16px;
    padding: 19px;
    letter-spacing: 0px;
    line-height: 20px;
}
    .sectmclog{
    width: 83px;
    margin-left: 22px;
    margin-top: 3px;
}
}

@media (max-width: 440px){
	.section-wrapper-cmpny{
    margin-top: 39px;
}
.sectwbg img {
    min-height: 198px;
}
}



@media (max-width: 381px){
.sectmctitle{
    font-size: 17px;
    margin-left: 0px;
}


.sectmclog{
    width: 72px;
}
}

.msginspired{
    background-color: #5FA5A5;
    padding: 24px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    font-family: 'Cocogoose-Light', sans-serif;
}



.cmpway-sbwr{
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    background-color: #e0e0e03d;
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
    clear: both;
}
.compway{
	background-attachment: fixed;
	height: 600px;
	background-position: 50% 50%;
	/* vertical-align: middle; */
	position: relative;
	background-repeat: no-repeat;
	/* background-image: url(/r/brain/cssi/mrjobs/nosotros/collagemrjobs-paralax.jpg?=01); */
	margin-top: 0px;
	background-size: cover;
	background-size: cover;
	background-color: #000;
}

.compway.proyectos{
	background-image: url(/r/brain/cssi/mrjobs/proyectos/collagemrjobs-paralax.jpg?=01);
	min-height: 500px;
	background-attachment: fixed;
}


.compway.servicios-design{
	background-image: none;
	background-position: 10% 0%;
	background-size: contain;
	min-height: 184px;
	height: 450px;
	background-color: #343434;
	color: #fff;
}
.parallax-descrip-item{
    color: #fff;
    margin-top: 12px;
    padding-left: 32px;
    position: relative;
}
.parallax-descrip-item.blackc{
    color: #868686;
}
.parallax-descrip-item .fa{
    margin-right: 10px;
    color: #cf9e29;
    position: absolute;
    left: 0px;
    top: 0px;
}

.compway.servicios-design.descrip .parallax-descrip-item{
    margin-top: 17px;
    padding-left: 25px;
}
.parallax1-descripsub{
    padding-bottom: 14px;
    max-width: calc(100% - 20px);
    font-size: 17px;
    font-weight: 100;
    color: #fff;
    font-family: 'Cocogoose-Light', sans-serif;
}
.compway.servicios-design.descrip{
	background-image: none;
	background-size: cover;
	background-position: 0% 98%;
	min-height: 537px;
	background-color: #0e0e0e;
}





@media(max-width: 350px){
	.compway.servicios-design.descrip{
    height: 637px;
}
}


@media (max-width: 1208px){

    .compway.servicios-design{
    	background-position: 0% 50%;
    	background-size: contain;
    	background-repeat: no-repeat;
    }

}

.compway .section-col{
}
.compway.servicios-project{
	background-image: none;
	background-position: 97% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	height: 446px;
	background-color: #0f0f0f;
}
.compway.servicios-project.descrip{
	background-image: none;
	background-size: cover;
	background-position: 0% 98%;
	min-height: 537px;
	background-attachment: fixed;
	background-color: #47647c;
}
.compway.servicios-project.descrip .parallax-descrip-item{
    margin-top: 17px;
    padding-left: 29px;
}



.compway.servicios-constructor.descrip{
	background-image: url(/r/brain/cssi/mrjobs/servicios/parallax-constructor-descrip.jpg);
	background-position: 18% 50%;
	background-size: cover;
	background-attachment: fixed;
}

.compway.servicios-mobiliario{
	background-image: url(/r/brain/cssi/mrjobs/servicios/parallax-mobiliario-descrip.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 378px;
}

.compway.servicios-publicidad{
	background-image: url(/r/brain/cssi/mrjobs/servicios/parallax-publicidad-descrip.jpg);
	background-position: 0% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.compway.servicios-constructor{
	background-image: none;
	background-position: 96% 50%;
	background-size: cover;
	min-height: 309px;
	background-color: #1f1f1f;
	height: 402px;
}


.parallax1-title{font-size: 50px;margin-bottom: 11px;color: #ecb426;vertical-align: middle;font-family: 'Cocogoose', sans-serif;}
.parallax1-title span{
	background-color: #3a3a3c;
	border-radius: 100%;
	min-width: 67px;
	height: 64px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-family: arial;
}
@media (max-width:570px){
	.parallax1-title span{
		min-width: 42px;
		height: 37px;
	}
}
.parallax1-descrip{
    font-size: 20px;
    margin-bottom: 28px;
}

@media (max-width: 1160px){
	.parallax1-title{
    font-size: 41px;
    margin-bottom: 16px;
}
.parallax1-descrip{
    font-size: 20px;
}

}


.cmpway-img{
    display: block;
    width: 50%;
    text-align: center;
    z-index: 1;
    position: relative;
}

.services-img{
    display: block;
    width: 50%;
    text-align: center;
}
.cmpway-img img{width: 90%;max-width: 300px;border-radius: 13px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.cmpway-numbers-wrp{
    display: block;
    width: 50%;
    text-align: center;
    background-color: #000000a1;
    z-index: 2;
}
.cmpway-numberobj{
    margin: 1px;
    width: calc(50% - 0px);
    display: inline-block;
    height: calc(100% - 0px);
    position: relative;
    padding: 22px;
    clear: both;
}
.cmpway-obj-numbe{
    font-size: 55px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 8px;
    font-family: 'arial', sans-serif;
    color: #fff;
}
.cmpway-obj-title{
    text-align: center;
    margin-bottom: 9px;
    margin-top: 7px;
    font-size: 21px;
    /* font-family: 'Cocogoose-Light', sans-serif; */
    color: #fff;
}
.cmpway-obj-line{
    height: 1px;
    background-color: #fff;
    width: 100%;
    margin: auto;
}

@media (max-width: 1091px){

	.cmpway-sbwr{
		padding: 21px;
	}

	.cmpway-obj-numbe{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 5px;
    }
.cmpway-obj-title{font-size: 14px;}

.cmpway-slidernumbercn{
	
margin-top: 50px !important;
}
}

@media (max-width:800px){
	.cmpway-img{
    width: 90%;
    margin: auto;
    display: none;
}
	.cmpway-numbers-wrp{
    width: calc(100% - 0px);
    height: 395px;
}

.compway{
	/* background-image: url(/r/brain/cssi/mrjobs/collagemrjobs-paralaxm.jpg); */
	height: 384px;
}

.compway.proyectos{
	background-image: url(/r/brain/cssi/mrjobs/proyectos/collagemrjobs-paralaxm.jpg);
}

.compway.servicios-design{
	background-image: none;
	background-position: 129% 50%;
	height: 360px;
}

.compway.servicios-project{
	background-image: none;
	background-position: 71% 50%;
	height: 365px;
	background-size: contain;
	background-repeat: no-repeat;
}





.compway.servicios-constructor{
	background-image: none;
	background-position: 101% 50%;
	height: 365px;
	background-size: contain;
	background-repeat: no-repeat;
}



.cmpway-sbwr{
    background-color: #000000;
}
}




@media (max-width:450px){
	.cmpway-img{
    width: 90%;
    margin: auto;
}
	.cmpway-numbers-wrp{
    width: calc(100% - 0px);
    height: 379px;
}
.cmpway-obj-numbe{
    font-size: 20px;
}
.cmpway-obj-title{
    font-size: 11px;
}

.compway.servicios-publicidad
{
	background-position: 0% 42%;
	background-size: cover;
	height: 404px;
}
}


@media (max-width:385px){
	.compway{
    height: 302px;
}
	.cmpway-sbwr{
    padding: 17px;
}
	.cmpway-img{}
	.cmpway-numbers-wrp{
    width: calc(90% - -34px);
}
.cmpway-obj-numbe{font-size: 31px;}
.cmpway-obj-title{font-size: 16px;}
.cmpway-numberobj{
    padding: 14px;
}
}


.proyects-itemlist-wr{
    text-align: center;
    margin-bottom: 30px;
}
.proyect-item-bg{
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1.0);
    transition: all 0.5s ease;
    opacity: 0.6;
}
.proyect-item-bg:hover{
	 transform: scale(1.1);
	 opacity: 1;
}
.proyect-item-wr{
    display: inline-block;
    height: 297px;
    width: calc(25% - 32px);
    max-width: 511px;
    margin-left: 16px;
    margin-top: 16px;
    overflow: hidden;
    border-radius: 0px;
    position: relative;


}

.proyects-title{
    font-size: 38px;
    text-align: center;
    margin-bottom: 29px;
    margin-top: 50px;
    font-weight: 700;
}

.sliderlastproyects .proyect-item-wr{
	
width: calc(100% - 25px);
}
.proyects-btnmore{
    display: block;
    /* background-color: #47647c; */
    padding: 13px;
    border-radius: 0px;
    margin: auto;
    max-width: 156px;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #4e4e4e;
    transition: all 0.5s ease;
    border: solid 1px #0000;
    margin-left: 41px;
    border: solid 1px #33657f;
    color: #33657f;
    text-transform: uppercase;
}

.proyects-city{
    text-align: center;
    margin-bottom: 37px;
}
.inline-btn-cit{display: inline-block;}
.inline-btn-cit.btn-select-pr{
    border: solid 1px #f08923;
    color: #f08923;
}


.proyects-btnmore:hover{
    border: solid 1px #f08923;
    color: #f08923;
}

.proyect-item-content{
	position: absolute;
	bottom: 0px;
	z-index: 1;
	background-color: #8989898a;
	width: 100%;
	padding: 10px;
	text-align: left;
	padding-bottom: 12px;
}

.proyect-item-title{
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}
.proyect-item-descrip{
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    display: none;
}

@media (max-width: 851px){
	.proyect-item-wr{
    width: 47%;
    margin-left: 8px;
}
}

@media (max-width: 590px){
	.proyect-item-wr{
    width: 91%;
    margin-left: 0px;
}
}

@media (max-width: 430px){
.proyects-title{
    font-size: 26px;
    margin-bottom: 11px;
    margin-top: 44px;
}
}



.proyect-title{font-size: 21px;font-weight: 800;color: #f08923;margin-left: 80px;margin-top: 26px;text-transform: uppercase;text-align: center;}
.proyect-head-wrp{
    width: 50%;
    margin: auto;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 13px;
    margin-top: 10px;
}
.proyect-descrip{
    margin-top: 20px;
    padding-left: 80px;
    padding-right: 90px;
}

.proyect-city-descrip{
    padding-left: 78px;
    margin-top: 22px;
}
.proyect-city-descrip span{font-weight: 800;}

@media ( max-width: 950px){
	.proyect-head-wrp{
    width: calc(100% - 60px);
    margin: auto;
    padding-left: 30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 13px;
}
}



/*  arrow*/
@bg: #2d2d37; // Dark blue
@primary: #fd6b21; // Orange

body { background: @bg;}
a { color: white; text-decoration: none; }

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.arrow.bounce{
	display: block;
	max-width: 100px;
	margin: auto;
	margin-top: 62px;
}
.arrow.bounce .fa{
    color: #d1a02a;
}
/* arrow */


.center-middlev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 100px;
}

@media (max-width:600px){
	.center-middlev{
	    margin-left: 17px;
}

}

@media (max-width:570px){
	.parallax1-title{
    font-size: 28px;
    margin-bottom: 16px;
}
	.parallax1-descrip{
    font-size: 15px;
}
.center-middlev{
	    margin-left: 19px;
	    max-width: calc(90%);
}
}


@media (max-width: 370px)
.center-middlev {
    margin-left: 28px;
}

.descripbox-main{
    font-size: 18px;
    width: calc(100% - 15%);
    margin: auto;
    padding: 20px;
    background-color: #4b82b800;
    margin-top: 16px;
    border-radius: 10px;
    margin-bottom: 59px;
    border-width: 9px;
    font-family: 'Cocogoose-Light', sans-serif;
}

@media (max-width:500px){
	.descripbox-main{
		font-size: 17px;
		width: calc(100% - 21%);
		border-left-width: 3px;
		border-right-width: 3px;
		border-bottom-width: 3px;
		border-top-width: 3px;
		padding: 9px;
		margin-bottom: 32px;
	}
}

.imageDelete.proyect{
	color: #fff;
	z-index: 4;
	opacity: 1;
	width: 41px;
}


.proyect-prev-next-wr{position: fixed;bottom: 0px;height: 93px;min-width: 293px;background-color: #080808;z-index: 1000;}
.proyects-button{
    width: calc(50% - 3px);
    height: 100%;
    display: inline-block;
    position: relative;
    border: solid 2px #f08923;
    background-color: #080808;
    transition: all 0.5s ease;
}
.proyects-button.disablebutton{
    background-color: #666666 !important;
    cursor: default;
}
.proyects-button.prevbnt{
	position: fixed;
	bottom: 0px;
	height: 47px;
	background-color: #080808;
	z-index: 1000;
	left: 0px;
	width: 142px;
}
.proyects-button.nextbnt{
	position: fixed;
	bottom: 0px;
	height: 47px;
	background-color: #080808;
	z-index: 1000;
	right: 0px;
	width: 142px;
}
.proyects-button:hover{
    background-color: #514c4b;
}
.proyects-button:last-child{
    border-right: solid 0px #aeac9f;
    border-radius: 0px 10px 0px 0px;
}
.proyecttnm-wrp{text-align: center;position: absolute;left: 50%;transform: translate(-50%, -50%);top: 50%;font-size: 18px;width: 100%;}
.proyecttnm-wrp span{
    margin-left: 6px;
}
.proyecttnm-wrp .fa{
    color: #f08923;
    font-size: 25px;
    vertical-align: middle;
}
@media (max-width:800px){
	.proyect-prev-next-wr{
		min-width: 293px;
		width: 100%;
		height: 54px;
	}
}

.select-type-pr-md{
    min-width: 61px;
    color: #000;
}
.title-select-tpprmd{
    text-align: center;
    font-size: 25px;
    padding: 41px;
    font-weight: bold;
    font-family: 'Cocogoose', sans-serif;
}

.title-select-txt{
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    padding: 5px;
    max-width: 408px;
    margin: auto;
    font-family: 'Cocogoose-Light', sans-serif;
}

@media (max-width: 400px){
.modal-sl-tpprmd{
    width: calc(95% - 20px);
}
}

@media (max-width: 580px){

	.title-select-tpprmd{
		font-size: 15px;
		padding: 17px;
	}
	.title-select-txt{}
	.select-type-pr-md{
    min-width: 31px;
}
}



.wrp-top-service{
    text-align: center;
    margin-top: 30px;
}
.top-service-item{
    width: calc(33% - 6%);
    display: inline-block;
    text-align: left;
    max-width: 403px;
    /* border: solid 1px #000000; */
    padding: 16px;
    vertical-align: top;
    margin-left: 13px;
    min-height: 499px;
    color: #737373;
    border-radius: 27px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 3px 0px #5fa5a5;
    margin-bottom: 40px;
    transition: all 0.5s ease;
    overflow: hidden;
}
.top-service-item:hover{
	box-shadow: 0px 0px 7px 0px #5fa5a5;
	background-color: #e9ffff;
}
.tps-title{
    text-align: center;
    font-size: 30px;
    margin-bottom: 33px;
    font-family: 'Arial', sans-serif;
}
.tps-image{}
.tps-image img{
    width: 100%;
    max-width: 200px;
    margin: auto;
    display: block;
}
.tps-descrip{
    min-height: 66px;
    font-size: 17px;
    text-align: center;
    margin-top: 24px;
    font-family: 'Cocogoose-Light', sans-serif;
}
.tps-clt{
    margin: auto;
    background-color: #47647C;
    width: 229px;
    border-radius: 6px;
    color: #fff;
    margin-top: 12px;
    padding: 18px;
    display: block;
    text-align: center;
    font-size: 16px;
    transition: all 0.5s ease;
    font-family: 'Cocogoose', sans-serif;
}

.tps-clt:hover{background-color: #5FA5A5;}

.tps-clt-btn{}



@media (max-width: 1050px){
	.top-service-item{
		width: calc(33% - 52px);
		min-height: 367px;
	}

	.tps-title{
    font-size: 19px;
}
.tps-image img{
    max-width: 126px;
}
.tps-descrip{
    font-size: 11px;
}
.tps-clt-btn{
    width: calc(100% - 44%);
    font-size: 16px;
}
}

@media (max-width: 770px){
	.top-service-item{
		width: calc(100% - 88px);
		display: block;
		margin: auto;
		max-width: 100%;
		margin-bottom: 39px;
	}
	.tps-clt-btn{}


	.tps-title{
    font-size: 32px;
}
.tps-image img{
    max-width: 195px;
}
.tps-descrip{
    font-size: 17px;
    line-height: 27px;
}

}



@media (max-width: 550px){
.tps-image img{
    max-width: 226px;
}
.tps-title{
    font-size: 24px;
}
.tps-clt{
    width: 161px;
    font-size: 13px;
}
}


.sub-head-title{
	font-family: 'Cocogoose-Light', sans-serif;
	text-align: center;
	font-size: 23px;
	padding-bottom: 10px;
	padding-top: 14px;
	color: #FFFFFF;
	background-color: #5FA5A5;
}

.calltoaction{
    background-color: #000;
    padding: 7px;
}


.footcolor{
	background: linear-gradient( 
180deg
 , rgba(0, 0, 0, 1) 0%, rgba(67, 67, 67, 1) 100% );
	padding-bottom: 18px;
}


/*menu3*/
.menu3 ul {
    display: none;
    position: absolute;
    z-index: 1;
    top: calc(100% - 0px);
    box-shadow: 0px 0px 0px 0px #d8d8d857;
    border-radius: 0px;
    list-style-type: none;
}
.menu3 ul {
    background: #000000e0;
}

.menu3 .header-menu-item:hover > ul {
    display: block;
}
.menu3 ul li:hover > ul {
    display: block;
}



.menu3 ul li > ul {
    top: 0px;
    left: calc(100% - 0px);
}

.menu3 ul li > ul {
    border-radius: 0px 0px 0px 0px;
    /* box-shadow: 0px 2px 0px 0px #d8d8d857; */
}


.menu3 div ul li{
    right: 0px;
    position: relative;
    height: 100%;
}
.menu3 .header-menu-item ul a{
	
min-width: 111px;
}




/*menu3 end*/

.btnctafoot{
	
position: fixed;
	
bottom: 0px;
	
max-width: 45px;
	
padding: 9px;
	
text-align: center;
	
z-index: 10000007;
	
color: #fff;
	
font-size: 25px;
	
background-color: #42e14e;
	
display: none;
}

.networkhd-wr{
    position: fixed;
    top: 0px;
    height: 28px;
    background-color: #242424;
    z-index: 9999;
    width: 100%;
    color: #fff;
    display: none;
}
.networkhd-wr a{margin-top: 7px;display: inline-block;margin-left: 13px;}
.networkhd-wr .fbtn{
    display: inline-block;
    margin-top: 7px;
    margin-left: 19px;
}
.mini-cta-btn-wr{
    display: inline-block;
    position: absolute;
    background-color: #47647c;
    font-size: 12px;
    height: 28px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 28px;
    right: 0px;
    font-family: 'Cocogoose-Light', sans-serif;
}
.foot-contact-opt{

}
.foot-contact-opt .fa{}
.foot-contact-opt a{
    display: block;
    text-align: center;
    padding: 6px;
    font-size: 18px;
}
.our-costumers-slider{
    background-color: #040404;
}
.our-costumers-slider .image-list{
    width: 95%;
    margin: auto;
    max-width: 1068px;
}
.our-costumers-slider .image-list img{
    width: 100%;
}
.ocsimgphn{
    display: none;
}

@media (max-width: 650px){
.our-costumers-slider .image-list img{
    width: 100%;
    display: none;
}
	.ocsimgphn{
    display: block !important;
}

}

.ourcs-titl {
    font-size: 41px;
    margin-bottom: 11px;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    padding-top: 98px;
    font-weight: 900;
}
@media (max-width: 450px){
	.ourcs-titl{
    font-size: 30px;
}
}


.contact-wr{
    background-color: #ffffff;
    color: #000;
}
.frm-contact-pg{
    width: 50%;
    display: inline-block;
}
.frm-contac-items{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 500px;
}
.frm-contact-item{
    display: block;
    min-width: 402px;
    margin-bottom: -3px;
    margin-left: 1px;
    color: #000;
}
.frm-cnt-hlp{
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translate(-50%, 23%);
    font-size: 25px;
}
.form-cont-imtwr{
    margin-bottom: 34px;
}
.form-cont-imtwr.ntwk .frm-contact-item{
    display: inline-block;
    margin-left: -3px;
    min-width: 10px;
}
.form-cont-imtwr span{
    color: #000;
    margin-bottom: 25px;
    display: block;
}
.frm-contact-item .fa{
    min-width: 34px;
}


@media (max-width:960px){
	.frm-contac-items{
    display: block;
    width: calc(100% - 9%);
    min-height: 430px;
    margin: auto;
    max-width: 406px;
}
.frm-contact-pg{
    width: 100%;
    display: block;
}
.frm-cnt-hlp{
    top: 0%;
    width: 100%;
    font-size: 20px;
}
.frm-contact-item{
    min-width: 268px;
}
}




.full_gallery_head .header-log{
	
max-width: 101px;
	
margin: 0;
	
position: absolute;
	
top: 53%;
	
-ms-transform: translateY(-50%);
	
transform: translateY(-54%);
	
left: 1%;
	
z-index: 20;
}

.full_gallery_head .header-menu{
	
margin: 0;
	
position: absolute;
	
top: 50%;
	
-ms-transform: translateY(-50%);
	
transform: translateY(-50%);
	
right: 3%;
}

.full_gallery_head .header-menu-item a{
	
}
.full_gallery_head:not(.full_gallery_fixed) .menu3 .header-menu-item:hover > ul{
    bottom: calc(100% - 0px);
    top: inherit;
}
.full_gallery_head:not(.full_gallery_fixed) .menu3 ul li > ul{top: -114px;}

.title-services-tp{
	
margin-bottom: 15px;
	
color: #5c6264;
	
font-size: 22px;
	
vertical-align: middle;
	
font-family: 'Cocogoose', sans-serif;
	
text-align: center;
	
font-weight: 800;
	
max-width: 1225px;
	
margin: auto;
	
margin-top: 29px;
	
margin-bottom: 16px;
	
padding-left: 13px;
}

@media (max-width: 600px){
.title-services-tp{
  
font-size: 14px;}
  
}




.title-services-tp.ourservices{
	
font-weight: bold;
	
font-size: 22px;
	
/* font-family: 'Cocogoose-Light', sans-serif; */
	
margin-top: 17px;
	
margin-bottom: 25px;
}


.gallery-ts-text-photo{
    position: absolute;
    top: -54px;
    left: 34px;
    font-size: 19px;
    color: #fff;
    /* font-family: 'Cocogoose', sans-serif; */
    text-shadow: 1px 1px 1px #00000094;
    font-weight: bold;
}

.cmpway-logimg{

padding-top: 30px;
}

.socios-logimg img{
    width: 100%;
    max-width: 367px;
border-radius: 6px;}
.index_company_data_wr .sliderTouchSliderItem{
    max-width: 716px;
    min-height: 162px;
    position: relative;
}

.cmpway-logimg img{
	
width: 100%;
	
max-width: 136px;
}


.index_company_data_wr {
	
background-color: #f30000;
background-image: url(/r/brain/cssi/leonyh/bg-1.png);background-repeat: no-repeat;background-size: cover;filter: blur(0px);}
.sliderlastproyects {
    padding-bottom: 25px;
}
.index_company_data_wr .sliderTouchArrowsBoxWr{
    display: none !important;
}

.cmpway-slidernumbercn{
    text-align: center;
    /* background-color: #ff0; */
    min-height: 143px;
    padding-top: 20px;
    width: 94%;
    margin: auto;
    display: block;
}

.form-cont-imtwr span{display: block;}