@font-face {
  font-family: "Myriad Pro Light";
  src: url("../fonts/MyriadPro-Light") format("opentype");
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
}

@font-face {
  font-family: "Myriad Pro Bold";
  src: url("../fonts/MYRIADPRO-BOLD.OTF") format("opentype");
}

@font-face {
  font-family: "Myriad Pro Cond";
  src: url("../fonts/MYRIADPRO-COND.OTF") format("opentype");
}

@font-face {
  font-family: "Myriad Pro Cond Italic";
  src: url("../fonts/MYRIADPRO-CONDIT.OTF") format("opentype");
}


:root {
  --principal: #144b48;
  --secundario: #d2e5c2;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Myriad Pro";
}

.tema-azul {
  --secundario: #B7DEDC;
}

.navbar {

  display: flex;
  padding: 1.5vw;
  justify-content: space-around;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  height: 6vw;
  align-items: center;

}

.navbar ul {
  display: flex;
  justify-content: end;
  height: auto;
  width: 55vw;
  align-items: center;
  gap: 5%;
  margin-left: 20%;
  list-style: none;
}

.navbar a {
  font-size: 1vw;
  color: var(--principal);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.navbar .active {
  font-weight: 600;
}

.div-logo {
  display: flex;
  align-items: center;
  width: 12vw;

}

.div-logo img {
  width: 12vw;
}


.great-image-content {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 50vw;
  background-size: cover;
}

.great-image-content .text-content {
  margin-top: 28%;
  width: 95%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: 3vw;
}

.great-image-content .text-content.izda {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 3vw;
}

.great-image-content p {
  background-color: white;
  color: var(--principal);
  font-size: 2.4vw;
  padding: 0.2vw;
  z-index: 3;
  position: relative;
  font-style: italic;
  margin-right: 1vw;
}

.great-image-content .invert-text {
  color: var(--principal);
  background-color: var(--secundario);
  /* width: 58%; */
  margin-top: -0.7vw;
  font-size: 4.52vw;
  z-index: 0;
  margin-right: 0;
}



.two-box {
  background-color: var(--principal);
  height: 20vw;
  display: flex;
  align-items: center;
  gap: 1vw;
  padding: 2vw 2vw;
}

.two-box .text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  gap: 0.5vw;
  padding: 0 4vw;
}


.two-box .text-content.right {
  text-align: left;
}

.two-box .text-content h2 {
  width: 100%;
  font-size: 2.2vw;
  line-height: 1;
  margin-bottom: 0.5vw;
}

.two-box .text-content p {
  width: 100%;
  font-size: 1.2vw;
  line-height: 1;
}


.videocall-image {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 56.25vw;
  background-image: url(../img/IndexSat_5_HI.webp);
  background-size: cover;
}

.videocall-image .text-content {
  margin-top: 35%;
  width: 95%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: 3vw;
}

.videocall-image .text-content .title-cont {
  background-color: var(--principal);
  padding-bottom: 2vw;
}

.videocall-image .text-content .title-cont .title {

  color: var(--secundario);
  font-size: 2.5vw;
  letter-spacing: 0.15vw;
  line-height: 0.9;
}

.videocall-image .text {

  background-color: var(--secundario);
  color: var(--principal);
  font-size: 1.2vw;
  text-align: end;
  font-style: italic;
  line-height: 2;
  padding: 0 0.5vw;

}

.videocall-image .text-cubre {
  margin-top: 5vh;
  font-weight: bold;
  font-size: 1.67vw;
}



.stripe-content {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--secundario);

  /* padding: 2vw 4vw; */
}

.stripe-content .it-1 {
  width: 75%;
  padding: 2vw 20vw 2vw 4vw;
  background-color: var(--principal);
  clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}

.stripe-content .texto-h2 {
  font-size: 2.5vw;
  font-weight: bold;
  color: white;
  margin-bottom: 1vw;
}

.stripe-content .texto-p {
  font-size: 1.4vw;
  color: var(--secundario);
}

.stripe-content .it-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
  text-align: right;
  width: 16%;
  height: 100%;
  margin-left: auto;
  margin-right: 2vw;
}

.stripe-content .it-3 .texto-p {
  color: var(--principal);
  font-size: 1.2vw;
}

.stripe-content .it-3 .texto-span {
  font-weight: bold;
}

.stripe {
  clip-path: polygon(30% 0%, 45% 0%, 85% 100%, 69% 100%);
  width: 5vw;
  background-color: white;
  height: 100%;
  width: 20%;
  position: absolute;
  margin-left: 60%;
}



.stripe-left {
  clip-path: polygon(70% 0%, 100% 0%, 60% 100%, 30% 100%);

  /* clip-path: polygon(21.4% 0%, 30.3% 0%, 19% 100%, 10.4% 100%); */
  background-color: white;
  height: 100%;
  width: 18%;
  position: absolute;
  margin-left: 15%;
}


.stripe-content.stipe-left {
  background-color: var(--principal);
  justify-content: flex-start;
  /* padding: 2vw 4vw; */
}

.stipe-left .it-3 {
  width: 20%;
  padding: 2vw 0 2vw 4vw;
  text-align: left;
  margin-right: auto;
}

.stipe-left .it-3 .texto-p {

  color: var(--secundario);
}

.stipe-left .it-1 {
  padding: 2vw 2vw 2vw 25vw;
  text-align: right;
  clip-path: none;
  background-color: var(--secundario);
  width: 79%;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 4% 100%);
}


.stipe-left .it-1 .texto-p {
  color: var(--principal);
  font-size: 1.5vw;
}


.stipe-left .it-1 .texto-span {
  font-size: 1.5vw;
}

.tema-azul .cont-img {
  display: flex;
  width: 100%;
  height: 20vw;
}

.icons4 {
  width: 50vw;
  height: 8.75vw;
  background-image: url(../img/icons4.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5vw auto 0vw auto;
}


video {
  width: 100vw;
  height: auto;
  display: block;
}

.vertilal-line {
  height: 9vw;
  width: 1px;
  background-color: var(--secundario);
}

.bg-verde-o {
  background-color: var(--principal);
}

.bg-verde-c {
  background-color: var(--secundario);
}

.c-verde-o {
  color: var(--principal);
}

.c-verde-c {
  color: var(--secundario);
}

.line-o {
  border-right: 1px solid var(--principal);
}

.line-c {
  border-right: 1px solid var(--secundario);

}

.c-o {
  color: var(--principal);
}

.c-c {
  color: var(--secundario);
}

.c-w {
  color: white;
}

.mr-a {
  margin-right: auto;
}

.ml-a {
  margin-left: auto;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}


.redes-sociales-nav {
  display: flex;
  gap: 0.5vw;
  align-items: center;
  width: 5vw;
}

.redes-sociales-nav img {
  width: 1vw;
  padding: 0.5rem 0;
  cursor: pointer;
}

footer {
  background-color: var(--principal);
  display: flex;
  justify-content: space-between;
  padding: 1% 3% 1% 3%;
  color: var(--secundario);
}

.info-sweepend-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 30%;
  line-height: 1.4;
  font-size: 0.7vw
}

.logo-footer {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-sweepend-contraste {
  width: 12vw;
}

.logo-google-play {
  width: 5vw;
  margin-left: 7vw;
  margin-top: -0.8vw;
}

.privacidad-footer {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end;
  justify-content: center;
}

.rrss-footer {
  display: flex;
  margin-bottom: 0.5vw;
  gap: 1vw;
}

.privacidad {
  font-size: 0.6vw;
  line-height: 1.4;
}


.underline {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: inherit;
}