@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  color: #181818;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1440px;
}

.h-100 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar {
  top: 0;
  width: 100%;
  z-index: 1030;
  transition: 0.3s;
  padding: 30px 0;
  position: relative;
  background: #fff;
  color: #2853C5;
}
.navbar.navbar-fixed {
  position: fixed;
  background: transparent;
  color: #fff;
  padding: 45px 0;
}
.navbar .navbar-nav .nav-link,
.navbar .navbar-text, .navbar .navbar-toggler {
  color: inherit;
  font: inherit;
}
.navbar .navbar-toggler {
  border-color: inherit;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar.scrolled, .navbar.opened {
  background-color: #fff !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.navbar.scrolled .navbar-nav .nav-link,
.navbar.scrolled .navbar-text, .navbar.scrolled .navbar-toggler, .navbar.opened .navbar-nav .nav-link,
.navbar.opened .navbar-text, .navbar.opened .navbar-toggler {
  color: #2853C5;
}
.navbar.scrolled {
  padding: 15px 0;
}
.navbar .nav-link {
  padding: 0 !important;
}
.navbar .nav-item {
  margin: 0 0 0 30px;
}

.fixed-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  z-index: 10000;
}
.fixed-button a {
  background: #25d366;
  color: #fff;
  width: 1.75em;
  line-height: 1.75;
  text-align: center;
  font-size: 2em;
  border-radius: 50%;
  position: relative;
}
.fixed-button .message {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0.5em auto auto;
  white-space: nowrap;
  background: #fff;
  padding: 0.5em;
  color: #333;
  border: 2px solid #F54C1E;
  height: 2.5em;
  line-height: 1.25;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  transform: translateX(3em);
}
.fixed-button:hover .message {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.fixed-button:hover::before {
  opacity: 0;
}
.fixed-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #25d366;
  opacity: 0.5;
  border-radius: 50%;
  animation: infiniteScale 3s infinite;
}

.logo, .footer-logo {
  max-height: 45px;
}

.footer-logo {
  filter: brightness(0) invert(1);
}

.icon-rounded {
  background-color: #F54C1E;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
}

.content-html {
  line-height: 1.75;
}
.content-html > * {
  margin: auto;
}
.content-html > *:not(:first-child) {
  margin-top: 1em;
}
.content-html h1, .content-html h2, .content-html h3, .content-html h4, .content-html h5, .content-html h6 {
  line-height: 1.25;
}

form {
  color: #808080;
}

.form-control, .form-select {
  padding: 0 0 0.5em;
  font: inherit;
  border: none;
  border-bottom: 1px solid !important;
  color: inherit;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
}

.form-check-input {
  margin: auto;
}

.form-check-inline {
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  margin: 0;
}

.slider {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.slider .container {
  position: relative;
  max-width: 1200px;
}
.slider .slider-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  pointer-events: none;
  object-fit: cover;
  height: 100%;
}
.slider .slider-img.slider-img-1 {
  left: 0;
}
.slider .slider-img.slider-img-2 {
  right: 0;
}
.slider .inner-container {
  padding: 135px 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .inner-container .content-container {
  max-width: 400px;
  margin: auto;
}

.btn {
  padding: 0.5em 1.5em;
  border-radius: 0;
  line-height: 1;
  font-weight: 600;
  transition: 0.3s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.btn-lg {
  padding: 1em 2em;
  font-size: 1.5em;
}
.btn.btn-primary {
  background-color: #F54C1E !important;
  border-color: #F54C1E !important;
}
.btn.btn-secondary {
  background-color: #2853C5 !important;
  border-color: #2853C5 !important;
}

.bg-secondary {
  background-color: #2853C5 !important;
}

.text-secondary {
  color: #2853C5 !important;
}

.quienes-somos {
  margin: 90px 0;
}
.quienes-somos h1 {
  line-height: 1;
}
.quienes-somos h3 {
  color: #F54C1E;
  text-transform: uppercase;
}

.block {
  padding: 30px;
  text-align: center;
  background: #eee;
  border: 2px dashed #ccc;
  display: none;
}

.gjs-dashed .block {
  display: block;
}

.mision-vision {
  margin: 90px 0;
}
.mision-vision h4 {
  color: #2853C5;
  text-align: center;
}

.beneficios {
  padding: 90px 0;
  background: url("../images/beneficios.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.beneficios h3 {
  text-transform: uppercase;
}
.beneficios .ratio {
  width: 112px;
  margin: auto;
}

.filter-btn {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font-size: 0.875rem;
}
.filter-btn:hover {
  background: #e9ecef;
  border-color: #adb5bd;
  text-decoration: none;
}
.filter-btn.active {
  background: #2853C5;
  border-color: #2853C5;
  color: white;
}
.filter-btn.active:hover {
  background: rgb(29.2405063291, 60.6740506329, 144.0094936709);
  border-color: rgb(29.2405063291, 60.6740506329, 144.0094936709);
  color: white;
}

.fade-in {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cta {
  padding: 45px 0;
  background-image: url("../images/cta.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 90px 0;
}
.cta .container {
  max-width: 992px;
}

.img-absolute, .img-cover {
  right: 0;
  bottom: 0;
}

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

.img-cover {
  object-fit: cover;
}

.clientes {
  margin: 90px 0;
}
.clientes h2 {
  color: #F54C1E;
  text-transform: uppercase;
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}

.footer {
  background: #F54C1E;
  color: #fff;
  padding: 60px 0;
}
.footer ul li + li {
  margin-top: 15px;
}
.footer ul li a:hover {
  font-weight: bold;
}
.footer i {
  font-size: 1.33333333em;
}

.testimonios {
  margin: 90px 0;
}
.testimonios h2 {
  color: #F54C1E;
  text-transform: uppercase;
  text-align: center;
}
.testimonios .ratio {
  width: 160px;
  margin: 15px auto;
  border-radius: 50%;
}
.testimonios i {
  font-size: 5em;
  color: #F54C1E;
}
.testimonios h5 {
  color: #F54C1E;
  text-align: center;
}

main {
  position: relative;
  overflow: hidden;
}

.contacto {
  background: #2853C5;
  color: #fff;
}
.contacto .ratio {
  height: 100%;
}
.contacto .inner-container {
  padding: 90px 30px;
  max-width: 576px;
  margin: auto;
}
.contacto .inner-container i {
  width: 1em;
  text-align: center;
  font-size: 1.5em;
}
.contacto h2, .contacto h6 {
  text-transform: uppercase;
}

.hero {
  background: url("../images/bg.jpg") center center no-repeat;
  background-size: cover;
  color: white;
  padding: 90px 0;
}

.form {
  padding: 90px 0;
}
.form .file-upload {
  position: relative;
  border: 2px dashed #ddd;
  padding: 30px;
  text-align: center;
}
.form .file-upload .form-control {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form .file-upload .form-label-small {
  font-size: 0.875em;
  color: #6c757d;
  margin-top: 5px;
  display: block;
}
.form .file-upload .file-upload-text {
  color: #666;
}

.alert {
  line-height: 1.5 !important;
  font: inherit;
  text-align: center;
  border-radius: 0;
}

.filters-section {
  margin: 60px 0;
}

.filter-btn {
  background: white;
  border: 2px solid #e0e0e0;
  padding: 0.5em 1em;
  border-radius: 25px;
  color: #666;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}
.filter-btn:hover, .filter-btn.active {
  background: #2853C5;
  border-color: #2853C5;
  color: white;
}

.jobs-section {
  margin: 60px 0;
}
.jobs-section .card {
  border: none;
  border-radius: 0;
}
.jobs-section .card .card-body {
  padding: 30px;
}
.jobs-section .card h3 {
  color: #2853C5;
}
.jobs-section .card i {
  width: 1em;
  text-align: center;
}

strong, b {
  font-weight: 600;
}

.services-grid {
  margin: 60px 0;
}
.services-grid h3 {
  color: #2853C5;
}
.services-grid .container {
  max-width: 1200px;
}
.services-grid .ratio {
  max-width: 135px;
  margin: auto;
}
.services-grid img, .services-grid a {
  transition: 0.3s;
}
.services-grid a {
  display: block;
  padding: 30px;
  height: 100%;
}
.services-grid a:hover {
  box-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.15);
}
.services-grid a:hover img {
  transform: scale(1.05) translateY(-5%);
}

.service-details {
  margin: 60px 0;
}
.service-details hr {
  border-color: #2853C5;
  opacity: 1;
}
.service-details .service-detail:not(:first-child) {
  margin-top: 60px;
}
.service-details .content-html h4 {
  color: #2853C5;
}
.service-details .content-html ol {
  counter-reset: item;
  list-style: none;
}
.service-details .content-html ol li::before {
  counter-increment: item;
  content: counter(item) ". ";
  color: #2853C5;
  font-weight: 600;
}
.service-details .content-html ol li strong, .service-details .content-html ol li b {
  color: #2853C5;
}

@media screen and (max-width: 1366px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .slider .slider-img {
    height: 50%;
    width: 100%;
  }
  .slider .slider-img.slider-img-1 {
    bottom: auto;
  }
  .slider .slider-img.slider-img-2 {
    top: auto;
  }
  .contacto {
    padding-bottom: 30px;
  }
  .contacto .ratio::before {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .icon-rounded {
    font-size: 1.25em;
  }
  .navbar {
    font-size: 1.33333333em;
  }
  .navbar .nav-item {
    margin: 22.5px 0 0;
  }
  .navbar .navbar-brand {
    flex: 1;
  }
  .logo, .footer-logo {
    max-height: 30px;
  }
  .contacto .inner-container {
    padding: 30px 0;
  }
  .contacto .ratio::before {
    padding-top: 75%;
  }
}

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