
body {
background-color: #FAF7F2;
}

h1 {
    color: #3D402D;
    font-size: 75px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 2px 2px;
}
.titulo1 {
    color: chartreuse;
    text-shadow: 2px 2px rgb(36,55,155);
    font-style: italic;
    font-weight: bold;
    text-align: center;

 }
 .imagen { 
    border-radius: 25px;
    box-shadow: 6px 10px;
    display: block;
    margin: 22px 800px;
    width: 15%;
    border-style: dotted;
    border-color: black;
    
 }

 #parrafo1 {
  font-family: "Playwrite IE", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal
 }

 #parrafo2 {
    font-family: Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal
 }

 #parrafo3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal
 }

 #parrafo4 {
    font-family: Georgia, 'Times New Roman', Times, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal
 }

 #capital1 {
    float: left;
    font-size: 50px;
    color: aquamarine;
    text-shadow: 4px 5px black;
    background-color: red;
    border-radius: 10px;
    line-height: 60px;
    
 }

 #capital2 {
  float: left;
    font-size: 50px;
    color: aquamarine;
    text-shadow: 4px 5px black;
    background-color: red;
    border-radius: 10px;
    line-height: 60px;
    
 }

 #capital3 {
     float: left;
    font-size: 50px;
    color: aquamarine;
    text-shadow: 4px 5px black;
    background-color: red;
    border-radius: 10px;
    line-height: 60px;
    
 }

 #capital4 {
     float: left;
    font-size: 50px;
    color: aquamarine;
    text-shadow: 4px 5px black;
    background-color: red;
    border-radius: 10px;
    line-height: 60px;
 }

 .menu {
 display: flex;
 flex-direction: column;
 padding: 40px; 
 justify-content: center;
 gap: 30px ;
  
 }


.menu a{

   text-decoration: none;
   color: aliceblue;
   font-size: 50px;
   font-weight: bold;
   text-shadow: 2px 2px black;
   letter-spacing: 1px;
   background-color: rgba(202, 189, 147);
   border-radius: 15px;
   border-style: dotted;
   text-align: center;
}

a.seleccionada {

   text-decoration: none;
   color: greenyellow;
   font-size: 50px;
   font-weight: bold;
   text-shadow: 2px 2px black;
   letter-spacing: 1px;
   background-color: green;
   border-radius: 15px;
   border-style: dashed;

}

a:hover {
   background-color: chartreuse;
   color: black
}

.img2 {
   border-radius: 94px;
   box-shadow: 9px 18px black;
}


.img2:hover {  
   animation: animacion 2s ease forwards;
}

@keyframes animacion {
 0%{
   opacity: 10%;
 }   
 50%{
   opacity: 70%;
 }
 100%{
   opacity: 100%;
 }
}

.title1:hover {
   animation: animacion2 2.8s ease forwards;
}

@keyframes animacion2 {
 0%{
     font-size: 70px;
 }
 50% {
   color: green;
   font-size: 120px;
   }
 100% {
   font-size: start;

 }

}


.desplazamiento1 {
   animation: desplazamiento 4s ease-in-out infinite alternate;
   font-size: 50px;
}

@keyframes desplazamiento {
   0%{
      transform: translateX(-30%);
   }
   100%{
      transform: translateX(103%);
   }

}



 
.contenedor {
  width: 100%;
  height: 200px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.cuadrado {
  width: 100px;
  height: 100px;
  background-color: red;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); 
  
  
  animation: transformacion 4s ease-in-out infinite;
}

@keyframes transformacion {
  0% {
    left: 0%;
    border-radius: 0%;
    transform: translateY(-50%) scale(1);
  }
  50% {
    left: 50%;
    border-radius: 50%; 
    transform: translateY(-50%) scale(1.5); 
    background-color: green; 
  }
  100% {
    left: 100%;
   
    transform: translateX(-100%) translateY(-50%) scale(1);
    border-radius: 0%;
    background-color: red;
  }
}

/* TABLA CONTACTENOS */
.table-container {
    overflow-x: auto;
    margin: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.table3 {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0px;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); 
    color: #4a4a4a;
}

/* Estilo del Encabezado */
.table3 thead {
    background-color: #f5f5dc; 
    color: #5d5b4a;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.table3 th, .table3 td {
    padding: 16px 20px;
    text-align: left;
    
}


.table3 tbody tr {
    transition: background-color 0.5s ease;
}

.table3 tbody tr:hover {
    background-color:  #f5f5dc;
    cursor: default;
}

/* Quitar el borde de la última fila */
.table3 tbody tr:last-child td {
    border-bottom: none;
}

/* Estilo específico para el texto de las celdas */
.table3 td {
    text-align: center;
    font-size: 0.95rem;
    color: #666;
}

/* Resaltar la primera columna (Área) */
.table3 td:first-child {
    font-weight: 600;
    color: black; /* Un tono café suave */
}


.gira1{
 
 animation: gira1 3s linear infinite;
   
}

@keyframes gira1 {
from{
   transform: rotate(0deg)
}
to{
   transform: rotate(360deg)
}

}

.img3{
   width: 100px;

   transition: 0.5s ease-in-out;

}
.img3:hover{
   width: 150px;  

}


.triangulo{
   width: 375px;
}

#basetext{
   font-size: 50px;
   position: absolute;
   bottom: -550px;
   left: 150px;
   text-align: center;
   
}


