:root {
  scroll-behavior: auto;
}
body{
  font-family: Arial, Helvetica, sans-serif;
  
  background-color: #F5F5F7;
}

/*nav bar*/
.nav-link:hover,.nav-link.active, .rec,.word{
  color:#25C7D9 !important;
}

.color-nav{
  background-color: #303030;
}
.navbar-light .navbar-toggler {
  color: transparent !important;
  border-color: transparent;
}
.navbar-nav > li > a{
color: #fff !important;
}

.xenio-btn-log {
  width: 110px;
  height: 25px !important;
  background-color: #25C7D9 !important;
  margin-top: 7px;
  padding: .0rem .5rem !important;
}
.navbar-light .navbar-toggler {
  border-color: transparent !important;
}
.fa-user-circle ,.fa-bars{
  color: #fff;
  font-size: 1.4rem;
}

/*fin menu */

.mt-negative{
  margin-top: -70px;
}
.xenio-title{
  color: #4F4F4F;
  
}
.xenio-subtitle{
color: #828282;
}
.xenio-word{
  color:#25C7D9;
}
.xenio-img{
  height: 50%;
  width: auto;
}


/*======================================================*/

.bg-footer {
	background-color: #F5F5F7;
}

.footer-title {
	color: #4F4F4F;
}

.footer-texto > a ,.footer-texto{
	color: #828282 !important;
  text-decoration: none !important;
}
.footer-texto > a:hover {
	color: #25C7D9 !important;
}

.linea {
	border-top: 2px solid #39E3E9;
	width: 80px;
	margin-bottom: 1rem;
}

.hr-footer {
  color: #828282;
  width: 96%;
  height: 2px !important;
  margin: 0 auto;
}

.subfooter p {
  margin-bottom: 0;
}
.anchor{
  display: block;
    height: 110px;
    margin-top: -100px;
    visibility: hidden;
}
.anchor-clients{
  display: block;
    height: 120px;
    margin-top: -100px;
    visibility: hidden;
}
/*testimonials*/

body #testimonial .testimonial_box {
  background: #545454;
  padding: 20px;
  color: #fff;
  border-radius: 6px;
}
body #testimonial .arrow-down {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #545454;
  margin-left: 20px;
  
}
body #testimonial .testimonial_user {
  margin-top: 20px;
}
/**/
.mtb{
  margin-top:100px;
  margin-bottom: 100px;
}
a {
  text-decoration: none !important;
}
.products-xenio,.pag-Xenio{
  max-width: 100% !important;
  height: auto;
}
/**/

.height-cont2,.height-cont,.height-cont3{
  padding: 20px;
}
.height-cont3{
  height: auto;
}
.height-cont{
  height: 480px;
}
.height-cont2 {
  height: 550px;
}
/*responsive*/

@media screen 
  and (max-device-width: 768px) {
    .products-xenio{
      max-width: 50% !important;
      height: auto;
    }
    .pag-Xenio{
      
      max-width: 70% !important;
      height: auto;
    }
    
    .height-cont,.height-cont3,
    .height-cont2{
      margin-bottom: 1rem;
      height: auto;
    }
  }

  @media screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
    .products-xenio{
      max-width: 50% !important;
      height: auto;
    }
    .pag-Xenio{
      
      max-width: 100% !important;
      height: auto;
    }
    .height-cont{
      height: 479px;
    }
    .height-cont3{
      height: auto;
    }
    .height-cont2{
      height: 458px;
    }
  }
/*1498*/
@media screen 
and (min-device-width: 1498px) {
  .pag-Xenio {
    max-width: 60% !important;
  }

}
@media screen 
  and (min-device-width: 768px)
  and (max-device-width: 1497px)  {
    .pag-Xenio {
      max-width: 80% !important;
    }

  }
@media screen 
  and (min-device-width: 768px) {
    .products-xenio{
      max-width: 35% !important;
      height: auto;
    }
    .column-padding{
      padding-left: 1rem !important;
    }
  }
  
  @media screen 
  and (min-device-width: 1024px)and (max-device-width: 1156px) {
    
    .height-cont3{
      height: auto;
    }
  }
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) {
    nav{
      height: 44px;
    }
   
    .column-padding{
      padding-left: 1rem !important;
    }
 
  }

.content-flex {
  display: flex;
  align-items: center;
  align-content: center;
}

@media screen and (min-device-width: 2015px) {
  .content-flex {
    display: block;
  }
}

.image-fluid {
  max-width: 100%;
  max-height: 100%;
}