* {
    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/abogado-accidentes-transito.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}


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

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: 180px 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;
}

.contactos{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
}

.contactos-li{
    background-color: #F5F1E8;
    border-radius: 80px;
    padding: 14px 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.contactos-li a{
    color: #4E4E4E;
    font-size: 16px;
    letter-spacing: 1px;
}

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

/* UBICACION */

.ubic-secc{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
    margin-bottom: 86px;
}

.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: 26px 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;
}

.iso-hero{
    width: 44px;
    height: auto;
}

@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;
  }
}


@media (min-width: 768px){

    /* HERO */

    .hero{
        min-height: 60vh;
    }

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

    .contactos {
    flex-direction: row;
    gap: 44px;
}
}


@media (min-width: 900px){

    /* HERO */

    .hero{
        min-height: 50vh;
    }

    .div-hero{
    padding: 280px 10px 76px 10px;
}

}

@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;
    margin-bottom: 120px;
   }

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


@media (min-width: 1440px){

  /* HERO */

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

}