@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;

}
body {
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    height: 50px;
}

header {
    background-color: #255257;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.menu{
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    color: #FFFDFC;
    font-size: 25px;
    font-weight: 800;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 15px;
    padding: 20px;
    color: #ffffff;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover{
    color: #ce967b;
}

#menu{
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100px;
  }

  section {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
  }
  
  .contenedor-texto {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
  }
  
  .contenedor-texto p {
    color: black;
  }

  .titulo {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  a {
    transition: 0.6s;
}

a:hover {
   opacity: 0.5;
   transition: 0.6s;
}

.p {
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        font-style: normal;
        color: white;
}
img{
    transition: 0.6s;
}

img:hover{
    transform: scale(1.05);
    transition: 0.6s;
}

.inline
{
    display: inline-block;
}

.modulo2
{
    display: inline-block;
}

.fotos{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    width: 95%;
    margin: auto;
    grid-gap: 10px;
    padding: 40px 0;
}

.fotos img{
    width: 100%;
    vertical-align: top;
    height: 300px;
}

.fotos > a{
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.fotos a:hover img{
filter: blur(2px);
transform: rotate(10deg) scale(1.3);   
}

.fotos img{
    width: 100%;
    vertical-align: top;
    height: 300px;
    transition: transform 0.5s;
}

.lightbox{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: auto;
    z-index: 1000;
    display: flex;
justify-content: center;
align-items: center;
}

.lightbox img{
    width: 75vw;
    max-height: 90vh;
}

.lightbox{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.lightbox:target{
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.cerrar{
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    background: red;
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

section {
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
  }
  
  .contenedor-texto {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
  }
  
  .contenedor-texto p {
    color: black;
  }

  .footer {
    background-color: #255257;
    color: white;
    padding: 250px;
    text-align: center;
    box-sizing: border-box;
  }
.footer-content {
    display: flex;
    justify-content: space-between;
}

.link h3 {
    font-size: 18px;
    color: #F9FAFC;
    margin-bottom: 15px;
}

.link a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}

.imagen-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 50px;
    margin-left: auto; 
    margin-right: auto;
  }
  
  .imagen-contenedor img {
    width: 100%;
    height: auto;
  }

  .texto-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 20px;
    text-align: center;
    background-color: #255257;
    margin-top: 20px;
    border-radius: 10px;
  }
  
  .texto-contenedor p {
    color: rgb(255, 255, 255);
  }

  table {
    width: 80%;
    border-collapse: collapse;
    margin-top: 40px;
  }
  
  td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
  }

  tr:first-child td:first-child,
tr:first-child td:nth-child(2) {
  background-color: #255257;
  color: #ffffff;
}

button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #255257;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
  }

  .imagen-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 50px;
    margin-left: auto; 
    margin-right: auto;
  }
  
  .imagen-contenedor img {
    width: 100%;
    height: auto;
  }

  body {
    animation: fade 0.5s ease-in-out;
  }
  
  @keyframes fade {
    0% {
      opacity:  0;
    }
    100% {
      opacity: 1;
    }
  }

  html {
    scroll-behavior: smooth;
  }