@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
*, h1, h2, h3, h4, h5, h6, blockquote {
  font-family: "Albert Sans", serif;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
}

.loader {
  width: 270px;
}
.loader:before {
  display: none;
}
.loader img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #site_header {
    padding: 20px 0;
    height: auto;
  }
}
#site_header.sticky-header {
  background-color: #00205C;
}

.menu-toggle {
  background-color: #3A8DDE;
}

.header-top .top-header-main-box i {
  color: #3A8DDE;
}
.header-top .top-header-main-box a {
  color: #fff;
}
.header-top .top-header-main-box a:hover {
  color: #3A8DDE;
}

@media screen and (max-width: 768px) {
  .header-main .site-branding {
    margin-left: 0;
  }
}
.header-main .site-branding img {
  max-width: 270px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header-main .site-branding img {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .header-main .header-menu .header-mobile-menu {
    background-color: #00205C;
  }
}
.header-main .header-menu .header-mobile-menu .main-menu li a {
  color: #fff;
  font-weight: 700;
}
.header-main .header-menu .header-mobile-menu .main-menu li a:hover {
  color: #3A8DDE;
}
.header-main .header-menu .header-mobile-menu .header-cta .btn-1 {
  background-color: #3A8DDE;
  color: #fff;
  border: 1px solid #3A8DDE;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.header-main .header-menu .header-mobile-menu .header-cta .btn-1:after {
  width: 8px;
  height: 8px;
}
.header-main .header-menu .header-mobile-menu .header-cta .btn-1:hover {
  background-color: #fff;
  color: #00205C;
  border: 1px solid #fff;
}
.header-main .header-menu .header-mobile-menu .header-cta .btn-1:hover::after {
  background-color: #00205C;
}

#home:before, #home:after {
  display: none;
}
#home .banner-shape {
  position: absolute;
  top: 50%;
  right: -15px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #home .banner-shape {
    display: none;
  }
}
#home .banner-shape:before {
  display: none;
}
#home .banner-shape img {
  max-width: 100%;
  width: auto;
  height: 100%;
  max-height: 100%;
  opacity: 0.4;
}
#home .swiper-slide {
  padding-top: 0;
  height: 100%;
  min-height: 100vh;
}
#home .swiper-button-prev,
#home .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 32, 92, 0.7);
  color: #fff;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  #home .swiper-button-prev,
  #home .swiper-button-next {
    display: none;
  }
}
#home .swiper-button-prev:hover,
#home .swiper-button-next:hover {
  background-color: #00205C;
}
#home .swiper-button-prev svg,
#home .swiper-button-next svg {
  width: 15px;
  height: 15px;
}
#home .swiper-button-prev img,
#home .swiper-button-next img {
  width: 15px;
  height: 15px;
}
#home .swiper-button-prev {
  left: 0;
}
#home .swiper-button-prev svg {
  transform: rotate(180deg);
}
#home .swiper-button-prev img {
  transform: rotate(180deg);
}
#home .swiper-button-next {
  right: 0;
}
#home .banner-content-2-box {
  max-width: 800px;
}
#home .banner-content-2-box .h1-title {
  font-size: 70px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #home .banner-content-2-box .h1-title {
    font-size: 30px;
    min-height: 70px;
  }
  #home .banner-content-2-box .h1-title br {
    display: none;
  }
  #home .banner-content-2-box .h1-title.stay-br br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #home .banner-content-2-box .banner-btn {
    min-height: 125px;
  }
}
#home .banner-content-2-box .banner-btn .btn-1 {
  background-color: #3A8DDE;
  color: #fff;
  border: 1px solid #3A8DDE;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
#home .banner-content-2-box .banner-btn .btn-1:after {
  width: 8px;
  height: 8px;
}
#home .banner-content-2-box .banner-btn .btn-1:hover {
  background-color: #fff;
  color: #00205C;
  border: 1px solid #fff;
}
#home .banner-content-2-box .banner-btn .btn-1:hover::after {
  background-color: #00205C;
}
#home .banner-content-2-box .banner-btn .btn-2 {
  background-color: #00205C;
  color: #fff;
  border: 1px solid #00205C;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
#home .banner-content-2-box .banner-btn .btn-2:after {
  width: 8px;
  height: 8px;
}
#home .banner-content-2-box .banner-btn .btn-2:hover {
  background-color: #fff;
  color: #00205C;
  border: 1px solid #fff;
}
#home .banner-content-2-box .banner-btn .btn-2:hover::after {
  background-color: #00205C;
}
#home #counter .milestones-content {
  background-color: #7A97AB;
  padding: 20px 30px 20px 50px;
}
@media screen and (max-width: 768px) {
  #home #counter .milestones-content {
    padding: 20px 15px;
    text-align: center;
  }
}
#home #counter .milestones-content .counter-number {
  font-weight: 900;
}
#home #counter .milestones-content span {
  line-height: normal;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #home #counter .milestones-content span {
    font-size: 18px;
  }
  #home #counter .milestones-content span br {
    display: none;
  }
}

#phrase-horizontal .marquee-text .title-text {
  -webkit-text-stroke: 1px #3A8DDE;
  font-weight: 900;
  color: #7A97AB;
}

#quienes-somos .sub-title {
  color: #7A97AB;
  font-weight: 900;
  font-size: 18px;
}
#quienes-somos .title {
  color: #00205C;
  font-weight: 900;
  text-transform: none;
  font-size: 50px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #quienes-somos .title {
    font-size: 35px;
  }
  #quienes-somos .title br {
    display: none;
  }
}
#quienes-somos .title span {
  color: #3A8DDE;
}
#quienes-somos .text {
  color: #00205C;
  font-weight: 400;
}
#quienes-somos .text .bold {
  font-weight: 700;
}
#quienes-somos .btn-1 {
  background-color: #3A8DDE;
  color: #fff;
  border: 1px solid #3A8DDE;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
#quienes-somos .btn-1:after {
  width: 8px;
  height: 8px;
}
#quienes-somos .btn-1:hover {
  background-color: transparent;
  color: #3A8DDE;
}
#quienes-somos .btn-1:hover::after {
  background-color: #3A8DDE;
}
#quienes-somos .logo-icon:before, #quienes-somos .logo-icon:after {
  border: 1px solid #3A8DDE;
}
#quienes-somos .company-timeline .timeline-text {
  font-size: 150px;
  font-weight: 900;
  color: #7A97AB;
}
@media screen and (max-width: 768px) {
  #quienes-somos .company-timeline .timeline-text {
    font-size: 100px;
  }
}
#quienes-somos .company-timeline .company-experiance {
  background-color: #00205C;
}
#quienes-somos .company-timeline .company-experiance img {
  width: 30px;
  fill: #3A8DDE;
}
#quienes-somos .company-timeline .company-experiance textpath {
  font-weight: 700;
}

#servicios-home {
  background-color: #F1F4F6;
}
#servicios-home .sub-title {
  color: #7A97AB;
  font-weight: 900;
  font-size: 18px;
}
#servicios-home .title {
  color: #00205C;
  font-weight: 900;
  text-transform: none;
  font-size: 50px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #servicios-home .title {
    font-size: 35px;
  }
}
#servicios-home .title span {
  color: #3A8DDE;
}
#servicios-home .services-box .services-box-icon {
  background-color: #3A8DDE;
}
#servicios-home .services-box .services-box-content .h4-title {
  line-height: normal;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  #servicios-home .services-box .services-box-content .h4-title {
    font-size: 20px;
    min-height: 50px;
  }
  #servicios-home .services-box .services-box-content .h4-title br {
    display: none;
  }
}
#servicios-home .services-box .services-box-content .h4-title a {
  color: #00205C;
  font-weight: 900;
  line-height: normal;
}
#servicios-home .services-box .services-box-content .h4-title a:hover {
  color: #3A8DDE;
}
#servicios-home .services-box .services-box-content .sec-btn {
  background-color: #7A97AB;
}
#servicios-home .services-box .services-box-content .sec-btn:after {
  width: 13px;
  height: 13px;
}
#servicios-home .swiper-pagination-bullet:hover,
#servicios-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3A8DDE;
}
#servicios-home .swiper-button-prev,
#servicios-home .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 32, 92, 0.7);
  color: #fff;
  transition: all 0.5s ease-in-out;
}
#servicios-home .swiper-button-prev:hover,
#servicios-home .swiper-button-next:hover {
  background-color: #00205C;
}
#servicios-home .swiper-button-prev svg,
#servicios-home .swiper-button-next svg {
  width: 15px;
  height: 15px;
}
#servicios-home .swiper-button-prev img,
#servicios-home .swiper-button-next img {
  width: 15px;
  height: 15px;
}
#servicios-home .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  #servicios-home .swiper-button-prev {
    left: -20px;
  }
}
#servicios-home .swiper-button-prev svg {
  transform: rotate(180deg);
}
#servicios-home .swiper-button-prev img {
  transform: rotate(180deg);
}
#servicios-home .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  #servicios-home .swiper-button-next {
    right: -20px;
  }
}

#cta-1 .join-us-content {
  grid-template-columns: 500px 460px auto;
  gap: 0;
  background: linear-gradient(90deg, #3A8DDE 65%, #00205C 100%);
}
@media screen and (max-width: 768px) {
  #cta-1 .join-us-content {
    grid-template-columns: 1fr;
  }
}
#cta-1 .join-us-content .sec-title .sub-title {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
#cta-1 .join-us-content .sec-title .title {
  color: #fff;
  font-weight: 900;
  text-transform: none;
  font-size: 50px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #cta-1 .join-us-content .sec-title .title {
    font-size: 40px;
  }
}
#cta-1 .join-us-content .sec-title .title span {
  color: #3A8DDE;
}
#cta-1 .join-us-content .btn-1 {
  background-color: #3A8DDE;
  color: #fff;
  border: 1px solid #3A8DDE;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
#cta-1 .join-us-content .btn-1:after {
  width: 8px;
  height: 8px;
}
#cta-1 .join-us-content .btn-1:hover {
  background-color: transparent;
  color: #3A8DDE;
}
#cta-1 .join-us-content .btn-1:hover::after {
  background-color: #3A8DDE;
}
#cta-1 .join-us-content .shape-lines {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
}
#cta-1 .join-us-content .shape-lines img {
  max-width: 100%;
  width: auto;
  height: 100%;
  max-height: 100%;
}

#clientes {
  background-color: #00205C;
}
#clientes .client-list-wp img {
  filter: none;
}

#certificaciones {
  padding: 70px 0;
  background: url("../files/home/multiple-industrial-18.webp") no-repeat center center;
  background-size: cover;
}
#certificaciones .global-clients-list {
  grid-template-columns: repeat(2, 2fr);
}
#certificaciones .global-clients-list img {
  cursor: pointer;
}
#certificaciones .global-clients-list img:hover {
  filter: none;
}
#certificaciones .global-clients-content .sec-title .sub-title {
  color: #7A97AB;
  font-weight: 700;
  font-size: 18px;
}
#certificaciones .global-clients-content .sec-title .title {
  color: #00205C;
  font-weight: 900;
  text-transform: none;
  font-size: 50px;
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #certificaciones .global-clients-content .sec-title .title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
  }
  #certificaciones .global-clients-content .sec-title .title br {
    display: none;
  }
}
#certificaciones .global-clients-content .sec-title .title span {
  color: #3A8DDE;
}

#contacto {
  padding: 70px 0;
}
#contacto .sec-title .sub-title {
  color: #7A97AB;
  font-weight: 900;
  font-size: 18px;
}
#contacto .sec-title .title {
  color: #00205C;
  font-weight: 900;
  text-transform: none;
  font-size: 50px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  #contacto .sec-title .title {
    font-size: 35px;
  }
  #contacto .sec-title .title br {
    display: none;
  }
}
#contacto .sec-title .title span {
  color: #3A8DDE;
}
#contacto form textarea.input-field {
  height: 120px;
}
#contacto form .input-field {
  height: 50px;
  padding: 10px 30px;
}
#contacto form .form-field {
  font-size: 16px;
}
#contacto form .form-control:focus {
  outline: none;
  box-shadow: none;
}
#contacto form label.error {
  font-size: 15px;
  color: red;
  margin-top: 5px;
}
#contacto form .sec-btn {
  background-color: #3A8DDE;
}
#contacto form .sec-btn:after {
  width: 8px;
  height: 8px;
}

.site-footer {
  background-color: #00205C;
}
.site-footer:before {
  display: none;
}
.site-footer .top-footer {
  background: linear-gradient(90deg, #00205C 0%, #3A8DDE 100%);
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .site-footer .top-footer {
    padding-bottom: 0;
  }
}
.site-footer .top-footer .shape-lines {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
}
.site-footer .top-footer .shape-lines img {
  max-width: 100%;
  width: auto;
  height: 100%;
  max-height: 100%;
}
.site-footer .top-footer .text {
  color: #fff;
  font-weight: 400;
}
.site-footer .top-footer .footer-socials ul li a {
  background-color: #7A97AB;
  transition: all 0.5s ease-in-out;
}
.site-footer .top-footer .footer-socials ul li a:hover {
  background-color: #3A8DDE;
}
.site-footer .top-footer .footer-links .h4-title {
  color: #fff;
  font-weight: 900;
}
.site-footer .top-footer .footer-links ul li a {
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.site-footer .top-footer .footer-links ul li a:hover {
  color: #3A8DDE;
}
.site-footer .top-footer .footer-contact .h4-title {
  color: #fff;
  font-weight: 900;
}
.site-footer .top-footer .footer-contact ul li .contact-item .contact-icon {
  background-color: #3A8DDE;
}
.site-footer .top-footer .footer-contact ul li .contact-item .contact-link a {
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.site-footer .top-footer .footer-contact ul li .contact-item .contact-link a:hover {
  color: #00205C;
}
.site-footer .bottom-footer {
  background-color: #00205C;
}
.site-footer .bottom-footer .bottom-footer-content ul li:before {
  background-color: #3A8DDE;
}
.site-footer .bottom-footer .text {
  color: #fff;
  font-weight: 400;
}
.site-footer .bottom-footer .text span {
  color: #3A8DDE;
}
.site-footer .bottom-footer .link {
  color: #fff;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.site-footer .bottom-footer .link:hover {
  color: #3A8DDE;
}

#servicios-banner:before, #servicios-banner:after {
  display: none;
}
#servicios-banner .shape-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
#servicios-banner .shape-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  opacity: 0.8;
  width: 450px;
}
#servicios-banner .inner-banner-content-wp .inner-banner-content {
  align-items: center;
  margin-top: 30px;
}
#servicios-banner .inner-banner-content-wp .inner-banner-content .title {
  font-weight: 900;
}

.service-main-section {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .service-main-section {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .service-main-section .service-sidebar {
    margin-top: 0;
    padding-top: 0;
  }
}
.service-main-section .service-sidebar .service-list-box {
  background-color: #F1F4F6;
}
.service-main-section .service-sidebar .service-list-box .title {
  font-weight: 900;
  color: #00205C;
}
@media screen and (max-width: 768px) {
  .service-main-section .service-sidebar .service-list-box .title {
    display: none;
  }
}
.service-main-section .service-sidebar .service-list-box .service-list ul li a {
  font-weight: 700;
  color: #00205C;
  text-align: left;
  line-height: normal;
}
.service-main-section .service-sidebar .service-list-box .service-list ul li a.active {
  background-color: #3A8DDE;
  color: #fff;
}
.service-main-section .service-sidebar .service-list-box .service-list ul li a.active::after {
  background-color: #fff;
}
.service-main-section .service-sidebar .service-list-box .service-list ul li a::after {
  background-color: #00205C;
}
.service-main-section .service-sidebar .service-list-box .service-list ul li a:hover {
  color: #fff;
  background-color: #3A8DDE;
  box-shadow: 0px 4px 30px -1px #3A8DDE;
}
.service-main-section .service-sidebar .service-list-box .service-list ul li a:hover:after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .service-main-section .service-sidebar .service-sidebar-image {
    margin-bottom: 40px;
  }
}
.service-main-section .service-sidebar .service-sidebar-image .service-sidebar-contact-wp {
  background-color: #3A8DDE;
}
.service-main-section .service-sidebar .service-sidebar-image .service-sidebar-contact-wp .service-sidebar-contact {
  background-color: #00205C;
}
.service-main-section .service-sidebar .service-sidebar-image .service-sidebar-contact-wp .service-sidebar-contact::before {
  display: none;
}
.service-main-section .service-sidebar .service-sidebar-image .service-sidebar-contact-wp .service-sidebar-contact .white-text span {
  color: #fff;
  opacity: 1;
  font-weight: 500;
}
.service-main-section .service-sidebar .service-sidebar-image .service-sidebar-contact-wp .service-sidebar-contact .white-text a {
  color: #fff;
  font-weight: 900;
}
.service-main-section .service-main-box.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 0.8s;
  animation-fill-mode: both;
}
.service-main-section .service-main-box .service-main-content .title {
  font-weight: 900;
  color: #00205C;
  font-size: 50px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .service-main-section .service-main-box .service-main-content .title {
    font-size: 25px;
  }
}
.service-main-section .service-main-box .service-main-content .title .circle-icon {
  background-color: #3A8DDE;
}
@media screen and (max-width: 768px) {
  .service-main-section .service-main-box .service-main-content .title .circle-icon {
    flex: 0 0 20%;
  }
}
.service-main-section .service-main-box .service-main-content .text {
  color: #00205C;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .service-main-section .service-main-box .service-main-content .text {
    font-size: 16px;
    text-align: justify;
  }
}
.service-main-section .service-main-box .service-main-content .service-growth .service-growth-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-main-section .service-main-box .service-main-content .service-growth .service-growth-content {
  min-height: 350px;
}
@media screen and (max-width: 768px) {
  .service-main-section .service-main-box .service-main-content .service-growth .service-growth-content {
    min-height: auto;
  }
}
.service-main-section .service-main-box .service-main-content .service-growth .service-growth-content .flex-text {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #7A97AB;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
}
.service-main-section .service-main-box .service-main-content .service-growth .service-growth-content .btn-1 {
  background-color: #3A8DDE;
  color: #fff;
  border: 1px solid #3A8DDE;
  padding: 20px 35px;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.service-main-section .service-main-box .service-main-content .service-growth .service-growth-content .btn-1:after {
  width: 8px;
  height: 8px;
}
.service-main-section .service-main-box .service-main-content .service-growth .service-growth-content .btn-1:hover {
  background-color: transparent;
  color: #3A8DDE;
}
.service-main-section .service-main-box .service-main-content .service-growth .service-growth-content .btn-1:hover::after {
  background-color: #3A8DDE;
}
.service-main-section .service-main-box .service-main-content .carousel-projects .title {
  font-weight: 900;
  color: #00205C;
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: none;
}
.service-main-section .service-main-box .service-main-content .carousel-projects .title span {
  color: #3A8DDE;
}
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-prev,
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 32, 92, 0.7);
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-prev:hover,
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-next:hover {
  background-color: #00205C;
}
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-prev svg,
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-next svg {
  width: 15px;
  height: 15px;
}
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-prev img,
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-next img {
  width: 15px;
  height: 15px;
}
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-prev {
  left: 0;
}
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-prev svg {
  transform: rotate(180deg);
}
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-prev img {
  transform: rotate(180deg);
}
.service-main-section .service-main-box .service-main-content .carousel-projects .swiper-button-next {
  right: 0;
}

#contacto-banner:before, #contacto-banner:after {
  display: none;
}
#contacto-banner .shape-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
#contacto-banner .shape-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  opacity: 0.8;
  width: 450px;
}
#contacto-banner .inner-banner-content-wp .inner-banner-content {
  align-items: center;
  margin-top: 30px;
}
#contacto-banner .inner-banner-content-wp .inner-banner-content .title {
  font-weight: 900;
}

#contact-box .contact-offices {
  padding: 70px 0 0;
  margin: 0;
}
#contact-box .contact-offices .contact-office {
  background-color: #F1F4F6;
}
@media screen and (max-width: 768px) {
  #contact-box .contact-offices .contact-office {
    padding: 22px 15px;
  }
}
#contact-box .contact-offices .contact-office .title {
  font-weight: 900;
  color: #00205C;
}
#contact-box .contact-offices .contact-office ul li a {
  color: #00205C;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
#contact-box .contact-offices .contact-office ul li a:hover {
  color: #3A8DDE;
}
#contact-box .contact-offices .contact-office ul li a i {
  color: #3A8DDE;
}
#contact-box .contact-offices .contact-office ul li .separator {
  margin: 0 5px;
}

#privacidad-banner:before, #privacidad-banner:after {
  display: none;
}
#privacidad-banner .shape-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
#privacidad-banner .shape-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  opacity: 0.8;
  width: 450px;
}
#privacidad-banner .inner-banner-content-wp .inner-banner-content {
  align-items: center;
  margin-top: 30px;
}
#privacidad-banner .inner-banner-content-wp .inner-banner-content .title {
  font-weight: 900;
}

.scroll-to-top {
  background-color: #3A8DDE;
  border: 1px solid #3A8DDE;
}

.social-desktop {
  display: none;
  z-index: 999;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
@media screen and (max-width: 768px) {
  .social-desktop {
    display: none;
  }
}
.social-desktop a {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 10px 0;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.social-desktop a:nth-child(1) {
  border: 1px solid #3A8DDE;
  background-color: #3A8DDE;
}
.social-desktop a:nth-child(2) {
  border: 1px solid #00205C;
  background-color: #00205C;
}
.social-desktop a:nth-child(3) {
  border: 1px solid #25d366;
  background-color: #25d366;
}
.social-desktop a i {
  position: absolute;
  padding: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}

.social-desktop-2 {
  z-index: 999;
  position: fixed;
  top: 75%;
  transform: translateY(-50%);
  right: 0px;
}
@media screen and (max-width: 768px) {
  .social-desktop-2 {
    display: none;
  }
}
.social-desktop-2 a {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  position: relative;
  margin: 10px 0;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: translateX(82px);
  transition: 0.5s ease-in-out;
}
.social-desktop-2 a:hover {
  transform: translateX(0px);
}
.social-desktop-2 a:nth-child(1) {
  border: 1px solid #3A8DDE;
  background-color: #3A8DDE;
}
.social-desktop-2 a:nth-child(2) {
  border: 1px solid #00205C;
  background-color: #00205C;
}
.social-desktop-2 a:nth-child(3) {
  border: 1px solid #25d366;
  background-color: #25d366;
}
.social-desktop-2 a i {
  padding: 5px 10px;
  font-size: 23px;
  border-right: 1px solid #fff;
}
.social-desktop-2 a span {
  color: #fff;
  padding: 0 5px;
}

.social-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .social-mobile {
    display: block;
    position: fixed;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3A8DDE;
    border-radius: 1.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0.5rem;
    z-index: 99;
    box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.2), inset -8px -8px 16px rgba(255, 255, 255, 0.1);
  }
  .social-mobile .show-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 3rem;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .social-mobile .show-socials i {
    color: #fff;
    font-size: 1.2rem;
    transition: transform 0.3s ease-in-out;
  }
  .social-mobile .show-socials:hover {
    transform: translateY(-3px);
  }
  .social-mobile .show-socials.active + .box-socials {
    display: flex;
    max-height: 100px;
    height: 70px;
  }
  .social-mobile .box-socials {
    display: flex;
    margin-top: 0.5rem;
    gap: 1rem;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    height: 0;
  }
  .social-mobile .box-socials a {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    background-color: #00205C;
    border-radius: 50%;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2), -8px -8px 16px rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease-in-out;
  }
  .social-mobile .box-socials a:hover {
    transform: translateY(-3px);
  }
}

#contacto,
#servicios-home,
#certificaciones,
#medicion-de-espesores-por-ultrasonido,
#buceo-industrial,
#pruebas-de-carga,
#liquidos-penetrantes,
#particulas-magneticas,
#corrientes-eddy,
#termografia {
  scroll-margin-top: 100px;
}

#aviso-privacidad {
  padding: 70px 0;
}
#aviso-privacidad .title-wrap .title {
  color: #3A8DDE;
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #aviso-privacidad .title-wrap .title {
    font-size: 30px;
  }
  #aviso-privacidad .title-wrap .title br {
    display: none;
  }
}
#aviso-privacidad .content .text {
  color: #00205C;
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 0;
}
#aviso-privacidad .content .text.mb2 {
  margin-bottom: 20px;
}
#aviso-privacidad .content .text.boldColor {
  color: #3A8DDE;
  font-family: "Albert Sans", serif;
  font-size: 27px;
  font-weight: 700;
}
#aviso-privacidad .content .text .textLink {
  font-family: "Albert Sans", serif;
  color: #00205C;
  font-weight: 700;
  transition: 0.5s ease-in-out;
}
#aviso-privacidad .content .text .textLink:hover {
  color: #00205C;
}
#aviso-privacidad .content .list {
  padding-left: 15px;
}
#aviso-privacidad .content .list li {
  list-style: disc;
  line-height: normal;
  margin-bottom: 15px;
}

.grecaptcha-badge {
  bottom: 80px !important;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
  }
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup */
.popup {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
  width: 600px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

/* Image inside the popup */
#popup-img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

#thank-you {
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#thank-you .cont {
  text-align: center;
}
#thank-you .cont .boxLogo .preTitle {
  font-size: 15px;
  color: #00205C;
  font-weight: 700;
}
#thank-you .cont .boxLogo img {
  width: 250px;
  height: auto;
  margin-bottom: 25px;
  margin-top: 0px;
}
#thank-you .cont .contentMessage .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
#thank-you .cont .contentMessage .text {
  font-size: 17px;
  color: #00205C;
  font-weight: 400;
  margin-bottom: 40px;
}
#thank-you .cont .contentMessage .btnReturn {
  display: table;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #3A8DDE;
  color: #fff;
  border: 1px solid #3A8DDE;
  padding: 8px 30px;
  transition: all 0.5s ease-in-out;
}
#thank-you .cont .contentMessage .btnReturn:hover {
  text-decoration: none;
  background-color: transparent;
  color: #3A8DDE;
}
#thank-you .cont .contentMessage .btnReturn:hover i {
  transform: translateX(-5px);
  color: #3A8DDE;
}
#thank-you .cont .contentMessage .btnReturn i {
  transform: translateX(0px);
  transition: all 0.5s ease-in-out;
}
#thank-you .cont .contentMessage .textFooter {
  color: #00205C;
  font-weight: 400;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 0px;
}
#thank-you .cont .contentMessage .textFooter .link {
  color: #3A8DDE;
  font-weight: 700;
  text-decoration: underline;
}/*# sourceMappingURL=multiple.css.map */