
* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Inria Serif", serif;
}


html{
    scroll-behavior: smooth;
}

/* HERO */

.hero{
    background-image: url(../images/profesionales-hero.webp);
    background-size: cover;
    background-position: center;
    height: max-content;
    overflow: hidden;
}

.hero-dr{
        background-color: rgb(247, 239, 225, 80%);
    padding: 60px 16px;
    margin: 120px 6px 80px 6px;
    border-radius: 8px;
}

.heroDr-main{
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.tit-sub{
    color: #364151;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
}

.tit-txt{
    color: #364151;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 18px;
}

.btn-sobre-mi{
    margin-top: 28px;
    margin: 28px auto 0px auto;
}

/* SECCION 2 */

.secc2{
    display: flex;
    justify-content: center;
}

.secc2-div{
    margin: 126px 10px;
    overflow: hidden;
}

.secc2-titsec{
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.eyebrow__rule{
  display: inline-block;
  width: clamp(24px, 6vw, 56px);  
  height: 6px;                    
  background: #EABC7B;
  border-radius: 9999px;         
  flex: 0 0 auto;
}

.secc2-tit{
    font-size: 18px;
    letter-spacing: 8px;
    font-weight: lighter;
    color: #364151;
    text-transform: uppercase;
}

.secc2-tit span{
    font-size: 52px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: none;
}

.secc2-txt{
    color: #364151;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 2px;
    line-height: 45px;
}

/* CARRUSEL */

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}

.carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.carousel__track {
  display: flex;
  will-change: transform;
  transition: transform 480ms ease;
}

.carrusel_slide {
  flex: 0 0 100%;     /* una slide por vista */
  width: 100%;
  display: grid;      /* ajustá esto a tu layout interno si querés */
  padding: 0px 20px;
}

/* Dots */
.carousel__dots {
  display: flex;
  gap: .6rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.carousel__dots button {
  width: 10px; height: 10px; border-radius: 50%;
  border: 0; background: #f4cca3; opacity: .6;
  cursor: pointer;
}
.carousel__dots button[aria-current="true"] {
  opacity: 1; background: #f2b972;
}

/* Flechas */
.carousel__arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 0; cursor: pointer; line-height: 1;
  background: rgba(255,255,255,.9);
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  display: grid; place-items: center;
}
.carousel__prev { left: 12px; }
.carousel__next { right: 12px; }
.carousel__arrow span {
  font-size: 28px; font-weight: 300; color: #eabf8b; /* podés ajustar */
}

/* Accesibilidad (foco visible) */
.carousel__arrow:focus-visible,
.carousel__dots button:focus-visible {
  outline: 2px solid #eabc7b;
  outline-offset: 2px;
}

/* Textos */

.car-subtit{
    color: #364151;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 28px;
}

.car-subtit span{
    text-decoration: underline #EABC7B 2px;
    text-underline-offset: 6px;  
}

.car-txt{
    color: #364151;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 28px;
    font-weight: lighter;
}

.carr-img{
    width: 280px;
    height: auto;
    margin: auto;
}

.carr-nj{
    background-color: #FFFAF0;
    border-radius: 8px;
    padding: 20px;
}

/* SECCION 3 */

.secc3{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec3-subtit{
    font-size: 52px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #364151;
}

.naranja{
    background-color: #FFFAF0;
    padding: 80px 10px;
    max-width: 1400px;
}

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

.cuadrados{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
}

.cuad-h3{
    color: #364151;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 28px;
}

.cuad-txt{
    color: #364151;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    font-weight: lighter;
}

.cuad-pr{
    border-radius: 8px;
    padding: 20px;
    background-color: white;
}

.cuad-int{
    border-radius: 8px;
    border: 1px solid #EABC7B;
    padding: 20px;
    height: 378px;
}



.cuad-cont{
    display: grid;
    gap: 24px;
}

.flor-div{
    display: flex;
    justify-content: center;
}

.flor-div img{
    width: 220px;
    height: auto;
}

.narj-tit{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

/* QUOTE */

.quote-wrap{
  padding: 180px 20px;
}

.quote-card{
  position: relative;
  max-width: 1100px;           
  margin: 0 auto;
  text-align: center;
  color: #364151;
}

/* Comillas decorativas */
.quote-card::before,
.quote-card::after{
  position:absolute;
  font-size: clamp(28px, 10vw, 80px);
  line-height: 1;
  color: #EABC7B;
  opacity: .65;
  font-size: 62px;
}
.quote-card::before{
  content: "“";
  top: clamp(-6px, -1vw, -10px);
  left: clamp(-2px, 2vw, 24px);
}
.quote-card::after{
  content: "”";
  bottom: clamp(30px, 6vw, 60px);
  right: clamp(-2px, 2vw, 24px);
}

/* Texto de la cita */
.quote-card blockquote{
  margin: 0;
}
.quote-card blockquote p{
  margin: 0;
  font-weight: lighter;
  letter-spacing: 2px;
  line-height: 55px;
  /* Tamaño fluido: móvil → desktop grande */
  font-size: clamp(32px, 5vw, 52px);
  padding: 0 clamp(8px, 4vw, 40px);
}

/* Línea + autor (mobile-first: en columna y centrado) */
.quote-card figcaption{
  display: grid;
  place-items: center;
  gap: 10px;
  margin-top: clamp(36px, 4vw, 46px);
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.quote-card figcaption::before{
  content:"";
  display:block;
  width: min(60%, 360px);
  height: 2px;
  background: rgba(234,188,123,.45);
}

/* FLOR FINAL */

.flor-img{
    display: flex;
    justify-content: center;
}

.flor-1{
    width: 300px;
    height: auto;
}

.flor-2{
    transform: rotate(180deg);
    width: 220px;
    margin-bottom: 120px;
}

/* 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;
 }

 .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: 425px){

  /* HERO */

  .hero-dr {
    padding: 60px 20px;
    }


    /* SECCION 2 */

.secc2-div{
    margin: 126px 40px;
    }

    /* SECCION 3 */

    .naranja{
    padding: 80px 40px;
}

.cuad-int {
    height: 358px;
    width: 368px;
    }

}


@media (min-width: 700px){

  /* HERO */

      .hero-dr {
        padding: 80px 60px;
    }

    /* CARRUSEL */

    .carr-nj{
        padding: 40px;
        margin: 0px 20px;
    }

    /* SECCION 3 */

    .cuad-cont {
    padding: 20px;
    }

    .secc2-tit{
        text-align: center;
    }

    .sec3-subtit{
    text-align: center;
    }
}

@media (min-width: 900px){

  /* HERO */

  .hero{
    background-position: right;
  }

      .hero-main {
    display: flex;
    justify-content: flex-end;
    max-width: 1400px;
    margin: auto;
    }

    .hero-dr{
        border-radius: 0px 0px 260px 0px;
        width: 70%;
        margin: 120px 46px 80px 6px;
    }

     /* SECCION 2 */

    .secc2-div{
        margin: 126px 80px;
        }

    /* SECCION 3 */

    .naranja {
        padding: 80px 80px;
    }

    /* QUOTE */

    .quote-card figcaption{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
  }
  .quote-card figcaption::before{
    width: clamp(180px, 30vw, 520px);
    height: 2px;
  }
}


@media (min-width: 1000px){

    /* HERO */

    .hero-dr{
        padding: 60px 36px;
        border-radius: 0px 0px 190px 0px;
        width: 60%;
    }

    /* CARRUSEL */

    .carrusel_slide{
        display: flex;
    }

    .car-subtit{
        text-align: left;
    }

    .div-div-car{
        max-width: 1000px;
    }

    .div-carr{
        display: flex;
        justify-content: flex-end;
    }

    /* SECCION 3 */

    .flor-div img {
    width: 320px;
}
    
.secc3{
        margin: 180px 0px 0px 0px;
    }

}


@media (min-width: 1200px){

    /* HERO */

    .hero-dr {
        padding: 60px 80px;
        border-radius: 0px 0px 260px 0px;
    }

    .btn-sobre-mi {
    margin: 28px 0px 0px 0px;
    }

    /* SECCION 2 */

    .secc2-div {
        max-width: 1400px;
        margin: 146px 80px;
    }

    .secc2-titsec {
    width: 80%;
    align-items: flex-start;
    }

    /* SECCION 3 */

    .cuadrados {
        max-width: 860px; /* limita el ancho total del contenedor */
        margin-left: auto;
        margin-right: auto;
    }
    .cuadrados > div {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .naranja-div{
        width: 80%;
    margin: 0px auto;   
    }

}

