@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

:root {
  --preto: #06242e;
  --cinza: #374144;
  --branco: #f4f4f4;
  --azul: #5fdfd2;
  --azul-2: #23a093;
}

/*Divino*/
body {
  font-family: "Sora", serif;
  font-optical-sizing: auto;
  background-color: var(--azul);
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h5 {
  font-size: 18px;
  font-weight: 300;
}

h3,
p,
a {
  color: var(--branco);
  font-weight: 300;
  text-decoration: none !important;
  font-size: 1.2rem;
  line-height: 2rem;
}

span {
  color: var(--branco);
  font-weight: 300;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 30px;
}

b {
  color: var(--azul);
  font-weight: 600;
}

/* Btn */
.btndivino {
  font-weight: 600 !important;
  padding: 10px 30px;
  margin: 20px 0;
  border-radius: 5px;
  background-color: var(--azul);
  border: solid 1px #5fdfd2;
  color: var(--preto);
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.btndivino:hover {
  color: var(--branco);
  border: solid 1px rgba(203, 255, 190, 0.1);
  background-color: var(--azul-2);
}

.btndivino2 {
  font-size: 18px;
  font-weight: 400;
  padding: 10px 40px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: transparent;
  border: var(--branco) 1px solid;
}

.btndivino2:hover {
  background-color: var(--branco);
  color: var(--azul-2);
}

.dvborder-top {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Nav */
nav {
  margin-bottom: -250px;
}

.navbar i {
  font-size: 25px;
  padding: 10px;
}

.navbar a:hover {
  color: var(--azul) !important;
}

.logo-nav {
  padding: 30px 0;
  max-width: 400px;
}

/* Divino 1 */
.divino-1 {
  padding: 300px 0 700px;
  background: url(/assets/bg/bg1-1.webp) center/cover no-repeat;
  height: 100vh;
  color: var(--branco);
}

.divino-1 h1 {
  font-size: 60px;
}

.divino-1 p {
  font-size: 20px;
}

.divino-form {
  border: rgba(95, 223, 210, 0.2) 1px solid;
  background: rgb(95, 223, 210);
  background: linear-gradient(
    137deg,
    rgba(95, 223, 210, 0.5) 0%,
    rgba(67, 157, 148, 1) 100%
  );
  padding: 35px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 300px -109px rgba(95, 223, 210, 1);
  -moz-box-shadow: 10px 10px 300px -109px rgba(95, 223, 210, 1);
  box-shadow: 10px 10px 300px -109px rgba(95, 223, 210, 1);
}

.divino-form input {
  margin-bottom: 20px;
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid rgba(88, 86, 233, 0.2);
  width: 100%;
}

/* Divino 2 */
.divino-2 {
  padding: 100px 0;
  background: url(/assets/bg/bg-2.webp) center/cover no-repeat;
  color: var(--preto);
}

.divino-2 h5 {
  font-size: 18px;
  line-height: 30px;
}

.caixa {
  padding: 20px;
  background-color: rgba(55, 65, 68, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.divino-2-caixa {
  padding: 50px;
  margin: 100px 0 -200px;
  border-radius: 30px;
  background-color: var(--azul-2);
  color: var(--branco);
  -webkit-box-shadow: 0px 0px 300px -32px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 0px 0px 300px -32px rgba(0, 0, 0, 0.67);
  box-shadow: 0px 0px 300px -32px rgba(0, 0, 0, 0.67);
}

/* Divino 3 */
.divino-3 {
  padding: 200px 0 50px;
  background: url(/assets/bg/bg-black.webp) center/cover no-repeat;
  color: var(--branco);
}

.divino-3-caixa {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 0px 300px -32px rgba(0, 217, 255, 0.1);
  -moz-box-shadow: 0px 0px 300px -32px rgba(0, 217, 255, 0.1);
  box-shadow: 0px 0px 300px -32px rgba(0, 217, 255, 0.1);
}

/* Divino 4 */
.divino-4 {
  padding: 100px 0;
  background-color: #02151b;
  color: var(--azul);
}

.divino-4-caixa {
  gap: 20px;
  background-color: rgba(6, 36, 46, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 0px 300px -32px rgba(0, 217, 255, 0.3);
  -moz-box-shadow: 0px 0px 300px -32px rgba(0, 217, 255, 0.3);
  box-shadow: 0px 0px 300px -32px rgba(0, 217, 255, 0.3);
}

.blur-logo {
  right: 0;
}

/* Divino 5 */
.divino-5 {
  padding: 100px 0;
  background: url(/assets/bg/bg-2.webp) center/cover no-repeat;
  color: var(--preto);
}

.owl-carousel .item img {
  max-width: 150px;
  height: auto;
  object-fit: cover;
}

/* Divino 6 */
.divino-6 {
  padding: 100px 0;
  background: url(/assets/bg/bg-neutro.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: var(--preto);
}

/* Rodapé */
footer {
  background-color: var(--preto);
}

.rdpborder h3 {
  border-bottom: 1px solid var(--azul);
}

.thp {
  margin-top: 30px;
  background-color: #eeeeee;
}

.thp a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0 5px;
}


.zapthp {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: 40px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 50px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  z-index: 9000;
 }

 .zapthp:hover {
  color: green;
 }

 .zapthp i{
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
 }

 @keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }

  70% {
    -webkit-box-shadow: 0 0 0 13px rgba(0, 200, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }

  }