@charset "UTF-8";
.logo img {
  max-height: 45px;
}

.address-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.address-wrapper ul .address {
  min-width: 240px;
  padding: 0 15px !important;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  display: flex !important;
  align-items: flex-start;
}
.address-wrapper ul .address > p:first-child {
  margin: 0;
  padding: 0;
  margin-right: 25px;
  margin-top: 0;
  width: 30px;
  flex-shrink: 0;
}
.address-wrapper ul .address > p:first-child i {
  margin-right: 0;
  text-align: center;
}
.address-wrapper ul .address .text-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.address-wrapper ul .address .text-wrapper h6 {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1.2;
}
.address-wrapper ul .address .text-wrapper p {
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
}
.address-wrapper ul .address a {
  display: inline-block;
  white-space: nowrap;
}
.address-wrapper ul .quotes {
  margin-left: auto;
}
.address-wrapper ul .quotes a {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .address-wrapper ul {
    flex-direction: column;
  }
  .address-wrapper ul .address {
    min-width: auto;
    margin-bottom: 10px;
    width: 100%;
  }
  .address-wrapper ul .quotes {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

.right-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  color: #cfd6e6;
}
.right-widget ul a {
  color: #cfd6e6;
  text-decoration: none;
  transition: all 0.3s linear;
  margin: 0 7px;
  font-size: 15px;
}
.right-widget ul a:hover {
  color: #fff;
}
.right-widget ul p {
  margin: 0;
  padding: 0;
}

.fab,
.fa {
  display: inline-block !important;
}

.theme-main-menu {
  position: relative;
  float: right;
  padding: 33px 0;
  z-index: 99;
}

#mega-menu-holder {
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mega-menu-holder::before,
#mega-menu-holder::after {
  content: "";
  display: table;
}

.theme-menu-wrapper #main-navigation {
  padding: 0;
  width: auto;
  margin: 0;
  list-style-type: none;
}
.theme-menu-wrapper #main-navigation .navbar-toggler {
  position: relative;
  z-index: 1002;
  margin: 25px 10px 25px 10px;
  border: none;
  padding: 10px;
}
.theme-menu-wrapper #main-navigation .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.theme-menu-wrapper #main-navigation #main-navbar-collapse {
  position: relative;
  z-index: 1001;
}
.theme-menu-wrapper .navbar-nav .nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.theme-menu-wrapper .navbar-nav .nav-item:first-child {
  border-left: 0;
}
.theme-menu-wrapper .navbar-nav .nav-item .nav-link {
  color: #8f97ab;
  padding: 27px 35px 27px 25px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s linear;
  position: relative;
  display: flex;
  align-items: center;
}
.theme-menu-wrapper .navbar-nav .nav-item .nav-link i {
  margin-right: 8px;
  font-size: 14px;
  width: 14px;
  text-align: center;
}
.theme-menu-wrapper .navbar-nav .nav-item .nav-link:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 75px;
  color: #8f97ab;
  border: none;
}
.theme-menu-wrapper .navbar-nav .nav-item .nav-link:hover, .theme-menu-wrapper .navbar-nav .nav-item .nav-link:focus {
  color: #fff;
}
.theme-menu-wrapper .navbar-nav .nav-item.dropdown.has-submenu > .nav-link {
  padding-right: 40px;
}
.theme-menu-wrapper .navbar-nav .nav-item.dropdown.has-submenu > .sub-toggle {
  font-family: "font-awesome";
  position: absolute;
  right: 26px;
  top: 0;
  line-height: 75px;
  color: #8f97ab;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.theme-menu-wrapper .navbar-nav .nav-item.active > .nav-link, .theme-menu-wrapper .navbar-nav .nav-item:hover > .nav-link, .theme-menu-wrapper .navbar-nav .nav-item.active > .sub-toggle, .theme-menu-wrapper .navbar-nav .nav-item:hover > .sub-toggle, .theme-menu-wrapper .navbar-nav .nav-item.active > .sub-toggle .fa, .theme-menu-wrapper .navbar-nav .nav-item:hover > .sub-toggle .fa {
  color: #fff;
}
.theme-menu-wrapper .navbar-nav .nav-item.active > .nav-link:after, .theme-menu-wrapper .navbar-nav .nav-item:hover > .nav-link:after, .theme-menu-wrapper .navbar-nav .nav-item.active > .sub-toggle:after, .theme-menu-wrapper .navbar-nav .nav-item:hover > .sub-toggle:after, .theme-menu-wrapper .navbar-nav .nav-item.active > .sub-toggle .fa:after, .theme-menu-wrapper .navbar-nav .nav-item:hover > .sub-toggle .fa:after {
  color: #fff;
}
.theme-menu-wrapper .navbar-nav .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  min-width: 300px;
  background: #fff;
  box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  display: none;
}
.theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item {
  width: 100%;
  background: none;
  padding: 8px 20px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 13px;
  color: #555555;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
  outline: 0;
  z-index: 1;
  transition: all 0.3s linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  cursor: pointer;
  white-space: normal;
}
.theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item i {
  margin-right: 8px;
  font-size: 12px;
  width: 12px;
  text-align: center;
}
.theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #001a57;
  transition: all 0.3s linear;
}
.theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:hover, .theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:hover:before, .theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:focus:before {
  width: 100%;
}
.theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #fff;
  background-color: transparent;
}
.theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item.active:before {
  width: 100%;
}
.theme-menu-wrapper .navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  .theme-menu-wrapper .mobile-nav-bar {
    background: transparent;
    padding: 10px 0;
    position: relative;
  }
  .theme-menu-wrapper .mobile-nav-bar .row {
    margin: 0;
  }
  .theme-menu-wrapper .mobile-nav-bar .row > div {
    padding: 0 5px;
  }
  .theme-menu-wrapper .mobile-nav-bar .mobile-widget {
    text-align: right;
  }
  .theme-menu-wrapper .mobile-nav-bar .mobile-widget ul {
    justify-content: flex-end;
    margin: 0;
  }
  .theme-menu-wrapper .mobile-nav-bar .mobile-widget ul li {
    margin: 0 5px;
  }
  .theme-menu-wrapper .mobile-nav-bar .mobile-widget ul a {
    font-size: 16px;
    margin: 0 3px;
  }
  .theme-menu-wrapper .mobile-menu-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    max-height: 70vh;
    overflow-y: auto;
    text-align: left;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    width: 100%;
  }
  .theme-menu-wrapper .mobile-menu-collapse:not(.show) {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
  }
  .theme-menu-wrapper .mobile-menu-collapse.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: slideDownFloat 0.3s ease;
  }
  .theme-menu-wrapper .navbar-toggler {
    display: block !important;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    position: relative;
    z-index: 1001;
  }
  .theme-menu-wrapper .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }
  .theme-menu-wrapper .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
  }
  .theme-menu-wrapper .navbar-nav .nav-item {
    border-left: none !important;
    width: 100%;
    display: block;
  }
  .theme-menu-wrapper .navbar-nav .nav-item .nav-link {
    width: 100%;
    padding: 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    line-height: 48px;
    color: #555555;
    text-decoration: none;
  }
  .theme-menu-wrapper .navbar-nav .nav-item .nav-link i {
    margin-right: 8px;
  }
  .theme-menu-wrapper .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
  .theme-menu-wrapper .navbar-nav .nav-item .nav-link:hover, .theme-menu-wrapper .navbar-nav .nav-item .nav-link:focus {
    color: #001a57;
    background: rgba(0, 26, 87, 0.05);
  }
  .theme-menu-wrapper .navbar-nav .nav-item.active > .nav-link {
    color: #001a57;
    background: rgba(0, 26, 87, 0.05);
  }
  .theme-menu-wrapper .navbar-nav .dropdown-menu {
    position: static;
    width: 100%;
    background: #f8f9fa;
    box-shadow: none;
    padding: 0;
    margin-left: 15px;
    width: calc(100% - 15px);
    border: none;
  }
  .theme-menu-wrapper .navbar-nav .dropdown-menu:not(.show) {
    display: none;
  }
  .theme-menu-wrapper .navbar-nav .dropdown-menu.show {
    display: block;
    animation: slideDown 0.3s ease;
  }
  .theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item {
    color: #555555;
    padding: 10px 20px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
    position: relative;
  }
  .theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item i {
    margin-right: 8px;
  }
  .theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:hover, .theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #001a57;
    background: rgba(0, 26, 87, 0.05);
    text-decoration: none;
  }
  .theme-menu-wrapper .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #001a57;
    background: rgba(0, 26, 87, 0.1);
  }
}
@keyframes slideDownFloat {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
.mobile-menu-overlay.show {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .desktop-widget {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mobile-widget {
    display: none !important;
  }
  .mobile-nav-bar {
    display: none !important;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .theme-menu-wrapper.fixed {
    position: relative !important;
  }
  .theme-menu-wrapper.fixed .mobile-nav-bar {
    padding: 5px 0;
  }
}
.position-relative.theme-menu-wrapper.fixed,
.position-static.theme-menu-wrapper.fixed {
  position: fixed !important;
}

@keyframes slideUpFloat {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.theme-inner-banner {
  background: url(../images/aabaco-cartagena-colombia-rutanavegacion.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #707d9e;
}
.theme-inner-banner nav[aria-label=breadcrumb] {
  margin-top: 10px;
}
.theme-inner-banner nav[aria-label=breadcrumb] .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  justify-content: center;
  font-size: 0.95rem;
}
.theme-inner-banner nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 0 0.75rem;
}
.theme-inner-banner nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.theme-inner-banner nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.theme-inner-banner nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item::before {
  content: "/";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
}
.theme-inner-banner nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}
.theme-inner-banner nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
  text-decoration: none;
}
.theme-inner-banner nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}
.theme-inner-banner .overlay {
  background-color: rgba(0, 26, 87, 0.75);
  padding: 72px 0;
}
.theme-inner-banner .overlay .container {
  text-align: center;
}
.theme-inner-banner .overlay .container h2,
.theme-inner-banner .overlay .container h3 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 45px;
}
.theme-inner-banner:hover .overlay {
  background-color: rgba(0, 26, 87, 0.8);
}

.callout-banner.no-bg p.float-right {
  padding: 0 !important;
  width: auto !important;
}

.callout-banner .field__item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  align-items: center;
}
.callout-banner .field__item h3 {
  grid-column: 1;
  grid-row: 1;
}
.callout-banner .field__item p {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
}
.callout-banner.details .field__item {
  grid-gap: 30px;
}
.callout-banner.details .field__item ul {
  grid-column: 1;
  grid-row: 2;
}
.callout-banner.details .field__item p {
  grid-row: 1/span 2;
}

.callout-banner {
  background-color: #001a57;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}
.callout-banner::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(45deg);
  z-index: 1;
}
.callout-banner .field__item h3 {
  color: white;
  margin: 0;
  font-weight: 600;
  flex: 1 1 50%;
  font-size: 1.5rem;
}
.callout-banner .field__item a.theme-button-one {
  flex: 0 0 auto;
  white-space: nowrap;
  transition: all 0.3s ease;
  background-color: white;
  color: #001a57;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.callout-banner .field__item a.theme-button-one:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  background-color: #f8f9fa;
}
.callout-banner .field__item p {
  margin: 0;
  width: auto !important;
}
@media (max-width: 767px) {
  .callout-banner .field__item {
    flex-direction: column;
    text-align: center;
  }
  .callout-banner .field__item h3 {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .callout-banner .field__item a.theme-button-one {
    width: 100%;
    text-align: center;
  }
}
.callout-banner.border-style {
  background-color: transparent;
  border: 2px solid #001a57;
}
.callout-banner.border-style .field__item h3 {
  color: #001a57;
}
.callout-banner.border-style a.theme-button-one {
  background-color: #001a57;
  color: white;
}
.callout-banner.gradient-style {
  background: linear-gradient(135deg, #001a57 0%, #003399 100%);
}
.callout-banner.gradient-style a.theme-button-one {
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
}

.callout-banner .opacity {
  background: none;
}

.callout-banner.details {
  padding: 35px 30px;
}
.callout-banner.details .field__item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
  align-items: center;
}
.callout-banner.details .field__item h3 {
  margin-bottom: 15px;
  font-size: 1.4rem;
  flex: none;
  width: 100%;
}
.callout-banner.details .field__item ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.callout-banner.details .field__item ul li {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: baseline;
}
.callout-banner.details .field__item ul li:before {
  content: "🔹";
  margin-right: 8px;
  font-size: 0.85rem;
}
.callout-banner.details .field__item ul li:last-child {
  margin-bottom: 0;
}
.callout-banner.details .field__item p {
  grid-column: 2;
  grid-row: 1/span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  align-self: stretch;
}
.callout-banner.details .field__item a.theme-button-one {
  padding: 15px 20px;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 200px;
  white-space: normal;
}
.callout-banner.details .field__item a.theme-button-one i,
.callout-banner.details .field__item a.theme-button-one .fas,
.callout-banner.details .field__item a.theme-button-one .fa {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .callout-banner.details .field__item {
    grid-template-columns: 1fr;
  }
  .callout-banner.details .field__item p {
    grid-column: 1;
    grid-row: 3;
    margin-top: 20px;
    justify-content: flex-start;
  }
  .callout-banner.details .field__item a.theme-button-one {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .callout-banner.details .field__item {
    text-align: left;
  }
  .callout-banner.details .field__item p {
    justify-content: center;
  }
  .callout-banner.details .field__item a.theme-button-one {
    width: 100%;
  }
}
.callout-banner.details.gradient-style ul li {
  color: rgba(255, 255, 255, 0.95);
}
.callout-banner.details.gradient-style a.theme-button-one {
  background: white;
  color: #001a57;
}
.callout-banner.details.gradient-style a.theme-button-one:hover {
  background: #f8f9fa;
}
.callout-banner.details.border-style ul li {
  color: #444;
}

.why-we-best,
.presentation-section {
  position: relative;
  isolation: isolate;
  /* Para contener el pseudo-elemento */
}
.why-we-best.full-width-section.vertical-center .wrapper,
.presentation-section.full-width-section.vertical-center .wrapper {
  margin: 0;
  box-shadow: none;
}
.why-we-best .best-list-item p:first-child,
.presentation-section .best-list-item p:first-child {
  margin: 0 !important;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 60px;
}
.why-we-best .wrapper .img-box img,
.presentation-section .wrapper .img-box img {
  border-radius: 0 5px 5px 0;
}

.why-we-best::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 87, 0.9);
  opacity: 0.8;
  /* Ajusta la opacidad según necesites */
  z-index: -1;
  background-attachment: fixed;
  /* Mantiene el efecto parallax si lo necesitas */
}

.why-we-best.overlay {
  background: rgba(0, 26, 87, 0.9);
  padding: 95px 0 0 0;
  min-height: 570px;
}

@media (max-width: 991px) {
  .faq-section.overlay,
  .why-we-best.overlay {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .why-we-best.overlay .best-list-item li p:first-child {
    font-size: 36px;
  }
}
.consultation-form .aabaco-media-block {
  margin: 0 !important;
}
.consultation-form form.theme-form-one {
  background: #fff;
  border-radius: 0 5px 5px 0;
  min-height: 500px;
  padding: 40px 30px 0 30px;
}
.consultation-form form.theme-form-one .form-wrapper {
  border-radius: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

form input.theme-button-one {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
  margin: 0 !important;
}
form .form-actions {
  margin: 0 !important;
}

.our-solution .aabaco-media-block {
  margin-bottom: 0 !important;
}
.our-solution .single-solution-block {
  margin-top: 0px !important;
}
.our-solution .single-solution-block h4 {
  font-size: 50px;
}
.our-solution .aabaco-media-block.single-solution-block {
  margin-top: 55px !important;
}
.our-solution .callout-banner.no-bg p.float-right:before {
  background: #c3c3c3;
  content: "";
  width: 4px;
  height: 93%;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: 3px;
}
.our-solution.cards .single-solution-block {
  margin-top: 0px !important;
}
.our-solution.cards .single-solution-block h4 {
  font-size: 24px;
}

.why-choose-us {
  position: relative;
  isolation: isolate;
  /* Para contener el pseudo-elemento */
}
.why-choose-us .single-block p:first-child {
  margin: 0 !important;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 60px;
}

@media (max-width: 575px) {
  .why-choose-us .single-block p:first-child {
    font-size: 36px;
  }
}
.consultation-form .form-wrapper {
  height: 350px !important;
}

.testimonial-section::before,
.feature-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 87, 0.9);
  background-attachment: fixed;
  opacity: 0.8;
}

.theme-title-one h3 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 22px;
  font-size: 38px;
  font-weight: 900;
}

.theme-title-one h3::before {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #c3c3c3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.overlay h2,
.overlay h3,
.feature-banner .theme-title-one h2,
.feature-banner .theme-title-one h3,
.feature-banner .theme-title-one p,
.testimonial-section .theme-title-one h2,
.testimonial-section .theme-title-one h3,
.testimonial-section .theme-title-one p {
  color: #fff;
}

.theme-title-one h3::before {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #c3c3c3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.faq-section details,
.topics details,
.core-values details {
  margin-bottom: 0;
}
.faq-section details:last-child,
.topics details:last-child,
.core-values details:last-child {
  border-bottom: none;
}
.faq-section details:last-child .details-wrapper,
.topics details:last-child .details-wrapper,
.core-values details:last-child .details-wrapper {
  border-bottom: none;
}

.feature-banner.opacity.full-width-section {
  padding: 74px 0 80px 0;
}

.feature-banner.opacity h2,
.feature-banner.opacity h3 {
  font-size: 42px;
  line-height: 52px;
  text-transform: inherit;
  color: #fff;
  padding: 0 100px;
  margin-bottom: 32px;
}

.core-values.title,
.consultation-form.title {
  padding-bottom: 0px !important;
}

.core-values.contenido {
  padding-top: 0px !important;
}

.core-values.our-solution {
  background-color: transparent !important;
  padding-top: 5px;
}

.section-spacing.overlay {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 125px 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-gutters .row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters .row > .col,
.no-gutters .row > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-gutters .layout.row,
.no-gutters .layout-builder__layout.row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters .layout.row > .col,
.no-gutters .layout.row > [class*=col-],
.no-gutters .layout-builder__layout.row > .col,
.no-gutters .layout-builder__layout.row > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

details {
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}
details[open] summary:after {
  content: "\f109";
}
details[open] .details-wrapper {
  max-height: 1000px;
  opacity: 1;
}
details summary {
  color: #232323;
  padding: 15px 25px 15px 0;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font-weight: 600;
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary:after {
  content: "\f10a";
  font-family: Flaticon;
  font-size: 20px;
  color: #c7c7c7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
details summary:hover {
  color: #001a57;
}
details summary .summary {
  display: none;
}
details .details-wrapper {
  border: none;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.2s ease-out, padding 0.2s ease;
}

details[open] .details-wrapper {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
}

.full-width-section {
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
}
.full-width-section.vertical-center {
  display: flex;
  align-items: center;
  min-height: 400px;
}
.full-width-section.vertical-center > .container {
  width: 100%;
}
.full-width-section > .container.vertical-center {
  display: flex;
  align-items: center;
  min-height: inherit;
}
.full-width-section > .container.vertical-center > .row,
.full-width-section > .container.vertical-center > .layout,
.full-width-section > .container.vertical-center > .layout-builder__layout {
  width: 100%;
}
.full-width-section > .container > .row.vertical-center,
.full-width-section > .container > .layout.vertical-center,
.full-width-section > .container > .layout-builder__layout.vertical-center {
  display: flex;
  align-items: center;
  min-height: inherit;
}

.contact-us-section .form-wrapper .form-wrapper {
  padding: 5px !important;
  height: auto !important;
  border-radius: 0 !important;
}
.contact-us-section .form-wrapper .form-wrapper .form-group.form-item {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .our-solution .single-solution-block h4 {
    font-size: 28px;
  }
}
footer {
  padding: 0 !important;
}

.theme-footer-one .bottom-footer p {
  margin: 0;
  padding: 0;
}

.theme-footer-one .bottom-footer ul {
  margin: 0;
  padding: 0;
}

about-compnay-two img.img-fluid {
  border-radius: 5px;
}

/* 
 * FAQ Styling
 * Estilos para la sección de preguntas frecuentes
 */
.faqs-container {
  margin-bottom: 60px;
}
.faqs-container .section-title {
  margin-bottom: 40px;
  text-align: center;
}
.faqs-container .section-title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.faqs-container .section-title h2:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: #001a57;
  left: 15%;
  bottom: 0;
}
.faqs-container .section-title p {
  max-width: 700px;
  margin: 15px auto 0;
  color: rgba(35, 35, 35, 0.85);
}
.faqs-container .faq-search {
  margin-bottom: 30px;
  position: relative;
}
.faqs-container .faq-search input[type=search] {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.faqs-container .faq-search input[type=search]:focus {
  border-color: #001a57;
  box-shadow: 0 0 0 3px rgba(0, 26, 87, 0.1);
  outline: none;
}
.faqs-container .faq-search button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(35, 35, 35, 0.5);
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.faqs-container .faq-search button:hover {
  color: #001a57;
}
.faqs-container .faq-tabs {
  margin-bottom: 30px;
  border-bottom: 2px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.faqs-container .faq-tabs .faq-tab {
  padding: 12px 20px;
  margin: 0 5px -2px;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  color: #232323;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
}
.faqs-container .faq-tabs .faq-tab:hover {
  color: #0056b3;
}
.faqs-container .faq-tabs .faq-tab.active {
  border-bottom: 2px solid #001a57;
  color: #001a57;
}
.faqs-container .faq-tabs .faq-tab .count {
  display: inline-block;
  background-color: rgba(0, 26, 87, 0.1);
  color: #001a57;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 12px;
  margin-left: 6px;
  min-width: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .faqs-container .faq-tabs {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 5px;
  }
  .faqs-container .faq-tabs::-webkit-scrollbar {
    height: 3px;
  }
  .faqs-container .faq-tabs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 26, 87, 0.3);
    border-radius: 3px;
  }
  .faqs-container .faq-tabs .faq-tab {
    white-space: nowrap;
    flex: 0 0 auto;
  }
}
.faqs-container .faq-tab-content {
  display: none;
}
.faqs-container .faq-tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
.faqs-container .faq-tab-content .faq-accordion {
  border-top: 1px solid #e6e6e6;
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item:hover {
  background-color: rgba(0, 26, 87, 0.02);
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item summary {
  padding: 20px 50px 20px 20px;
  font-weight: 600;
  color: #232323;
  position: relative;
  cursor: pointer;
  list-style: none;
  outline: none;
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item summary::-webkit-details-marker {
  display: none;
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item summary:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free", sans-serif;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #001a57;
  font-size: 18px;
  font-weight: 900;
  transition: transform 0.3s ease;
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item summary:hover {
  color: #001a57;
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item[open] {
  background-color: rgba(0, 26, 87, 0.05);
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item[open] summary:after {
  transform: translateY(-50%) rotate(180deg);
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item .details-wrapper {
  padding: 0 20px 20px;
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item .details-wrapper p {
  margin-top: 0;
  color: rgba(35, 35, 35, 0.85);
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item .details-wrapper ul, .faqs-container .faq-tab-content .faq-accordion details.faq-item .details-wrapper ol {
  padding-left: 20px;
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item .details-wrapper ul li, .faqs-container .faq-tab-content .faq-accordion details.faq-item .details-wrapper ol li {
  margin-bottom: 10px;
}
.faqs-container .faq-tab-content .faq-accordion details.faq-item .details-wrapper ul li:last-child, .faqs-container .faq-tab-content .faq-accordion details.faq-item .details-wrapper ol li:last-child {
  margin-bottom: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-search-results {
  display: none;
  margin-top: 30px;
}
.faq-search-results.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
.faq-search-results .search-status {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.faq-search-results .search-status .search-term {
  color: #001a57;
  font-weight: 600;
}
.faq-search-results .search-status .result-count {
  font-weight: 600;
}
.faq-search-results .no-results {
  text-align: center;
  padding: 30px;
  background-color: rgba(230, 230, 230, 0.2);
  border-radius: 5px;
}
.faq-search-results .no-results h3 {
  color: #232323;
  margin-bottom: 15px;
}
.faq-search-results .no-results p {
  max-width: 500px;
  margin: 0 auto;
  color: rgba(35, 35, 35, 0.7);
}
/*# sourceMappingURL=aabaco-custom.css.map */
