/* Reset básico de CSS */
@font-face {
  font-family: "Myriad Pro Light";
  src: url("./fonts/MyriadPro-Light.otf") 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");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: none;
}

html,
body {
  height: 100%;
  font-family: "Myriad Pro";
}

main2 {
  display: none;
}

footer2 {
  display: none;
}

footer2Sat {
  display: none;
}

header2 {
  display: none;
}

.logo-sweepend-contraste2 {
  display: none;
}

html,
body {
  height: 100%;
  font-family: "Myriad Pro";
  opacity: 1;
}

body.fade-in {
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}

body.fade-out {
  opacity: 1;
  animation: fadeOut 0.3s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Estilos index CSS  */
header {
  height: auto;
}

.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;
}

.logo-link {
  cursor: pointer;
}

.div-logo {
  display: flex;
  align-items: center;
  width: 12vw;

  & img {
    width: 12vw;
  }
}

.text-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  font-size: 1.5vw;
  margin-top: 20%;
  margin-left: 20%;
  color: #144b48;
  letter-spacing: 3px;

  & span {
    justify-content: end;
    font-size: 1vw;
    color: #1ba79e;
  }
}

ul li a:hover {
  font-weight: 600;
}

.active {
  font-weight: 600;
}

ul {
  display: flex;
  justify-content: end;
  height: auto;
  width: 55vw;
  align-items: center;
  gap: 5%;
  margin-left: 20%;

  & a {
    font-size: 1vw;
    color: #144b48;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
}

.redes-sociales-nav {
  display: flex;
  gap: 0.5vw;
  align-items: center;
  width: 5vw;

  & img {
    width: 1vw;
    padding: 0.5rem 0;
    cursor: pointer;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.rrss.pulsar {
  animation: pulse 1s ease;
}

/* Container principal */
.fondo {
  width: 100%;
  height: 15vw;
  position: relative;
  overflow: hidden;
}

.fondo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15vw;
  background-color: #d2e5c2;
  z-index: 0;
}

.fondo::before {
  content: "";
  position: absolute;
  width: 82%;
  height: 100%;
  background: white;
  clip-path: polygon(84% 0, 87% 0, 100% 100%, 96% 100%);
  z-index: 1;
}

.fondo .oscuro {
  position: absolute;
  width: 79%;
  height: 100%;
  background-color: #144b48;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
  z-index: 2;
}

/* Sección de HERO */
.hero {
  width: 100%;
}

.hero2 {
  width: 100%;
  height: 56vw;
  margin-top: -0.1vw;
}

.hero3 {
  width: 100%;
}

.hero-img {
  width: 100%;
}

.textoHero {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 56.25vw;
  background-image: url("./img/index1-hi.webp");
  background-size: contain;
}

#firstText {
  background-color: white;
  color: #144b48;
  font-size: 2.4vw;
  padding: 0.2vw;
  width: 38%;
  z-index: 3;
  position: relative;
  margin-bottom: -0.9vw;
  font-style: italic;
  margin-right: 3vw;
  margin-top: 36vw;
}

#firstText3 {
  background-color: white;
  color: #144b48;
  font-size: 2.2vw;
  padding: 0.2vw;
  width: 58%;
  z-index: 3;
  position: relative;
  margin-bottom: -0.5vw;
  margin-right: 1vw;
}

#thirdText3 {
  background-color: #d2e5c2;
  color: #144b48;
  font-size: 3.8vw;
  padding: 0.8vw;
  width: 73%;
  margin-top: -0.7vw;
  position: relative;
}

#secondText {
  background-color: white;
  color: #144b48;
  font-size: 2.4vw;
  padding: 0.3vw;
  width: 54%;
  position: relative;
  z-index: 2;
  font-style: italic;
  margin-right: 3vw;
}

#thirdText {
  background-color: #d2e5c2;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 0.8vw 0.2vw 0.8vw;
  width: 56%;
  margin-top: -0.7vw;
  position: relative;
  margin-right: 2vw;
}

.oscuro {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#tituloOscuro {
  font-size: 2.5vw;
  padding: 0.5vw 0.5vw 0.5vw 0;
  width: 90%;
  font-weight: bold;
  margin-left: 4vw;
}

#textoOscuro {
  font-size: 1.4vw;
  width: 65%;
  color: #d2e5c2;
  margin-left: 4vw;
  font-weight: lighter;
}

.claro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  color: black;
  text-align: right;
  width: 20%;
  align-items: center;
  height: 100%;
}

.claro2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  color: black;
  text-align: right;
  width: 30%;
  align-items: center;
  height: 100%;
}

#textoClaro1 {
  color: #144b48;
  font-size: 1.2vw;
  width: 70%;
}

#textoClaro2 {
  color: #144b48;
  font-weight: bold;
  font-size: 1.2vw;
  width: 70%;
}

.info-section {
  width: 100%;
}

.info-section-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.fondo-invertido {
  width: 100%;
  height: 15vw;
  position: relative;
  overflow: hidden;
}

.fondo-invertido::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d2e5c2;
  z-index: 0;
}

.fondo-invertido::before {
  content: "";
  position: absolute;
  width: 19%;
  height: 100%;
  left: 20%;
  background: white;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  z-index: 2;
}

.fondo-invertido .oscuro {
  position: absolute;
  width: 37%;
  height: 100%;
  left: 0;
  background-color: #144b48;
  clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
  z-index: 3;
}

.texto-info-izquierda {
  position: relative;
  z-index: 4;
  display: flex;
  margin-left: 4vw;
  width: 28vw;
  height: 100%;
  align-items: center;
}

.texto-info {
  color: #d2e5c2;
  font-size: 1.2vw;
  width: 52%;
}

.texto-info span {
  font-weight: bold;
  font-size: 1.2vw;
}

.texto-info-derecha {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 1vw;
  width: 65%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding: 1vw;
  box-sizing: border-box;
  color: #144b48;

  & h2 {
    font-weight: bold;
    text-align: right;
    font-size: 3vw;
  }

  & p {
    text-align: right;
    font-size: 1.5vw;
    width: 85%;
    color: #144b48;
  }
}

.texto-info-derecha h2,
.texto-info-derecha p {
  margin: 0;
  line-height: 1.4;
}

/* Segunda seccion  */
.second-section-img {
  width: 100%;
}

.texto-section-izquierda {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 4;
  margin-left: 4vw;
  width: 85%;
  height: 100%;
  justify-content: center;

  & h2 {
    font-weight: bold;
    font-size: 2.5vw;
    padding-bottom: 0.5vw;
  }

  & p {
    font-size: 1.4vw;
    width: 75%;
    color: #d2e5c2;
  }
}

.texto-section-derecha {
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  height: 100%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2vw;
  box-sizing: border-box;
  color: #144b48;

  & p {
    text-align: right;
    font-size: 1.3vw;
  }

  & span {
    font-weight: bold;
  }
}

/* Hero 2 section */
.hero-img2 {
  width: 100vw;
  height: auto;
}

.textoHero2 {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 56.25vw;
  font-weight: italic;
  background-image: url("./img/IndexSat_5_HI.webp");
  background-size: contain;
}

#firstText2 {
  background-color: #144b48;
  padding: 0.8vw;
  color: #d2e5c2;
  font-size: 2.5vw;
  width: 38.5vw;
  text-align: end;
  position: relative;
  letter-spacing: 0.15vw;
  line-height: 0.9;
  margin-right: 4vw;
  margin-top: 22vw;
}

#secondText2 {
  background-color: #d2e5c2;
  padding: 0.4vw;
  color: #144b48;
  font-size: 1.2vw;
  width: 32.3vw;
  text-align: end;
  margin-right: -0.5vw;
  margin-top: -0.2vw;
  position: relative;
  margin-right: 4vw;
  font-style: italic;
}

#thirdText2 {
  background-color: #d2e5c2;
  padding: 0.2vw;
  color: #144b48;
  font-size: 1.2vw;
  width: 32vw;
  text-align: end;
  margin-right: -0.5vw;
  margin-top: -0.2vw;
  position: relative;
  margin-right: 4vw;
  font-style: italic;
}

#fourthText {
  background-color: #d2e5c2;
  padding: 0.2vw;
  color: #144b48;
  font-size: 1.2vw;
  width: 6.5vw;
  text-align: end;
  position: relative;
  margin-top: -0.1vw;
  margin-right: 4vw;
  font-style: italic;
}

#fifthText {
  background-color: #d2e5c2;
  color: #144b48;
  font-size: 1.67vw;
  width: 22vw;
  text-align: end;
  margin-right: 0.2vw;
  margin-top: 3vw;
  position: relative;
  font-weight: bold;
  margin-right: 4vw;

  & span {
    text-decoration: underline;
    font-weight: bold;
  }
}

/* Footer */
footer {
  background-color: #144b48;
  display: flex;
  justify-content: space-between;
  padding: 1% 3% 1% 3%;
  color: #d2e5c2;
}

.info-sweepend-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 30%;
  line-height: 1.4;
  margin-left: 1vw;
}

.info-almabinaria {
  font-size: 0.6vw;
}

.encabezado-footer {
  font-weight: italic;
  font-size: 1.1vw;
}

.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: 1vw;
  gap: 1vw;

  & img {
    width: 1.5vw;
  }
}

.rrss-footer:hover {
  cursor: pointer;
}

.privacidad {
  font-size: 0.6vw;
  line-height: 1.4;
}

/* CSS GESTIONA Y COORDINA */
.img-gestiona1 {
  width: 100%;
}

.img-centraliza1 {
  width: 100%;
}

.textos-gestiona {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  background-image: url("./img/gestiona1-hi.webp");
  background-size: contain;
  height: 56.25vw;
}

.textos-gestiona2 {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  background-image: url("./img/centraliza1-hi.webp");
  background-size: contain;
  height: 56.25vw;
}

.textos-gestiona4 {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  background-image: url("./img/centraliza1-hi.webp");
  background-size: contain;
  height: 56.25vw;
}

.textos-gestiona8 {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  background-image: url("./img/hablamos1-hi.webp");
  background-size: contain;
  height: 56.25vw;
}

.textos-gestiona5 {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  background-image: url("./img/centraliza2-hi.webp");
  background-size: contain;
  height: 56.25vw;
}

.texto-gestiona-blanco {
  background-color: white;
  color: #144b48;
  font-size: 2.4vw;
  font-weight: italic;
  margin-left: 1vw;
  padding: 0.2vw;
  width: 35%;
  display: flex;
  z-index: 3;
  position: relative;
  font-style: italic;
  margin-right: 1vw;
  margin-top: 38vw;
  margin-left: 3vw;
}

.texto-gestiona-blanco2centraliza {
  background-color: white;
  color: #144b48;
  font-size: 2.5vw;
  font-weight: italic;
  margin-left: 1vw;
  padding: 0.2vw;
  display: flex;
  z-index: 3;
  position: relative;
  margin-bottom: -0.4vw;
  font-style: italic;
  margin-right: 3vw;
  margin-top: 35vw;
}

.texto-gestiona-blanco3centraliza {
  background-color: white;
  color: #144b48;
  font-size: 2.5vw;
  font-weight: italic;
  margin-left: 1vw;
  padding: 0.2vw;
  display: flex;
  z-index: 3;
  position: relative;
  margin-bottom: -0.4vw;
  font-style: italic;
  margin-right: 3vw;
}

.texto-gestiona-verde {
  background-color: #d2e5c2;
  color: #144b48;
  font-size: 3.8vw;
  padding: 0 0.8vw 0.8vw;
  margin-top: -0.5vw;
  position: relative;
  margin-left: 3vw;
}

.texto-gestiona-verde2 {
  background-color: #d2e5c2;
  color: #144b48;
  font-size: 4.2vw;
  padding: 0.3vw;
  position: relative;
  margin-right: 3vw;
}

.gestiona-first-info {
  background-color: #144b48;
  height: 20vw;
  display: flex;
  align-items: center;
  gap: 1vw;

  & .aside-info1 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 1.2vw;
    font-weight: lighter;
    color: #d2e5c2;
    line-height: 1.4;
  }
}

.centraliza-first-info {
  background-color: #144b48;
  height: 22vw;
  display: flex;
  align-items: center;
  gap: 4vw;

  & .aside-centralizaInfo1 {
    width: 41vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 1.2vw;
    font-weight: lighter;
    color: #d2e5c2;
    line-height: 1.3;
    margin-right: 1vw;
  }
}

.textos-izquierda-gestiona {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}

.textos-izquierda-gestiona img {
  width: 0.8vw;
  height: 0.7vw;
}

#textos-izquierda-centraliza1 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 40vw;
  justify-content: end;
  margin-left: 5vw;
  letter-spacing: 0.1vw;
}

#textos-izquierda-centraliza1 i {
  align-items: center;
  margin-left: 2vw;
  margin-right: 0.3vw;
  font-size: 0.8vw;
}

#textos-izquierda-centraliza2 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 40vw;
  justify-content: end;
  margin-left: 5vw;
  margin-top: 0.8vw;
  letter-spacing: 0.1vw;
}

#textos-izquierda-centraliza2 i {
  align-items: center;
  margin-left: 2.7vw;
  margin-right: 0.3vw;
  font-size: 0.8vw;
}

#textos-izquierda-centraliza3 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 39vw;
  justify-content: end;
  margin-left: 5vw;
  margin-top: 0.8vw;
  letter-spacing: 0.1vw;
}

#textos-izquierda-centraliza3 i {
  align-items: center;
  margin-left: 1.4vw;
  margin-right: 0.3vw;
  font-size: 0.8vw;
}

#textos-izquierda-centraliza4 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 40vw;
  justify-content: end;
  margin-left: 5vw;
  margin-top: 0.8vw;
  letter-spacing: 0.1vw;
}

#textos-izquierda-centraliza4 i {
  align-items: center;
  margin-left: -1vw;
  margin-right: 0.3vw;
  font-size: 0.8vw;
}

#textos-izquierda-centraliza5 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 33vw;
  justify-content: end;
  margin-left: 5vw;
  margin-top: 0.8vw;
  letter-spacing: 0.1vw;
}

#textos-izquierda-centraliza5 i {
  align-items: center;
  margin-left: -1vw;
  margin-right: 0.3vw;
  font-size: 0.8vw;
}

.separador-vertical {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #ccc;
  margin: 0 3vw;
  height: 25%;
}

.aside-info2 {
  color: #d2e5c2;
  font-size: 1.1vw;
  width: 60%;

  & h2 {
    font-size: 2vw;
    color: white;
  }

  & p {
    width: 55%;
    margin-top: 0.5vw;
  }
}

.precios-aside-info2 {
  color: #d2e5c2;
  font-size: 1.6vw;
  width: 80%;

  & h2 {
    font-size: 2vw;
    color: white;
  }

  & p {
    width: 80%;
    margin-top: 0.5vw;
  }
}

.separador-vertical2 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #ccc;
  margin: 0 3vw;
  height: 25%;
}

.aside-infoCentraliza2 {
  color: #d2e5c2;
  font-size: 1.2vw;
  width: 40vw;
  margin-left: 1vw;

  & h2 {
    font-size: 2vw;
    color: white;
  }

  & p {
    width: 35vw;
    margin-top: 0.5vw;
  }
}

/* Segunda seccion Gestiona */
.gestiona-img2-group {
  display: flex;
  height: 100%;

  & img {
    position: relative
  }
}

.gestiona-text-img2 {
  position: absolute;
  display: flex;
  height: 45vw;
  width: 100%;
  align-items: center;
  justify-content: end;

  & p {
    width: 37vw;
    display: flex;
    flex-direction: column;
    align-items: end;
    color: white;
    font-size: 3.2vw;
    text-align: right;
    margin-right: 5vw;
    margin-bottom: 16vw;
    line-height: 0.9;
  }

  & span {
    width: 100%;
    font-size: 4vw;
    font-weight: bold;
  }
}

.img-gestiona2 {
  width: 100%;
}

.gestiona-second-info {
  background-color: #d2e5c2;
  height: 25vw;
  display: flex;
  align-items: center;
  gap: 1vw;

  & .aside-info3 {
    width: 40vw;
    display: flex;
    flex-direction: column;
    text-align: end;
    align-items: flex-end;
    font-size: 1.2vw;
    color: #144b48;

    & h2 {
      font-size: 2.2vw;
      color: #144b48;
      width: 40vw;
      font-weight: lighter;

      & span {
        font-weight: bold;
      }
    }

    & p {
      width: 70%;
    }
  }
}

.aside-info4 {
  color: #144b48;
  font-size: 1.1vw;
  width: 40vw;
  line-height: 1.5;

  & h2 {
    font-size: 2vw;
    color: white;
  }

  & p {
    font-size: 1.3vw;
    font-weight: lighter;
    width: 40vw;
  }
}

.gestiona-third-info {
  background-color: #144b48;
  height: 22vw;
  display: flex;
  align-items: center;
  gap: 2vw;

  & .aside-info6 {
    width: 50%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    font-size: 1.2vw;
    font-weight: lighter;
    color: #d2e5c2;
    line-height: 1.4;
  }
}

.textos-derecha-seccion-gestiona {
  display: flex;
  align-items: flex-start;
  gap: 0.5vw;
}

.textos-derecha-seccion-gestiona img {
  display: flex;
  width: 0.8vw;
  height: 0.7vw;
  margin-top: 0.5vw;
}

.separador-vertical {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #ccc;
  margin: 0 4vw;
  height: 25%;
}

.aside-info5 {
  color: #d2e5c2;
  font-size: 1.2vw;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;

  & h2 {
    font-size: 2.2vw;
    color: white;
  }

  & p {
    width: 59%;
    margin-top: 0.5vw;
  }
}

.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;
}

.hablamos-first-section {
  width: 100%;

  & img {
    width: 100%;
  }
}

.texto-centraliza-verde {
  color: #144b48;
  text-align: center;
  width: 90vw;
  font-size: 3.3vw;
  letter-spacing: 0.1vw;
  margin-top: 50vw;
  margin-right: 5vw;

  & span {
    font-weight: bold;
  }
}

/*nueva Barra de centraliza.*/
.centralizaContainer {
  display: flex;
  align-items: center;
  height: 20vw;
  background-color: #E7F8CF;
  overflow: hidden;
}

.centralizaImagenIzquierda {
  overflow: hidden;
  position: relative;
}

.centralizaImagenIzquierda img {
  height: 100%;
  object-fit: cover;
  object-position: left center;
  z-index: 64;
}

.centralizaTextDerecha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  text-align: center;
  color: #01404D;
  font-size: 2vw;
  width: 100%;
  z-index: 65;
}

.centralizaTextDerecha p {
  line-height: 1;
}

.centralizaTextDerecha strong {
  font-weight: bold;
}

/* Plataforma HTML */
.texto-plataforma-blanco {
  background-color: white;
  color: #144b48;
  font-size: 3vw;
  font-weight: italic;
  margin-left: 1vw;
  padding: 0.2vw;
  width: 26%;
  display: flex;
  z-index: 3;
  position: relative;
  margin-bottom: -0.5vw;
  font-style: italic;
  margin-right: 1vw;
  margin-left: 3vw;
  margin-top: 31vw;
}

.texto-plataforma-verde {
  background-color: #d2e5c2;
  color: #144b48;
  font-size: 4.5vw;
  padding: 0.8vw;
  margin-top: -0.5vw;
  position: relative;
  width: 49vw;
  margin-left: 3vw;
  text-align: left;
}

.textos-plataforma {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 56.25vw;
  background-image: url("./img/plataforma1-hi.webp");
  background-size: contain;
}

.textos-plataforma2 {
  position: absolute;
  transform: translate(32%, -680%);
  color: white;
  text-align: end;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.texto-plataforma-verde2 {
  color: #144b48;
  font-size: 3.6vw;
  padding: 0.8vw;
  margin-top: -0.5vw;
  position: relative;
  width: 80vw;

  & span {
    font-weight: bold;
  }
}

.plataforma-first-info {
  background-color: #d2e5c2;
  height: 25vw;
  display: flex;
  align-items: center;
  gap: 0.5vw;

  & .aside-plataformaInfo1 {
    width: 125vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.6vw;
    font-weight: lighter; 
    color: #d2e5c2;
    line-height: 1.5;
    text-align: start;
    color: #144b48;
    margin-right: 1vw;
  }
}

.aside-plataformaInfo1 i {
  align-items: center;
  margin-left: 2vw;
  margin-right: 0.3vw;
  font-size: 1vw;
}

.aside-infoPlataforma3 {
  color: #d2e5c2;
  font-size: 1.1vw;
  width: 80vw;
  margin-right: 2vw;
  text-align: end;

  & h2 {
    font-size: 2.6vw;
    color: #144b48;
    font-weight: bold;
  }
}

.separador-vertical3 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #144b48;
  margin: 2vw;
  height: 25%;
}

.plataforma-first-info2 {
  height: 30vw;
  display: flex;
  align-items: center;
  gap: 4vw;
  position: relative;
  overflow: hidden;

  & .aside-plataformaInfo2 {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4vw;
    font-weight: lighter;
    color: #d2e5c2;
    line-height: 1;
    z-index: 90;
    background-color: #144b48;
    transform: skewX(-15deg);
    height: 31vw;
    margin-left: -10vw;
    padding-right: 14%;
  }
}

.aside-plataformaInfo2 h2 {
  font-size: 2.6vw;
  color: #d2e5c2;
  width: 50%;
  text-align: end;
  margin-bottom: 2vw;
  margin-left: 21.5vw;
  transform: skewX(15deg);
  margin-top: 5vw;

  & span {
    font-weight: bold;
  }
}

#textos-izquierda-plataforma1 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 40vw;
  justify-content: end;
  letter-spacing: 0.1vw;
  transform: skewX(15deg);
  margin-left: 9.5vw;
}

#textos-izquierda-plataforma1 i {
  align-items: center;
  margin-left: 2vw;
  margin-right: 0.3vw;
  font-size: 0.8vw;
}

#textos-izquierda-plataforma2 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 35vw;
  justify-content: end;
  margin-left: 5vw;
  margin-top: 1vw;
  letter-spacing: 0.1vw;
  transform: skewX(15deg);
  margin-left: 15vw;
}

#textos-izquierda-plataforma2 i {
  align-items: center;
  margin-left: 2.7vw;
  margin-right: 0.3vw;
  font-size: 0.8vw;
}

#textos-izquierda-plataforma3 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 35vw;
  justify-content: end;
  margin-left: 5vw;
  margin-top: 1vw;
  letter-spacing: 0.1vw;
  transform: skewX(15deg);
  margin-left: 16vw;
}

#textos-izquierda-plataforma3 i {
  align-items: center;
  margin-left: 1.4vw;
  margin-right: 0.3vw;
  font-size: 0.8vw;
}

#textos-izquierda-plataforma4 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 35vw;
  justify-content: end;
  margin-left: 5vw;
  margin-top: 1vw;
  letter-spacing: 0.1vw;
  transform: skewX(15deg);
  margin-left: 17vw;
}

#textos-izquierda-plataforma4 i {
  align-items: center;
  margin-left: -1vw;
  margin-right: 0.3vw;
  font-size: 0.8vw;
}

.separador-vertical4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55vw;
  width: 3vw;
  background-color: white;
  transform: skewX(-15deg);
  z-index: 80;
}

.aside-infoPlataforma2 {
  width: 60vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw;
  box-sizing: border-box;
  z-index: 1;
  padding: 0;
  margin: 0;
  color: #d2e5c2;
  font-size: 1.1vw;
  text-align: center;
  line-height: 1.5;
  font-weight: lighter;
  margin-left: -15vw;
  margin-right: 0vw;
  z-index: 3;
}

.img-plataforma1 {
  width: 70vw;
  max-width: none;
  height: auto;
  display: block;
  transform: translateX(-13vw);
  max-width: 195%;
  object-fit: cover;
}

.video-container {
  position: relative;
  width: auto;
}

.video-container2 {
  position: relative;
  width: 60vw;
  margin-right: 4.5vw;
}

.video-container video {
  width: 100vw;
  height: auto;
  display: block;
}

.texto-visible {
  opacity: 1;
}

/* Hablamos HTML */
.hablamos-first-info {
  background-color: #d2e5c2;
  height: 35vw;
  display: flex;
  align-items: center;
  gap: 0.5vw;

  & .aside-hablamosInfo1 {
    width: 50vw;
    display: flex;
    font-size: 1.6vw;
    font-weight: lighter;
    line-height: 1.5;
    margin-left: 4vw;
    margin-top: 4vw;
  }
}

.aside-infoHablamos3 {
  color: #144b48;
  font-size: 1.47vw;
  width: 40vw;
  margin-right: 4vw;
  text-align: end;
  line-height: 1.5;

  & .tituloFormulario {
    font-size: 3vw;
    color: #144b48;
    line-height: 0.9;
    font-weight: bold;
  }
}

#textoFormulario {
  margin-top: 1vw;
}

.aside-infoHablamos3 img {
  margin-left: 37.6vw;
  margin-top: 1.5vw;
  width: 2.5vw;
}

/*   FORMULARIO   */
form {
  width: 50vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  font-weight: lighter;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*#email {
  width: 17.3vw;
  padding: 1vw;
  border: 1px solid #1a4f44;
  background-color: #e3f5cc;
  height: 2vw;
  font-size: 1vw;
  border-radius: 0.375rem;
}*/

#tel {
  width: 17.3vw;
  padding: 1vw;
  border: 1px solid #1a4f44;
  background-color: #e3f5cc;
  height: 2vw;
  font-size: 1vw;
  border-radius: 0.375rem;
}

.div-formularioET {
  display: flex;
  flex-direction: row;
  gap: 1.4vw;
  width: 40vw;
}

.div-formularioET2 {
  display: flex;
  flex-direction: row;
  width: 36vw;
}

textarea {
  width: 36vw;
  padding: 1vw;
  border: 1px solid #1a4f44;
  background-color: #e3f5cc;
  font-size: 1vw;
  border-radius: 0.375rem;
}

textarea {
  height: 10vw;
  resize: none;
}

label {
  width: 45%;
  color: #1a4f44;
  margin-left: 0.5vw;
  display: flex;
}

::placeholder {
  color: #1a4f44;
  font-size: 1vw;
}

.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;

  color: #1a4f44;
  font-size: 1vw;
  width: 40vw;
}

input[type="checkbox"] {
  accent-color: #1a4f44;
}

input#privacidad {
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 0.1vw;
  cursor: pointer;
}

.enviar {
  align-self: flex-start;
  background-color: #1a4f44;
  color: white;
  border: none;
  padding: 0.78vw 1.95vw;
  cursor: pointer;
  border-radius: 0.375rem;
}

.enviar:hover {
  background-color: rgba(26, 79, 68, 0.9);
}

.texto-gestiona-blanco3 {
  background-color: white;
  color: #144b48;
  font-size: 2.5svw;
  font-weight: italic;
  padding: 0.2vw;
  width: 50.5%;
  display: flex;
  z-index: 3;
  position: relative;
  margin-bottom: -0.4vw;
  font-style: italic;
  margin-right: 3vw;
  margin-top: 36vw;
}

.texto-gestiona-verde3 {
  background-color: #d2e5c2;
  color: #144b48;
  font-size: 4.5vw;
  padding: 0.3vw;
  position: relative;
  width: 60%;
  margin-right: 2vw;
}

/* Segunda barra separación centraliza.html */
.centraliza-first-info2 {
  height: 25vw;
  display: flex;
  align-items: center;
  gap: 4vw;
  position: relative;
  overflow: hidden;

  & .aside-centralizaInfo2 {
    width: 53vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4vw;
    font-weight: lighter;
    color: #d2e5c2;
    line-height: 1;
    z-index: 100;
    background-color: #d2e5c2;
    transform: skewX(15deg);
    height: 31vw;
    margin-left: -8vw;
    margin-right: -4vw;
  }
}

.aside-centralizaInfo3 {
  width: 45vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.4vw;
  font-weight: lighter;
  color: #d2e5c2;
  line-height: 1;
  z-index: 90;
  background-color: #144b48;
  transform: skewX(15deg);
  height: 31vw;
  margin-left: 10vw;
}

.aside-centralizaInfo2 h2 {
  font-size: 3vw;
  color: #144b48;
  width: 60%;
  text-align: end;
  margin-bottom: 2vw;
  margin-left: 8vw;
  transform: skewX(-15deg);
  margin-top: 7.5vw;

  & span {
    font-weight: bold;
  }
}

.separador-vertical5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49vw;
  width: 3vw;
  background-color: white;
  transform: skewX(15deg);
  z-index: 100;
}

.img-centraliza2 {
  width: 100vw;
  max-width: none;
  height: auto;
  display: block;
  transform: skewX(-15deg);
  max-width: 185%;
  object-fit: cover;
  margin-left: -10vw;
  translate: 0 -4vw;
}

.img-centraliza3 {
  width: 100vw;
  max-width: none;
  height: auto;
  display: block;
  transform: skewX(-15deg);
  max-width: 185%;
  object-fit: cover;
  margin-left: -12vw;
  translate: 0 -4vw;
}

/* PORTAL */
.principal {
  width: auto;
  height: 100vh;
  display: flex;
}

.container-logo {
  position: fixed;
  top: 50vh;
  left: 45%;
  z-index: 0;
  margin-top: -8vw;
  transition: transform 0.5s ease;
}

.logo-sweepend {
  width: 10vw;
  height: auto;
}
.content-section {
  display: flex; 
  flex-direction: column;
  width: 50%;
}

.section-izq {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-self: center; 
  align-items: center;
  background-color: #ccf3f0;
  padding: 5vw;
  color: #144b48;

  background-image: url(./img/HiFist.jpg);
  background-size: cover;
  & .textoPortal {
    width: 100%;
    z-index: 9;
    font-weight: 100;

    & span {
      font-weight: bold;
    }
  }
}

.section-up {
  background-color: #ccf3f0;
  height: 50%;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #144b48;

  & .textoPortal {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 9;
    font-weight: 100;

    & span {
      font-weight: bold;
    }
  }
}

.section-der {
  background-color: #e6f8cc;
  height: 50%;
  display: flex;
  padding: 2vw;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  color: #144b48;

  & .textoPortal {
    width: 100%;
    z-index: 9;
    font-weight: 100;
    display: flex;
    justify-content: center;

    & span {
      font-weight: bold;
    }
  }
}

.textoPortal:hover {
  font-weight: bold;
  cursor: pointer;
  font-size: 3.2vw;
}

.underline {
  text-decoration: underline;
  font-size: 1.1vw;
}

.logo-sweependPortal {
  width: 10vw;
  height: auto;
}

.textoPortalIzquierda {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 3vw;
  text-align: start;
  width: 100%;
}

.textoPortalDerecha {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  height: 100%;
  font-size: 3vw;
  text-align: end;
  width: 100%;
}

.logo-sweepend-RT {
  width: 10vw;
}

.logo-sweepend-ST {
  width: 10vw;
}

/* CSS SWEEPEND SERVICIO TÉCNICO */
.textoHeroSat {
  text-align: start;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 56.25vw;
  background-image: url("./img/indexSat_1_HI.webp");
  background-size: contain;
}

.textoHeroSat3 {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 56.25vw;
  background-image: url("./img/coordinacion_1_HI.webp");
  background-size: contain;
}

#firstTextSat {
  background-color: white;
  color: #144b48;
  font-size: 2.4vw;
  padding: 0.2vw 1.2vw 0.2vw 1vw;
  width: 30%;
  z-index: 3;
  position: relative;
  margin-bottom: -0.9vw;
  font-style: italic;
  z-index: 5;
  margin-top: 30vw;
  margin-left: 3vw;
}

#secondTextSat {
  background-color: white;
  color: #144b48;
  font-size: 2.4vw;
  padding: 0.5vw 1.2vw 0.2vw 1vw;
  width: 32%;
  position: relative;
  z-index: 2;
  font-style: italic;
  margin-right: 1vw;
  z-index: 4;
  margin-left: 3vw;
}

#thirdTextSat {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 1.2vw 0.2vw 1vw;
  width: 44%;
  margin-top: -0.7vw;
  position: relative;
  z-index: 3;
  margin-left: 3vw;
}

#fourthTextSat {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 1.2vw 1vw 1vw;
  width: 39%;
  margin-top: -0.8vw;
  position: relative;
  z-index: 2;
  line-height: 0.8;
  margin-left: 3vw;
}

.footerSat {
  background-color: #144b48;
  display: flex;
  justify-content: space-between;
  padding: 1% 3% 1% 3%;
  color: #B7DEDC;
}

#textoOscuroSat {
  font-size: 1.4vw;
  width: 70%;
  color: #B7DEDC;
  margin-left: 4vw;
  font-weight: lighter;
}

.fondoSat {
  width: 100%;
  height: 15vw;
  position: relative;
  overflow: hidden;
}

.fondoSat::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40vw;
  background-color: #B7DEDC;
  z-index: 0;
}

.fondoSat::before {
  content: "";
  position: absolute;
  width: 82%;
  height: 100%;
  background: white;
  clip-path: polygon(84% 0, 87% 0, 100% 100%, 96% 100%);
  z-index: 1;
}

.fondoSat .oscuro {
  position: absolute;
  width: 79%;
  height: 100%;
  background-color: #144b48;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
  z-index: 2;
  line-height: 1;
}

#textoClaro2Sat {
  color: #144b48;
  font-weight: bold;
  font-size: 1.2vw;
  width: 60%;
  margin-right: -2vw;
}

.fondoSat-invertido {
  width: 100%;
  height: 15vw;
  position: relative;
  overflow: hidden;
}

.fondoSat-invertido::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #B7DEDC;
  z-index: 0;
}

.fondoSat-invertido::before {
  content: "";
  position: absolute;
  width: 19%;
  height: 100%;
  left: 20%;
  background: white;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
  z-index: 2;
}

.fondoSat-invertido .oscuro {
  position: absolute;
  width: 37%;
  height: 100%;
  left: 0;
  background-color: #144b48;
  clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
  z-index: 3;
}

.texto-info-derechaSat {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 3vw;
  width: 65%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding: 1vw;
  box-sizing: border-box;
  color: #144b48;

  & h2 {
    font-weight: bold;
    text-align: right;
    font-size: 2.8vw;
    line-height: 1.5;
  }

  & p {
    text-align: right;
    font-size: 1.5vw;
    width: 82%;
    color: #144b48;
  }
}

.texto-infoSat {
  color: #B7DEDC;
  font-size: 1.2vw;
  width: 52%;
}

.texto-infoSat span {
  font-weight: bold;
  font-size: 1.2vw;
}

.claroSat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  color: black;
  text-align: right;
  width: 24%;
  align-items: center;
  height: 100%;
}

.info-sectionSat {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: -0.5vw;
}

.info-sectionSat-img {
  width: 100%;
  height: auto;
  display: block;
}

.text-overlaySat {
  position: absolute;
  top: 8%;
  left: -3%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  color: #144b48;
  gap: 2vw;
  flex-wrap: wrap;
}

.left-textSat,
.right-textSat {
  max-width: 40vw;
  font-size: 1.5vw;
  line-height: 1;
}

.left-textSat {
  text-align: end;
}

.right-textSat {
  font-weight: bold;
  font-size: 2.4vw;
  text-align: left;
  line-height: 1;
}

.separador-verticalSat {
  width: 0.1vw;
  background-color: #144b48;
  height: 8vw;
}

#firstText2Sat {
  background-color: #144b48;
  padding: 0.8vw;
  color: #B7DEDC;
  font-size: 2.5vw;
  width: 38.5vw;
  text-align: end;
  position: relative;
  letter-spacing: 0.15vw;
  line-height: 0.9;
  margin-top: 22vw;
  margin-right: 4vw;
}

#secondText2Sat {
  background-color: #B7DEDC;
  padding: 0.4vw;
  color: #144b48;
  font-size: 1.2vw;
  width: 32.3vw;
  text-align: end;
  margin-right: -0.5vw;
  margin-top: -0.2vw;
  position: relative;
  margin-right: 4vw;
  font-style: italic;
}

#thirdText2Sat {
  background-color: #B7DEDC;
  padding: 0.2vw;
  color: #144b48;
  font-size: 1.2vw;
  width: 32vw;
  text-align: end;
  margin-right: -0.5vw;
  margin-top: -0.2vw;
  position: relative;
  margin-right: 4vw;
  font-style: italic;
}

#fourthText2Sat {
  background-color: #B7DEDC;
  padding: 0.2vw;
  color: #144b48;
  font-size: 1.2vw;
  width: 6.5vw;
  text-align: end;
  position: relative;
  margin-right: 4vw;
  font-style: italic;
}

#fifthTextSat {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 1.67vw;
  width: 22vw;
  text-align: end;
  margin-right: 0.2vw;
  margin-top: 3vw;
  position: relative;
  font-weight: bold;
  margin-right: 4vw;

  & span {
    text-decoration: underline;
    font-weight: bold;
  }
}

/* OrdenesDeTrabajosHTML */
.textoHeroSat2 {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 56.25vw;
  background-image: url("./img/ordenes_1_HI.webp");
  background-size: contain;
}

#firstTextSat2 {
  background-color: white;
  color: #144b48;
  font-size: 2.4vw;
  padding: 0.2vw 1.2vw 0.2vw 1vw;
  width: 22%;
  z-index: 3;
  position: relative;
  margin-bottom: -0.9vw;
  font-style: italic;
  margin-right: 3vw;
  margin-top: 30vw;
}

#secondTextSat2 {
  background-color: white;
  color: #144b48;
  font-size: 2.4vw;
  padding: 0.2vw 1.2vw 0.2vw 1vw;
  width: 23%;
  position: relative;
  z-index: 2;
  font-style: italic;
  margin-right: 3vw;
}

#thirdTextSat2 {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 1.2vw 0.2vw 1vw;
  width: 28%;
  margin-top: -0.1vw;
  position: relative;
  margin-right: 3vw;
}

#fourthTextSat2 {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 1.2vw 0.2vw 0.2vw;
  width: 16%;
  margin-top: -0.7vw;
  position: relative;
  margin-right: 3vw;
  line-height: 0.8;
}

.gestiona-first-infoSat {
  background-color: #144b48;
  height: 20vw;
  display: flex;
  align-items: center;
  gap: 1vw;

  & .aside-info1Sat {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 1.2vw;
    font-weight: lighter;
    color: #B7DEDC;
    line-height: 1.4;
  }
}

.aside-info2Sat {
  color: #B7DEDC;
  font-size: 1.1vw;
  width: 60%;

  & h2 {
    font-size: 2vw;
    color: white;
  }

  & p {
    width: 55%;
    margin-top: 0.5vw;
  }
}

.separador-verticalSat2 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #B7DEDC;
  margin: 0 3vw;
  height: 67%;
  margin-top: 0.5vw;
}

.gestiona-second-infoSat {
  background-color: #B7DEDC;
  height: 20vw;
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-left: -5vw;

  & .aside-info3Sat {
    width: 40vw;
    display: flex;
    flex-direction: column;
    text-align: end;
    align-items: flex-end;
    font-size: 1.2vw;
    line-height: 1;
    color: #144b48;

    & h2 {
      font-size: 2.2vw;
      color: #144b48;
      width: 40vw;
      font-weight: lighter;

      & span {
        font-weight: bold;
      }
    }

    & p {
      width: 70%;
    }
  }
}

.separador-vertical3Sat {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #144b48;
  margin: 2vw;
  height: 55%;
}

.separador-vertical3Sat2 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #144b48;
  margin: 2vw;
  height: 35%;
}

.separador-vertical3Sat3 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #144b48;
  margin: 2vw;
  height: 45%;
}

.containerSar {
  height: 20vw;
  display: flex;
  overflow: hidden;
}

.leftSar {
  width: 30vw;
  background-size: cover;
  background-position: center;
}

.rightSar {
  width: 80vw;
  background-color: #144b48;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: -5vw;
  gap: 3vw;
  transform: skewX(-20deg);
  margin-right: -12vw;
}

.texto-principalSar {
  font-size: 1.5vw;
  color: #B7DEDC;
  line-height: 1.6vw;
  text-align: center;
  margin-top: 6vw;
  text-align: end;
  transform: skewX(20deg);
  margin-right: -1.5vw;
}

.textoSecundarioSar {
  font-size: 2.2vw;
  font-weight: bold;
  color: #B7DEDC;
  text-align: start;
  margin-top: 7vw;
  transform: skewX(20deg);
  margin-left: 1vw;
}

.separador-verticalSat3 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #B7DEDC;
  height: 38%;
  margin-top: 6.5vw;
  transform: skewX(20deg);
}

.separador-verticalSat33 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #B7DEDC;
  height: 30%;
  margin-top: 6.5vw;
  transform: skewX(20deg);
}

.leftWrapperSar {
  overflow: hidden;
  transform-origin: left;
}

.leftWrapperSar2 {
  width: 40vw;
  overflow: hidden;
  transform-origin: left;
}

.info-section-imgSar {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.gestiona-second-infoSat2 {
  background-color: #B7DEDC;
  height: 20vw;
  display: flex;
  align-items: center;
  gap: 1vw;

  & .aside-info3Sat2 {
    width: 20vw;
    display: flex;
    flex-direction: column;
    text-align: end;
    align-items: flex-end;
    font-size: 1.2vw;
    line-height: 1;
    color: #144b48;

    & h2 {
      font-size: 2.2vw;
      color: #144b48;
      width: 40vw;
      font-weight: lighter;

      & span {
        font-weight: bold;
      }
    }

    & p {
      width: 70%;
    }
  }
}

.gestiona-second-infoSat3 {
  background-color: #B7DEDC;
  height: 20vw;
  display: flex;
  align-items: center;
  gap: 1vw;
}

.aside-info4Sat {
  color: #144b48;
  font-size: 1.1vw;
  width: 40vw;
  line-height: 1.5;
  margin-left: 20vw;
  justify-items: end;

  & p {
    font-size: 1.3vw;
    font-weight: lighter;
  }
}

.aside-info4Sat2 {
  color: #144b48;
  font-size: 1.1vw;
  width: 45vw;
  line-height: 1.5;
  margin-left: 20vw;
  justify-items: end;

  & p {
    font-size: 1.3vw;
    font-weight: lighter;
  }
}

.textos-izquierda-gestionaSat {
  display: flex;
  gap: 0.5vw;
  align-items: center;
}

.textos-izquierda-gestionaSat img {
  width: 0.8vw;
  height: 0.7vw;
}

.aside-info3Sat3 {
  width: 22vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.2vw;
  line-height: 1;
  color: #144b48;

  & h2 {
    font-size: 2.2vw;
    color: #144b48;
    font-weight: lighter;

    & span {
      font-weight: bold;
      text-align: start;
    }
  }
}

.containerSar2 {
  height: 20vw;
  display: flex;
  overflow: hidden;
}

.leftSar2 {
  width: 30vw;
  background-size: cover;
  background-position: center;
  margin-left: 4vw;
}

.rightSar2 {
  width: 92.7vw;
  background-color: #144b48;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: -4vw;
  gap: 3vw;
  transform: skewX(-20deg);
  margin-right: -8vw;
}

.info-section-imgSar2 {
  width: 100vw;
  overflow: hidden;
  height: 100%;
}

.texto-principalSar2 {
  font-size: 1.5vw;
  color: #B7DEDC;
  line-height: 1.6vw;
  text-align: center;
  margin-top: 7vw;
  text-align: start;
  transform: skewX(20deg);
  margin-right: -5.5vw;
}

.textoSecundarioSar2 {
  font-size: 2.2vw;
  font-weight: bold;
  color: #B7DEDC;
  text-align: end;
  margin-top: 7vw;
  transform: skewX(20deg);
  margin-left: 1vw;
  margin-right: -1vw;
}

.separador-verticalSat4 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #B7DEDC;
  height: 25%;
  margin-top: 7vw;
  transform: skewX(20deg);
  margin-right: 2vw;
}

.plataforma-first-info2Sat {
  height: 30vw;
  display: flex;
  align-items: center;
  gap: 4vw;
  position: relative;
  overflow: hidden;

  & .aside-plataformaInfo2Sat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 3vw;
    color: #144b48;
    line-height: 0.7;
    z-index: 90;
    background-color: #B7DEDC;
    transform: skewX(-15deg);
    height: 30vw;
    width: 61%;
    padding-right: 13.5vw;
    margin-left: -4vw;
  }
}

.aside-plataformaInfo2Sat h2 {
  font-size: 3.1vw;
  color: #144b48;
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
  transform: skewX(15deg);
  margin-top: 8vw;
  margin-left: 7.9vw;

  & span {
    font-weight: bold;
  }
}

#textos-izquierda-plataforma1Sat {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 40vw;
  justify-content: end;
  transform: skewX(15deg);
  margin-left: 4.5vw;
  margin-top: -1vw;
}

#textos-izquierda-plataforma2Sat {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 35vw;
  justify-content: end;
  margin-top: 1vw;
  transform: skewX(15deg);
  margin-left: 10.3vw;
}

#textos-izquierda-plataforma3Sat {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 35vw;
  justify-content: end;
  margin-top: 1vw;
  transform: skewX(15deg);
  margin-left: 11vw;
}

.aside-infoPlataforma2Sat {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #d2e5c2;
  font-size: 1.1vw;
  text-align: center;
  line-height: 1.5;
  font-weight: lighter;
  z-index: 3;
  height: 30vw;
}

.video-container3 {
  height: 30vw;
  min-width: 55vw;
  display: flex;
  margin-left: -6vw;
}

/* CoordinacionDeEquipos.html */
.textoHeroSat3 {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 56.25vw;
  background-image: url("./img/coordinacion_1_HI.webp");
  background-size: contain;
}

#firstTextSat3 {
  background-color: white;
  color: #144b48;
  font-size: 2.4vw;
  padding: 0.2vw 1.2vw 0.2vw 1vw;
  width: 31%;
  z-index: 3;
  position: relative;
  margin-bottom: -0.9vw;
  font-style: italic;
  margin-right: 3vw;
  margin-top: 35vw;
}

#thirdTextSat3 {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 1.2vw 0.5vw 1vw;
  width: 43%;
  margin-top: -0.1vw;
  position: relative;
  margin-right: 3vw;
}

#fourthTextSat3 {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 1.2vw 1vw 1vw;
  width: 42%;
  margin-top: -0.7vw;
  position: relative;
  margin-right: 3vw;
  line-height: 0.8;
}

.aside-info2Sat2 {
  color: #B7DEDC;
  font-size: 1.4vw;
  width: 80%;

  & h2 {
    font-size: 2.7vw;
    color: white;
    line-height: 1;
  }

  & p {
    width: 100%;
    margin-top: 0.5vw;
  }
}

.gestiona-first-infoSat2 {
  background-color: #144b48;
  height: 20vw;
  display: flex;
  align-items: center;
  gap: 1vw;

  & .aside-info1Sat2 {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 1.4vw;
    font-weight: lighter;
    color: #B7DEDC;
    margin-left: 5vw;
    line-height: 1.4;
  }
}

#juntoP {
  margin-top: -0.6vw;
}

.separador-verticalSat5 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #B7DEDC;
  margin: 0 3vw;
  height: 53%;
}

.aside-centralizaInfo2Sat {
  width: 53vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.4vw;
  font-weight: lighter;
  color: #d2e5c2;
  line-height: 1;
  z-index: 100;
  background-color: #B7DEDC;
  transform: skewX(15deg);
  height: 31vw;
  margin-left: -8vw;
  margin-right: -4vw;
}

.aside-centralizaInfo2Sat h2 {
  font-size: 3vw;
  color: #144b48;
  width: 60%;
  text-align: end;
  margin-bottom: 2vw;
  margin-left: 8vw;
  transform: skewX(-15deg);
  margin-top: 7.5vw;

  & span {
    font-weight: bold;
  }
}

.gestiona-second-infoSatSar {
  background-color: #144b48;
  height: 20vw;
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-left: -15vw;

  & .aside-info3SatSar {
    width: 40vw;
    display: flex;
    flex-direction: column;
    text-align: end;
    align-items: flex-end;
    font-size: 1.2vw;
    line-height: 1;

    & h2 {
      font-size: 2.2vw;
      color: white;
      width: 40vw;
      font-weight: lighter;

      & span {
        font-weight: bold;
      }
    }

    & p {
      width: 100%;
    }
  }
}

.separador-vertical3SatSar {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: white;
  margin: 2vw;
  height: 30%;
}

.aside-info4Sat {
  color: white;
  font-size: 1.1vw;
  width: 15vw;
  line-height: 1.5;

  & p {
    font-size: 1.3vw;
    font-weight: lighter;
    width: 35vw;
  }
}

.textos-izquierda-gestionaSatSar {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  width: 35vw;
}

.textos-izquierda-gestionaSatSar img {
  width: 0.8vw;
  height: 0.7vw;
}

.aside-info3Sat4 {
  width: 11vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.2vw;
  line-height: 1;
  color: #144b48;

  & h2 {
    font-size: 2.2vw;
    color: #144b48;
    font-weight: lighter;

    & span {
      font-weight: bold;
      text-align: start;
    }
  }
}

.aside-info4Sat3 {
  color: #144b48;
  font-size: 1.1vw;
  width: 40vw;
  line-height: 1.5;
  margin-left: 30vw;
  justify-items: end;

  & p {
    font-size: 1.3vw;
    font-weight: lighter;
  }
}

.plataforma-first-info2Sat2 {
  height: 30vw;
  display: flex;
  align-items: center;
  gap: 4vw;
  position: relative;
  overflow: hidden;

  & .aside-plataformaInfo2Sat2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 3vw;
    color: #B7DEDC;
    line-height: 0.7;
    z-index: 90;
    background-color: #144b48;
    transform: skewX(-15deg);
    height: 30vw;
    width: 61%;
    padding-right: 13.3vw;
    margin-left: -4vw;
  }
}

.aside-plataformaInfo2Sat2 h2 {
  font-size: 3.1vw;
  color: #B7DEDC;
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
  transform: skewX(15deg);
  margin-top: 8vw;
  margin-left: 6.9vw;

  & span {
    font-weight: bold;
  }
}

#textos-izquierda-plataforma2Sat2 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 35vw;
  justify-content: end;
  margin-left: 5vw;
  margin-top: 1vw;
  transform: skewX(15deg);
  margin-left: 10vw;

  & span {
    font-weight: bold;
  }
}

#textos-izquierda-plataforma3Sat2 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 35vw;
  justify-content: end;
  margin-top: 1vw;
  transform: skewX(15deg);
  margin-left: 10.7vw;
}

#textos-izquierda-plataforma4Sat2 {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: end;
  width: 35vw;
  justify-content: end;
  margin-top: 1vw;
  transform: skewX(15deg);
  margin-left: 11.5vw;
}

/* SECTORES.HTML */
.textoHeroSat3Sar {
  text-align: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 56.25vw;
  background-image: url("./img/sectores_1_HI.webp");
  background-size: contain;
}

#firstTextSat3Sar {
  background-color: white;
  color: #144b48;
  font-size: 2.4vw;
  padding: 0.2vw 1.2vw 0.2vw 1vw;
  width: 24%;
  z-index: 3;
  position: relative;
  font-style: italic;
  margin-right: 3vw;
  margin-top: 25vw;
}

#thirdTextSat3Sar {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 1.2vw 0.5vw 1vw;
  width: 29%;
  margin-top: -0.1vw;
  position: relative;
  margin-right: 3vw;
}

#fourthTextSat3Sar {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 1.2vw 1vw 1vw;
  width: 41%;
  margin-top: -0.7vw;
  position: relative;
  margin-right: 3vw;
  line-height: 0.8;
}

#fifthTextSat3Sar {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 1.2vw 1vw 1vw;
  width: 45%;
  margin-top: -0.2vw;
  position: relative;
  margin-right: 3vw;
  line-height: 0.8;
}

#sixthTextSat3Sar {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.52vw;
  padding: 0.2vw 0.2vw 0.2vw 1vw;
  width: 22%;
  margin-top: -0.7vw;
  position: relative;
  margin-right: 3vw;
  line-height: 0.8;
}

.plataforma-first-info2SatSar {
  height: 30vw;
  display: flex;
  align-items: start;
  gap: 4vw;
  position: relative;
  overflow: hidden;

  & .aside-plataformaInfo2SatSar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 3vw;
    color: #144b48;
    line-height: 0.7;
    z-index: 90;
    background-color: #B7DEDC;
    transform: skewX(-15deg);
    height: 30vw;
    width: 100%;
    padding-right: 8.5vw;
    margin-left: -4.5vw;
  }
}

#textos-izquierda-plataforma0SatSar {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: start;
  width: 40vw;
  justify-content: start;
  transform: skewX(15deg);
  margin-left: 10vw;
  margin-top: 4vw;
  font-size: 2.5vw;
}

.highlight {
  font-weight: bold;
  color: #144b48;
}

#textos-izquierda-plataforma1SatSar {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: start;
  width: 40vw;
  justify-content: start;
  transform: skewX(15deg);
  margin-left: 10.8vw;
  font-size: 2.5vw;
  margin-top: 1vw;
}

#textos-izquierda-plataforma2SatSar {
  display: flex;
  align-items: start;
  gap: 0.2rem;
  text-align: start;
  width: 40vw;
  justify-content: start;
  margin-left: 11.4vw;
  margin-top: 1vw;
  font-size: 2.5vw;
  transform: skewX(15deg);
  margin-bottom: 2vw;
}

.video-container4 {
  height: 30vw;
  min-width: 55vw;
  display: flex;
  margin-left: -12vw;
}

.textos-izquierda-gestionaSatSar2 {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  width: 30vw;
  font-size: 1.7vw;
  margin-left: 10vw;
  transform: skewX(15deg);
  line-height: 1.2;
}

.textos-izquierda-gestionaSatSar2 img {
  width: 0.8vw;
  height: 0.7vw;
}

#oneText {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  text-align: start;
  width: 30vw;
  justify-content: start;
  margin-left: 12.8vw;
  margin-top: 1vw;
  font-size: 2vw;
  transform: skewX(15deg);
}

#twoText {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  text-align: start;
  width: 30vw;
  justify-content: start;
  margin-left: 13.4vw;
  font-size: 2vw;
  transform: skewX(15deg);
}

#threeText {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  text-align: start;
  width: 30vw;
  justify-content: start;
  margin-left: 14vw;
  font-size: 2vw;
  transform: skewX(15deg);
}

#fourText {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  text-align: start;
  width: 35vw;
  justify-content: start;
  margin-left: 14.6vw;
  font-size: 2vw;
  transform: skewX(15deg);
}

#fiveText {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  text-align: start;
  width: 35vw;
  justify-content: start;
  margin-left: 15.3vw;
  font-size: 2vw;
  transform: skewX(15deg);
}

.textoSecundarioSar3 {
  font-size: 2.2vw;
  font-weight: bold;
  color: #B7DEDC;
  text-align: start;
  margin-top: 9vw;
  transform: skewX(20deg);
  margin-left: 1vw;
}

.separador-verticalSat6 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #B7DEDC;
  height: 48%;
  margin-top: 6vw;
  transform: skewX(20deg);
}

.containerSar8 {
  height: 20vw;
  display: flex;
  overflow: hidden;
  margin-top: -0.1vw;
}

.leftSar8 {
  width: 30vw;
  background-size: cover;
  background-position: center;
  margin-left: 7vw;
}

.rightSar8 {
  width: 80vw;
  background-color: #B7DEDC;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: -5vw;
  gap: 3vw;
  transform: skewX(-20deg);
  margin-right: -12vw;
}

.texto-principalSar8 {
  font-size: 1.5vw;
  color: #144b48;
  line-height: 1.6vw;
  text-align: center;
  margin-top: 6vw;
  text-align: start;
  transform: skewX(20deg);
  margin-right: -1.5vw;
  margin-left: 0.8vw;
}

.textoSecundarioSar38 {
  font-size: 2.2vw;
  font-weight: bold;
  color: #144b48;
  text-align: start;
  margin-top: 8vw;
  transform: skewX(20deg);
  margin-left: 1vw;
  margin-right: -2vw;
}

.separador-verticalSat8 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #144b48;
  height: 30%;
  margin-top: 6.2vw;
  transform: skewX(20deg);
}

.separador-verticalSat9 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #144b48;
  height: 30%;
  margin-top: 6.8vw;
  transform: skewX(20deg);
}

.leftSar88 {
  width: 30.5vw;
  background-size: cover;
  background-position: center;
}

.leftSar89 {
  width: 32vw;
  background-size: cover;
  background-position: center;
}

.textoSecundarioSar39 {
  font-size: 2.2vw;
  font-weight: bold;
  color: #144b48;
  text-align: end;
  margin-top: 6.5vw;
  transform: skewX(20deg);
  margin-left: 1vw;
  margin-right: -2vw;
  line-height: 1;
}

.texto-principalSar81 {
  font-size: 1.5vw;
  color: #144b48;
  line-height: 1.6vw;
  text-align: center;
  margin-top: 7vw;
  text-align: start;
  transform: skewX(20deg);
  margin-right: -1.5vw;
  margin-left: 0.8vw;
}

.texto-principalSar82 {
  font-size: 1.5vw;
  color: #B7DEDC;
  line-height: 1.6vw;
  text-align: center;
  margin-top: 8vw;
  text-align: end;
  transform: skewX(20deg);
  margin-right: -1.5vw;
}

.separador-verticalSat382 {
  width: 1px;
  display: flex;
  justify-content: center;
  background-color: #B7DEDC;
  height: 25%;
  margin-top: 7.4vw;
  transform: skewX(20deg);
}

.textos-gestiona28 {
  position: absolute;
  transform: translate(90%, -200%);
  color: white;
  text-align: start;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 4vw;
}

.texto-centraliza-verde8 {
  color: white;
  text-align: start;
  width: 90vw;
  font-size: 3vw;
  letter-spacing: 0.1vw;
  line-height: 1;
  font-weight: bold;
}

.texto-centraliza-verde842 {
  color: #144b48;
  text-align: start;
  width: 90vw;
  font-size: 2vw;
  letter-spacing: 0.1vw;
  line-height: 1;
  font-weight: bold;
}

.texto-centraliza-verde81 {
  color: white;
  text-align: start;
  width: 90vw;
  font-size: 4.5vw;
  letter-spacing: 0.1vw;
  line-height: 1;
  margin-bottom: 1vw;
  font-weight: bold;

  & span {
    font-weight: bold;
    font-size: 4vw;
    line-height: 1;
    color: red;
  }
}

.texto-centraliza-verde84 {
  color: #144b48;
  text-align: start;
  width: 90vw;
  font-size: 4vw;
  letter-spacing: 0.1vw;
  line-height: 1;
  margin-bottom: 1vw;
  font-weight: bold;

  & span {
    font-weight: bold;
    font-size: 4vw;
    line-height: 1;
    color: #144b48;
  }
}

/* HABLAMOSSAT.HTML */
.textos-gestiona3 {
  position: absolute;
  transform: translate(93%, -145%);
  color: white;
  text-align: end;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.texto-gestiona-blanco4 {
  background-color: white;
  color: #144b48;
  font-size: 2.5svw;
  font-weight: italic;
  margin-left: 1vw;
  padding: 0.3vw;
  width: 29%;
  display: flex;
  z-index: 3;
  position: relative;
  margin-bottom: -0.4vw;
  font-style: italic;
}

.texto-gestiona-blanco5 {
  background-color: white;
  color: #144b48;
  font-size: 2.5vw;
  font-weight: italic;
  margin-left: 1vw;
  padding: 0.3vw;
  width: 62%;
  display: flex;
  z-index: 3;
  position: relative;
  margin-bottom: -0.1vw;
  font-style: italic;
}

.texto-gestiona-verde4 {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.5vw;
  padding: 0.3vw;
  position: relative;
  width: 76%;
  margin-bottom: -0.4vw;
  line-height: 1;
}

.texto-gestiona-verde5 {
  background-color: #B7DEDC;
  color: #144b48;
  font-size: 4.5vw;
  padding: 0.3vw;
  position: relative;
  width: 60%;
  line-height: 1;
}

.hablamos-first-info2 {
  background-color: #B7DEDC;
  height: 35vw;
  display: flex;
  align-items: center;
  gap: 0.5vw;

  & .aside-hablamosInfo12 {
    width: 50vw;
    display: flex;
    font-size: 1.6vw;
    font-weight: lighter;
    line-height: 1.5;
    margin-left: 4vw;
    margin-top: 4vw;
  }
}

#emailSat {
  width: 17.3vw;
  padding: 1vw;
  border: 1px solid #144b48;
  background-color: #D1ECEB;
  height: 2vw;
  font-size: 1vw;
  border-radius: 0.375rem;
}

#telSat {
  width: 17.3vw;
  padding: 1vw;
  border: 1px solid #144b48;
  background-color: #D1ECEB;
  height: 2vw;
  font-size: 1vw;
  border-radius: 0.375rem;
}

#mensajeSat {
  width: 36vw;
  padding: 1vw;
  border: 1px solid #144b48;
  background-color: #D1ECEB;
  font-size: 1vw;
  border-radius: 0.375rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    /* PORTAL */
    .logo-sweepend-ST {
        display: none;
    }

    .logo-sweepend-RT {
        display: none;
    }

    .principal {
        width: auto;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .container-logo {
        top: 50vh;
        left: 40%;
        z-index: 0;
        transition: transform 0.5s ease;
        margin-top: -13vw;
    }

    .logo-sweependPortal {
        width: 20vw;
        height: auto;
    }

    .textoPortalIzquierda {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 100%;
        font-size: 8vw;
        text-align: start;
        width: 80vw;
        margin-top: -4vw;
    }
    .content-section {
      height: 100%;
    }

    .section-izq{
      display: none;
    }
    

    .textoPortalDerecha {
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        height: 100%;
        font-size: 8vw;
        text-align: end;
        width: 80vw;
        margin-bottom: -5vw;
    }

    .content-section {
      width: 100%;
    }

    .section-izq{
      display: none;
    }

    .section-der {
        background-color: #e6f8cc;
        width: 100%;
        height: 50vh;
        display: flex;
        padding: 5vw;
        flex-direction: column;
        align-items: end;
        justify-content: end;
        color: #144b48;

        & .textoPortal {
            width: 100%;
            z-index: 9;
            font-weight: 100;
            font-size: inherit;

            & span {
                font-weight: bold;
            }
        }
    }

    .underline {
        text-decoration: underline;
        font-size: 4.5vw;
    }
  }

  @media screen and (max-height: 500px) and (orientation: landscape) {
    /* PORTAL */
    .logo-sweepend-ST {
        display: none;
    }

    .logo-sweepend-RT {
        display: none;
    }

    .principal {
        width: auto;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .container-logo {
        top: 50vh;
        left: 45%;
        z-index: 0;
        transition: transform 0.5s ease;
        margin-top: -6.5vw;
    }

    .logo-sweependPortal {
        width: 10vw;
        height: auto;
    }

    .textoPortalIzquierda {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 100%;
        font-size: 3.2vw;
        text-align: start;
        width: 40vw;
        margin-top: -4vw;
    }

    .content-section {
      width: 100%;
      height: 100%;
    }

    .section-izq{
      display: none;
    }

    .textoPortalDerecha {
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        height: 100%;
        font-size: 3.2vw;
        text-align: end;
        width: 40vw;
        margin-bottom: -2.5vw;
    }

    .content-section {
      width: 100%;
    }

    .section-izq{
      display: none;
    }

    .section-der {
        background-color: #e6f8cc;
        width: 100%;
        height: 50vh;
        display: flex;
        padding: 5vw;
        flex-direction: column;
        align-items: end;
        justify-content: end;
        color: #144b48;

        & .textoPortal {
            width: 100%;
            z-index: 9;
            font-weight: 100;

            & span {
                font-weight: bold;
            }
        }
    }

    .underline {
        text-decoration: underline;
        font-size: 1.7vw;
    }
  }