/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  scroll-behavior: smooth;
  margin: 0px;
  padding: 0px;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  background: white;
}

body {
  background: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: Karu-Regular;
  line-height: inherit;
}

.nav-container {
  width: 100%;
  position: fixed;
  background: black;
  overflow: hidden;
  transition: all 0.66s ease-out 0s;
  animation: fadein 1s ease;
  -webkit-animation: fadein 1s ease;
  -moz-animation: fadein 1s ease;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: block;
  flex-wrap: block;
  width: 100vw;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  left: 0px;
  top: 0px;
  padding-top: 90px;
}

nav {
  background: #000000;
}

body {
  background: white;
}

/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/

.ml3 {
  font-weight: 900;
  font-size: 3.5em;
}

.page-wrapper-inner {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  left: 0px;
  top: 0px;
  bottom: 0;
}

.contact1-sendus {
  font-family: 'Karu-ExtraLight';
  display: block;
  font-size: 18px;
  line-height: 1.25;
  color: #000;
  text-align: center;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  position: relative;
}

.contact1-sendus .contact1-sendus-text-wrapper {
  position: relative;
  display: inline-block;
}

.contact1-sendus .contact1-sendus-letter {
  display: inline-block;
  line-height: 1em;
}

.container-contact1 {
  margin-right: 5.5em;
  margin-left: 5.5em;
  background-color: transparent;
  padding-bottom: 1em;
}

.container-contact1-container {
  opacity: 0;
  width: 35em;
  height: 48.5em;
  border-radius: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  -ms-grid-row-align: top;
  align-items: top;
}

.sendicon {
  width: 20%;
  height: 50%;
  padding-right: 8px;
  margin-left: 10px;
}

.emailicon {
  margin-top: 1px;
  width: 28px;
  height: 32px;
  align-self: center;
  vertical-align: middle;
}

.phone_whatsappicon {
  width: 55px;
  height: 32px;
  align-self: center;
  vertical-align: middle;
}

.name-form,
.email-form,
.subject-form,
.message-form {
  padding-left: 1em;
  padding-bottom: 1em;
}

.name-form {
  padding-top: 25px;
}

.name-form-text-wrapper,
.email-form-text-wrapper,
.subject-form-text-wrapper,
.message-form-text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
}

.name-form-letter,
.email-form-letter,
.subject-form-letter,
.message-form-letter {
  display: inline-block;
  line-height: 1em;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contact1-row {
  padding-bottom: 0.25em;
  display: table;
  text-align: center;
  width: 100%;
  /*Optional*/
  font-size: 24px;
  table-layout: fixed;
  /*Optional*/
  border-spacing: 10px;
  /*Optional*/
}

.contact1-column {
  display: table-cell;
}

.contact1-line {
  display: inline-flex;
  overflow: hidden;
}

.phonenumber,
.emailaddress {
  font-family: 'Karu-Regular';
  padding-left: 0.5em;
  text-align: center;
  text-decoration: none;
  color: #000;
  overflow: hidden;
  align-self: center;
  vertical-align: middle;
}

.emailaddress {
  padding-left: 0.35em;
  text-align: center;
  font-size: 18px;
  line-height: 1.85;
}

.phonenumber {
  font-size: 20px;
}

.phonenumber-letter {
  display: inline-block;
  line-height: 1em;
}

.g-recaptcha {
  padding-top: 0.25em;
  padding-bottom: 0.5em;
  margin: 0 auto;
  width: 304px;
}

.social-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-left: 0.25em;
  display: table;
  text-align: center;
  width: 100%;
  /*Optional*/
  font-size: 24px;
  table-layout: fixed;
  /*Optional*/
  border-spacing: 10px;
  /*Optional*/
}

.icon {
  margin-left: 0.3em;
  margin-right: 0.9em;
}

.icon:after {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.icon:hover:after {
  opacity: 1;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-form {
  width: 390px;
  height: 0;
}

.ml4 {
  position: relative;
  font-weight: 900;
  font-size: 4.5em;
}

.contact1-form-title {
  padding-top: 22px;
  font-family: 'Karu-ExtraLight';
  display: block;
  font-size: 38px;
  color: #000;
  line-height: 1.1;
  text-align: center;
}

input.input1 {
  height: 44px;
  border-radius: 25px;
  padding: 0 20px;
}

input.input1+.shadow-input1 {
  border-radius: 25px;
}

textarea.input1 {
  min-height: 120px;
  border-radius: 25px;
  padding: 12px 20px;
}

textarea.input1+.shadow-input1 {
  border-radius: 25px;
}

.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}

.input1 {
  display: block;
  width: 100%;
  background: #f3f3f3d4;
  border: 0.75px solid #000;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #000000;
}

#input1,
#input2,
#input3,
#input4,
#input5 {
  overflow: hidden;
}

.container-contact1-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact1-form-btn {
  max-width: 200px;
  height: 50px;
  border-radius: 25px;
  background: rgba(47, 175, 0, 0.829);
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-family: 'Karu-Regular';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact1-form-btn:after {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.contact1-form-btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.75);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  background: #000000;
}

.contact1-form-btn:hover:after {
  opacity: 1;
}

.container-contact1-container {
  animation: fadein 0.75s 0.25s ease-out forwards;
}

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 1025px) {
  .container-contact1-container {
    height: 48em;
  }

  .cuerpo,
  .cuerpo2 {
    width: 75%;
  }
}

@media (max-width: 560px) {
  .parrafo2 {
    padding: 0px 20px;
  }

  .damage-item {
    height: 45px;
  }

  .cuerpo,
  .cuerpo2 {
    padding: 0px 15px 30px 15px;
    width: 95%;
  }

  .cuerpo2 {
    padding: 0px 10px 30px 10px;
  }

  .emailaddress {
    font-size: 11px;
    line-height: 3.0;
  }

  .phonenumber {
    font-size: 14px;
    line-height: 2.25;
  }

  .contact1-sendus {
    font-size: 14px;
  }

  .name-form,
  .email-form,
  .subject-form,
  .message-form {
    font-size: 14px;
  }

  .container-contact1 {
    margin-left: 2.6em;
  }

  .container-contact1-container {
    height: 45em;
    width: 90%;
  }

  .contact1-form {
    width: 300px;
  }
}

@media (max-width: 380px) {
  .container-contact1-container {
    height: 45.5em;
  }

  .contact1-form-title {
    font-size: 31px;
  }

  .emailaddress {
    line-height: 3.8;
    font-size: 9.5px;
  }

  .phonenumber {
    font-size: 12px;
    padding-top: 3.5px;
  }

  .contact1-sendus {
    font-size: 13px;
  }

  .name-form,
  .email-form,
  .subject-form,
  .message-form {
    font-size: 13px;
  }

  .container-contact1 {
    margin-left: 1.3em;
  }

  .contact1-form {
    width: 300px;
  }

  .contact1-form-btn {
    font-size: 16px;
  }

  .sendicon {
    width: 20%;
    height: 45%;
    padding-right: 9px;
  }
}

@media (max-width: 374px) {
  .lista li {
    height: 75px;
  }

  .nav-links li a {
    font-size: 24px;
  }

  .emailaddress {
    font-size: 11px;
    line-height: 3;
  }

  .phonenumber {
    font-size: 14px;
    padding-top: 2.5px;
  }

  .contact1-sendus {
    font-size: 14px;
  }

  .name-form,
  .email-form,
  .phone-form,
  .subject-form,
  .message-form {
    font-size: 14px;
  }

  .contact1-form-title {
    font-size: 31px;
    padding-bottom: 0.1em;
  }
}

@media (max-width: 325px) {
  .container-contact1-container {
    height: 43.5em;
  }

  .contact1-form-title {
    font-size: 30px;
  }

  .emailicon {
    width: 20px;
    height: 24px;
  }

  .emailaddress {
    font-size: 8.5px;
    line-height: 3.25;
  }

  .phonenumber {
    font-size: 10px;
  }

  .phone_whatsappicon {
    width: 47px;
    height: 24px;
  }

  .contact1-sendus {
    font-size: 10px;
  }

  .name-form,
  .email-form,
  .subject-form,
  .message-form {
    font-size: 10px;
  }

  .container-contact1 {
    margin-left: 1.75em;
  }

  .contact1-form {
    width: 250px;
  }

  .contact1-form-btn {
    font-size: 15px;
  }

  .sendicon {
    width: 20%;
    height: 45%;
    padding-right: 9px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
  position: relative;
}

.alert-validate:before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.alert-validate:after {
  content: "\f06a";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate:before {
    visibility: visible;
    opacity: 1;
  }
}


footer .company {
  padding: 15px 0 20px 0
}

.waves {
  position: relative;
  width: 100%;
  height: 55px;
  margin-bottom: -7px;
  /*Fix for safari gap*/
}

.content {
  position: relative;
  height: 5vh;
  text-align: center;
  background-color: black;
}

/* Animation */

.parallax>use {
  animation: move-forever 35s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 17s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 20s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 23s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 40s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 10vh;
  }
}