body {
  font-family: "Roboto", sans-serif;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

img {
  max-width: 100%;
}

p,
a,
ul li {
  font-size: 1.1rem;
  line-height: 2rem;
  text-decoration: none;
  color: #686868;
}

a.btn-primary {
  background-color: #FFE16F;
  color: #716122;
  border-radius: 25px;
  width: 290px;
  font-style: italic;
  margin: 0 auto;
  font-weight: 600;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 5px 25px;
  border: 1px solid #FFE16F;
  font-size: 1.5rem;
}

a.btn-primary:hover {
  background-color: #716122;
  color: #FFE16F;
  border-color: #716122;
}

@media (max-width: 1400px) {
  a.btn-primary {
    margin-bottom: 1rem;
  }
}

.legal-bottom {
  position: absolute;
  left: 10px;
  bottom: 6rem;
  width: 1rem;
}

.legal-bottom img {
  width: 1rem;
}

@media (max-width: 667px) {
  .legal-bottom {
    bottom: 2rem;
    width: 0.7rem;
  }
  .legal-bottom img {
    width: 0.7rem;
  }
}

header {
  position: relative;
}

header .hero-image {
  position: relative;
  top: 0;
}

header .logo {
  position: absolute;
  z-index: 10;
  width: 300px;
  top: 0;
  left: 0;
}

@media (max-width: 1300px) {
  header .logo {
    width: 200px;
  }
}

@media (max-width: 990px) {
  header .logo {
    display: none;
  }
}

@media (max-width: 768px) {
  header .logo {
    width: 140px;
  }
}

header .legal-top {
  position: absolute;
  right: 5px;
  top: 5rem;
  z-index: 50;
  width: 1rem;
}

@media (max-width: 1040px) {
  header .legal-top {
    display: none;
  }
}

header .hero-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .hero-image .textos-header {
  position: absolute;
  right: 20%;
  top: 25%;
  width: 460px;
}

header .hero-image .textos-header h1 {
  color: #FFE16F;
  font-size: 4.3rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 4.7rem;
}

header .hero-image .textos-header h1 span {
  color: #fff;
  display: block;
  position: relative;
  left: 3.5rem;
}

header .hero-image .textos-header h2 {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  position: relative;
  left: 2rem;
  font-size: 2.75rem;
  margin-bottom: 0;
}

header .hero-image .textos-header p {
  color: #fff;
  text-align: left;
  font-size: 1rem;
  line-height: 1.4rem;
}

@media (max-width: 990px) {
  header .hero-image .textos-header p {
    display: none;
  }
}

@media (min-width: 2700px) {
  header .hero-image .textos-header {
    right: 30%;
    top: 30%;
    width: 400px;
  }
}

@media (max-width: 1700px) {
  header .hero-image .textos-header {
    right: 15%;
    top: 15%;
  }
}

@media (max-width: 1240px) {
  header .hero-image .textos-header {
    right: 6%;
    top: 10%;
  }
}

@media (max-width: 1100px) {
  header .hero-image .textos-header {
    right: 6%;
    top: 5%;
  }
}

@media (max-width: 1040px) {
  header .hero-image {
    display: none;
  }
}

header .header-m {
  display: none;
}

@media (max-width: 1040px) {
  header .header-m {
    display: block;
  }
}

header .intro {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

header .intro h2 {
  color: #009056;
  font-style: italic;
  font-size: 2rem;
  font-weight: 900;
}

header .intro h2 span {
  display: block;
  color: #686868;
  font-weight: 300;
  font-size: 1.75rem;
}

header .intro p.only-m {
  display: none;
}

@media (max-width: 1040px) {
  header .intro p.only-m {
    display: block;
  }
}

@media (max-width: 1300px) {
  header .intro {
    bottom: 40px;
    position: relative;
  }
}

main {
  position: relative;
}

main .truck-section .contenido-truck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  main .truck-section .contenido-truck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .truck-section .contenido-truck .links {
  width: 20%;
  position: relative;
}

@media (max-width: 768px) {
  main .truck-section .contenido-truck .links {
    width: 100%;
  }
}

main .truck-section .contenido-truck .links .link-t {
  position: absolute;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

main .truck-section .contenido-truck .links .link-t .icono img {
  width: 60px;
  min-width: 60px;
  margin: 10px;
}

main .truck-section .contenido-truck .links .link-t p {
  margin-bottom: 0;
  line-height: 1.1rem;
  font-size: .7rem;
}

main .truck-section .contenido-truck .links .link-t h5 {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: .9rem;
  width: 180px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

main .truck-section .contenido-truck .links .link-t p.ver-mas {
  color: #009056;
  font-size: .7rem;
  font-style: italic;
  line-height: 1.2rem;
}

main .truck-section .contenido-truck .links .link-t.uno {
  bottom: 19%;
}

main .truck-section .contenido-truck .links .link-t.dos {
  bottom: 46%;
}

main .truck-section .contenido-truck .links .link-t.tres {
  bottom: 75%;
}

main .truck-section .contenido-truck .links .link-t.cuatro {
  bottom: 75%;
}

main .truck-section .contenido-truck .links .link-t.cinco {
  bottom: 58%;
}

main .truck-section .contenido-truck .links .link-t.seis {
  bottom: 40%;
}

main .truck-section .contenido-truck .links .link-t.siete {
  bottom: 23%;
}

main .truck-section .contenido-truck .links .link-t.ocho {
  bottom: -4%;
}

@media (max-width: 1400px) {
  main .truck-section .contenido-truck .links .link-t.ocho {
    bottom: -10%;
  }
}

main .truck-section .contenido-truck .links .link-t:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}

main .truck-section .contenido-truck .links .link-t:hover h5 {
  color: #009056;
}

main .truck-section .contenido-truck .links .link-t.only-m {
  display: none;
}

@media (max-width: 1100px) {
  main .truck-section .contenido-truck .links .link-t.only-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1100px) {
  main .truck-section .contenido-truck .links .link-t {
    position: initial;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #009056;
  }
  main .truck-section .contenido-truck .links .link-t:last-child {
    border: unset;
    padding-bottom: 0;
  }
  main .truck-section .contenido-truck .links .link-t p {
    margin-bottom: 0;
    line-height: 1.1rem;
    font-size: .9rem;
  }
  main .truck-section .contenido-truck .links .link-t h5 {
    font-size: 1.1rem;
  }
  main .truck-section .contenido-truck .links .link-t a {
    font-size: .9rem;
  }
}

@media (max-width: 768px) {
  main .truck-section .contenido-truck .links .link-t h5 {
    width: 300px;
  }
}

@media (max-width: 460px) {
  main .truck-section .contenido-truck .links .link-t h5 {
    width: 260px;
  }
}

main .truck-section .contenido-truck .links.hide-m {
  width: 13%;
}

main .truck-section .contenido-truck .links.hide-m .link-t {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1100px) {
  main .truck-section .contenido-truck .links.hide-m {
    display: none;
  }
}

@media (max-width: 1100px) {
  main .truck-section .contenido-truck .links {
    width: 40%;
    position: relative;
  }
}

@media (max-width: 768px) {
  main .truck-section .contenido-truck .links {
    width: 100%;
    position: relative;
    overflow-y: visible;
    margin-top: 1.5rem;
  }
}

main .truck-section .contenido-truck .truck {
  width: 67%;
  text-align: center;
}

main .truck-section .contenido-truck .truck img {
  width: 95%;
}

@media (max-width: 1100px) {
  main .truck-section .contenido-truck .truck img.camion {
    display: none;
  }
}

main .truck-section .contenido-truck .truck img.camion.only-m {
  display: none;
}

@media (max-width: 1100px) {
  main .truck-section .contenido-truck .truck img.camion.only-m {
    display: block;
  }
}

@media (max-width: 990px) {
  main .truck-section .contenido-truck .truck {
    width: 60%;
  }
}

@media (max-width: 768px) {
  main .truck-section .contenido-truck .truck {
    width: 100%;
  }
}

main .cta {
  background-image: url(../img/bg-gris.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  text-align: center;
}

footer {
  background-color: #009056;
}

/*footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}*/

/*@media (max-width: 990px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}*/

footer .container p {
  color: #fff;
  margin-bottom: 0;
 line-height: 130%;
}
/*# sourceMappingURL=style.css.map */



.small-txt{
	font-size: 0.8rem;
	line-height: 150%;
}
.small-txt a{
	font-size: 0.8rem;
	line-height: 150%; 
	color: #ffffff;
	text-decoration: underline;
}