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


html{
    scroll-behavior: smooth;
}

body{
    background-color: #000000 !important;
}

main {
    overflow: hidden;
    max-width: 1600px;
    margin: auto;
}

/* HERO */

.hero {
  background-image: url('/images/abogados-seguros-autos-motos.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
}

.iso-hero{
    width: 26px;
    height: auto;
    padding-bottom: 16px;
}

h1{
    font-family: "Cinzel", serif;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    color: white;
    width: 94%;
}

h1 span{
    font-family: "Cinzel", serif;
    color: #B08D57;
    font-weight: bold;
}

.div-hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 186px 10px 76px 10px;
}

.div-h1{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding-bottom: 26px;
}

.line-hero{
    color: #B08D57;
    opacity: 30%;
    width: 50%;
    border-radius: 999px;
    margin: auto;
}

.lista-hero {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 76px;
}

.lista-hero li{
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    gap: 26px;
    align-items: center;
    line-height: 36px;
}

.icono-hero{
    opacity: 50%;
    width: 16px;
    height: auto;
}

.cta-gold{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  max-width: 200px;
  width:100%;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  background:#B08D57;
  color:#F5F1E8;
  border:1px #B08D57;
  font-size:16px;
  font-weight:400;
  letter-spacing:.1px;
  font-variant: small-caps;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease;
    
}

.cta-gold:hover{
  transform:translateY(-2px);
  transform: translateX(-2);
  box-shadow:0 8px 20px rgba(0,0,0,.14);
  filter:brightness(1.02);
}

.cta-saber{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  max-width: 200px;
  width:100%;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  background:#F5F1E8;
  color:#4E4E4E;
  border:1px #B08D57;
  font-size:16px;
  font-weight:400;
  letter-spacing:.1px;
  font-variant: small-caps;
  box-shadow: 1px 4px 4px 1px rgba(176, 140, 87, 0.417);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease;
    
}

.cta-saber:hover{
  transform:translateY(-2px);
  transform: translateX(-2);
  box-shadow:0 8px 20px rgba(0,0,0,.14);
  filter:brightness(1.02);
}


/* UBICACION */

.ubic-secc {
  position: relative;
  z-index: 2;
}

.ubic-div{
    background-color: #F5F1E8;
    border-radius: 60px;
    padding: 46px 26px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin: -36px 0px 20px 0px;
}

.tit-ub{
    color: #4E4E4E;
    font-size: 16px;
    font-variant: small-caps;
    letter-spacing: 1px;
    text-align: center;
}

.lista-ubi {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
  padding: 0;
  justify-content: center;
}

.lista-ubi li {
  font-weight: 300;
  font-size: 14px;
  font-variant: small-caps;
  display: flex;
  align-items: center;
  gap: 8px;
}


/* INTRODUCCION */

.intro-secc{
    margin: 140px 20px;
    display: flex;
    justify-content: center;
}

.intro-main-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-tit{
     font-family: "Cinzel", serif;
     font-size: 26px;
     letter-spacing: 1px;
     color: white;
     font-weight: 400;
}

.intro-tit span{
    color: #B08D57;
    font-family: "Cinzel", serif;
    font-weight: bold;
}

.intro-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
}

.intro-txt-div{
      margin-bottom: 45px;
}

.intro-txt{
    font-size: 16px;
    letter-spacing: 1px;
    color: white;
    line-height: 24px;
    font-weight: 300;
}

.intro-txt strong{
    font-weight: 600;
}

/* INDEMINIZACIÓN */

.subServ-caja-grande{
    background-color: #151515;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.caja-1,
.caja-2 {
    border-radius: 60px;
    margin: 0px 10px;
}

.caja-1 {
    padding: 80px 20px 180px 20px;
}

.caja-2 {
    padding: 180px 20px 80px 20px;
}

.subServ-tit-div{
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.h2-nuevo{
    font-family: "Cinzel", serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
    font-weight: 400;
}

.h2-servicios{
    font-size: 32px;
    color: white;
    letter-spacing: 1px;
    font-weight: 500;
}

.h2-servicios span{
    color: #B08D57;
    font-style: italic;
    font-weight: 700;
}

.subServ-div{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 44px;
}

.subServ-caja{
    background-color: #F5F1E8;
    border-radius: 60px;
    padding: 36px;
    max-width: 360px;
    max-height: 474px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.subServ-caja img{
    width: 200px;
    height: auto;
}

.subServicios{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 90%;
}

.subServicios-tit{
    color: #4E4E4E;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
}

.subServicios-txt{
    color: #4E4E4E;
    font-size: 14px;
    letter-spacing: 1px;
}

/* CTA SUFRISTE */

.cta-sufriste-sec{
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -80px;
}

.cta-sufriste{
      background-image: url('/images/cta-background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 346px;
  height: 360px;
  border-radius: 60px;
  border: 8px solid rgba(255, 255, 255, 0.366);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 46px;
  padding: 40px 20px;
}

.cta-sufriste p{
    font-size: 36px;
    letter-spacing: 1px;
    color: white;
    font-weight: 500;
    text-align: center;
}

/* COMO TRABAJAMOS */

.como-secc{
    position: relative;
    margin-top: -80px;
    z-index: -8;
}

.circulo{
    border: 1px solid #b08c576e;
    border-radius: 9999px;
    color: #B08D57;
    font-size: 18px;
    font-weight: lighter;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.como-div-tit h3{
    font-family: "Cinzel", serif;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #B08D57;
    font-variant: small-caps;
}

.como-div-tit p{
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 300;
}

.subServ-pasos{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.subServ-pasos li{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.como-div-tit{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* CTA FINAL */

.inicio-sec{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
  margin-top: 60px;
}

.inicio-div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding: 0px 20px;
}

.inicio-sec-img{
  width: 80px;
  height: auto;
}
.inicio-txt{
  font-size: 44px;
  text-align: center;
  color: white;
  letter-spacing: 1px;
  font-weight: 500;
}

.lista-inicio{
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: white;
  list-style: none;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 46px;
}

.lista-inicio li{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

/* PREGUNTAS FRECUENTES */

.faq-sec{
  background-color: #151515;
    padding: 86px 20px;
    border-radius: 0px 28px 28px 0px;
    margin: 140px 10px 140px 0px;
}

.faqs-tit{
  font-family: "Cinzel", serif;
  font-size: 26px;
  letter-spacing: 1px;
  color: white;
  font-weight: 200;
  line-height: 36px;
  font-variant: small-caps;
}

.faqs-tit span{
  color: #B08D57;
  font-family: "Cinzel", serif;
  font-weight: bold;
}

.faq-section {
    padding: 46px 0px;
  }

  .faq-container {
    max-width: 1100px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .faq-question {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 26px 20px;
    color: #f3f0e8;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .faq-question h3 {
    margin: 0;
    color: #f3f0e8;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: 0.01em;
  }

  .faq-icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }

  .faq-icon::before,
  .faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f3f0e8;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .faq-icon::before {
    width: 16px;
    height: 1px;
  }

  .faq-icon::after {
    width: 1px;
    height: 16px;
  }

  .faq-item.active .faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .faq-answer p {
    margin: 0;
    padding: 0 20px 26px 20px;
    color: rgba(243, 240, 232, 0.82);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    max-width: 900px;
  }


@media (min-width: 500px){

    /* UBC¡ICACION */

    .ubic-secc{
        display: flex;
        justify-content: center;
    }

    .ubic-div{
        width: 80%;
        max-width: 600px;
    }

     .lista-ubi {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 36px;
  }

  /* INTRODUCCION */

  .intro-main-div{
    width: 70%;
  }
}



@media (min-width: 768px){

    /* HERO */

    .hero{
        min-height: 60vh;
    }

    h1{
        width: 60%;
    }

    .lista-hero{
        flex-direction: row;
        gap: 46px;
    }

    /* INDEMINIZACIÓN */

    .caja-1,
    .caja-2{
        border-radius: 80px;
        margin: 0px 40px;
    }

     .caja-1{
        padding: 80px 60px 180px 60px;
    }

    .caja-2{
        padding: 180px 60px 80px 60px;
    }



    /* CTA SUFRISTE */

        .cta-sufriste{
        width: 661px;
        height: 300px;
        border-radius: 180px;
        }
    
    /* CTA FINAL */

  .lista-inicio{
    flex-direction: row;
    gap: 26px;
  }

   /* PREGUNTAS FRECUENTES */

  .faq-sec{
    width: 90%;
    padding-left: 46px;
  }

  .faq-section {
      width: 85%;
    }

    .faq-question {
      padding: 20px 12px;
      gap: 16px;
    }

    .faq-question h3 {
      font-size: 17px;
    }

    .faq-icon {
      width: 18px;
      height: 18px;
    }

    .faq-icon::before {
      width: 14px;
    }

    .faq-icon::after {
      height: 14px;
    }

    .faq-answer p {
      padding: 0 12px 20px 12px;
      font-size: 15px;
    }
}


@media (min-width: 900px){

    /* HERO */

    .hero{
        min-height: 50vh;
    }

}


@media (min-width: 1024px){

    /* HERO */

    .hero{
        min-height: 50vh;
        padding-bottom: 46px;
    }

    .cta-gold{
    width:auto;
    min-height:44px;
    padding:0 26px;
  }

  .cta-saber{
    width:auto;
    min-height:44px;
    padding:0 26px;
    min-width: 164px;
  }

     /* UBC¡ICACION */

   .ubic-div{
    min-height: unset;
    border-radius: 180px;
    max-width: 880px;
   }

    .lista-ubi {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 16px;
  }

  /* INTRODUCCION */

  .intro-secc {
    margin: 140px 0px 140px 120px;
    justify-content: left;
}

    .intro-main-div {
        width: 50%;
    }

    .intro-div {
    align-items: flex-start;
    }

    .intro-txt{
        line-height: 34px;
    }

/* INDEMINIZACIÓN */

     .servios-txt{
      width: 80%;
    }

    .caja-1,
    .caja-2 {
        margin: 0px 60px;
    }

    .caja-1{
        padding: 120px 80px 180px 80px;
    }

    .caja-2 {
        padding: 180px 80px 120px 80px;
    }

    /* PREGUNTAS FRECUENTES */

  .faq-sec{
    padding-left: 86px;
  }

}


@media (min-width: 1200px){

  /*HERO */

  .div-hero{
    padding-top: 220px;
    padding-bottom: 86px;
  }

  /* INDEMINIZACIÓN */

  .caja-1{
    border-radius: 160px 0px 0px 160px;
    margin: 0px 0px 0px 120px;
    padding: 140px 80px 220px 120px;
  }

  .caja-2{
    border-radius: 0px 160px 160px 0px;
    margin: 0px 120px 120px 0px;
    padding: 220px 80px 140px 120px;
  }

  .subServ-tit-div{
    width: 80%;
  }

  .h2-servicios{
      font-size: 42px;
    }

.subServ-div{
    flex-wrap: wrap;
}

.subServ-caja{
    width: calc((100% - 40px) / 3);
}

.subServ-pasos{
    padding-left: 220px;
    width: 90%;
}

.subServ-pasos li {
    flex-direction: row;
    gap: 26px;
}

/* CTA FINAL */

    .inicio-sec{
      margin-top: 120px;
    }

    .inicio-sec-img{
      width: 150px;
    }
    
}


@media (min-width: 1440px){

  /* HERO */

  .hero{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
  }

  /* INTRODUCCION */
  
  .intro-txt{
    font-size: 18px;
  }
}