:root {
  --dark-slate-blue: #334a8c;
  --alice-blue: #e6eaef;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 90%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #32498b;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  color: #fff;
  background-color: #e6eaef;
  font-family: Montserrat, sans-serif;
}

.link-block {
  color: #32498b;
  text-decoration: none;
  display:none;
}

.container-row {
  width: 90%;
  max-width: 100%;
  margin: auto;
}

.header {
  background-image: url('../images/bg-home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding-left: 60px;
  display: flex;
}

.heading {
  color: #fff;
  padding-top: 66px;
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
  position: relative;
}

.div-block {
  background-color: #32498b;
  justify-content: flex-end;
  align-items: center;
  width: 700px;
  height: 300px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block.plekhead {
  bottom: 10%;
}

.sec-1-home {
  background-image: url('../images/bg-sec1-home.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 65vh;
  display: flex;
}

.div-block-3 {
  display: flex;
}

.grid-sec1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.text-block {
  font-size: 19px;
  font-weight: 600;
}

.image {
  width: 20px;
  margin-bottom: 32px;
  position: absolute;
  inset: auto auto -6% 16%;
}

.sec-dos-home {
  background-color: #32498b;
}

.color-bg-s2 {
  background-color: #e6eaef;
  width: 86%;
}

.grid-sc2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #334a8c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.heading-2 {
  border-bottom: 5px solid #334a8c;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.heading-2.head-rflx {
  text-align: right;
}

.text-block-2 {
  font-size: 20px;
  line-height: 25px;
}

.image-3 {
  width: 1000px;
  margin: auto;
  display: none;
  position: relative;
  inset: 0% 0% auto 115px;
}

.tx-sc2-h {
  font-weight: 400;
}

.text-block-3 {
  font-size: 20px;
  line-height: 25px;
}

.button {
  text-align: center;
  background-color: #334a8c;
  border-radius: 20px;
  width: 50%;
  height: 40px;
  transition: all .4s cubic-bezier(.6, -.28, .735, .045);
  position: relative;
}

.button:hover {
  color: var(--dark-slate-blue);
  background-color: #fff;
  font-weight: 600;
}

.image-4 {
  width: 20%;
  position: relative;
}

.section, .sec-3-home {
  background-color: #32498b;
}

.image-5 {
  width: 55%;
  margin: auto;
  padding: 50px;
  display: block;
}

.certifications {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
}

.heading-3 {
  color: var(--dark-slate-blue);
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}

.text-field {
  background-color: #334a8c40;
  border-radius: 12px;
}

.text-field::placeholder {
  color: #fff;
}

.text-field-2 {
  background-color: #334a8c40;
  border-radius: 12px;
}

.text-field-2::placeholder {
  color: #fff;
}

.text-field-3 {
  background-color: #334a8c40;
  border-radius: 12px;
}

.text-field-3::placeholder {
  color: #fff;
}

.textarea {
  color: #634747;
  background-color: #334a8c40;
  border-radius: 12px;
  min-height: 200px;
}

.textarea::placeholder {
  color: #fff;
}

.submit-button {
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
}

.form-2 {
  width: 70%;
  margin: auto;
}

.div-block-4 {
  height: 50px;
}

.footer-dark {
  border-top: 30px solid var(--alice-blue);
  background-color: var(--dark-slate-blue);
  text-align: center;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: var(--dark-slate-blue);
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  border: 2px solid #fff;
  border-radius: 0;
}

.nav-dropdown-link-2 {
  color: var(--dark-slate-blue);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block-4 {
  color: var(--dark-slate-blue);
}

.header-tech {
  background-image: url('../images/bg-tech.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 85vh;
  display: flex;
}

.image-6 {
  width: 400px;
  margin-right: 115px;
  position: relative;
}

.sec-tec {
  background-image: url('../images/Group-28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150vh;
  display: flex;
}

.image-7 {
  width: 500px;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #fff;
  width: 50%;
  margin-left: 0;
  padding: 70px;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.sec-products {
  background-color: var(--dark-slate-blue);
  text-align: center;
}

.products-heading {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 70px;
  font-weight: 600;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.div-block-6.bg-products-gr {
  background-color: #e6eaef;
  grid-template-rows: auto;
  margin-bottom: 70px;
  padding-top: 70px;
}

.header-gallery {
  background-image: url('../images/Centurion-NorthSet-076-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 85vh;
}

.grid-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 15px;
  display: grid;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.head-sunscreen {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-12.24-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 85vh;
}

.head-sunscreen.sc-5 {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.36-3.webp');
}

.image-8 {
  width: 100%;
  max-width: 480px;
  margin-top: 190px;
  margin-right: 89px;
  display: block;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.sec1-sun {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.36-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  height: 300px;
  margin-top: 128px;
  margin-bottom: 50px;
  transition: all .7s;
  display: flex;
}

.sec1-sun:hover {
  filter: invert();
}

.sec1-sun.uno-porciento {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.36-4.webp');
}

.sec1-sun.uno-porciento.eflex-1 {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-12.28-3.webp');
}

.sec1-sun.uno-porciento.eflex-2 {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-12.41-2.webp');
}

.sec1-sun.uno-porciento.eflex-3 {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.01-2.webp');
}

.sec1-sun.uno-porciento.eflex-4 {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-12.46-2.webp');
}

.sec1-sun.dos-porciento {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.36-5.webp');
}

.sec1-sun.tres-porciento {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.36-4.webp');
}

.sec1-sun.cuatro-porciento {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.36-5.webp');
}

.sec2-sun {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.36-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  height: 300px;
  transition: all .7s;
  display: flex;
}

.sec2-sun:hover {
  filter: invert();
}

.image-9, .image-10 {
  margin-right: 40px;
  display: block;
}

.text-block-6 {
  flex-direction: column-reverse;
  flex: none;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  color: #f7f7f7;
  text-shadow: 3px 3px 5px #000;
  margin-top: -40px;
  margin-right: 115px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.text-block-7.l-priv {
  margin-top: -138px;
}

.sec-lightbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 1200px;
  margin: auto;
  padding-top: 102px;
  display: grid;
}

.header-sun-10 {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.36-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 85vh;
}

.header-sun-10.white-line {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-12.28-1.webp');
}

.header-sun-10.graphite-line {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.01-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.header-sun-10.graphite-line.blockx {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.03-1.webp');
}

.header-sun-10.graphite-line.blockx.performance {
  background-image: url('../images/Captura-de-Pantalla-2023-01-16-a-las-16.17-2.webp');
}

.header-sun-10.chrome {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-13.01-1.webp');
}

.header-sun-10.onixline {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-12.46-1.webp');
}

.header-sun-10.silver-line {
  background-image: url('../images/Captura-de-Pantalla-2023-01-24-a-las-12.41-1.webp');
}

.text-block-8 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  display: block;
  position: static;
  inset: 0%;
}

.text-block-9 {
  float: none;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  width: 90%;
  margin-top: 20px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
  position: static;
}

.link-block-2 {
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.link-block-3 {
  text-decoration: none;
  display: block;
}

.image-11 {
  cursor: pointer;
  transition: all .5s;
}

.image-11:hover {
  mix-blend-mode: luminosity;
  max-width: 95%;
  transform: translate(10px);
}

.div-block-8 {
  background-image: url('../images/Group-76.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1000px;
  margin: auto;
  position: relative;
  left: 115px;
}

.text-block-10 {
  text-align: center;
  width: 50%;
  padding-top: 136px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
}

.link {
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

.div-block-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 47%;
  padding-bottom: 115px;
  display: flex;
}

.sqr-home {
  width: 350px;
  transition: all .7s;
}

.sqr-home:hover {
  filter: invert();
}

.menu-btns-a {
  transition: all .575s cubic-bezier(.755, .05, .855, .06);
}

.menu-btns-a:hover {
  font-weight: 500;
}

.div-block-10 {
  background-color: var(--dark-slate-blue);
  width: 100%;
  height: 600px;
  position: relative;
  inset: 1835px 0% 0%;
}

.div-block-11 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 550px;
  display: block;
  position: absolute;
}

.image-12 {
  width: 200px;
}

.logos-sun {
  padding-right: 50px;
}

.lightbox-link-2 {
  cursor: pointer;
}

.sunscren-grid {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.heading-4 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 95px;
  font-size: 32px;
  font-weight: 300;
}

.grid-snsc-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-snsc-2.blockx {
  margin-top: 139px;
}

.heading-5 {
  color: var(--dark-slate-blue);
  font-size: 35px;
  font-weight: 600;
}

.text-block-11 {
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

.heading-6 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.tab-pane-tab-1 {
  width: 1200px;
  height: 650px;
}

.tab-link-tab-1 {
  background-color: #c8c8c8c4;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
}

.bg-clr {
  text-align: center;
  background-color: #ddd0;
  padding-left: 5px;
  padding-right: 5px;
}

.bg-clr.w--current {
  background-color: #ddd0;
}

.body-4 {
  background-color: #e6eaef;
}

.tab-pane-tab-2 {
  background-image: url('../images/SunScreen-Beige_1-001Set-082_007-1.webp');
  background-position: 50%;
  background-size: cover;
}

.tab-pane-tab-2.bg-heads {
  background-image: none;
}

.bg-heads {
  background-image: url('../images/SunScreen-White_1-001Set-082_007-2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bg-head {
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-menu {
  text-align: center;
}

.body-5 {
  background-color: #e6eaef;
}

.body-6, .body-7 {
  background-color: var(--alice-blue);
}

.boton-download {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-2 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 20px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .325s cubic-bezier(.6, -.28, .735, .045);
  display: block;
}

.link-2:hover {
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.boton-more {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 178px;
  margin-top: 25px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .375s cubic-bezier(.6, .04, .98, .335);
  display: block;
}

.boton-more:hover {
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.body-8, .body-9 {
  background-color: var(--alice-blue);
}

.image-13 {
  color: #fff;
  width: 30px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.paragraph {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.div-block-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block-4 {
  text-decoration: none;
  transition: all .425s cubic-bezier(.6, -.28, .735, .045);
}

.link-block-4:hover {
  font-size: 15px;
}

.body-10, .body-11 {
  background-color: var(--alice-blue);
}

.heading-7 {
  font-weight: 600;
}

.link-block-5 {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.heading-8 {
  padding-bottom: 20px;
  font-weight: 300;
}

.body-12 {
  background-color: var(--alice-blue);
}

.image-14 {
  width: 100%;
  padding-bottom: 130px;
}

.body-13, .body-14, .body-15, .body-16, .body-17 {
  background-color: var(--alice-blue);
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.div-block-14 {
  padding-right: 50px;
}

.image-15 {
  width: 125px;
  height: 125px;
}

.titl-colors {
  padding-top: 10px;
}

.tab-pane-tab-1-2 {
  width: 100%;
  max-width: 1200px;
}

.div-block-15 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 140px;
}

.thanks {
  background-color: var(--alice-blue);
}

.heading-9 {
  color: var(--dark-slate-blue);
  text-align: center;
}

.image-16 {
  width: 200px;
}

.form-block {
  display: block;
}

.div-block-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.html-embed {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-30 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  width: 29px;
  padding-left: 0;
}

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

.heading-12 {
  padding-top: 65px;
  text-decoration: none;
}

.heading-12.whats {
  text-align: center;
  padding-top: 0;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .div-block.plekhead {
    height: 350px;
    bottom: 14%;
  }

  .image {
    margin-bottom: 62px;
  }

  .image-3 {
    width: 1100px;
    left: 145px;
  }

  .image-6 {
    width: 500px;
    margin-right: 124px;
  }

  .image-8 {
    margin-top: 320px;
  }

  .div-block-8 {
    width: 1100px;
  }

  .div-block-10 {
    top: 2034px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block.plekhead {
    height: 370px;
    bottom: 18%;
  }

  .image {
    margin-bottom: 91px;
  }

  .image-3 {
    width: 1200px;
  }

  .image-6 {
    margin-right: 135px;
  }

  .image-8 {
    margin-top: 370px;
  }

  .div-block-8 {
    width: 1200px;
  }

  .div-block-10 {
    position: relative;
    top: 2013px;
  }

  .heading-4 {
    font-size: 38px;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    background-image: url('../images/Sin-título-1.webp');
  }

  .heading {
    padding-top: 145px;
  }

  .div-block.plekhead {
    bottom: 26%;
  }

  .image {
    width: 40px;
    margin-bottom: 169px;
  }

  .image-3 {
    width: 1500px;
    left: 225px;
  }

  .image-6 {
    width: 700px;
    margin-right: 169px;
  }

  .image-8 {
    width: 900px;
    margin-top: 485px;
  }

  .text-block-9 {
    margin-top: 38px;
    font-size: 52px;
  }

  .div-block-8 {
    width: 1500px;
  }

  .text-block-10 {
    padding-top: 250px;
  }

  .div-block-9 {
    padding-bottom: 200px;
  }

  .div-block-10 {
    top: 2691px;
  }

  .grid-snsc-2.blockx {
    place-items: center stretch;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block.plekhead {
    width: 90%;
  }

  .icon {
    color: #32498b;
    font-size: 40px;
  }

  .text-block {
    font-size: 15px;
  }

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

  .heading-2.head-rflx {
    padding-left: 5px;
  }

  .image-3 {
    width: 563px;
  }

  .text-block-3.reflex-tx {
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-4 {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-6 {
    margin-right: 80px;
  }

  .sec-tec {
    height: 100vh;
  }

  .image-7 {
    width: 200px;
  }

  .text-block-5 {
    padding: 20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-9 {
    width: 94%;
  }

  .div-block-8 {
    width: 553px;
  }

  .text-block-10 {
    padding-top: 51px;
    padding-left: 15px;
  }

  .div-block-9 {
    padding-bottom: 47px;
  }

  .div-block-10 {
    height: 400px;
    top: 1866px;
  }

  .bg-head {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block.plekhead {
    height: 200px;
    bottom: 17%;
  }

  .color-bg-s2 {
    width: 80%;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .image-3 {
    width: 400px;
    left: 0;
  }

  .text-block-3.reflex-tx {
    font-size: 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .image-6 {
    margin-right: 40px;
  }

  .sec-tec {
    height: 100%;
  }

  .image-7 {
    padding-top: 25px;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .text-block-5 {
    width: 100%;
  }

  .products-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 60px;
  }

  .grid-gallery {
    text-align: center;
    display: block;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .image-8 {
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-block-7.l-priv {
    margin-right: 144px;
  }

  .image-11 {
    padding-bottom: 30px;
  }

  .div-block-8 {
    width: 400px;
  }

  .text-block-10 {
    padding-bottom: 13px;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-10 {
    top: 1837px;
  }

  .heading-4 {
    margin-bottom: 53px;
    font-size: 25px;
    line-height: 38px;
  }

  .grid-snsc-2 {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  .link-2 {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .header {
    height: 75vh;
  }

  .heading {
    padding-top: 0;
    font-size: 31px;
    line-height: 35px;
    top: -1px;
    left: -40px;
  }

  .div-block.plekhead {
    height: 180px;
    bottom: 31%;
  }

  .sec-1-home {
    height: 100%;
  }

  .grid-sec1 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    padding-top: 50px;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .image {
    bottom: 14%;
  }

  .image-2 {
    padding-bottom: 30px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .image-3 {
    left: 45px;
  }

  .image-5 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .certifications {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .form-2 {
    width: 100%;
  }

  .container-2, .container-3 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .header-tech {
    height: 75vh;
  }

  .image-6 {
    width: 300px;
    margin-right: 12px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .products-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 35px;
  }

  .div-block-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-6.bg-products-gr {
    display: block;
  }

  .header-gallery {
    background-position: 0%;
    height: 75vh;
  }

  .container-4 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .head-sunscreen {
    height: 75vh;
  }

  .sec1-sun, .sec2-sun {
    height: 350px;
  }

  .image-9, .image-10 {
    margin-right: auto;
    padding: 10px;
  }

  .text-block-7 {
    margin-top: -57px;
    margin-right: 22px;
    font-size: 25px;
  }

  .text-block-7.l-priv {
    margin-top: -200px;
    margin-right: 39px;
  }

  .sec-lightbox {
    padding: 15px;
    display: block;
  }

  .header-sun-10 {
    height: 75vh;
  }

  .text-block-9 {
    text-align: center;
    width: 100%;
    font-size: 25px;
  }

  .lightbox-link {
    padding-bottom: 20px;
  }

  .div-block-8 {
    width: 289px;
    left: 31px;
  }

  .text-block-10 {
    padding-top: 51px;
    font-size: 30px;
    line-height: 30px;
  }

  .link {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }

  .div-block-9 {
    padding-bottom: 50px;
  }

  .div-block-10 {
    height: 600px;
    top: 2253px;
  }

  .div-block-11 {
    display: none;
  }

  .animate-sqr-home {
    padding-bottom: 70px;
  }

  .image-12 {
    padding-left: 11px;
  }

  .logos-sun {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .tab-link-tab-1.bg-clr {
    padding-right: 0;
  }

  .bg-clr {
    margin-top: -10px;
    padding: 0;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 41px;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .image-14 {
    padding-bottom: 30px;
  }

  .div-block-13 {
    display: block;
  }

  .div-block-14 {
    padding-bottom: 26px;
    padding-right: 0;
  }

  .image-15 {
    width: 170px;
    height: 160px;
  }

  .image-15.height-imthrog {
    height: 164px;
  }

  .div-block-15 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .heading-9 {
    font-size: 33px;
    line-height: 35px;
  }

  .heading-12 {
    padding-top: 0;
  }
}

#w-node-_72346cb0-280d-032c-ba85-fa7b6be0d993-8a1b2726 {
  place-self: center;
}

#w-node-_513e8885-a41b-aff4-6d2c-8e28f14fb651-8a1b2726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_33992a35-01d2-1aa0-7c24-091527a49699-8a1b2726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eea568b1-1583-a426-273e-a5c698df5cfa-8a1b2726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2c4bda98-30d7-88fd-1591-9d86a358ddbf-8a1b2726 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_72346cb0-280d-032c-ba85-fa7b6be0d993-8a1b2726 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f58624fe-222f-a861-426e-7385bae54b40-8a1b2726 {
    order: 9999;
  }

  #w-node-_17a15952-bc8e-70d6-39d0-4d887fba3c39-8a1b2726, #w-node-_513e8885-a41b-aff4-6d2c-8e28f14fb651-8a1b2726 {
    justify-self: start;
  }

  #w-node-fa182bb6-5f33-0a52-573d-8acbb154b070-8a1b2726, #w-node-dc5dc045-09ce-06f2-3fe7-30ec9d2d3116-8a1b2726, #w-node-a4030c3e-b1e1-f4c8-68d3-aca8392b164e-8a1b2726 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


