p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #aaa;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
}

.dark-background {
  background-color: #1a1a1a;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.main-wrapper.dark-background {
  box-shadow: 0 0 27px 6px rgba(0, 0, 0, .52);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mask-over-video {
  position: absolute;
  left: -1%;
  top: -1%;
  z-index: 2;
  width: 102%;
  height: 102%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(24, 41, 120, .9)), color-stop(62%, hsla(205.26315789473685, 70.37%, 10.59%, 0.80)), color-stop(98%, hsla(205.26315789473685, 70.37%, 10.59%, 0.50)));
  background-image: linear-gradient(180deg, rgba(24, 41, 120, .9) 19%, hsla(205.26315789473685, 70.37%, 10.59%, 0.80) 62%, hsla(205.26315789473685, 70.37%, 10.59%, 0.50) 98%);
}

.overflow-hidden {
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.photo-name-wrap {
  position: absolute;
  left: 0px;
  top: 37%;
  right: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.namemain {
  margin-top: 300px;
  opacity: 1;
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  color: #fff;
  font-size: 150px;
  line-height: 40px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  letter-spacing: -2px;
  text-shadow: 3px 3px 43px #010d22;
}

.about-link {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  border: 1px solid #5ce0d8;
  border-radius: 17px;
  opacity: 1;
  -webkit-transform: rotate(90deg) translate(-50%, -80px);
  -ms-transform: rotate(90deg) translate(-50%, -80px);
  transform: rotate(90deg) translate(-50%, -80px);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #5ce0d8;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.about-link:hover {
  background-position: 50% 40px;
}

.contact-link {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 7;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  border: 1px solid #5ce0d8;
  border-radius: 17px;
  opacity: 1;
  -webkit-transform: rotate(-90deg) translate(50%, -80px);
  -ms-transform: rotate(-90deg) translate(50%, -80px);
  transform: rotate(-90deg) translate(50%, -80px);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #5ce0d8;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-link:hover {
  background-position: 50% 40px;
}

.about-page {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-color: rgba(5, 24, 168, .94);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 4, 180, .95)), to(rgba(7, 4, 180, .95))), url('../images/Vecteezy-17-12100-35.jpg');
  background-image: linear-gradient(180deg, rgba(7, 4, 180, .95), rgba(7, 4, 180, .95)), url('../images/Vecteezy-17-12100-35.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.about-close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-image: url('../images/cross.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  cursor: pointer;
}

.about-close:hover {
  background-size: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-page {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 21;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 82, 154, .98)), color-stop(99%, rgba(3, 18, 181, .96))), url('../images/Vecteezy-17-12100-35.jpg');
  background-image: linear-gradient(180deg, rgba(19, 82, 154, .98), rgba(3, 18, 181, .96) 99%), url('../images/Vecteezy-17-12100-35.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.contact-close {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-image: url('../images/cross.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  cursor: pointer;
}

.contact-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slider-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 18%;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.slider-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.home-slider {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: -80px;
  background-color: hsla(0, 0%, 87%, 0);
}

.home-slider-mask {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.home-slider-slide {
  width: 100%;
  height: auto;
}

.slider-photo-text {
  position: relative;
  display: block;
  margin: 0px auto;
  padding-bottom: 50px;
  background-image: url('../images/arrow-down.png');
  background-position: 50% 40px;
  background-size: 6px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  cursor: pointer;
}

.slider-photo-text:hover {
  background-position: 50% 50px;
}

.slider-photo-text-2 {
  position: relative;
  display: block;
  margin: 0px auto;
  padding-bottom: 50px;
  background-image: url('../images/arrow-down.png');
  background-position: 50% 40px;
  background-size: 6px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  cursor: pointer;
}

.slider-photo-text-2:hover {
  background-position: 50% 50px;
}

.slider-photo-text-3 {
  position: relative;
  display: block;
  margin: 0px auto;
  padding-bottom: 50px;
  background-image: url('../images/arrow-down.png');
  background-position: 50% 40px;
  background-size: 6px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  cursor: pointer;
}

.slider-photo-text-3:hover {
  background-position: 50% 50px;
}

.right-arrow {
  width: 50px;
  background-image: url('../images/arrow-right.png');
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.right-arrow:hover {
  background-position: 10px 50%;
}

.left-arrow {
  width: 50px;
  background-image: url('../images/arrow-left.png');
  background-position: 100% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
}

.left-arrow:hover {
  background-position: 0px 50%;
}

.gallery-portraits {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-color: rgba(26, 26, 26, .95);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.gallery-close-1 {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background-image: url('../images/cross.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  cursor: pointer;
}

.gallery-close-1:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-gallery-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.camera-info {
  position: relative;
  width: 100%;
  padding-bottom: 70px;
}

.camera-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Poppins;
  color: #f90;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.camera-details {
  width: 100%;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.ti {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  color: #fcfcfc;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gallery-masonry {
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: none;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0em;
  column-gap: 0em;
  -webkit-column-rule: 0px none transparent;
  column-rule: 0px none transparent;
}

.gallery-box {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px;
  float: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.gallery-box:hover {
  opacity: 0.7;
}

.gallery-landscape {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .89)), color-stop(90%, hsla(252.00000000000003, 96.49%, 29.52%, 1.00))), url('../images/Vecteezy-17-12100-35.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .89), hsla(252.00000000000003, 96.49%, 29.52%, 1.00) 90%), url('../images/Vecteezy-17-12100-35.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.gallery-close-2 {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background-image: url('../images/cross.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  cursor: pointer;
}

.gallery-close-2:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sectorestrabajo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-color: rgba(26, 26, 26, .95);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.gallery-close-3 {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background-image: url('../images/cross.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  cursor: pointer;
}

.gallery-close-3:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.about-wrapper {
  position: relative;
  top: 700px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.about-wrap {
  position: relative;
  display: block;
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
}

.photographer-image {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  border-radius: 10px;
}

.photographer-name-about-page {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-style: italic;
  font-weight: 800;
  text-align: left;
  letter-spacing: -1px;
}

.un-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 30px auto 0px;
  padding-left: 0px;
  text-align: center;
}

.un-list.contact-links {
  display: inline-block;
  text-align: left;
}

.list-item {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.list-item.con {
  margin-right: 30px;
  margin-left: 0px;
}

.soc-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  color: #008fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
}

.soc-link:hover {
  color: #c4c4c4;
}

.label {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Poppins;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.text-fild {
  position: relative;
  display: inline-block;
  width: 168px;
  margin: 5px 10px 15px;
  padding: 0px;
  border-style: none none dotted;
  border-bottom-width: 1px;
  border-bottom-color: #bebebe;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Poppins;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.text-fild:hover {
  border-bottom-color: #f90;
}

.text-fild:focus {
  border-bottom-color: #f90;
}

.text-fild.for-name {
  width: 189px;
}

.text-fild.for-message {
  width: 553px;
  height: 42px;
  margin-left: 0px;
}

.contact-but {
  width: auto;
  height: auto;
  margin-left: 15px;
  padding: 0px;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins;
  color: #fff;
  font-size: 26px;
  line-height: 42px;
  font-weight: 500;
}

.contact-but:hover {
  color: #f90;
}

.contact-but:focus {
  color: #f90;
}

.succ {
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 87%, 0);
}

.par {
  margin-bottom: 0px;
  font-family: Poppins;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.error {
  margin-top: 20px;
  padding-left: 0px;
  background-color: hsla(0, 100%, 94%, 0);
}

.er-pa {
  font-family: Poppins;
  color: #f90;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.radyequipos {
  margin-top: 0em;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: rgba(30, 153, 235, .9);
  font-size: 30px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 25px #031730;
}

.textoverbg {
  padding: 1em 20%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 3px 3px 13px #000;
}

.paragraph {
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-shadow: 1px 1px 16px #282828;
}

.rapsaimg {
  position: relative;
  display: block;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  border: 1px none #fff;
}

.misvis {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 25px;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
}

.parabig {
  position: relative;
  z-index: 30;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: -1px 6px 11px #000;
}

.text-span {
  padding: -2px 8px 3px;
}

.titulorapsa {
  position: relative;
  z-index: 20;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
  text-shadow: -1px 4px 8px #000;
}

.titulorapsa.center {
  font-size: 3em;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .77);
}

.servicios {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-color: rgba(26, 26, 26, .95);
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.gallery-wildlife {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 3, 64, .93)), to(rgba(4, 3, 64, .93))), url('../images/Vecteezy-17-12100-35.jpg');
  background-image: linear-gradient(180deg, rgba(4, 3, 64, .93), rgba(4, 3, 64, .93)), url('../images/Vecteezy-17-12100-35.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.gallery-wildlife:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 1, 76, .93)), to(rgba(7, 1, 76, .93))), url('../images/Vecteezy-17-12100-35.jpg');
  background-image: linear-gradient(180deg, rgba(7, 1, 76, .93), rgba(7, 1, 76, .93)), url('../images/Vecteezy-17-12100-35.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slider-photo-text-4 {
  position: relative;
  display: block;
  margin: 0px auto;
  padding-bottom: 50px;
  border-radius: 7px;
  background-image: url('../images/arrow-down.png');
  background-position: 50% 40px;
  background-size: 6px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: lowercase;
  cursor: pointer;
}

.slider-photo-text-4:hover {
  background-position: 50% 50px;
}

.slider-photo-text-5 {
  position: relative;
  display: block;
  margin: 0px auto;
  padding-bottom: 50px;
  background-image: url('../images/arrow-down.png');
  background-position: 50% 40px;
  background-size: 6px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 300ms ease;
  transition: background-position 300ms ease;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: lowercase;
  cursor: pointer;
}

.slider-photo-text-5:hover {
  background-position: 50% 50px;
}

.home-slider-2 {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: hsla(0, 0%, 87%, 0);
}

.slider-wrapper-2 {
  position: absolute;
  left: 0px;
  top: -14px;
  right: 0px;
  bottom: 32%;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.camera-details-2 {
  width: 100%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.gallery-portraits-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-color: rgba(26, 26, 26, .95);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.camera-name-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  color: #f90;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.gallery-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  color: #fcfcfc;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 22px;
}

.parrcont {
  margin-bottom: 15px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 22px;
}

.text-span-2 {
  font-family: Neuehaasunicaw1g, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
}

.copyr {
  color: hsla(0, 0%, 100%, .85);
  font-size: 12px;
  font-weight: 500;
}

.titulobig {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 380px;
  padding-bottom: 200px;
  border-style: solid;
  border-width: 1px 1px 32px;
  border-color: #6a0b0b;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: hsla(0, 0%, 100%, .95);
  font-size: 6em;
  line-height: 0.8em;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-shadow: 14px 8px 20px rgba(0, 0, 0, .66);
}

.titulobig.center {
  text-align: center;
}

.div-block {
  padding-left: 1px;
  border: 1px solid #b1302f;
  background-image: url('../images/pnggradHDrgba.png'), url('../images/logotipo_energia_plantas-de-luz-diesel.png'), url('../images/1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(129, 4, 4, .5)), to(rgba(129, 4, 4, .5))), url('../images/excavadora-330cln.png'), url('../images/radiador1-e1477948436375.png');
  background-image: url('../images/pnggradHDrgba.png'), url('../images/logotipo_energia_plantas-de-luz-diesel.png'), url('../images/1.png'), linear-gradient(180deg, rgba(129, 4, 4, .5), rgba(129, 4, 4, .5)), url('../images/excavadora-330cln.png'), url('../images/radiador1-e1477948436375.png');
  background-position: 0px 0px, 55% 100%, 20% 90%, 0px 0px, 90% 75%, 45% 40%;
  background-size: cover, 700px, 400px, auto, 800px, 420px;
  background-repeat: repeat, no-repeat, no-repeat, repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.d-64-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 360px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/t800_gphoto_2.jpg');
  background-position: 25% 40%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
  text-decoration: none;
}

.d-64-card-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(25deg, #264de9, #38eca6);
  opacity: 0.5;
}

.d-64-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 40%;
  margin: 30px 30px 0px;
  padding-right: 20px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 5px solid #fff;
  text-align: left;
}

.d-64-p {
  margin-bottom: 20px;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 16px;
}

.d-64-h3-heading {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  margin-left: 60px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}

.d-64-heading-light {
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.cardwrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
}

.d-64-card-overlay-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(25deg, #264de9, #38eca6);
  opacity: 0.5;
}

.d-64-card-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 360px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/valentin-muller-779634-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
  text-decoration: none;
}

.d-64-card-wrapper-2.second {
  background-image: url('../images/james-zwadlo-88308-unsplash.jpg');
  background-size: auto;
}

.d-64-p-2 {
  margin-bottom: 20px;
  color: #fff;
}

.d-64-heading-light-2 {
  font-weight: 400;
}

.d-75-link-arrow {
  margin-left: 10px;
}

.heading {
  margin-bottom: 10px;
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.d-75-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 3px;
  background-color: #4d16dd;
  text-decoration: none;
}

.paragraph-3 {
  margin-bottom: 10px;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.d-75-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 340px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fd4a48;
}

.d-75-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  border-radius: 5px;
  background-image: url('../images/310L-Backhoe_r4c009454_rrd-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.d-75-image.second {
  display: block;
  background-image: url('../images/Blue-Globe-Trotter-Truck.jpg');
  background-position: 60% 50%;
  background-size: 620px;
  -webkit-filter: saturate(157%);
  filter: saturate(157%);
}

.d-75-link-text {
  color: #fff;
}

.d-75-cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-right: 220px;
  padding-left: 220px;
}

.d-75-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 10px;
  margin-left: 40px;
  -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;
}

.cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 44px;
  margin-bottom: 0px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: url('../images/centro_de_servicios_pesados.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-2-text {
  display: block;
  max-width: 600px;
  margin: 5px auto 25px;
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
}

.button-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 155px;
  padding: 12px 22px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #446beb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
}

.button-standard:hover {
  box-shadow: 0 8px 11px 0 rgba(0, 0, 0, .15);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.font-awesome {
  margin-right: 8px;
}

.contact-wrapper {
  position: relative;
  top: 488px;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.servpara {
  padding-top: 0em;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 1px 1px 16px #282828;
}

.about-wrap-two {
  position: relative;
  display: block;
  width: 90%;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 10em;
  margin-left: auto;
  padding-top: 1em;
}

.header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f8fd;
}

.hero-2-left-content {
  width: 40%;
  height: 100%;
  min-height: 80vh;
  background-image: url('../images/ce1fd5ac39a1.jpg');
  background-position: 10% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-2-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80vh;
  padding-top: 25%;
  padding-left: 6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(253.491124260355, 86.67%, 38.24%, 1.00);
}

.hero-1-text {
  margin-bottom: 5px;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: hsla(0, 0%, 100%, .32);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 20px;
}

.hero-2-header {
  margin-top: 0px;
  margin-bottom: 25px;
  background-color: transparent;
  font-family: 'Neuehaasunicaw1g it', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 80px;
  font-weight: 600;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 170px;
  padding: 12px 22px;
  -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;
  border-radius: 6px;
  background-color: #c2d2f9;
  color: #446beb;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.button-4:hover {
  border: 1px none #fff;
}

.headerabout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f8fd;
}

.heroab-left-content-copy {
  width: 40%;
  height: 100%;
  min-height: 80vh;
  background-image: url('../images/824618-reparacion-radiador-valencia.w1900.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heroab-right-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80vh;
  padding-top: 25%;
  padding-left: 6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fd4a48;
}

.cta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: url('../images/big-truck-radiator.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-2-text-2 {
  display: block;
  max-width: 600px;
  margin: 5px auto 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.servtxt {
  padding-right: 20%;
  padding-left: 20%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 1px 1px 16px #282828;
}

.titulorapsa-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-style: italic;
  font-weight: 800;
  text-align: left;
  letter-spacing: -1px;
}

.titulorapsa-copy.center {
  text-align: center;
}

.titulorapsa-copy.servic {
  font-family: Roboto, sans-serif;
  font-size: 6em;
  text-align: center;
}

.radiadores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/big-truck-radiator.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.radiadores:hover {
  background-image: linear-gradient(56deg, #000, hsla(0.662983425414367, 97.84%, 63.73%, 0.70) 48%, #000), url('../images/big-truck-radiator.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.enfpostenf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: url('../images/Truck-Radiator-Repair-elk-grove-village.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: url('../images/IMG_0572-660x330.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.enfpost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/Truck-Radiator-Repair-elk-grove-village.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.enfpost:hover {
  background-image: linear-gradient(56deg, #000, rgba(253, 74, 72, .7) 48%, #000), url('../images/Truck-Radiator-Repair-elk-grove-village.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tanq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/IMG_0572-660x330.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tanq:hover {
  background-image: linear-gradient(56deg, #000, rgba(253, 74, 72, .7) 48%, #000), url('../images/IMG_0572-660x330.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-2 {
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #747272;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.espec {
  margin-bottom: 11px;
  font-family: Roboto, sans-serif;
  color: #fd4a48;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.sect {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
}

.sect.center {
  text-align: center;
}

.header-1-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding: 12px 38px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 70px;
  background-color: #446beb;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.button-5:hover {
  box-shadow: 3px 2px 19px 0 rgba(0, 0, 0, .28);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-1-button {
  padding: 12px 25px;
  border-radius: 3px;
  background-color: #446beb;
  font-size: 12px;
}

.button-5-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.navbar-1-link {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  color: #8798cf;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.navbar-1-link:hover {
  color: #232931;
}

.navbar-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button-5-img {
  margin-left: 9px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-1-line-break {
  display: inline-block;
  width: 2px;
  height: 25px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #f4f7fa;
}

.header-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(333deg, rgba(0, 0, 0, .75) 25%, rgba(1, 27, 70, .9)), url('../images/Dq1xo-5XcAExjVk.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.header-1-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 57px;
  line-height: 67px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.hero-1-text-2 {
  margin-bottom: 5px;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fd4a48;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 8px;
}

.sectores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/4wd-tractor-group-callout-r4d068141-r4d073602-1366.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectores:hover {
  background-image: linear-gradient(56deg, #000, hsla(0.662983425414367, 97.84%, 63.73%, 0.70) 48%, #000), url('../images/4wd-tractor-group-callout-r4d068141-r4d073602-1366.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectorestra {
  padding-right: 20%;
  padding-left: 20%;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 16px;
}

.indus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/824618-reparacion-radiador-valencia.w1900.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.indus:hover {
  background-image: linear-gradient(56deg, #000, hsla(0.662983425414367, 97.84%, 63.73%, 0.70) 48%, #000), url('../images/824618-reparacion-radiador-valencia.w1900.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.construc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/310L-Backhoe_r4c009454_rrd-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.construc:hover {
  background-image: linear-gradient(56deg, #000, hsla(0.662983425414367, 97.84%, 63.73%, 0.70) 48%, #000), url('../images/310L-Backhoe_r4c009454_rrd-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.manuf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/2016_Ram_3500_HD-800W.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.manuf:hover {
  background-image: linear-gradient(56deg, #000, hsla(0.662983425414367, 97.84%, 63.73%, 0.70) 48%, #000), url('../images/2016_Ram_3500_HD-800W.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.transp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/homepage-drivers-truck-t680-960x475.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.transp:hover {
  background-image: linear-gradient(56deg, #000, hsla(0.662983425414367, 97.84%, 63.73%, 0.70) 48%, #000), url('../images/homepage-drivers-truck-t680-960x475.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image {
  display: inline-block;
  margin-right: 1px;
  text-align: center;
}

.logorapsa {
  display: inline-block;
  max-width: 90%;
  margin-top: 125px;
  clear: both;
  text-align: center;
}

.section {
  position: relative;
}

.section.stripe-top {
  height: auto;
  margin-top: 400px;
  padding-top: 300px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000 21%, hsla(0, 0%, 100%, 0));
}

.section.contactosect {
  height: auto;
  margin-top: 0px;
  padding-top: 300px;
  padding-bottom: 150px;
  background-image: linear-gradient(190deg, #000, hsla(0, 0%, 100%, 0));
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 25px;
  clear: left;
  border-radius: 60px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #c72480;
}

.button.gototop {
  display: block;
  width: 200px;
  margin: -400px auto 100px;
  border-color: #e3e3e3;
  background-color: #060760;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.button.gototop:hover {
  border-radius: 33px;
  background-color: #8d8d8d;
}

.top-image {
  position: absolute;
  left: -80px;
  top: -46px;
  z-index: 1;
  height: 430px;
}

.hero-paragraph {
  position: relative;
  z-index: 30;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  text-align: left;
}

.container {
  position: relative;
}

.container.hero-container {
  padding-left: 380px;
}

.hero-title {
  color: #c72480;
  font-size: 70px;
  font-weight: 400;
}

.hero-title._2 {
  position: relative;
  z-index: 20;
  margin-top: 13px;
  margin-bottom: 16px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: -2px;
  text-shadow: 2px 2px 12px #000;
}

.hero-title._3 {
  position: relative;
  z-index: 20;
  margin-top: 13px;
  margin-bottom: 16px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: -2px;
  text-shadow: 2px 2px 12px #000;
}

.tilt-section-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
}

.tilt-section-container {
  position: absolute;
  left: 0px;
  top: 148px;
  right: 0px;
  z-index: 10;
  padding-right: 430px;
  padding-left: 20px;
}

.section-image {
  position: absolute;
  left: 491.719px;
  top: -75px;
  right: 38px;
  bottom: 104px;
  z-index: 20;
  height: 300px;
  float: right;
}

.white-section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 51px;
  text-transform: uppercase;
}

.tilted-paragraph {
  color: #fff;
}

.tilted-color-block {
  position: relative;
  z-index: 0;
  width: 120%;
  height: 450px;
  margin-left: -45px;
  background-image: linear-gradient(302deg, hsla(199.02439024390245, 68.30%, 0.00%, 0.18), rgba(0, 0, 0, .85));
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.italic-text {
  padding-left: 20px;
  text-shadow: 3px 3px 9px #000;
}

.section-imageab {
  position: absolute;
  left: 484.719px;
  top: 89px;
  right: 29px;
  bottom: 62px;
  z-index: 30;
  height: 400px;
  float: right;
}

.top-image2 {
  position: absolute;
  left: -80px;
  top: -82px;
  z-index: 0;
  height: 200px;
}

.top-image3 {
  position: absolute;
  left: 97px;
  top: -158px;
  z-index: 0;
  height: 200px;
}

.serv2 {
  margin-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 1px 1px 16px #282828;
}

.tilt-section-2 {
  position: relative;
  overflow: hidden;
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 101px;
}

.tilt-section-container2 {
  position: absolute;
  left: 0px;
  top: 236px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -66px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.serviciosdeo {
  padding-top: 0em;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 1px 1px 16px #282828;
}

.heading-3 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 2em;
  font-style: italic;
  font-weight: 100;
  letter-spacing: -0.5px;
}

.div-block-2 {
  background-image: url('../images/bg3.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.imagetilted {
  position: absolute;
  left: auto;
  top: 33%;
  right: -8%;
  bottom: -2%;
  z-index: 0;
  height: 430px;
  margin-top: -108px;
  margin-right: -134px;
}

.tilt-section-containermarg {
  position: absolute;
  left: 0px;
  top: 148px;
  right: 0px;
  z-index: 10;
  padding-right: 450px;
  padding-left: 0px;
}

.servicioencampo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/Truck-Radiator-Repair-elk-grove-village.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.servicioencampo:hover {
  background-image: linear-gradient(56deg, #000, rgba(253, 74, 72, .7) 48%, #000), url('../images/Truck-Radiator-Repair-elk-grove-village.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.enfacmotor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/enfriador-de-aceite-para-motor-cummins-m11-qsm-l10-ism-D_NQ_NP_696577-MLV25653662032_062017-F.jpg');
  background-position: 0px 0px, 50% 65%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.enfacmotor:hover {
  background-image: linear-gradient(56deg, #000, rgba(253, 74, 72, .7) 48%, #000), url('../images/enfriador-de-aceite-para-motor-cummins-m11-qsm-l10-ism-D_NQ_NP_696577-MLV25653662032_062017-F.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.recagua {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/deposito-recuperador-de-agua-kenworth-t800-t660.jpg');
  background-position: 0px 0px, 45% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.recagua:hover {
  background-image: linear-gradient(56deg, #000, rgba(253, 74, 72, .7) 48%, #000), url('../images/deposito-recuperador-de-agua-kenworth-t800-t660.jpg');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.condenclima {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/condensador-kenworth-w900-w900l-t660-peterbilt-320-09-13-D_NQ_NP_838044-MLM25648526595_062017-F.jpg');
  background-position: 0px 0px, 50% 21%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.condenclima:hover {
  background-image: linear-gradient(56deg, #000, rgba(253, 74, 72, .7) 48%, #000), url('../images/condensador-kenworth-w900-w900l-t660-peterbilt-320-09-13-D_NQ_NP_838044-MLM25648526595_062017-F.jpg');
  background-position: 0px 0px, 50% 26%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.postenfr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/post.png');
  background-position: 0px 0px, 50% -226px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.postenfr:hover {
  background-image: linear-gradient(56deg, #000, rgba(253, 74, 72, .7) 48%, #000), url('../images/post.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link {
  text-decoration: none;
}

.todoparatrab {
  padding-right: 30%;
  padding-bottom: 1em;
  padding-left: 30%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-style: italic;
  font-weight: 400;
}

.header {
  padding-right: 25%;
  padding-bottom: 1em;
  padding-left: 25%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-style: italic;
  font-weight: 500;
}

.plantemerg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  margin-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
  -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;
  background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, .37) 48%, #000), url('../images/Planta-de-Emergencia-03.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.plantemerg:hover {
  background-image: linear-gradient(56deg, #000, hsla(0.662983425414367, 97.84%, 63.73%, 0.70) 48%, #000), url('../images/4wd-tractor-group-callout-r4d068141-r4d073602-1366.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link-2 {
  text-decoration: none;
}

.lightbox-link-3 {
  text-decoration: none;
}

.lightbox-link-4 {
  text-decoration: none;
}

.lightbox-link-5 {
  text-decoration: none;
}

.lightbox-link-6 {
  text-decoration: none;
}

.lightbox-link-7 {
  text-decoration: none;
}

.tilt-section-wrapper-2 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tilt-section-wrapper-2._2 {
  padding-top: 90px;
  padding-bottom: 120px;
  text-align: center;
}

.tilted-color-block-2 {
  position: relative;
  z-index: 0;
  width: 120%;
  height: 400px;
  margin-left: -45px;
  background-color: #37a7db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 167, 219, .95)), to(rgba(55, 167, 219, .7))), url('../images/placeholder-thumb.svg');
  background-image: linear-gradient(180deg, rgba(55, 167, 219, .95), rgba(55, 167, 219, .7)), url('../images/placeholder-thumb.svg');
  background-position: 0px 0px, 0% 65%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.tilted-color-block-2._2 {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.75fr 16px 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  background-color: #c72460;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(199, 36, 96, .9)), to(rgba(199, 36, 96, .6))), url('../images/placeholder-thumb.svg');
  background-image: linear-gradient(180deg, rgba(199, 36, 96, .9), rgba(199, 36, 96, .6)), url('../images/placeholder-thumb.svg');
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.section-image-2 {
  position: absolute;
  top: -150px;
  right: 70px;
  z-index: 20;
  height: 555px;
  float: right;
}

.section-image-2._2 {
  left: -100px;
  top: -120px;
  right: auto;
  float: left;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.tilt-section-container-2 {
  position: absolute;
  left: 0px;
  top: 148px;
  right: 0px;
  z-index: 10;
  padding-right: 430px;
  padding-left: 55px;
}

.tilt-section-container-2.align-right {
  top: 157px;
  padding-right: 0px;
  padding-left: 33px;
  text-align: right;
}

.html-embed {
  padding-right: 10%;
  padding-left: 10%;
}

.grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-4 {
  padding-right: 20%;
  padding-left: 20%;
  font-family: Neuehaasunicaw1g, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-span-3 {
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

.phone {
  margin-bottom: 20px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 22px;
}

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

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

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

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

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

html.w-mod-js *[data-ix="slider-effect"] {
  opacity: 0.4;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="slider-effect-2"] {
  opacity: 0.4;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="slider-effect-3"] {
  opacity: 0.4;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

@media (max-width: 991px) {
  .main-gallery-wrapper {
    padding-top: 40px;
  }
  .gallery-masonry {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .label {
    font-size: 21px;
    line-height: 32px;
  }
  .text-fild {
    font-size: 21px;
    line-height: 32px;
  }
  .text-fild.for-message {
    width: 320px;
  }
  .textoverbg {
    padding-right: 20%;
    padding-left: 20%;
    font-size: 14px;
    line-height: 18px;
  }
  .parabig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .titulorapsa {
    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;
    text-align: left;
  }
  .d-64-card-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .d-64-card-wrapper-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .d-75-card-wrapper {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .d-75-cards-wrapper {
    -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;
  }
  .cta-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .cta-2-text {
    font-size: 27px;
  }
  .servpara {
    font-size: 2em;
  }
  .header-2 {
    min-height: 70vh;
  }
  .hero-2-left-content {
    min-height: 70vh;
  }
  .hero-2-right-content {
    min-height: 70vh;
    padding-left: 3em;
  }
  .hero-1-text {
    font-size: 10px;
    letter-spacing: 10px;
  }
  .hero-2-header {
    font-size: 51px;
    line-height: 52px;
  }
  .headerabout {
    min-height: 70vh;
  }
  .heroab-left-content-copy {
    min-height: 70vh;
  }
  .heroab-right-content-copy {
    min-height: 50vh;
    margin-top: 20em;
    padding-top: 8em;
    padding-left: 3em;
  }
  .cta-3 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .cta-2-text-2 {
    font-size: 3em;
  }
  .radiadores {
    padding-right: 25px;
    padding-left: 25px;
  }
  .enfpostenf {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tan {
    padding-right: 25px;
    padding-left: 25px;
  }
  .enfpost {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tanq {
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-menu-2 {
    margin-right: 15px;
    margin-left: 15px;
    background-color: #f4f7fa;
  }
  .navbar-1-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
  }
  .icon-2 {
    color: #fff;
  }
  .navbar-1-link {
    color: #122658;
  }
  .navbar-1 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .header-1 {
    min-height: 70vh;
    padding-right: 25px;
    padding-left: 25px;
  }
  .header-1-h1 {
    font-size: 51px;
    line-height: 62px;
  }
  .sectores {
    padding-right: 25px;
    padding-left: 25px;
  }
  .indus {
    padding-right: 25px;
    padding-left: 25px;
  }
  .construc {
    padding-right: 25px;
    padding-left: 25px;
  }
  .manuf {
    padding-right: 25px;
    padding-left: 25px;
  }
  .transp {
    padding-right: 25px;
    padding-left: 25px;
  }
  .logorapsa {
    max-width: 60%;
    margin-top: 125px;
  }
  .section {
    padding-right: 40px;
    padding-left: 20px;
  }
  .section.stripe-top {
    padding-bottom: 50px;
  }
  .section.contactosect {
    padding-bottom: 50px;
  }
  .top-image {
    left: 5px;
    padding-top: 22px;
  }
  .container.hero-container {
    padding-left: 280px;
  }
  .hero-title._2 {
    margin-top: 151px;
  }
  .hero-title._3 {
    margin-top: 151px;
  }
  .tilt-section-wrapper {
    padding-bottom: 50px;
  }
  .tilt-section-container {
    padding-right: 280px;
    padding-left: 35px;
  }
  .tilted-color-block {
    margin-top: 30px;
  }
  .top-image2 {
    left: 5px;
  }
  .top-image3 {
    left: 5px;
  }
  .serv2 {
    font-size: 2em;
  }
  .tilt-section-2 {
    padding-bottom: 50px;
  }
  .tilt-section-container2 {
    padding-right: 280px;
    padding-left: 35px;
  }
  .serviciosdeo {
    font-size: 2em;
  }
  .imagetilted {
    left: 5px;
  }
  .tilt-section-containermarg {
    padding-right: 280px;
    padding-left: 35px;
  }
  .servicioencampo {
    padding-right: 25px;
    padding-left: 25px;
  }
  .enfacmotor {
    padding-right: 25px;
    padding-left: 25px;
  }
  .recagua {
    padding-right: 25px;
    padding-left: 25px;
  }
  .condenclima {
    padding-right: 25px;
    padding-left: 25px;
  }
  .postenfr {
    padding-right: 25px;
    padding-left: 25px;
  }
  .plantemerg {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tilt-section-wrapper-2 {
    padding-bottom: 50px;
  }
  .tilt-section-wrapper-2._2 {
    padding-top: 0px;
  }
  .tilted-color-block-2 {
    margin-top: 30px;
  }
  .tilted-color-block-2._2 {
    margin-top: 66px;
    padding-top: 0px;
  }
  .section-image-2._2 {
    left: -150px;
    top: -45px;
    height: 485px;
  }
  .tilt-section-container-2 {
    padding-right: 280px;
    padding-left: 35px;
  }
  .tilt-section-container-2.align-right {
    top: 112px;
    padding-right: 35px;
    padding-left: 210px;
  }
}

@media (max-width: 767px) {
  .gallery-masonry {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .label {
    font-size: 14px;
    line-height: 26px;
  }
  .text-fild {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .radyequipos {
    font-size: 25px;
  }
  .textoverbg {
    padding-right: 25%;
    padding-left: 25%;
    font-size: 14px;
    line-height: 18px;
  }
  .parabig {
    font-size: 1.2em;
  }
  .titulorapsa {
    z-index: 30;
  }
  .titulorapsa.center {
    margin-top: 245px;
  }
  .d-75-cards-wrapper {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .cta-2-text {
    text-align: center;
  }
  .servpara {
    font-size: 1.5em;
  }
  .header-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-2-left-content {
    width: 100%;
    min-height: 30vh;
  }
  .hero-2-right-content {
    width: 100%;
    min-height: 40vh;
    margin-top: 0px;
    padding-left: 2em;
  }
  .hero-2-header {
    font-size: 45px;
    line-height: 48px;
  }
  .headerabout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heroab-left-content-copy {
    width: 100%;
    min-height: 30vh;
  }
  .heroab-right-content-copy {
    width: 100%;
    min-height: 30vh;
    margin-top: 55px;
    padding-left: 2em;
  }
  .cta-2-text-2 {
    text-align: center;
  }
  .espec {
    font-size: 14px;
  }
  .navbar-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-1-h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-1-text-2 {
    font-size: 10px;
  }
  .sectorestra {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 12px;
    line-height: 18px;
  }
  .logorapsa {
    margin-top: 100px;
  }
  .section.stripe-top {
    padding-top: 55px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-position: 0px 0px, 50% 50%;
  }
  .section.contactosect {
    padding-top: 55px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-position: 0px 0px, 50% 50%;
  }
  .top-image {
    left: 25px;
    top: -40px;
    display: none;
    height: 460px;
    margin-top: 33px;
    padding-top: 102px;
  }
  .container.hero-container {
    padding-left: 0px;
  }
  .hero-title {
    font-size: 59px;
  }
  .hero-title._2 {
    margin-top: 300px;
    padding-left: 20px;
    font-size: 50px;
    line-height: 52px;
  }
  .hero-title._3 {
    padding-left: 20px;
    font-size: 36px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .tilt-section-wrapper {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .tilt-section-container {
    top: 90px;
    padding-right: 180px;
    padding-left: 25px;
  }
  .section-image {
    left: 253px;
    top: -85px;
    right: 15px;
    width: 300px;
    height: auto;
  }
  .white-section-title {
    font-size: 43px;
    line-height: 37px;
  }
  .tilted-color-block {
    margin-top: 14px;
  }
  .section-imageab {
    left: 248px;
    top: 9px;
    right: 15px;
    width: 300px;
    height: auto;
  }
  .top-image2 {
    left: 25px;
    top: -40px;
    height: 240px;
    margin-top: 165px;
    margin-left: -24px;
  }
  .top-image3 {
    left: 25px;
    top: -40px;
    height: 250px;
    margin-top: 132px;
    margin-left: 168px;
    padding-top: 39px;
    padding-right: 77px;
  }
  .serv2 {
    font-size: 1.5em;
  }
  .tilt-section-2 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .tilt-section-container2 {
    top: 90px;
    padding-right: 180px;
    padding-left: 25px;
  }
  .serviciosdeo {
    font-size: 1.5em;
  }
  .heading-3 {
    font-size: 1.5em;
  }
  .imagetilted {
    left: 25px;
    top: -40px;
    height: 300px;
    margin-top: -52px;
  }
  .tilt-section-containermarg {
    top: 90px;
    padding-right: 180px;
    padding-left: 25px;
  }
  .todoparatrab {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 12px;
    line-height: 18px;
  }
  .header {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 12px;
    line-height: 18px;
  }
  .tilt-section-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .tilt-section-wrapper-2._2 {
    padding-bottom: 60px;
  }
  .tilted-color-block-2 {
    margin-top: 14px;
  }
  .section-image-2 {
    top: -85px;
    right: 15px;
    width: 150px;
    height: auto;
  }
  .section-image-2._2 {
    top: -85px;
    width: auto;
    margin-top: 42px;
  }
  .tilt-section-container-2 {
    top: 90px;
    padding-right: 180px;
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .photo-name-wrap {
    margin-top: -50px;
  }
  .about-link {
    top: 60%;
    font-size: 12px;
  }
  .contact-link {
    top: 60%;
    font-size: 12px;
  }
  .camera-info {
    padding-bottom: 35px;
  }
  .un-list.contact-links {
    text-align: center;
  }
  .list-item.con {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 16px;
    text-align: center;
  }
  .label {
    font-size: 12px;
  }
  .form-wrapper {
    display: none;
  }
  .radyequipos {
    font-size: 16px;
  }
  .textoverbg {
    margin-top: 0px;
    padding-top: 1em;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 11px;
    line-height: 14px;
  }
  .titulorapsa {
    font-size: 2em;
  }
  .titulorapsa.center {
    font-size: 2em;
    letter-spacing: 0px;
  }
  .slider-photo-text-4 {
    font-size: 20px;
  }
  .parrcont {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .text-span-2 {
    font-size: 18px;
  }
  .d-64-card-wrapper {
    width: 320px;
  }
  .d-64-card-wrapper-2 {
    width: 320px;
  }
  .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .paragraph-3 {
    font-size: 12px;
  }
  .d-75-card-wrapper {
    width: 300px;
  }
  .d-75-image {
    display: block;
  }
  .d-75-link-text {
    font-size: 12px;
  }
  .d-75-text-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .contact-wrapper {
    padding-top: 60px;
  }
  .header-2 {
    min-height: 67vh;
  }
  .hero-2-right-content {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-1-text {
    font-size: 10px;
  }
  .hero-2-header {
    font-size: 32px;
    line-height: 38px;
  }
  .button-4 {
    margin-bottom: 14px;
  }
  .headerabout {
    min-height: 67vh;
  }
  .heroab-right-content-copy {
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .cta-2-text-2 {
    font-size: 2.5em;
  }
  .servtxt {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1em;
  }
  .titulorapsa-copy.servic {
    font-size: 4em;
  }
  .espec {
    font-size: 10px;
  }
  .header-1 {
    min-height: 60vh;
  }
  .header-1-h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .logorapsa {
    max-width: 70%;
    margin-top: 0px;
  }
  .section {
    padding-right: 20px;
  }
  .section.stripe-top {
    padding-top: 35px;
    padding-right: 20px;
  }
  .section.contactosect {
    padding-top: 35px;
    padding-right: 20px;
  }
  .button {
    font-size: 15px;
  }
  .button.w--current {
    font-size: 13px;
    line-height: 13px;
  }
  .top-image {
    left: -40px;
    top: -5px;
    height: 340px;
  }
  .hero-paragraph {
    font-size: 12px;
    line-height: 19px;
  }
  .container.hero-container {
    padding-left: 0px;
  }
  .hero-title {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 24px;
  }
  .hero-title._2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 42px;
  }
  .hero-title._3 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 38px;
  }
  .tilt-section-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .tilt-section-container {
    top: 61px;
    padding-right: 90px;
  }
  .section-image {
    left: 134px;
    top: -33px;
    right: -45px;
    bottom: 61px;
    width: 180px;
  }
  .white-section-title {
    font-size: 26px;
    line-height: 25px;
  }
  .italic-text {
    font-size: 16px;
  }
  .section-imageab {
    left: 142px;
    top: 22px;
    right: -45px;
    width: 140px;
  }
  .top-image2 {
    left: -40px;
    top: -5px;
    height: 200px;
    margin-top: 194px;
    margin-left: 13px;
  }
  .top-image3 {
    left: -40px;
    top: -5px;
    height: 200px;
    margin-top: 36px;
    margin-left: 136px;
    padding-top: 63px;
  }
  .tilt-section-2 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .tilt-section-container2 {
    top: 61px;
    padding-right: 90px;
  }
  .serviciosdeo {
    margin-top: -69px;
  }
  .imagetilted {
    left: -40px;
    top: -5px;
    height: 200px;
    margin-right: 0px;
  }
  .tilt-section-containermarg {
    top: 61px;
    padding-right: 90px;
  }
  .tilt-section-wrapper-2 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .tilted-color-block-2._2 {
    margin-left: -35px;
  }
  .section-image-2 {
    top: -55px;
    right: -45px;
    width: 140px;
  }
  .section-image-2._2 {
    left: -175px;
    top: -5px;
    height: 345px;
    margin-top: 72px;
    margin-right: -31px;
    margin-left: 24px;
  }
  .tilt-section-container-2 {
    top: 61px;
    padding-right: 90px;
  }
  .tilt-section-container-2.align-right {
    padding-left: 90px;
  }
  .phone {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }
}

@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-XBlack.ttf') format('truetype'), url('../fonts/NeueHaasUnicaW1G-BlackIt.ttf') format('truetype'), url('../fonts/NeueHaasUnicaW1G-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-LightIt.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Neuehaasunicaw1g it';
  src: url('../fonts/NeueHaasUnicaW1G-XBlack-It.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-MediumIt.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-UltLightIt.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-HeavyIt.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Neuehaasunicaw1g';
  src: url('../fonts/NeueHaasUnicaW1G-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}