/* Basic Style  */
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  font-size: 13px;
  color: #a8a8a8;
}

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

ul.identado_servicios{
  padding-left: 10%;
  list-style: circle; /*estaba en unset*/
}

/*.especial{
  margin: 0 15%;
}*/

figure, p {
  
}

a {
  -webkit-transition: all .3s ease-in 0s;
     -moz-transition: all .3s ease-in 0s;
      -ms-transition: all .3s ease-in 0s;
       -o-transition: all .3s ease-in 0s;
          transition: all .3s ease-in 0s;
}

iframe {
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold; /*cambiado x Amaro de normal a bold*/
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

body > section {
    padding: 100px 0;
}

.section-title {
  margin: 0 auto 45px;
/*  width: 420px;*/
}

.section-title h2 {
  color: #1f2021;
  font-size: 25px; /*cambiado x Amaro de 30 a 25*/
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #1F2021;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 16px; /*cambiado x Amaro de 13 a 16*/
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

.btn-blue:hover{
  background-color: #fff;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}

.kill-margin {
    margin: 0 !important;
}

/*************************
*******Navigation******
**************************/

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.animated-nav .navbar-brand {
  padding: 8px 0;
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 23px 10px;
}

#navigation > .container {
  border-bottom: 1px solid #636364;
}

.animated-nav#navigation > .container {
  border-bottom: none;
}

.navbar-brand {
  height: inherit;
  padding: 21px 0; /*antes 30*/
}

.navbar-brand a {
  display: block;
}

.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 38px 15px;
  text-transform: uppercase;
}

.navigation .navbar-nav > li.current > a {
  /*color: #000000;*/
  border-bottom: 1px solid #000000;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: transparent;
}

/*************************
*******Main Slider******
**************************/
header{
  background-color: rgba(0,0,0,0.8);
}


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:cover;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

.carousel-caption > div {
  background-color: rgba(0,0,0,0.8);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 25%;
  width: 76%;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: none;
  /*text-transform: uppercase;*/
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 20px; /*cambiado x Amaro de 13 a 20*/
  margin-top: 0;
  text-shadow:none;
}

#nav-arrows > a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.carousel-indicators .active {
  background-color: #000000;
  border: 0;
}

/*FLECHA ABAJO INICIO*/
.home-bottom {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.pulse {
    animation-name: pulse;
}
.home-bottom a {
    animation: 1s ease 0s normal none infinite running bounce;
    color: #fff;
    font-size: 100px;
    opacity: 0.8;
}
/*FLECHA ABAJO FIN*/



/*============================================================
    Services
============================================================*/
#service .media > .pull-left{
    margin-right: 50px;
}

#service .media .media-body h3{
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

#service .media .media-body p{
    color: #A8A8A8;
    font-size: 13px;
    line-height: 24px;
}

#service .media{
    padding-bottom: 50px;
    padding-left: 20px;
}

.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}

/*============================================================
    Portfolio
============================================================*/
#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #000000;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 24%;
    margin-left: 1%;
	margin-bottom: 3%;
}

.plus {
  background: url("../img/icons/plus.png") no-repeat scroll center center #91363B;
  border-radius: 50%;
  display: block;
  height: 50px; /*cambiado x Amaro de 80 a 50*/
  left: 54%; /*cambiado x Amaro de 50 a 54*/
  margin: -10px 0 0 -40px; /*cambiado x Amaro de -40px 0 0 -40px  a  -40px 0 0 -40px*/
  position: absolute;
  top: -45px; /*cambiado x Amaro de -41 a -45*/
  width: 50px; /*cambiado x Amaro de 80 a 50*/
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  text-align: center; /*me lo pidio Amaro*/
  background-color: #fff;
  bottom: 0;
  left: 0;
  /*padding: 10px 0 30px 30px; original*/
  padding: 0 0 10px 0px; /*pedido x Amaro*/
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figure img{
  opacity: 0.75;
  border-radius: 0%;
  /*filter: grayscale(100%);*/
  width: 100%; /*añadido sergio*/
}

figure img:hover{
  opacity: 1;
  border-radius:5%;
  box-shadow: 10px 10px 10px rgba(20, 42, 62, 0.75);
  /*filter: grayscale(0);*/
  -webkit-transition: 1s ease-in-out 0s;
   -o-transition: 1s ease-in-out 0s;
   transition: 1s ease-in-out 0s;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  /*color: #1f2021; original*/
  color: #91363B; /*pedido por Amaro*/
  font-size: 16px; /*cambiado x Amaro de 20 a 16*/
  line-height: 0px; /*estaba a 28*/
  padding: 12px; /*añadido*/
  border: 0px solid #fff;
}

figcaption.mask h3:hover {
  background-color: #000000;
  color: #fff;
  /*padding: 10px 20px;*/
  -webkit-transition: 1.5s ease-in-out 0s;
  -o-transition: 1.5s ease-in-out 0s;
  transition: 1.5s ease-in-out 0s;
}
figcaption.mask span {
  color: #0FAED9;
}

/*============================================================
    About Us
============================================================*/
#about, #valtra, #mantenimiento, #Agcofinance, #Agcoparts{
    padding-bottom: 90px;
}

.about-us img {
  margin: 0 auto;
}

#about, #valtra, #mantenimiento , #Agcofinance, #Agcoparts .texto{
  color: #096c89;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: justify;
}

#about, #valtra, #mantenimiento , #Agcofinance, #Agcoparts .boton-centrado{
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Counter section */

#count {
  background-color: #435464; /*cambiado x Amaro de 121116 a 435464*/
  padding-bottom: 90px;
}

.counter-section {
  background-color: #000000;
  padding: 25px 0 0;
}

#count #titular, #desc{
  color: white;
  padding: 0 10% 2%; /*cambiado x Amaro de 0 5% 2% a 0 10% 2%*/
}

/*============================================================
    Contact Us
============================================================*/
.contact-form .input-field {
  margin-bottom: 30px;
}

.contact-form .form-control {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
}

.contact-form .message .form-control {
  height: 198px;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form #msg-submit {
  font-size: 13px;
  padding: 17px 50px;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  font-size: 15px; /*cambiado x Amaro de 13 a 20*/
  font-weight: bold; /*añadido x Amaro*/
  display: block;
  margin-bottom: 35px;
}
.enviado_ok{
  background-color: #000000;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 15% 5%;
    text-align: center;
}
.enviado_ok:hover{
    background-color: #fff;
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
    padding: 15% 5%;
    text-align: center;
}



/*============================================================
    Footer
============================================================*/
#footer {
    background-color: #121116;
    padding-top: 35px;
}

.footer-logo {
    margin-bottom: 45px;
}

/*.footer-social {
    margin-bottom: 85px;
}*/

.footer-social h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  width: 230px;
}

.footer-social ul li a {
  color: #fff;
  display: block;
  margin: 0 8px;
  margin-bottom: 20px;
}

.footer-social ul li a:hover {
  color: #000000;
}

.copyright {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.copyright a {
    color: #000000;
}

.copyright a:hover {
    color: #fff;
}

.copyright p {

}

.copyright p:first-child {
    margin-bottom: 15px;
}