@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;600;700&display=swap');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Familjen Grotesk', sans-serif;
  background: #000;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
}

/* Header/Navbar */
.main-header {
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
   
  height: 55px;
  padding: 0 30px;
}

/* Logo */
.logo {
  width: 210px;
  height: auto;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}






/* Desktop Menu */


.desktop-main-menu {
  width: 100%;
  font-size: 25px;
 
}

.desktop-main-menu ul {
  display:flex;
  align-items: center;
  justify-content: center;
  
}

.desktop-main-menu ul li {
  position: relative;
  margin-right: 75px;
  
  border-bottom: #fff;
  border-bottom-width: 0ch;
  font-size: 20px


}

/* Menu item bottom border */
.desktop-main-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transition: all 1s ease-out;
  transform-origin: right center;
  transform-style: preserve-3d;
  
}

.desktop-main-menu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
  transition-duration: 1s;
}

/* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */
/* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */
/* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */ /* INDEX */

/* Secciones de contenido*/
section {
  position: relative;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
   
}

.section_1{
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
   
  width: 100%;
  display: flex;
  align-content: center;
  border-top-style: solid;
  border-bottom-style: solid;
  border-radius: 20px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  margin-top: 4%;
  height: 93vh;

}

.section-inner_A {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;

}

.section-inner_A h2 {
  
  font-size: 30px;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  width: 80%;
  margin-left: 10%;
  animation: fadeInUp 0.5s ease-in-out;
  text-shadow: 1px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;
              
              }
 

.section_2{
  position: relative;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
   
  width: 100%;
  display: flex;
  align-content: center;
  border-top-style: solid;
  border-bottom-style: solid;
  border-radius: 20px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  height: 100vh;
}               


.section-inner_B {
  width: 100%;
  display: flex;
  align-items: center;
 
}

.section-inner_B h2 {
  position: relative;
  font-size: 30px;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  width: 80%;
  margin-left: 10%;
  animation: fadeInUp 0.5s ease-in-out;
  text-shadow: 1px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;
  
}

.section_3{
  position: relative;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
   
  width: 100%;
  display: flex;
  align-content: center;
  border-top-style: solid;
  border-bottom-style: solid;
  border-radius: 20px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  height: 100vh;
}    

.section-inner_C {
  width: 100%;
  display: flex;
  align-items: center;
}

.section-inner_C h2 {
  position: relative;
  font-size: 30px;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  width: 80%;
  margin-left: 10%;
  animation: fadeInUp 0.5s ease-in-out;
  text-shadow: 1px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;

}

.section_4{
  position: relative;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
   
  width: 100%;
  display: flex;
  align-content: center;
  border-top-style: solid;
  border-bottom-style: solid;
  border-radius: 20px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  height: 100vh;
}    


.section-inner_D {
  width: 100%;
  display: flex;
  align-items: center;
}


.section-inner_D h2 {
  position: relative;
  font-size: 30px;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  width: 80%;
  margin-left: 10%;
  animation: fadeInUp 0.5s ease-in-out;
  text-shadow: 1px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;


    
 
}

/* Background images */
.section_1 { background-image: url('../img/ISS.jpg');}
.section_2 {background-image: url('../img/petroleo.jpg');}
.section_3 {background-image: url('../img/sig_4.jpg');}
.section_4  {background-image: url('../img/RPCS_meteo3.png');}

.btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  min-width: 130px;
  padding: 15px 50px;
  margin-top: 10px;
  border: 2px solid #fff;
   
  font-weight: bold;
  overflow: hidden;
  z-index: 2;
}

.btn:hover span {
  color: #000;
}

.btn .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  z-index: -1;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover .hover {
  transform: translateY(0);
}

.scroll-arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  animation: fadeBounce 5s infinite;
}

/* Footer */

footer {
  position: relative;
  padding: 55px 0;
  color:lightslategrey;
 
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  
}

footer ul li {
  margin-right: 30px;
  color: #aaa;
   
  font-size: 13px;
  line-height: 2.5;
}

footer ul li a {
  color: #fff;
  transition: color 0.6s;
}

footer ul li a:hover {
  color: #aaa;
}

/* Hamburger Menu */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
}

.hamburger-top,
.hamburger-middle,
.hamburger-bottom {
  position: absolute;
  width: 20px;
  height: 2px;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.5s;
}

.hamburger-middle {
  transform: translateY(5px);
}

.hamburger-bottom {
  transform: translateY(10px);
}

/* Transition hamburger to X when open */
.open {
  transform: rotate(90deg);
}

.open .hamburger-top {
  transform: rotate(45deg) translateY(6px) translateX(6px);
}

.open .hamburger-middle {
  display: none;
}

.open .hamburger-bottom {
  transform: rotate(-45deg) translateY(6px) translateX(-6px);
}





/* Overlay */
.overlay-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

/* Stop body scroll */
.stop-scrolling {
  overflow: hidden;
}

/* Hide mobile main menu items */
.mobile-only {
  display: none;
}

/* Mobile menu */
.mobile-main-menu {
  position: fixed;
  top: 9%;
  right: 0;
  width: 280px;
  height: 70%;
  background: #000000;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-color: #585858;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Bring menu from right */
.show-menu {
  transform: translateY(0);
}

.mobile-main-menu ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  padding: 50px;
  width: 100%;
}

.mobile-main-menu ul li {
  margin-bottom: 20px;
  font-size: 18px;
   
  border-bottom: 1px #555 dotted;
  width: 100%;
  text-align: right;
  padding-bottom: 8px;
}

.mobile-main-menu ul li a {
  color: #fff;
  transition: color 0.6s;
}

.mobile-main-menu ul li a:hover {
  color: #aaa;
}



.stats {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
   
}

.stats div span {
  font-size: 160px;
}

/* IMAGENES DE LAS SECCIONES*/ /* IMAGENES DE LAS SECCIONES*/ /* IMAGENES DE LAS SECCIONES*/ /* IMAGENES DE LAS SECCIONES*/

/* Inner Pages */
.ISS {
  background-image: url('../img/ISS.jpg');
}

.Polar {
  background-image: url('../img/polar.jpg');
}

.section-animate_NAV {
  animation: fadeIn 4s ease-in-out;
}


/* SECCION RPCS*/

.section-animate_RPCS {
  margin-top: 4%;
  height: 40vh;
  border-top-style: solid;
  border-bottom-style: solid;
  border-radius: 20px;
  border-top-width: 2px;
  border-bottom-width: 2px;

}

.section-inner-center_RPCS {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  
}

.section-inner-center_RPCS h3 {
  font-size: 40px;
  
  margin-bottom: 100px;
  animation: fadeInUp 0.5s ease-in-out;
  text-shadow: 1px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;
  width: 100%;
  text-align: center;
  line-height: 2px;
}

.section-inner-center_RPCS p {
  font-size: 30px;
  font-style: italic;
  font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  text-shadow: 1px  0px 0px black,
  0px  1px 0px black,
 -1px  0px 0px black,
  0px -1px 0px black;
  width: 100%;
  text-align: center;
}




/* SECCION DE NAVEGACION*/

.section-animate_NAV {
  margin-top: 4%;
  height: 93vh;
  border-top-style: solid;
  border-bottom-style: solid;
  border-radius: 20px;
  border-top-width: 2px;
  border-bottom-width: 2px;

}
.section-inner-center_NAV {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  
  
}

.section-inner-center_NAV h3 {
  font-size: 50px;
   
  margin-bottom: 100px;
  animation: fadeInUp 0.5s ease-in-out;
  text-shadow: 1px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;
  width: 100%;
  text-align: center;
  line-height: 5px;
  
}

.section-inner-center_NAV p {
 
  font-size: 30px;
  font-style: italic;
  font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  text-shadow: 1px  0px 0px black,
  0px  1px 0px black,
 -1px  0px 0px black,
  0px -1px 0px black;
  width: 100%;
  text-align: center;

}
  


/* SECCION DE POSICIONAMIENTO*/

.section-inner-center_POS {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;

}

.section-inner-center_POS h3 {
  font-size: 40px;
   
  margin-bottom: 100px;
  animation: fadeInUp 0.5s ease-in-out;
  text-shadow: 1px  0px 0px black,
               0px  1px 0px black,
              -1px  0px 0px black,
               0px -1px 0px black;
  width: 100%;
  text-align: center;
  
  
}



.section-inner-center_POS p {

  font-size: 30px;
  font-style: italic;
  font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  text-shadow: 1px  0px 0px black,
  0px  1px 0px black,
 -1px  0px 0px black,
  0px -1px 0px black;
  width: 100%;
  text-align: center;
}


/* subsections_POS */

.subsection-inner_A_RPCS_tittle{
  padding-top: 5%;
  width: 100%;
  bottom: 100px;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  font-family:sans-serif;
  animation-fill-mode: both;
  display: flex;
  justify-content: center;
  align-self: center;
  
}

.subsection-inner_A_RPCS_tittle li{

  font-size: 25px;
  width: 40%;
  margin-left:20%;
  margin-right: 20%;
  list-style: none;
  border-spacing:10px;
  text-align: center;
  font-style: italic;
  font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  text-transform: none;
  line-height: 40px;
  border-bottom: 3px solid #EEF1F4;
  border-width: 3px 0;
  
}





.subsection_1_POS {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.subsection-inner_A_POS {
  width: 100%;
  display:flex ;
  align-content: center;
  font-size: 20px;
  bottom: 100px;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
}

.subsection-inner_A_POS li{
  font-size: 25px;
  width: 100%;
  list-style: none;
  padding: 5%;
  border-spacing:10px;
  text-align: justify;
  font-style: italic;
  font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  text-transform: none;
  line-height: 30px;
}


  
  .subsection-inner_B_POS {
    width: 100%;
    padding:5%;
    display:block ;
    align-content: center;
    max-height: min-content;
    text-align: center;
    font-size: 24px;
    margin-top: 5px;
    animation: fadeInUp 0.5s ease-in-out 0.2s;
    font-family:sans-serif;
    animation-fill-mode: both; 
    }

    .subsection-inner_B_POS li{
      background-color: rgba(50, 80, 160, 0.4);
     
      border: 3px solid #1d4db4;
      border-radius: 15px;
      font-size: 25px;
      width: 50%;
      list-style: none;
      padding: 15px;
      border-spacing:10px;
      text-align: center;
      font-style: italic;
      font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
      animation: fadeInUp 0.5s ease-in-out 0.2s;
      animation-fill-mode: both;
      text-transform: none;
      line-height: 30px;
      margin-left: 25%;
      margin-right: 25%;
      }
      .subsection-inner_B2_POS {
        width: 100%;
        display:block ;
        align-content: center;
        max-height: min-content;
        text-align: center;
        font-size: 24px;
        margin-top: 5px;
        animation: fadeInUp 0.5s ease-in-out 0.2s;
        font-family:sans-serif;
        animation-fill-mode: both; 
        }
    
        .subsection-inner_B2_POS li{
          font-size: 25px;
          width: 70%;
          list-style: none;
          padding: 30px;
          border-spacing:10px;
          text-align: justify;
          font-style: italic;
          font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
          animation: fadeInUp 0.5s ease-in-out 0.2s;
          animation-fill-mode: both;
          text-transform: none;
          line-height: 30px;
          margin-left: 15%;
          margin-right: 15%;
          }



.comparison-section {
  padding: 60px 20px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
}

/* Título */
.comparison-title {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 2rem;
}

/* Párrafo introductorio */
.comparison-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5;
  font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
}

/* Contenedor de tarjetas */
.comparison-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Tarjeta genérica */
.card {
  padding: 20px;
  border-radius: 10px;
  width: 250px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Título de tarjeta */
.card-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

/* Variantes de tarjeta */
.card--rpcs {
  background: #353535;
}
.card--utm,
.card--ups {
  background: #b1b1b1;
}

/* Colores específicos */
.card--rpcs .card-title {
  color: #ffffff;
}
.card--utm .card-title,
.card--ups .card-title {
  color: #ffffff;
}

/* Texto de párrafos dentro de tarjeta */
.card p {
  margin: 0 0 8px;
  line-height: 1.4;
}

.rpcs-table {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  border-collapse: initial;
  background-color: #111;
  color: #fff;
  font-family: 'Familjen Grotesk', sans-serif;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.rpcs-table thead tr {
  background-color: rgb(32, 32, 32);
}

.rpcs-table thead th {
  padding: 15px;
  font-size: 18px;
}

.rpcs-table tbody td {
  padding: 12px;
}

/* Filas alternadas por grupo */
.rpcs-table tbody tr.oscuro {
  background-color: #222;
}

.rpcs-table tbody tr.mas-oscuro {
  background-color: #333;
}


.subsection-inner_A_POS_text_video{
  max-width: 100%;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  display: contents;
  


}

.subsection-inner_A_POS_text_video li{
  font-size: 25px;
  width: 70%;
  list-style: none;
  padding: 3%;
  text-align: justify;
  font-style: italic;
  font-family: 'Familjen Grotesk', 'Arial Narrow', Arial, sans-serif;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  text-transform: none;
  line-height: 30px;
  margin-left: 15%;
  margin-right: 15%;
  

}

.subsection-inner_A_POS_video{

  align-items: center;
  max-width: 100%;
}


.subsection-inner_A_POS_video video{

  border-radius: 20px;
  border-style:double;
  border-color: #fff;
  border-width: 5px;
 

  width: 40%;
  height: 40%;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both; 
  margin: 0 auto ;
  display: block;

}






/* Animations */

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(500px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(140px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }

  40% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Media Queries */

@media  (max-width:1000px) {



  .main-header {
    position: fixed;
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    height: 120px;
    padding: 0 30px;
  }
  
  
            /* Hamburger Menu */
  .hamburger {
    position: fixed;
    top: 5%;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
  }

/* Hide desktop menu */
.desktop-main-menu {
display: none;
}


.mobile-only {
display: block;
}



footer ul li:first-child {
position: absolute;
top: 30px;
left: 50%;
transform: translate(-50%, -50%);
}

footer ul li {
margin-right: 15px;
}

.logo {
width: 150px;
margin: auto;
}


 /* Show main mobile items */

    
   /* SECCION DE POSICIONAMIENTO*/




/* subsections_POS */

.subsection_1_POS {
  position: relative;
  display: block;
  max-height:max-content;
}

.subsection-inner_A_POS {
  width: 90%;
     display:block ;
     align-content: center;
     max-height: min-content;
     text-align: left;
     font-size: 16px;
     margin-top: 5px;
     animation: fadeInUp 0.5s ease-in-out 0.2s;
     font-family:sans-serif;
     animation-fill-mode: both; 
}

.subsection-inner_A_POS li{
  font-size: 20px;

  
}

.subsection-inner_B_POS li{
  font-size: 20px;
 }


    .subsection-inner_B2_POS li{
      font-size: 20px;
  }    




.subsection-inner_A_POS_text_video{
  max-width: 100%;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both;
  display: block;
  justify-content: center;
}

.subsection-inner_A_POS_text_video li{
  font-size: 18px;


}




.subsection-inner_A_POS_video{

  align-items: center;
  max-width: 100%;
}

.subsection-inner_A_POS_video video{

  border-radius: 20px;
  border-style:double;
  border-color: #ffffff;
  border-width: 2px;
  width: 40%;
  height: 40%;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both; 
  margin: 0 auto ;
  display: block;

}



 }

 @media  screen and (min-width: 601px) and (max-width:1000px){

  .main-header {
    position: fixed;
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    height: 120px;
    padding: 0 30px;
  }
  
            /* Hamburger Menu */
  .hamburger {
    position: fixed;
    top: 5%;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
  }

/* Hide desktop menu */
.desktop-main-menu {
display: none;
}


.mobile-only {
display: block;
}
/* Show main mobile items */

/* SECCION DE POSICIONAMIENTO*/



/* subsections_POS */

.subsection_1_POS {
max-width: 100%;
position: relative;
display: block;
max-height:max-content;
}

.subsection-inner_A_POS {
width: 100%;
display:block;
font-size: 16px;
margin-top: 5px;
animation: fadeInUp 0.5s ease-in-out 0.2s;
font-family:sans-serif;
animation-fill-mode: both; 
}



  .subsection-inner_A_POS li{
    font-size: 20px;
    width: 80%;
    list-style: none;
    padding: 30px;
    border-spacing:10px;
    text-align: center;

    margin-left: 10%;
    margin-right: 10%
    
    }

    .subsection-inner_B_POS li{
      font-size: 20px;

      }
  

        .subsection-inner_B2_POS li{
          font-size: 20px;

          }    



.subsection-inner_A_POS_text_video{
max-width: 100%;
animation: fadeInUp 0.5s ease-in-out 0.2s;
animation-fill-mode: both;
display: block;
justify-content: center;
}

.subsection-inner_A_POS_text_video li{
font-size: 20px;
list-style: none;
padding: 30px;

}



.subsection-inner_A_POS_video{

align-items: center;
max-width: 100%;
padding: 30px;
}

.subsection-inner_A_POS_video video{

  border-radius: 20px;
  border-style:double;
  border-color: #ffffff;
  border-width: 2px;
  width: 70%;
  height: 70%;
  animation: fadeInUp 0.5s ease-in-out 0.2s;
  animation-fill-mode: both; 
  margin: 0 auto ;
  display: block; 

}






}

@media  (max-width:600px)
  {

.main-header {
  position: fixed;
  background: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  height: 120px;
  padding: 0 30px;
}


          /* Hamburger Menu */
.hamburger {
  position: fixed;
  top: 5%;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
}


         

  /* Hide desktop menu */
  .desktop-main-menu {
   display: none;
 }
 
 
 .mobile-only {
   display: block;
 }
 /* Show main mobile items */

 
 
   footer ul li:first-child {
     position: absolute;
     top: 30px;
     left: 50%;
     transform: translate(-50%, -50%);
   }
 
   footer ul li {
     margin-right: 15px;
   }
 
   .logo {
     width: 150px;
     margin: auto;
   }
 


 
