
 /*///////////////////////////  COMPUTER ///////////////////////////// */

@media (min-width: 1000px) {

}

/* ///////////////////////////MOBILE///////////////////////////// */
@media (max-width: 1000px) {
}


/* ///////////////////////////MOBILE end///////////////////////////// */
.slider_company{
  overflow:hidden;
}
/* colors */
/* 
#047BA4 Azul fuerte
#F38749 naranja
#9ab9c0 color de bordes

 */
/* colors end */

html {
  scroll-behavior: smooth;
}

.footlogin{
    color: #014b65;
    font-style: italic;
    margin: 10px;
    text-align: center;
}
.login{
  /* background-image: url(/r/brain/cssi/resources.png); *//* background-position: -315px 0px; */margin-left: auto;margin-right: auto;width: 327px;
  position: relative;
}
.login img{
    width: 100%;
}
body,div,span,img,ul,li,ol{
  margin: 0px;
  padding: 0px;
}
body{
  color: #000000;
  font-size: 14px;
  font-family: 'arial', sans-serif;
  scroll-behavior: smooth;
  background: #f5f5f5;
}

.bm-icon-small{
  
width: 28px;
}

/*helps*/
.c{
  clear: both;
}

time{
  font-size: 9px;
  color: #828282;
}


.mau{
  margin-right: auto;
  to; */
  margin-left:auto;
  margin-left: auto;
}
.tcenter{
  text-align: center;
}

.textSmall{
  font-size: 9px;
  color: #828282;
}

.belement{
    display: block !important;
}


.helement{
    display: none !important;
}


@media (min-width: 1415px) {
.pcWidth{
width: 1100px;
}
}

@media (max-width: 1416px) {
.pcWidth{width: 960px;}
}

@media (max-width: 1260px) {
.pcWidth{
width: 960px;
}
}

@media (max-width: 1000px) {
  .pcWidth{
  width: 100%;
  }
}

@media (max-width: 500px) {
  .pcWidth{
  width: 100%;
  }
}


/* Header */
.header{padding: 0px;vertical-align: middle;position: fixed;background: fixed;z-index: 1;/* font-family: Skywave; */width: 100%;height: 75px;top: 0px;background: #187bd5;transition: all 0.5s ease;z-index: 9999;}
.full_gallery_head{
  top: inherit;
  background: #0750808f;
  bottom: 0px;
  position: absolute;
}
.full_gallery_head .networkhd-wr{
  display: none;
}
.full_gallery_fixed{
    position: fixed;
    top: 0px;
    background: #187bd5;
}
.full_gallery_wrapper{
    position: relative;
    clear: both;
}
/* Header end */


/* controls */
/* --button-FontIcon */

.buttonFIcon{transition: all .3s ease;display: inherit;cursor: pointer;width: 90px;box-shadow: -1px 5px 15px 0px rgba(3, 82, 99, 0.13);background-color: #4285f4;height: 70px;text-align: center;color: #ffffff;margin: 5px;text-decoration: none;padding: 11px;display: inline-table;border-radius: 5px;}
.buttonFIcon:hover{
  
color: #fff;
  
background-color: #F38749;
  
box-shadow: -4px 3px 24px 0px rgba(243, 135, 73, 0.5);
}
.buttonFText{
  
display: inline-block;
  
font-weight: bold;
  
font-size: 14px;
  
min-width: 59px;
  
margin-top: 4px;
}
.buttonFIcon .fa{
  
font-size: 38px;
}
/* --button-FontIcon end */
/* controls end */


/*selectBox*/
.searchBoxSimpleItem{
    padding: 6px;
    cursor: pointer;
    border-bottom: 1px solid #f7f7f7;
}
.searchBoxSimpleItem:hover{
  
background-color: rgb(66, 133, 244);
  
color: #fff;
}
.selectBoxContainer{
    border: 1px solid #edf4fe;
    width: 100%;
    margin-left: auto;
    box-shadow: 1px 1px 1px 0px #e0ebfe;
    margin-right: auto;
    padding: 10px;
    min-width: 140px;
    margin-bottom: 5px;
}
.selectBoxList{

}
.selectBoxListUl{list-style-type: none;}
.selectBoxListUl li{
    border: 1px solid #e0ebfe;
    padding: 3px;
    text-align: center;
    margin-bottom: 3px;
    background-color: #fff;
    position: relative;
    color: #777;
    border-radius: 5px;
    min-height: 16px;
}
.selectBoxLiClose{
    border: 1px solid #e0ebfe;
    width: 14px;
    color: #fff;
    height: 13px;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 12px;
    background-color: #4285f4;
    text-align: center;
    cursor: pointer;
}
.selectBoxInputContainer{
    height: 30px;
    text-align: left;
    width: calc(100% - 2px);
}
.sshowresults>div[class*="selectBoxResultsItems"]{
  display: block;
}
.sshowresults>input[class*="selectBoxInputS"]{
   border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
}
.selectBoxInputS{
    outline: none;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0ebfe;
    width: calc(100% + -10px);
    min-width: 100px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 350px;
}
.selectBoxInputS:disabled{
  
background-color: #e0e0e0;
  
border: solid 1px #ccc;
}
.selectBoxResultsItems{
    width: 100%;
    min-width: 100px;
    margin-right: auto;
    margin-left: auto;
    /* max-width: 350px; */
    display: none;
    position: relative;
}
.selectBoxResultsItems > ul > li:hover{
    /* background-color: #F5F5F5; */
    /* text-decoration: underline; */
}
.selectBoxResultsItems > ul > li{border: 0px solid #9ab9c0;/* padding: 3px; */color: #000;margin-bottom: 0px;position: relative;min-height: 16px;/* cursor: pointer; */-webkit-border-radius: 3px;border-radius: 3px;text-align: left;word-wrap: break-word;}
.selectBoxResultsItems > ul{box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0px 4px 20px 0px #4285f4;position: absolute;width: 100%;left: 0px;top: -6px;border: 1px solid #4285f4;padding: 0;background-color: #fff;border-top: 0px;max-height: 213px;overflow: auto;z-index: 1000;}
.selectBoxListItemHtml{
      margin-right: 16px;
        word-wrap: break-word;
}
.sBoxBrs{
      -webkit-border-radius: 5px;
    border-radius: 5px;
}
.selectBoxOutline{
  
display: inline-block;
  
max-width: 169px;
  
border: solid 0px;
  
text-align: left;
}
.searchbox-item-click{
  
cursor: pointer;
  
padding: 5px;
}
.searchbox-item-edit{
width: calc(100% - 29px);
margin-right: 3px;
display: inline-block;
}
.searchbox-item-click:hover{
    background-color: #edf3fd;
}
/* selectbox end */



.inputmsg {
    color: #eb5e2e;
    display: none;
}

/*CSS OF MESSAGEBOXS*/

.messagebox_main {background-color: #FFF;min-height: 66px;min-width: 200px;position: absolute;max-height: 445px;max-width: 498px;border: 1px solid #047BA4;padding-bottom: 4px;-webkit-border-radius: 8px;border-radius: 8px;}
.messagebox_icon {height: 55px;width: 82px;float: left;max-width: 500px;margin-left: 5px;}
.messagebox_bodycontent {background-color: #FFF;min-height: 50px;min-width: 248px;float: left;margin-left: 7px;max-width: calc( 100% - 104px);overflow: auto;max-height: 357px;margin-top: 5px;}
.messagebox_buttons_con {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.messagebox_buttons {
    text-align: center;
    vertical-align: middle;
    float: right;
    margin-top: 4px;
    min-width: 70px;
    min-height: 30px;
    cursor: pointer;
    margin-right: 4px;
}
.messagebox_icon0 {background-position: -23px -5px;}
.messagebox_icon1 {background-position: -93px -6px;}
.messagebox_icon2 {background-position: -170px -8px;}
.messagebox_icon3 {background-position: -235px -6px;}
.messagebox_icon4 {background-position: -314px -6px;}
.messagebox_title {

margin-bottom: 5px;
min-height: 24px;
text-align: center;
font-weight: bold;
line-height: 100%;
padding-top: 5px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
}


.buttonmemechef {

font-size: 11px;

display: block;
font-weight: bold;
text-align: center;
line-height: 26px;
border-radius: 6px;

padding-left: 4px;
padding-right: 5px;
padding-top: 3px;
       }


.trans{
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;


}

.testclosebutton {
    background-image: url(sprite1.png);
    background-position: -1px -46px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}


.messagebox_title {
    color: #FFF;
    background-color: #047BA4;
}
.buttonmemechef {
    color: #FFF!important;
}
.buttonmemechef {
    background-color: #047BA4;
    border: 1px solid #FFF;
}
.buttonmemechef:hover {
    background: #E6332A;
}
.messagebox_icon {
    background-image: url(/r/brain/cssi/resources.png);
}

/*CSS OF MESSAGEBOXS END*/
.itemDel{
    cursor: pointer;
    
}
.itemDelFa{
  font-size: 20px !important;
}
.gsection {
  padding-bottom: 10px;
  width: calc(100%);
}

.mainMenu{
}
.mainMenu_2{}

.mainMenuUL{
    list-style-type: none;
}
.mainMenuUL li{
    cursor: pointer;
    font-size: 15px;
}
.mainMenuUL li a{
    color: #4285f4;
    text-decoration: none;
    display: block;
    padding: 6px;
}
.mainMenuUL li a img{
    width: 23px;
}
.mainMenuUL li:hover:not(.menuTitle){
    background-color: #fff;
    color: #0cb6f1;
}
.mainMenuUL li:hover a{
    color: #0cb6f1;
    padding-left: 12px;
}

.mainMenuUL .menuTitle{font-size: 17px;font-weight: bold;text-align: left;width: calc(100% - 12px);padding: 8px;border-top: solid 1px #fff;color: #4285f4;cursor: default;margin-top: 4px;margin-left: -13px;margin-bottom: -10px;}

.mainMenuUL .fa{
    font-size: 19px;
    color: #929ba9;
    margin-right: 1px;
    min-width: 26px;
}


@media all and (max-width: 1680px){
  .mainMenu{
}
}

@media all and (max-width: 1560px){
.mainMenuUL li{
    font-size: 12px;
}
.mainMenuUL .fa{
  
font-size: 14px;
}

.mainMenuUL .menuTitle{
  
font-size: 14px;
  
margin-left: -5px;
}

  .mainMenu{
}

}

/*
@media all and (max-width: 1340px){
  .mainMenu{
  overflow: hidden;
  width: 100px;
  min-width: 10px;
  }
}

@media all and (max-width: 1165px){
  .mainMenu{
  display: none;
  }
}*/

.section_divider{
  
display: inline-block;
  
position: static;
  
vertical-align: top;
}

.gsectionShowBlankPage{width: calc( 100% - 20px);margin-left: auto;margin-right: auto;display: block;}




/*  theater */
div:not(.theaterNoBlur), li:not(.theaterNoBlur){
      /*       filter: blur(2px);
      -webkit-filter: blur(2px); */
      /* background-color: white; */
      }
/*  theater */






/* userSelectListBox end */
.userSelectListBox-wrapper{
    max-width: 479px;
    text-align: left;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    border: solid 1px #ececec;
    border-radius: 5px;
    padding: 10px;
}
.userSelectListBox-title{
    border-bottom: solid 1px #ececec;
    padding-bottom: 9px;
    font-weight: bold;
    color: #4294f6;
}
.userSelectListBox-user-item{
    border-bottom: solid 1px #ececec;
    padding: 10px;
    position: relative;
    min-height: 90px;
    padding-right: 19px;
}
.userSelectListBox-user-item:hover{
  background-color: #72afd2f0;
  color:#fff;
}

.userSelectListBox-user-item-info-bg{
  background-color: #fff4964a;
  color: #1d1d1d;
  border-bottom: solid 1px #ff0000;
}



.userSelectListBox-user-list-wrapper{
    max-height: 450px;
    overflow: auto;
    border-top: solid 1px #ececec;
    border-left: solid 1px #ececec;
    border-right: solid 1px #ececec;
}
.userSelectListBox-user-item-name{
}
.userSelectListBox-user-item-email{}
.userSelectListBox-user-item-phone{}




.userSelectListBox-user-item-edit{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0%, -50%);
    font-size: 21px;
    cursor: pointer;

}
.userSelectListBox-user-item-info{
    position: absolute;
    right: 6px;
    top: calc(50% - 28px);
    transform: translate(0%, -50%);
    cursor: pointer;
    color: #ff0000;
    font-size: 23px;
}
.userSelectListBox-user-item-del{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0%, -50%);
    font-size: 21px;
    cursor: pointer;
}



.userSelectListBox-user-item-del{
    position: absolute;
    top: calc(50% + 24px);
    right: 8px;
    transform: translate(0%, -50%);
    font-size: 21px;
    cursor: pointer;
}



.userSelectListbox-searchinput{
    position: relative;
    z-index: 1;
}
.userSelectListbox-searchinput input{
    color: #555;
    border: 0px;
    outline: none;
    background-color: transparent;
    width: calc(100% - 22px);
    z-index: 0;
    box-sizing: content-box !important;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    margin-top: 10px;
    padding: 10px;
    border: solid 1px #ececec;
}
.userSelectListbox-search-results{
    border: solid 1px #3c8dbc;
    border: solid 1px #ececec;
    border-top: solid 0px;
    box-shadow: 0px 15px 19px rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 53px;
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.userSelectListbox-search-results-item{
    border-bottom: solid 1px #ececec;
    padding: 10px;
    position: relative;
    padding-right: 19px;
    cursor: pointer;
}
.userSelectListbox-search-results-item:hover{
    background-color: #72afd2f0;
    color: #fff;
}
.userSelectListbox-search-results-obj{}
.userSelectListbox-search-results-body{
    overflow: auto;
    max-height: 200px;
}
.userSelectListbox-add-lead{text-align: center;padding: 10px;cursor: pointer;margin: 5px;width: calc(100% - 20px);border-radius: 5px;margin-left: auto;margin-right: auto;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);border: solid 1px #ececec;background-color: #3c8dbc;color: #fff;font-weight: bold;}

.userSelectListbox-add-lead:hover{
  background-color:#72afd2;
}
.userSelectListbox-add-lead .fa{}
.userSelectListBox-user-list-header{
    margin-top: 14px;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    background-color: #3c8dbc;
    border: solid 1px #ececec;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
}
/* userSelectListBox end */




/* uploader */

.uploaderContainer{
    position: relative;
    min-width: 70px;
    min-height: 24px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    /* border: solid 1px #ccc; */
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    margin: 2px;
    z-index: 1;
}
.uploaderIcon{display: inline-block;font-size: 24px;color: #707070;}
.uploaderText{display: inline-block;vertical-align: top;margin-top: 4px;}
.uploaderInput{
    cursor: inherit;
    font-size: 1000px !important;
    height: 300px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -29px;
    z-index: 0;
    top: -11px;
}

.bar_text{
    position: absolute;
    top: 0px;
    color: #d1d1d1;
    /* text-shadow: 0px 0px 3px #1ea2e5; */
    width: 100%;
    display: block;
    line-height: 29px;
}
.uploaderProgress{
    margin-top: 9px;
}
.bar_1{
    width: 200px;
    height: 29px;
    background-color: #EFEFEF;
    border: solid 1px #d1d1d1;
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 0px;
}
.bar_progress{width: 0%;height: 100%;background-color: #28bbfc;position: absolute;top: 0px;}

/* uploader */


/*adminimgs*/










/*adminallimages*/

.padmin_menu {
margin-top: -15px;
margin-bottom: 3px;
height: 43px;
background-color: #252525;
}

.apostsSuject{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}


.imageListContainer{

display: inline-block;
}
.imageItem{display: inline-block;overflow: hidden;border: solid 1px rgba(0, 0, 0, 0);border-radius: 5px;position: relative;-webkit-transition: all .2s ease;-moz-transition: all .2s ease;transition: all .2s ease;padding: 8px;margin: 4px;}
.imageItem img{

opacity: 0.9;
}
.imageItem:hover > .imageItemOpacity{
  
opacity: 0.59;
}

.imageItem:hover > .imageDelete{
  
opacity: 1;
}

.imageDelete{
    position: absolute;
    right: 4px;
    top: 2px;
    font-size: 21px;
    color: #ffffff;
    width: 19px;
    opacity: 0;
    cursor: pointer;
    height: 19px;
    text-align: center;
    z-index: 1;
}
.imageItemOpacity{
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0px;
    z-index: 0;
    left: 0px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
}

.imageListUploadercontainer{
  
display: inline-block;
}
.imageListUploaderItem{
  
display: table;
  
overflow: hidden;
  
border: solid 1px #e9e9e9;
  
border-radius: 10px;
  
height: 121px;
  
width: 112px;
  
text-align: center;
}
.imageListUploaderCenter{
    display: table-cell;
    vertical-align: middle;
}


.adminImgsCoverc{
    display: inline-block;
    padding: 11px;
    background-color: #f5f5f5;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
}
.admimgCoverTitle{
    margin: 10px;
}
.adminCoverPreview{
    z-index: 0;
}



/*adminallimages*/


.margin-menu{
    margin-top: 89px;
}


.full_gallery_wrapper .sliderTouchArrowsBoxWr{position: static !important;}
.full_gallery_wrapper .sliderTouchArrowsBoxNext{
	position: absolute;
	width: 56px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}
.full_gallery_wrapper .sliderTouchArrowsBoxPrev{position: absolute;width: 56px;height: 40px;top: 50%;transform: translateY(-50%);left: 0px;}

@media (max-width: 600px){
  .full_gallery_wrapper .sliderTouchArrowsBoxPrev{width: 27px;height: 59px;}
   .full_gallery_wrapper .sliderTouchArrowsBoxPrev .fa, .full_gallery_wrapper .sliderTouchArrowsBoxNext .fa{
    font-size: 28px !important;
    }
    
  .full_gallery_wrapper .sliderTouchArrowsBoxNext{
    width: 27px;
    height: 59px;
  }
}

.topservices_gallery {
    max-width: 1225px;
    margin: auto;
    max-height: 926px;
}

.topservices_gallery .sliderTouchSliderItem img{
  max-height: 530px;
}

.top-services-large-vs{
    max-width: 1221px;
    margin: auto;
}

.footer-wr{
  background-color: #07569f;
  text-align: center;
  padding-bottom: 101px;
  padding-top: 31px;
}

.footer-title{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-left: 35px;
    padding-top: 53px;
}

.footer-log{
  width: 158px;
}


.index_company_data_wr .footer-title{
  padding: 29px;
}

.footer-subtitle{
    color: #fff;
    font-weight: 600;
    margin-top: 47px;
    margin-bottom: 24px;
    font-size: 18px;
}
.footer-itemtext{
    color: #fff;
    font-weight: 200;
    margin-bottom: 15px;
    padding-left: 16px;
    font-size: 15px;
}
.footer-itemtext span .fa{
    margin-right: 4px;
    min-width: 18px;
}

.footer-col{
    display: inline-block;
    width: calc(50% - 176px);
    padding-left: 43px;
    text-align: left;
    position: relative;
    vertical-align: top;
    margin-top: 89px;
}

.poscenterA{
    /* position: absolute; */
    /* top: 0px; */
    /* background-color: #455; */
    width: 100%;
    height: 100%;
}
.poscenterB{
    text-align: left;
}

.lines_wrapper{
    width: 100%;
    /* background-color: #e12222; */
    border-bottom: solid 3px #fff;
    height: 59px;
}
.lines-rightline{
    display: inline-block;
    width: 30%;
    /* background-color: #2ac32b; */
    height: 100%;
    border-right: solid 3px #fff;
    margin-bottom: -2px;
}
.lines-content{
    display: inline-block;
    width: calc( 69% - 23px);
    /* background-color: #f09; */
    min-height: 41px;
    vertical-align: top;
    color: #fff;
    padding-left: 20px;
    max-width: 600px;
    font-size: 19px;
}

@media (max-width: 620px){
  .lines_wrapper{
    height: 85px;
}
}

@media (max-width: 450px){
.lines-content{
  width: calc( 69% - -38px);
  padding-left: 6px;
  }
  .lines-rightline{
    width: 14%;
}

}


@media (max-width: 370px){
.lines-content{
  width: calc( 69% - -19px);
  padding-left: 6px;
  font-size: 17px;
  }
  .lines-rightline{
    width: 14%;
}

}

.footer-icons-redes-title{
    font-size: 18px;
    color: #fff;
    color: #fff;
    font-weight: 600;
    margin-top: 43px;
    margin-bottom: 21px;
}
.footer-icons-wr{
    font-size: 38px;
}
.footer-icons-wr a{
    margin-left: 42px;
    cursor: pointer;
}
.footer-icons-wr .fa{
    color: #afafaf;
}
.footer-icons-wr .fa:hover{
    color: #ffffff;
}

@media (max-width: 1170px){
  .footer-col{
    display: block;
    width: calc(100% - 121px);
    margin: auto;
    margin-bottom: 51px;
    text-align: center;
    padding-left: 0px;
}
}


@media (max-width: 540px){
  .footer-col{
    display: block;
    width: calc(100% - 56px);
    margin: auto;
    margin-bottom: 51px;
    padding-left: 8px;
    text-align: center;
    padding-right: 13px;
}

.lines_wrapper{
    height: 82px;
}

}


.product_descrip-wr{
    display: inline-block;
    width: calc(35% - 7px);
    FLOAT: LEFT;
    padding: 0px;
    vertical-align: top;
    min-height: 389px;
    position: relative;
    padding-bottom: 75px;
    margin-bottom: 40px;
}
.product_descrip-wr .buttonCTA-section{
    POSITION: ABSOLUTE;
    RIGHT: 72px;
    bottom: -44px;
}
.productImageStage{
    display: inline-block;
    width: 64%;
    max-width: 1301px;
    FLOAT: LEFT;
    vertical-align: top;
    margin-bottom: 26px;
}

.productImageStageWr .sliderTouchSliderMain{
    /* max-height: 676px; */
    max-width: 900px;
    margin: auto;
}


@media (max-width: 1070px){
  .product_descrip-wr{
    width: calc(45% - 7px);
}
.productImageStage{
    width: 54%;
}
}


@media (max-width: 940px){
  .product_descrip-wr{
    width: calc(100% - 7px);
    display: block;
    margin: auto;
    min-height: 193px;
    padding-bottom: 49px;
}
.productImageStage{
    width: 100%;
    display: block;
    margin: auto;
}
.productImageStageWr{
    margin-top: -26px;
}
}




/* servicios2 */
.services2-wrapper{
    max-width: 1083px;
    margin: auto;
    /* border-top: solid 1px #000; */
    /* border-top-style: dashed; */
    padding-top: 30px;
    margin-top: 39px;
    background-size: auto;
}
.services2-item-col-left{
    /* background-color: #f00; */
    display: inline-block;
    width: calc(50% - 51px);
    padding: 10px;
    vertical-align: top;
    padding-top: 45px;
    padding-right: 35px;
}
.services2-icon{
    display: inline-block;
    width: calc(30% - 6px);
}
.services2-icon img{
    width: 107px;
animation: spin 15s linear infinite;}
.services2-text-wrp{
    display: inline-block;
    vertical-align: top;
    width: 70%;
}
.services2-title{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #f08923;
    margin-bottom: 15px;
}
.services2-content-text{
    font-size: 14px;
    text-align: left;
}
.services2-text-item-p{
}
.services2-item-col-right{
    /* background-color: #71df17; */
    display: inline-block;
    width: calc(50% - 60px);
    margin-left: -5px;
    border-left: solid 3px #f08923;
    padding: 10px;
    vertical-align: top;
    padding-left: 45px;
}
.services2-subitem-wr{
    margin-top: 9px;
}
.services2-subitem-title{
    font-size: 17px;
    font-weight: 600;
    color: #f08923;
}
.services2-subitem-content{
    font-size: 14px;
}

@media (max-width: 920px){
  .services2-item-col-left{
    display: block;
    width: calc(100% - 37px);
    margin: auto;
    margin-left: 0px;
    margin-bottom: 22px;
    padding: 0px;
}
  .services2-item-col-right{
    display: block;
    width: calc(100% - 98px);
    border-left: solid 0px #f08923;
    border-top: solid 3px #f08923;
    padding-top: 30px;
    margin: auto;
}
}

@media (max-width: 420px){
.services2-icon img{
    width: 84px;
}
 
 .services2-item-col-left{
    padding-top: 3px;
    padding-right: 8px;
    width: calc(100% - 1px);
} 
}
.services2-wrapper-line{
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1552.021px' height='2px' viewBox='0 0 1552.021 2' enable-background='new 0 0 1552.021 2' xml:space='preserve'%3E%3Cline fill='none' stroke='%234D4D4D' stroke-width='2' stroke-miterlimit='10' stroke-dasharray='11.985 11.985' x1='0' y1='1' x2='1552.021' y2='1'/%3E%3C/svg%3E");
    margin-top: -29px;
    margin-bottom: 36px;
}
.services2-wrapper-line.last-line{
    margin-top: 23px;
    margin-bottom: -3px;
}
/* promesa */
.services2-ourvarpromise{
    background-color: #f08923;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 45px;
    font-weight: 700;
    margin-top: 27px;
}
.services2-ourpromises-wrapper{
    max-width: 1200px;
    margin: auto;
    padding-top: 38px;
    padding-bottom: 38px;
}
.services2-ourpromises-left{width: calc(50% - 2px);display: inline-block;/* background-color: #15f12221; */}
.services2-ourpromises-item{
    margin-bottom: 19px;
}
.services2-ourpromises-item-icon{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.services2-ourpromises-item-icon img{
    width: 84px;
}
.services2-ourpromises-item-wr{
    width: calc(70% - 4px);
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}
.services2-ourpromises-item-title{
    font-size: 17px;
    font-weight: 600;
    color: #f08923;
}
.services2-ourpromises-item-content{
    font-size: 14px;
    text-align: left;
}
.services2-ourpromises-right{
    width: calc(50% - 57px);
    display: inline-block;
    border-left: solid 3px #f08923;
    padding-left: 25px;
    /* background-color: #ff000021; */
}
@media (max-width: 680px){
  .services2-ourvarpromise{
    font-size: 25px;
}
.services2-ourpromises-left{
    width: 88%;
    display: block;
    margin: auto;
}
.services2-ourpromises-right{
    width: 88%;
    display: block;
    margin: auto;
    border-left: solid 0px #f08923;
    border-top: solid 3px #f08923;
    padding-top: 13px;
    margin-top: 32px;
    padding-left: 0px;
}
}

@media (max-width: 360px){
  .services2-ourvarpromise{
    font-size: 25px;
}
.services2-ourpromises-left{
    width: 100%;
}
.services2-ourpromises-right{width: 100%;}
.services2-ourpromises-item-icon img{
    width: 68px;
}
}
/* promesa */

.services2-deleitarte{
    background-color: #f08923;
    color: #fff;
    padding: 30px;
    position: relative;
}
.services2-deleitarte-text{
    font-size: 50px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    /* max-width: 731px; */
    width: 96%;
    padding-bottom: 30px;
    font-style: italic;
}
.services2-deleitarte-icon{
    position: absolute;
    bottom: 3px;
    right: 6px;
    width: 146px;
}

@media (max-width: 950px){
  .services2-deleitarte-text{
    font-size: 34px;
}
.services2-deleitarte-icon{
    width: 115px;
}
}


@media (max-width: 564px){
  .services2-deleitarte-text{
    font-size: 25px;
}
.services2-deleitarte-icon{
    width: 115px;
}
}

.services2-cobertura-wr{
    max-width: 1300px;
    margin: auto;
}
.services2-cobertura-title{
    color: #4c4946;
    font-size: 45px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    padding-top: 50px;
}
.services2-cobertura-left-map-wr{
    display: inline-block;
    width: calc(50% - 3px);
    /* background-color: #f00; */
    text-align: center;
}
.services2-cobertura-left-map-wr img{
    width: 100%;
    max-width: 493px;
}
.services2-cobertura-right-wr{
    display: inline-block;
    width: calc(50% - 2px);
    /* background-color: #f00; */
    vertical-align: top;
    position: relative;
}

.services2-cobertura-right-nivelnacional-cy{position: relative;height: 100%;min-height: 707px;}
.services2-cobertura-right-nivelnacional-cx{
    transform: translate(-50%, -50%);
    position: absolute;
    top: 43%;
    left: 50%;
}
.services2-cobertura-right-nivelnacional-title{
    font-size: 40px;
    font-weight: 700;
    min-width: 400px;
    text-align: center;
}
@media (max-width: 1030px){
  .services2-cobertura-right-nivelnacional-cy{
    
min-height: 530px;
  }
}

@media (max-width: 811px){
  .services2-cobertura-right-nivelnacional-cy{
    
min-height: 460px;
  }
  .services2-cobertura-right-nivelnacional-title{
    font-size: 24px;
}
}

@mediA (max-width: 680px){
  .services2-cobertura-right-wr{width: 100%;}
.services2-cobertura-wr{
}
.services2-cobertura-wrps{
    display: flex;
    flex-flow: column-reverse;
}
.services2-cobertura-left-map-wr{
    width: calc(100% - 3px);
}
.services2-cobertura-right-nivelnacional-cy{
    min-height: 112px;
}
.services2-cobertura-left-map-wr img{
    width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 27PX;
}
}

/*  */


.whatsapp-button-float{
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 34px;
    z-index: 10000;
    padding: 11px;
    background-color: #1ca717;
    border-radius: 17px 20px 0px;
}
.whatsapp-button-proyect{
    bottom: 57px;
}
.whatsapp-button-float a{}
.whatsapp-button-float i{}

.touc_socioslogos_wrp .footer-title{
  
color: #000;
  
text-align: center;
  
padding-top: 28px;
}

.footer-icons-redes{
    text-align: right;
}
.touc_socioslogos_wrp{
    margin-bottom: 38px;
POSITION: RELATIVE;}

.menu-footer-aeicp{
    background-color: #000;
    text-align: center;
    padding-top: 34px;
    margin: auto;
}
.menu-footer-subwr{
   display: flex;
   justify-content: space-evenly;
   max-width: 1209px;
   margin: auto;
}
.menu-footer-aeicp-item{
    display: inline-block;
    min-width: 209px;
}

@media (max-width: 860px){
.menu-footer-subwr{ 
display: inline-block;
}
.menu-footer-aeicp-item{
  display:block;
  padding-bottom: 13px;
}

}


@media (max-width: 996px){
.imagebanner4css{
  margin-left: -839px !important;
}
}



@media (max-width: 635px){
.imagebanner4css{
  margin-left: -1003px !important;
}
}


@media (max-width: 370px){
.imagebanner4css{
  margin-left: -1235px !important;
}
}


.background-1-img1{
margin-top: -67px;
}



@media (max-width: 1114px){
  .background-1-img1{
margin-top: 20px;
}
}



@media (max-width: 900px){
  .background-1-img1{
margin-top: 31px;
}
}






.background-1-img1 img{
  
width: 100%;margin: auto;}


.company-presentation-wr .title-services-tp{margin-bottom: 5px;margin-top: 54px;}






/* Animations */
.flip-diagonal-2-fwd {
    -webkit-animation: flip-diagonal-2-fwd 1.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
            animation: flip-diagonal-2-fwd 1.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
/* ----------------------------------------------
 * ¡Thank you so much Animista.net !
 * Generated by Animista on 2023-3-4 8:43:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-diagonal-2-fwd
 * ----------------------------------------
 */

@-webkit-keyframes flip-diagonal-2-fwd {
  0% {
    -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 180deg);
            transform: translateZ(0) rotate3d(-1, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: translateZ(160px) rotate3d(-1, 1, 0, 0deg);
            transform: translateZ(160px) rotate3d(-1, 1, 0, 0deg);
  }
}


@keyframes flip-diagonal-2-fwd {
  0% {
    -webkit-transform: translateZ(0) rotate3d(-1, 1, 0, 180deg);
            transform: translateZ(0) rotate3d(-1, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: translateZ(160px) rotate3d(-1, 1, 0, 0deg);
            transform: translateZ(160px) rotate3d(-1, 1, 0, 0deg);
  }
}
/* Animations */




















/* tabControl start */
.tabControl{
    padding-top: 4px;
}

.tabsDescrip{
    height: 50px;
    border-bottom: 1px solid #ddd;
}
.tabsDescrip li{
    display: inline-block;
    height: calc(100% - 1px);
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.tabsDescrip li:hover{
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}
.tabsDescrip li a{
    display: block;
    height: calc(100% - 32px);
    padding: 16px 9px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    margin-left: 0px;
    border: solid 0px;
    cursor: pointer;
}
.tabsDescrip li.active{
      color: #555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
}
.tabsDescrip li.active > a{
    cursor: default;
}

.tabsContent li{
    display: none;
    overflow: hidden;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

.tabControl-tb-responsive .tabsContent li{
  margin: 10px;
}

.tb-small .tabsDescrip{
    height: 37px;
}

.tb-small .tabsDescrip li{}
.tb-small .tabsDescrip li a{
    padding: 9px 8px;
}


/* tabControl-tb-btn-style-underlined  */
.tb-btn-style-undelined .tabsDescrip > li:hover{
    background-color: #ffffff;
    border-bottom: 2px solid #1084fd;
    height: calc(100% - 2px);
}


.tb-btn-style-underlined .tabsDescrip > li.active{background-color: #fff;border: 0px solid #ddd;border-bottom-color: transparent;border-bottom: 2px solid #1084fd;font-weight: bold;height: calc(100% - 2px);}

.tb-btn-style-underlined .tabsDescrip > li.active > a{color: #21293c !important;}
.tb-btn-style-underlined .tabsDescrip li > a{
    color: #818692 !important;
}
.tb-btn-style-underlined .tabsDescrip{border-bottom: solid 1px #dae2e6;}
/* tabControl-tb-btn-style-underlined  */


/* tabControl responsive */
.tabControl-tb-responsive .tabsDescrip-res{
  display: none;
  padding: 20px;
  border-bottom: solid 1px #ddd;
  font-weight: bold;
  color: #0092da;
font-size: 21px;}

.tabControl-tb-responsive .tabsDescrip-res .fa
{
  margin-right: 10px;
}
@media (max-width: 800px){

.tabControl-tb-responsive .tabsDescrip{
  display: none;
}

.tabControl-tb-responsive .tabsDescrip-res{
  display: block;
}
.tabControl-tb-responsive .tabsDescrip-res.active{
  border-bottom: 2px solid #1084fd;
}




}
/* tabControl responsive */


/* tabControl end */



.max-widthtabcom {
  
max-width: 726px;margin: auto;background-color: #090c1491;color: #fff;padding: 51px;}
.tabcompanysection{background-image: url(/r/brain/cssi/leonyh/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(0px);}


.wrapper-bg-parallax-content{background-color: #000000db;color: #fff;padding: 40px;}
.wrapper-bg-parallax{background-image: url(/r/brain/cssi/leonyh/enviadas/horizontales/1.jpg);background-attachment: fixed;background-position: center center;
background-repeat: no-repeat;
background-size: cover;}
.parallax-wr-title{text-align: center;font-weight: 900;font-size: 32px;font-family: 'Cocogoose', sans-serif;}
.parallax-wr-descrip{margin: auto;display: block;max-width: 562px;text-align: left;font-size: 20px;}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.wrapper-pinon{background-color: #ff9300;padding: 41px;overflow: hidden;}
.sub-wrapperpinon{width: 29%;display: inline-block;vertical-align: top;position: relative;min-height: 309px;}
.pinonwrapper{animation: spin 15s linear infinite;max-width: 300px;position: absolute;left: 20%;}
.imagepinonwrapper{max-width: 300px;position: absolute;left: 40%;transform: translate(-50%, 0px);}
.sub-wrapperpinon-descrip{display: inline-block;width: calc(70% - 1px);color: #fff;}
.subwrapperpinon-title{font-weight: 900;
    font-size: 32px;
    font-family: 'Cocogoose', sans-serif;margin-bottom: 13px;}
.subwrapperpinon-contenttext{font-size: 20px;}

@media (max-width:900px){
 .wrapper-pinon{} 
.sub-wrapperpinon{display: block;width: 100%;min-height: 316px;}
  .sub-wrapperpinon-descrip{display: block;width: calc(96% - 1px);margin: auto;}
  .pinonwrapper{left: 31%;}
  .imagepinonwrapper{left: 50%;}
}