@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

:root[lands] {
  --button-primary: #402894;
  --background-color-container: #f9faff;
  --h2-container: #896ef0;
  --background-warning: #f9fffd;
  --color-warning: #0db56f;
  --border-color-warning: #2ebf83;
  --h1: #242862;
  --background-main: #fff;
}


:root {
  --button-primary: #6a6a6a;
  --background-color-container: #fcfcfc;
  --h2-container: #707070;
  --background-warning: #fff;
  --color-warning: #666;
  --border-color-warning: #cccccc;
  --h1: black;
  --background-main: #fff;
}

body {
  /* display: grid; */
  font-family: 'Archivo', sans-serif;
  background: #ffffff;
  color: #666;
  line-height: 1.5;
  /* grid-template-rows: 40px 1fr 60px; */
}

input {
  font-family: 'Archivo', sans-serif;
  border: 1px solid #d4d6df;
  padding: 0.4rem 0.8rem;
  outline-color: var(--button-primary);
  border-radius: 4px;
  width: 100%;
  color: #535353 !important;
}

form#formMateriais {
  display: flex;
  flex-direction: column;
  gap: 1rem;

}


form#login>input {
  padding: 0.9rem 1.8rem !important;
  font-size: 1rem;
}

div.retorno-senha {
  background-color: rgb(255 255 255);
  padding: 35px;
  border-radius: 12px;
  line-height: 1.5rem;
  margin-top: 4rem;
  /* border: 1px solid #5fe398; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-shadow: 1px 3px 3px 0px #e3e5ef;
  display: none;
}


input:-internal-autofill-selected {
  background-image: none !important;
  background-color: #fff !important;
}

input[type='text'],
input[type='password'],
input[type='tel'] {
  font-family: 'Inter', sans-serif;
  /* letter-spacing: 0.03rem; */
  font-size: 1rem;
  /* font-weight: 600; */
  /* text-indent: 12px; */
}


header {
  background-color: #fcfffe;
}

main {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1200px) 1fr;
  grid-gap: 1rem;
  background: var(--background-main);
}

footer {
  background-color: #fcfffe;
}

section {
  grid-column-start: 2 !important;
  grid-column-end: 3 !important;
}


p {
  margin-bottom: 1rem;

}

ul li {
  margin-bottom: 0.7rem;
}

h2 {
  margin: 2rem 0 1.2rem 0;
}

div.imagem {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

section.obrigado-fundo {
  /* background: url(https://clustervet.com/wp-content/themes/cluster/images/bg-thank.svg) center center no-repeat #F3FCFF; */
  height: 100vh;
  display: grid;
  place-items: center;

}

section.obrigado-fundo h2 {
  margin: 2rem 0 1.2rem 0;
  text-align: center;
  color: #2a8c97;
}


section.obrigado-fundo a {
  text-decoration: none;
  margin-top: 2rem;
  display: flex;
}

/* LIGHTBOX */


div.center-full {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 100% !important;
  /* background: #fff; */
}

div.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1ch;
  transition: opacity ease-in-out 800ms;
  display: none;
}

div.circulo {
  width: 40px;
  height: 40px;
  border: 3px solid var(--background-container);
  border-right-color: rgb(244 244 244);
  border-bottom-color: rgb(244 244 244);
  border-radius: 32px;
  transform: rotate(2deg);
  animation: loading infinite cubic-bezier(0.5, 0.25, 0.64, 0.83) 600ms;
}

div.loading {
  font-size: 12px;
  text-align: center;
}


div.container-resultados {
  padding: 0.5rem;
  min-width: 12rem;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}


[close] {
  position: absolute;
  background-color: #F1F4EE;
  color: #000;
  height: 28px;
  min-width: 8.8px;
  font-size: 1.25rem;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
}

div.lightbox {
  background-color: #00000094;
  z-index: 99999;
  width: 100.1%;
  height: 100%;
  position: fixed;

}

[prev],
[next],
[close] {
  height: 3rem;
  max-width: 9rem;
  min-width: 3rem;
  padding: 0 1.1rem 0 1.1rem;
  z-index: 8;
  background: rgb(0 0 0 / 22%);
  border: rgb(0 0 0 / 22%);
  border-radius: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  opacity: 0;
  transition: opacity ease-in-out 500ms;
  gap: 1rem;
}

[prev],
[next],
[close] {
  z-index: 9;
  opacity: 1;
}



[prev] {
  transform: translate(0, -50%);
  top: 50%;
  left: 0.5rem;
}

[content] {
  /* height: min(calc(100% - 1rem), 900px); */
  /* height: 801px; */
  /* background: white; */
}

[center] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center !important;
  transform: translate(-50%, -50%);
  z-index: 1000000001 !important;
}

[content] video {

  object-fit: cover;
  width: 100%;
  height: 100%;

}

[next] {
  transform: translate(0, -50%);
  top: 50%;
  right: 0.5rem;
}


[close] {
  top: 0.5rem;
  right: 0.5rem;
}

[prev] {
  left: 0.5rem;

}


@keyframes loading {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

div.pop {
  background-color: #fff;
  border: 1px solid #d4d6df !important;
  border-bottom: 3px solid #43c589 !important;
  height: 276px;
  width: min(325px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  border-radius: 0.5rem;
  gap: 1.5rem;
  z-index: 7;
  box-shadow: 4px 3px 9px 0px #5555551a;
  transition: all ease-in-out 500ms;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 506px);
  z-index: 10001000;
}

div.pop button {
  background-color: #43c589 !important;
  border: 1px solid #43c589;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.7rem 1.4rem;
}

div.pop i {
  color: #43c589;
  font-size: 3rem;
}

div.pop-content {
  width: 280px;
  line-height: 1.1;
  color: #4d4d4d;
}

div.pop[central] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


div.resultado {
  display: flex;
  flex-direction: column;
  /* max-width: 350px; */
  align-items: center;
  justify-content: center;
  gap: 5ch;
  color: #666;
  border-radius: 15px;
  margin-top: 20px;
  border: none;
  height: 100vh;
}

div.retorno {
  background-color: #fffdfd;
  color: #e95656;
  border: 1px solid #ffd8d8;
  padding: 13px;
  border-radius: 12px;
  font-size: 14px;
  width: 100%;
  display: none;
}


/* LIGHTBOX */


div.card-nome h1 {
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: 2rem;
  color: var(--h1);
}


div.card-imagem {
  display: flex;
  margin: 3rem 0;
  background-color: #ffffff !important;
  flex-direction: column;
  gap: 3rem;
}




div.card-texto {}

div.card-imagem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

div.container-texto {
  font-size: 1.15rem;
  color: var(--h1);
}

div.container-materiais {

  display: flex;
  flex-direction: row;
  font-size: 0.9rem;
  gap: 4rem;
  line-height: 1.4;

}

div.card-dados {
  background-color: white !important;
}


div.container-materiais-a {}

div.container-materiais-b {
  background-image: linear-gradient(66deg, #623cea -1.2%, #a38afd 121.31%);
  padding: 2.2rem;
  border-radius: 0.5rem;
  width: 100%;
  border: 1px solid #dbdbdb;
  height: fit-content;
}


div.container-materiais-b h2 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}

div.container-materiais-b p {
  color: #fff;
  text-align: center;
}


div.container-materiais-b form input[type=text],
div.container-materiais-b form input[type=tel] {
  color: #202020;
  padding: 1rem;
}

::placeholder {
  color: #a8a8a8;
  font-weight: 300;
}

div.container-materiais-b form {
  padding: 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

div.container-materiais-b button {
  font-weight: bold;
  color: #ffffff;
  padding: 1rem 3rem;
  width: 100%;
  font-size: 1rem;
  background: var(--button-primary);
  border-radius: 7px;
  border: 3px solid #9475ff;
  cursor: pointer;
  outline-color: #fff;
  outline-width: 1rem;
  outline-offset: 3px;
}


div.mensagem {
  padding: 1.5rem 1rem;
  border-bottom: 5px solid #bdb1e8;
  background: #ffffff;
  border-radius: 0.6rem;
  margin: 2rem 0 2rem 0;
  color: #4f549c;
}

div.container-central {
  max-width: 640px;
  padding: 2rem 0;
}



div.container-central h3 {
  color: #2a8c97;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

div.container-central ul {
  padding: 2rem;
  border: 2px solid #d1e6e9;
  border-radius: 0.6rem;
  color: #498288;
  list-style: inside;
  margin-bottom: 2.6rem;
}


.btn-default span {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 0 30px;
  background: linear-gradient(94deg, #44BBA4 8.08%, #248194 90.27%);
  border-radius: 8px;
  position: relative;
  z-index: 100;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.304px;
  width: 280px;
  margin: auto;
}



@media screen and (max-width: 960px) {

  div.container-materiais {
    flex-direction: column;
  }

}

@media screen and (min-width: 960px) {

  div.container-materiais-b {
    max-width: 26rem;
    width: unset;
  }

}