.u-section-1 .u-sheet-1 {
  min-height: 771px;
}

.u-section-1 .u-shape-1 {
  width: 927px;
  height: 548px;
  margin: 60px auto 0 9px;
}

.u-section-1 .u-shape-2 {
  width: 861px;
  height: 511px;
  margin: -418px 20px 0 auto;
}

.u-section-1 .u-layout-wrap-1 {
  width: 945px;
  margin: -537px 69px 140px auto;
}

.u-section-1 .u-image-1 {
  min-height: 526px;
  background-image: url("images/contact_us.png");
  background-position: 50% 50%;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-text-1 {
  text-transform: none;
  font-size: 2.25rem;
  margin: 0;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 457px;
}

.u-section-1 .u-container-layout-2 {
  padding: 15px 20px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 768px;
  }

  .u-section-1 .u-shape-1 {
    width: 946px;
    height: 519px;
    margin-left: -26px;
  }

  .u-section-1 .u-shape-2 {
    width: 894px;
    margin-right: -13px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 862px;
    margin-right: auto;
  }

  .u-section-1 .u-image-1 {
    min-height: 523px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 454px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 708px;
  }

  .u-section-1 .u-shape-1 {
    width: 760px;
    height: 525px;
    margin-top: 67px;
    margin-right: -40px;
    margin-left: auto;
  }

  .u-section-1 .u-shape-2 {
    width: 757px;
    height: 490px;
    margin-right: auto;
    margin-left: -37px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 720px;
    margin-bottom: 60px;
  }

  .u-section-1 .u-image-1 {
    min-height: 401px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 349px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1160px;
  }

  .u-section-1 .u-shape-1 {
    height: 553px;
    width: 469px;
    margin-top: -3px;
    margin-right: 0;
  }

  .u-section-1 .u-shape-2 {
    height: 572px;
    width: 511px;
    margin-top: -64px;
    margin-left: -26px;
  }

  .u-section-1 .u-layout-wrap-1 {
    width: 459px;
    margin-top: -436px;
    margin-right: 16px;
  }

  .u-section-1 .u-image-1 {
    min-height: 257px;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 0 6px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
    margin-right: 49px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 357px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 437px;
  }

  .u-section-1 .u-shape-1 {
    height: 397px;
    width: 369px;
    margin-right: -29px;
  }

  .u-section-1 .u-shape-2 {
    height: 513px;
    width: 348px;
    margin-left: -38px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-top: -292px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-image-1 {
    min-height: 216px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    margin-right: 50px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 300px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-bottom: 140px;
  }
}
body {
          margin: 0;
          padding: 0;
          overflow: hidden;
          background-color: rgb(0, 0, 0);
      }
#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* Ancho completo de la ventana del navegador */
    height: 100%; /* Alto completo de la ventana del navegador */
    margin: 0;
    padding: 0;
    font-family: monospace;
    font-size: 12px; /* Reduce el tamaño de fuente */
    line-height: 12px; /* Ajusta la altura de línea para que sea igual al tamaño de fuente */
    color: rgba(240, 69, 19, 0.05);
    z-index: -1;
    overflow: hidden;
}
.contenedor {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Sombra ligera */
	padding: 20px;
	margin: 20px;
	max-width: 100%;
	box-sizing: border-box;
  }
 .contenedor img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px; /* Añadir bordes redondeados a la imagen */
 }

.linkedin-link {
    margin: 0 10px; /* Espacio entre los enlaces y los íconos */
}

/* Media query para pantallas más pequeñas */
@media (max-width: 768px) {
    .linkedin-link {
        display: block; /* Cambia la presentación a bloque para que los enlaces ocupen el ancho completo */
        margin: 10px auto; /* Alinea los enlaces al centro */
    }
}

.flags{
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flags_item{
width: 30px;
}

.flags_img{
  display: block;
  cursor: pointer;
}