.fixed-txt{
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.fixed-txt p{
  width: 50%;
  margin: auto;
  font-size: 24px;
  color: #fff;
}
.fixed-txt .btn{
  background: rgba(0,0,0,0.5);
border-radius: 0;
border: 1px solid #fff;
text-transform: uppercase;
margin-top: 30px;
}
.navbar-brand {
    margin-top:8%;
}
.slideshow-container{
    position: relative;
}
#slideshow{
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}
#slideshow img{
width: 100%;
height:700px;
}
#slideshow > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
header .navbar-nav{

}
header .navbar-nav li{
  padding: 10px 10px;
}
header .navbar-nav a{
  color: #fff;
  text-transform: uppercase;
}
header .navbar-nav{
  width: 100%;
  text-align: center;
  justify-content: center;
}
.last-news img{
max-width: 100%;
/* height: 100%; */
}
.bottom-nav img{
  width: 150px;
}
.bottom-nav li{
  padding: 5px 10px;
  align-items: center;
  display: flex;
}
.bottom-nav a{
  color: #222;
  text-transform: uppercase;
}
.orange-title{
 color: #ff7e24;
 text-align: left;
 margin-bottom: 30px;
 font-size: 24px;
}
.our-business-divisions{
  margin-top: 100px;

}
.products-img{
  display: flex;
  align-items: center;
  font-weight: bold;
}
.products-img p{
  margin-left: 10px;
}
.last-news-img{
  height: 250px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.last-news .date{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ff7e24;
    font-weight:bold;
    display:none;
}
.last-news .date span{
   color: #ff7e24;
}
.last-news .title{
font-weight: bold;
font-family: sans-serif;
margin-bottom: 8px;
color: #000;
padding-top:10px;
}
.preview-text p {font-size: 15px;}
.footer{
  background: #ff7e24 url(../img/bg-footer.png);
  padding: 20px 0 0px 0;

}
.footer-links{
  background: #212529;
  text-align: center;
  padding: 10px 0;
  color:#fff;
}
.footer-links a{
    color: #fff;
}
.footer h3{
  font-size: 14px;
  font-weight: bold;
}
.footer p{
  margin-bottom: 5px;
}
.container-legend{
  width: 50%;
  margin-left: 50%;
}
.square{
  width: 10px;
  height: 10px;
  background: #ff7e24;
  margin-right: 10px;
}
.legend-item{
  display: flex;
  align-items: center;
}

.legend-item p{
  margin-bottom: 0;
}
.button-know-more{
  background: rgba(0,0,0,0.5);
    border-radius: 0;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin-top: 30px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
}
.emails{
  border-left: 1px solid #222;
  padding-left: 10px;
}
.bottom-nav button{
  display: none;
}
.icons-column{
  background: url(../img/icons-column-bg.jpg) no-repeat center;
  background-size: cover;
}
.icons-column .icons{
  margin-left: 50%;
  padding: 30px 0;
}
.icons-column .products-img p span{
  display: block;
  color: #fff;
}
.products-img img {width:58px;height:48px;}
.icons-column .products-img{
  border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.about .icons-column{
background: url(../img/icons-column-bg.jpg) no-repeat center;
  background-size: cover;
}
.bussiness .icons-column{
  background: url(../img/bg-home-3.jpg) no-repeat center;
  background-size: cover;
}
.commit .icons-column{
  background: url(../img/bg-home-5-555.jpg) no-repeat center;
  background-size: cover;
}
.people .icons-column{
  background: url(../img/bg-home-4.jpg) no-repeat center;
  background-size: cover;
}
.people .icons-column .products-img p span,.commit .icons-column .products-img p span{
  color: #222;
}
.people .products-img,.commit .icons-column .products-img {
    border-bottom: 1px solid #222;
}
.navbar-nav .active{
      border-bottom: 8px solid #fc7d22;
          margin-top: 8px;
}
.about .navbar{
  padding-bottom: 0;
}
.fixed-img{
  background: url(../img/fixed-img.jpg) no-repeat fixed;
  height: 300px;
  background-size: cover;
}
.fixed-img2{
  background: url(../img/fixed-img2.jpg) no-repeat fixed;
  background-size: cover;
  align-items: center;
  justify-content: center;
  display: flex;
}
.fixed-img3{
    background: url(../img/fixed-img3.jpg) no-repeat fixed;
    background-size: cover;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
    height: 500px;
}
.fixed-img2 h2{
  color: #fff;
}
.experiance,.mvv{
  padding: 50px 0;
}
.experiance .line {
    width: 5px;
    background: #ededed;
    position: absolute;
    top: 0;
    bottom: 25px;
    left: 123px;
    z-index: -1;
}
.experiance .point {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
}
.experiance .year {
    font-size: 18px;
    margin-right: 12px;
    width: 96px;
    text-align: right;
}
.experiance .text {
    width: 80%;
    padding-left: 10px;
}
.experiance .square {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background:#ff7e24;
    margin-top: 5px;
}
.experiance-left hr{
  border-color: #ff7e24;
  margin-right: 50%;
  text-align: left;
}
.fixed-menu li{
  display: block;
}
.fixed-menu li a{
  display: block;
  border-bottom: 1px solid #ddd;
  color: #444;
  padding: 5px 10px;
  text-align: center;
}
.fixed-menu .dropdown:before {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    z-index: 9;
    top: 11px;
    right: 10px;
    font-size: 16px;
}
.fixed-menu .nav-pills>li.selected>a {
    background: #ededed;
    color: #000;
    text-align: center;
border-top: 1px solid #ededed;
border-radius: 0;
text-transform: uppercase;
    padding: 10px 15px;
}
.fixed-menu .dropdown ul{
display: none;
}
.fixed-menu .dropdown:hover > ul{
  display: block;
}
.content{
  display: none;
}
.multi-sliders{
  padding-top: 40px;
}
.slick-list,.slick-slider{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.block-info-countrie .detail-point {
    background: #e7e7e6;
    overflow: hidden;
    padding: 10px 12px;
    margin-bottom: 6px;
    display: flex;
}
.block-info-countrie .detail-point img {
    float: left;
    display: block;
    width: 35px;
    margin-right: 20px;
}
.block-info-countrie .detail-point .titles {
    margin-top: 4px;
    width: 175px;
}
.block-info-countrie.detail-point ul{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}
.block-info-countrie .detail-point .numbers {
    margin-top: 4px;
    width: 75px;
}
.block-info-countrie .detail-point ul, #personas .infojobs .location ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}
.block-info-countrie .detail-point .titles li {
    margin-bottom: 2px;
}
.block-info-countrie .detail-point .units {
    margin-top: 4px;
    margin-left: 5px;
    padding: 0;
margin: 0;
list-style: none;
float: left;
}
.block-info-countrie .detail-point .units li {
    margin-bottom: 2px;
    text-align: right;
}
.block-info-countrie  hr{
  border-color: #444;
}
.fixed-img3 .black-bg {
    background: rgba(0,0,0,.58);
    padding: 30px 0 0;
        height: 100%;
        margin-right: 10%;
}

.fixed-img3 .black-bg h2 {
    color: #e0e0e0;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 125px;
    border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fixed-img3 .black-bg h2 a {
    color: #000;
    background: #ffca00;
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    width: 153px;
    border-radius: 4px;
    margin: 20px auto 0;
    text-decoration: none;
}

#compromiso .points {
    width: 100%;
    margin: 0 auto;
}
#compromiso .points ul {
  width: 100%;
    list-style: none;
    border-bottom: 4px solid #ff7e24;
    padding: 0 0 20px;
    margin: 0 0 30px;
}
#compromiso .points ul li {
    float: left;
    width: 20%;
    cursor: pointer;
    position: relative;
    height: 204px;
    text-align: center;
    font-family: KobernBold;
    text-transform: uppercase;
}
#compromiso .points ul li .logo {
    display: block;
    height: 90px;
    margin: 50px auto 0;
}
#compromiso .points ul li h3{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#compromiso .points ul li .arrow {
    display: none;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#compromiso .points ul li.active .arrow, .carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev, .fixed-lineas-de-negocio-menu .nav>li.parent-selected ul, .fixed-lineas-de-negocio-menu .nav>li:hover ul {
    display: block;
}
#compromiso .points .tab-content, .custom-select select {
    display: none;
}
.newsletters-form-container{
  background: #ddd;
  padding: 10px;
}
.newsletters-form-container p{
  text-align: center;
}
.newsletters-form-container h3{
  text-align: center;
  color: #ff8224;
}
.newsletters-form-container button{
  background: #ff8224;
  border-color: #ff8224;
  color: #222;
  margin: 10px auto;
  display: block;
}
.fixed-menu ul{
  padding-left: 0;
}
.gallery .videos .video {
    margin-bottom: 40px;
}
.gallery .videos .image-container {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.gallery .videos .date {
    text-align: center;
}
.gallery .videos .title {
    text-align: center;
}
.gallery .videos .image {
    width: 100%;
    height: 170px;
    margin: 0 auto;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.modal .glyphicon-remove {
    position: absolute;
    top: 0;
    right: -90px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}
.modal iframe, .modal img {
    margin: 0 auto;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    max-width: 560px;
    width: 560px;
}
.glyphicon-remove:before {
    content: "x";
}
.videos .preview-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.contact-title{
  background: #fc7d22;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  margin-bottom: 20px;
}
.contact textarea{
  height: 100px;
}
  .progects-title{
  background: #fd7d1c;
color: #fff;
font-size: 24px;
padding: 10px;
margin-bottom: 20px;
vertical-align: middle;
text-transform: uppercase;
  }
  .client img{
    padding: 5px;

    margin-bottom: 30px;


  }
    .client img1{
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    height: 65px;

  }

  .client {
      min-height:500px;
  }
    .footer {
      background: none;
      padding: 0px 0 0px 0;
  }
  .footer p {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    color: #fff;
}
.home-icon a {
color: #000;
background: #f8f8f8;
display: block;
padding: 20px;
margin-bottom: 20px;
border: solid 1px #ddd;
}

.icons a {
color: #000;
background: #f8f8f8;
}

.contt {}
.contt p{}
.contt .fa{
    width:35px;
    height:35px;
    border-radius:50%;
    color:#fff;
    background:#fc7d22;
    line-height:35px;
    text-align:Center;
}
.contact {margin-bottom: 20px;}
.bottom-nav {
background: #f8f8f8;
border-bottom: solid 1px #ddd;    
}