/* =========================================================
   LC-002 - SLIDER HERO SPA MAGAZINE
========================================================= */

.lc-spam-section{
  width:100%;
  margin:0;
  padding:0;
}

.lc-spam-bg{
  position:relative;
  width:100%;
  height:680px;
  min-height:680px;
  overflow:hidden;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
}

.lc-spam-wrap{
  position:relative;
  width:100%;
  height:680px;
  min-height:680px;
  box-sizing:border-box;
  padding:34px 35px 74px;
  font-family:'Montserrat',Arial,sans-serif;
}


/* =========================================================
   LOGO
========================================================= */

.lc-spam-logo{
  position:absolute;
  top:0;
  left:0;
  z-index:5;
  width:205px;
  height:175px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  color:#e7c79d;
  border-right:4px solid #d8b477;
  border-bottom:4px solid #d8b477;
  border-bottom-right-radius:100%;
}

.lc-spam-logo-main{
  color:#e7c79d;
  font-family:'Great Vibes',cursive;
  font-size:66px;
  line-height:.8;
}

.lc-spam-logo-sub{
  margin-top:10px;
  color:#e7c79d;
  font-size:13px;
  letter-spacing:2px;
}


/* =========================================================
   CONTENIDO
========================================================= */

.lc-spam-text{
  position:relative;
  z-index:4;
  width:50%;
  max-width:720px;
  padding-top:32px;
  padding-left:110px;
  box-sizing:border-box;
  color:#3f5131;
  text-align:center;
}

.lc-spam-kicker{
  margin-bottom:20px;
  color:#3f5131;
  font-size:16px;
  font-weight:500;
  letter-spacing:6px;
}

.lc-spam-symbol{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-bottom:15px;
  color:#cf9290;
}

.lc-spam-symbol span{
  width:110px;
  height:2px;
  display:block;
  background:#cf9290;
}

.lc-spam-symbol i{
  color:#cf9290;
  font-size:25px;
}

.lc-spam-title{
  color:#3f5131;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:72px;
  font-weight:600;
  line-height:.82;
  letter-spacing:4px;
}

.lc-spam-script{
  margin-top:-2px;
  margin-bottom:14px;
  color:#cf9290;
  font-family:'Great Vibes',cursive;
  font-size:62px;
  line-height:.9;
}

.lc-spam-subtitle{
  display:inline-block;
  margin-bottom:15px;
  padding-bottom:6px;
  color:#3f5131;
  border-bottom:2px solid #c8a168;
  font-size:17px;
  font-weight:500;
  letter-spacing:7px;
}


/* =========================================================
   NOMBRE Y PROFESIÓN
========================================================= */

.lc-spam-name-box{
  margin:2px auto 6px;
  text-align:center;
}

.lc-spam-name{
  color:#3f5131;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:32px;
  font-weight:600;
  line-height:1;
  letter-spacing:1px;
}

.lc-spam-role{
  margin-top:7px;
  color:#cf9290;
  font-size:13px;
  font-weight:500;
  letter-spacing:3px;
  text-transform:uppercase;
}

.lc-spam-name-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  margin:10px auto 15px;
  color:#cf9290;
}

.lc-spam-name-line span{
  width:95px;
  height:2px;
  display:block;
  background:#cf9290;
}

.lc-spam-name-line i{
  color:#cf9290;
  font-size:17px;
}


/* =========================================================
   FOTO PROFESIONAL
========================================================= */

.lc-spam-person{
  position:absolute;
  right:0;
  bottom:70px;
  z-index:3;
  width:52%;
  height:calc(100% - 70px);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
}

.lc-spam-person-img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  display:block;
  margin:0;
  padding:0;
  object-fit:contain;
  object-position:center bottom;
}


/* =========================================================
   FRANJA INFERIOR
========================================================= */

.lc-spam-bottom{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:10;
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding:10px 15px;
  color:#ffffff;
  border-top:4px solid #d8b477;
  font-family:'Great Vibes',cursive;
  font-size:29px;
  letter-spacing:1px;
  text-align:center;
}

.lc-spam-bottom span{
  width:100%;
  line-height:1.15;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:991px){

  .lc-spam-bg,
  .lc-spam-wrap{
    height:620px;
    min-height:620px;
  }

  .lc-spam-wrap{
    padding:28px 25px 70px;
  }

  .lc-spam-logo{
    width:175px;
    height:150px;
  }

  .lc-spam-logo-main{
    font-size:57px;
  }

  .lc-spam-text{
    width:54%;
    padding-top:32px;
    padding-left:65px;
  }

  .lc-spam-kicker{
    font-size:13px;
    letter-spacing:4px;
  }

  .lc-spam-title{
    font-size:58px;
  }

  .lc-spam-script{
    font-size:51px;
  }

  .lc-spam-subtitle{
    font-size:14px;
    letter-spacing:5px;
  }

  .lc-spam-name{
    font-size:27px;
  }

  .lc-spam-role{
    font-size:11px;
    letter-spacing:2px;
  }

  .lc-spam-person{
    bottom:66px;
    height:calc(100% - 66px);
  }

  .lc-spam-bottom{
    min-height:66px;
    font-size:25px;
  }

}


/* =========================================================
   MÓVIL
========================================================= */

@media(max-width:767px){

  .lc-spam-bg{
    height:auto;
    min-height:0;
    background-position:center center!important;
  }

  .lc-spam-wrap{
    height:auto;
    min-height:610px;
    padding:8px 12px 66px;
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .lc-spam-logo{
    display:none;
  }

  .lc-spam-person{
    position:relative;
    right:auto;
    bottom:auto;
    order:1;
    width:100%;
    height:195px;
    margin:20px 0 3px;
    overflow:hidden;
  }

  .lc-spam-person-img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:195px;
    object-fit:contain;
    object-position:center bottom;
  }

  .lc-spam-text{
    order:2;
    width:100%;
    max-width:none;
    padding:0;
    text-align:center;
  }

  .lc-spam-kicker{
    margin-bottom:7px;
    font-size:11px;
    letter-spacing:3px;
  }

  .lc-spam-symbol{
    gap:10px;
    margin-bottom:7px;
  }

  .lc-spam-symbol span{
    width:65px;
  }

  .lc-spam-symbol i{
    font-size:18px;
  }

  .lc-spam-title{
    font-size:45px;
    letter-spacing:2px;
  }

  .lc-spam-script{
    margin-bottom:8px;
    font-size:43px;
  }

  .lc-spam-subtitle{
    margin-bottom:8px;
    padding-bottom:4px;
    font-size:12px;
    letter-spacing:4px;
  }

  .lc-spam-name{
    font-size:27px;
  }

  .lc-spam-role{
    margin-top:4px;
    font-size:11px;
    letter-spacing:2px;
  }

  .lc-spam-name-line{
    gap:10px;
    margin:7px auto 10px;
  }

  .lc-spam-name-line span{
    width:65px;
  }

  .lc-spam-buttons{
    gap:11px;
  }

  .lc-spam-bottom{
    min-height:62px;
    padding:8px;
    font-size:23px;
  }

}


/* =========================================================
   MÓVILES PEQUEÑOS
========================================================= */

@media(max-width:360px){

  .lc-spam-wrap{
    min-height:585px;
  }

  .lc-spam-person{
    height:175px;
    margin-top:18px;
  }

  .lc-spam-person-img{
    max-height:175px;
  }

  .lc-spam-title{
    font-size:40px;
  }

  .lc-spam-script{
    font-size:38px;
  }

  .lc-spam-name{
    font-size:24px;
  }

  .lc-spam-bottom{
    font-size:21px;
  }

}
/* ===== PRUEBA LINKCARDS ===== */

.lc-prueba{
    border:5px solid red !important;
}