/*
 * b4st CSS
 */

/* Sticky Footer */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}

.site-header-image {
  display: block;
  margin: auto;
}

/* a {
  color: inherit !important;
} */

.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.screen-reader-text {
}
.gallery-caption {
}

.bypostauthor {
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Author bio */

.author-bio .avatar {
  border: 1px solid #dee2e6;
  border-radius: 50%;
}

/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */

/* Comments */

body {
  font-family: "Poppins", sans-serif;
}

#comments,
#reply-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
  padding-left: 0;
}

.commentlist li {
  padding: 1rem;
}

.comment-meta {
  margin-bottom: 1rem;
}

.comment > .children {
  margin-top: 1rem;
  margin-right: -0.625rem;
  margin-bottom: -1.625rem;
}

.sub-header {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 13px;
}

.sub-header i {
  font-size: 2rem;
  margin-right: 1rem;
  color: #0199a9;
}

.header-white .sub-header i {
  color: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

.broker {
  display: flex;
  width: max-content;
  margin-left: auto;
}

.menu-desktop {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  padding-top: 4rem;
}

.navbar-nav {
  border-top: 2px solid #0199a9;
}

.navbar-nav li {
  margin-top: 1rem !important;
}

.navbar-nav li:last-child {
  background-color: #0199a9;
  border-radius: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff !important;
}

.navbar-nav li:last-child a {
  color: #fff !important;
}

.nav-link {
  color: #f19060 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-light .navbar-nav .active > .nav-link {
  position: relative;
}

.navbar-light .navbar-nav .active > .nav-link::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #0199a9;
  bottom: -10px;
  width: 30%;
  left: 50%;
  transform: translate(-50%, 0);
}

.header-white .navbar-light .navbar-nav .active > .nav-link {
  position: relative;
}

.header-white .navbar-light .navbar-nav .active > .nav-link::before {
  border-bottom: 2px solid #dee2e6;
}

.header-white .nav-link {
  color: #fff2e1 !important;
}

.header-white .navbar-nav {
  border-top: 2px solid #fff2e1;
}

.bg {
  height: 100vh;
  background-size: cover;
}

.bg .container {
  padding-top: 20%;
  padding-bottom: 15%;
}

.bg-1 {
  background-image: url("../img/bg-1.jpg");
}

.bg-2 {
  background-image: url("../img/bg-2.jpg");
}

.bg-3 {
  background-image: url("../img/bg-3.jpg");
}
.bg-4 {
  background-image: url("../img/bg-4.png");
}
.bg-5 {
  background-image: url("../img/bg-5.png");
}

.carousel-control-next,
.carousel-control-prev {
  bottom: 90px;
  top: auto;
  width: max-content;
}

.carousel-control-next {
  left: 160px;
}

.carousel-control-prev {
  left: 100px;
}

.poppins {
  font-size: 5rem;
  font-weight: 900;
  color: transparent;
  font-family: "Poppins", sans-serif;
  line-height: 78px;
}

.font-small {
  font-size: 1.5rem;
}

.color-blue {
  color: #0199a9 !important;
}

.color-primary {
  color: #f19060;
}

.stroke-primary {
  -webkit-text-stroke: 2px #fff2e1;
}

.stroke-blue {
  -webkit-text-stroke: 2px #0199a9;
}

.stroke-secundary {
  -webkit-text-stroke: 2px #f19060;
}

.stroke-white {
  -webkit-text-stroke: 2px #ffffff;
}

.panel-heading {
  display: flex;
  background-color: #f19060;
  border: 2px solid #914a27;
  border-radius: 32px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  cursor: pointer;
  margin-top: 2rem;
}

.panel-heading h4 {
  width: 100%;
  margin-left: 2rem;
  color: #fff;
}

.panel-heading img {
  width: 50px;
}

.panel-title {
  position: relative;
}

.panel-perguntas .panel-title::after {
  color: #0199a9;
  background-color: #fff2e1;
}

.panel-title::after {
  font-weight: 900;
  content: "\f107";
  color: #fff2e1;
  background-color: #0199a9;
  border-radius: 32px;
  top: -17px;
  right: -1px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  width: 98px;
  height: 70px;
  font-size: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #914a27;
}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";
}

.panel-body {
  padding: 1rem 0;
  margin-left: 2rem;
  color: #dee2e6;
}

.bg-simples {
  background-color: #f19060;
  padding-top: 4rem;
  padding-bottom: 14rem;
  position: relative;
}

.bg-simples img {
  width: 250px;
}

.bg-primary {
  padding-top: 15rem;
  background-color: #fff2e1 !important;
}

.bg-main {
  background-color: #fff2e1;
}

.h-100v {
  height: 100vh;
}
.onda-1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 35% !important;
}

.bg-quem-somos {
  background-image: url("../img/bg-quem-somos.jpg");
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg-quem-somos p {
  color: #fff;
  font-size: 1.5rem;
  width: 80%;
  margin: 0 auto;
}

.perguntas-home {
  background-color: #fff2e1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.panel-home {
  width: 60%;
}

.panel-home .panel-body {
  color: #f19060;
}

.perguntas-home-page {
  background-color: #0199a9;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.perguntas {
  line-height: 59px;
}

.perguntas-page {
  line-height: 79px;
  -webkit-text-stroke: 2px #0199a9 !important;
}

.perguntas-page-contato {
  line-height: 69px;
  -webkit-text-stroke: 2px #0199a9 !important;
}

.frequentes {
  margin-left: 8rem;
  color: #f19060;
  -webkit-text-stroke: 0 !important;
}

.gente {
  color: #f19060;
  -webkit-text-stroke: 0 !important;
}

.btn-default-1 {
  background-color: #0199a9;
  border: 2px solid #0199a9;
  border-radius: 50px;
  color: #fff2e1;
}

.li-error {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-default-1:hover {
  background-color: transparent;
  border: 2px solid #0199a9;
  border-radius: 50px;
  color: #0199a9;
}

.btn-default-2 {
  background-color: transparent;
  border: 2px solid #0199a9;
  border-radius: 50px;
  color: #0199a9;
  margin-top: 2rem;
}

.quero-ser {
  background-color: #f19060;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.quero-ser .btn {
  font-size: 1.5rem;
}

.btn-default-3 {
  background-color: #0199a9;
  border: 2px solid #fff2e1;
  border-radius: 50px;
  color: #fff2e1;
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn-default-4 {
  background-color: #fff2e1;
  border: 2px solid #fff2e1;
  border-radius: 50px;
  color: #0199a9;
}

.btn-default-4:hover {
  background-color: transparent;
  border: 2px solid #fff2e1;
  border-radius: 50px;
  color: #fff2e1;
}

.onda-left {
  position: absolute;
  left: 0;
  width: 15%;
  top: 0;
}

.onda-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
}

.pacotes-home {
  background-color: #0199a9;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pacote-item-1 {
  background-color: #f19060;
  padding: 2rem;
  border-radius: 20px;
  border: 2px solid #fff2e1;
  text-align: center;
}

.pacote-item-1 h1 {
  font-size: 2.5rem !important;
  -webkit-text-stroke: 0 !important;
  color: #fff2e1;
}

.pacote-item-1 h2 {
  color: #fff2e1;
}

.pacote-item-2 {
  background-color: #fff2e1;
  padding: 2rem;
  border-radius: 20px;
  border: 2px solid #f19060;
  text-align: center;
}

.pacote-item-2 h1 {
  font-size: 2.5rem !important;
  -webkit-text-stroke: 0 !important;
  color: #0199a9;
}

.pacote-item-2 h2 {
  color: #0199a9;
}

.pacote-item-3 {
  background-color: #18747e;
  padding: 2rem;
  border-radius: 20px;
  border: 2px solid #fff2e1;
  text-align: center;
}

.pacote-item-3 h1 {
  font-size: 2.5rem !important;
  -webkit-text-stroke: 0 !important;
  color: #fff2e1;
}

.pacote-item-3 h2 {
  color: #fff2e1;
}

.pacote-item-4 {
  background-color: #fff2e1;
  padding: 2rem;
  border-radius: 20px;
  border: 2px solid #f19060;
  text-align: center;
}

.pacote-item-4 h1 {
  font-size: 2.5rem !important;
  -webkit-text-stroke: 0 !important;
  color: #f19060;
}

.pacote-item-4 h2 {
  color: #f19060;
}

.pacote-item-1 .btn,
.pacote-item-3 .btn {
  background-color: transparent;
  border: 2px solid #fff2e1;
  border-radius: 50px;
  color: #fff2e1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pacote-item-1 .btn:hover,
.pacote-item-3 .btn:hover {
  background-color: #fff2e1;
  border: 2px solid #fff2e1;
  border-radius: 50px;
  color: #f19060;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pacote-item-2 .btn {
  background-color: transparent;
  border: 2px solid #0199a9;
  border-radius: 50px;
  color: #0199a9;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pacote-item-2 .btn:hover {
  background-color: #0199a9;
  border: 2px solid #0199a9;
  border-radius: 50px;
  color: #fff2e1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pacote-item-4 .btn {
  background-color: transparent;
  border: 2px solid #f19060;
  border-radius: 50px;
  color: #f19060;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pacote-item-4 .btn:hover {
  background-color: #f19060;
  border: 2px solid #f19060;
  border-radius: 50px;
  color: #fff2e1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.bg-footer {
  background-color: #fff2e1;
}

.sub-footer {
  background-color: #f19060;
  color: #fff2e1;
}

.carousel-control-next {
  left: 179px;
}

.carousel-control-next-icon {
  background-image: url("../img/next.svg");
  width: 60px;
  height: 60px;
}

.carousel-control-prev-icon {
  background-image: url("../img/back.svg");
  width: 60px;
  height: 60px;
}

.bg-form {
  background-color: #fff2e1;
  padding-top: 20rem;
}

.form-check-vertical {
  position: absolute !important;
  bottom: -28px !important;
  left: 50% !important;
  margin-left: -6px !important;
  display: block !important;
  cursor: pointer !important;
}

.form-check {
  margin-bottom: 1rem;
}

.form-check-inline {
  margin-right: 3rem;
}

.container-form {
  border: 2px solid #f19060;
  border-radius: 44px;
  padding: 1.5rem;
  color: #0199a9;
  font-family: "Poppins", sans-serif;
}

.container-form h2 {
  font-weight: bold;
  font-size: 1.5rem;
}

.align-radios {
  margin: 0 auto;
  width: max-content;
}

.bg-quem-somos-page {
  background-image: url("../img/bg-quem-somos-page.jpg");
  background-size: cover;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.color-white {
  color: #fff;
}

.price-form {
  color: #fff2e1;
}

.bg-perguntas-frequentes {
  background-image: url("../img/bg-perguntas-frequentes.jpg");
  background-size: cover;
  padding-top: 25rem;
  padding-bottom: 15rem;
}

.bg-pagamento {
  background-image: url("../img/bg-pagamento.jpg");
  background-size: cover;
  padding-top: 25rem;
  padding-bottom: 15rem;
}

.bg-conta {
  background-image: url("../img/bg-conta.jpg");
  background-size: cover;
  padding-top: 25rem;
  padding-bottom: 15rem;
}

.bg-contato {
  background-image: url("../img/bg-contato.jpg");
  background-size: cover;
  padding-top: 25rem;
  padding-bottom: 15rem;
}

.btn-form {
  background-color: #0199a9;
  color: #dee2e6;
  border: 2px solid #f19060;
  border-radius: 8px;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.form-contato {
  width: 60%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background-color: #f19060 !important;
  border: 2px solid #0199a9 !important;
  border-radius: 8px !important;
  height: 50px !important;
}

.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row input.input-text {
  color: #ffffff !important;
}

.form-contato .form-control {
  background-color: #f19060;
  border: 2px solid #0199a9;
  border-radius: 8px;
}

.form-contato input {
  height: 50px;
}

.form-contato .form-control,
.form-contato textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}

.form-contato input::-webkit-input-placeholder {
  /* color: #18747e !important; */
}

.mulher-pergunta {
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 300px;
}

.container-form .row img {
  width: 150px;
  margin-bottom: 0.5rem;
}

.container-form .col-md-4 img {
  width: 220px;
  margin-bottom: 0.5rem;
}

.container-form textarea,
.container-form input {
  background-color: #fff7ee;
  border: 2px solid #f19060;
  border-radius: 9px;
}

.container-form textarea::placeholder {
  color: #0199a9;
}

.container-form input::placeholder {
  /* color: #fff !important; */
}

.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  width: 100% !important;
  max-width: 100% !important;
}

#customer_login .col-1, #customer_login .col-2 {
  max-width: 100% !important;
  width: 35% !important;
}


@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .nav-link {
    font-size: 0.8rem !important;
  }
  .pacote-item h1 {
    font-size: 2rem !important;
  }
  .panel-title::after {
    height: 61px;
  }
  .panel-heading h4 {
    font-size: 1rem;
  }
  .bg-quem-somos p {
    width: 50%;
  }
  .logo-white {
    width: 120px;
  }
  .container {
    max-width: 980px;
  }
  .sub-header {
    top: -17px;
  }

  .sub-header i {
    font-size: 1.5rem;
  }

  .menu-desktop {
    padding-top: 2.5rem;
  }

  .carousel-control-prev {
    left: 160px;
  }

  .carousel-control-next {
    left: 239px;
  }

  .poppins {
    font-size: 3.5rem;
    line-height: 52px;
  }

  .font-small {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .stroke-blue {
    -webkit-text-stroke: 1px #0199a9;
  }

  .carousel-control-prev,
  .carousel-control-next {
    bottom: 40px;
  }
  .bg-simples img {
    width: 190px;
  }
  .bg-simples {
    padding-bottom: 7rem;
  }
  .bg-quem-somos p {
    font-size: 1rem;
  }

  .bg-footer {
    padding-top: 1rem;
  }

  .bg-quem-somos-page {
    padding-bottom: 8rem;
  }

  .bg-perguntas-frequentes {
    padding-top: 18rem;
  }

  .bg-contato,
  .bg-form {
    padding-top: 15rem;
  }

  .form-check-inline img {
    width: 90px;
  }
}

@media (max-width: 768px) {
  .bg-pagamento {
    padding-top: 12rem;
    padding-bottom: 2rem;
    background-position-x: center;
  }

  .bg-perguntas-frequentes {
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
  }

  .bg-form {
    padding-top: 7rem;
  }
  .form-contato {
    width: 100%;
  }
  .bg-contato {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .poppins {
    font-size: 2rem;
    line-height: initial;
  }

  .mulher-pergunta {
    display: none;
  }

  .quero-ser .btn {
    font-size: 1rem;
  }

  .logo-white {
    width: 75px;
  }

  .bg .container {
    padding-top: 31%;
    padding-bottom: 15%;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }

  .menu-desktop {
    padding-top: 1rem !important;
  }
  .sub-header {
    position: relative;
    top: auto;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("../img/menu.svg");
  }

  .navbar-toggler {
    border: none;
  }
  .navbar-nav {
    background-color: #f19060;
    padding: 1rem;
    text-align: center;
    padding-top: 0;
  }
  .navbar-nav a {
    color: #fff !important;
  }

  .bg {
    height: 89vh;
  }

  .bg .poppins {
    line-height: 32px;
    -webkit-text-stroke: 1px #0199a9;
  }

  .bg-1 {
    background-image: url("../img/bg-1-mobile.jpg");
    background-position: bottom;
  }

  .bg-2 {
    background-image: url("../img/bg-2-mobile.jpg");
    background-position: bottom;
  }

  .bg-3 {
    background-image: url("../img/bg-3-mobile.jpg");
    background-position: bottom;
  }

  .bg-4, .bg-5 {
    background-position: center;
    height: 35vh;
  }

  .bg .container {
    padding-bottom: 25rem;
    text-align: center;
  }

  .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50px;
  }

  .carousel-indicators .active {
    background-color: #0199a9;
  }

  .bg-simples {
    padding-bottom: 3rem;
  }

  .panel-home {
    width: 100%;
  }
  .panel-title::after {
    display: none;
  }

  .perguntas {
    line-height: 30px;
  }

  .pacote-item {
    margin-bottom: 1rem;
  }
  .bg-quem-somos-page {
    padding-top: 10rem;
    padding-bottom: 2rem;
    background-position: center;
  }
  .woocommerce-input-wrapper .select2 {
    width: 100% !important;
  }
  #customer_login .col-1, #customer_login .col-2 {
    width: 100% !important;
  }
}

.galax-pay-new-cc-data .form-row {
  display: block !important;
}

