* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Ballet', cursive;
    font-family: 'Raleway', sans-serif;
}


html{
    scroll-behavior: smooth;
}


/* HERO */

.bck-img{
    background-image: url('/images/nosotros.webp');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 248px;
}

.secc-intro{
    margin: 120px 20px;
    overflow: hidden;
}

.tipo-tit{
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 80px;
  }

  .grl-h2{
    font-size: 32px;
    letter-spacing: 2px;
    font-variant: small-caps;
    font-weight: 300;
    color: #5E5A4E;
  }

  .grl-h2 span{
    font-weight: bold;
    font-size: 42px;
  }


  .linea-tit{
    border: 2px solid #F9DD81;
    width: 40%;
    height: 2px;
  }

  .bt-container{
    margin: 42px auto 0px auto;
  }

  .btn-cta{
    font-size: 20px;
    font-weight: 400;
    font-variant: small-caps;
    letter-spacing: 2px;
    color: white;
    background-color: #9B916E;
    border: none;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 20px 20px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

.btn-cta i{
    color: #e2dbb4;
}

.btn-cta span{
    font-style: italic;
    font-weight: 200;
    font-size: 18px;
}

.btn-cta:hover{
    background-color:#5c5849;
}

.secc-txt{
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.txt{
    color: #5E5A4E;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 42px;
    text-align: justify;
 }

 .txt span{
    font-weight: bold;
 }

 .txt-tit{
    color: #5E5A4E;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    font-style: italic;
 }

 .foto-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
 }

 .foto-2{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
 }

 .titulos{
    display: flex;
    flex-direction: column;
    gap: 10px;
 }

 .foto{
    width: auto;
    height: 340px;
 }

 .cont-secc{
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
 }

 .contacto{
    display: flex;
    flex-direction: column;
    gap: 60px;
 }

 .direcc{
    color: #5E5A4E;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    font-style: italic;
 }

 .wht-tel:hover{
    color: rgb(20, 4, 63);
    text-decoration: underline;
 }

 .telfo{
    display: flex;
    flex-direction: column;
    gap: 12px;
 }

  /* WHATSAPP */
  
  #whatsapp-logo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    transform: translateX(200%); /* Start hidden off the screen */
    float: right;
  }
  
  .logo-whatsapp{
    color: #4FCE5D;
    font-size: 64px;
  }

 @media (min-width: 900px) {

    .secc-intro {
        margin: 120px 40px;
    }

    .div-uno{
        display: flex;
        flex-direction: row;
        gap: 82px;
    }

    .tith2-secc{
        width: 30%;
    }

    .secc-txt{
        width: 70%;
    }

    .fotos-secc{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .foto-1 {
        flex-direction: row;
        margin-bottom: 0px;
    }

    .foto-2 {
        flex-direction: row;
    }

    .cont-secc {
        flex-direction: row;
    }
 }


 @media (min-width: 1000px) {

            /* WHATSAPP */

    .logo-whatsapp:hover{
        box-shadow: 0px 4px 4px rgba(252, 251, 251, 0.25);
        transform: translateY(-2px) translateX(2px) scale(1);
        transition: transform 0.3s ease-in-out;
    }

 }

 @media (min-width: 1200px) {

    .secc-intro {
        margin: 120px 120px;
    }

    .cont-secc {
        gap: 160px;
    }

 }

 