
@import url('https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@450&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    
    background-color: #298A77;
}

header {
    background-color: #298A77;
    color: #fff;
    padding: 30px;
    text-align: center;
}

.contenedor-imagen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: "900px";
    height: "800px";
    border-radius: 90px;
    }

.contenedor-imagen img {
    max-width: 50%;
    height: auto;
}

.contenedor-fotosss {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-texto {
        padding: 20px;
        text-align: center;
        box-sizing: border-box;
        margin: 0;
        font-weight: 450;
        font-family: "Lexend Mega", sans-serif;
        font-size: 30px;
        line-height: 1;
        background-color:#298A77 ;
        color:#000000
      }
      
      p {
        font-family: "Dm Sans", sans-serif;
        color:#000000; 
        font-size: 30px;
        margin-bottom: 10px;
        }

        .contenedor-botones {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            font-family: "Lexend Mega", sans-serif;
            display: inline-block;
            padding: 10px 20px;
            background-color: #ffffff;
            border: none;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            border: 2px solid #000000;
            transition: background-color 0.3s ease, transform 0.2s ease;
            transition: box-shadow 0.2s ease, transform 0.1s ease; 
        }


h1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Lexend Mega", sans-serif;
    background-color: #5fd6be;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color:#000000; 
    
}


h2 {
font-size: 30px;
font-family: "Lexend Mega", sans-serif;
margin-bottom: 10px;
background-color: #5fd6be;
border-radius: 5px;
display: flex;
flex-wrap: wrap;
justify-content: center;
color:#000000;

}


p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.seccion-botones {
    background-color: #298A77;
    padding: 20px;
    text-align: center;
}



.boton {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin: 10px;
    background-color: #b9e7de;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    color:#000000 ;
    font-family: "Lexend Mega", sans-serif;
}

.boton:hover {
    background-color: #5fd6be;
    box-shadow: 3px 3px 0px #000000;
}

main {
    padding: 20px;
}

section {
    margin-bottom: 20px;
    padding: 20px;
}


footer {
    background-color: #298A77;
    color: #fff;
    text-align: center;
    padding: 10px;
}

h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Lexend Mega", sans-serif;
    background-color: #5fd6be;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color:#000000; 
    
}

.contenedor-fotoss3 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 250px;
    grid-gap: 20px;
    padding: 100px 0;
}

.box img {
width: 100%;
height: 100%;
object-fit: cover;
}

.box:nth-child(1) {

 grid-column-start: span 2;   
}
.box:nth-child(4) {

    grid-column-start: span 2;   
   }

   @media(max-width:991px) {
.container {
    padding: 30px ;
    grid-template-columns: repeat(1,1fr);
}
   }
   .box:nth-child(1) {
grid-column-start: span 1;
}

.box:nth-child(4) {
grid-column-start:span 1 ;

}

h4 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Lexend Mega", sans-serif;
    background-color: #5fd6be;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color:#000000; 
    
}

body {
    margin: 0;
    padding: 0;
}



.boton-flotante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    border: none;
    border-radius: 30%;
    padding: 15px;
    cursor: pointer;   

}

h5 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Lexend Mega", sans-serif;
    background-color: #5fd6be;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color:#000000; 
    
}

h6 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Lexend Mega", sans-serif;
    background-color: #5fd6be;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color:#000000; 
    
}

.masonry-item img {
    width: 100%;
    border-radius: 10px;
  }
  
  .masonry {
      column-count: 4;
      column-gap: 16px;
      
  }
  
  .masonry-item {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
    
  }
  
  @media (max-width: 1199px) {
    .masonry {
      column-count: 3;
      
    }
  }
  
  @media (max-width: 991px) {
    .masonry {
      column-count: 2;
    }
  }
  
  @media (max-width: 767px) {
    .masonry {
      column-count: 1;
     
    }
  }