  @import url('https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Just+Me+Again+Down+Here&family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Just+Me+Again+Down+Here&family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;

  }

  html {
      scroll-behavior: smooth;
  }



  body {
      font-size: 100%;
      font-family: 'Karla', 'sans-serif';


  }


  header {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      background-color: rgb(242, 242, 242);
      position: fixed;
      z-index: 1000;
      padding: 2.5vh 3%;
      box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5)
  }

  .logo {
      width: 50px;
  }

  .container-buscador {
      width: 100%;
      align-items: center;
      justify-content: center;
      display: flex;

  }

  .buscador {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: rgba(255, 255, 255, 0.444);
      border-radius: 5px;
      box-shadow: inset 3px 3px 2px black;
      border: none;
      width: 50%;
      padding: 0.5% 2%;
  }

  input[type="buscador"] {
      background-color: transparent;
      outline: none;
      padding: 7px;
      border: none;
      width: 100%;
  }

  input[type="buscador"]:focus {
      outline: none;

  }





  h1 {
      background-color: rgba(255, 255, 255, 0.987);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Just Me Again Down Here', cursive;
      font-weight: 100;
      line-height: 150px;
      text-align: center;
      
      
  }

  main {
      padding-top: 5vw;
  }

  nav {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
  }


  nav .fa-solid {
      font-size: 200%;
  }

  main {
      padding-top: 5vw;
  }

  .icono {
      width: 100px;
  }

  .section-one {
      width: 100%;
      display: flex;
      flex-direction: column;
      line-height: 100px;

  }

  .texto-derecha,
  .texto-izquierda {
      max-width: 50%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;

  }

  .sec-rojo {
      width: 100%;
      background-color: rgb(180, 177, 0);

      display: flex;
      align-items: center;
      justify-content: center;



  }
  .sec-rojo img {
    width: 50%;
    height: 45vh;
    object-fit: cover;
}

  .sec1-amarillo img {
      width: 50%;
      height: 45vh; /*Me lo centra de arriba abajo*/
      object-fit: cover;



  }

  h2 {
      font-weight: medium;
      font-size: 2em;
      font-family: 'Just Me Again Down Here', cursive;
      font-weight: 100;


  }

  .sec-1 p {
      font-size: 1.5em;
      line-height: 19em;
      display: flex;
      text-align: center;
  }

  .sec-1 h2 {
      font-size: 1.5em;
      line-height: 19em;
      display: flex;
      text-align: center;
  }

  .sec1-amarillo {
      display: flex;
      grid-template-columns: 1fr 1fr;
      justify-items: center;
      align-items: center;

  }

  .texto-izquierda {
      align-items: center;
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 25px;
      font-size: 1em;
      line-height: 1.5em
  }


  .texto-derecha {
      align-items: center;
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: 25px;
      font-size: 1em;
      line-height: 1.5em
  }

  .sec1-amarillo {
      background-color: #a00015;

      display: flex;
      align-items: left;
      justify-content: center;
  }


  .servicio {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      
  }


  .servicio img {
      padding: 0;
      width: 22%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }


  .servicio p {
      text-align: center;
      font-size: 90%;
  }




  .section-two {
      align-items: center;
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 50px;
      margin: 5% 0;
  }





  .columna-top {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      background-color: black;
      gap: 50px;
  }

  .columna-top img {
      width: 30%;
  }

  .columna-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
  }

  .texto-galeria {
      width: 70%;
  }

  .columna-bottom img {
      width: 20%;
  }

  .servicio-section-two {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      width: 100%;
      gap: 5%;
      margin: 5%;
  }

  

 .section-three{

    display: flex;
    flex-direction: column;
    width: 100%;
    color: white;
    background-color: black;
    padding: 0% 10% 5% 10%;
 }


 .section-three-top{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%
 }
 .section-three-top img{
    width: 30%;
    border: 5px solid white;
    border-radius: 50%;
}


 .section-three-bottom{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5%;
    margin-top: 5%;

 }

 
.section-three-bottom img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;

}


.skew-top {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100px;
    transform: skewY(-3deg);
    margin-bottom: -55px;
    position: relative;
    z-index: -99;
}


  .list1{
    padding: 50px;
  }
  

  .skew.bottom{
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100px;
    transition: skewY(3deg);
    margin-bottom: -50px;
    z-index: -1;
    

  }

  .section-four{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5%;

  }

  .section-four h2{

    font-size: 250%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 5%;

  }

  .section-four-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .options{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    gap: 25px

  }

  .options h4{
    font-size: 175%;
    font-family: 'Just Me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
    text-align: center;
  }

  .button-img{

    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 5px 5px black;
    
  }
  .option-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgb(34, 218, 34);
    width: 100%;
    height: 57px;
    gap: 20px;
    border-radius: 20px;
  }

  .option-button p{
    font-size: 150%;
    font-family: 'Just Me Again Down Here', cursive;

  }

  .option-button img{
    width: 30px;
  }

  .smaller img{
    width: 20px;
  }

  .section-five {
      background-image: url(../imagenes/imagen-13.png);
      width: 100%;
      height: 75vh;
      background-position: center;
      background-size: cover;
      display: flex;
      filter: brightness(1.1) contrast(1.3) saturate(2);
      align-items: center;
      justify-content: flex-start;
      padding: 10%;
      background-attachment: fixed;

  }

  .section-five-text{
    background-color: rgb(255, 255, 255);
    width: 33%;
    height: auto;
    position: absolute;
    text-align: start;
    padding: 6%;
    border-radius: 30px 30px 30px 0px;
    
  }

  .section-five-text h3{
    font-size: 250%;
    font-family:'Just me Again Down Here', cursive;
    font-weight: 100;
    line-height: 100%;
    margin-bottom: 5%;
  }

  .section-five-text p {
      font-size: 90%;
  }

  .section-five-text p .bold {
      font-weight: bold;
  }

  footer {
      display: flex;
      flex-direction: column;
      width: 100%;
  }

  .footer-inicio {
    background-color: black;
    display: flex;
    flex-direction: row;
    padding: 4% 6%;
    align-items: center;
    justify-content: space-between;

  }
    .logo-footer{
       width: 100px;
    }

    .footer-inicio-nav-container{
        margin-right: 10%;
        display: flex;
        gap: 10px;
        margin-right: 0;
    }

    .footer-inicio-nav-container nav{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-inline: 7vw;
        justify-content: center;
        align-items: flex-start;
    }

  .footer-inicio-nav-container a {
      text-decoration: none;

  }

  .nav-2 {
      border-left: 1px solid red;
  }

  .nav-3 {
      border-left: 1px solid yellow;
  }



  .nav-1 a {
      color: rgb(1, 150, 1);

  }

  .nav-2 a {
      color: rgba(255, 0, 0, 0.735);
  }

  .nav-3 a {
      color: yellow;

  }

  .nav-1 :hover {
      background-color: rgba(155, 255, 5, 0.28);
      text-decoration: underline;
      transition: transform 0.3s, filter 0.3s;
      filter: brightness(1.2) saturate(2);
      /*Aumenta el brillo y la saturacion*/
      transition: filter 0.3s;
      /*Agrega una transicion suave*/
      color: black;
  }

  .nav-2 :hover {
    background-color: rgba(255, 0, 0, 0.41);
    text-decoration: underline;
    transition: transform 0.3s, filter 0.3s;
    filter: brightness(1.2) saturate(2);
    transition: filter 0.3s;
    color: black;
  }

  .nav-3 :hover {
    background-color: rgba(255, 238, 0, 0.444);
    text-decoration: underline;
    transition: transform 0.3s, filter 0.3s;
    filter: brightness(1.2) saturate(2);
    transition: filter 0.3s;
    color: black;
  }

  .footer-bottom{
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin: 1% 5%;

  }
  .footer-bottom p{
    font-size: 200%;
    font-family: 'Just Me Again Down Here',cursive;
    font-weight: 100;
  }

  .footer-bottom .social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }

  .footer-bottom .social-icons a{
    width: 50px;
  }

  .footer-bottom .social-icons img{
    width: 50px; /*me pone el footer los iconos y img de un tamaño mas presentable pequeño*/ 
  }

  @media screen and (max-width: 1350px) {


  }

  @media screen and (max-width: 800px) {
    
  }

  @media  screen and (max-width: 625px) {
    
  }
  