@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');



/* BOTÃO PRINCIPAL */
.btn-guincho1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 13px;
  color: #00050d !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
  letter-spacing: 2px;
  overflow: hidden;
  border-radius: 20px;
  font-size: 15px;
  border: 1px solid #ccc;
  font-weight: 800;
  background: transparent;
  margin-top: 20px;
  margin-left:20px;
}
.btn-guincho2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 13px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
  letter-spacing: 2px;
  overflow: hidden;
  border-radius: 20px;
  font-size: 15px;
  border: 0px solid #ccc;
  font-weight: 800;
  background: transparent;
  margin-top: 20px;
  margin-left:20px;
}

/* ÍCONE */
.btn-guincho1 img ,.btn-guincho2 img {
  width: 30px;
  height: 30px;
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1);
}

/* HOVER */
.btn-guincho1:hover ,.btn-guincho2:hover  {
  background: #d8b287;
  color: #fff !important;
  box-shadow: none; /* remove sombra inferior */
  text-decoration: none !important;
}

.btn-guincho1:hover img ,.btn-guincho2:hover img{
  filter: brightness(0) invert(1); /* ícone branco */
}

/* --- ANIMAÇÃO DE BORDA --- */
.btn-guincho1 span , .btn-guincho2 span {
  position: absolute;
  display: block;
}

/* linha de cima */
.btn-guincho1 span:nth-of-type(1) , .btn-guincho2 span:nth-of-type(1){
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d29360);
  animation: animate1 1.5s linear infinite;
}
@keyframes animate1 {
  0% { left: -100%; }
  50%, 100% { left: 100%; }
}

/* linha direita */
.btn-guincho1 span:nth-of-type(2) ,.btn-guincho2 span:nth-of-type(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #d29360);
  animation: animate2 1.5s linear infinite;
  animation-delay: 0.25s;
}
@keyframes animate2 {
  0% { top: -100%; }
  50%, 100% { top: 100%; }
}

/* linha de baixo */
.btn-guincho1 span:nth-of-type(3), .btn-guincho2 span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #d29360);
  animation: animate3 1.5s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate3 {
  0% { right: -100%; }
  50%, 100% { right: 100%; }
}

/* linha esquerda */
.btn-guincho1 span:nth-of-type(4), .btn-guincho2 span:nth-of-type(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #d29360);
  animation: animate4 1.5s linear infinite;
  animation-delay: 0.75s;
}
@keyframes animate4 {
  0% { bottom: -100%; }
  50%, 100% { bottom: 100%; }
}


/* BOTÃO PRINCIPAL */
.agende {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 25px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
  letter-spacing: 2px;
  overflow: hidden;
  border-radius: 20px;
  font-size: 15px;
  border: 1px solid #fff;
  font-weight: 800;
  background: transparent;
  margin-top: 20px;
  margin-left:20px;
}

/* ÍCONE */
.agende img {
  width: 30px;
  height: 30px;
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1);
}

/* HOVER */
.agende:hover {
  background: #d8b287;
  color: #fff !important;
  box-shadow: none; /* remove sombra inferior */
  text-decoration: none !important;
}



@media screen and (max-width: 780px) {

.agende {
         position: relative;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 10px 20px;
        color: #fff !important;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.4s;
        letter-spacing: 2px;
        overflow: hidden;
        border-radius: 20px;
        font-size: 15px;
        border: 1px solid #fff;
        font-weight: 600;
        background: transparent;
        margin-top: 30px;
        margin-left: 20px;
        margin-bottom: 30px;
}

.btn-guincho1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 13px;
    color: #00050d !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s;
    letter-spacing: 2px;
    overflow: hidden;
    border-radius: 20px;
    font-size: 15px;
    border: 1px solid #ccc;
    font-weight: 800;
    background: transparent;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.btn-guincho2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 13px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s;
    letter-spacing: 2px;
    overflow: hidden;
    border-radius: 20px;
    font-size: 15px;
    border: 0px solid #ccc;
    font-weight: 800;
    background: transparent;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
}



}