@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

#cookiescript_badge {
  z-index: 1 !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 35px; /* espaço para o ícone */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23E3A130' stroke-width='15' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center; /* <-- ajuste aqui */
  background-size: 16px;
  border-color: #d5d7d9;
  height: 64px;
}

.backdrop {
  position: fixed;
  background-color: #000;
  display: none;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
}

.backdrop.active {
  display: block;
}

.col-12 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.col-6 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  margin-right: 1%;
}

.col-6:last-child {
  margin-right: 0px;
  margin-left: 1%;
}

.btn-profile {
  border: 0px;
  background-color: transparent;
  display: flex;
  align-items: center;
  position: absolute;
  margin: 0px;
  margin-right: 60px;
  right: 5px;
  padding: 0px;
  justify-content: center;
  cursor: pointer;
}

.profile-box {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  margin-left: -227px;
  margin-top: 365px;
  color: #000;
  max-width: 300px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
}

.profile-divisor {
  width: 100%;
  border: 0px;
  background-color: #ccc;
  height: 1px;
  margin: 0;
}

.profile-box.active {
  display: flex;
  z-index: 6;
}

.profile-box-top {
  display: flex;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.profile-box-top-left {
  display: flex;
}

.profile-box-top-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  margin-left: 15px;
}

.profile-box-top-right-name {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

.profile-box-top-right-email {
  display: flex;
  margin-bottom: 5px;
}

.avatar-profile-box {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.profile-box-item {
  display: flex;
  width: 100%;

  font-weight: bold;
  cursor: pointer;
}

.profile-box-item a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: left;
  width: 100%;
}

.btn-profile ul {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-top: 147px;
  color: #fff;
  max-width: 132px;
  background-color: #506054;
}

.btn-profile ul.active {
  display: flex;
}

.btn-profile ul li {
  display: flex;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 1px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
}

.btn-profile ul li a {
  font-size: 14px !important;
  color: #fff !important;
}

.avatar {
  max-width: 45px;
  max-height: 45px;
  border-radius: 100%;
}

.icon-caret-down.invert {
  transform: scaleY(-1);
  margin-left: 5px;
  font-size: 1rem;
}

.icon-caret-down.invert.active {
  transform: scaleY(1);
}

body {
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
  color: #3d4b40;
  position: absolute;
  width: 100%;
}

main {
  margin-top: 127px;
}

.blur-box {
  position: absolute;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  z-index: -1;
}

header {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.logo-link-footer {
  margin-bottom: 10px;
}

.logo,
nav,
.nav-content {
  transition: all 0.3s ease;
  overflow: hidden;
}

nav {
  display: flex;
  max-width: 1440px;
  height: 127px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.nav-content {
  width: 100%;
  height: 87px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-left: 15px;
  padding-right: 15px;
}

.modal-login {
  display: none;
  position: fixed;
  background-color: #f2f4f2;
  width: 651px;
  top: 93px;
  margin-left: 752px;
  border-radius: 24px;
  box-shadow: 0px 7px 15px #c7c7c7;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
  z-index: 6;
}

.modal-login.open {
  display: flex;
}

.modal-login-top {
  display: flex;
  flex-wrap: wrap;
  max-width: 555px;
  width: 100%;
  align-content: flex-start;
}

.modal-login-title {
  display: flex;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-login-desc {
  display: flex;
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
  color: #8c968e;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-login-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  max-width: 555px;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-login-bottom button {
  margin-top: 30px;
}

.modal-login-bottom .btn {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  border-radius: 100px;
}

.modal-login-forgot-password {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: 10px;
}

.modal-login-forgot-password a,
.modal-login-signup-desc a {
  font-size: 20px;
  color: #287d3e;
  text-decoration: none;
  font-weight: 600;
}

.modal-login-signup {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.modal-login-signup-title {
  font-size: 20px;
  font-weight: 400;
  color: #8c968e;
}

.modal-login-signup-desc {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
}

.modal-login-social {
  display: none;
  position: fixed;
  background-color: #f2f4f2;
  width: 651px;
  top: 93px;
  margin-left: 754px;
  border-radius: 24px;
  box-shadow: 0px 7px 15px #c7c7c7;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 6;
}

.modal-login-social.open {
  display: flex;
}

.modal-login-social-top {
  display: flex;
  flex-wrap: wrap;
  max-width: 528px;
  width: 100%;
  align-content: flex-start;
}

.modal-login-social-title {
  display: flex;
  font-weight: 600;
  font-size: 48px;
}

.modal-login-social-desc {
  display: flex;
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
  color: #8c968e;
  margin-bottom: 15px;
}

.modal-login-social-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  max-width: 528px;
}

.btn-modal {
  display: flex;
  border: 1px solid #afafaf;
  max-width: 555px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  font-weight: 500;
  font-size: 24px;
  color: #506054;
  border-radius: 16px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.modal-login-social-bottom-or {
  display: flex;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  justify-content: center;
  margin-bottom: 15px;
}

.modal-login-social-bottom .btn-primary {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  max-width: 555px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
  border-radius: 100px;
}

.btn-modal i {
  margin-right: 15px;
}

.icon-google-cr:before {
  content: url("/oc-content/themes/ric/images/icon-google-cr.png");
}

.icon-facebook-cr:before {
  content: url("/oc-content/themes/ric/images/icon-facebook-cr.png");
}

.logo {
  max-height: 87px;
}

.nav-content ul {
  padding: 0;
}

.nav-content ul li {
  list-style-type: none;
  float: left;
}

.nav-content ul li a {
  text-decoration: none;
  color: #3d4b40;
  font-size: 20px;
  font-weight: 500;
  padding: 0 20px;
  cursor: pointer;
}

.nav-content ul li a i {
  margin-right: 15px;
}

.nav-buttons {
  max-width: 350px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.btn {
  border: 0px;
  border-radius: 24px;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 24px;
  display: flex;
  cursor: pointer;
  align-items: center;
  min-width: 172px;
  justify-content: space-around;
}

.btn-primary {
  background-color: #fbd739 !important;
  color: #64530c;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #3d4b40;
  border: 1px solid #d0e2d3;
}

.nav-buttons button i {
  font-size: 20px;
}

.icon-list,
.icon-close {
  cursor: pointer;
}

.nav-content .icon-list,
.nav-content .icon-close {
  margin-right: 15px;
}

.divisor {
  display: none;
}

.btn-whatsapp {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #01e576;
  border: 0px;
  border-radius: 100%;
  padding: 20px;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 1;
  text-decoration: none;
}

.icon-whatsapp:before {
  color: white !important;
  font-size: 30px;
}

footer {
  display: flex;
  justify-content: center;
  background-color: #f2f8f2;
}

.footer-content {
  display: flex;
  flex-direction: column;
  width: 1440px;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-column-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 335px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.footer-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 335px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.footer-column-title {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
}

.footer-column ul {
  width: 100%;
  padding: 0px;
}

.plans-top {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 60px;
}

.footer-column ul li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-column ul li:last-child {
  margin-bottom: 0px;
}

.footer-column ul li a i {
  font-size: 24px;
  margin-right: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #3d4b40;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.footer-column-content {
  margin-top: 14px;
  display: flex;
}
.btn-social {
  display: flex;
  font-size: 20px;
  text-decoration: none;
  background-color: #fbd739;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.btn-social i:before {
  color: #64530c;
}

.footer-content hr {
  background-color: #88998b;
  height: 1px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
}

.hidden {
  visibility: hidden;
}

.icon-arrow-right {
  display: flex;
  font-size: 20px;
  color: #64530c;
}

.icon-arrow-right.invert {
  transform: scaleX(-1);
}

.icon-arrow-right:before,
.icon-arrow-down-left:before {
  color: #64530c;
}

.modal-login-back {
  display: flex;
  color: #287d3e;
  margin-top: 15px;
}

.form-control {
  width: 100%;
  border-radius: 12px;
  height: 61px;
  padding-left: 20px;
  font-size: 20px;
  border: 1px solid #88998b;
  background-color: #f5faf6;
}

.btn-login-back .icon-arrow-right.invert:before {
  color: #287d3e;
}

.btn-login-back {
  display: flex;
  text-decoration: none;
  color: #287d3e;
  font-weight: 600;
  font-size: 24px;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-login-back i {
  margin-right: 10px;
}

label {
  display: flex;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn-outline {
  background-color: transparent;
  border: 0px;
}

.form-controls {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.form-controls .form-control {
  padding-right: 50px;
  width: calc(100% - 70px);
}

.form-controls button {
  position: relative;
  margin-left: -50px;
  cursor: pointer;
  margin-top: 0px;
}

.icon-eye:before {
  content: url("/oc-content/themes/ric/images/icon-eye.png");
}

button:hover,
a:hover {
  opacity: 0.8;
}

.btn-profile:hover {
  opacity: 1;
}

.wrapper-flash {
  position: fixed;
  margin-top: 127px;
  display: flex;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 2;
}

.flashmessage {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: center;
  font-weight: bold;
  align-items: baseline;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.flashmessage-ok {
  background-color: #217e21;
  color: #fff;
}

.flashmessage-warning {
  background-color: #d1be11;
  color: #000;
}

.flashmessage-error {
  background-color: #7e2121;
  color: #fff;
}

.btn.ico.btn-mini.ico-close {
  min-width: auto;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.background-detail {
  width: 275px;
  position: absolute;
  left: 0px;
  top: 127px;
  z-index: 1;
}

.background-detail2 {
  width: 275px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0px;
}

.route-links a {
  text-decoration: none;
  color: #3d4b40;
}

button,
input[type="button"],
input[type="submit"] {
  color: inherit;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
}

.modal-button-login-social,
.modal-button-login {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.btn-close-login-social,
.btn-close-login {
  border: 0px;
  background-color: transparent;
  margin-top: 20px;
  margin-right: 20px;
}

.is-invalid{
  border:1px solid #ff0000;
}

.controls-group {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}

#btnShowPassword {
  margin-top: 0px;
  margin-right: 25px;
}

.controls-group > .form-control {
  padding-right: 35px;
  margin-right: -50px;
}

.show-always {
  display: flex;
}

.nav-content>.icon-list,.nav-content>.icon-close{
  display:none;
}

@media (max-width: 1439px) {
  .modal-login-social,
  .modal-login {
    margin-left: calc(100% - 685px);
  }

  .background-detail,
  .background-detail2 {
    display: none;
  }

  .footer-top {
    justify-content: flex-start;
  }

  .footer-column-line {
    max-width: none;
  }
}

@media (max-width: 744px) {
  .modal-login-social-title {
    font-size: 40px;
  }

  .modal-login-title {
    font-size: 40px;
  }

  .modal-login-bottom .btn {
    font-size: 16px;
  }

  .modal-login-social-bottom .btn-primary {
    font-size: 16px;
  }

  .btn-modal {
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  .modal-login-social,
  .modal-login {
    border-radius: 0px;
    box-shadow: none;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: fixed;
    overflow: auto;
    margin-left: 0px;

    z-index: 6;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
    margin: 0px;
    padding-bottom: 150px;
  }
  .blur-box {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .icon-list,
  .icon-close {
    display: flex !important;
    font-size: 18px;
  }
  .nav-content {
    height: 100%;
  }

  .nav-content.open {
    flex-direction: column;
  }

  .nav-content ul {
    display: none;
  }
  .nav-content .nav-buttons {
    display: none;
  }
  .open ul {
    display: block;
  }
  .open .nav-buttons {
    display: flex;
    width: 100%;
    max-width: 720px;
    justify-content: space-around;
  }
  .open > .icon-list,
  .open > .icon-close {
    display: flex;
    align-items: center;
    position: absolute;
    margin-top: 50px;
    right: 15px;
  }

  .open .btn-profile {
    margin-top: 40px;
    margin-right: 50px;
  }
  .nav-content ul li {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .open .divisor {
    display: block;
    width: 80%;
    height: 1px;
    background-color: #e9e9e9;
    margin: 0 auto;
  }

  .btn {
    width: 100%;
    max-width: 245px;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-bottom: 20px;
  }

  .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .modal-login-social-top,
  .modal-login-social-bottom {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 390px) {
  .modal-login-social-title {
    font-size: 32px;
  }

  .modal-login-title {
    font-size: 32px;
  }
}

@media (max-width: 360px) {
  .open .nav-buttons {
    flex-direction: column;
    align-items: center;
  }
}