body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -3px;
}

h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -3px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -2px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

h5 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.button {
  display: inline-block;
  margin-top: 30px;
  padding: 7px 35px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #474747;
  font-size: 12px;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
}

.button:hover {
  border-color: #878787;
  background-color: #878787;
  color: #fff;
}

.button.crearusuario {
  margin-top: 1px;
  padding: 12px 29px;
  float: none;
  border-color: transparent;
  border-radius: 24px;
  background-color: #499ddf;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.button.crearusuario:hover {
  background-color: hsla(0, 0%, 100%, .52);
  color: #fff;
}

.header {
  height: 78%;
  min-height: 0px;
  padding: 0px;
  background-color: transparent;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

.slide-1 {
  background-image: url('../images/slider1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/sheep.jpeg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 51px;
  z-index: 10;
  display: block;
  width: 75%;
  margin-top: 437px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.right-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.right-icon:hover {
  background-color: rgba(51, 51, 51, .49);
  color: #fff;
}

.left-icon {
  display: block;
  width: 35px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 30px;
}

.left-icon:hover {
  background-color: rgba(51, 51, 51, .49);
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 34px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-container {
  display: block;
  width: 85%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  float: right;
}

.nav-link {
  padding-top: 13px;
  padding-right: 35px;
  padding-left: 35px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #e3e3e3;
}

.nav-link.w--current {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.nav-link.w--current:hover {
  color: #e3e3e3;
}

.about {
  padding-right: 20px;
  padding-left: 20px;
}

.left-column {
  padding-right: 10px;
  padding-left: 0px;
}

.right-column {
  padding-right: 0px;
}

.grey-box {
  height: auto;
  min-height: 600px;
  padding-top: 150px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #f5f5f5;
  text-align: center;
}

.about-photo {
  height: 600px;
  background-image: url('../images/4788456539_896578c5c0_b.jpg'), url('../images/desk1.jpeg');
  background-position: 7% 50%, 50% 50%;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.about-photo._2 {
  background-image: url('../images/students.jpg'), url('../images/4788456539_896578c5c0_b.jpg');
  background-position: 50% 50%, 7% 50%;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.row {
  display: block;
  margin-bottom: 20px;
}

.about-photo-2 {
  height: 600px;
  background-image: url('../images/shutterstock_230410570.jpg'), url('../images/desk3.jpeg');
  background-position: 100% 0px, 50% 50%;
  background-size: cover, cover;
}

.about-photo-2._2 {
  background-image: url('../images/LIBROS.png');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio {
  padding-right: 10px;
  padding-left: 10px;
}

.break---numbers {
  padding: 50px 20px;
}

.contact {
  height: auto;
  min-height: 400px;
  margin-bottom: 0px;
  padding: 50px 20px 0px;
  text-align: center;
}

.contact-form {
  margin-top: 100px;
  margin-bottom: 100px;
}

.label {
  font-family: Montserrat, sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.text-field {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
}

.text-area {
  height: 350px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: -1px;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.footer-content {
  padding: 50px;
  background-color: #242424;
  text-align: center;
}

.footer-text {
  margin-top: 28px;
  color: #fff;
  line-height: 28px;
}

.services {
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.services-photo {
  height: 600px;
  background-image: url('../images/thing_books-pen-sitting-on-grass_landscape.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.services-1 {
  overflow: hidden;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f5f5f5;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-1:hover {
  background-color: #e3e1d3;
  background-image: none;
}

.services-2 {
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f5f5f5;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-2:hover {
  background-color: #e0cece;
  background-image: none;
}

.services-3 {
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f5f5f5;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-3:hover {
  background-color: #d1d7e0;
  background-image: none;
}

.break---quotes {
  padding: 100px 20px;
  text-align: center;
}

.quote-slider {
  height: 100px;
  background-color: #fff;
}

.quote-1 {
  padding-top: 30px;
  text-align: center;
}

.quote-2 {
  padding-top: 30px;
  text-align: center;
}

.quote-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1.5px;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.preloader {
  position: absolute;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 275px;
  background-color: #f5f5f5;
  text-align: center;
}

.brand-image {
  margin-right: 70px;
  margin-left: -32px;
}

.footer-logo {
  width: 80px;
}

.slide-3 {
  background-image: url('../images/hoop.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.portfolio-thumbnail {
  width: 100%;
  height: auto;
}

.portfolio-lightbox {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-lightbox:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.portfolio-hover-colour {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.colour {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.colour:hover {
  opacity: 1;
}

.white {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.portfolio-inner {
  height: 100%;
  padding-top: 40%;
  border: 1px solid #fff;
}

.bgvideo {
  z-index: 0;
  height: 100%;
  background-color: transparent;
}

.linksocial {
  margin-right: 6px;
  margin-left: 6px;
}

.fondoblancoheader {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  display: block;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 38%, rgba(0, 0, 0, .66));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 38%, rgba(0, 0, 0, .66));
}

.formheader {
  width: auto;
  margin-top: 6%;
  padding: 9px 20px 22px;
  float: right;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 9%, .63), hsla(0, 0%, 9%, .63));
  background-image: linear-gradient(180deg, hsla(0, 0%, 9%, .63), hsla(0, 0%, 9%, .63));
}

.headingmediano {
  display: block;
  margin-top: -2px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: -1px;
}

.headingmediano.cuotas {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #dfdfdf;
  font-size: 16px;
  line-height: 23px;
}

.headingmediano.cuotas.negro {
  background-color: transparent;
  color: #dfdfdf;
  font-weight: 400;
}

.form1 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.menuinicio {
  position: relative;
  z-index: 10;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.botonmenuinicio {
  margin-bottom: 16px;
  padding: 15px 35px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #7e7e7e;
  font-size: 12px;
  letter-spacing: -1px;
}

.comoseentero {
  border: 1px solid silver;
  border-radius: 0px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, #fff, #fff);
  font-family: Montserrat, sans-serif;
  color: #8d8d8d;
  font-size: 12px;
  letter-spacing: -1px;
}

.footerlink {
  margin-top: 28px;
  margin-right: 5px;
  margin-left: 5px;
}

.fa {
  margin-top: -43px;
}

.crearusuarioform {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 37%;
  height: 93%;
  margin: 10px auto;
  border-radius: 11px;
  background-color: rgba(0, 0, 0, .86);
}

.formcrearusuario {
  display: block;
  margin-top: 34px;
  margin-right: 40px;
  margin-left: 40px;
}

.side-nav {
  position: fixed;
  z-index: 15;
  width: 70px;
  height: 100%;
  min-height: 100%;
  background-color: #353535;
}

.logo-div {
  width: 70px;
  height: 70px;
  padding: 18px 9px;
}

.logo {
  width: 55px;
  height: 55px;
  background-image: url('../images/LogotipoUFM.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar2 {
  position: fixed;
  left: 0px;
  top: 50%;
  width: 70px;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-link2 {
  z-index: 10;
  width: 70px;
  height: 60px;
  min-width: 70px;
  padding: 0px;
  background-image: url('../images/arquitectura.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.nav-link2:hover {
  padding: 20px;
  background-color: transparent;
}

.nav-link2.n-2 {
  padding: 20px 30.71px 30.71px 20px;
  background-image: url('../images/cienciaseconomicas.png');
  background-size: 30px;
}

.nav-link2.n-3 {
  padding: 20px 29.77px 29.77px 20px;
  background-image: url('../images/law.png');
  background-size: 60px;
}

.nav-link2.n-4 {
  background-image: url('../images/educacion.png');
  background-size: 60px;
}

.nav-text {
  position: absolute;
  left: 70px;
  top: 0px;
  z-index: 9;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
}

.nav-text.t-2 {
  width: 200px;
  color: #fff;
}

.nav-text.t-4 {
  width: auto;
}

.expansion {
  position: absolute;
  left: -160px;
  top: 0px;
  z-index: 5;
  width: 200px;
  height: 60px;
  background-color: #b41111;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-fade-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 60px;
  min-width: 0px;
  background-color: #b92828;
}

.expansion2 {
  position: absolute;
  left: -250px;
  top: 0px;
  width: 250px;
  height: 60px;
  background-color: #be2a2a;
}

.expansion3 {
  position: absolute;
  left: -195px;
  top: 0px;
  width: 195px;
  height: 60px;
  background-color: #be2a2a;
}

.expansion4 {
  position: absolute;
  left: -170px;
  top: 0px;
  width: 170px;
  height: 60px;
  background-color: #be2a2a;
}

.carreras {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.carreras.ciencias {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: none;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.carreras.cienciaseconomicas {
  display: none;
}

.titulocarrera {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 50px;
  float: none;
  clear: none;
}

.headingcarrera {
  display: block;
  float: none;
  clear: none;
}

.parrafocarrera {
  display: inline-block;
}

.parrafocarrera.blanco {
  position: static;
  margin-bottom: 0px;
  padding: 72px 18px 35px;
  color: #fff;
}

.parrafocarrera.blanco.med {
  padding: 20px 7px;
  line-height: 19px;
}

.tarjeta {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 300px;
  height: 400px;
  max-width: auto;
  margin-top: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 19px;
  background-color: #b92828;
  box-shadow: 11px 11px 18px 1px rgba(0, 0, 0, .26);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tarjeta._2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 250px;
  height: 300px;
  margin-top: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.headingtarjeta {
  margin-top: 140px;
  margin-bottom: 140px;
  color: #dfdfdf;
  font-size: 40px;
}

.headingtarjeta.mediana {
  margin-top: 119px;
  font-size: 30px;
  line-height: 32px;
}

.cardwrapper {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.tarjeta2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 300px;
  height: 400px;
  max-width: auto;
  margin-top: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 19px;
  background-color: #be2a2a;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tarjeta2._2 {
  width: 250px;
  height: 300px;
  margin-top: 300px;
}

.tabladeprecios {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100px;
}

.heading1 {
  margin-bottom: 21px;
  color: #dfdfdf;
  font-size: 52px;
}

.rowcuotas1 {
  border-radius: 13px 13px 0px 0px;
  background-color: #b92828;
}

.rowcuotas2 {
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #4e4e4e;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #3a3a3a;
}

.rowcuotas2.sinborde {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.fondoestatica {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/4788456539_896578c5c0_b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/4788456539_896578c5c0_b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cienciaseconomicas {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tarjetamediana1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  width: 220px;
  height: 365px;
  margin-top: 310px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 15px;
  background-color: #be2a2a;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tarjetamediana2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  width: 220px;
  height: 365px;
  max-width: 100%;
  margin-top: 310px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 17px;
  background-color: #b92828;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cardwrapper2 {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.rowciencias {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.columnatarjetas {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ce1 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ce2 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ce3 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.productos {
  position: static;
  display: block;
  width: 100%;
  height: 325px;
  padding-top: 117px;
  padding-bottom: 0px;
  background-image: url('../images/productos.gif');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.productos._1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, .47)), url('../images/gif1.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .51), hsla(0, 0%, 100%, .47)), url('../images/gif1.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
}

.productos._2 {
  background-image: url('../images/gif2.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

.productos._3 {
  background-image: url('../images/gif3.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

.productos._4 {
  background-image: url('../images/gif4.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

.productos._5 {
  background-image: url('../images/gif5.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

.productos._6 {
  background-image: url('../images/gif6.gif');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

.productoscolumna {
  position: relative;
  display: block;
}

.columnaproductos {
  padding-right: 0px;
  padding-left: 0px;
}

.headingproductos {
  margin-bottom: 32px;
  color: #fff;
  font-size: 33px;
  line-height: 32px;
  letter-spacing: -2px;
}

.botoncontactenos {
  width: 100%;
  height: 76px;
  padding-top: 28px;
  padding-bottom: 31px;
  background-image: -webkit-linear-gradient(270deg, #499ddf, #4b61b9);
  background-image: linear-gradient(180deg, #499ddf, #4b61b9);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  text-align: center;
  letter-spacing: -1px;
}

.botoncontactenos:hover {
  background-color: #2e41c7;
  background-image: none;
}

.seccionmapa {
  height: 314px;
}

.mapa {
  height: 205px;
}

.copyright {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #242424;
  text-align: center;
}

.copyright.blanco {
  background-color: #fff;
}

.copyrightroo {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-decoration: none;
}

.copyrightroo.negro {
  font-family: Oswald, sans-serif;
  color: #353535;
  font-weight: 200;
}

.copyrightroo.negro.blanco {
  color: #f5f5f5;
}

.contenedor1 {
  text-align: center;
}

.izquierda1 {
  width: 68%;
  padding: 0px 15px 30px;
  float: left;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.derecha1 {
  width: 32%;
  height: 285px;
  padding: 15px;
  float: right;
  border: 14px solid #fff;
  background-color: #464747;
  cursor: pointer;
}

.derecha2 {
  width: 32%;
  margin-top: 0px;
  padding: 20px 15px;
  float: right;
}

.izquierda2 {
  width: 33%;
  padding: 15px 15px 15px 32px;
  float: left;
}

.derecha3 {
  width: 64%;
  padding: 15px;
  float: right;
}

.izquierda3 {
  width: 33%;
  margin-top: 21px;
  padding: 15px 15px 15px 32px;
  float: left;
}

.derecha4 {
  width: 64%;
  padding: 11px 15px 15px;
  float: right;
}

.headingcuadro {
  display: block;
  margin-top: 66px;
  padding-top: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
}

.headingcuadro._2 {
  padding-top: 34px;
  padding-bottom: 34px;
  color: #242424;
}

.headingcuadro._2.blanco {
  color: #fff;
}

.headingcuadro._2.grande {
  margin-top: 199px;
  font-size: 36px;
}

.headingcuadro._2.grande.corto {
  margin-top: 61px;
}

.headingcuadro._2.grande.corto.blanco {
  color: #fff;
}

.imag1 {
  background-color: #fff;
}

.imag3 {
  background-color: rgba(73, 157, 223, .82);
}

.headingsobreimagen {
  position: absolute;
  z-index: 6;
  display: block;
  color: #fff;
}

.seccion2 {
  padding-top: 0px;
  padding-bottom: 35px;
  background-color: transparent;
}

.contacto2 {
  background-color: #242424;
}

.parrafocontacto {
  width: 70%;
  margin-bottom: 0px;
  padding: 29px 75px;
  float: right;
  color: #888686;
  text-align: center;
}

.linktel {
  color: #888686;
  text-decoration: none;
}

.imag4 {
  background-color: #3f3f3f;
}

.imag5 {
  background-color: #0098ff;
}

.imag6 {
  background-color: rgba(73, 157, 223, .35);
}

.overdiv1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  background-color: transparent;
  opacity: 0;
  text-align: center;
}

.imagen1div1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.productostitulo {
  margin-top: 35px;
  margin-bottom: 51px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
}

.overdiv2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  opacity: 0;
}

.overdiv3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  opacity: 0;
}

.overdiv4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 94%;
  padding: 8px 10px;
  opacity: 0;
}

.overdiv5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  opacity: 0;
}

.divmapa {
  display: inline-block;
  width: 30%;
  padding: 22px;
  float: left;
}

.body {
  background-color: #fff;
}

.seccion1 {
  position: relative;
  left: 0px;
  top: 70px;
  right: 0px;
  height: auto;
  background-image: url('../images/portada1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.secc1linea2 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f0f0f0;
}

.secc1linea2.gris {
  background-color: #f0f0f0;
}

.fotolinea2 {
  padding: 15px;
  text-align: center;
}

.sliderlinea2 {
  height: 500px;
}

.slide1linea2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide2linea2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.nombre-producto {
  font-family: Oswald, sans-serif;
  color: #272727;
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.nombre-producto.titulo {
  margin-top: 70px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #4b4b4b;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.descripcion-producto {
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.titulolinea {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}

.slide2linea1 {
  background-image: -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada2linea1.png');
  background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada2linea1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide1linea1uno {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada1linea1_2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada1linea1_2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide1linea3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada1linea3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada1linea3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide2linea3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada2linea3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada2linea3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide3linea3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada3linea3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/portada3linea3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide4linea3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/DSC05676.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/DSC05676.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide1linea4 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .3)), url('../images/DSC05691.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3)), url('../images/DSC05691.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.slide2linea4 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 5%, 0), rgba(0, 0, 0, .3)), url('../images/DSC05693.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, hsla(0, 0%, 5%, 0), rgba(0, 0, 0, .3)), url('../images/DSC05693.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.slide3linea4 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .3)), url('../images/DSC05712.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3)), url('../images/DSC05712.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.slide1linea5 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/DSC05600.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/DSC05600.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.slide2linea5 {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/DSC05608.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .3)), url('../images/DSC05608.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.slide4linea4 {
  background-image: -webkit-repeating-linear-gradient(270deg, transparent, rgba(0, 0, 0, .3)), url('../images/portadalinea6.png');
  background-image: repeating-linear-gradient(180deg, transparent, rgba(0, 0, 0, .3)), url('../images/portadalinea6.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.navbar3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 73px;
  padding-top: 15px;
  background-color: #fff;
}

.navlink2 {
  padding: 10px 19px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.navlink2:hover {
  color: #499ddf;
}

.navlink2:focus {
  color: #499ddf;
}

.navlink2.w--current {
  border-bottom: 2px solid #499ddf;
}

.navlink2.w--current:hover {
  border-bottom: 2px solid #499ddf;
}

.navlink2.w--current:active {
  border-bottom: 2px solid #499ddf;
}

.navlink2.w--current:focus {
  border-bottom: 2px solid #499ddf;
}

.divproducto {
  height: 250px;
  margin-top: 43px;
  margin-bottom: 43px;
  padding-top: 25px;
  padding-right: 37px;
  padding-left: 37px;
  background-color: #fff;
  box-shadow: 8px 8px 28px -7px #868686;
  cursor: pointer;
}

.navbar4 {
  position: static;
}

.containermenu {
  text-align: center;
}

.navmenu2 {
  float: none;
}

.slide3linea1 {
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .3)), url('../images/DSC05403.png'), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3)), url('../images/DSC05403.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.columnax {
  padding-right: 95px;
  text-align: right;
}

.vasps {
  margin-right: 13px;
  padding-right: 17px;
}

.body-2 {
  background-color: #f0f0f0;
}

.container {
  width: 57%;
}

.container-2 {
  margin-top: 66px;
}

.image {
  display: none;
}

.image-2 {
  display: none;
}

.image-3 {
  display: none;
}

.image-4 {
  display: none;
}

.image-5 {
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  height: 180px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-7 {
  display: block;
  max-width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 46px auto auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7-copy {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: none;
}

html.w-mod-js *[data-ix="title-slide-in-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="title-slide-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-slide-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="services-slide-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="services-slide-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="preloader-fade-out"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="page-load-fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="navtext-hidden"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="expansion-hidden"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="nav-fadebox"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="tarjeta-trasera-escondida"] {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="rotate-card-2"] {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

html.w-mod-js *[data-ix="imagendiv"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="imagendiv-2"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="imagendiv-3"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="imagendiv-4"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="imagendiv-5"] {
  opacity: 1;
}

@media (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 46px;
  }
  h2 {
    font-size: 32px;
    line-height: 31px;
  }
  h4 {
    margin-top: 5px;
  }
  h5 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  p {
    font-size: 13px;
    line-height: 21px;
  }
  .button {
    margin-top: 15px;
  }
  .header {
    background-image: url('../images/envaeses.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .slide-container {
    width: 85%;
    margin-top: 250px;
  }
  .navbar {
    position: absolute;
    top: 0px;
    height: 80px;
  }
  .nav-container {
    width: 100%;
    height: 79px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-menu {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 100px;
    background-color: #494949;
    text-align: center;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 19px;
    z-index: 0;
    margin-top: 30px;
    padding-top: 10px;
  }
  .menu-button:active {
    background-color: transparent;
  }
  .nav-icon {
    color: #fff;
  }
  .nav-link {
    color: #333;
    text-align: center;
  }
  .nav-link.w--current {
    color: #333;
    text-align: center;
  }
  .grey-box {
    height: auto;
    min-height: 400px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-photo {
    height: 400px;
  }
  .about-photo-2 {
    height: 400px;
  }
  .break---numbers {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services-photo {
    height: 400px;
  }
  .services-1 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-2 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-3 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .break---quotes {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .quote-text {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -1px;
  }
  .preloader {
    z-index: 2000;
    padding-top: 200px;
  }
  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
  }
  .brand-image {
    width: 153px;
    margin-right: 0px;
    margin-left: 5px;
    padding-top: 30px;
  }
  .footer-logo {
    width: 75px;
  }
  .colour {
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1;
  }
  .portfolio-inner {
    padding-top: 35%;
  }
  .botonmenuinicio.mobile {
    display: block;
    margin-top: 6px;
    color: #fff;
    font-size: 13px;
  }
  .faq {
    margin-bottom: 37px;
  }
  .fa {
    margin-top: -13px;
  }
  .productos {
    background-position: 50% 50%;
    text-align: center;
  }
  .headingproductos {
    margin-bottom: 60px;
  }
  .derecha2 {
    width: 100%;
  }
  .izquierda2 {
    width: 100%;
  }
  .derecha3 {
    width: 100%;
  }
  .izquierda3 {
    width: 100%;
  }
  .derecha4 {
    width: 100%;
  }
  .headingcuadro._2.grande {
    margin-top: 0px;
    color: #1d1d1d;
    font-size: 58px;
    line-height: 52px;
  }
  .headingcuadro._2.grande.corto {
    margin-top: 21px;
    color: #d5d5d5;
    font-size: 58px;
  }
  .headingcuadro._2.grande._3 {
    color: #888;
  }
  .overdiv1 {
    padding-top: 243px;
    opacity: 1;
    font-size: 27px;
  }
  .overdiv2 {
    padding-top: 243px;
    opacity: 1;
    font-size: 58px;
  }
  .overdiv3 {
    padding-top: 243px;
    opacity: 1;
  }
  .overdiv4 {
    padding-top: 166px;
    opacity: 1;
  }
  .overdiv5 {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .header {
    height: 65%;
    padding-bottom: 0px;
  }
  .slide-container {
    margin-top: 100px;
  }
  .navbar {
    position: absolute;
  }
  .nav-container {
    position: static;
    background-color: transparent;
  }
  .brand {
    padding-left: 5px;
  }
  .nav-menu {
    padding-top: 60px;
  }
  .menu-button {
    right: 21px;
    padding-top: 0px;
    padding-right: 10px;
    background-color: transparent;
  }
  .nav-link {
    padding-bottom: 15px;
  }
  .about {
    padding-top: 0px;
  }
  .left-column {
    margin-top: 20px;
    padding-right: 0px;
  }
  .right-column {
    margin-top: 20px;
    padding-left: 0px;
  }
  .grey-box {
    height: 200px;
    min-height: 100px;
    margin-top: 0px;
    padding: 20px;
  }
  .grey-box._2 {
    height: 414px;
  }
  .grey-box._3 {
    height: 450px;
  }
  .grey-box.faq {
    height: 230px;
  }
  .about-photo {
    height: 450px;
    background-position: 50% 50%, 50% 50%;
  }
  .about-photo._2 {
    height: 200px;
  }
  .row {
    margin-bottom: 0px;
  }
  .about-photo-2 {
    height: 310px;
    margin-top: 0px;
  }
  .about-photo-2._2 {
    height: 230px;
  }
  .about-photo-2._3 {
    height: 414px;
  }
  .portfolio {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .break---numbers {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-form {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-content {
    padding: 20px;
    text-align: center;
  }
  .footer-text {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 19px;
  }
  .services-photo {
    height: 200px;
  }
  .services-1 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .services-2 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .services-3 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .column {
    margin-top: 20px;
    padding: 0px;
  }
  .preloader {
    padding-top: 100px;
  }
  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .brand-image {
    margin-left: 0px;
  }
  .footer-logo {
    margin-bottom: 26px;
  }
  .portfolio-column {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .colour {
    padding: 20px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1;
  }
  .botonmenuinicio {
    padding-right: 25px;
    padding-left: 25px;
  }
  .botonmenuinicio.mobile {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
  }
  .mobilemenudiv {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .parrafomobil {
    font-size: 12px;
    line-height: 17px;
  }
  .fondoparamovil {
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 65%;
  }
  .separadormovil {
    height: 40px;
  }
  .productos {
    background-repeat: no-repeat;
  }
  .headingproductos {
    margin-bottom: 79px;
  }
  .mapa {
    height: 206px;
  }
  .derecha1 {
    border-top-width: 0px;
    border-left-width: 1px;
  }
  .derecha2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .izquierda2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .derecha3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .izquierda3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .derecha4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .headingcuadro {
    margin-top: 10px;
  }
  .headingcuadro._2.grande.corto {
    margin-top: 7px;
    font-size: 65px;
    line-height: 26px;
  }
  .headingcuadro._2.grande.corto.blanco {
    font-size: 65px;
  }
  .headingcuadro._2.grande.corto._3 {
    font-size: 65px;
  }
  .headingcuadro._2.grande.corto._3.n {
    color: #494949;
  }
  .headingcuadro._2.grande._3 {
    font-size: 65px;
  }
  .parrafocontacto {
    padding-right: 47px;
    padding-left: 47px;
  }
  .imagen1div1.peq {
    background-color: #0098ff;
  }
  .overdiv4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .overdiv5 {
    padding-top: 36px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .divproducto {
    height: auto;
    padding-left: 0px;
    text-align: center;
  }
  .navbar4 {
    height: auto;
  }
  .columnax {
    padding-right: 0px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 28px;
  }
  h2 {
    font-size: 28px;
    line-height: 27px;
  }
  h4 {
    font-size: 14px;
    line-height: 15px;
  }
  h5 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }
  .button {
    padding: 8px 20px;
    font-size: 13px;
    line-height: 16px;
  }
  .header {
    padding-top: 0px;
  }
  .slide-container {
    margin-top: 130px;
  }
  .navbar {
    position: absolute;
  }
  .brand {
    padding-left: 0px;
  }
  .nav-menu {
    padding-top: 40px;
    text-align: center;
  }
  .menu-button {
    padding-right: 10px;
  }
  .nav-icon {
    color: #fff;
  }
  .about {
    padding-top: 0px;
  }
  .left-column {
    margin-top: 20px;
  }
  .right-column {
    margin-top: 20px;
  }
  .grey-box {
    margin-top: 0px;
    padding-right: 13px;
    padding-bottom: 20px;
    padding-left: 13px;
  }
  .grey-box._2 {
    height: 533px;
  }
  .grey-box._3 {
    height: 511px;
  }
  .about-photo {
    height: 511px;
  }
  .about-photo._2 {
    height: 200px;
  }
  .row {
    margin-bottom: 0px;
  }
  .about-photo-2 {
    height: 357px;
  }
  .about-photo-2._2 {
    height: 230px;
  }
  .about-photo-2._3 {
    height: 533px;
    background-position: 50% 50%, 50% 50%;
  }
  .break---numbers {
    padding-bottom: 10px;
  }
  .contact {
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer-content {
    text-align: center;
  }
  .services-photo {
    height: 200px;
  }
  .services-1 {
    margin-top: 0px;
  }
  .services-2 {
    margin-top: 0px;
  }
  .services-3 {
    margin-top: 0px;
  }
  .break---quotes {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .quote-slider {
    height: 130px;
  }
  .quote-text {
    font-size: 16px;
    line-height: 24px;
  }
  .mobile-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .brand-image {
    margin-left: 5px;
  }
  .colour {
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1;
  }
  .white {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 12px;
    line-height: 16px;
  }
  .portfolio-inner {
    padding-top: 30%;
  }
  .faq {
    margin-bottom: 16px;
  }
  .parrafomobil {
    line-height: 14px;
  }
  .fondoparamovil {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .mapa {
    height: 184px;
  }
  .izquierda1 {
    width: 100%;
  }
  .derecha1 {
    width: 100%;
    height: 126px;
    padding-right: 7px;
    padding-left: 6px;
    float: right;
  }
  .derecha2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .izquierda2 {
    padding-left: 0px;
  }
  .izquierda3 {
    padding-left: 0px;
  }
  .headingcuadro {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 24px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -1px;
  }
  .headingcuadro._2.grande {
    margin-top: -14px;
    font-size: 50px;
    line-height: 50px;
  }
  .headingcuadro._2.grande.corto {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 50px;
    line-height: 50px;
  }
  .headingcuadro._2.grande.corto.blanco {
    font-size: 50px;
    line-height: 50px;
  }
  .headingcuadro._2.grande.corto._3.n {
    font-size: 50px;
    line-height: 50px;
  }
  .headingcuadro._2.grande._3 {
    font-size: 50px;
    line-height: 50px;
  }
  .parrafocontacto {
    width: 100%;
    padding: 13px 11px 12px;
    font-size: 13px;
  }
  .overdiv1 {
    padding-top: 84px;
  }
  .productostitulo {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 32px;
  }
  .overdiv2 {
    padding-top: 122px;
  }
  .overdiv3 {
    padding-top: 121px;
  }
  .overdiv5 {
    padding-top: 22px;
  }
  .divmapa {
    width: 100%;
  }
  .navlink2 {
    font-size: 11px;
  }
  .divproducto {
    padding-left: 0px;
  }
  .navbar4 {
    padding-top: 0px;
    text-align: center;
  }
  .navmenu2 {
    margin-bottom: 33px;
  }
}

