/*
   * What follows is the result of much research on cross-browser styling.
   * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
   * Kroc Camen, and the H5BP dev community and team.
   */

/* ==========================================================================
     Base styles: opinionated defaults
========================================================================== */

html,
button,
input,
select,
textarea {
    color : #5555555;
    }

html {
    font-size   : 14px;
    line-height : 1.5em;
    }


body {
    font-family: 'Open Sans', sans-serif;
    color                      : #919191;
    font-weight                : 400;
    font-style                 : normal;
    font-size                  : 1rem;
    line-height                : 1.5em;
    background: #333;
    -webkit-text-size-adjust   : 100%;
    -webkit-overflow-scrolling : touch;
    -webkit-font-smoothing     : antialiased !important;
}
body.fullwidth {
  font-size: 1.1rem;
}

/*
   * Remove text-shadow in selection highlight: h5bp.com/i
   * These selection rule sets have to be separate.
   * Customize the background color to match your design.
   */

::-moz-selection {
    background  : #B3D4FC;
    text-shadow : none;
    }

::selection {
    background  : #B3D4FC;
    text-shadow : none;
}


/*
   * Remove the gap between images, videos, audio and canvas and the bottom of
   * their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video {
    vertical-align : middle;
    }

/*
   * Remove default fieldset styles.
   */

fieldset {
    border  : 0;
    margin  : 0;
    padding : 0;
    }

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize : vertical;
    width:100%;
    border: 1px solid #e8e8e8;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 1rem;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  border: 1px solid;
  margin: -1px 0;
}
a,
a:active,
a:focus,
a:active {
    text-decoration : none !important;
    outline         : none
    }

a {
    color           : #c0163f;
    text-decoration : none;
    transition      : all 0.2s ease 0s;
    }

a:hover,
a:focus {
    color           : #a90f34;
    text-decoration : underline;
    }

ul {
    margin     : 0;
    padding    : 0;
    list-style : none
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color       : #666666;
    margin      : 0;
  }

h1 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.571rem;
  line-height: 1.111em;
}

h2 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.143rem;
  line-height: 1.100em;
}

h3 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.714rem;
  line-height: 1.875rem;
  margin: 0rem ;
}
h4 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.286rem;
  line-height: 1.875rem;
  margin: 0rem;
}
img{
    max-width : 100%;
}

input:focus,
select:focus,
button:focus{
  box-shadow: none;
  outline: none;
  border: none;
}



.mt-0   {margin-top:0px;}
.mt-5   {margin-top:5px;}
.mt-10  {margin-top:10px;}
.mt-15  {margin-top:15px;}
.mt-20  {margin-top:20px;}
.mt-25  {margin-top:25px;}
.mt-30  {margin-top:30px;}
.mt-50  {margin-top:50px;}
.mt-60  {margin-top:60px;}
.mt-75  {margin-top:75px;}
.mt-100 {margin-top:100px;}
.mb-0   {margin-bottom:0px;}
.mb-5   {margin-bottom:5px;}
.mb-10  {margin-bottom:10px;}
.mb-15  {margin-bottom:15px;}
.mb-20  {margin-bottom:20px;}
.mb-25  {margin-bottom:25px;}
.mb-30  {margin-bottom:30px;}
.mb-50  {margin-bottom:50px;}
.mb-75  {margin-bottom:75px;}
.mb-100 {margin-bottom:100px;}
.mr-0   {margin-right:0px;}
.mr-5   {margin-right:5px;}
.mr-10  {margin-right:10px;}
.mr-15  {margin-right:15px;}
.mr-20  {margin-right:20px;}
.mr-25  {margin-right:25px;}
.mr-30  {margin-right:30px;}
.mr-50  {margin-right:50px;}
.mr-75  {margin-right:75px;}
.mr-100 {margin-right:100px;}
.ml-0   {margin-left:0px;}
.ml-5   {margin-left:5px;}
.ml-10  {margin-left:10px;}
.ml-15  {margin-left:15px;}
.ml-20  {margin-left:20px;}
.ml-25  {margin-left:25px;}
.ml-30  {margin-left:30px;}
.ml-50  {margin-left:50px;}
.ml-75  {margin-left:75px;}
.ml-100 {margin-left:100px;}

.pt-0   {padding-top:0px;}
.pt-5   {padding-top:5px;}
.pt-10  {padding-top:10px;}
.pt-15  {padding-top:15px;}
.pt-20  {padding-top:20px;}
.pt-25  {padding-top:25px;}
.pt-30  {padding-top:30px;}
.pt-50  {padding-top:50px;}
.pt-75  {padding-top:75px;}
.pt-100 {padding-top:100px;}
.pb-0   {padding-bottom:0px;}
.pb-5   {padding-bottom:5px;}
.pb-10  {padding-bottom:10px;}
.pb-15  {padding-bottom:15px;}
.pb-20  {padding-bottom:20px;}
.pb-25  {padding-bottom:25px;}
.pb-30  {padding-bottom:30px;}
.pb-50  {padding-bottom:50px;}
.pb-75  {padding-bottom:75px;}
.pb-100 {padding-bottom:100px;}
.pr-0   {padding-right:0px;}
.pr-5   {padding-right:5px;}
.pr-10  {padding-right:10px;}
.pr-15  {padding-right:15px;}
.pr-20  {padding-right:20px;}
.pr-25  {padding-right:25px;}
.pr-30  {padding-right:30px;}
.pr-50  {padding-right:50px;}
.pr-75  {padding-right:75px;}
.pr-100 {padding-right:100px;}
.pl-0   {padding-left:0px;}
.pl-5   {padding-left:5px;}
.pl-10  {padding-left:10px;}
.pl-15  {padding-left:15px;}
.pl-20  {padding-left:20px;}
.pl-25  {padding-left:25px;}
.pl-30  {padding-left:30px;}
.pl-50  {padding-left:50px;}
.pl-75  {padding-left:75px;}


.btn-primary{
    background:#c0163f;
    color:#ffffff;
    border-color: #a90f34;
    border-radius: 0;
    -webkit-transition         : all 0.3s ease 0s;
    -moz-transition            : all 0.3s ease 0s;
    -o-transition              : all 0.3s ease 0s;
    transition                 : all 0.3s ease 0s;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #ffffff;
    background-color: #a90f34;
    border-color: #a90f34;
}


.wrapper{
  
}

.header-wrapper{
  margin-bottom: 30px;
}

/* ---------------
 * Header Top 
 * ---------------*/
.header-top{
  background: #ffffff;
  padding: 25px 15px;
}
body.fullwidth .header-top {
  background: none;
  color: #bbb;
}

.header-top .logo {
  margin: -10px auto;
}
.header-top .logo img {
  max-height: 80px;
}

.header-top .phone,
.header-top .location{
  margin:10px 0;
}

.header-top .phone p,
.header-top .location p{
  padding: 0;
  margin:0;
}

.header-top .phone{
  text-align: right;
}

.header-top .phone strong, .header-top .phone strong a {
  font-size: 20px;
  color:#c0163f;
}

.header-top .location {
  text-align: right;
  font-size: 13px;
}

@media (max-width: 600px){
  .header-top .location,
  .header-top .phone {
  text-align: left;
  }
}

/*----------------------------
 Navigation  bar Style
-----------------------------*/
.main-nav-bar{
  background: #55595d;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:transparent;
}
.navbar-collapse,
.navbar-default {
    background-color: transparent; 
    border-color: transparent;
}
.navbar{
    margin:0;   
    min-height: 0;
    border: 0;
}
.main-nav{
}
.main-nav li{
    display:inline-block;
}
.main-nav li a{
    font-family: 'Raleway', sans-serif;
    font-size:1rem;
    margin-bottom: 0;
    padding: 15px;
    font-weight:600;
    color: rgba(255,255,255, .8);
    text-transform: uppercase;
}
.main-nav li a:hover, .main-nav li a:focus, .main-nav li.active a{
    color:#ffffff;
    background: #c0163f;
}

/*---------------------------
Breadcrumb
-------------------------*/
.breadcrumb-area{
  overflow: hidden;
  background: #ffffff;
}
.breadcrumb{
  background: #ffffff;
  padding: 15px 0 0 15px;
  margin-bottom: 15px;
}
.breadcrumb a{
  color: #999999;
  font-weight: 400;
}
.breadcrumb .active{
  color:#000000;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #999999;
    content: "\f101";
    font-family: FontAwesome;
}
.header-social{
  text-align: right;
  margin-top: 1.071em;
  float: right;
}
.header-social ul li{
  display:inline-block;
}
.header-social ul li a{
  display:block;
  color: rgba(0, 0, 0, .4);
  padding-right:1em;
}
.header-social ul li a:hover{
  color:#c0163f;
}


/*---------------------------
Dropdown menu style
-------------------------*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: none;
}
.main-nav .dropdown-menu{
    min-width:250px;
    background: #55595d;
    border-radius: 0;
    left: 0px !important;
    margin-top: 0;
    display:block;
    visibility: hidden;
    opacity: 0;
    border: 0;
    padding: 20px 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-nav .dropdown-menu li{
  display: block;
}
.main-nav .dropdown-menu li a{
    color: #999;
    display: inline-block;
    padding: 8px 30px;
}
.main-nav .dropdown-menu li a:hover{
  color:#fff;
  background: transparent;  
}
.main-nav .dropdown:hover .dropdown-menu{
  display:block;
  opacity: 1;
  visibility: visible;
  left:17px !important;
}

.header-search{
  position: relative;
}

.header-search input{
    height:50px;
    border: 0px;
    border-radius: 0px;
    background: rgba(0,0,0,.5);
    padding: 0 60px 0 20px;
}


.header-search button{
  position: absolute;
  right: 0;
  top:0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: transparent;
  border: 0;
  padding: 0;
}



/* Extra small devices (phones, less than 768px) */
@media (max-width : 767px) {
    .logo{
      margin-bottom: 15px;
    }
    .header-wrapper {
      padding: 0; 
    }
    .provider,
    .menu-facturur,
    .certifier,
    .login-register{
      text-align: left;
    }
    .login-register{
      float:left !important;
    }
    .navbar-default .navbar-toggle {
      padding: 0 .5em;
      top: -6px;
    }
    .main-nav-bar{
      position:absolute;
      top:2.857em;
      right:0;
    }
}

@media(min-width: 991px) and (max-width: 1199px){
    .provider,
    .menu-facturur,
    .certifier,
    .login-register{
      margin-right:.5em;
    }
    .service-list {
      padding-bottom: 80% !important;
    }
    .service-caption {
      font-size: 90%;
    }
    .service-caption h2 {
      font-size: 2rem;
    }

}
/*---------------------------
offcanvas-menu
--------------------------*/
.offcanvas-menu {}
.offcanvas i{
  font-size:18px;
  color:rgba(255,255,255, .8);
}
.offcanvas button{
  margin:0;
  border: 0;
  width: 40px;
  height: 40px;
  line-height: 44px;
  padding: 0;
}
.navbar-header .navbar-toggle:focus, 
.navbar-header.navbar-toggle:hover {
    background-color: transparent;
}


#menu{
  margin:30px;
}

#menu>li {
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#menu>li:last-child {
  border-bottom: 0;
}
#menu>li ul li{
  margin-left: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#menu li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
#menu li a:hover,
#menu li.active a {
  color: #fff;
}

.offcanvas-menu .close {
  position: absolute;
  right: 0;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 44px;
  height: 38px;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.offcanvas-menu .close:hover {
  opacity: .5;
}

/*----------------------------------------------
  Banner-section
------------------------------------------*/

.banner-section{
  position: relative;
  height:650px;
  margin-bottom: 30px;
}
body.fullwidth .banner-section {
  height: auto;
}
.banner-caption{
  text-align:center;
  position:absolute;
  background: #c0163f;
  width:50%;
  padding:60px;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);

}
.banner-caption h1{
  color:#ffffff;
}
.banner-caption p{
  color:#ffffff;
}
.carousel-inner .item img{
  height:650px;
}
body.fullwidth .carousel-inner .item img {
  height: auto;
  width: 100%;
}
@media(max-width: 767px){
  .banner-caption{
    width: 18.857em;
    padding:1.000em;
  }
}

/*--------------------------------------
  Service-section
---------------------------------*/
.service-section{

}

.service-list{
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 0px;
  padding-bottom: 65%;
}
.service-list::before{
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  z-index: 9;
  -webkit-transition:background  .3s;
  -moz-transition:background  .3s ;
  -ms-transition:background  .3s ;
  -o-transition:background  .3s ;
  transition:background  .3s ;

  background: -webkit-linear-gradient(top right,rgba(192, 22, 63, 0) 0%,rgba(192, 22, 63, .5) 100%);
  background: -o-linear-gradient(top right,rgba(192, 22, 63, 0) 0%,rgba(192, 22, 63, .5) 100%);
  background: -moz-linear-gradient(top right,rgba(192, 22, 63, 0) 0%,rgba(192, 22, 63, .5) 100%);
  background: linear-gradient(top right,rgba(192, 22, 63, 0) 0%,rgba(192, 22, 63, .5) 100%);
  opacity: 1;
  transition: opacity .5s;
}
.service-list:hover::before{
  opacity: 0;
}
.service-caption {
  position: absolute;
  left:0;
  bottom:0;
  z-index: 10;
  color: #fff;
  text-shadow:-1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000, -2px -2px 2px rgba(0,0,0,.5), 2px -2px 2px rgba(0,0,0,.5), -2px 2px 2px rgba(0,0,0,.5), 2px 2px 2px rgba(0,0,0,.75), 3px 3px 4px rgba(0,0,0,.5) ;
}

.service-list:hover .service-caption {
  color: #fff;
}
.service-caption {
    padding: 10px;
}
.service-caption h2 {
  color: #fff;
  margin-bottom: 10px;
}
.service-left{
  float:left;
  width:50%;
}
.service-left h2{
  color:#ffffff;
}
.service-left p{
  color:#ffffff;
}
.service-caption > ul > li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 5px;
}
.service-caption > ul > li:before {
  position: absolute;
  left: 8px;
  top: 5px;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
}
.service-caption > ul ul {
  list-style: square;
  padding-left: 25px;
} 

.service-right{
  color:#ffffff;
  float:right;
  text-align: right;
  width:50%;
}
.service-right a{
  color: #333;
    background: #fff;
    padding: 8px 20px;
    margin-top: 4.25em;
    display: inline-block;
}
.service-right a i{
  font-size: 1.714rem;
}
.service-right a:hover{
  background: #c0163f;
  color: #fff;
}

h2.new-holland {
  color: #003e85;
  font-size: 19px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 2px 2px 2px rgba(255,255,255,.5), 3px 3px 3px rgba(255,255,255,.25);
  font-weight: bold;
  line-height: 24px;
  padding: 7px 0px;
  animation: newholland 3s linear infinite;

}

body.fullwidth .container-programacion {
  padding: 30px 40px 0px;
}
@media(max-width: 1199px){
  h2.new-holland {
    font-size: 16px;
    margin: 0px -10px;
  }
}
@media(min-width: 1400px){
  body.fullwidth .service-list {
    padding-bottom: 50%;
  }
   body.fullwidth .container {
    width: 1300px;
   }
}
@media(max-width: 767px){
  .service-left{
    width: 84%;
  }
  .service-right {
      width: 16%;
  }
  .header-top .logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .hide-phone {
    display: none;
  }
}
@media(max-width: 991px){
  .service-left{
    width: 80%;
  }
  .service-right {
      width: 20%;
  }
  .service-list {
    padding: 0px;
    height: auto;
  }
  .service-caption {
    position: relative;
    padding: 40px 15px 20px;
    min-height: 400px;
  }
  h2.new-holland {
    font-size: 13px;
    margin: 0px -7px 0px -16px;
  }


}

/*---------------------------------------
About-section
--------------------------------------*/
.about-section{
  background: #ffffff;
  margin-bottom: 30px;
  padding:30px 0;
  overflow: hidden;
}
.about-carousel-item{
  position: relative;
  padding: 0 2.143em;
}
.about-us{
  padding:0 2.143em;
}
.customNavigation a{
    position: absolute;
    top: 33%;
    font-size: 1.25rem;  
    color: #ffffff;
    cursor: pointer;
    width: 1.667em;
    text-align: center;
    background: #55595d;
    padding: 3px 12px;      
}
.customNavigation .prev {
    float: left;
    left: 0;
}
.customNavigation .next {
    float: right;
    right: 0;
}
.customNavigation a:hover{
  background: #c0163f; 
}
.customNavigation i{
  color:#ffffff;
  vertical-align: baseline;
}

/*------------------------------------
 Products-section
---------------------------------*/
.products-section{
  margin-bottom:30px;
  background: #ffffff;
  padding:40px 20px;
}

.product-item{
  text-align: center;
}

.product-item p{
  margin-bottom: 30px;
}

.product-item i{
  height: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 20px;
}
.product-item i:before{
  font-size: 40px;
  margin: 0;
  padding: 0;
  color: #c0163f;
}


.product-item a.read-more{
  background: #333;
  color: #fff;
  display:inline-block;
  padding: 4px 10px;
  text-transform: uppercase;
}

.product-item a.read-more:hover{
  background: #c0163f

}

@media (max-width: 768px){
  .product-item{
    margin-bottom: 30px;
  }
}



/*-----------------------------------------------------
  section-welcome
-------------------------------------------*/
.section-welcome{
  margin-bottom:2.143em;
  overflow: hidden;
}
.welcome{
  background: #ffffff;
}
.welcome-details{
  padding:30px;
}
.welcome-details a{
  background: #55595d;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 12px;
  margin-top: 20px;  
  display: inline-block;
}
.welcome-details a:hover{
  background: #c0163f;
}
.hiring-tab{
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.hiring-tab .nav-tabs{
  float: left;
  width: 25%;
  border-bottom: 0;
  background: #f5f5f5;
}
.hiring-tab .tab-content{
  float: right;
  width: 75%;
  background: #ffffff;
}
.hiring-tab .nav-tabs li {
    float: none;
    border-top: 0;
}
.hiring-tab .nav-tabs li:last-child a{
    box-shadow: none;
}
.hiring-tab .nav-tabs li a{
  border-radius: 0;
  margin: 0;
  color: #55595d;
  padding: 30px 20px;
  border: 0;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.hiring-tab .nav-tabs li.active{
    cursor: default;
    background-color: 0 1px 0 rgba(0,0,0,.1);
    border: 0px;
}
.hiring-tab .nav-tabs li.active a{
  border: 0;
}
.hiring-tab .nav-tabs li.active a:hover {
    color: #55595d;
    cursor: default;
    background-color: #fff;
    border: 0px;
}
.tab-content-details{
  background: #ffffff;
  padding: 35px 30px;
  min-height: 408px;
}
.tab-content-details h4{
  margin-bottom: 1.1em;
}

@media(max-width: 767px){
    .hiring-tab .nav-tabs li a{
      padding: 10px 6px;
    }  
}


/*---------------------------------------------------
  Call to action
  ----------------------------------------------*/
  .call-to-action{
    margin-bottom:2.143em;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(85, 89, 93,0.2);
    -webkit-box-shadow: 0px 8px 20px rgba(85, 89, 93,0.2);
    -moz-box-shadow: 0px 8px 20px rgba(85, 89, 93,0.2);
  }
  .action-serve{
    background: #55595d;
    padding:3.571em 4.429em 2.143em 2.143em;
  }
 .action-serve h3{
  color:#ffffff;
  line-height: 1.250em;
 }
 .action-serve h4{
  color:rgba(255, 255, 255, .9);
  line-height: 2.222em;
 }
 .action-serve p{
  color:rgba(255, 255, 255, .9);
 }
  #action-testimonial{
    padding:3.571em 3.571em 3.2em 1.286em;
    position: relative;
  }
  .client-thumb{
    width:20%;
  }
  .client-comments{
    width:80%;
    position: relative;
  }
  #action-testimonial .owl-controls{
    text-align: left;
    position: absolute;
    bottom: 15%;
    left: 150px;
  }
  #action-testimonial .owl-controls .owl-page span{
    width:4px;
    height:4px;
    background:#919191;
  }
  #action-testimonial .owl-controls .owl-page.active span{
    background:#c0163f;
  }
  .client-comments p{
    font-size: 1.143rem;
    font-weight:600;
    font-style: italic;
    letter-spacing:.5px;
  }
  .client-comments p::before{
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: .5rem;
    color: #919191;
    vertical-align: super;
  }
  .client-comments p::after{
    content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: .5rem;
    color: #919191;
    vertical-align: super;
  }
  .client-comments .name{
    display: block;
    font-weight: 600;
    font-size: 0.857rem;
  }
  .client-comments .designation{
    font-size: 0.714rem;
    margin-top: -5px;
    display: inherit;
  }

  @media(max-width: 991px){
    .client-thumb{
      display:none;
    }
    #action-testimonial .owl-controls{
      text-align: center;
      position: static;
    }
  }


/*-------------------------------------------
  our-clients-section
-------------------------------------------*/


  .our-clients-section{
    margin-bottom:2.143em;   
    padding:2.143em 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(85, 89, 93,0.2);
    -webkit-box-shadow: 0px 8px 20px rgba(85, 89, 93,0.2);
    -moz-box-shadow: 0px 8px 20px rgba(85, 89, 93,0.2);
  }
  #our-client-thumb{
    position: relative;
    padding: 0 30px;
    text-align: center;
  }
  body.fullwidth .our-clients-section {
    margin-bottom: 0px;
  }

/*--------------------------------------------
  Footer section
----------------------------------------*/

.footer-section{
    margin-bottom: 40px;   
    padding:40px 40px 20px;
    /*background: #55595d;*/
}
body.fullwidth .footer-section{
    margin-bottom: 0px;
}
.footer-section a {
  color: #ddd;
}
.footer-section a:hover{
  color: #fff;
}

.footer-top h4{
  color:#ffffff;
  margin-bottom: 1.667em;
}
.footer-top p{
  color:rgba(255, 255, 255, .5);
}
.footer-top .about a{
  color:#ffffff;
}
.about img{
  margin-top:5px;
  margin-bottom: 12px;
}

/* Recent News */
.recent-news  li{
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 12px 0;
}

.recent-news a{
  display: block;
}

.recent-news  li:first-child{
  padding-top:0;
}
.recent-news  li:last-child{
  border:0;
}


/* Services */
.services li{
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 5px 0;
}
.services li:first-child{
  padding-top:0;
}
.services li:last-child{
  border:0;
}
.services li a{
  color: rgba(255, 255, 255, .5);
  transition: all .3s;
}
.services li a:hover{
  color:#ffffff;
}

/* Get in Touch */
.get-in-Touch address{
   color: rgba(255, 255, 255, .5); 
}
.get-in-Touch address i{
    font-size: 1.286rem;
    margin-right: 10px;
}
.footer{
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 20px 0;
}



.copyright p{
   color: rgba(255, 255, 255, .5); 
   margin: 0;
}

.footer-social{
  text-align: right;
}
.footer-social ul li{
  display:inline-block;
}
.footer-social ul li a{
  display:block;
  color: rgba(255, 255, 255, .5);
  padding-right:2.143em;
}
.footer-social ul li a:hover{
  color:#ffffff;
}
.footer-social ul li a i{
  padding-right:.825em;
}
@media(max-width: 767px){
  .about, .news, .services{
    margin-bottom:3.571em;
  }
  .footer-social{
    text-align: left;
    margin-top: 1.071em;
  }
}

@media(min-width: 768px) and (max-width: 1024px){
  .footer-social ul{
    text-align: center;
  }
  .main-nav li a {
    padding: 15px 0px;
  }
}


/*---------------------------------------
  Bottom to top
----------------------------------------*/
#toTop {
    position: fixed;
    bottom: 1.667em;
    right: 2.8em;
    color:#ffffff;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: #55595d;
    text-align: center;
    line-height: 28px;
      padding: 10px;
}
#toTop i{
  font-size: 2rem;
}

/*---------------------------------------
  Service-page-style
----------------------------------------*/
.inner-content{
  background:#ffffff;
  padding: 0 2.2em 2.2em;
  margin-bottom:2.143em; 
  overflow: hidden;
  box-shadow: 0px 8px 20px rgba(85, 89, 93,0.2);
  -webkit-box-shadow: 0px 8px 20px rgba(85, 89, 93,0.2);
  -moz-box-shadow: 0px 8px 20px rgba(85, 89, 93,0.2);  

}
.service-head{
  padding: 4.286em 0 1.071em 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.service-head p{
  font-size: 1.429rem;
  font-weight:600;
  color:rgba(0, 0, 0, .5);
}
.service-inner-list{
  padding: 2.143em 0;
}
.service-inner-item{
  margin-bottom: 2.143em;
}
.service-list img{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;   
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(.75);
}
.service-list:hover img { 
  filter: grayscale(100)  brightness(.25);

}
.service-item-content{
  padding-top: 1.429em;
}
.service-item-content a{
  background: #55595d;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 12px;
  margin-top: 8px;
  display: inline-block;
}
.service-item-content a:hover{
  background: #c0163f;
}
.more-service-section{
    overflow: hidden;
    padding: 4.714em;
    background: #f5f5f5;
}
.more-service-left {
  width:30%;
  margin-right: 4.714em;
}
.more-services{
  width: 63%;
}
.more-services h4{
  color:rgba(0, 0, 0, .5);
  line-height: 2.222em;
}
.more-services p{
  margin: 0 0 1.5em;
}
.more-services ul{
  overflow:hidden;
  padding-left: 18px;
}
.more-services ul li{
  list-style: square;
  float: left;
  min-width: 196px;
}
.more-services ul li a{
  color: rgba(0, 0, 0, .4);
  font-weight: 600;
  line-height: 1.929em;
}
.more-services ul li a:hover{
  color: rgba(0, 0, 0, .6);
}

@media(max-width: 767px){
  .more-service-section{
    padding:0;
  }
  .more-service-left {
    width:100%;
  }
  .more-services{
    width: 100%;
    padding: 1.5em;
  }
  .header-social{
    text-align: left;
    margin-left: 1.071em;
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media(min-width: 768px) and (max-width: 1024px){
  .more-service-left {
      margin-right: 2.714em;
  }
  .more-services ul li {
    min-width: 110px;
  }

  body.fullwidth .col-md-6 {
    width: 50%;
    float: left;
    min-height: 400px;
  }
}

/*------------------------------------------------
  Single-service
------------------------------------------------*/

.left-sidebar, .single-description{
  padding-top: 4.286em;
}
.left-sidebar h4{
  font-size: 1.429rem;
  color:rgba(0, 0, 0, .7);
  margin-bottom: 1.4em;
}
.left-sidebar li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 0;
}
.left-sidebar li a{
  font-family: 'Raleway', sans-serif;
  color:rgba(0, 0, 0, .4);
  font-weight:600;
}
.left-sidebar li a:hover{
    color:rgba(0, 0, 0, .9);
}
.single-description h1, .single-description img, .single-description h4{
  margin-bottom: 0.833em;
}
.single-description h2{
  font-size:1.5rem;
}
.single-description p{
  margin-bottom:2em;
}

/*-------------------------------------------------
  About us style
---------------------------------------------*/
.company{
  padding: 4.286em 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.company-description p{
  margin:1.5em 0;
}
.company-description{
  width:50%;
  padding-right:15px;
}
.company-description h2{

}
.company-description h3{
  font-size: 1.429rem;
  margin-top:1em;
  line-height: 1.8em;
  color:rgba(0,0,0,.6);
}
.company-thumb{
  width:50%;
  padding-left:15px;  
}
.company-chairmen{
  padding: 4.286em 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.chairmen-thumb{
    width:50%;
}
.chairmen-description{
  width:50%;
  padding-left:1.143em;
}
.chairmen-description p{
  margin:1.5em 0;
}
.signature img{
  padding-bottom:1em;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.signature h4{
  padding-top:.6em;
}
.signature p{
  margin:0;
}
.directors{
  padding: 4.286em 0 2em 0;
  overflow: hidden;  
}
.directors h3{
  margin:0.625em 0 1.250em 0.625em;
}
.director-list h4{
  margin-top:0.833em;
}
.director-list h5{
  font-family: 'Raleway', sans-serif;
  font-weight:600;
  font-size:1rem;
  margin:0;
  color:rgba(0, 0, 0, .4);
}

@media(max-width: 767px){
  .company-description,
  .company-thumb, 
  .chairmen-thumb, 
  .chairmen-description{
    width:100%;
    padding:0;
  }
  .chairmen-thumb img, 
  .director-list{
    margin-bottom:1.071em;
  }
}
@media(min-width: 480px) and (max-width: 767px){
  .director-list {
    margin-bottom: 1.071em;
    width: 50%;
    float: left;
    max-height: 332px;
}

}

/*------------------------------------------------
Contact page style
------------------------------------------*/
.contact{
  padding: 4.286em 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .1);  
}
.contact-head{
  padding-bottom:3.2em;
}
.main-contact-form h4, .contact-us .get-in-Touch h4{
  margin-bottom: 1.4em;
  font-size: 1.429rem;
}
.main-contact-form input[type=text],
.main-contact-form input[type=email],
.main-contact-form input[type=tel]{
    width: 100%;
    line-height: 3em;
    padding: 0 1.5em;
    margin-bottom: 2.2em;
    border: 1px solid #e8e8e8;
}
#phone{
  width: 48%;
  margin-right:.8em;
}
#subject{
  width: 48%;
  margin-left:1em;
}
.main-contact-form input[type=submit]{
    margin-top: 2em;
    line-height: 2em;
    padding: 8px 30px;
    text-transform: uppercase;
    border: 1px solid #c0163f;
}
.contact-us .get-in-Touch address{
  color:#919191;
}
.contact-us .get-in-Touch address a{
  color: rgba(0,0,0,.8);
  font-weight: 600;
}
.map-area{
  display: block;
  clear: both;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  position:relative;
  padding-top: 50px;
}
.map-canvas {
    height     : 300px;
}
section.main {
  margin: 0px -15px 30px;
  background: #fff;
  padding: 20px 15px 20px;
}
body.fullwidth section.main {
  background: #fff;
  padding: 20px;
  margin: 0px;
}
.link-volver {
  margin-top: 1.071em;
  display: inline-block;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #c0163f;
    border-color: #a90f34;
}
.pagination>li>a, .pagination>li>span {
  color:  #c0163f;
}
#lista-noticias > div {
  margin-bottom: 50px;
}
#lista-noticias .featured-post {
  position: relative;
  margin-bottom: 15px;
}
#lista-noticias .date {
  background: #c0163f;
  color: #ffffff;
  border-color: #a90f34;
  padding: 7px 10px;
  position: absolute;
  top: 10px;
  right: 0px;
}
.precio {
  color: #c0163f;
  font-weight: bold;
  font-size: 20px;
}
.precio span {
  font-size: 80%;
  font-weight: normal;
  text-decoration: line-through;
}
#lista-noticias .precio {
  background: #c0163f;
  color: #ffffff;
  border-color: #a90f34;
  padding: 7px 10px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  font-size: 16px;
}
.btn-thin {
  padding: 4px 12px;
}

.block-aplicacion {
}
.block-aplicacion + .block-aplicacion {
  margin-top: 20px;
  border-top: 1px solid #c0163f;
  padding-top: 20px;
}
.block-aplicacion h4 {
  line-height: 1.4rem;
  background: #f0f0f0;
  padding: 5px 10px;
  min-height: 48px;
  color: #c0163f;
}
.block-aplicacion ul {
  margin-top: 10px;
  list-style: disc;
  padding-left: 25px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
#lista-ocasion h3 {
  font-size: 18px;
  margin-top: 10px;
  color: #c0163f;
}
#lista-ocasion p {
  margin: 0px 0px 5px;
  color: #555;
}
#lista-ocasion .col-lg-3 {
  padding: 0px 8px;
}
#lista-ocasion .main-post {
  margin-bottom: 25px;
}
#lista-ocasion a {
  display: block;
  padding: 8px;
  background: #fafafa;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#lista-ocasion a:hover {
  background: #f0f0f0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#lista-ocasion a .featured-post {
  position: relative;
  overflow: hidden;
}
#lista-ocasion a .featured-post img {
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#lista-ocasion a:hover .featured-post img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.listado-maquinaria.row {
  margin-left: -23px;
  margin-right: -23px;
  margin-bottom: 15px;
}
.listado-maquinaria.row.container {
  margin: auto;
}
body.fullwidth .listado-maquinaria.row.container {
  width: 100%;
  margin-bottom: 10px;
}
.listado-maquinaria > div {
  padding: 0px 8px 16px;  

}
.listado-maquinaria div a {
  display: block;
  width: 100%;
  background: #fafafa;
  border-radius: 3px;
  padding: 10px;
  position: relative; 
  overflow: hidden;
}
.listado-maquinaria div a .maquina {
  display: block;
  width: 100%;
  height: 0px;
  position: relative;
  padding: 0px 0px 70% 0px;
  margin-bottom: 10px;
}
.listado-maquinaria div a .maquina img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;  
  margin: auto; 
  max-width: 100%;
  max-height: 100%;  
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.listado-maquinaria div a:hover .maquina img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.listado-maquinaria div a .logo {
  display: block;
  width: 100%;
  height: 0px;
  position: relative;
  padding: 0px 0px 50% 0px;
}
.listado-maquinaria div a .logo img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;  
  margin: auto; 
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.listado-maquinaria div a:hover .logo img {
  transform: scale(0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.listado-maquinaria div a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;  
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.listado-maquinaria div a:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(top right,rgba(192, 22, 63, 0) 0%,rgba(192, 22, 63, .5) 100%);
  background: -o-linear-gradient(top right,rgba(192, 22, 63, 0) 0%,rgba(192, 22, 63, .5) 100%);
  background: -moz-linear-gradient(top right,rgba(192, 22, 63, 0) 0%,rgba(192, 22, 63, .5) 100%);
  background: linear-gradient(top right,rgba(192, 22, 63, 0) 0%,rgba(192, 22, 63, .5) 100%);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-collapse.collapse, .main-nav-bar .container {
  padding: 0px;
}
.banner-caption-multiple  {
  padding: 15px;
}
.banner-caption-multiple  h1 {
  margin-bottom: 15px;
}
.banner-caption-multiple > div, .banner-caption-multiple > a > div {
  display: flex;
  flex-wrap: wrap;
}
.banner-caption-multiple > div > div.slider-text, .banner-caption-multiple > a > div > div.slider-text {
  flex: 0 0 50%;
  text-align: justify;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-caption-multiple > div > div img, .banner-caption-multiple > a > div > div img  {
  max-width: 80px;
  margin-right: 10px;
}
.banner-caption-multiple > div > div:nth-child(2n+1):nth-last-child(1), .banner-caption-multiple > a > div > div:nth-child(2n+1):nth-last-child(1) {
  margin-left: 25%;
}

.banner-caption-multiple > div > div h2, .banner-caption-multiple > a > div > div h2  {
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
}
@media(max-width: 767px){
  #phone, #subject{
    width:100%;
    margin:0 0 2.2em 0;
  }
  .contact-us .get-in-Touch h4{
    margin-top:2.2em;
  }

  .banner-caption  {
    width: 60%;
  }  
  .banner-caption > div  {
    display: none;
  }  
}
@media(min-width: 768px) and (max-width: 1199px){
  #subject {
      margin-left: .6em;
  }
}
@media(min-width: 768px) and (max-width: 1024px){
  .main-nav li a {
    padding: 15px 0px;
  }
  .banner-caption-multiple  {
    width: 70%;
  }  
}
@media(min-width: 1024px){
  .main-nav li a {
    padding: 15px 12px;
  }
}

@media(min-width: 1199px){
  .main-nav li a {
    padding-left: 23px;
    padding-right: 23px;
  }
  .service-caption {
    padding: 15px 20px 20px;
  }
}

@media(min-width: 991px){
  #lista-noticias > div:nth-child(3n+1) {
    clear: both;
  }
}






/* Inicio Recambios */
.categorias-recambios, .lista-marcas-recambios {
    list-style: none;
    padding: 0px;
    margin-bottom: 50px;
}
.categorias-recambios:after, .lista-marcas-recambios:after {
    content: "";
    display: table;
    clear: both;
}

.categorias-recambios li, .lista-marcas-recambios li {
    padding: 5px;
}
.categorias-recambios li a {
    font-size: 1.2em;
    display: block;
    padding: 7px 15px;
    background: #fafafa;
    border-radius: 2px;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.categorias-recambios li a:hover {
    background: #f0f0f0;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.categorias-recambios li .img {
    width: 150px;
    height: 100px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    vertical-align: middle;
    background: #fff;
}
.categorias-recambios li .img img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.lista-marcas-recambios li {
    text-align: center;
}
.lista-marcas-recambios img {
    display: block;
    max-width: 100%;
    margin: 10px auto 2px;
}

.listado-recambios > div {
    padding: 8px;
}
.listado-recambios > div > a {
    display: block;
    padding: 10px;
    background: #fafafa;
    border-radius: 2px;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.listado-recambios > div > a:hover {
    background: #f0f0f0;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.listado-recambios > div > a:after {
    content:"";
    display: table;
    clear: both;
}
.listado-recambios > div > a span {
    float: right;
    color: #AC202D;
}



.tachado {
    font-size:0.8em;
    text-decoration: line-through;
}

.texto-recambios {
    margin-bottom: 20px;
    display: block;
    clear: both;
}
.texto-recambios h2 {
    margin-bottom: 10px;
}

.main-post .featured-post {
  position: relative;
  width: 100%;
  display: block;
  height: 0px;
  padding-bottom: 65%;
}
.main-post .featured-post img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;   
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-ratio {
  position: relative;
  width: 100%;
  display: block;
  height: 0px;
  padding-bottom: 75%;
}
.img-ratio img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;   
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}


.content-wrapper section.main > .container {
  min-height: 200px;
}

@media only screen and (min-width : 991px) {
    .listado-recambios > div:nth-child(4n+1) {
        clear: both;
    }


    .listado-recambios > div > a span {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background: rgba(136, 136, 136, .5);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        color: #fff;
        text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
        opacity: 0; 
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .listado-recambios > div > a:hover span {
        display: flex;
        opacity: 1;    
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

}

@media only screen and (min-width : 767px) {
    .categorias-recambios li {
        width: 50%;
        float: left;
    }
    .categorias-recambios li:nth-child(2n+1) {
        clear: both;
    }
    .lista-marcas-recambios li {
        width: 33%;
        width: calc(100%  / 3);
        float: left;
    }
    .lista-marcas-recambios li:nth-child(3n+1) {
        clear: both;
    }
}

/* Fin recambios */




@keyframes newholland {
  from,
  60% {
    opacity: 1;
  }
  65%,
  to {
    opacity: 0;
  }
  95%,
  to {
    opacity: 0;
  }
  100%,
  to {
    opacity: 1;
  }
}