@import '../../node_modules/swiper/swiper-bundle.min.css';
.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.align-items-center {
  align-items: center;
}

[class^=col-] {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 0;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contenedor-header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.top-bar {
  color: #fff;
  font-size: 0.9rem;
  background: transparent;
  position: relative;
  z-index: 2;
}
.top-bar .container {
  margin: 0 auto;
  padding: 0 15px;
}
.top-bar__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-bar__contact {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #0C4C9C;
  padding: 5px;
  width: 40rem;
  justify-content: center;
}
@media (min-width: 1600px) {
  .top-bar__contact {
    width: 40rem;
  }
}
@media (max-width: 991px) {
  .top-bar__contact {
    width: auto;
    max-width: 100%;
    gap: 12px;
    padding: 5px 10px;
    flex-wrap: nowrap;
  }
}
.top-bar__item {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.top-bar__item:hover {
  opacity: 0.8;
  color: #63ADF8;
}
.top-bar__item .dashicons,
.top-bar__item i {
  margin-right: 5px;
  font-size: 1.1rem;
  width: auto;
  height: auto;
  line-height: inherit;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .top-bar__item--whatsapp .top-bar__number {
    display: none;
  }
}

.site-header {
  padding: 15px 0;
  color: #fff;
  position: relative;
  z-index: 1000;
  width: 100%;
}
.site-header a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-header a:hover {
  color: #63ADF8;
}
.site-header__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.site-header__col--logo {
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
  max-width: 250px;
}
.site-header__col--logo img {
  max-height: 80px;
  width: auto;
  display: block;
}
.site-header__col--action {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  align-items: center;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: block;
  }
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.mobile-menu-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.mobile-menu-header .mobile-menu-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #003366;
}
.mobile-menu-header .mobile-menu-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

@media (max-width: 991px) {
  .main-navigation {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100vh;
    background: #F4F6F8;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .main-navigation.active {
    left: 0;
  }
  .main-navigation .mobile-menu-header {
    display: flex;
    background-color: #004aad;
    border-bottom: none;
  }
  .main-navigation .mobile-menu-header .mobile-menu-logo {
    max-width: 150px;
  }
  .main-navigation .mobile-menu-header .mobile-menu-logo img {
    max-height: 50px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
  }
  .main-navigation .mobile-menu-header .mobile-menu-logo .mobile-menu-title {
    color: #fff;
  }
  .main-navigation .mobile-menu-header .mobile-menu-close {
    color: #fff;
  }
  .main-navigation .menu {
    flex-direction: column;
    gap: 0;
  }
  .main-navigation .menu-item {
    border-bottom: 1px solid #f5f5f5;
  }
  .main-navigation .menu-item a {
    color: #333;
    padding: 15px 20px;
  }
  .main-navigation .menu-item.menu-item-has-children > a::after {
    border-top-color: #333;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
  }
  .main-navigation .menu-item .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
    background: transparent;
    display: none;
    padding-left: 20px;
  }
  .main-navigation .menu-item .sub-menu.active {
    display: block;
  }
  .main-navigation .btn-cotizar {
    margin: 20px;
    padding: 0;
    border: none;
  }
  .main-navigation .btn-cotizar a {
    display: flex !important;
    align-items: stretch;
    text-decoration: none;
    padding: 0 !important;
    overflow: hidden;
    border: none;
    background: transparent;
  }
  .main-navigation .btn-cotizar a .btn-text {
    background-color: #63ADF8;
    color: #003366;
    padding: 12px 24px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
  }
  .main-navigation .btn-cotizar a .btn-icon {
    background-color: #003366;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-navigation .btn-cotizar a .btn-icon svg path {
    stroke: #fff;
  }
  .main-navigation .btn-cotizar a:hover .btn-text {
    background-color: rgb(74.5950920245, 160.1717791411, 246.9049079755);
  }
  .main-navigation .btn-cotizar a:hover .btn-icon {
    background-color: rgb(13.8214285714, 87.5357142857, 179.6785714286);
  }
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.menu-item {
  position: relative;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
}
.menu-item a {
  display: block;
  padding: 10px 0;
}
.menu-item.menu-item-has-children > a {
  padding-right: 15px;
  position: relative;
}
.menu-item.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.menu-item.menu-item-has-children > a:hover::after {
  border-top-color: #63ADF8;
}
.menu-item.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.menu-item.current-menu-item > a, .menu-item.current-menu-ancestor > a {
  position: relative;
}
.menu-item.current-menu-item > a::before, .menu-item.current-menu-ancestor > a::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #63ADF8;
}
.menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  list-style: none;
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 4px;
  z-index: 999;
}
.menu-item .sub-menu li {
  padding: 0;
}
.menu-item .sub-menu li a {
  color: #333;
  padding: 10px 20px;
  font-size: 0.95rem;
}
.menu-item .sub-menu li a:hover {
  background-color: #f5f5f5;
  color: #003366;
}
.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-cotizar {
  border: 2px solid;
  padding: 0rem 2rem;
}
.btn-cotizar .btn-icon {
  display: none;
}

.contenedor-header.header-internal {
  position: relative;
}
.contenedor-header.header-internal .site-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.contenedor-header.header-internal .site-header__col--logo img {
  filter: brightness(0) invert(16%) sepia(94%) saturate(2333%) hue-rotate(205deg) brightness(91%) contrast(96%);
}
.contenedor-header.header-internal .site-header .main-navigation .menu > .menu-item > a {
  color: #0C4C9C;
  font-family: "Nunito";
  font-weight: 600;
}
.contenedor-header.header-internal .site-header .main-navigation .menu > .menu-item > a:hover {
  color: #63ADF8;
}
.contenedor-header.header-internal .site-header .main-navigation .menu > .menu-item-has-children > a::after {
  border-top-color: #0C4C9C;
}
.contenedor-header.header-internal .site-header .main-navigation .menu > .menu-item-has-children > a:hover::after {
  border-top-color: #63ADF8;
}
.contenedor-header.header-internal .site-header .btn-cotizar {
  border-color: #0C4C9C;
  padding: 0rem 2rem;
}
.contenedor-header.header-internal .site-header .btn-cotizar a {
  color: #0C4C9C !important;
  padding: 10px 0;
}
.contenedor-header.header-internal .site-header .mobile-menu-toggle {
  color: #0C4C9C;
}

.home-slider {
  width: 100%;
  height: 50rem;
  position: relative;
}
.home-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.home-slider .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.home-slider .swiper-slide .container {
  position: relative;
  z-index: 2;
}
.home-slider .slider-content {
  color: #fff;
}
.home-slider .slider-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .home-slider .slider-content h2 {
    font-size: 3.5rem;
  }
}
.home-slider .slider-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: 400;
}
.home-slider .slider-content .btn-primary {
  background-color: #63ADF8;
  color: #fff;
  padding: 17px 30px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0px 3px 3px 0px;
  transition: background 0.3s;
  display: inline-block;
}
.home-slider .slider-content .btn-primary:hover {
  background-color: rgb(50.1901840491, 147.3435582822, 245.8098159509);
}
.home-slider .slider-content .slider-actions {
  display: flex;
  align-items: center;
}
.home-slider .slider-content .slider-actions__icon-box {
  background-color: #0C4C9C;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slider .slider-content .slider-actions__icon-box img {
  display: block;
  width: 40px;
  height: 40px;
}
.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
  color: #fff;
}
.home-slider .swiper-pagination-bullet-active {
  background: #63ADF8;
}

.services-grid {
  padding: 6rem 0;
  background-color: #F4F6F8;
}
.services-grid .section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 0;
  display: inline-flex;
  align-items: baseline;
  color: #1a1a1a;
  letter-spacing: -1px;
}
.services-grid .section-title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #63ADF8;
  margin-left: 8px;
}
.services-grid .service-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s;
  border: 1px solid #eee;
}
.services-grid .service-card:hover {
  transform: translateY(-5px);
}
.services-grid .service-card .service-image {
  height: 300px;
  overflow: hidden;
}
.services-grid .service-card .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-grid .service-card .service-content {
  padding: 30px 25px;
}
.services-grid .service-card .service-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #0C4C9C;
  font-weight: 700;
}
.services-grid .service-card .service-content p {
  color: #182024;
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.36px;
  opacity: 0.8;
  text-align: left;
}
.services-grid .service-card .service-content .btn-service-custom {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.services-grid .service-card .service-content .btn-service-custom .btn-text {
  background-color: #0C4C9C;
  color: #fff;
  padding: 12px 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}
.services-grid .service-card .service-content .btn-service-custom .btn-icon {
  background-color: #63ADF8;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.services-grid .service-card .service-content .btn-service-custom .btn-icon svg {
  transition: transform 0.3s ease;
  width: 12px;
  height: auto;
  stroke: #fff;
}
.services-grid .service-card .service-content .btn-service-custom .btn-icon svg path {
  stroke: #fff;
}
.services-grid .service-card .service-content .btn-service-custom:hover {
  transform: translateY(-2px);
}
.services-grid .service-card .service-content .btn-service-custom:hover .btn-text {
  background-color: #004080;
}
.services-grid .service-card .service-content .btn-service-custom:hover .btn-icon {
  background-color: rgb(138.0478527607, 193.5251533742, 249.7521472393);
}
.services-grid .service-card .service-content .btn-service-custom:hover .btn-icon svg {
  transform: translateX(3px);
}

.page-quienes-somos h2.section-title-interno {
  color: #192024;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.page-quienes-somos .page-banner {
  background-size: cover;
  background-position: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.page-quienes-somos .page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.page-quienes-somos .page-banner .section-title-header {
  color: #fff;
  position: relative;
  z-index: 2;
}
.page-quienes-somos .about-results {
  background-color: #f8f9fa;
}
.page-quienes-somos .about-results .results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.page-quienes-somos .about-results .result-card {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  text-align: center;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-quienes-somos .about-results .result-card:hover {
  transform: translateY(-5px);
}
.page-quienes-somos .about-results .result-card .result-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.page-quienes-somos .about-results .result-card .result-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
  align-self: flex-start;
  text-align: left;
  width: 100%;
}
.page-quienes-somos .about-results .result-card .contenedor-resultado-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 2rem;
  width: 100%;
}
.page-quienes-somos .about-results .result-card .contenedor-resultado-content .result-icon img {
  max-width: 60px;
  height: auto;
  display: block;
}
.page-quienes-somos .about-results .result-card .contenedor-resultado-content .result-number {
  font-size: 6.25rem;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}
.page-quienes-somos .about-results .result-card .result-separator {
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0.3;
  margin-bottom: 1.5rem;
}
.page-quienes-somos .about-results .result-card .result-text {
  font-size: 17px;
  font-weight: 600;
  opacity: 1;
  text-align: left;
  width: 100%;
}
.page-quienes-somos .about-team {
  background-color: #f4f4f4;
}
.page-quienes-somos .about-team .section-title {
  color: #333;
}
.page-quienes-somos .about-team .section-title.blanco {
  color: #333;
}
.page-quienes-somos .team-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .page-quienes-somos .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .page-quienes-somos .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-quienes-somos .team-member {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background-color: #fff;
  aspect-ratio: 1/1;
}
.page-quienes-somos .team-member:hover {
  transform: translateY(-5px);
}
.page-quienes-somos .team-member:hover .member-img-bg {
  transform: scale(1.05);
}
.page-quienes-somos .team-member .member-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-quienes-somos .team-member .member-img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.page-quienes-somos .team-member .member-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  padding: 30px 20px 20px;
  display: flex;
  align-items: flex-end;
  min-height: 50%;
}
.page-quienes-somos .team-member .member-content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page-quienes-somos .team-member .member-info-col {
  flex: 1;
  padding-right: 15px;
}
.page-quienes-somos .team-member .member-name {
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 1.2;
  text-align: left;
}
.page-quienes-somos .team-member .member-position {
  color: #fff !important;
  font-size: 0.95rem;
  margin: 0;
  font-weight: 400;
}
.page-quienes-somos .team-member .member-social-col {
  flex-shrink: 0;
}
.page-quienes-somos .team-member .member-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease;
}
.page-quienes-somos .team-member .member-social-icon svg {
  fill: currentColor;
}
.page-quienes-somos .team-member .member-social-icon:hover {
  background-color: #fff;
  color: #0077b5;
  border-color: #fff;
}

.blog-page-container {
  padding: 60px 0px;
  max-width: 1200px;
  margin: 0 auto;
  width: 70%;
}

.blog-hero-banner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-hero-banner .blog-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-hero-banner .blog-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-hero-banner .section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0;
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.blog-hero-banner .section-title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #63ADF8;
  margin-left: 8px;
  box-shadow: none;
}

.blog-category-badge {
  display: inline-block;
  background-color: #63ADF8;
  color: #192024;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 12px;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-date {
  font-size: 0.85rem;
  color: #888;
  display: inline-block;
  margin-bottom: 10px;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #192024;
  text-decoration: none;
  margin-top: 20px;
  transition: opacity 0.3s;
}
.read-more-link:hover {
  opacity: 0.8;
}
.read-more-link .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #63ADF8;
  border-radius: 50%;
  margin-left: 8px;
}
.read-more-link .icon-circle svg {
  width: 10px;
  height: 10px;
  fill: #192024;
}

.featured-post {
  margin-bottom: 60px;
}
.featured-post .featured-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .featured-post .featured-card {
    flex-direction: row;
    align-items: center;
  }
}
.featured-post .featured-image {
  flex: 1.5;
  border-radius: 8px;
  overflow: hidden;
  height: 400px;
}
.featured-post .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.featured-post .featured-content {
  flex: 1;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .featured-post .featured-content {
    padding-left: 30px;
  }
}
.featured-post .featured-content .entry-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #192024;
}
.featured-post .featured-content .entry-title a {
  color: inherit;
  text-decoration: none;
}
.featured-post .featured-content .entry-title a:hover {
  color: #0C4C9C;
}
.featured-post .featured-content .entry-excerpt {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .blog-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-posts-grid .blog-card {
  display: flex;
  flex-direction: column;
}
.blog-posts-grid .blog-card .card-image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
.blog-posts-grid .blog-card .card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-posts-grid .blog-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-posts-grid .blog-card .card-image:hover img {
  transform: scale(1.05);
}
.blog-posts-grid .blog-card .card-meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-posts-grid .blog-card .entry-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #192024;
}
.blog-posts-grid .blog-card .entry-title a {
  color: inherit;
  text-decoration: none;
}
.blog-posts-grid .blog-card .entry-title a:hover {
  color: #0C4C9C;
}

.single-post-main {
  padding: 60px 0;
}

.single-post {
  max-width: 100%;
}

.single-post-hero {
  margin-bottom: 30px;
}
.single-post-hero .single-post-image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-post-hero .single-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-post-hero .single-post-hero-content .card-meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-post-hero .single-post-hero-content .single-post-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #192024;
}

.single-post-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}
.single-post-content p {
  margin-bottom: 1.2rem;
}
.single-post-content a {
  color: #0C4C9C;
  text-decoration: underline;
}
.single-post-content ul,
.single-post-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.single-post-share {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-post-share-label {
  font-weight: 700;
  color: #192024;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}

.share-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.share-btn--facebook {
  background-color: #1877F2;
}

.share-btn--instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.single-post-back {
  margin-top: 40px;
  text-align: center;
}

.single-post-comments {
  margin-top: 60px;
}

.single-servicio-main .servicio-banner {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 60px;
}
.single-servicio-main .servicio-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.single-servicio-main .servicio-banner .container {
  position: relative;
  height: 100%;
}
.single-servicio-main .servicio-banner .container .row {
  height: 100%;
}
.single-servicio-main .servicio-banner .servicio-title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  text-transform: none;
  margin: 0;
}
.single-servicio-main .servicio-banner .servicio-title .accent-dot {
  color: #63ADF8;
}
.single-servicio-main .servicio-content-section {
  margin-bottom: 80px;
}
.single-servicio-main .servicio-content-section .servicio-frase {
  padding-right: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin-bottom: 0;
}
.single-servicio-main .servicio-content-section .servicio-frase h2, .single-servicio-main .servicio-content-section .servicio-frase h3, .single-servicio-main .servicio-content-section .servicio-frase p, .single-servicio-main .servicio-content-section .servicio-frase div {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: inherit;
}
.single-servicio-main .servicio-content-section .servicio-descripcion {
  color: #555;
  line-height: 1.5;
  font-size: 1rem;
}
.single-servicio-main .servicio-content-section .servicio-descripcion p {
  margin-bottom: 1rem;
}
.single-servicio-main .servicio-items-section {
  margin-bottom: 80px;
}
.single-servicio-main .servicio-items-section .servicio-card {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-servicio-main .servicio-items-section .servicio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.single-servicio-main .servicio-items-section .servicio-card .servicio-card-image {
  height: 220px;
  overflow: hidden;
}
.single-servicio-main .servicio-items-section .servicio-card .servicio-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.single-servicio-main .servicio-items-section .servicio-card:hover .servicio-card-image img {
  transform: scale(1.05);
}
.single-servicio-main .servicio-items-section .servicio-card .servicio-card-title {
  padding: 20px 20px 10px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a428a;
  margin-bottom: 15px;
  flex-grow: 1;
  line-height: 1.2;
}
.single-servicio-main .servicio-items-section .servicio-card .servicio-card-footer {
  padding: 0 20px 20px;
}
.single-servicio-main .servicio-items-section .servicio-card .btn-solicitar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1a428a;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  height: 2.1rem;
}
.single-servicio-main .servicio-items-section .servicio-card .btn-solicitar .btn-text {
  padding: 10px 15px;
}
.single-servicio-main .servicio-items-section .servicio-card .btn-solicitar .btn-icon {
  background-color: #63ADF8;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  transition: background-color 0.3s ease;
}
.single-servicio-main .servicio-items-section .servicio-card .btn-solicitar .btn-icon i {
  color: #fff;
}
.single-servicio-main .servicio-items-section .servicio-card .btn-solicitar:hover {
  background-color: rgb(21.9573170732, 55.737804878, 116.5426829268);
}

@media (max-width: 768px) {
  .single-servicio-main .servicio-banner {
    height: 300px;
  }
  .single-servicio-main .servicio-banner .servicio-title {
    font-size: 2.5rem;
  }
  .single-servicio-main .servicio-content-section .servicio-frase {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .single-servicio-main .servicio-content-section .servicio-frase h2, .single-servicio-main .servicio-content-section .servicio-frase h3, .single-servicio-main .servicio-content-section .servicio-frase p, .single-servicio-main .servicio-content-section .servicio-frase div {
    font-size: 1.8rem;
  }
}
.error-404 {
  padding: 100px 0;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404 .error-content {
  max-width: 800px;
  margin: 0 auto;
}
.error-404 .page-title {
  font-size: 8rem;
  color: #0C4C9C;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .error-404 .page-title {
    font-size: 12rem;
  }
}
.error-404 .error-heading {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .error-404 .error-heading {
    font-size: 2.5rem;
  }
}
.error-404 .page-content p {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 40px;
}
.error-404 .btn-home {
  background-color: #0C4C9C;
  color: #fff;
  padding: 15px 40px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.error-404 .btn-home:hover {
  background-color: #63ADF8;
  color: #0C4C9C;
}

.latest-news {
  padding: 80px 0;
  background-color: #fff;
}
.latest-news .section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0;
  display: inline-flex;
  align-items: baseline;
  color: #1a1a1a;
  letter-spacing: -1px;
}
.latest-news .section-title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #63ADF8;
  margin-left: 8px;
}
.latest-news .btn-news-custom {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.latest-news .btn-news-custom .btn-text {
  background-color: #0C4C9C;
  color: #fff;
  padding: 12px 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}
@media (max-width: 768px) {
  .latest-news .btn-news-custom .btn-text {
    padding: 4px;
  }
}
.latest-news .btn-news-custom .btn-icon {
  background-color: #63ADF8;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.latest-news .btn-news-custom .btn-icon svg {
  transition: transform 0.3s ease;
  width: 12px;
  height: auto;
}
.latest-news .btn-news-custom:hover {
  transform: translateY(-2px);
}
.latest-news .btn-news-custom:hover .btn-text {
  background-color: #004080;
}
.latest-news .btn-news-custom:hover .btn-icon {
  background-color: rgb(138.0478527607, 193.5251533742, 249.7521472393);
}
.latest-news .btn-news-custom:hover .btn-icon svg {
  transform: translateX(3px);
}
.latest-news .news-card {
  background: transparent;
  margin-bottom: 30px;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}
.latest-news .news-card .news-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.latest-news .news-card .news-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
  border-radius: 8px;
}
.latest-news .news-card:hover .news-image img {
  transform: scale(1.05);
}
.latest-news .news-card .news-content {
  padding: 0;
}
.latest-news .news-card .news-content .meta-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 15px;
}
.latest-news .news-card .news-content .meta-info .category-badge {
  background: rgb(138.0478527607, 193.5251533742, 249.7521472393);
  color: #000;
  padding: 5px 15px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 0;
}
.latest-news .news-card .news-content .meta-info .date {
  font-size: 0.9rem;
  color: #999;
}
.latest-news .news-card .news-content h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.latest-news .news-card .news-content h3 a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s;
}
.latest-news .news-card .news-content h3 a:hover {
  color: #003366;
}
.latest-news .news-card .news-content p {
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 1.05rem;
}
.latest-news .news-card .news-content .read-more-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1rem;
}
.latest-news .news-card .news-content .read-more-link .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgb(138.0478527607, 193.5251533742, 249.7521472393);
  border-radius: 50%;
  margin-left: 10px;
  transition: transform 0.3s;
}
.latest-news .news-card .news-content .read-more-link .icon-circle svg {
  width: 8px;
  height: auto;
}
.latest-news .news-card .news-content .read-more-link:hover .icon-circle {
  transform: translateX(5px);
}
.latest-news .news-card.featured-horizontal .news-image {
  margin-bottom: 0;
  height: 100%;
  min-height: 400px;
}
.latest-news .news-card.featured-horizontal .news-image img {
  height: 100%;
  object-fit: cover;
}
.latest-news .news-card.featured-horizontal .news-content {
  padding-left: 30px;
}
.latest-news .news-card.featured-horizontal .news-content h3 {
  font-size: 3rem;
}
.latest-news .news-card.grid-card .news-content h3 {
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .latest-news .section-title {
    margin-bottom: 10px;
  }
  .latest-news .btn-news-custom {
    margin-bottom: 20px;
  }
  .latest-news .news-card.featured-horizontal .news-image {
    margin-bottom: 20px;
    min-height: auto;
  }
  .latest-news .news-card.featured-horizontal .news-content {
    padding-left: 0;
  }
  .latest-news .news-card.featured-horizontal .news-content h3 {
    font-size: 2rem;
  }
}

.col-4.text-right {
  text-align: end;
}

@media (min-width: 768px) {
  .col-12.col-md-4.text-md-right.text-center.mt-3.mt-md-0 {
    text-align: end;
  }
}
.testimonials {
  padding: 0;
  height: 40rem;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: visible;
}
.testimonials .overlay {
  display: none;
}
.testimonials .container-fluid {
  padding: 0;
}
.testimonials .container-fluid {
  width: 80%;
  margin: 0 auto;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 0;
  display: none;
}
.testimonials .swiper-wrapper-testimonios {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.testimonials .contenedor-slider-testimonio {
  position: relative;
  z-index: 10;
  padding: 80px 0;
  overflow: hidden;
}
.testimonials .section-title {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.64px;
  text-align: left;
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  padding-right: 0;
  bottom: 14rem;
}
.testimonials .section-title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #63ADF8;
  margin-left: 8px;
}
.testimonials .testimonial-card {
  background: #fff;
  padding: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 20;
  margin-right: -100px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.testimonials .testimonial-card .quote-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}
.testimonials .testimonial-card .author-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 65%; /* Ensure space for pagination on the right */
}
.testimonials .testimonial-card .author-info h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.testimonials .testimonial-card .author-info .role {
  font-size: 0.95rem;
  color: #656667;
  font-weight: 400;
}
.testimonials .testimonial-slider {
  position: relative;
}
.testimonials .swiper-custom-pagination {
  position: absolute;
  bottom: 60px;
  left: 28rem;
  right: 0;
  z-index: 30;
  display: flex;
  gap: 15px;
  background: transparent !important; /* Ensure transparent */
  pointer-events: none; /* Let clicks pass through if needed, but bullets need pointer-events auto */
}
.testimonials .swiper-custom-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  opacity: 0.4;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 !important;
  border-radius: 0;
  cursor: pointer;
  pointer-events: auto; /* Enable clicks on bullets */
}
.testimonials .swiper-custom-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: #000;
}
@media (max-width: 991px) {
  .testimonials {
    height: auto;
    padding: 50px 0;
    background-position: top center;
  }
  .testimonials .row.h-100 {
    flex-direction: column-reverse;
  }
  .testimonials .section-title {
    text-align: left;
    color: #1a1a1a;
    margin-bottom: 30px;
    padding-right: 0;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    bottom: 3rem;
    font-size: 46px;
  }
  .testimonials .contenedor-slider-testimonio {
    padding: 0;
  }
  .testimonials .testimonial-card {
    margin-right: 0;
    padding: 30px;
    min-height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding-bottom: 80px;
  }
  .testimonials .testimonial-card .quote-text {
    font-size: 1.4rem;
  }
  .testimonials .swiper-custom-pagination {
    bottom: 25px;
    left: 32px;
  }
}

.work-with-us {
  padding: 80px 0;
  background-color: #F4F6F8;
}
.work-with-us .section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0;
  display: inline-flex;
  align-items: baseline;
  color: #1a1a1a;
  letter-spacing: -1px;
}
.work-with-us .section-title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #63ADF8;
  margin-left: 8px;
}
.work-with-us h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #333;
  line-height: 1.3;
}
.work-with-us .content-body {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}
.work-with-us .content-body p {
  margin-bottom: 15px;
}
.work-with-us .btn-service-custom {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .work-with-us .btn-service-custom {
    margin-bottom: 20px;
  }
}
.work-with-us .btn-service-custom .btn-text {
  background-color: #0C4C9C;
  color: #fff;
  padding: 12px 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}
.work-with-us .btn-service-custom .btn-icon {
  background-color: #63ADF8;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.work-with-us .btn-service-custom .btn-icon svg {
  transition: transform 0.3s ease;
  width: 12px;
  height: auto;
}
.work-with-us .btn-service-custom:hover {
  transform: translateY(-2px);
}
.work-with-us .btn-service-custom:hover .btn-text {
  background-color: #004080;
}
.work-with-us .btn-service-custom:hover .btn-icon {
  background-color: rgb(138.0478527607, 193.5251533742, 249.7521472393);
}
.work-with-us .btn-service-custom:hover .btn-icon svg {
  transform: translateX(3px);
}
.work-with-us .work-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.work-with-us .work-image img {
  width: 100%;
  height: auto;
  display: block;
}

.page-trabaja-con-nosotros .contact-description,
.page-contacto .contact-description {
  font-size: 30px;
  color: #093F5C;
  margin-right: 30px;
  text-align: start;
  text-wrap: balance;
  font-weight: 600 !important;
  line-height: 40px;
}

.why-pureclean {
  padding-top: 80px;
  background-color: #fff;
}
.why-pureclean .section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0;
  display: inline-flex;
  align-items: baseline;
  color: #1a1a1a;
  letter-spacing: -1px;
}
.why-pureclean .section-title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #63ADF8;
  margin-left: 8px;
}
.why-pureclean .features-list .feature-item {
  display: flex;
  margin-bottom: 30px;
}
.why-pureclean .features-list .feature-item .feature-icon {
  flex: 0 0 60px;
  margin-right: 20px;
}
.why-pureclean .features-list .feature-item .feature-icon img {
  width: 50px;
  height: auto;
}
.why-pureclean .features-list .feature-item .feature-content h3 {
  font-size: 1.2rem;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.why-pureclean .features-list .feature-item .feature-content h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}
.why-pureclean .features-list .feature-item .feature-content p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}
.why-pureclean .why-image {
  text-align: right;
  margin-bottom: -1rem;
}
.why-pureclean .why-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.map-section {
  position: relative;
  overflow: hidden;
}
.map-section .map-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.map-section .map-embed {
  width: 100%;
  height: 100%;
}
.map-section .map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.map-section .map-embed a img {
  width: 100%;
}
.map-section .map-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .map-section .map-content-wrapper {
    justify-content: flex-end;
    padding-right: 50px;
  }
}
.map-section .map-card {
  pointer-events: auto;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  width: 100%;
}
.map-section .map-card h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
  font-weight: 700;
}
.map-section .map-card .address-info {
  display: flex;
  align-items: flex-start;
}
.map-section .map-card .address-info .icon-marker {
  font-size: 1.5rem;
  margin-right: 15px;
}
.map-section .map-card .address-info p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.site-footer {
  width: 100%;
  position: relative;
  z-index: 1;
}
.site-footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
}
@media (max-width: 768px) {
  .site-footer .footer-container {
    flex-direction: column;
  }
}
.site-footer .footer-left {
  width: 35%;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background-color: #2c3e50;
}
@media (max-width: 992px) {
  .site-footer .footer-left {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-left {
    width: 100%;
    height: 300px;
  }
}
.site-footer .footer-left .footer-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-footer .footer-left .footer-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-footer .footer-left .footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 200px;
  max-width: 80%;
}
.site-footer .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
.site-footer .footer-right {
  width: 65%;
  background-color: #2c3e50;
  color: #ffffff;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .site-footer .footer-right {
    width: 60%;
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-right {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}
.site-footer .footer-right .footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .site-footer .footer-right .footer-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.site-footer .footer-right .footer-column h3 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.site-footer .footer-right .footer-column ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-right .footer-column ul.footer-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  transition: opacity 0.3s;
}
.site-footer .footer-right .footer-column ul.footer-menu li a:hover {
  opacity: 0.8;
}
.site-footer .footer-right .contact-column .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.site-footer .footer-right .contact-column .contact-item .icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.site-footer .footer-right .contact-column .contact-item .icon svg {
  fill: #63ADF8;
  stroke: none;
}
.site-footer .footer-right .contact-column .contact-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}
.site-footer .footer-right .contact-column .contact-item a:hover {
  text-decoration: underline;
}
.site-footer .footer-right .contact-column .social-media {
  margin-top: 2rem;
}
.site-footer .footer-right .contact-column .social-media h3 {
  margin-bottom: 1rem;
}
.site-footer .footer-right .contact-column .social-media .social-icons {
  display: flex;
  gap: 1rem;
}
.site-footer .footer-right .contact-column .social-media .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.site-footer .footer-right .contact-column .social-media .social-icons a:hover {
  transform: translateY(-3px);
}
.site-footer .footer-right .contact-column .social-media .social-icons a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.site-footer .footer-right .footer-bottom-text {
  padding-top: 2rem;
  text-align: start;
}
.site-footer .footer-right .footer-bottom-text h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .site-footer .footer-right .footer-bottom-text h3 {
    font-size: 1.2rem;
  }
}
.site-footer .footer-right .custom-footer-content {
  margin-top: 1rem;
  font-size: 0.9rem;
  opacity: 0.8;
}

.page-quienes-somos .section-title-header {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0;
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  letter-spacing: -1px;
}
.page-quienes-somos .section-title-header::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #63ADF8;
  margin-left: 8px;
}
.page-quienes-somos .section-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0;
  display: inline-flex;
  align-items: baseline;
  color: #1a1a1a;
  letter-spacing: -1px;
}
.page-quienes-somos .section-title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #63ADF8;
  margin-left: 8px;
}
.page-quienes-somos .page-banner {
  height: 350px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-quienes-somos .page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.page-quienes-somos .page-banner h1 {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 3rem;
  text-transform: uppercase;
}
.page-quienes-somos .section-padding {
  padding: 4rem 0;
}
.page-quienes-somos .blanco {
  color: #fff !important;
}
.page-quienes-somos .about-intro .about-image img {
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.page-quienes-somos .about-intro .about-content {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .page-quienes-somos .about-intro .about-content {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.page-quienes-somos .about-intro .about-content .section-title {
  margin-bottom: 1.5rem;
  color: #2c3e50;
}
.page-quienes-somos .about-intro .about-content .section-description {
  font-size: 18px;
  color: #656667;
  line-height: 1.8;
}
.page-quienes-somos .about-results {
  background-color: #f8f9fa;
}
.page-quienes-somos .about-results .results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.page-quienes-somos .about-results .result-card {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  color: #fff;
}
.page-quienes-somos .about-results .result-card:hover {
  transform: translateY(-5px);
}
.page-quienes-somos .about-results .result-card .result-icon img {
  max-width: 60px;
  height: auto;
}
.page-quienes-somos .about-results .result-card .result-number {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.page-quienes-somos .about-results .result-card .result-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.page-quienes-somos .about-results .result-card .result-text {
  font-size: 0.9rem;
  opacity: 0.9;
}
.page-quienes-somos .about-team {
  background: #C0CAD6;
}
.page-quienes-somos .about-team .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.page-quienes-somos .about-team .team-member {
  text-align: center;
}
.page-quienes-somos .about-team .team-member .member-image {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto 1.5rem;
}
.page-quienes-somos .about-team .team-member .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.page-quienes-somos .about-team .team-member .member-image:hover img {
  transform: scale(1.1);
}
.page-quienes-somos .about-team .team-member .member-name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}
.page-quienes-somos .about-team .team-member .member-position {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: start;
}
.page-quienes-somos .about-team .team-member .member-social {
  display: inline-block;
  transition: transform 0.3s;
}
.page-quienes-somos .about-team .team-member .member-social:hover {
  transform: translateY(-3px);
}

.floating-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
}
.floating-buttons .floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  transition: all 0.3s ease;
  transform-origin: right center;
}
.floating-buttons .floating-btn:hover {
  transform: scale(1.15);
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.floating-buttons .floating-btn svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.floating-buttons .floating-btn--email {
  background-color: #004aad;
}
.floating-buttons .floating-btn--email:hover {
  background-color: rgb(0, 52.1849710983, 122);
}
.floating-buttons .floating-btn--whatsapp {
  background-color: #4dc247;
}
.floating-buttons .floating-btn--whatsapp:hover {
  background-color: rgb(58.5224489796, 160.7183673469, 53.2816326531);
}

.contact-form-wrapper .gform_wrapper,
.gform_wrapper.work-with-us-form {
  margin-top: 20px;
  font-family: "Josefin Sans", sans-serif;
  max-width: 100%;
  background-color: #F4F4F4;
  padding: 30px;
  border-radius: 8px;
}
.contact-form-wrapper .gform_wrapper ul.gform_fields,
.gform_wrapper.work-with-us-form ul.gform_fields {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-form-wrapper .gform_wrapper .gform_fields,
.gform_wrapper.work-with-us-form .gform_fields {
  display: block !important;
}
.contact-form-wrapper .gform_wrapper .gfield,
.gform_wrapper.work-with-us-form .gfield {
  margin-bottom: 25px !important;
  position: relative;
  list-style: none !important;
  padding: 0 !important;
}
.contact-form-wrapper .gform_wrapper .gfield_label,
.contact-form-wrapper .gform_wrapper .gfield_required,
.gform_wrapper.work-with-us-form .gfield_label,
.gform_wrapper.work-with-us-form .gfield_required {
  display: none !important;
}
.contact-form-wrapper .gform_wrapper .ginput_container,
.gform_wrapper.work-with-us-form .ginput_container {
  position: relative;
  margin-top: 0 !important;
}
.contact-form-wrapper .gform_wrapper input[type=text],
.contact-form-wrapper .gform_wrapper input[type=email],
.contact-form-wrapper .gform_wrapper input[type=tel],
.contact-form-wrapper .gform_wrapper input[type=url],
.contact-form-wrapper .gform_wrapper input[type=number],
.contact-form-wrapper .gform_wrapper textarea,
.contact-form-wrapper .gform_wrapper select,
.gform_wrapper.work-with-us-form input[type=text],
.gform_wrapper.work-with-us-form input[type=email],
.gform_wrapper.work-with-us-form input[type=tel],
.gform_wrapper.work-with-us-form input[type=url],
.gform_wrapper.work-with-us-form input[type=number],
.gform_wrapper.work-with-us-form textarea,
.gform_wrapper.work-with-us-form select {
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #dcdcdc !important;
  padding: 15px 10px 15px 45px !important;
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 14px !important;
  color: #333 !important;
  transition: border-color 0.3s ease;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  height: auto !important;
  appearance: none !important;
}
.contact-form-wrapper .gform_wrapper input[type=text]::placeholder,
.contact-form-wrapper .gform_wrapper input[type=email]::placeholder,
.contact-form-wrapper .gform_wrapper input[type=tel]::placeholder,
.contact-form-wrapper .gform_wrapper input[type=url]::placeholder,
.contact-form-wrapper .gform_wrapper input[type=number]::placeholder,
.contact-form-wrapper .gform_wrapper textarea::placeholder,
.contact-form-wrapper .gform_wrapper select::placeholder,
.gform_wrapper.work-with-us-form input[type=text]::placeholder,
.gform_wrapper.work-with-us-form input[type=email]::placeholder,
.gform_wrapper.work-with-us-form input[type=tel]::placeholder,
.gform_wrapper.work-with-us-form input[type=url]::placeholder,
.gform_wrapper.work-with-us-form input[type=number]::placeholder,
.gform_wrapper.work-with-us-form textarea::placeholder,
.gform_wrapper.work-with-us-form select::placeholder {
  color: #333;
  opacity: 1;
}
.contact-form-wrapper .gform_wrapper input[type=text]:focus,
.contact-form-wrapper .gform_wrapper input[type=email]:focus,
.contact-form-wrapper .gform_wrapper input[type=tel]:focus,
.contact-form-wrapper .gform_wrapper input[type=url]:focus,
.contact-form-wrapper .gform_wrapper input[type=number]:focus,
.contact-form-wrapper .gform_wrapper textarea:focus,
.contact-form-wrapper .gform_wrapper select:focus,
.gform_wrapper.work-with-us-form input[type=text]:focus,
.gform_wrapper.work-with-us-form input[type=email]:focus,
.gform_wrapper.work-with-us-form input[type=tel]:focus,
.gform_wrapper.work-with-us-form input[type=url]:focus,
.gform_wrapper.work-with-us-form input[type=number]:focus,
.gform_wrapper.work-with-us-form textarea:focus,
.gform_wrapper.work-with-us-form select:focus {
  outline: none !important;
  border-bottom-color: #003366 !important;
  box-shadow: none !important;
}
.contact-form-wrapper .gform_wrapper textarea,
.gform_wrapper.work-with-us-form textarea {
  resize: vertical;
  min-height: 100px;
}
.contact-form-wrapper .gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.work-with-us-form.gravity-theme .gfield textarea {
  width: 100%;
  resize: none;
  height: 100px !important;
}
.contact-form-wrapper .gform_wrapper .ginput_container_fileupload,
.gform_wrapper.work-with-us-form .ginput_container_fileupload {
  position: relative;
  border-bottom: 1px solid #dcdcdc !important;
  padding: 15px 10px 15px 45px !important;
}
.contact-form-wrapper .gform_wrapper .ginput_container_fileupload input[type=file],
.gform_wrapper.work-with-us-form .ginput_container_fileupload input[type=file] {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  width: 100% !important;
  color: #333 !important;
  font-size: 14px !important;
  margin: 0 !important;
}
.contact-form-wrapper .gform_wrapper .gf-field-name::before,
.contact-form-wrapper .gform_wrapper .gf-field-lastname::before,
.gform_wrapper.work-with-us-form .gf-field-name::before,
.gform_wrapper.work-with-us-form .gf-field-lastname::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23003366" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}
.contact-form-wrapper .gform_wrapper .gf-field-rut::before,
.gform_wrapper.work-with-us-form .gf-field-rut::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23003366" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="16" rx="2"/><line x1="7" y1="8" x2="17" y2="8"/><line x1="7" y1="12" x2="17" y2="12"/><line x1="7" y1="16" x2="17" y2="16"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}
.contact-form-wrapper .gform_wrapper .gf-field-email::before,
.gform_wrapper.work-with-us-form .gf-field-email::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23003366" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}
.contact-form-wrapper .gform_wrapper .gf-field-phone::before,
.gform_wrapper.work-with-us-form .gf-field-phone::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23003366" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="5" y="2" width="14" height="20" rx="2" ry="2"></rect><line x1="12" y1="18" x2="12.01" y2="18"></line></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}
.contact-form-wrapper .gform_wrapper .gf-field-area::before,
.gform_wrapper.work-with-us-form .gf-field-area::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23003366" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 21h18"/><path d="M5 21V7l8-4 8 4v14"/><path d="M13 21V11l-4-2v12"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}
.contact-form-wrapper .gform_wrapper .gf-field-message::before,
.gform_wrapper.work-with-us-form .gf-field-message::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23003366" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}
.contact-form-wrapper .gform_wrapper .gf-field-file::before,
.gform_wrapper.work-with-us-form .gf-field-file::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23003366" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}
.contact-form-wrapper .gform_wrapper .gform_footer,
.gform_wrapper.work-with-us-form .gform_footer {
  padding: 30px 0 10px !important;
  margin: 0 !important;
  text-align: left !important;
}
.contact-form-wrapper .gform_wrapper .gform_footer input[type=submit], .contact-form-wrapper .gform_wrapper .gform_footer button[type=submit],
.gform_wrapper.work-with-us-form .gform_footer input[type=submit],
.gform_wrapper.work-with-us-form .gform_footer button[type=submit] {
  background-color: #63ADF8 !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>'), linear-gradient(#0C4C9C, #0C4C9C) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: 18px center, left top !important;
  background-size: 24px 24px, 60px 100% !important;
  border: none !important;
  color: #003366 !important;
  padding: 15px 40px 15px 80px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  border-radius: 0 !important;
  height: auto !important;
}
.contact-form-wrapper .gform_wrapper .gform_footer input[type=submit]:hover, .contact-form-wrapper .gform_wrapper .gform_footer button[type=submit]:hover,
.gform_wrapper.work-with-us-form .gform_footer input[type=submit]:hover,
.gform_wrapper.work-with-us-form .gform_footer button[type=submit]:hover {
  transform: translateY(-2px);
  background-color: rgb(123.4049079755, 185.8282208589, 249.0950920245) !important;
}
.contact-form-wrapper .gform_wrapper .gfield_error input, .contact-form-wrapper .gform_wrapper .gfield_error textarea, .contact-form-wrapper .gform_wrapper .gfield_error select,
.gform_wrapper.work-with-us-form .gfield_error input,
.gform_wrapper.work-with-us-form .gfield_error textarea,
.gform_wrapper.work-with-us-form .gfield_error select {
  border-bottom-color: #d9534f !important;
}
.contact-form-wrapper .gform_wrapper .gfield_error .validation_message,
.gform_wrapper.work-with-us-form .gfield_error .validation_message {
  color: #d9534f;
  font-size: 0.85rem;
  padding-top: 5px;
  padding-left: 45px;
}

.gf-confirmation-wrapper {
  position: relative;
  background-color: #F4F4F4;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 20px;
}
.gf-confirmation-wrapper .gf-reload-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  color: #003366;
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
  padding: 5px;
  line-height: 1;
}
.gf-confirmation-wrapper .gf-reload-btn:hover {
  transform: scale(1.1);
  color: #d9534f;
}
.gf-confirmation-wrapper .gf-confirmation-message {
  font-family: "Josefin Sans", sans-serif;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
}
.gf-confirmation-wrapper .gf-confirmation-message .gform_confirmation_message {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

p, a, span, li, input, textarea, button {
  font-family: "Josefin Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
