
#grad {
    /* background-image: url(/src/assets/images/commonimages/fondo.png); */
    background: linear-gradient(to right, #77499e,#e64096);
    /* height: 1100px; */
    /* width: 960px; */
    background-repeat: no-repeat;
    background-size: cover;
}

/*Color del texto del menu (items no seleccionados)*/
/*
.navbar-light.navbar .navbar-nav .nav-link {
    color: rgba(34, 35, 45, 0.6) !important;
}
*/

/*Color del texto del menu y borde (item seleccionado) */
/*
.navbar-light.navbar .navbar-nav .nav-link.active {
	color: #FF7D00 !important;
	border-top-color: #FF7D00 !important;
}
*/

.colorays{
	color: #ff7d00 !important;
}

.fondoays{
 /* background: linear-gradient(215deg, #f67c16 0%, #fab011 70%, #fdd012 100%);
  background: -webkitlinear-gradient(215deg, #f67c16 0%, #fab011 70%, #fdd012 100%);*/
  background: linear-gradient(215deg, rgba(246,124,22,0.8) 0%, rgba(250,176,17,0.8) 70%, rgba(253,208,18,0.8) 100%);
   background: -webkitlinear-gradient(215deg, rgba(246,124,22,0.8) 0%, rgba(250,176,17,0.8) 70%, rgba(253,208,18,0.8) 100%);
}

.fondogris{
	background: rgba(0, 0, 0, 0.8) !important;
}

.title-heading1 h3 {
    text-transform: none !important;
    font-weight: 200 !important;
    font-size: 2.2rem;
	color: #ffffff !important;
}

.title-heading1 h3:before {
    background-color: #ffffff;
}

.title-heading1 h3:after {
    background-color: #ffffff;
}

.text-center{
	text-align: center !important;
}

.tituloSeccion {
    text-transform: none ;
    font-weight: 200;
    font-size: 2.2rem;
    /*color: #ff7d00 !important;*/
	color: rgba(0, 0, 0, 0.7) !important;
}

/*
Cards features,  icons, images, teams etc.
*/
.feature-icon i {
  /*font-size: 2rem;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;*/
  font-size: 2.8rem;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  /*
  background: linear-gradient(215deg, #4a90e2 0%, #9c51f5 70%, #b88ee7 100%);
  background: -webkitlinear-gradient(215deg, #4a90e2 0%, #9c51f5 70%, #b88ee7 100%);
  */
  /*background: linear-gradient(215deg, #f67c16 0%, #fab011 70%, #fdd012 100%);
  background: -webkitlinear-gradient(215deg, #f67c16 0%, #fab011 70%, #fdd012 100%);*/
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  /*color: #fff;*/
  color: #F57C17;
  margin: 0 auto;
  margin-bottom: 20px; 
  border: 2px solid #F57C17;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 

}

.feature-icon i:hover {
  /*background: linear-gradient(215deg, #f67c16 0%, #fab011 70%, #fdd012 100%);
  background: -webkitlinear-gradient(215deg, #f67c16 0%, #fab011 70%, #fdd012 100%);*/
  background-color: #F57C17;
  color:white;

}

.feature-icon h4 {
  position: relative;
 /* padding-bottom: 20px;*/
  /*margin-bottom: 30px;*/
  text-transform: capitalize;
  font-size: 1.2rem; 
  letter-spacing: 0px;
}
  
/*  .feature-icon h4:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #4a90e2;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0; }*/

/*Cambiamos el color de circulo selector activo del carrusel */
.owl-theme .owl-dots .owl-dot.active span{
	background-color: #fdd012 !important;
}

/* Estilos del progress bar */
.progress.progress-default .progress-bar{
  background: #01A0C6 !important; 

  /*
  background: linear-gradient(215deg, #20426c 0%, #176c89 70%, #43aebe 100%);
  background: -webkitlinear-gradient(215deg, #20426c 0%, #176c89 70%, #43aebe 100%);	
   */
  }

.progress-label .progress-title{
	color: #01A0C6 !important;
}

/* Estilos del boton Volver arriba */
.back-to-top{
	background: #F57C17 !important; 
	/*
		background: linear-gradient(215deg, #20426c 0%, #176c89 70%, #43aebe 100%);
		background: -webkitlinear-gradient(215deg, #20426c 0%, #176c89 70%, #43aebe 100%);
	*/
	color: white;
  }
  
  .back-to-top{
	color: white !important;
  }
  
@font-face {
  font-family: 'Coolvetica';
  src: url('fonts/coolvetica.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('fonts/coolvetica.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  

#fraseWeb
{
	font-family: 'Coolvetica' !important;
}




.emp_nums{
  display:block; 
  padding-left: 10%; 
  padding-right: 10%;
  overflow: hidden;
  /*padding-bottom: 5px;*/
}




.emp_nums i{
  float:left;
  clear: both;
  overflow: hidden;


  font-size: 2.8rem;
  width: 5rem;
/*  height: 5rem;*/
  line-height: 4.2rem;

  text-align: center;
  display: block;

  color: #a8a8a8;
  margin: 0 auto;
  margin-bottom: 20px; 
}


.emp_nums .emp_count{
  text-align:left;
 
  padding-left: 20px;
  overflow: hidden;
}
.emp_nums .emp_count .counter{
  margin-bottom: -0.4rem;
}
.emp_nums .emp_count span{
  font-size:12pt;
  letter-spacing: 0.2px
}

.tab-pane {
  text-align: center;
 /* border: 2px solid rgba(245,124,23,0.2);*/
  border: 2px solid #d8d8d8;

  padding: 20px;
   border-radius: 25px;
  -webkit-border-radius: 25px;
}


#circ_misvis a {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

#circ_misvis a  span{
  display:block;
  margin-top: -15px;
}

#circ_misvis a i{
  font-size: 2.8rem;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  background-color:transparent;
  /*
  background: linear-gradient(215deg, #4a90e2 0%, #9c51f5 70%, #b88ee7 100%);
  background: -webkitlinear-gradient(215deg, #4a90e2 0%, #9c51f5 70%, #b88ee7 100%);
  */
  /*background: linear-gradient(215deg, #f67c16 0%, #fab011 70%, #fdd012 100%);
  background: -webkitlinear-gradient(215deg, #f67c16 0%, #fab011 70%, #fdd012 100%);*/
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  /*color: #fff;*/
  color: #F57C17;
  margin: 0 auto;
  margin-bottom: 20px; 
  /*border: 2px solid #F57C17;*/
}


#circ_misvis a.active i{
  background-color: #F57C17;
  color:white;
  border: 0px;
}

.mask-top h4{
  color:gray;
}

.bg-gradient {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-waves {
  background-color: white;
  position:relative;
}
.bg-waves:before {
  content: "";
    position: absolute;
    background: url('../images/concrete-texture.jpg') top right repeat;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    opacity: 0.6;
}

.i-cont{font-size: 1.5em;}

.bg-hands{
  background: url('../images/mockup.jpg') no-repeat center center fixed;
   position:relative;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
min-height: 100%;
height: auto;

}
.bg-hands:before{
  content: "";
    position: absolute;
/*    background-color: black;*/
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    height:100%;
    top:0;
    left:0;
   /* opacity: 0.5;*/
}

.vhcentered2-inside {
    color:white !important;
    display:inline-block;
   /* z-index: 50;*/
    margin-top:0;
    right: 5%;
    position: absolute;
    top: 40%;
   /* transform: translate(-50%, -20%);*/
}

.vhcentered2-inside h2 {
  color:white !important;
  font-family: "Flexo",sans-serif;
  font-size: 45px;
  font-weight: 100;
  text-align: left;
  line-height: 1.15;


}

.flag_lang{
  vertical-align: unset;
  height:20px;
  width:20px;
}




/**************SERVICIOS**********************************************************/


.sb1, .sbb1:before{
  background: url('../images/servicios/1.jpg') no-repeat fixed 0 0 / cover;
}

.sb2, .sbb2:before{
  background: url('../images/servicios/2.jpg') no-repeat fixed 0 0 / cover;
}

.sb3, .sbb3:before{
  background: url('../images/servicios/3.jpg') no-repeat fixed 0 0 / cover;
}

.sb4, .sbb4:before{
  background: url('../images/servicios/4.jpg') no-repeat fixed 0 0 / cover;
}

.sb5, .sbb5:before{
  background: url('../images/servicios/5.jpg') no-repeat fixed 0 0 / cover;
}

.sb6, .sbb6:before{
  background: url('../images/servicios/6.jpg') no-repeat fixed 0 0 / cover;
}

.sb7, .sbb7:before{
  background: url('../images/servicios/7.jpg') no-repeat fixed 0 0 / cover;
}

.sb8, .sbb8:before{
  background: url('../images/servicios/8.jpg') no-repeat fixed 0 0 / cover;
}




.nopadding{
margin: 0!important;
padding: 0 !important;
}

.about-more{
  background-color: #f3f3f3;
  overflow: hidden;
  height: 450px;
  /*min-height: 65%;*/
}


.about-more-more{
/*position: relative;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 80%;*/
width: 93%;
overflow: hidden;
padding: 40px;
position: relative;
z-index: 0;
border-radius: 20px;
height: 90%;
/*border: solid 1px rgba(255,255,255,0.3);*/
align-items: center;
display: flex;
}

.about-more-more::before {
  z-index: -1;
  display: block;
  position: absolute;
  content: ' ';
  filter: blur(10px);
  -webkit-filter: blur(10px); /* Safari */
  width: 120%;
  height: 120%;
  overflow: hidden;
  top:-25px;
  left:-25px;
  box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.1);
}



.about-more-more h4{
padding-top: 0;
margin-top: 0;
color: #16a085;
}
.about-more-more p{
/*color: #aaa ;*/
color:white;
text-align: center;
font-weight: 100;
font-style: italic;
font-size: 12pt;
}

.about-more-box{
  padding: 7%;
}
.about-more-box .icon i{
  display: block;
  text-align: center;
}
.about-more-box .icon h3{
  font-size: 20px;
  text-align: center;
}
.one-bg{
width: 100%;
height: 100%;
}

.one-bg img{
height: 70px;
opacity: 0.2;
}

.fr{
float:right;
}
.fl{
float:left;
}

.one-bg h2{
color: #ffffff;
font-size: 44px;
text-align: center;
padding-top: 25%;
text-transform: uppercase;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.serv_text{
  height: 450px;

  align-items: center;
display: flex;
justify-content: center;
}

.fl{
  transform: rotate(180deg);
}

/*.two-bg{
background-image: url('../images/servicios/two-bg.jpg');
background-size: cover;
width: 100%;
height: 400px;
}*/
.cin{
/*background-color: #121212;*/

}
.cin p{
/*color: #aaa   !important;
font-weight: 100;*/
}
/*.two-bg h2{
color: #ffffff;
font-size: 44px;
text-align: center;
padding-top: 165px;
}*/
/*.three-bg{
background-image: url('../images/servicios/three-bg.jpg');
background-size: cover;
width: 100%;
height: 400px;
}
*/
/*.three-bg h2{
color: #ffffff;
font-size: 44px;
text-align: center;
padding-top: 175px;
}*/
.about-more-more h4{
padding-top: 0;
margin-top: 0;
color: #16a085;
}


.about-more-more a{
  font-weight: 200;
    background-color: #F57C17;
    border: 1px solid transparent;
    color: #ffffff;
    padding: 2px 8px 0px;;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 9px;
    font-size: 10pt;
    border-radius: 10px;
 }

 .about-more-more a:hover{
    background-color: transparent;
    border: 1px solid #F57C17;
    color: rgba(0,0,0,0.7);;
 }


 .cin a:hover{
  color: white !important;
 }

.cin .about-more-more h3{
  color: white;
}

 .oculto{
  display: none;
 }

.intro-sec{
padding: 3% 7%;
padding-bottom: 5%;
}
.intro-sec h2{
text-align: center;
color: #16a085;
font-size: 45px;
overflow: hidden;
}
.intro-sec p{
text-align: center;
/*padding: 10px 15%;*/
}
.intro-sec center{

overflow: hidden !important;
}

.intro-sec a{
font-size: 17px;
background-color: #F57C17;
color: #ffffff;
padding: 7px 20px;
display: block;
width: 150px;
text-decoration: none!important;
}
.intro-sec a:hover{
color: #ffffff;
}

@media only screen and (max-width:560px)
{
  .about-more-more{
   /* position: relative;
    top: auto;
    left:auto;
    transform: translate(0,0);*/
    width: auto;
  /*  padding: 40px;*/
  border-radius: 0px

  }

  .cin{
    /*background-color: #16a085;*/
    height: auto;
  }
 /* .intro-sec{
    padding: 2% ;
    padding-bottom: 2%;
  }*/
  .intro-sec p{
    text-align: justify;
    padding: 10px ;
  }
  .intro-sec a{
    font-size: 17px;
    /*background-color: #16a085;*/
    color: #ffffff;
    padding: 7px 20px;
    display: block;
    /*width: 50%;*/
  }

  .one-bg h2{
    color: #ffffff;
    font-size: 24px;
    text-align: center;
  }
/*  .one-bg img{
    height: 40px;
  }*/


  .intro-sec h2{
    text-align: center;
    color: #16a085;
    font-size: 30px;
  }
  .serv_text{
    height: auto !important;
  }
}

@media (min-width:768px) {
  .about-more .col-md-6{
    max-width: 100% !important;
  }
}


@media (max-width:991px) {
   .fr{
    float: none;
    position: absolute;
    bottom: -18px;
    left: 45%;
    transform: rotate(90deg) !important;
  }
   .fl{
    float: none;
    position: absolute;
    top: -18px;
    left: 45%;
    transform: rotate(-90deg) !important;
  }
    .about-more{
    height: auto;
  }
  .about-more-more p{
  font-size: 11pt;
  }
    .one-bg{
    height: 200px;
  }
    .one-bg h2{
    padding-top: 75px;
  }

  .one-bg img {
    opacity: 0.6;
    filter: brightness(0);
  }

  .about-more-more::before{
    background: black;
    opacity: 0.6;
    box-shadow: none;
  }
  .about-more-more{
    height: auto;
    display: block;
  }
  .serv_text{
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width:1366px) {
  .z90, .container {
    transform: scale(0.9);
  }
  .h2serv h2{
    font-size: 45px !important;
  }
}





/****Whatssapp**************************************************/


@keyframes fadein {
     0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.whatsapbuttom {
  position: fixed;
  line-height: 50px;
  z-index: 2;
  width: 50px;
  height: 50px;
  left: 25px;
  bottom: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.5s linear;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
  animation: 3s ease 0s normal forwards 1 fadein;
  
}

.whatsapbuttom svg {
  width: 30px;
  height: 50px;
  margin: 0 11px;
}

.whatsapbuttom:hover {
  background-color: #128C7E;
  transition: background-color 0.5s linear;
  color:white !important;
}

.whatsapbuttom:visited, .whatsapbuttom:active, .whatsapbuttom:link{
  color:white !important;
}


/***********************************************************************************/

/****Facebook**************************************************/

.fb_customer_chat_bubble_pop_in{
  right: auto !important;
  bottom: 15px !important;
  left: 85px !important;
  transform: scale(0.84) !important;
  z-index:2 !important;
}

.fb_customer_chat_bounce_in_v2, .fb_customer_chat_bounce_out_v2{
  bottom: 45pt !important;
  right: auto !important;
  left: 9pt !important;
}

/***********************************************************************************/

.clientes img, .partners img{
  opacity: 0.5;
  transform: scale(0.8);
  padding:0px !important;
  transition:all 0.3s ease;
}

.clientes img:hover, .partners img:hover{
  opacity: 1;
  transform: scale(0.9);
}


.clientes .carousel-indicators{
  bottom: -30px;
}



@media (min-width: 992px) {
  .clientes .carousel-control-prev {
    left: -100px;
  }

  .clientes .carousel-control-next {
      right: -100px;
  }
}

@media (max-width: 991px) {
  .clientes img{
    width: 33.3333% !important;
  }
}

@media (max-width: 500px) {
  .clientes img{
    width: 50% !important;
  }
  .footer-bottomAlt{
    padding-bottom: 80px;
  }
}

#collect-chat-launcher-container{
  transform: scale(0.87);
  right: 80px !important;
  bottom: 7px !important;
}

@media (max-width: 575px) {
#collect-chat-launcher-container{
  right: 25px !important;
  bottom: 15px !important;
}

 #chat-bot-launcher-container.chat-bot-avatar-launcher #chat-bot-launcher {
      margin-right:0px !important;
    }
}





#chat-bot-launcher-container.chat-bot-avatar-launcher #chat-bot-launcher {
    margin-right:50px;
}










