:root {
  --bs-primary: #0d324d;
  --bs-secondary: #39aa88;
}

.bg-primary {
  background-color: #0d324d!important;
}

.bg-secondary {
  background-color: #39aa88!important;
}

.text-primary {
  color: #0d324d!important;
}

.text-secondary {
  color: #39aa88!important;
}

body {
  font-family: Montserrat, sans-serif;
  position: relative;
}

.navbar .nav-link {
  text-transform: uppercase;
  font-size: .85rem;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgb(13,50,77);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 1rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.btn-secondary {
  background-color: #39aa88;
  color: white;
  border-color: #39aa88;
}

.btn-secondary:hover, .btn-secondary:focus {
  color: white;
  background-color: #1f7a5f;
  border-color: #1f7a5f;
}

.navbar .btn-quote {
  border-radius: 2rem;
  margin-left: 12px;
  padding: .75rem 2rem!important;
  font-size: 1.15rem!important;
  margin-top: 10px;
}

.main-header {
  min-height: 600px;
  background: url("../../assets/img/slider-01.jpg") center center / cover no-repeat;
}

.main-header h1 {
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.15;
  font-size: 2.25rem;
}

.main-header h1:last-of-type {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .main-header h1:last-of-type {
    margin-bottom: 11px;
  }
}

.main-header h2 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 768px) {
  .main-header h2 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #0d324d;
  }
}

.main-header h2 .btn {
  font-size: 1.20rem;
  border-radius: 2rem;
  padding: 0.25rem 1.15rem;
}

.main-header .container {
  padding-top: 45%;
  text-align: center;
}

@media (min-width: 768px) {
  .main-header .container {
    padding-top: 5%;
    text-align: left;
  }
}

.about-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .about-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.col-description h3, .sections-header h3 {
  font-weight: 700;
  font-size: 1.45rem;
  display: inline-block;
}

.col-description p {
  font-size: .9rem;
  line-height: 1.65;
}

.col-description h3:after, .sections-header h3:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-color: #39aa88;
  border-radius: 2rem;
  margin-top: 3px;
  margin-bottom: 22px;
}

.section-our-services {
  /*padding-top: 4rem;*/
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .section-our-services {
    /*padding-top: 4rem;*/
    padding-bottom: 4rem;
  }
}

.services-card {
  background-color: var(--bs-primary);
  padding: 2.25rem 1rem;
  border-radius: .5rem;
  text-align: center;
  cursor: pointer;
  transition: all .25s ease-in-out;
}

.services-card h5 {
  font-size: 1.10rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}

.services-card img {
  max-width: 100px;
}

.separator-item {
  background: #EBEBEB center center / cover no-repeat;
  min-height: 140px;
}

.separator-services {
  padding: 0px;
  border-top: 8px solid var(--bs-teal);
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .separator-services {
    padding: 0px;
    border-top: 8px solid var(--bs-teal);
    margin-bottom: 5rem;
  }
}

.section-free-quote {
  padding-top: 4rem;
}

.section-contact-us {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .section-contact-us {
    padding-top: 4rem;
  }
}

footer {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.copyright p {
  font-size: .8rem;
}

.container-map {
  padding: 0;
  position: relative;
  margin-top: 4.5rem;
  display: block;
}

.map-embed {
  filter: opacity(60%);
  z-index: 1;
  min-height: 450px;
  background: url("../../assets/img/bg-australia-c.jpg") center center /cover no-repeat;
}

@media (min-width: 768px) {
  .map-embed {
    filter: opacity(60%);
    z-index: 1;
    min-height: 400px;
    background: url("../../assets/img/bg-australia-c.jpg") center center /cover no-repeat;
  }
}

.map-embed div {
  min-height: 400px;
  background-color: #ebebeb;
}

.logo-map {
  position: absolute;
  padding: 1rem 3rem;
  background-color: white;
  border-radius: .85rem;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  z-index: 15;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.07);
}

.logo-map img {
  max-width: 85px;
}

.kd-data {
  background-color: #39aa88;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: .5rem;
  line-height: 1.35;
  font-size: .9rem;
}

.kd-data div {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}

.kd-data div h6 {
  font-weight: 700;
}

.kd-data div a {
  font-size: .85rem;
}

@media (min-width: 768px) {
  .kd-data {
    background-color: #39aa88;
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: .5rem;
    line-height: 1.25;
    font-size: 1rem;
    column-gap: 1.5rem;
  }

}

.kd-data i {
  vertical-align: middle;
}

.steps i {
  font-size: 1.25rem;
  color: var(--bs-gray-400);
  margin-bottom: 0px;
  line-height: 1;
}

.step-icons {
  border: 3px solid var(--bs-gray-400);
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: absolute;
  left: -40px;
  z-index: 5;
}

.steps {
  display: flex;
  justify-items: center;
  align-items: center;
  position: relative;
}

.step-info small {
  display: block;
  font-size: .60rem;
  text-transform: uppercase;
  /*line-height: 2;*/
  margin-bottom: 8px;
  font-weight: 500;
}

.step-info {
  height: 70px;
  padding-left: 60px;
  position: relative;
  z-index: 1;
  padding-right: 80px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*width: 220px;*/
  line-height: 0.5;
  align-content: center;
  font-size: .95rem;
}

.step-ok .step-info {
  background-color: #39aa88;
  color: #ffffff;
}

.step-ok .step-icons {
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
}

.step-ok i {
  color: #39aa88;
}

.forms-quotes label, .forms-piano label {
  font-size: .95rem;
  font-weight: 600;
  color: var(--bs-gray-500);
}

.forms-quotes input, .forms-quotes select, .forms-quotes textarea, .forms-piano input, .forms-piano select, .forms-piano textarea  {
  background-color: #f2f4f5;
  border: none;
  border-radius: .25rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-gray-600);
  padding: 1.15rem 1rem 1.15rem 50px;
  position: relative;
  line-height: 1;
}

.forms-piano input[type=file], .forms-piano button.btn-attach {
  font-size: .85rem;
  font-weight: 700;
}

.forms-quotes .group-inputs .icon, .forms-piano .group-inputs .icon {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 25px;
  background: url("../../assets/img/icons/id-insignia.png") center center / contain no-repeat;
  top: 50%;
  display: inline-block;
  z-index: 550;
  content: '';
  transform: translateY(-50%);
}

.group-inputs {
  position: relative;
}

.icon {
}

div#preview-attachment {
  margin-top: 15px;
}

.preview-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.image-preview {
  width: 60px; /* Ancho del div de vista previa */
  height: 60px; /* Alto del div de vista previa */
  background-size: cover; /* Ajustar el tamaño de la imagen de fondo */
  background-position: center; /* Centrar la imagen */
  border: 1px solid #ccc; /* Borde para el contenedor */
  display: flex;
  align-items: flex-end; /* Alinear el texto al fondo */
  padding: 5px;
  color: white; /* Color del texto */
  text-shadow: 1px 1px 2px black; /* Sombra para mejorar la legibilidad */
}

.preview-item span {
  margin-left: 15px;
  font-size: .85rem;
  font-weight: 600;
  color: #656565;
}

.attach-ok {
  display: none; 
}

div#submit-col-piano {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#submit-col .btn, #submit-col-piano .btn {
  padding: .75rem 2rem;
  font-weight: 600;
}

#submit-col .btn.btn-primary, #submit-col-piano .btn.btn-primary {
  background-color: #39aa88;
  border-color: #39aa88;
  border-radius: .25rem;
}

.status-msg-piano {
  margin-left: 15px;
  font-size: .9rem;
  font-weight: 700;
  color: #39aa88;
}

.forms-quotes .gi-textarea .icon, .forms-piano .gi-textarea .icon {
  top: 15px;
  transform: translateY(0px);
}

.table-confirmation tr th {
  font-size: .85rem;
  color: var(--bs-secondary);
  border-bottom: none;
  /*background-color: #39aa88;*/
  font-weight: 500;
}

.table-confirmation tr td {
  font-size: .95rem;
  border-bottom: none;
  padding: 0.15rem .5rem 1rem .5rem;
  font-weight: 600;
  color: var(--bs-gray-700);
}

.table-confirmation {
  max-width: 880px;
}

.table-container {
  margin: 15px auto 15px auto;
  display: flex;
  align-content: center;
  justify-content: center;
}

.modal-header {
  background-color: #0d324d;
  color: white;
  border-bottom: 4px solid #39aa88;
  padding-left: 2rem;
  padding-right: 2rem;
}

.modal-body p {
  font-size: .85rem;
  line-height: 1.75;
}

.modal-title {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 700;
}

.modal-header .btn-close {
  filter: invert(1000%);
}

.modal-body {
  padding: 2rem;
}

.modal-body ul {
  padding-left: 1rem;
  font-size: .85rem;
  margin-bottom: 0.5rem;
}

.services-card:hover {
  background-color: #39aa88;
}

.floating-box {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 350;
}

.btn-trigger img {
  filter: brightness(100);
}

.btn-trigger {
  font-weight: 700;
  transition: all .25s ease-in-out;
  position: relative;
  z-index: 5;
}

.btn-trigger:focus, .btn-trigger:active {
  box-shadow: none;
}

.btn-trigger.open {
  background-color: var(--bs-gray-700);
  border-color: var(--bs-gray-700);
}

.chat-header {
  padding: 1rem;
  background-color: #0d324d;
  border-radius: .5rem .5rem 0 0;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.chat-body {
  background-color: #f0f7ff;
  padding: 1rem;
  border-radius: 0 0 0 .75rem;
  margin-bottom: 10px;
  box-shadow: 0px 2px 11px rgba(33,37,41,0.16);
  max-height: 455px;
  overflow-y: scroll;
}

.chat-box {
  max-width: 320px;
}

.bubble-text {
  padding: .75rem;
  font-size: .825rem;
  width: 95%;
  margin-bottom: 15px;
}

.bubble-text.bt-company {
  background-color: #d0deea;
  border-radius: .5rem .5rem .5rem 0;
  padding-left: 1rem;
  opacity: 0;
  margin-left: -15px;
}

.bubble-text.bt-user {
  background-color: white;
  margin-right: 0px;
  margin-left: auto;
  border-radius: .75rem .75rem 0 .75rem;
  margin-bottom: 0.5rem;
  opacity: 0;
  margin-right: -15px;
}

.chat-form input, .chat-form textarea, .chat-form select {
  font-size: .8rem;
  padding: .6rem .75rem;
  font-weight: 500;
  resize: none;
  border-radius: .25rem;
  border-color: #EBEBEB;
}

.btn-send-chat {
  font-weight: 600;
  padding: .35rem 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.chat-form input:focus, .chat-form textarea:focus, .chat-form select:focus {
  box-shadow: none;
  border-color: var(--bs-blue);
}

.chat-box {
  position: relative;
  z-index: 1;
  transition: opacity, transform .35s ease-in-out;
  display: none;
  bottom: -50px;
}

.bubble-text p {
  line-height: 1.25;
}

.msg-status {
  text-align: right;
  font-size: .725rem;
  margin-bottom: 10px;
  color: #39aa88;
  font-weight: 600;
}

@media (min-width: 768px) {
  .steps-container {
    overflow-x: hidden;
  }
}

.steps-container {
  overflow-x: auto;
}

.status-msg {
  display: block;
  color: red;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 500;
}

#step-3 span.step-info {
  border-radius: 0 3rem 3rem 0;
}

h5.subtext-response small {
  font-size: .8rem;
}

div#navcol {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 800;
  background-color: #0d324dc9;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  justify-content: center;
}

.navbar-collapse.show {
  display: flex;
}

.navbar-collapse.show .navbar-nav {
  display: flex;
  align-items: center;
}

.navbar .nav-link {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: rgba(255,255,255,.85);
  padding: .75rem 1rem;
}

.navbar .nav-link.active {
  color: #39aa88;
}
.dropdown-menu {
  padding: 0px;
  border: none;
  background-color: transparent;
  border-radius: 0.25rem;
  backdrop-filter: none;
  overflow: hidden;
  width: 100%;
}

a.dropdown-item {
  padding: 0.35rem 1rem;
  color: white;
  font-size: 1.15rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  transition: all .25rem ease-in-out;
}

a.dropdown-item:last-of-type {
    border-bottom: transparent;
}

a.dropdown-item:hover, a.dropdown-item:focus {
  color: #0d324d;
}

.btn.close-menu {
  color: white;
  border: none;
  position: fixed;
  top: 20px;
  right: 15px;
}

.navbar-toggler-icon {
  width: 1.15em;
}

.navbar-toggler-icon:focus, .navbar-toggler-icon:active {
  box-shadow: none!important;
  outline: none!important;
}

/* REVIEWS */
.owl-reviews .owl-stage-outer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-reviews {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebebeb;
}

.reviews-container {
  display: flex;
  padding: 2rem;
  background: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: .758rem;
}

.reviews_thumbs {
  min-width: 80px;
  height: 80px;
  background: url(../img/icons/no-image.jpg) center center / cover no-repeat;
  border-radius: 50%;
  margin-right: 20px;
}

.reviews-content {
  font-size: .9rem;
}

p.r-request {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}

p.r-reply {
  margin-bottom: 10px;
}

p.r-extra {
  margin-top: 0;
  font-size: .8rem;
  color: #838383;
  margin-bottom: 0;
}

.owl-reviews .owl-item.center {
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out;
}

.reviews-foot {
  font-size: .85rem;
  text-align: center;
}

.reviews-foot p {
  margin-bottom: 8px;
}

.section-clients {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.img-clients {
  max-width: 180px;
  filter: saturate(0);
  transition: all 300ms ease-in-out;
}

.img-clients:hover {
  filter: saturate(100%);
}

.modal-body h5 {
  font-size: 1.05rem;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 22px;
}

.modal-body li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .navbar .btn-quote {
    border-radius: 2rem;
    margin-left: 12px;
    padding: .75rem 1rem!important;
    margin-top: 0px;
    font-size: .85rem!important;
  }

  .dropdown-menu {
    padding: 0px;
    border: none;
    background-color: #39aa88c4;
    border-radius: 0.25rem;
    backdrop-filter: blur(15px);
    overflow: hidden;
    min-width: 220px;
  }

  a.dropdown-item {
    padding: 0.75rem 1rem;
    color: white;
    font-size: .9rem;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    transition: all .25rem ease-in-out;
  }

  a.dropdown-item:last-of-type {
      border-bottom: transparent;
  }

  a.dropdown-item:hover, a.dropdown-item:focus {
    background-color: #0d324d;
    color: white;
  }

  div#navcol {
    position: relative;
    width: auto;
    height: inherit;
    z-index: 800;
    background-color: transparent;
    left: 0;
    bottom: auto;
    backdrop-filter: none;
    display: flex;
    justify-content: end;
  }

  .navbar .nav-link {
    text-transform: uppercase;
    font-size: .85rem;
    color: inherit;
    padding: inherit;
  }

  .navbar .btn-quote {
    border-radius: 2rem;
    margin-left: 12px;
    color: white;
  }

  .nav-link:last-of-type {
    text-transform: uppercase;
    font-size: .85rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    
  }

}

.fancybox__container {
  z-index: 9999;
}

.thumbs-link {
    background: center center / cover no-repeat;
    content: '';
    display: block;
    border-radius: .25rem;
}