@charset "UTF-8";
/*   
Theme Name: Atlantic4web Theme
Theme URI: https://atlantic4web.pt/
Description: Tema Personalizado pela Atlantic4Web.
Author: Atlantic4web
Author URI: https://atlantic4web.pt/
Version: 1.0
*/
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "iBrand";
  src: url("ibrand.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* Variaveis */
.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}

.wpml-ls {
  position: relative;
  display: inline-block;
}
.wpml-ls ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpml-ls .wpml-ls-item {
  position: relative;
}
.wpml-ls .wpml-ls-current-language > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.wpml-ls .wpml-ls-current-language > a::after {
  content: "▼";
  font-size: 0.6rem;
  margin-left: 4px;
  transition: transform 0.25s ease;
}
.wpml-ls ul > li:not(.wpml-ls-current-language) {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  z-index: 20;
}
.wpml-ls ul > li:not(.wpml-ls-current-language) a {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
  color: #2c2c2c;
}
.wpml-ls ul > li:not(.wpml-ls-current-language) a:hover {
  background: #f5f5f5;
}
.wpml-ls:hover ul > li:not(.wpml-ls-current-language) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.wpml-ls:hover .wpml-ls-current-language > a::after {
  transform: rotate(180deg);
}
.wpml-ls.is-open ul > li:not(.wpml-ls-current-language) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.wpml-ls.is-open .wpml-ls-current-language > a::after {
  transform: rotate(180deg);
}

.home .formbook,
.home .menubar,
.section-reviews h2,
.section-reviews p,
.faq_item,
.globaltabs .custom-tab > div,
.list-cars .carcard,
.section-highlights h1,
.section-highlights .section-desc,
.section-random h1,
.section-random p,
.section-random .bta > a,
.section-about .mapiframe,
.section-about .descabout,
.list-blog .item-loop,
.section-faqs .FORM_searchfaqs p,
.section-faqs .FORM_searchfaqs .form-group,
.section-contacts .section-title,
.section-contacts .boxinfo .boxtitle,
.section-contacts .map-iframe,
.section-contacts .contactinfo li,
.section-contacts .social-network li,
.section-contacts .wpcf7 form > p,
.book-horizontal-form,
.bt-actions-subhead,
.show-dates-days {
  visibility: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0A3524;
}

.section-postsingle .section-title {
  color: #0A3524;
  margin: 0 0 10px 0;
}

.headsinglepost {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin: 15px 0 15px 0;
  border-top: 1px solid #ebebeb;
  padding: 10px 0 0 0;
}
.headsinglepost .postby {
  text-align: left;
}
.headsinglepost .postby span {
  font-size: 12px;
}
.headsinglepost .sharedby {
  text-align: right;
}
.headsinglepost .sharedby ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.headsinglepost .sharedby ul li {
  display: inline-block;
}
.headsinglepost .sharedby ul li a {
  font-size: 20px;
  color: #fff;
  background-color: #04AF4B;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  font-size: 14px;
}
.headsinglepost .sharedby ul li a:hover {
  transform: scale(1.1);
  color: #0A3524;
  background-color: #fff;
}

.section-blog .item-loop {
  margin-bottom: 60px;
}
.section-blog .item-loop.layout-left .item-conteudo {
  text-align: left;
}
.section-blog .item-loop.layout-right .item-conteudo {
  text-align: right;
}
.section-blog .item-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.section-blog .layout-left .item-imagem {
  order: 1;
}
.section-blog .layout-left .item-conteudo {
  order: 2;
}
.section-blog .layout-right .item-imagem {
  order: 2;
}
.section-blog .layout-right .item-conteudo {
  order: 1;
}
.section-blog .item-imagem img {
  width: 100%;
  border-radius: 12px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 12px;
}
.section-blog .item-imagem {
  flex: 1;
}
.section-blog .item-conteudo {
  flex: 1;
}
.section-blog .item-conteudo h2 {
  color: #04AF4B;
}
.section-blog .item-conteudo .item-descricao {
  width: 100%;
  position: relative;
  margin: 15px 0 15px 0;
}

.formbook .form-group {
  margin-bottom: 15px;
}
.formbook .form-group label {
  color: #2c2c2c;
}
.formbook .form-group .form-control {
  padding: 11px 20px;
}
.formbook .form-group .groupradio {
  position: relative;
  padding: 8.5px 0;
}
.formbook .form-group .groupradio .label-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin: 0 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #495057;
}
.formbook .form-group .groupradio .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.formbook .form-group .groupradio .label-container input:checked ~ .checkmark {
  background-color: #fff;
}
.formbook .form-group .groupradio .label-container input:checked ~ .checkmark:after {
  display: block;
}
.formbook .form-group .groupradio .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #04AF4B;
}
.formbook .form-group .groupradio .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #04AF4B;
}
.formbook .form-group .groupradio .label-container:hover input ~ .checkmark {
  background-color: #04AF4B;
}
.formbook .form-group .groupradio:first-child {
  margin-left: 0 !important;
}
.formbook .form-group .groupradio:last-child {
  margin-right: 0 !important;
}
.formbook button[type=submit] {
  letter-spacing: 1px;
  font-family: "iBrand", sans-serif;
  background-color: #0A3524;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  border-style: none;
  padding: 11px 20px;
  width: 100%;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 25px;
  overflow-x: hidden;
}

*, ::after, ::before {
  box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  font-family: "iBrand", sans-serif;
  letter-spacing: 1px;
}

.list-cars .scar .cartitle h3,
.FORM_checkout .groupdetails .gd-main-checkout,
.sidebar-info .scar .cartitle h3,
.payment-section p {
  font-weight: normal;
}

.list-cars .scar .cartitle h3,
.list-cars .scar .prices, .sidebar-info .scar .prices,
#menufilters .filterhead .filtertitle,
#menufilters .form-group .filter-sec-title,
.list-cars .car-details-content .main-sec-plan .rate-content-plan .chooseplan li .rate-title,
.list-cars .car-details-content .main-sec-plan .rate-price-plan,
.list-cars .car-details-content .infoplan .title-info-plan, .sidebar-info .car-details-content .infoplan .title-info-plan,
.list-cars .car-details-content .extrastitle, .sidebar-info .car-details-content .extrastitle,
.list-cars .car-details-content .totalprice, .sidebar-info .car-details-content .totalprice,
.payment-section p,
.checkoutform .finalprices ul li.totalprice {
  font-family: "iBrand", sans-serif;
}

.trp-current-language-item__wrapper:not(.trp-hide-arrow) {
  padding-right: 0 !important;
}

.list-cars .car-details-content .extrastitle, .sidebar-info .car-details-content .extrastitle {
  color: #2C2C2C;
  font-weight: normal;
}

.list-cars .car-details-content .main-sec-plan .rate-content-plan .chooseplan li .rate-title .rateinfoprice {
  font-family: "Poppins", sans-serif;
}

.boxtitle {
  font-family: "iBrand", sans-serif;
  letter-spacing: 1px;
}

.language_switcher .trp-shortcode-switcher {
  padding: 0 !important;
}

.section-reviews span strong {
  font-family: "iBrand", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}

#menu-menu-principal {
  font-family: "iBrand", sans-serif;
  letter-spacing: 1px;
}

#hamburger {
  width: 30px;
  height: 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1001;
  top: 2px;
  position: relative;
}
#hamburger span {
  display: block;
  height: 3px;
  background: #2c2c2c;
  border-radius: 0px;
  transition: 0.35s ease;
}
#hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
#hamburger.active span:nth-child(2) {
  opacity: 0;
}
#hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease;
  backdrop-filter: blur(6px);
  z-index: 1000;
}
#overlay.show {
  opacity: 1;
  pointer-events: auto;
}

#search-results {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
  bottom: -27px;
  color: #fff;
}

#MenuPanel {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  background: #fff;
  backdrop-filter: blur(10px);
  transform: translateX(100%);
  transition: 0.35s ease;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  z-index: 1002;
}
#MenuPanel.open {
  transform: translateX(0);
}

a {
  text-decoration: none;
}

section {
  width: 100%;
  display: block;
}

.section-reviews {
  background-color: #fff;
}

.menubar {
  position: fixed;
  right: 60px;
  top: 60px;
  z-index: 2;
  background-color: #04AF4B;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.menubar #hamburger span {
  background: #ffffff;
}

header .menu {
  text-align: right;
}
header .menu li a {
  text-align: right;
  padding: 10px 0;
  color: #0A3524;
  font-size: 24px;
  display: block;
}
header .menu li.current_page_item a {
  color: #04AF4B;
}

.admin-bar .headnav.navfixed {
  top: 32px;
}

.headnav {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transition-duration: 0.2s;
}
.headnav .menubar {
  position: relative;
  right: unset !important;
  top: 0 !important;
}
.headnav.navfixed {
  background-color: #0A3524;
  padding: 10px 60px;
  top: 0;
}
.headnav.navfixed.whitenav {
  background-color: #fff;
}
.headnav .logo a {
  display: block;
}
.headnav .logo a img {
  margin-bottom: 10px !important;
}

body:not(.home) header {
  width: 100%;
  top: 0;
  padding: 30px;
  z-index: 1;
}
body:not(.home) header .headthumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #d9d9d9;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  height: 200px;
}
body:not(.home) header .headthumb .menubar {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  order: 2;
}
body:not(.home) header .logo {
  width: 190px;
  height: -moz-fit-content;
  height: fit-content;
}
body:not(.home) header .logo a, body:not(.home) header .logo img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
body:not(.home) header .logo a {
  transition: 0.3s;
}
body:not(.home) header .logo a img {
  transition: 0.3s;
}
body:not(.home) header .logo a:hover img {
  transform: scale(1.1);
}
body:not(.home) header .logo img {
  max-height: 60px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.boxinfo {
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  border-radius: 30px;
  padding: 30px;
}
.boxinfo a {
  color: #04AF4B;
}
.boxinfo .mapfandinfo {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.boxinfo .mapfandinfo .map-iframe iframe {
  height: 300px;
  width: 100%;
  border-radius: 20px;
}
.boxinfo .mapfandinfo .contactinfo {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.boxinfo .mapfandinfo .contactinfo li {
  width: 100%;
}
.boxinfo .mapfandinfo .contactinfo svg {
  color: #2c2c2c;
}
.boxinfo .mapfandinfo .social-network {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
}
.boxinfo .mapfandinfo .social-network a {
  font-size: 20px;
  color: #fff;
  background-color: #04AF4B;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
}
.boxinfo .mapfandinfo .social-network a:hover {
  transform: scale(1.1);
  color: #0A3524;
  background-color: #fff;
}
.boxinfo .wpcf7-form-control.wpcf7-submit {
  background-color: #0A3524;
  border-radius: 30px;
  padding: 5px 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.book-horizontal-form {
  z-index: 9;
  position: relative;
}

.section-contacts h1 {
  padding-bottom: 30px;
}
.section-contacts .container .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-contacts .container .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow figure {
  margin: auto;
}
.section-contacts .wp-block-heading {
  width: 100%;
  font-weight: bold;
}
.section-contacts .slick-track {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.boxinfo.contactform {
  font-size: 14px;
  font-weight: 400;
}
.boxinfo.contactform .boxtitle {
  color: #0A3524;
  font-size: 16px;
  text-align: center;
}
.boxinfo.contactform form input, .boxinfo.contactform form textarea {
  border: none;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
}
.boxinfo.contactform form input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}
.boxinfo.contactform form p {
  position: relative;
}
.boxinfo.contactform form p:last-of-type {
  margin-bottom: 0;
  display: flex;
  justify-content: end;
}

.boxtitle {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-template-template-whattovisit .book-horizontal-form {
  background-color: rgba(10, 53, 36, 0.6);
}
.page-template-template-whattovisit .book-horizontal-form label {
  color: #fff;
}
.page-template-template-whattovisit .book-horizontal-form button[type=submit] {
  background-color: #04AF4B;
}
.page-template-template-whattovisit .book-horizontal-form button[type=submit]:hover {
  background-color: #0A3524;
}
.page-template-template-whattovisit .book-horizontal-form .groupradio .label-container {
  color: #ccc;
}

.book-horizontal-form {
  margin-top: 60px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.7);
  filter: drop-shadow(5px 5px 10px #C4C4C4);
  backdrop-filter: blur(3px);
  border-radius: 15px;
  padding: 15px 30px;
}
.book-horizontal-form button[type=submit] {
  letter-spacing: 1px;
  font-family: "iBrand", sans-serif;
  background-color: #0A3524;
  transition: 0.5s;
  margin-bottom: 0;
}
.book-horizontal-form button[type=submit]:hover {
  background-color: #04AF4B;
}
.book-horizontal-form .form-group input[type=text], .book-horizontal-form .form-group select, .book-horizontal-form .form-group textarea {
  margin-bottom: 0;
}
.book-horizontal-form form {
  display: grid;
  gap: 5px;
  grid-template-columns: 120px 10fr;
  align-items: center;
}
.book-horizontal-form .globalinputsform {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.page-template-template-faqs,
.page-template-template-contacts {
  background: #0A3524;
  background: linear-gradient(180deg, rgb(10, 53, 36) 0%, rgb(196, 196, 196) 70%);
}
.page-template-template-faqs .section-title,
.page-template-template-contacts .section-title {
  color: #fff;
  text-transform: uppercase;
}

.page-template-template-faqs {
  background: linear-gradient(180deg, rgb(10, 53, 36) 50%, rgb(196, 196, 196) 70%);
}

.section-faqs a {
  color: #0A3524;
  font-weight: bold;
}
.section-faqs .has-text-align-right {
  color: #2c2c2c;
}
.section-faqs .container {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
}
.section-faqs .container form > p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.section-faqs .container .form-group {
  /*display: grid;
  grid-template-columns: 10fr 1fr;
  */
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  position: relative;
}
.section-faqs .container .form-group input {
  border: none;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  border: solid 1px #2c2c2c;
}
.section-faqs .container .form-group button {
  letter-spacing: 1px;
  font-family: "iBrand", sans-serif;
  position: absolute;
  right: 10px;
  padding: 4px 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #04AF4B;
  transition: 0.3s;
  border: 0;
  border-radius: 17px;
  color: #fff;
  text-transform: uppercase;
}
.section-faqs .container .form-group button:hover {
  background-color: #0A3524;
}
.section-faqs .container .listagem-faqs {
  padding: 30px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.section-faqs .container .listagem-faqs .faq_item {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #2c2c2c;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.section-faqs .container .listagem-faqs .faq_item:hover {
  border-color: #04AF4B;
}
.section-faqs .container .listagem-faqs .faq_item .faq_pergunta {
  padding: 10px 15px;
  transition: 0.5s;
  line-height: normal;
}
.section-faqs .container .listagem-faqs .faq_item .faq_resposta {
  padding: 10px 15px;
  line-height: normal;
}
.section-faqs .container .listagem-faqs .faq_item .faq_resposta a, .section-faqs .container .listagem-faqs .faq_item .faq_resposta strong, .section-faqs .container .listagem-faqs .faq_item .faq_resposta b {
  color: #04AF4B;
}
.section-faqs .container .listagem-faqs .faq_item.open .faq_pergunta {
  padding: 10px 15px;
  background-color: #0A3524;
  color: #fff;
}

.imggallery {
  display: block;
  height: -webkit-fill-available;
  padding: 0 10px;
}
.imggallery a {
  display: block;
  height: 100%;
}
.imggallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-heading {
  letter-spacing: 1px;
}
.wp-block-heading strong {
  color: #04AF4B;
  letter-spacing: 1px;
}

.open_login, .open_menu {
  height: -moz-fit-content;
  height: fit-content;
}

.trp-language-item {
  padding: 2px 6px !important;
}

.trp-language-switcher.trp-ls-dropdown.trp-shortcode-switcher {
  background-color: transparent;
  border: none;
}

div.trp-switcher-dropdown-list {
  background-color: #0A3524;
  color: #fff !important;
  cursor: pointer;
}

.trp-language-item {
  color: #ffffff !important;
}

span.trp-language-item-name {
  color: #ffffff !important;
}

.trp-shortcode-arrow path {
  stroke: #ffffff;
}

.home .globalslider {
  position: relative;
}
.home header .formbook {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 480px;
  z-index: 1;
  padding: 30px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  border-radius: 40px 40px 0 40px;
  margin: auto 0 auto 60px;
}
.home header .formbook .row {
  align-items: flex-end;
  --bs-gutter-x: 1.5rem;
}
.home header .formbook .logo {
  padding-bottom: 15px;
}
.home header .formbook .logo a img {
  width: 100%;
  height: auto;
}
.home header .formbook button[type=submit] {
  letter-spacing: 1px;
  font-family: "iBrand", sans-serif;
  transition: 0.5s;
}
.home header .formbook button[type=submit]:hover {
  background-color: #04AF4B;
}

.main-head-title {
  width: 100%;
  order: 3;
  text-align: center;
}

#MenuPanel .logo {
  margin: 0 0 0 auto;
  width: 100% !important;
}
#MenuPanel .logo a img {
  width: 100%;
  height: auto;
  max-height: 100% !important;
}

.form-group select {
  border-radius: 30px;
  margin-bottom: 15px;
}
.form-group input[type=text] {
  border-radius: 30px;
  margin-bottom: 15px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menubar .nav {
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.menubar .nav li {
  text-transform: uppercase;
}
.menubar .nav li a {
  text-decoration: none;
  color: #fff;
}

.section-reviews {
  padding: 60px 0;
}

.section-automessages .description {
  font-family: "iBrand", sans-serif;
  letter-spacing: 2px;
}
.section-automessages .globaltabs .custom-tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.section-automessages .globaltabs .custom-tab .tab-btn {
  position: relative;
  background-color: #0A3524;
  color: #ffffff;
  height: 250px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  transition: 0.5s;
}
.section-automessages .globaltabs .custom-tab .tab-btn::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  transition: 0.5s;
  z-index: 1;
}
.section-automessages .globaltabs .custom-tab .tab-btn.active {
  cursor: default;
  background-color: #04AF4B;
}
.section-automessages .globaltabs .custom-tab .tab-btn.active::after {
  background-color: #04AF4B;
}
.section-automessages .globaltabs .custom-tab .tab-btn .icon-img {
  text-align: center;
  display: block;
  width: 100%;
}

.tab-content {
  transition-duration: 0.2s;
}
.tab-content .bg {
  position: relative;
  min-height: 80vh;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tab-content .bg .description {
  color: #0A3524;
  font-size: 24px;
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  padding: 30px;
  border-radius: 30px;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.tab-content .bg .description b {
  color: #04AF4B;
}
.section-highlights {
  position: relative;
  background-color: #0A3524;
  min-height: 50vh;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
.section-highlights .section-title {
  color: #fff;
  text-align: center;
}
.section-highlights .section-desc {
  color: #fff;
  text-align: center;
}
.section-highlights::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("images/backgroundHoverWhite.png");
  width: 200px;
  height: -webkit-fill-available;
  background-repeat: no-repeat;
}

.section-random {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}
.section-random .section-title {
  color: #0A3524;
}
.section-random .section-title strong {
  color: #04AF4B;
}
.section-random .bta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.section-random .bta a {
  font-family: "iBrand", sans-serif;
  letter-spacing: 1px;
  background-color: #0A3524;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  transition: 0.5s;
  filter: drop-shadow(5px 5px 10px #C4C4C4);
}
.section-random .bta a.bt-defaultgreen {
  background-color: #04AF4B;
}
.section-random .bta a:hover {
  transform: scale(1.1);
}

.section-about {
  background-color: #0A3524;
  padding: 60px 0;
}
.section-about .descabout {
  color: #fff;
}
.section-about .descabout h1 {
  padding-bottom: 15px;
}

.row {
  --bs-gutter-x: 3rem;
}

ul {
  list-style: none;
  padding: 0;
}

footer {
  color: #fff;
  background-color: #224939;
  padding: 0;
  border-top: 1px solid #181818;
}
footer .logo {
  max-width: 125px;
  width: 100%;
  height: auto;
}
footer .logo a, footer .logo img {
  width: 100%;
  display: block;
  height: auto;
}
footer .logo a {
  transition: 0.3s;
}
footer .logo a img {
  transition: 0.3s;
}
footer .logo a:hover img {
  transform: scale(1.1);
}
footer .company p {
  margin-bottom: 0;
}
footer a {
  color: #fff;
}
footer .main-foot {
  padding: 15px 60px;
}
footer .main-foot .widtitle {
  margin-bottom: 0;
}
footer .copyright {
  padding: 5px 60px;
  background-color: #181818;
}
footer .copyright .row {
  align-items: center;
}
footer .social-network {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
}
footer .social-network a {
  font-size: 20px;
  color: #fff;
  background-color: #04AF4B;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
}
footer .social-network a:hover {
  transform: scale(1.1);
  color: #0A3524;
  background-color: #fff;
}
footer .usufullinks .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 12px;
  margin-bottom: 0;
}
footer .poweredby {
  display: flex;
  justify-content: flex-end;
}
footer .made-by .text {
  font-size: 12px;
}

.main-head-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto 0 0;
}

.inner-contactinfo {
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
}

/*.zaminamina{
    unicode-bidi: bidi-override;
    direction:rtl;
}*/
.verysmalltext {
  display: block;
  font-size: 10px;
  text-align: right;
  opacity: 0.7;
  line-height: normal;
}

.mapiframe {
  aspect-ratio: 1/1;
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
.mapiframe img {
  position: absolute;
  right: -10px;
  top: -10px;
}
.mapiframe iframe, .mapiframe #map {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.contactinfo li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  white-space: pre-line;
  align-items: baseline;
}

.btn-template {
  background-color: #0A3524;
  padding: 10px 20px;
  border: 1px solid #0A3524;
  color: #fff;
}
.btn-template:hover {
  background-color: #fff;
  border: 1px solid #0A3524;
  color: #0A3524;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.wd-100 {
  width: 100%;
}

#information_popup {
  width: 20px;
  display: inline-block;
}
#information_popup .information_content {
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 250px;
  background: white;
  z-index: 999999;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #4d4d4d;
  padding: 5px;
}
#information_popup .information_content p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}

.section-customerarea #load-tab {
  width: 100%;
  position: relative;
  margin: 10px 0 50px 0;
}
.section-customerarea a {
  color: #0A3524;
}
.section-customerarea .title-tab {
  border-left: 4px solid #0A3524;
  background-color: #F3F2F0;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2rem;
}
.section-customerarea .loading-info {
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.section-customerarea .flexcontent {
  display: flex;
  flex-wrap: wrap;
}
.section-customerarea .flexcontent.flex-center {
  align-items: center;
}
.section-customerarea .box-autentication {
  position: relative;
  width: 50%;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 130px auto 130px auto;
  padding: 40px;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.25);
}
.section-customerarea .box-autentication h2 {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 2rem;
}
.section-customerarea .box-autentication button[type=submit] {
  margin: 0 20px 0 0 !important;
}
.section-customerarea .box-autentication .form-control {
  margin-bottom: 0 !important;
  padding: 10px;
}
.section-customerarea .box-autentication .form-group {
  margin-bottom: 15px !important;
}
.section-customerarea .box-autentication .flexcontent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-customerarea .box-autentication .alert {
  margin-bottom: 15px;
}
.section-customerarea .box-autentication .smallp {
  font-size: 12px;
  color: #979797;
}
.section-customerarea .FORM_dadospessoais .form-control {
  margin-bottom: 0 !important;
  padding: 10px;
}
.section-customerarea .title-clientarea {
  position: relative;
  width: 100%;
  margin: 50px 0 30px 0;
  text-align: center;
}
.section-customerarea .title-clientarea h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.3rem;
  padding-bottom: 0;
}
.section-customerarea .title-clientarea p {
  margin: 0;
  padding: 0;
}
.section-customerarea .tabs-clientarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
.section-customerarea .tabs-clientarea li {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 10px;
  border-radius: 0.75rem;
  font-size: 18px;
  cursor: pointer;
  transition-duration: 0.2s;
}
.section-customerarea .tabs-clientarea li:hover, .section-customerarea .tabs-clientarea li.active {
  color: #0A3524;
  background-color: #F3F2F0;
}
.section-customerarea .tabs-clientarea li i, .section-customerarea .tabs-clientarea li svg {
  margin-right: 10px;
}
.section-customerarea .tabs-clientarea li.leaveaccount i, .section-customerarea .tabs-clientarea li.leaveaccount svg {
  color: red;
}
.section-customerarea .booking_status_tab {
  width: 100%;
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.section-customerarea .booking_status_tab li {
  display: inline-block;
  margin: 0 10px -3px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
}
.section-customerarea .booking_status_tab li:hover, .section-customerarea .booking_status_tab li.active {
  border-bottom: 5px solid #0A3524;
}
.section-customerarea .booking_status_tab li:first-child {
  margin-left: 0 !important;
}
.section-customerarea .booking_status_tab li:last-child {
  margin-right: 0 !important;
}
.section-customerarea .div_status_tab {
  width: 100%;
  position: relative;
}
.section-customerarea .div_status_tab .divstatus {
  display: none;
}
.section-customerarea .div_status_tab .divstatus.active {
  display: block;
}
.section-customerarea .list-bookings-tab {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-customerarea .list-bookings-tab li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  border-radius: 6px;
}
.section-customerarea .list-bookings-tab li strong {
  display: block;
}
.section-customerarea .list-bookings-tab li > div.book_id {
  width: 15%;
  text-align: left;
}
.section-customerarea .list-bookings-tab li > div.book_status {
  width: 15%;
}
.section-customerarea .list-bookings-tab li > div.book_pickup, .section-customerarea .list-bookings-tab li > div.book_dropoff {
  width: 25%;
}
.section-customerarea .list-bookings-tab li > div.book_btview {
  width: 20%;
}
.section-customerarea .list-bookings-tab li > div.book_btview .view-booking {
  border: 1px solid #e6e6e6;
  background-color: #F3F2F0;
  color: #0A3524;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 50px;
  float: right;
  transition: 0.3s;
}
.section-customerarea .list-bookings-tab li > div.book_btview .view-booking:hover {
  color: #0A3524;
  background-color: transparent;
}
.section-customerarea #booking-detail .booking-main-title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.section-customerarea #booking-detail .booking-main-title .main-title {
  padding-bottom: 0;
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 500;
  margin: 10px 0 15px 0;
}
.section-customerarea #booking-detail .table-booking-details {
  border: 1px solid #e6e6e6;
}
.section-customerarea #booking-detail .table-booking-details th {
  color: #0A3524;
  background-color: #F3F2F0;
  text-align: left;
  font-weight: 600;
}
.section-customerarea #booking-detail .table-booking-details td, .section-customerarea #booking-detail .table-booking-details th {
  padding: 0.75rem;
  border-top: 0;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}
.section-customerarea #booking-detail .card {
  box-shadow: unset !important;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 10px !important;
  background-color: #ffffff;
}
.section-customerarea #booking-detail .card .card-header {
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0A3524;
  background-color: #F3F2F0;
}
.section-customerarea #booking-detail .card .card-body {
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.section-customerarea #booking-detail .bt-booking-details-actions {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-customerarea #booking-detail .FORM_nvoo .form-group {
  margin-bottom: 0;
  overflow: hidden;
  height: 45px;
  position: relative;
}
.section-customerarea #booking-detail .FORM_nvoo input {
  margin-bottom: 0;
  height: 100%;
}
.section-customerarea #booking-detail .FORM_nvoo button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
.section-customerarea #booking-detail .booking-details-price-information {
  margin-bottom: 30px;
}
.section-customerarea #booking-detail .custom-accordion {
  width: 100%;
  position: relative;
  display: block;
  margin: 5px 0px 0px;
}
.section-customerarea #booking-detail .custom-accordion .accordion {
  background-color: rgb(238, 238, 238);
  color: rgb(68, 68, 68);
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 15px;
  padding: 18px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  outline: none;
  transition: 0.4s;
}
.section-customerarea #booking-detail .custom-accordion .accordion.active, .section-customerarea #booking-detail .custom-accordion .accordion:hover {
  background-color: rgb(204, 204, 204);
}
.section-customerarea #booking-detail .custom-accordion .accordion:after {
  content: "+";
  color: rgb(119, 119, 119);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.section-customerarea #booking-detail .custom-accordion .panel {
  background-color: white;
  max-height: 0px;
  margin-bottom: 10px;
  padding: 0px 18px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid rgb(238, 238, 238);
  border-right: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
}
.section-customerarea #booking-detail .custom-accordion .panel.invoice_html {
  text-align: center;
}
.section-customerarea #booking-detail .custom-accordion .panel.invoice_html table {
  /*width: 100% !important;*/
  margin: 15px auto 0 auto;
}
.section-customerarea #booking-detail .custom-accordion .panel.invoice_html table:last-child {
  margin: 0 auto 15px auto !important;
}
.section-customerarea #custom-popup {
  position: fixed;
  width: 800px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 500px;
  z-index: 99999;
  margin: auto;
  visibility: hidden;
  backface-visibility: hidden;
}
.section-customerarea #custom-popup .md-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 0;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}
.section-customerarea #custom-popup.md-show {
  visibility: visible !important;
}
.section-customerarea #custom-popup.md-show .md-content {
  transform: scale(1);
  opacity: 1;
}
.section-customerarea #custom-popup .title-custom-popup {
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  background-color: #0A3524;
  width: 100%;
  position: relative;
  text-align: left;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.section-customerarea #custom-popup .content-custom-popup {
  width: 100%;
  position: relative;
  padding: 20px;
  height: 413px;
  overflow: auto;
}
.section-customerarea #custom-popup .content-custom-popup table.extras tr:first-child td {
  border-top: 0 !important;
}
.section-customerarea #custom-popup .content-custom-popup table.extras .extra-selected td {
  background-color: rgba(69, 194, 0, 0.14);
}
.section-customerarea #custom-popup .closepopup {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 25px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  cursor: pointer;
  color: #000;
}
.section-customerarea #custom-popup .closepopup :hover {
  opacity: 0.7;
}
.section-customerarea #custom-popup .title-desc {
  width: 100%;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4rem;
}
.section-customerarea #custom-popup .tarifa-a-escolher {
  background-color: #F3F2F0;
  border: 1px solid #e6e6e6;
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.section-customerarea #custom-popup .tarifa-a-escolher:hover, .section-customerarea #custom-popup .tarifa-a-escolher.active {
  border: 1px solid #7b1233;
}
.section-customerarea .list-group-item.li_devolucao {
  color: red;
}
.section-customerarea .payment-info {
  display: none;
  margin: 15px 0 0 0;
}
.section-customerarea .payment-info .FORM_payment .listpayments {
  width: 100%;
  display: block;
}
.section-customerarea .payment-info .FORM_payment .extrapayments {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  margin-bottom: 5px;
  display: none;
}
.section-customerarea .payment-info .FORM_payment .extrapayments .form-group, .section-customerarea .payment-info .FORM_payment .extrapayments .form-control {
  margin-bottom: 0 !important;
}
.section-customerarea .payment-info .FORM_payment input {
  margin-right: 15px;
}/*# sourceMappingURL=style.css.map */