@charset "UTF-8";
/* Tema unificado */
/**  cor-1: #7C2649;  **/
/**  cor-2: #922D57;  **/
/**  cor-3: #EAE3D9;  **/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Ajustes globais */
strong, b {
  font-weight: 700;
  font-family: inherit;
}

.modal-open {
  overflow: auto!important;
  padding-right: 0!important;
}

/* Aceitar termos */
.aceitar_termos{
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33,33,33, 0.9);
  width: 100%;
  z-index: 999999;
}
.aceitar_termos a{
  color: #FFFC9E!important;
}
.aceitar_termos a:hover{
  color: #38A7EB!important;
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  border-radius: 50px;
  background-color: #FF0000;
  color: #FFF;
  transition: all .3s linear;
  margin-left: 10px;
  cursor: pointer;
}
a.ctacookies:hover{
  filter: brightness(1.2);
}

/* Botão WhatsApp */
.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
  background-color: #29A71A;
  border-radius: 50%;
  
  transition: all .2s linear;
}
.btnwhats img{
  width: 42px;
  height: 42px;
}
.btnwhats:hover{
  filter: brightness(1.2);
}
@media (width<=900px) {
  .btnwhats{
    right: auto;
    left: 50%;
    transform: translate(-50%,0);
  }
}

/* Website */
.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

/* Links dentro de post */
.postagemcompleta a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  position: relative;
  top: 7px;
}

/* CF7 */
.wpcf7-not-valid{
  background-color: #FFD2D2!important;
}
.wpcf7-form-control-wrap{
  display: block;
}
.wpcf7-response-output{
  color: #FFF!important;
  border: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  text-align: center!important;
  font-weight: bold!important;
  padding: 10px 20px!important;
}
.wpcf7 form.sent .wpcf7-response-output { background-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output { background-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output { background-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { background-color: #ffb900; }
span.wpcf7-not-valid-tip{
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

/* Form iframe */
form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
  margin-bottom: 20px;
  display: block;
}
@media (width<=400px) {
  .g-recaptcha{
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

/* Responsividade */
@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {
  .container{padding: 0px;}
}

/* Links */
a{
  text-decoration: none;
  transition: all .3s linear;
}
.editor a{
  color: #734397!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
::-moz-selection{
  background: var(--kry-color-1);
  color: var(--kry-color-2);
}
::selection{
  background: var(--kry-color-1);
  color: var(--kry-color-2);
}

/* Editor */
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}

/* Body e Container */
html{
  scroll-behavior: smooth;
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}
.container{
  width: 100%!important;
  max-width: 1170px!important;
}
.container .row{
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>*{
  padding: 0px 15px 0px 15px;
}

/* Alinhamentos */
.alignleft{
  float: left;
  margin: 16px 16px 16px 0;
}
.alignright{
  float: right;
  margin: 16px 0 16px 16px;
}
.aligncenter{
  display: block;
  margin: 16px auto;
}

:root{
  --font-Padrao    : 'Inter';

  --kry-color-1: #7C2649;
  --kry-color-2: #922D57;
  --kry-color-3: #EAE3D9;
}

.header{
  position: relative;

  overflow: hidden;

  padding-top: 189px;
  padding-bottom: 190px;
}

.header .float__bg{
  position: absolute;
  inset: 0;
  z-index: 0;

  width: 100%;
  height: 100%;
}

.header .float__bg::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 15;

  width: 100%;
  height: 100%;

  background: rgba(255, 255, 255, 0.15);

  backdrop-filter: blur(15px) saturate(150%);

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);

  -webkit-backdrop-filter: blur(15px) saturate(150%);
}

.header .float__bg::after{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;

  width: 100%;
  height: 100%;

  background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 1) 100%);
}

.header .float__bg video{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .container{
  position: relative;
  z-index: 30;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.header .logo__header{
  width: 100%;
  max-width: 969px;
  height: auto;
  max-height: 203px;
  object-fit: contain;
}

.header .content{
  font-family: var(--font-Padrao);

  text-align: center;

  margin-bottom: 72px;
}

.header .content h1{
  font-family: var(--font-Padrao);
  font-size: 45px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;

  color: var(--kry-color-3);

  margin-bottom: 19px;
}

.header .content p{
  font-family: var(--font-Padrao);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.45;

  text-align: center;

  color: var(--kry-color-3);

  margin-bottom: 0px;
}

.header .btns__wrapper{
  width: 100%;
  max-width: 770px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;

  background-color: rgba(0, 0, 0, .5);
  border: 1px solid #FFFFFF;
  border-radius: 100px;

  padding: 9px 7px;
}

.btns__wrapper .btn__location,
.btns__wrapper .btn__contact{
  position: relative;

  width: 100%;
  max-width: 362px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;

  background-color: transparent;
  border-radius: 100px;

  transition: all .3s ease-in-out;

  padding: 15px 45px;
}

.btns__wrapper .btn__location .icon,
.btns__wrapper .btn__contact .icon{
  object-fit: cover;

  opacity: 0;

  transition: all .3s ease-in-out;
}

.btns__wrapper .btn__location span,
.btns__wrapper .btn__contact span{
  font-family: var(--font-Padrao);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;

  color: #FFFFFF;

  transition: all .3s ease-in-out;

  margin-left: -29px;
}

.btns__wrapper .btn__location:hover .icon,
.btns__wrapper .btn__contact:hover .icon{
  opacity: 1;
}

.btns__wrapper .btn__location:hover span,
.btns__wrapper .btn__contact:hover span{
  margin-left: 0px;
}

.btns__wrapper .btn__location:hover{
  background-color: var(--kry-color-2);
}

.btns__wrapper .btn__contact:hover{
  background-color: #3EC400;
}

.footer{
  position: relative;

  overflow: hidden;

  padding-top: 51px;
  padding-bottom: 45px;
}

.footer .float__bg{
  position: absolute;
  inset: 0;
  z-index: 0;

  width: 100%;
  height: 100%;
}

.footer .float__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .container{
  position: relative;
  z-index: 5;
}

.footer .info__wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .info__item{
  display: flex;
  flex-direction: column;
}

.footer .info__item p{
  width: fit-content;

  font-family: var(--font-Padrao);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.6;

  color: var(--kry-color-1);

  margin-bottom: 0px;
}

.footer .info__item .highlight{
  display: inline;

  background-color: var(--kry-color-3);
}

.footer .info__item .small{
  display: block;
  width: fit-content;

  font-family: var(--font-Padrao);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;

  color: var(--kry-color-1);
}

.footer .info__item a{
  font-family: var(--font-Padrao);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;

  text-decoration-line: underline;

  color: var(--kry-color-1);
}

.footer .info__item .info__link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer .info__item .info__link span{
  font-family: var(--font-Padrao);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;

  color: var(--kry-color-1);
  background-color: var(--kry-color-3);
}

.footer .credits{
  display: flex;
  justify-content: space-between;
  align-items: end;

  background-color: var(--kry-color-2);
  border-radius: 100px;

  padding: 24px 21px;
  margin-top: 46px;
}

.footer .credits p{
  font-family: var(--font-Padrao);
  font-size: 16px;
  font-weight: 500;

  color: var(--kry-color-3);

  margin-bottom: 0px;
}

.footer .kryzalis{
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 12px;
}

/* RESPONSIVO */

  /* RESPONSIVO */
  @media(max-width: 1199.98px){
    .header .content h1{
      font-size: 40px;
    }
    .header .content p{
      font-size: 22px;
    }
    .header .btns__wrapper{
      gap: 20px;
    }
    .btns__wrapper .btn__location,
    .btns__wrapper .btn__contact{
      padding: 12px 35px;
    }
  }

  @media(max-width: 991.98px){
    .header{
      padding-top: 150px;
      padding-bottom: 150px;
    }
    .header .content h1{
      font-size: 36px;
    }
    .header .content p{
      font-size: 20px;
    }

    .footer .info__item p{
      font-size: 30px;
    }

    .footer .info__wrapper{
      flex-direction: column;
      align-items: center;
      row-gap: 14px;
    }
    .footer .info__item{
      text-align: center;
    }
    .footer .info__item p,
    .footer .info__item a{
      width: auto;
    }

    .footer .credits{
      flex-direction: column;
      align-items: center;
      text-align: center;
      row-gap: 12px;
    }
  }
  @media(max-width: 900.98px){
    .footer{
      padding-bottom: 95px;
    }
  }

  @media(max-width: 767.98px){
    .header{
      padding-top: 120px;
      padding-bottom: 120px;
    }
    .header .content{
      margin-bottom: 40px;
    }
    .header .content h1{
      font-size: 32px;
    }
    .header .content p{
      font-size: 18px;
    }
    .header .btns__wrapper{
      padding: 5px;
    }
    .header .btns__wrapper{
      flex-direction: column;
      max-width: 420px;
      gap: 15px;
      padding: 16px;
    }
    .btns__wrapper .btn__location,
    .btns__wrapper .btn__contact{
      padding: 10px 20px;
    }

    .footer .info__item p{
      font-size: 24px;
    }
  }

  @media(max-width: 575.98px){
    .header{
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .header .content h1{
      font-size: 28px;
    }
    .header .content p{
      font-size: 16px;
    }
    .btns__wrapper .btn__location,
    .btns__wrapper .btn__contact{
      font-size: 14px;
      padding: 8px 15px;
    }

    .footer .info__item p,
    .footer .info__item a{
      font-size: 20px;
    }

    .footer .credits{
      margin-top: 23px;
      padding: 16px 14px;
    }
  }

  @media(max-width: 480.98px){
    .header{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .header .content h1{
      font-size: 24px;
    }
    .header .content p{
      font-size: 14px;
    }
    .btns__wrapper{
      gap: 10px;
    }
    .btns__wrapper .btn__location,
    .btns__wrapper .btn__contact{
      font-size: 13px;
      padding: 6px 12px;
    }
  }

/* RESPONSIVO */