/* =============================
 * Estilos personalizados. 
 * ============================= */

/* =============================
 * VARIABLES
 * ============================= */
:root {
  --red: #d9534f;
  --red-dark: #a33a37;
  --teal: #20c997;
  --white: #fff;
  --gray: #bbb;
  --gray-dark: #777;
  --gray-light: #ddd;
  --primary: #0f96d2;
  --primary-dark: #287da2;
  --secondary: #777;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d9534f;
  --light: #eaeced;
  --dark: #333;
  --bs-primary-rgb: 15, 150, 210;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Nunito', sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;


}

/* -----------------------------------------------------
  *  HTML
 /* ----------------------------------------------------- */
a:hover {
  color: var(--danger);
}

body {
  padding-top: 64px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

section {
  padding: 100px 0px;
}

strong {
  font-weight: 800;
}


/* -----------------------------------------------------
 *  BOOTSTRAP
/* ----------------------------------------------------- */
.btn {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.btn-primary {
  --bs-btn-active-bg: #0b6993;
  --bs-btn-hover-bg: #0b6993;
  line-height: 1.35rem;
  padding: 12px;
}

.btn-primary:hover {
  background-color: var(--danger);
  border-color: var(--danger);
}

.btn-primary:focus {
  box-shadow: none !important;
  /* #d9534f */
}

.card.over {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.link-primary:focus,
.link-primary:hover {
  color: var(--danger) !important;
}


/* -----------------------------------------------------
  *  YETILAB
 /* ----------------------------------------------------- */
.grayscale {
  filter: grayscale(100%);
}

.y-bg-half-container {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 45px;
}

.y-bg-half-container:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 25%);
  height: 100%;
  background-color: var(--light);
  border-radius: 8px;
}

.y-bg-half-container.full:before {
  width: 100%;
  height: calc(100% - 10%);
}

.y-bg-half-container.right:before {
  left: auto;
  right: 0px;
}

.y-bg-half-container .y-bg-half-col {
  padding: 30px 15px 30px 60px;
}

.y-bg-half-container.full .y-bg-half-col {
  padding: 45px 45px 0px 45px;
}

.y-bg-half-container.right .y-bg-half-col {
  padding: 30px 50px 30px 15px;
}

.y-header-title {
  font-size: calc(1.625rem + .9vw);
  font-weight: 400;
}

.y-shadow {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .05) !important;
}

.y-shadow.over:hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, .1) !important;
}


/* -----------------------------------------------------
  *  MENU
 /* ----------------------------------------------------- */
#menu-1 .navbar-brand img {
  height: 48px;
  margin: 0px 0px;
}

#menu-1 .navbar-nav>li>a:hover {
  color: var(--danger);
}

#menu-1.resize .navbar-brand img {
  height: 30px;
  margin: 0px 0px;
}



/* -----------------------------------------------------
  *  HEADER
 /* ----------------------------------------------------- */
.internal-header {
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/foto_5.jpg);
}
.internal-header.comecar {
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/foto_6.jpg);
}


/* -----------------------------------------------------
 *  HOME
/* ----------------------------------------------------- */
#home-header {
  /* background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/foto_01.webp); */
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/foto_01.jpg);
  padding: 50px 0px;
  height: calc(100vh - 64px);
}

#home-eventos .evento {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

#home-eventos .evento .label {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  position: absolute;
  width: 100%;
  bottom: -70px;
  background-color: #747474ef;
  padding: 10px 0px;
  color: var(--white);
  font-weight: 600;
}

#home-eventos .evento:hover .label {
  bottom: 0px;
}

#home-cta {
  height: auto;
  padding: 200px 0px;
  background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/foto_03.jpg);
}



/* -----------------------------------------------------
 *  COMO FUNCIONA
/* ----------------------------------------------------- */
.content-19 .browser-wraper {
  border: 1px solid var(--light) !important;
  overflow: hidden;
  border-radius: var(--bs-border-radius-lg) !important;
  margin-bottom: -200px;
}

#como-funciona .etapas .etapa .etapa-n {
  border-radius: 10px;
}

/* -----------------------------------------------------
 *  FAQ
/* ----------------------------------------------------- */
.faq-1 button {
  /* font-size: initial; */
}

.faq-1 .accordion-button:not(.collapsed) {
  background-color: var(--primary);
  color: var(--white);
}

.hightlight:target {
  -webkit-animation: fadeIt 3s ease-in-out;
  -moz-animation: fadeIt 3s ease-in-out;
  -o-animation: fadeIt 3s ease-in-out;
  animation: fadeIt 3s ease-in-out;
}

@-webkit-keyframes fadeIt {
  0% {
    background-color: #FFFFFF;
  }

  50% {
    background-color: #ffa;
  }

  100% {
    background-color: #FFFFFF;
  }
}

@-moz-keyframes fadeIt {
  0% {
    background-color: #FFFFFF;
  }

  50% {
    background-color: #ffa;
  }

  100% {
    background-color: #FFFFFF;
  }
}

@-o-keyframes fadeIt {
  0% {
    background-color: #FFFFFF;
  }

  50% {
    background-color: #ffa;
  }

  100% {
    background-color: #FFFFFF;
  }
}

@keyframes fadeIt {
  0% {
    background-color: #FFFFFF;
  }

  50% {
    background-color: #ffa;
  }

  100% {
    background-color: #FFFFFF;
  }
}


/* -----------------------------------------------------
 *  AQUISIÇÃO
/* ----------------------------------------------------- */
#aquisicao .acf-fields>.acf-field {
  padding: 8px 0px;
  border-top: none;
}

#aquisicao .acf-field .acf-label {
  margin: 0 0 0px !important;
}

#aquisicao .acf-field .acf-label label {
  font-weight: 500 !important;
  font-size: 13px;
}

#aquisicao .acf-field input[type="text"],
#aquisicao .acf-field input[type="password"],
#aquisicao .acf-field input[type="number"],
#aquisicao .acf-field input[type="search"],
#aquisicao .acf-field input[type="email"],
#aquisicao .acf-field input[type="url"],
#aquisicao .acf-field textarea,
#aquisicao .acf-field select {
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

#aquisicao .acf-form-submit {
  text-align: right;
}

#aquisicao .acf-form-submit input,
#aquisicao .wppb-user-forms input[type=submit] {
  color: var(--white);
  background-color: var(--primary);
  font-size: 20px;
  line-height: 18px;
  border-radius: 6px;
  margin: 5px 0px 10px 0px;
  text-transform: none;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  width: 100%;
  padding: 1.3rem;
  line-height: 1.35rem;
  text-transform: uppercase;
}

#aquisicao .acf-form-submit input:hover,
#aquisicao .wppb-user-forms input[type=submit]:hover {
  background-color: var(--danger);
  border-color: var(--danger);
}


/* -----------------------------------------------------
 *  FOOTER
/* ----------------------------------------------------- */
.chat a {
  width: 60px;
  height: 45px;
  bottom: 0px;
  right: 0px;
  border-radius: 8px 0px 0px 0px;
  font-size: 24px;
}

.chat a i {
  margin-top: 10px;
}


/* =============================
 * Regras de responsividade.
 * ============================= */

/* Dispositivos grandes (desktops, menores que 1200px) */
@media (max-width: 1199.98px) {}


/* Dispositivos medianos (tablets, menores que 992px) */
@media (max-width: 991.98px) {
  .y-bg-half-container {
    padding: 45px;
  }

  .y-bg-half-container.full:before,
  .y-bg-half-container:before {
    width: calc(100% - (calc(var(--bs-gutter-x) * 1)));
    margin-right: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * .5);
  }

  .y-bg-half-container .y-bg-half-col,
  .y-bg-half-container.full .y-bg-half-col,
  .y-bg-half-container.right .y-bg-half-col {
    padding: 0px 15px 0px 15px;
  }

  .y-bg-half-container .y-bg-half-col:first-of-type,
  .y-bg-half-container.right .y-bg-half-col:first-of-type {
    padding-bottom: 0px;
  }

  #home-header {
    background-image: url(/wp-content/themes/yeti-bootstrap/assets/img/foto_01_mobile.jpg);
  }
}


/* Dispositivos pequenos (smartphones na horizontal, menores que 768px) */
@media (max-width: 767.98px) {}


/* Dispositivos extra pequenos (smartphones na vertical, menores que 576px) */
@media (max-width: 575.98px) {

  .y-bg-half-container .y-bg-half-col,
  .y-bg-half-container.right .y-bg-half-col {
    padding: 0px 0px 0px 0px;
  }
}