/*
Theme Name: Calculadora v3
Theme URI: https://calculadora.vshbancarios.com.br/
Author: VSH Bancários / Rodrigo Garcia
Author URI: https://calculadora.vshbancarios.com.br/
Description: 
Version: 2024 - v3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: VSH Bancários
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
  text-wrap: pretty;
  background-image: linear-gradient(#f4f6fe, #ffffff);
}

.font-weight-bold {
  font-weight: 800 !important;
}
.cfs-5 {
  font-size: 1.25rem;
}

.page-id-60 {
  background-color: #f2f3f7;
}

.ft-desktop {
  min-height: 350px;
}
.ft-mobile {
  min-height: 260px;
}
.wp_mobile .h-100-vh {
  min-height: 95vh !important;
}
.bg-calc {
  background-color: #ffffff;
  border: 1px solid #e8e7e7;
}

.header-bg {
  background-repeat: no-repeat;
  background-position: center -10px;
  background-size: cover;
}

.campo {
  padding: 0.785rem 1rem !important;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  background-color: #e9ecef;
  margin-top: 5px;
}
.campo:focus {
  outline: 2px solid #cedbe8;
}
textarea.campo {
  height: 120px;
}
.fade.in {
  opacity: 1;
}

.hidden {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #4caf50;
}

.text-shadow {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.progress {
  /* background: #fff; */
  margin-bottom: 25px;
}
.progress-bar {
  background-color: #f7a529;
}

.btn-primary {
  background-color: #f7a529;
  border-color: #f09203;
}
.btn-primary:hover {
  background-color: #f09203;
  border-color: #f09203;
}

.box-calc {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  padding: 20px;
  height: 500px;
  display: flex;
  align-items: center;
}

.marca-registrada {
  margin-top: 10px;
}

#myWizard {
  width: 70%;
  margin: auto;
}

#myWizard h2 {
  font-size: 1.75em;
  line-height: 1.167;
}

.passo {
  color: #000;
  position: absolute;
  padding-left: 10px;
}

.btn-box {
  margin-top: 1.4rem;
}

.campo-obrigatorio,
.cnpj-invalido {
  font-size: 0.785rem;
  line-height: 1rem;
  color: red;
  /* position: absolute; */
  margin-top: 6px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  margin-top: 5px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  margin-top: 0px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: auto;
  max-height: 300px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none !important;
}

.item {
  max-height: 264px;
  overflow: auto;
}

.item-flex,
.item div {
  display: flex;
  gap: 1rem;
}
.item-flex input,
.item div input {
  width: 50%;
}

/* .item div {
  display: flex;
  gap: 1rem;
}

.item div input {
  width: 50%;
} */

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.div-cnpj {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.div-cnpj label {
  padding-left: 10px;
}

.footer {
  border: none;
  /* background-color: #e8e7e7; */
  color: #6d6c6c;
}

.custom-img-size {
  max-height: 450px;
  object-fit: cover;
  object-position: top;
}

@media only screen and (max-width: 768px) {
  .cfs-5 {
    font-size: 1rem;
  }
  .custom-img-size {
    max-height: 300px;
  }
  .item-flex {
    display: flex;
    gap: 1rem;
  }
  .item-flex input {
    width: 100%;
  }
  #myWizard {
    width: 100%;
  }
  .box-calc {
    margin-top: 30px;
    height: auto;
  }

  .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
  }

  .form-check-label {
    font-size: 1.2rem;
  }

  .footer p {
    font-size: 0.785rem;
  }
}

#featured-title .main-title {
  font-weight: bold;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.deeper-text p:not(:last-child) {
  margin-bottom: 16px;
}
