@charset "UTF-8";
.mt-40 {
  margin-top: 2.5rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.mb-64 {
  margin-bottom: 4rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.my-64 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-64 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.m-64 {
  margin: 4rem;
}

.p-64 {
  padding: 4rem;
}

.px-64 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-64 {
  padding-top: 4rem !important;
}

.py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-128 {
  padding: 8rem;
}

.py-128 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-108 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.btn-arrow-end::after {
  content: " ";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/right_arrow.svg) no-repeat center center;
  margin-left: 0.5rem;
}

.bg-gray {
  background: #FAFAFA;
}

.carousel-container #carouselServices {
  padding: 0 4.0625rem;
}
.carousel-container #carouselServices .slick-prev, .carousel-container #carouselServices .slick-next {
  height: 3rem;
  width: 3rem;
  background-color: #d9d9d9;
  border-radius: 50rem;
}
.carousel-container #carouselServices .slick-prev {
  left: 0;
}
.carousel-container #carouselServices .slick-next {
  right: 0;
}

.article-news .card {
  transition: 0.5s all ease-in-out;
}
.article-news:hover .card {
  transform: scale(1.07);
}

@keyframes move-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.move-icon i {
  transition: transform 0.3s ease; /* Transición suave */
}

.move-icon:hover i {
  animation: move-left 0.5s infinite ease-in-out; /* Animación en bucle */
}

.icon-search {
  display: inline-block;
  width: 1.25rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2224%22%20viewBox%3D%220%200%2020%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17.9419%2019.0575L14.0302%2015.1466C15.1639%2013.7854%2015.7293%2012.0395%2015.6086%2010.2721C15.488%208.50475%2014.6906%206.85192%2013.3823%205.65748C12.074%204.46304%2010.3557%203.81895%208.58462%203.8592C6.81357%203.89945%205.12622%204.62094%203.87358%205.87358C2.62094%207.12622%201.89945%208.81357%201.8592%2010.5846C1.81895%2012.3557%202.46304%2014.074%203.65748%2015.3823C4.85192%2016.6906%206.50475%2017.488%208.27214%2017.6086C10.0395%2017.7293%2011.7854%2017.1639%2013.1466%2016.0302L17.0575%2019.9419C17.1156%2019.9999%2017.1845%2020.046%2017.2604%2020.0774C17.3363%2020.1089%2017.4176%2020.125%2017.4997%2020.125C17.5818%2020.125%2017.6631%2020.1089%2017.739%2020.0774C17.8149%2020.046%2017.8838%2019.9999%2017.9419%2019.9419C17.9999%2019.8838%2018.046%2019.8149%2018.0774%2019.739C18.1089%2019.6631%2018.125%2019.5818%2018.125%2019.4997C18.125%2019.4176%2018.1089%2019.3363%2018.0774%2019.2604C18.046%2019.1845%2017.9999%2019.1156%2017.9419%2019.0575ZM3.12469%2010.7497C3.12469%209.63717%203.45459%208.54963%204.07267%207.62461C4.69076%206.69958%205.56926%205.97861%206.5971%205.55287C7.62493%205.12712%208.75593%205.01573%209.84707%205.23277C10.9382%205.44981%2011.9405%205.98554%2012.7272%206.77221C13.5138%207.55888%2014.0496%208.56116%2014.2666%209.65231C14.4837%2010.7435%2014.3723%2011.8744%2013.9465%2012.9023C13.5208%2013.9301%2012.7998%2014.8086%2011.8748%2015.4267C10.9497%2016.0448%209.86221%2016.3747%208.74969%2016.3747C7.25836%2016.373%205.82858%2015.7799%204.77404%2014.7253C3.71951%2013.6708%203.12634%2012.241%203.12469%2010.7497Z%22%20fill%3D%22%23676767%22/%3E%3C/svg%3E");
}

input:focus, select:focus, select, input.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.navbar-toggler {
  border: none !important;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
}
.navbar-nav .dropdown .dropdown-menu {
  opacity: 0;
  top: 1.25rem;
  padding-top: 1.25rem;
  border: none;
  transition: all 500ms ease-in-out;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item {
  text-transform: uppercase;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
  background-color: black;
  color: #FFDD00;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
}

.areas-footer.full-slider {
  background: #131313;
}
.areas-footer .member_wrapper_alt {
  background: transparent !important;
}

.pilares img {
  height: 5.9375rem;
  width: auto;
}

#hero {
  color: white;
}
#hero.front-page .hero-img, #hero.front-page .hero-video {
  height: 35rem;
}
#hero.dark h1, #hero.dark h2, #hero.dark h3, #hero.dark h4, #hero.dark h5, #hero.dark h6 {
  color: #FFF !important;
}
#hero .hero-img {
  height: 25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#hero .hero-video {
  position: relative;
  height: 25rem;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
#hero .hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#main #pilares .text, #main #video-firma .text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: normal;
}
#main #pilares iframe, #main #video-firma iframe {
  min-height: 25rem;
  border-radius: 0.625rem;
}
#main #front-video iframe {
  min-height: 28.375rem;
  border-radius: 0.625rem;
}
#main .testimonialSection {
  padding: 0 !important;
}
#main #history-section .carousel-control-prev, #main #testimonialInner .carousel-control-prev {
  left: -1.5rem;
}
#main #history-section .carousel-control-next, #main #testimonialInner .carousel-control-next {
  right: -1.5rem;
}
#main #history-section .carousel-indicators button, #main #testimonialInner .carousel-indicators button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #676767;
  border: none;
  margin: 0 0.5rem;
  transition: background-color 0.3s ease;
}
#main #history-section .carousel-indicators button.active, #main #testimonialInner .carousel-indicators button.active {
  background-color: #FFDD00;
}
#main #history-section #galleryInner img, #main #testimonialInner #galleryInner img {
  border-radius: 0.625rem !important;
}
#main .member_wrapper {
  background-color: white;
}
#main .member_wrapper .mask {
  transition: all 300ms ease-in-out;
  opacity: 0;
}
#main .member_wrapper .mask:hover {
  opacity: 1;
}
#main .member_wrapper:hover .mask .logos-carousel .carousel-item .carousel-wrapper {
  height: 6.5625rem;
}
#main .member_wrapper:hover .mask .logos-carousel .carousel-item .carousel-wrapper img {
  max-height: 6.5625rem;
  width: auto;
}
#main #areasGrid .posts-card {
  margin: 0;
  height: 224px;
}
#main #areasGrid .posts-card .member_wrapper .mask2 {
  height: 100%;
}
#main .jv h1, #main .jv h2, #main .jv h3, #main .jv h3, #main .jv h5, #main .jv h6 {
  color: #131313;
}
#main .jv h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 300;
}
#main .jv h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}
#main .jv h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
}
#main .jv h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400;
}
#main .jv h5 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#main .jv h6, #main .jv .h6 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}
#main .jv p {
  font-size: 1.25rem;
  line-height: 1.5125rem;
}
#main .jv .border-none {
  border: none !important;
}
#main .jv .entry-title {
  font-size: 2.5rem;
  line-height: 3.75rem;
}
#main .jv .entry-content .post-thumbnail {
  height: 20rem;
}
#main .jv .entry-content .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
}
#main .jv .entry-content p {
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 1.5rem;
}
#main .jv .entry-content p:last-child {
  margin-bottom: 0;
}
#main .jv .entry-content ul, #main .jv .entry-content ol {
  padding-left: 1.5rem;
  margin-top: 2rem;
}
#main .jv .entry-content ul li, #main .jv .entry-content ol li {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.125rem;
}
#main .jv .filter-form .input-group {
  border: 1px solid #676767;
  border-radius: 0.25rem;
}
#main .jv .filter-form .input-group .form-control, #main .jv .filter-form .input-group button {
  border: none;
  background: none;
  line-height: 1.0256rem;
}
#main .jv .filter-form .form-label {
  font-family: Roboto;
  color: #676767;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  position: absolute;
  background-color: white;
  top: -0.375rem;
  left: 1.5rem;
  padding: 0.125rem;
}
#main .jv .filter-form .form-control, #main .jv .filter-form .form-select {
  font-family: Roboto;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0256rem;
  text-align: left;
  border: 1px solid #676767;
  border-radius: 0.25rem;
  color: #676767;
  padding: 0.75rem;
}
#main .filter.container {
  border-bottom: 1px solid #7C7C7C;
}
#main #content-blocks .content {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#main #content-blocks .content h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}
#main #content-blocks .pr-md-90 {
  padding-right: 24%;
}
#main #content-blocks .pl-md-90 {
  padding-left: 24%;
}
#main #banner.bg-dark h1, #main #banner.bg-dark h2, #main #banner.bg-dark h3, #main #banner.bg-dark h4, #main #banner.bg-dark h5, #main #banner.bg-dark h6 {
  color: white;
}
#main #news article .card {
  background-color: #FAFAFA;
}
#main #news article .card .tag-pill {
  background-color: #d9d9d9;
  font-size: 0.75rem;
  line-height: 0.9063rem;
  width: 4.375rem;
  text-align: center;
}
#main #news article .card a {
  color: black;
}
#main #news article .card .btn-link {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: black;
  font-weight: 500;
  background-color: transparent !important;
}
#main #news article .card .excerpt p {
  font-size: 1rem;
  line-height: 1.25rem;
}
#main #news article .card footer {
  background: transparent !important;
}

@media (max-width: 991.98px) {
  #content-blocks .content {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  #content-blocks .content h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  #content-blocks .pr-md-90 {
    padding-right: 1rem !important;
  }
  #content-blocks .pl-md-90 {
    padding-left: 1rem !important;
  }
}
@media (max-width: 1023.98px) {
  #front-video iframe {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .navbar-nav .dropdown .dropdown-menu {
    display: none !important;
  }
  .dropdown-toggle:after {
    content: "";
    display: none !important;
  }
  #main .hero.jv h1 {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
  .py-md-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-md-32 {
    padding-top: 2rem !important;
  }
  .pb-md-64 {
    padding-bottom: 4rem !important;
  }
  #content-blocks .content {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  #content-blocks .content h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  #content-blocks .pr-md-90 {
    padding-right: 1rem !important;
  }
  #content-blocks .pl-md-90 {
    padding-left: 1rem !important;
  }
  .filter.container {
    margin: 0 0 0.5rem 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  #hero h1 {
    font-size: 2.25rem;
  }
  #hero.front-page .hero-img, #hero.front-page .hero-video {
    height: 26.0625rem;
  }
  #hero .hero-img, #hero .hero-video {
    height: 17.75rem;
  }
  #main .areas-footer {
    background: #FAFAFA;
  }
  #main .areas-footer.full-slider {
    background: #131313;
  }
  #main #history-section .carousel-indicators button, #main #testimonialInner .carousel-indicators button {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.25rem;
  }
  #main #history-section #galleryInner img, #main #testimonialInner #galleryInner img {
    border-radius: 0.625rem !important;
    padding: 0;
  }
  #main #pilares .text, #main #video-firma .text {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: normal;
  }
  #main #pilares .col-md-4 img {
    width: 4rem;
    padding-bottom: 0;
  }
  #main #pilares .col-md-4 h4 {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  #main #pilares .col-md-4 .text {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: normal;
  }
  #main .jv h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 400;
  }
  #main .jv h2 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
  }
  #main .jv h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
  }
  #main .jv h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
  #main .jv h5 {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
  }
  #main .jv h6, #main .jv .h6 {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
  #main .jv p {
    font-size: 1.25rem;
    line-height: 1.5125rem;
  }
  #main .jv .entry-title {
    font-size: 2.25rem;
    line-height: 3.375rem;
  }
  #main .jv .entry-content ul, #main .jv .entry-content ol {
    margin-top: 1.5rem;
  }
  #main .jv .entry-content ul li, #main .jv .entry-content ol li {
    margin-bottom: 1.5rem;
  }
  #main .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
#main .slick-arrow {
  width: 3rem;
  height: 3rem;
  background-color: #D9D9D9;
  border-radius: 55rem;
  z-index: 99;
}
#main .slick-arrow.slick-prev::before {
  content: "";
  background: url(../images/CaretLeft.svg) center center no-repeat transparent;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
#main .slick-arrow.slick-next::before {
  content: "";
  background: url(../images/CaretRight.svg) center center no-repeat transparent;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}/*# sourceMappingURL=style-jv.css.map */