body {
    font-family: "Roboto Slab", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
  
  .container {
    width: 100%;
    max-width: 900px;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  .section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  
  h1 {
    font-size: 4rem;
    color: #001c42;
    margin-bottom: 20px;
  }
  
  h2 {
    font-size: 2.5rem;
    color: #001c42;
    margin-bottom: 20px;
  }
  
  h3 {
    font-size: 1.3rem;
    color: #001c42;
  }
  
  .text-content {
    flex: 2;
    padding: 20px;
  }
  
  .content-workers {
    height: 60vh;
    width: 40%;
  }
  
  .image-workers {
    width: 100%;
    height: 100%;
    background-image: url("../img/workers.png");
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0px;
    object-fit: contain;
    container-type: size;
  }
  
  .content-holding {
    height: 60vh;
    width: 25%;
  }
  
  .image-holding {
    width: 100%;
    height: 100%;
    background-image: url("../img/holdingoil.png");
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0px;
    object-fit: contain;
    container-type: size;
  }
  
  .content-executives {
    height: 35vh;
    width: 40%;
  }
  
  .image-executives {
    width: 100%;
    height: 100%;
    background-image: url("../img/executives.png");
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0px;
    object-fit: contain;
    container-type: size;
  }
  
  p {
    font-size: 1rem;
    color: #001c42;
    margin-bottom: 20px;
  }
  
  .buttons {
    display: flex;
    gap: 10px;
  }
  
  .btn {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s;
  }
  
  .btn.primary {
    background-color: #001c42;
    color: #fff;
  }
  
  .btn.primary:hover {
    background-color: #0055b3;
  }
  
  .btn.secondary {
    background-color: #e0e7f1;
    color: #001c42;
  }
  
  .btn.secondary:hover {
    background-color: #c0c7d3;
  }
  
  .steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .step {
    display: flex;
    align-items: flex-start;
  }
  
  .number {
    font-size: 1.5rem;
    color: #001c42;
    background-color: #e0e7f1;
    border-radius: 50%;
    padding: 10px;
    margin-right: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .numberSquare {
    font-size: 1.5rem;
    color: #001c42;
    background-color: #e0e7f1;
    border-radius: 25%;
    padding: 10px;
    margin-right: 20px;
    text-align: center;
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  
  .numberarrow {
    font-size: 1.5rem;
    color: #001c42;
  }
  
  .description {
    flex: 1;
  }
  
  .section-text {
    flex-direction: column;
    align-items: center;
  }
  
  .section-text section h1 {
    text-align: center;
  }
  
  .columns {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
  }
  
  .column {
    flex: 1;
    background-color: #f0f4f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .column h2 {
    font-size: 1.5rem;
    color: #001c42;
    margin-bottom: 10px;
  }
  
  .column p {
    font-size: 1rem;
    color: #001c42;
  }
  
  .columntwo {
    flex: 1;
    padding: 5px;
    display: contents;
  }
  
  .columntwo h2 {
    font-size: 1.5rem;
    color: #001c42;
    margin-bottom: 10px;
  }
  
  .columntwo p {
    font-size: 1rem;
    color: #001c42;
  }
  
  .columnthird {
    flex: 1;
    padding: 20px;
  }
  
  .columnthird h2 {
    font-size: 1.5rem;
    color: #001c42;
    margin-bottom: 10px;
  }
  
  .columnthird p {
    font-size: 1rem;
    color: #001c42;
  }
  
  .columnfour {
    flex: 1;
    padding: 20px;
  }
  
  .columnfour h2 {
    font-size: 1.5rem;
    color: #001c42;
    margin-bottom: 10px;
  }
  
  .columnfour p {
    font-size: 1rem;
    color: #001c42;
  }

  .columnfive {
    padding: 20px;
    align-content: center;
    flex-flow: column;
    display: flex;
    align-items: center;
    margin-top: -40px;
    flex-wrap: wrap;
  }

  .columnsix {
    flex: 1;
    padding: 20px;
  }

  .columnsix input,textarea{
    border:none;
    resize: none;
    outline:none;
    transition: all 300ms;
    border-bottom:  1px solid  #001c42;
    padding: 8px;
  }
  
  .columnsix input:focus, textarea:focus{
    border-bottom-color:  #0055b3;
  }

  .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .logo:hover {
    cursor: pointer;
  }
  
  .logo img {
    max-height: 80px;
  }
  
  .contact-link a {
    color: #fff;
    text-decoration: none;
  }
  
  .header {
    background-color: #001c42;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 2em 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  footer p {
    margin: 0;
    color: #fff;
  }
  
  .banner {
    background-color: #f2b42d;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-blue {
    background-color: #001c42;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-orange {
    color: #f2b42d !important;
  }

  .icon {
    width: 45px;
    color: #001c42;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
  }
  
  .table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
  }
  
  td {
    padding: 10px;
    text-align: center;
    font-size: 1em;
  }
  
  .blue-row {
    background-color: #dee7f7ff;
    color: #001c42;
  }
  
  .white-row {
    background-color: white;
    color: #001c42;
  }
  
  .blue-row td {
    border: 2px solid white;
  }
  
  .white-row td {
    border-bottom: 2px solid #dee7f7ff;
  }
  
  .name {
    font-weight: bold;
    font-size: 1.25em;
    color: white;
    padding: 10px;
   }
  
  .position {
    font-size: 1em;
    color: white;
    padding: 10px;
  }

  .address {
    font-size: 1em;
    color:#001c42;
    padding: 10px;
  }
  
  .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    transition: transform 0.3s ease;
  }
  
  .arrow {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #dee7f7ff;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
  }
  

  .section-text,
  .section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    margin-bottom: 20px;
  }
  
  .section.appear,
  .section-text.appear,
  .section.section-text.appear {
    opacity: 1;
    transform: translateY(0);
  }
  
  .pointer-container {
    width: 15px;
    height: 15px;
    padding-right: 15px;
    margin-top: -7px;
  }
  
  .svgPointer:hover {
    fill: #f2b42d;
  }
  
  .container-point {
    display: flex;
    align-items: center;
  }
  
  .rotate-90 {
    transition: transform 0.5s ease-in-out;
    transform: rotate(90deg);
    fill: #f2b42d;
  }
  
  .pContainer {
    width: fit-content;
  }
  
  .paragraph {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .visible {
    opacity: 1;
    transform: translateY(0);
    margin-top: -10;
  }
  
  .hidden {
    display: none;
  }
  
  .map-container {
    max-width: 600px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    align-content: center;
}
iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.social-icons {
  display: flex;
  justify-content: center; /* Centrar los iconos horizontalmente */
  margin-bottom: 20px; /* Espacio inferior entre iconos y contenido */
}

.social-icon {
  display: inline-block;
  font-size: 24px; /* Tamaño de los iconos */
  margin: 0 10px; /* Espacio horizontal entre iconos */
  color: #333; /* Color de los iconos */
}

.social-icon:hover {
  color: #00bcd4; /* Cambia el color al pasar el ratón por encima */
}


.iContainer{
  display: grid;
  padding-bottom: 8px;
  padding-top: 8px;
}

#message{
  height: 10vh;
}

.imgPartners {
  width: 15vh;
  height: 15vh;
  border-radius: 50%;
  border: 5px solid #666;
}

.error{
  color: #ff0000;
  font-weight: bold;
}

.sucessfully
{
  color: #001c42;
  font-weight: bold;
}

  /* Responsive Design */
  @media (max-width: 768px) {
    .section {
      flex-direction: column;
    }

    .logo img {
      max-height: 60px;
    }
  
    .content-workers {
      height: 40vh;
      width: -webkit-fill-available;
      margin-left: -20px;
      margin-right: -20px;
    }
  
    .image-workers {
      border-radius: 0;
    }
  
    .content-holding {
      height: 40vh;
      width: -webkit-fill-available;
      margin-left: -20px;
      margin-right: -20px;
    }
  
    .image-holding {
      border-radius: 0;
    }
  
    .content-executives {
      height: 40vh;
      width: -webkit-fill-available;
      margin-left: -20px;
      margin-right: -20px;
    }
  
    .image-executives {
      border-radius: 0;
    }
  
    h1 {
      font-size: 1.9rem;
    }
  
    h2 {
      font-size: 1.7rem;
    }
  
    h3 {
      font-size: 1.3rem;
    }
  
    p {
      font-size: 0.9rem;
    }
  
    .columns {
      flex-direction: column;
    }
  
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
      display: block;
    }
  
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  
    td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 2px solid #fff;
      position: relative;
    }
  
    td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
  
    .arrow-wrapper {
      width: 100%;
      height: auto;
    }
  
    .arrow {
      transition: transform 0.3s ease;
      clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
    }
  
    .columnthird {
      flex: 1;
      padding: 20px;
    }
  
    .columnfour {
      flex: 1;
      padding: 20px;
      display: flex;
      flex-direction: row;
    }

    .columnfive {
      flex: 1;
      padding: 20px;
      width: auto;
    }
    
    .dContainer {
      padding: 10px;
    }
  
    .columntwo {
      flex: 1;
      padding: 5px;
      display: flex;
    }
  
    .numberSquare {
      margin-top: 30px;
      height: 30px;
    }
  }
  
body.loading {
    cursor: progress;
}

body.loading * {
    cursor: progress;
}
