

html {
  font-size: 100%;
}

/* @font-face {
  font-family: SkfChevinLight;
  src: url(/../assets/fonts/Skf_Chevin_Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: SkfChevinRegular;
  src: url(/../assets/fonts/Chevin-Thin.woff2) format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: SkfChevinMedium;
  src: url(/../assets/fonts/Skf_Chevin_Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: SkfChevinSemiBold;
  src: url(/../assets/fonts/Chevin-semiBold.woff2) format('woff2');
  font-weight: 600;
}

@font-face {
  font-family: SkfChevinBold;
  src: url(/../assets/fonts/Skf_Chevin_Bold.woff2) format('woff2');
  font-weight: 700;
} */


/* @font-face {
  font-family: SkfChevin;
  src: url(/../assets/fonts/Skf_Chevin_Light.woff2) format('woff2');
  font-weight: 300;
} */
/* @font-face {
  font-family: SkfChevin;
  src: url(/../assets/fonts/Chevin-Thin.woff2) format('woff2');
  font-weight: 400;
} */

/* @font-face {
  font-family: SkfChevin;
  src: url(/../assets/fonts/Skf_Chevin_Medium.woff2) format('woff2');
  font-weight: 500;
} */
/* @font-face {
  font-family: SkfChevin;
  src: url(/../assets/fonts/Chevin-semiBold.woff2) format('woff2');
  font-weight: 600;
} */

@font-face {
  font-family: SkfChevin;
  src: url(/../assets/fonts/SKFCHEVINLIGHT.woff2) format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: SkfChevin;
  src: url(/../assets/fonts/SKFCHEVINMEDIUM.woff2) format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: SkfChevin;
  src: url(/../assets/fonts/SKFCHEVINDEMIBOLD.woff2) format('woff2');
  font-weight: 600;
}


/* @font-face {
  font-family: SkfChevin;
  src: url(/../assets/fonts/Skf_Chevin_Bold.woff2) format('woff2');
  font-weight: 700;
} */

body {
  font-family: 'SkfChevin';
  font-weight: 400;
  font-size: 1rem;
}

h1,
h2,
h3 {
   
  font-style: normal;

}

h2 {
  font-weight: 400;
  line-height: 40px;
}

.dropdown-toggle::after {
  display: none;
}

.caret:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3e%3cpath d='M7.35719 8C7.06912 8.0005 6.7838 7.94406 6.51761 7.83394C6.25142 7.72381 6.00963 7.56216 5.80611 7.35829L0 1.55108L1.55108 0L7.35719 5.80611L13.1633 0L14.7144 1.55108L8.90827 7.35719C8.70484 7.56126 8.46309 7.72311 8.1969 7.83343C7.93071 7.94375 7.64533 8.00035 7.35719 8Z' fill='%23273342'/%3e%3c/svg%3e");
}

.caret:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3e%3cpath d='M4.82188 5.20703C4.64183 5.20734 4.4635 5.17207 4.29714 5.10324C4.13077 5.03441 3.97965 4.93338 3.85245 4.80596L0.223633 1.17645L1.19305 0.207031L4.82188 3.83585L8.4507 0.207031L9.42012 1.17645L5.7913 4.80527C5.66416 4.93282 5.51306 5.03398 5.34669 5.10293C5.18032 5.17187 5.00197 5.20725 4.82188 5.20703Z' fill='%23273342'/%3e%3c/svg%3e");
}

.dropdown-toggle .caret,
svg.arrow {
  display: inline-block;
  /* Asegúrate de que el caret sea un bloque en línea */
  transition: transform 0.3s ease;
}

header.position-absolute svg.arrow path {
  fill: #fff;
}

header.bg_light svg.arrow path {
  fill: #273342;
}

.dropdown-toggle.active .caret,
.dropdown-toggle.active svg.arrow {
  transform: rotate(180deg);
}

a.dropdown-toggle.active,
.wrapper-megamenu a:hover {
  color: #0F58D6
}

.wrapper-megamenu,
.wrapper-megamenu ul.dropdownMenu {
  list-style: none;
}

.wrapper-megamenu li {
  line-height: 2.5;
}

.wrapper-megamenu li a {
  font-family: 'SkfChevin';
  color: #273342;
}

.wrapper-megamenu li a:not(a.dropdown-item) {
  font-size: 22px;
}

.wrapper-megamenu .dropdownMenu a.dropdown-item {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.5;
}
.wrapper-megamenu .dropdownMenu a.dropdown-item:hover,
.wrapper-megamenu .dropdownMenu a.dropdown-item:focus {
color: #0F58D6;
}
.wrapper-navbarMainMenu {
  padding: 0 3rem;
}

.mega-menu {
  left: 0;
  top: 79px;
  border-top: 1px solid rgb(39 51 66 / 5%);
  border-radius: 0;
}

.mega-menu .dropdown-item:focus,
.mega-menu .dropdown-item:hover {
  background-color: transparent;
}

#wrapperMegamenu .dropdown-item:focus a,
#wrapperMegamenu .dropdown-item:hover a {
  color: #0F58D6 !important;
}

.nav-mega {
  width: 100%;
}

.nav-mega .dropdown {
  position: static;
}

.logo-check {
  width: 170px;
}

.logo {
  width: 133px;
}

.card-body-service h2 {
  color: #fff;
  font-size: 30px;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.carousel-control-prev {
  right: 0;
  left: auto;
  margin-bottom: 73px;
}

.carousel-item {
  display: flex;
  align-items: center;
}

.carousel-items {
  position: relative;
  height: 100vh;
  /* O ajusta según sea necesario */
  overflow: hidden;
  /* Para ocultar cualquier desbordamiento */
}
.heading-banner {
  position: relative;
  height: 50vh;
}
.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-size: cover;
  /* Cambiado a contain para mantener la imagen completa */
  background-repeat: no-repeat;
  /* Evita que se repita la imagen */
  background-position: center;
  /* Centra la imagen */
  z-index: 1;
  /* Asegura que esté detrás del contenido */
}

.carousel-caption {
  right: auto;
  bottom: auto;
  text-align: left;
}

.carousel-indicators {
  justify-content: start;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.container {
  max-width: 90%;
  /* max-width: 1903px; */
  margin: auto;
}

.section-video {
  margin-top: 11rem;
}

.section-video__text {
  max-width: 75%;
  padding: 4rem 2rem;
  margin: auto;
}

.section-video:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 146 167' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M29.9892 35.2814H0V166.5L146 0.500488H102.595L29.9892 81.1291V35.2814Z' fill='%2314CD00'/%3e%3c/svg%3e");
  position: absolute;
  width:120px;
  height:147px;
  top: 65px;
  left: -45px; 
}

.bg-b {
  background-color: #D6F0F3;
}

.bg-blue-light {
  background: linear-gradient(to right, #D6F0F3 70%, transparent 70%);
}

.card-video {
  /* position: absolute; */
  margin-top: -80px;
  top: 0;
}

.section-video {
  position: relative;
  z-index: 1;
}

.carousel-service .card {
  border-radius: 0;
  border: 0;
}

.card:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.card:before {
  position: absolute;
  content: '';
  width: 90%;
  height: 95%;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.card:hover:after {
  background-color: hwb(186deg 84% 5% / 90%);
}

.card:hover:before {
  background-color: hwb(186deg 84% 5% / 100%);
}

.card-body-service {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 3rem;
  z-index: 2;

}

.card-body-service:hover {
  justify-content: space-around;
}

.carousel-service {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


.card-service__action {
  display: none;
  /* opacity: 0; 
      visibility: hidden;  */
  flex-direction: column;
  gap: 30px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.card-service__action p {
  margin-bottom: 0;
}

.card-text,
.card-service__action {
  display: none;
  /* opacity: 0; 
    visibility: hidden;  */
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.card-body-service:hover .card-text {
  display: block;
  /* opacity: 1; 
    visibility: visible;  */
}

.card-body-service:hover .card-service__action {
  display: flex;
  /* opacity: 1; 
    visibility: visible;  */
}

.card-body-service:hover h2 {
  color: #273342;
}

.m-section {
  margin: 13rem auto 8rem;
}

.section-right {
  padding-left: 0;
  padding-right: 5%;
}

.section-left {
  position: relative;
  padding-right: 0;
  padding-left: 8%;
}

.btn {
  border-radius: 35px;
  font-size: 12px;
  letter-spacing: 0.9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 17px;
  gap: 10px;
  line-height: 40px;
  transition: 0.3s ease;
  height: 45px;
  width: 192px;

}

.btn-primary {
  background-color: #0F58D6;
  border-color: #0F58D6;
}

.btn-white {
  background-color: #fff;
  color: #0F58D6;
  border: 1px solid #0F58D6;
}

.btn-white:hover {
  border-color: #fff;
}

.btn-white:hover svg path {
  fill: #fff;
}

.btn-trans {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid #FFF;
}

.btn-trans:hover,
.btn-primary:hover {
  background: #FFF;
  color: #0F58D6;
  border-color: currentColor;
}

.btn-trans:hover svg path,
.btn-primary:hover svg path {
  fill: #0F58D6;
}

.link {
  color: #0F58D6;
  text-decoration: none;
  display: inline-flex;
  gap: 10px;
  margin-left: 10px;
  transition: 0.3s ease;
}

.link:hover {
  color: rgb(15 88 214 / 80%);
}

.card-service__action .link:after {
  position: relative;
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' viewBox='0 0 16 4' fill='none'%3e%3cpath d='M9.10928 1.51853C8.80412 1.17076 8.80412 0.623263 9.10928 0.275496C9.41443 -0.0605216 9.89484 -0.0605216 10.2 0.275496L14.7711 5.48416C14.9127 5.64551 15 5.86952 15 6.11781C15 6.36611 14.9127 6.59012 14.7711 6.75225L10.2 11.9609C9.89484 12.3087 9.41443 12.3087 9.10928 11.9609C8.80412 11.6131 8.80412 11.0657 9.10928 10.7179L12.3821 7.00055L0.763574 7.00055C0.338144 7.00133 -2.22519e-07 6.60343 -2.41722e-07 6.1186C-2.60924e-07 5.63376 0.338144 5.2484 0.763574 5.2484L12.3814 5.2484L9.10928 1.51853Z' fill='%230F58D6'/%3e%3c/svg%3e");
  transition: left 0.3s ease;
  left: 0;

}

.card-service__action .link:hover:after {
  left: 5px;
}

.link.arrow-b {
  display: grid;
}

.link.arrow-b:after {
  position: relative;
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='30' viewBox='0 0 10 30' fill='none'%3e%3cpath d='M4.59824 5.50049C4.4182 5.5008 4.23987 5.46553 4.07351 5.3967C3.90714 5.32787 3.75602 5.22684 3.62882 5.09942L0 1.46991L0.969422 0.500488L4.59824 4.12931L8.22706 0.500488L9.19649 1.46991L5.56767 5.09873C5.44053 5.22628 5.28943 5.32744 5.12306 5.39638C4.95669 5.46533 4.77833 5.50071 4.59824 5.50049Z' fill='%230F58D6'/%3e%3cpath opacity='0.5' d='M4.59824 17.2935C4.4182 17.2938 4.23987 17.2585 4.07351 17.1897C3.90714 17.1208 3.75602 17.0198 3.62882 16.8924L0 13.2629L0.969422 12.2935L4.59824 15.9223L8.22706 12.2935L9.19649 13.2629L5.56767 16.8917C5.44053 17.0192 5.28943 17.1204 5.12306 17.1894C4.95669 17.2583 4.77833 17.2937 4.59824 17.2935Z' fill='%230F58D6'/%3e%3cpath opacity='0.2' d='M4.59824 29.2935C4.4182 29.2938 4.23987 29.2585 4.07351 29.1897C3.90714 29.1208 3.75602 29.0198 3.62882 28.8924L0 25.2629L0.969422 24.2935L4.59824 27.9223L8.22706 24.2935L9.19649 25.2629L5.56767 28.8917C5.44053 29.0192 5.28943 29.1204 5.12306 29.1894C4.95669 29.2583 4.77833 29.2937 4.59824 29.2935Z' fill='%230F58D6'/%3e%3c/svg%3e");
  transition: top 0.3s ease;
  top: 0;
}

.link.arrow-b:hover:after {
  top: 5px
}

.bg-blue {
  background: linear-gradient(to left, #0F58D6 70%, transparent 70%);
}

.wrapper-image-top_right {
  position: relative;
  right: -8rem;
  z-index: 9;
  top: -6rem;
}

.wrapper-image-bottom_right {
  position: relative;
  bottom: -70px;
}
.wrapper-content-info {
  max-width: 80%;
    padding: 3rem 0;
    margin: auto;
}

.paragraph-info {
  width: 250px;
  margin: 2rem 0;
}

.wrapper-image-top_left {
  position: relative;
  left: 0rem;
  z-index: 9;
  top: -60px;
}

footer {
  background: linear-gradient(90deg, #264357 0%, rgba(38, 67, 87, 0.00) 100%);
  background-color: #264357;
  background-image: url('https://skf-chek.webs4.wtldevs.com/assets/image/bg-footer.jpg');
  background-size: cover;
  height: 450px;
  display: flex;
  padding: 4.5rem 2rem 2rem;
}

footer * {
  color: #FFF;
}

footer h3 {
  color: #FFF;
  font-family: "SKFChevin";
  font-size: 26px;
  font-weight: 600;
}
 ul{
  list-style: none;
  padding-left: 0;
}
footer ul li{
  line-height: 3;
}
.links-footer a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-decoration: none;
  cursor: pointer;
}
.social-media a {
  display: flex;
  align-items: center;
  gap: 15px;
}
 .brands-footer {
  display: grid;
}
header {
  height: 80px;
  display: grid
}

header.fixed-top {
  border-bottom: 1px solid rgba(71, 90, 109, 0.10);
}

.navbar-nav {
  gap: 80px;
}

.navbar-nav a,
.navbar-nav .nav-link {
  padding: .5rem 0 !important;
}

.navbar-nav a,
.navbar-nav .nav-link.active {
  color: #fff;
}

.nav-link-button {
  border: 1px solid #fff;
  border-radius: 35px;
  color: #fff;
  display: table;
  align-items: center;
  display: inline-flex;
}

header {
  width: 100%;
  top: 0;
  z-index: 1020;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  /* Transición para fondo y sombra */
}

header.fixed-top {
  background: #fff;
  /* Color de fondo al hacer scroll */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  /* Sombra */
}

header .wrapper-megamenu .nav-link.active {
  color: #0F58D6;
}

header.bg_light .navbar-nav a:not(a.btn-primary),
header.fixed-top .navbar-nav a:not(a.btn-primary) {
  color: #273342;
}

header.bg_light .nav-item .btn {
  color: #273342;
  border-color: #273342;
  background-color: transparent;

}

header.bg_light .btn svg path {
  fill: #273342;
}

.nav-link.active {
  position: relative;
  display: inline-block;
}

.nav-link.active:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid currentColor;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* .navbar-nav li.nav-item:after{
    position: absolute;
    content: '';
    border-right: 1px solid currentColor;
    height: 20%;
    bottom: 0;
    top: 0;
    left: 0px;
    right: -25px;
    margin: auto;
} */
header.position-absolute .nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.logo {
  transition: opacity 0.3s ease;
}

.carousel-service .owl-nav {
  position: absolute;
  right: 50px;
  top: -18%;
}

.carousel-service.owl-carousel .owl-nav button.owl-next,
.carousel-service.owl-carousel .owl-nav button.owl-prev {
  background: #0F58D6;
  padding: 15px 13px !important;
  border-radius: 50%;
  line-height: 0;
  transition: .3s ease;
  border: 1px solid #273342;
  width: 45px;
  height: 45px;
  margin: 0px 8px;
}

.carousel-service.owl-carousel .owl-nav button.owl-next.disabled,
.carousel-service.owl-carousel .owl-nav button.owl-prev.disabled {
  background: transparent;
  pointer-events: none;
}

.carousel-service.owl-carousel .owl-nav button.owl-next svg path,
.carousel-service.owl-carousel .owl-nav button.owl-prev svg path {
  fill: #fff;
}

.carousel-service.owl-carousel .owl-nav button.owl-next.disabled svg path,
.carousel-service.owl-carousel .owl-nav button.owl-prev.disabled svg path {
  fill: #273342;

}

.carousel-service.owl-carousel .owl-nav button.owl-next:hover,
.carousel-service.owl-carousel .owl-nav button.owl-prev:hover {
  background: #0F58D6;
}

.carousel-service.owl-carousel .owl-nav button.owl-next:hover svg path,
.carousel-service.owl-carousel .owl-nav button.owl-prev:hover svg path {
  fill: #fff;
}

.carousel-items {
  position: relative;
}

.banner-caption {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 10;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  width: 100%;
}

.banner-caption h2 {
  font-size: 85px;
  font-weight: 300;
  line-height: 6rem;
  /* letter-spacing: 4.3px; */
}

.banner-caption figure {
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 53px;
  line-height: 60px;
}

.main-slider .owl-dots {
  top: -81px;
  margin-left: 39px;
  position: relative;
}

.main-slider .owl-dots span {
  width: 15px;
  height: 15px;
  margin: 5px 6px;
  background: rgb(255 255 255 / 9%);
  display: block;
  transition: opacity .2s ease;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider .owl-dots span:after {
  content: '';
  background: #00000000;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.main-slider .owl-dot.active span {
  background: #fff;
}

.main-slider .owl-dot.active span:after {
  background: #0F58D6;
}



.main-slider .owl-nav {
  position: absolute;
  right: 50px;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-slider.owl-carousel .owl-nav button.owl-next,
.main-slider.owl-carousel .owl-nav button.owl-prev {
  background: #fff;
  padding: 15px 13px !important;
  border-radius: 50%;
  line-height: 0;
  transition: .3s ease;
  width: 45px;
  height: 45px;
  margin: 0px 8px;
}

.main-slider.owl-carousel .owl-nav button.owl-next.disabled,
.main-slider.owl-carousel .owl-nav button.owl-prev.disabled {
  background: rgb(255 255 255 / 10%);
  pointer-events: none;
}

.main-slider.owl-carousel .owl-nav button.owl-next svg path,
.main-slider.owl-carousel .owl-nav button.owl-prev svg path {
  fill: #0F58D6;
}

.main-slider.owl-carousel .owl-nav button.owl-next.disabled svg path,
.main-slider.owl-carousel .owl-nav button.owl-prev.disabled svg path {
  fill: #fff;

}

.main-slider.owl-carousel .owl-nav button.owl-next:hover,
.main-slider.owl-carousel .owl-nav button.owl-prev:hover {
  background: #0F58D6;
}

.main-slider.owl-carousel .owl-nav button.owl-next:hover svg path,
.main-slider.owl-carousel .owl-nav button.owl-prev:hover svg path {
  fill: #fff;
}


.banner-heading {
  position: relative; 
}
 
.banner-caption-heading {
  position: absolute;  
  top: 55%;  
  left: 52%;  
  transform: translate(-50%, -50%);  
  color: white;  
  text-align: center;  
  z-index: 10;  
  padding: 20px;  
  border-radius: 8px; 
  text-align: left; 
  width: 100%;
} 

/* SERVICIO / TECNOLOGIA  */

.bg_light,
.bg_light.fixed-top {
  background-color: #d6f0f3;
}

.wrapper-content-heading {
  position: relative;
  width: 90%;
  margin: -40px 0 0 0;
  z-index: 2;
  padding: 5rem 12rem;
}

.column-service-left {
  background-color: #D6F0F3;
  padding: 2rem;
}

.wrapper-nav-link-service {

  display: flex;
  flex-direction: column;
}

.heading-services {
  border-bottom: 1px solid rgb(39 51 66 / 10%);
  margin-bottom: 1rem;
}

.heading-services h2 {
  color: #273342;
  font-family: "SkfChevin";
  font-size: 26px;
  line-height: normal;
}

.heading-services p {
  font-family: "SkfChevin";
  color: rgb(39 51 66 / 50%);
  font-size: 18px;
  line-height: 30px;
}

.wrapper-nav-link-service a {
  color: #273342;
  font-family: "SkfChevin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.wrapper-nav-link-service a.active {
  color: #0F58D6;
  text-decoration: underline;
}

.wrapper-content-tab-services {
  position: relative;
}

.wrapper-content-tab-services:before {
  position: absolute;
  content: '';
  border-right: 1px solid rgb(39 51 66 / 10%);
  width: 0%;
  height: 100%;
  right: auto;
  top: 0;
  left: -7%;
  margin: auto;
}

.tabs-sub-services {
  margin-bottom: 1rem;
}

.nav-tabs.tabs-sub-services .nav-link {
  color: #273342;
}

.nav-tabs.tabs-sub-services .nav-link.active,
.nav-tabs.tabs-sub-services .nav-link:hover,
.nav-tabs.tabs-sub-services .nav-link:focus {
  border: 0;
  border-bottom: 1px solid #0F58D6;
  color: #0F58D6;
}

.content-sub-services h3 {
  font-size: 26px;
  color: #273342;

}

.title_two {
  font-size: 2.625rem;
  line-height: 3.3rem;
}

.card-video-iframe img.img-video {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.wrapper-section-form{
  margin-top: 7rem;
}


 
@media (min-width: 1281px) and (max-width: 1365px) {
  h1 {
    line-height: 76px;
  }

  .banner-caption h2 {
    font-size: 60px;
    line-height: 5rem;
  }

  .m-section {
    margin: 12rem auto 7rem;
  }

  .wrapper-content-heading {
    padding: 2rem 4rem;
  }

  .card-body-service h2 {
    font-size: 24px;
  }
  .section-video:before{
    width: 90px;
    top: 80px;
  }
.section-video__text {
    max-width: 100%;
    padding: 2rem 5rem; 
}
 
.title_two {
    font-size: 30px;
    line-height: 3rem;
}
  .paragraph-info { 
    margin: 1rem 0;
} 
 

.banner-caption h2 {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 4.3px;
}
.wrapper-image-top_right { 
  right: -3rem; 
  width: 639px;
}
.wrapper-image-top_left { 
  width: 722px;
}

}

@media (min-width: 1366px) and (max-width: 1600px){
  .wrapper-image-top_right {
    right: -0.5rem;
    top: -7rem;
    width: 683px;
}
  .section-video__text {
    padding: 2rem 0rem;
    max-width: 80%;
}
.section-video:before {
  width: 80px;
  top: 43px;
  left: -45px;
}
}

@media (min-width: 1601px) and (max-width: 1919px){
.wrapper-image-top_right {
  right: -1.5rem;
  top: -7rem;
  width: 785px;
}
}
  

@media (min-width: 1920px) {
  .container{
    max-width: 90%;
}
  h1 {
    font-size: 65px;
    line-height: 92px;
  }

  .wrapper-megamenu li {
    line-height: 3;
  }
 
  .wrapper-megamenu li a:not(a.dropdown-item) {
    font-size: 30px;
  }

  .wrapper-content-info {
    width: 60%;
  }

  .m-section {
    margin: 16rem auto 12rem;
  }

  .wrapper-content-heading {
    padding: 5rem 16rem;
  }

  .section-video__text {
    padding: 2rem 4rem;
}
.title_two {
  font-size: 37px;
  line-height: 4rem;
}
.section-video:before { 
  top: 100px;
}
.wrapper-image-top_left {
  width: 980px;
}
.wrapper-image-top_right { 
  right: -2rem;  
  width: 927px;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .section-video__text {
        max-width: 90%;
        padding: 4rem 5rem; 
    }
    .wrapper-image-top_right { 
      right: 1.5rem; 
      top: -7rem;
      width: 704px;
    }
}


/* Pantallas grandes (de 769px a 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner-caption h2 {
    font-size: 48px;
  }

  .wrapper-content-heading {
    padding: 2rem 3rem;
  }

  .m-section {
    margin: 4rem auto 5rem;
  }

  .bg-blue-light {
    padding: 3rem 0rem;
  }

  .section-right.m-section {
    margin: 7rem auto 3rem;
  }

  /* .wrapper-image-top_right {
  top: -40px;
} */
  .section-video:before {
    top: 0px;
    left: -70px;
  }
  .wrapper-image-top_left{
    top:2px;
  }


}

/* Pantallas medianas (de 481px a 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .wrapper-content-heading {
    padding: 2rem 3rem;
  } 
  .m-section {
    margin: 4rem auto 5rem;
  }
  

}
@media (max-width: 768px) {
  .container {
    max-width: 100%; 
}
nav.navbar.navbar-expand-md {
  background: #fff;
}
.navbar-nav {
  gap: 30px;
  padding: 2rem 0;
  text-align: center;
}
.mega-menu {
  top: 7px;
}
.title_two {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.banner-caption h2 {
  font-size: 2.6rem;
  line-height: 4rem;
}
.paragraph-info {
  width: 100%;
  margin: 1rem 0;
}
.main-slider .owl-nav {
  top: 75%;
}
.section-video:before{
  content: none;
}
  .section-video {
    margin-top: 0;
}
.wrapper-section-video{
 padding: 0; 
}
.wrapper-image-top_right { 
  right: 0rem; 
  top: 0;
}
.section-video__text {
  width: 90%;
  padding: 3rem 0 2rem 0;
}
  .bg-blue {
    background: linear-gradient(to left, #0F58D6 100%, transparent 100%);
}
.section-right {
  padding-right: 0;
}
.wrapper-content-info { 
  padding: 1rem 0px 3rem; 
}
.wrapper-image-top_left{
  top:0;
}
.section-left.m-section {
  margin: 0;
}
footer { 
  height: 100%;
  padding: 4.5rem 1rem 1rem;
  }
  .heading-banner .banner-background { 
    background-position: right; 
}
}
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 33px;
  }

  .wrapper-megamenu li a:not(a.dropdown-item) {
    font-size: 16px;
    line-height: 3;
  }

  .wrapper-megamenu {
    list-style: none;
    /* padding: 3rem; */
  } 
  .section-left {
    padding-left: 0;
  }

  .section-video__text {
    width: 90%;
  }

  .section-video:before {
    content: none;
  }


  .carousel-service .owl-nav {
    top: -14%;
  }

  .section-right.m-section {
    margin: 0rem auto 2rem;
  }

  .section-right {
    padding-right: 0;
  }

  .section-right .col-md-6:first-child {
    order: 2;
  }

  .content-info-service {
    padding: 2rem 0 0;
  }

  .bg-blue {
    background: linear-gradient(to left, #0F58D6 100%, transparent 100%);
  }

  .wrapper-content-heading {
    padding: 2rem 1rem;
    margin: -10px 0 0 0;
  }

  .column-service-left {
    margin-bottom: 2rem;
  }

  .wrapper-content-tab-services {
    padding: 0 2rem;
  }

  .m-section {
    margin: 3rem auto 7rem;
  }

  .bg-blue-light {
    background: linear-gradient(to right, #D6F0F3 100%, transparent 100%);
    padding: 3rem 0;
  }

  .wrapper-navbarMainMenu {
    padding: 1rem;
  }

  #navbarMainMenu {
    background: #fff;
    /* padding: 0 3rem; */
  }

  .navbar-nav a,
  .navbar-nav .nav-link.active {
    color: #273342;
  }

  .menu.position-absolute .navbar-toggler {
    border-color: #fff;
  }
 
}







