/*ROOT VALUES*/
:root {
  --blue: #333d45;
}

/*Color*/
.text-blue,
.text-blue * {
  color: var(--blue);
}
.text-light-blue,
.text-light-blue * {
  color: var(--light-blue);
}

/*Body*/
body {
  line-height: 1.3rem;
  font-weight: 200;
  font-size: 15px;
  font-weight: 300;
}
.anchor {
  position: absolute;
  top: -90px;
  display: block;
  width: 1px;
  height: 1px;
}
.prod-contact-container,
.prod-info-container,
.prod-contact-container {
  position: relative;
}

/*Btn*/
.btn {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1em;
  padding-top: 0.5em;
  font-size: 1.2rem;
}
.btn-1 {
  background-color: var(--light-blue) !important;
  color: white;
  border: 1px solid var(--light-blue);
}
.btn-1:hover {
  background: var(--white);
  border: 1px solid var(--dark-blue);
}
.btn-2 {
  background-color: var(--white) !important;
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
}
.btn-2:hover {
  color: var(--light-blue);
  border: 1px solid var(--light-blue);
}

/*Titles*/
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-size: 3.6rem;
  line-height: 1.2;
}

.prod-title h2 {
  font-size: 2.3rem;
  color: var(--blue);
}
.prod-title h2.subtitle {
  font-weight: 100;
}

/*Forms*/
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  border: none;
  background-color: #cccccc;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 14px;
}
.wpcf7-form input[type="submit"] {
  font-weight: bold;
  padding: 5px 12px;
  color: white;
  background-color: var(--light-blue);
}
.wpcf7-form input[type="submit"]:disabled {
  background: #cccccc;
}
.prod-main-form-wr .wpcf7 form .wpcf7-response-output {
  position: absolute;
  background: var(--light-blue);
  border: none !important;
  bottom: 13px;
  left: 0px;
  margin: 0px;
  padding: 6px 20px;
  width: 100%;
  text-align: center;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: var(--blue);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -20px;
}
#fixed-form,
#fixed-form * {
  overflow: visible;
}

/*Header*/
.prod-menu-col a {
  position: relative;
  padding-right: 30px;
  text-transform: uppercase;
}
.prod-menu-col a:not(:last-of-type)::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.prod-header-container.prod-fixed-header {
  position: fixed;
  background-color: white;
  border-bottom: 1px solid var(--blue);
  z-index: 9;
}
.prod-header-container a.btn {
  padding-left: 35px;
  background-image: url("/wp-content/uploads/icon-phone.svg");
  background-size: 16px;
  background-position: top 12px left 10px;
  background-repeat: no-repeat;
}

/*Main*/
.prod-main-container {
  background-image: url("/wp-content/uploads/prod-main-bg.png");
  background-position: center right;
  background-size: contain;
  min-height: 370px;
  background-color: var(--blue);
  position: relative;
  color: white;
}
.prod-main-container > div {
  position: relative;
  z-index: 1;
}
.prod-main-container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60%;
  height: 100%;
  background-image: url("/wp-content/uploads/trapecio-1.svg");
  background-size: cover;
  background-position: right center;
}
.prod-main-subtitle {
  font-size: 1.8rem;
  line-height: 1.6rem;
  font-weight: 500;
  display: block;
  margin: 20px 0px;
  padding: 6px 0px;
}
.prod-main-more {
  background-image: url("/wp-content/uploads/down-arrow.svg");
  background-size: 8px;
  background-position: center right;
  padding-right: 14px;
  text-decoration: underline;
}
.prod-main-form-wr {
  height: 490px;
  padding: 20px;
  background: #eeeeee;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #00000030;
}
.prod-main-container .prod-main-icon img {
  height: 55px;
  width: auto;
}
/*Product*/
.prod-info-container,
.prod-info-container * {
  overflow: visible;
}
.prod-slider-gen .slick-slide {
  padding: 20px;
}
.prod-slider-gen .slick-track {
  display: flex;
  align-items: baseline;
}
.prod-slide span {
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
  display: inline-block;
}
.slick-dots {
  padding-left: 20px;
}
.slick-dots,
.slick-dots * {
  overflow: visible;
}
.slick-dots li {
  height: 0px;
  width: 0px;
  position: relative;
  overflow: visible;
  display: inline-block;
  margin-right: 25px;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  opacity: 0;
}
.slick-dots li:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: var(--light-blue);
  border-radius: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}
.slick-dots li.slick-active:after {
  opacity: 1;
}
.prod-icons-col .col {
  background-position: top 4px left;
  background-size: 32px;
}
.prod-icons-col .col {
  padding-left: 52px;
}
.prod-icons-col .col p {
  font-size: 1.2em;
}
.prod-slider-wr {
  position: relative;
}
.prod-slider-wr h4 {
  margin-top: 30px;
}
.slider-arrow {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  background-size: 15px;
  background-position: center;
  z-index: 999;
}
.slider-arrow:hover {
  opacity: 0.7;
  cursor: pointer;
}
.prev-arrow {
  background-image: url("/wp-content/uploads/icon-prev.svg");
  left: -10px;
}
.next-arrow {
  background-image: url("/wp-content/uploads/icon-next.svg");
  right: -10px;
}
/*Customer*/
.customer-container {
  background-image: url("/wp-content/uploads/k-bg.png");
  background-size: contain;
  background-position: center right;
  position: relative;
}
.customer-container > div {
  position: relative;
  z-index: 2;
}
.customer-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80%;
  height: 100%;
  background-image: url("/wp-content/uploads/k-bg.svg");
  background-size: cover;
  background-position: center right;
}
.customer-slider-wr {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 400px;
}
.customer-slide {
  font-weight: 100;
  display: flex;
  flex-direction: column;
  font-size: 1.1em;
}
.slick-initialized .slick-slide.customer-slide {
  display: flex;
}
.customer-slide .customer-tit {
  font-size: 1.6em;
}
.customer-slide .customer-cargo {
  margin-bottom: 20px;
  color: var(--light-blue);
  font-weight: 500;
}
.customer-slider .slick-dots {
  padding-left: 0px;
  margin-top: 20px;
}
/*Products & Services*/
.prod-prod-wr {
  position: relative;
  display: flex;
  flex-direction: column;
}
.prod-prod-wr img {
  width: 47%;
}
.prod-prod-wr #rueda-servicios {
  align-self: flex-end;
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
/*Products & Services mobile*/
.prod-prod-mobile-item {
  display: flex;
  border-bottom: 1px solid var(--blue);
  align-items: center;
  padding: 6px 10px;
}
.prod-prod-mobile-item-icon-wr {
  width: 60px;
}
.prop-prod-mobile-item-icon {
  height: 30px;
  width: auto;
}
/*World*/
.prod-world-container {
  background-image: url("/wp-content/uploads/prod-world-bg.png");
  background-position: top -40px left;
  background-size: 70%;
}
.prod-world-info-col p {
  font-size: 1.2em;
  font-weight: 100;
}
/*Contact*/
.prod-contact-container {
  background-image: url("/wp-content/uploads/contact-bg.png");
  background-position: center;
  background-size: cover;
}
.prod-contact-wr {
  background: #eeeeee;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 0px 8px #00000030;
}
.prod-contact-wr > p {
  font-size: 1.1em;
}
.contact-more-info {
  padding-left: 30px;
  background-image: url("/wp-content/uploads/icon-tel.png");
  background-size: 21px;
  background-position: center left;
  line-height: 21px;
  display: inline-block;
}
.prod-contact-wr form {
  max-width: 500px;
  margin: auto;
}
.prod-contact-wr .privacy .wpcf7-form-control-wrap {
  float: left;
}
.prod-contact-wr form textarea {
  height: 100px;
}
/*Footer*/
.prod-footer-container {
  background-color: var(--blue);
  font-weight: 100;
}
.prod-footer-container img {
  height: 40px;
  width: auto;
}
.prod-footer-links-col span {
  display: block;
}
.prod-footer-links-col a {
  text-decoration: underline;
}

/*Form fixed*/
#fixed-form {
  position: fixed;
  top: 80px;
  width: 390px;
  position: fixed;
  z-index: 9;
  right: calc(50vw - 650px);
}
#fixed-form.absolute {
  position: absolute;
  top: unset;
  bottom: 40px;
}
#fixed-form-close {
  background-color: var(--blue);
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  border-radius: 30px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}
.navigation-form {
  position: relative;
}

/*Ajustes para Landing Comercial*/
.page-template-landing-producto-comercial .prod-main-form-wr {
  height: 200px;
}
.page-template-landing-producto-comercial
  .prod-main-form-wr
  .wpcf7
  form
  .wpcf7-response-output {
  display: none;
}

/*RESPONSIVE*/
/*xl & <*/
@media only screen and (max-width: 1400px) {
  #fixed-form {
    right: 20px;
  }
}
/*lg & <*/
@media only screen and (max-width: 1200px) {
  /*.prod-main-container:after{  background-position: right;}*/
  .prod-main-container {
    background-size: cover;
  }
  #fixed-form {
    width: 330px;
  }
}
/*md & <*/
@media only screen and (max-width: 992px) {
  #fixed-form {
    width: 30vw;
  }
  .wpcf7-form input,
  .wpcf7-form textarea,
  .wpcf7-form select {
    margin-bottom: 8px;
  }
  .wpcf7-form .cf-2 {
    width: calc(50% - 3px);
  }
  .prod-menu-col {
    font-size: 0.8rem;
  }
  .prod-menu-cta-col .btn {
    font-size: 0.9rem;
    padding-left: 4px;
    padding-right: 4px;
  }
  .customer-container {
    background-size: cover;
  }
  .customer-container:after {
    width: 90%;
  }
  .prod-header-container a.btn {
    background-size: 14px;
    background-position: top 8px left 10px;
  }
  .prod-prod-wr #rueda-servicios {
    top: -80px;
    margin-bottom: -80px;
  }
}
/*sm & <*/
@media only screen and (min-width: 768px) {
  #fixed-form {
    display: initial !important;
  }
}
@media only screen and (max-width: 768px) {
  #fixed-form {
    display: none;
    width: 400px;
    max-width: 90vw;
    box-shadow: 0px 0px 8px black;
  }
  .prod-icons-col {
    padding: 0px 20px;
  }
  .customer-container:after {
    width: 100%;
    background-position: center right -120px;
  }

  .prod-footer-container .row {
    width: 100%;
    justify-content: center !important;
  }
  .prod-footer-links-col {
    text-align: center !important;
    margin-top: 20px;
  }
  .prod-footer-links-col > span {
    padding: 10px;
  }
  .prod-main-container {
    position: relative;
    background-image: none;
    min-height: unset;
  }
  .prod-main-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .prod-main-container > .container {
    position: relative;
    z-index: 1;
  }
  .prod-main-container:after {
    display: none;
  }
  .prod-main-container h1 {
    font-size: 2.5rem;
  }
  .prod-main-subtitle {
    font-size: 1.5rem;
  }
}
/*xs*/
@media only screen and (max-width: 576px) {
  #prod-logo-kide {
    width: 90px;
  }
  .prod-menu-cta-col .btn {
    font-size: 13px;
    padding: 5px 8px;
  }
  .prod-header-container a.btn {
    background-size: 10px;
    padding-left: 20px;
    background-position: top 8px left 6px;
  }
  .prod-title h2 {
    font-size: 1.8rem;
  }
  .customer-container {
    background-image: none !important;
    background-color: var(--light-grey);
  }
  .customer-container:after {
    display: none;
  }
  .prod-prod-wr img {
    width: 100%;
    max-width: 430px;
    align-self: center;
    margin-bottom: 60px;
  }
  .prod-prod-wr #rueda-servicios {
    align-self: center;
    position: relative;
    top: unset;
    margin-bottom: unset;
  }
}

/*xs*/
@media only screen and (max-width: 395px) {
  #prod-logo-kide {
    width: 70px;
  }
  .prod-menu-cta-col .btn {
    font-size: 12px;
  }
  .prod-header-container a.btn {
    background-size: 8px;
    padding-left: 16px;
    background-position: top 8px left 5px;
  }
}
