*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



header {
  
    color: white;
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #000000;
    margin-bottom: 2px;
    border-width: 38%;
    margin: 0 100px;
    margin: 0px 100px 6px 100px;
}

header nav img {
    width: 170.898px;
    height: 57px;
}

.hero {
    background-image: url(./assets/pexels-petrovskii-anton-123395531-19711142\ 1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 690px;
}

.hero h1{
    color: #332C26;
    font-family: "Abhaya Libre";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px;
    text-transform: uppercase;
    max-width: min(60ch, 700px);
    position: absolute;
    right: 122px;
    top: 203px;
}

/* Título: tipografías y tamaño escalable */
.magani-title{
    font-family: "TuSerif", serif;      /* tu fuente de titulares */
    font-weight: 700;
    font-size: clamp(28px, 6vw, 80px);  /* responsive */
    line-height: 1.1;
    letter-spacing: .02em;
    color: #2b2420;                     /* ajustá al diseño */
  }
  
  /* “para vos” en cursiva/script como en Figma */
  .magani-title em{
    font-family: "TuScript", cursive;   /* tu fuente script */
    font-style: normal;
    font-weight: 400;
  }
  
/* La O con estrella: que sea inline (no inline-block) y “pegada” a sus letras vecinas */
.o-star{
    position: relative;
    display: inline;            /* antes tenías inline-block */
  }
  
  /* Estrella centrada dentro de la O (escala con el tamaño de fuente) */
  .o-star::after{
    content:"✦";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-52%);
    font-size:.22em;            /* ajustá fino */
    line-height:1;
    color:currentColor;
    pointer-events:none;
  }

  .para-vos{
    position: relative;
    top: 35px;
  }

  

  .proximamente h2{
    color: #332C26;
    text-align: center;
    font-family: "Abhaya Libre";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 712px;
    margin: 0 auto;
    padding: 36px 0px;
}

.nosotros-container{
    background: linear-gradient(180deg, #CEC8BA 0%, #B7AD9B 100%);
    padding: 35px 150px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 600px;
    box-shadow: inset 0 -10px 15px -10px rgba(0, 0, 0, 0.25);


}

.nosotros-container h2{
    color: #E6E6DE;
    font-family: "Abhaya Libre";
    font-size: 77px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nosotros-container img{
    width: 850px;
    height: 525px;
    flex-shrink: 0;
    aspect-ratio: 34/21;
    position: absolute;
    right: 0px;
}

.texto-container{
    width: 376px;
}

.texto-container p{
    color: #332C26;
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.texto-container button{
    width: 380px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 31px;
    background: #332C26;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);


    color: #E6E6DE;
    text-align: center;
    font-family: "Abhaya Libre";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 32px;
    border: none;
}

footer{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;   
 padding: 40px 0px 20px 0px;
 gap: 10px;
}

footer .logo-footer{
    width: 242.855px;
    height: 81px;
    flex-shrink: 0;
}

footer .mail{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #332C26;
font-family: "Abhaya Libre";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-top: 30px;
}

footer .linea-footer{
    width: 476px;
    height: 2px;
    background: #000;
    margin-top: 20px;
}

footer .derechos{
    color: #332C26;
    font-family: "Abhaya Libre";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0px 2px 0px;
}

@media screen and (max-width: 1000px) {
    .hero h1{
        color: #332C26;
        font-family: "Abhaya Libre";
        font-size: 49px;
        font-style: normal;
        font-weight: 700;
        line-height: 0px;
        text-transform: uppercase;
        max-width: min(60ch, 700px);
        position: absolute;
        right: 4px;
        top: 203px;
    }

    .proximamente h2{
        width: 100%;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1437px) {
    .nosotros-container img{
        width: 778px;
        height: 491px;
    }
}

@media screen and (max-width: 1437px) {
    .nosotros-container{
        padding: 0 50px;
    }

    .nosotros-container img{
        width: 619px;
        height: 398px;
    }
}

@media screen and (max-width: 1112px) {
    .nosotros-container{
        flex-direction: column;
        height: 100%;
        padding: 50px 20px;
        gap: 40px;
    }

    .nosotros-container img{
        position: relative;
        width: 100%;
        height: 100%;
    }

    .nosotros-container h2 {
        
        font-size: 3rem;
    }

    
.texto-container button {
    width: 74%;
    height: 49px;
    flex-shrink: 0;
    border-radius: 31px;
    background: #332C26;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    color: #E6E6DE;
    text-align: center;
    font-family: "Abhaya Libre";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 29px;
    border: none;
}

footer .linea-footer {
    width: 100%;
}

}

@media screen and (max-width: 625px) {

    

    .hero{
     height: 570px;
    }

    .hero h1{
        font-size: 18px;
        padding: 0px 55px;
    }

    .para-vos {
        position: relative;
        top: 10px;
        width: 89px;
    }

    .texto-container{
        width: 100%;
    }

    .proximamente h2{
        font-size: 16px;
        line-height: normal;
    }

    .texto-container p {
        font-size: 16px;
        line-height: normal;
    }

    .texto-container button {
        width: 100%;
    }

    footer .logo-footer {
        width: 175.855px;
        height: 56px;
        flex-shrink: 0;
    }

}

@media screen and (max-width: 300px) {
    .para-vos {
        position: relative;
        top: 16px;
        width: 128px;
    }

    .hero h1 {
        font-size: 19px;
        padding: 0px 55px;
    }
}