a{ text-decoration:none; }

p{ font-size: 19px; }

h1,h2,h3,h4,h5,h6{
	color: #4d4d4f;
}
.mt-7{ margin-top:7rem; }

/**********************/
/**COLORES**/
.bg-black{ background:#282828; }

.text-black{ color:#282828; }

.bg-orange{ background:#d14514; }

.bg-orangeL{ background:#ef5a2b; }

.text-orange{ color:#d14514; }

.bg-blackT{ background:#4d4d4f; }

.text-blackT{ color:#4d4d4f; }

.bg-gray{ background:#ededed; }

.bg-llanta{
	background: url(../img/marcallanta.png) no-repeat left;
  background-size: 20%;
  padding: 4rem 0rem;
}

.bg-maquinaria{
  background: url(../img/bg-h1.jpg) no-repeat center;
    background-size: cover;
    padding: 4rem 0rem;
    margin-top: -25px;
    background-attachment: fixed;
}

.btn-orange{
	background: #d14514;
	text-transform: uppercase;
	color: white;
}

.btn-black{
  background: #000;
  text-transform: uppercase;
  color: white;
}
/*************************/
/*** Menú ***/
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ef5a2b;
}

.m-8{
  margin: 8rem auto;
}

.bg-parallax{
    background: url('../img/parallax1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 55vh;
}


.bg-parallax2{
    /*background: url('../img/reserva-agualumbre.webp') no-repeat;*/
    background: url('../img/ammann-parallax.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 45vh;
}

.bg-parallax3{
    /*background: url('../img/reserva-agualumbre.webp') no-repeat;*/
    background: url('../img/parallax3.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 45vh;
}

.bg-parallaxInt1{
    /*background: url('../img/reserva-agualumbre.webp') no-repeat;*/
    background: url('../img/banner-detalles.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 45vh;
}

.bg-parallaxInt2{
    /*background: url('../img/reserva-agualumbre.webp') no-repeat;*/
    background: url('../img/ammann-parallax2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 45vh;
}


.bg-parallaxIntC{
    background: url('../img/contacto2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 45vh;
}

.img-serv{
  position: absolute;
    right: 12%;
    margin-top: 3%;
}

.box-serv{
  box-shadow: #ccc 0px 10px 8px;
}

/**********Header video*************/

.fullscreen-bg {
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-sec{
    height: 100vh;
}


@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 100%;
    width: 100%;
    top: 0%;
  }
}

/*@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}*/


/****************************/
/*** CARD EFFECT HOVER ***/
.box{
    background: #0000009e;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.35s ease 0s;
}
.box:hover img{ opacity: 0.5; }
.box .box-content{
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: all 0.35s ease 0s;
}
.box:hover .box-content{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.box .title{
    width: 100%;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 36px;
    margin: 5px 0;
    position: absolute;
    bottom: 50%;
}
.box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    position: absolute;
    top: 50%;
}

@media only screen and (max-width:990px){
    .box{ margin-bottom: 20px; }
}
/********************************************************/



/*****************NAV PILLS MAQUINARIA**********************/
.nav-pills .nav-link {
    background: 0 0;
    /* border: 1px solid #fff; */
    border: 1px;
    border-style: hidden solid;
    border-radius: 0;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ef5a2b;
    padding: 1.5rem;
    font-size: 1.5rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #a13710;
    padding: 1.5rem;
    font-size: 1.5rem;
}

.iconNuevos:before{
    content: "";
    background: url(../img/iconNuevos.png) no-repeat;
    background-size: 20%;
    height: 60px;
    width: 60px;
}



.list-group {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0rem;
    border-left: 15px solid #ed592b;
    background: #d4d5d7;
}

.card-body {
    flex: 1 1 auto;
    padding: 0.5rem 0.5rem;
    background: #b8babc;
    border-left: 15px solid #ed592b;
}

.card-title {
    margin-bottom: 0;
}

.list-group-item {
    background: #d4d5d7;
}

.separador{
    border-left: 2px solid #444;
    margin: 7px 0px 7px 0px;
}

/************************************/
.drop-marca{
    background-color: #ef5a2b;
    color: #fff;
    border: 0px solid rgba(0,0,0,.15);
    width: 100%;
}

.dropdown-item {
    font-weight: 600;
    color: #fff;
}

.inputOculto{
  display: none;
}

.inputVisible{
  opacity: 1;
}






.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}



.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}



/**************dropdown desk ***************/
  .dropdown-toggle::after {
    color: #fff;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.055em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    width: 9.6px;
  }


  .dropdown-toggle:focus:after{
    transition:all ease 0.5s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .dropdown-toggle:active:after{
    transition:all ease 0.5s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }


  .drop-submenu::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.055em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    width: 9.6px;
  }

  .drop-submenu:hover:after{
    transition:all ease 0.5s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .drop-submenu:focus:after{
    transition:all ease 0.5s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .drop-submenu:active:after{
    transition:all ease 0.5s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

.desk{
  display: block;
}

.movil{
  display: none;
}

.whats{
  width: 40px;
  position: fixed;
  bottom: 10%;
  left: 25px;
  z-index: 1000;
  text-align: center;
}

.icon-whats {
  background-image: url(../img/icon-whats.png);
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}


/**/
#section07 {
  position: relative;
    width: 100%;
    height: 14vh;
    margin-top: -12%;
}
#section07::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
}
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

#section07 { background: transparent;}

#section07 a {
  padding-top: 65px;
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #ef5a2b;
  border-bottom: 3px solid #ef5a2b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



/*  ========== small devices =================== */
@media (max-width: 767.98px) {

  .desk{
    display: none;
  }

  .movil{
    display: block;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.055em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }

  .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }

  .dropdown-toggle[aria-expanded="true"]:after{
    transition:all ease 0.5s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }


  .drop-submenu::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.055em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }


  .drop-submenu[aria-expanded="true"]:after{
    transition:all ease 0.5s;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }


  .dropdown-item {
    color: rgba(23 98 212)!important;
  }


  .dropdown-item:focus, .dropdown-item:hover {
    /*color: #1e2125;*/
    background-color: #e9ecef00;
  }

  /**/

  .img-serv {
    position: relative;
    right: 12%;
    margin-top: -30%;
  }

  .bg-parallax{
    background-size: cover;
    background-position: 20%;
    background-attachment: initial;
    min-height: 25vh;
  }


  .bg-parallax2{
      background-size: cover;
      background-position: center;
      background-attachment: initial;
      min-height: 35vh;
  }

  .bg-parallax3{
      background-size: cover;
      background-position: center;
      background-attachment: initial;
      min-height: 35vh;
  }

  .bg-parallaxInt1{
      background-size: cover;
      background-position: center;
      background-attachment: initial;
      min-height: 35vh;
  }

  .bg-parallaxInt2{
      background-size: cover;
      background-position: center;
      background-attachment: initial;
      min-height: 35vh;
  }


  .bg-parallaxIntC{
      background-size: cover;
      background-position: center;
      background-attachment: initial;
      min-height: 35vh;
  }


}
/* ============ small devices .end// ============ */