
 /*///////////////////////////  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: #4e4e4e;
  font-size: 14px;
  scroll-behavior: smooth;
  background: #f9f9f9;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

.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: #000000;transition: all 0.5s ease;z-index: 9999;}
.full_gallery_head{
  top: inherit;
  background: #0000008f;
  bottom: 0px;
  position: absolute;
}
.full_gallery_head .networkhd-wr{
  display: none;
}
.full_gallery_fixed{
    position: fixed;
    top: 0px;
    background: #000000;
}
.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: #ffffff00; */
      }
/*  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: 1311px;
    margin: auto;
text-align: center;}

.footer-wr{
  background-color: #000;
  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;
position: relative;}

.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(60% - 277px);
    padding-left: 43px;
    text-align: left;
    position: relative;
    vertical-align: top;
    margin-top: 89px;
}

.poscenterA{
    
    
    
    width: 100%;
    height: 100%;
}
.poscenterB{
    text-align: left;
}

.lines_wrapper{
    width: 100%;
    /* background-color: #e12222; */
    border-bottom: solid 3px #fff;
    
padding-bottom: 15px;}
.lines-rightline{
    display: inline-block;
    width: -7%;
    /* background-color: #2ac32b; */
    height: 100%;
    border-right: solid 3px #fff;
    margin-bottom: -2px;
}
.lines-content{
    display: inline-block;
    width: calc( 100%);
    /* background-color: #f09; */
    
    vertical-align: top;
    color: #cacaca;
    padding-left: 0px;
    
    font-size: 15px;
text-align: left;line-height: 27px;}

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

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

}


@media (max-width: 370px){
.lines-content{
  width: calc( 100% - 18px);
  padding-left: 6px;
  font-size: 13px;
  }
  .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(96% - 0px);
    margin: auto;
    margin-bottom: 25px;
    
    text-align: center;
    
}
  .footer-itemtext{padding-left: 0px;}

.lines_wrapper{
    
}

}


.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;
}
.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: 174px;
    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;
padding-bottom: 26px;}

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

.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;
}

}



.inicio-full-gallery .sliderTouchArrowsBoxWr{
  
display: none !important;}

.services-item-wrp{display: inline-block;max-width: 338px;vertical-align: top;width: 100%;/* background-color: #f00; */min-height: 754px;margin-bottom: 20px;margin-left: 15px;position: relative;}
.services-item-wrp img{width: 100%;}

.services-item-wrp .gallery-ts-item-btn{}

@media (max-width: 400px){
  .services-item-wrp{max-width: 338px;margin: auto;}
}


.sect-item-tc-items-list-item{margin-bottom: 14px;}
.sect-item-tc-items-list-item i{font-size: 16px;color: #157b19;margin-right: 0px;vertical-align: middle;display: inline-block;width: 22px;height: 22px;}
.items-lists-spa{display: inline-block;width: calc(100% - 35px);vertical-align: middle;}



.background-vide-f{position: absolute;z-index: 0;}
.metrics-company-d1{min-height: 432px;}
.content-text-wr{Z-INDEX: 1;position: relative;margin: auto;max-width: 1084px;padding: 10px;}
.content-title-wr{
    font-size: 55px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    margin-top: -24px;
    margin-bottom: 37px;
}



.content-text-item{}
.content-text-item{font-size: 24px;
    text-align: center;
    
    
    font-family: 'arial', sans-serif;
    color: #fff;margin-bottom: 47px;font-weight: 700;}

@media (max-width: 1100px) {

    .content-title-wr{
        font-size: 30px;
        text-align: center;
        font-weight: 800;
        color: #fff;
        margin-top: -24px;
        margin-bottom: 28px;
    }
    .content-text-item{
            font-size: 17px;
            text-align: center;
            font-family: 'arial', sans-serif;
            color: #fff;
            margin-bottom: 25px;
            font-weight: 700;
    }

}




.line-middle-wr{}
.background-vide-f-bg{background-color: #560000cc;position: absolute;height: 100%;width: 100%;top:0px;}




.getbtcustom-wrapper-owner{position: fixed;bottom: -1px;/* background-color: #00f; */right: 4px;font-size: 32px;z-index: 10001;}
.getbtcustom-static-item{background-color: #fff;border-radius: 100%;position: relative;width: 50px;
    height: 50px;transition: all 0.5s ease 0s;margin-bottom: 5px;opacity: 1;cursor: pointer;}
.getbtcustom-item-title{display: none;position: absolute;}
.getbtcustom-item-icon{text-align: center;vertical-align: middle;height: 100%;
    position: relative;}

.getbtcustom-item-icon a{display: inline-block;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;}

.getbtcustom-static-item:hover{
box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 11px;
}

.getbtcustom-static-item[data-item-id]{/* display: none; */opacity: 0;}

.getbtcustom-wrapper-owner:hover .getbtcustom-static-item[data-item-id]{opacity: 1;}

.getbtcustom-static-item:not([data-item-id]) .fa.fa-comments{position: absolute;transition: all 0.5s ease 0s;opacity: 1;left: -3px;}
.getbtcustom-static-item:not([data-item-id]) .fa.fa-times{opacity: 0;transition: all 0.5s ease 0s;}

.getbtcustom-wrapper-owner:hover:not([data-item-id]) .fa.fa-comments{opacity: 0;}
.getbtcustom-wrapper-owner:hover:not([data-item-id]) .fa.fa-times{display: inline-block;opacity: 1;}

.getbtcustom-static-item[data-item-id="1"]{background-color: #1eef71;}
.getbtcustom-static-item[data-item-id="2"]{background-color: #2eb4e7;}


.getbtcustom-wrapper-owner.static-getbtcustom{bottom: -56px;}
.getbtcustom-wrapper-owner.static-getbtcustom .getbtcustom-static-item{opacity: 1;}


.getbtcustom-item-icon .fa-phone {
    font-size: 31px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #2ea3f2;
}


.experience-home-wr{
    position: absolute;
    z-index: 3000000;
    display: flex;
    bottom: 20px;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -44px);
}




@media (max-width: 1191px) {

    .experience-home-wr{
        bottom: 20px;
    }

}






























.floatws-wr{
    width: 285px;
    height: 420px;
    position: fixed;
    background-color: #fff;
    display: block;
    bottom: -110%;
    right: 4px;
    z-index: 9990000;
    border-radius: 31px;
    overflow: hidden;
    box-shadow: 0px 0px 7px -3px #000000;
    transition: all 0.5s ease;
    }
.floatws-header{
        background-color: #26d167;
        height: 46px;
        position: relative;
}
.floatws-iconws{
    display: inline-block;
    margin-left: 22px;
    vertical-align: middle;
    margin-top: 13px;
}
.floatws-iconws i{
    font-size: 26px;
    color: #fff;
}
.floatws-titlews{display: inline-block;vertical-align: middle;margin-top: 8px;margin-left: 3px;color: #fff;font-size: 20px;
    font-weight: 600;
}
.floatws-close{
    position: absolute;
    top: 11px;
    right: 22px;
    background-color: #0000007d;
    padding: 5px;
    border-radius: 17px;
}
.floatws-close i{
    color: #fff;
    font-size: 15px;
     cursor: pointer;
}
.floatws-chatwr{height: calc(100% - 158px);}
.floatws-chatscreen-message{
    border: solid 1px #c5b9b9a6;
    width: calc(100% - 65px);
    margin: auto;
    margin-top: 20px;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0px 0px 1px #26d167;
    height: calc(100% - 12px);
    overflow: auto;
    font-size: 13px;
}
.floatws-wssendbtn{
    background-color: #26d167;
    width: 88px;
    height: 24px;
    padding: 8px;
    position: absolute;
    bottom: 15px;
    right: 12px;
    border-radius: 18px;
    text-align: center;
     cursor: pointer;
}
.floatws-wssendbtn-title{
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
}
.floatws-wssendbtn-icon{
    display: inline-block;
    vertical-align: middle;
}
.floatws-wssendbtn-icon i{
    color: #fff;
    font-size: 23px;
}

.floatws-show {
    bottom: calc(0% + 4px);
}


@media (max-width: 450px) {
.floatws-wr{
    width: calc(100% - 10px);
    height: calc(100% - 160px);
}
.floatws-chatscreen-message{
    font-size: 20px;
}

}


.background-fk-bg{
    background-color: #2d5600cc;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background-image: url(https://amarresydominiosdeamor.us/r/brain/cssi/mrjobs/fake-background.webp);
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(5px);
}



.home_gallery_01{
    
}

.image-descriptionwr{
    margin: auto;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 20px;
    width: 100%;
}
.column{
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.column video{
    width: 100%;
    max-width: 400px;
}
.column img{
    max-width: 301px;
    width: 100%;
}
.text-descripimage{
    font-size: 16px;
    color: #fff;
    margin-top: 27px;
}


.tenebroso {
  background: linear-gradient(45deg, #000000, #3a3a3a, #000000);
  background-size: 300% 300%; /* Incrementamos el tamaño del gradiente */
  animation: animacionTenebrosa 10s ease infinite; /* animación infinita */
}

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










.tenebroso2 {
  background: linear-gradient(45deg, #3e0f0f, #602102, #6a6969);
  background-size: 300% 300%; /* Incrementamos el tamaño del gradiente */
  animation: animacionTenebrosa 10s ease infinite; /* animación infinita */
}

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

.image-wrrp{
    display: flex;
    max-width: 1112px;
    margin: auto;
    align-content: center;
    width: 100%;
}

@media (max-width: 940px) {
  .image-wrrp {
	   display: flex;
	   align-content: center;
	   justify-content: center;
	   flex-direction: column-reverse;
	   align-items: center;
	 }
	.image-wrrp .column{
		width: 85%;
		margin-bottom: 24px;
	}
	.column img{
    max-width: 378px;
}
}

.title-descrip{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.image-descriptionwr .gallery-ts-item-btn{
	margin: auto;
	margin-top: 40px;
	 /* Rojo a vino tinto */
	 /* Incrementamos el tamaño del gradiente */
	 /* Animación infinita */
	max-width: 250px;
}


@keyframes movimientoColor {
  0% {
    background-position: 0% 50%;
   
  }

   50% {
    background-position: 100% 50%;
    
  }
	
	
  100% {
    background-position: 0% 50%;
 
  }
	
}

.containerbgrmove {
  background: linear-gradient(45deg, #FF0000, #800000); /* Rojo a vino tinto */
  background-size: 400% 400%; /* Incrementamos el tamaño del gradiente */
  animation: movimientoColor 3s ease infinite; /* Animación infinita */
}



