body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
    background-color: #7F3FBF;
}
.container {
    display: flex;
    height: 100%;
    background-color: #7F3FBF; /* Adjusted to match the purple color in the image */
}

.containerInsider {
  display: flex;
  height: 100%;
  background-color: #7F3FBF; /* Adjusted to match the purple color in the image */
}

.contact-containerInsider {
  display: flex;
  height: 100%;
  background-color: #7F3FBF; /* Adjusted to match the purple color in the image */
  width: 100%;
  align-content: center;
  display: block;
}

.service-containerInsider {
  display: flex;
  height: 100%;
  background-color: #7F3FBF; /* Adjusted to match the purple color in the image */
  background-image: url("../img/BG_services.png");
  width: 100%;
  align-content: center;
  display: block;
}

.table-section {
  flex: 0.99;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 35%;
}

.about-section {
  background-color: #7F3FBF;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.left-section {
   flex: 0.99;
   background-color: #7F3FBF; /* Adjusted to match the purple color in the image */
   color: white;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 0px;
 }

.single-section {
  width: 100%;
  flex: 0.99;
  background-color: #7F3FBF; /* Adjusted to match the purple color in the image */
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.logo {
    width: 33%;
}

.logo-about {
  width: 33%;
  padding-top: 10%;

}
.slogan {
    font-size: 57px;
    text-align: center;
    margin: 20px 0;
    font-family: "Grey Qo", cursive;
    font-weight: 400;
    font-style: normal;
}
.miandvi {
  font-size: 35px;
  text-align: center;
  margin: 30px 60px 50px 60px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
}

.button-container {
    text-align: center;
}
.button-container button {
    font-size: 20px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: white;
    color: #7F3FBF;
    border: none;
    border-radius: 5px;
}
.button-container button:hover {
    background-color: #ddd;
}
.right-section {
    flex: 1;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-section video {
    width: 100%;
    height: 100%;
}

.pixelated {
  image-rendering: pixelated;
  transform: scale(10);
  opacity: 0;
}

#content {
  transition: transform 0.5s ease; /* Tiempo de la animación */
  position: relative;
}

.hidden {
  display: none; /* Para ocultar el contenedor en la animación */
}

.sector-one{
    border-collapse: collapse; /* Eliminar espacios entre celdas */
    margin: auto; /* Centrar la tabla */
}

.table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 400px;
  margin: auto;
}
.cell {
  font-family: "Inria Sans", sans-serif;
  background-color: #7F3FBF;
  border: 1px solid #ffffff;
  padding: 20px;
  text-align: center;
  height: 250px;
  width: 175px;
}

.profile-container {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.social-container img {
  width: 50px;
  height: 50px;
  margin: 0 20px;
  transition: transform 0.3s;
}

.social-container {
  display: flex;
  justify-content: space-between;
}
