html,
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: 100%;
  background-color: #f8f8f8;
  font-size: 18px;
  scroll-behavior: smooth;
  color: #213565;
}

/*===================== FADE ENTRADA =====================*/

html.is-animating .transition-fade {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.transition-fade {
  opacity: 1;
  transition: opacity 0.5s ease;
}

/*===================== SEPARACIONES =====================*/

.Separacion-top-01 {
  margin-top: 0px;
  margin-top: 168px;
}

.Separacion-top-interior-01 {
  padding-top: 168px;
}

.Separacion-bottom-01 {
  margin-bottom: 0px;
  margin-bottom: 168px;
}

.Separacion-bottom-interior-01 {
  padding-bottom: 168px;
}

.Separacion-top-02 {
  margin-top: 0px;
  margin-top: 104px;
}

.Separacion-bottom-02 {
  margin-bottom: 0px;
  margin-bottom: 104px;
}

@media only screen and (max-width: 992px) {
  .Separacion-top-01 {
    margin-top: 100px;
  }

  .Separacion-top-interior-01 {
    padding-top: 100px;
  }

  .Separacion-bottom-01 {
    margin-bottom: 100px;
  }

  .Separacion-bottom-interior-01 {
    padding-bottom: 100px;
  }

  .Separacion-top-02 {
    margin-top: 64px;
  }

  .Separacion-bottom-02 {
    margin-bottom: 64px;
  }
}

/*===================== BOTONES =====================*/

a.Btn-01 {
  height: 45px;
  width: 160px;
  background-color: black;
  color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.3s ease-out;
  border: 1px solid #ffffff;
}

a.Btn-01:hover {
  background-color: #ff7700;
  border-radius: 100px;
  letter-spacing: 2px;
}

a.Btn-02 {
  color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a.Btn-02 img {
  width: 30px;
  max-width: 30px;
  box-shadow: none;
  margin-left: 10px;
  margin-top: -5px;
  transition: all 0.3s ease-out;
}

a.Btn-02:hover {
  color: #81b4e2;
}

a.Btn-02:hover img {
  margin-right: 6px;
}

a.Btn-03 {
  height: 45px;
  width: 160px;
  background-color: #ff7700;
  color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.3s ease-out;
  border: 1px solid #ffffff;
}

a.Btn-03:hover {
  letter-spacing: 2px;
}

/*===================== COLORES =====================*/

.Azul-fuerte {
  color: #213565;
}

.Azul-medio {
  color: #476a9a;
}

.Azul-claro {
  color: #81b4e2;
}

.Color-acento {
  color: #ff7700;
}

/*===================== SLIDER =====================*/

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before,
.slider::after {
  content: "";
  height: auto;
  position: absolute;
  width: auto;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(380px * 13);
}
.slider .slide {
  height: auto;
  width: 100%;
}

.slider img {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slide {
  padding: 0px 32px;
}

@media only screen and (max-width: 992px) {
  .slider .slide-track {
    width: calc(250px * 13);
  }

  .slider img {
    max-width: 250px;
  }
}

/*===================== TARJETAS =====================*/

.Tarjeta-Servicios-btn {
  text-decoration: none;
  color: white;
  transition: all 0.3s ease-out;
}

.Tarjeta-Servicios-btn:hover {
  text-decoration: underline;
  color: white;
}

.Tarjeta-Servicios {
  border: 1px solid #ffffff;
  font-weight: 700;
  height: 90px;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}

.Tarjeta-Servicios:hover {
  background-color: rgba(17, 35, 94, 0.25);
}

.Tarjeta-Servicios .col-4 {
  border-left: 1px solid #ffffff;
  height: 90px;
}

.Tarjeta-Servicios img {
  width: 90%;
  transition: all 0.3s ease-out;
}

.Tarjeta-Servicios:hover img {
  width: 100%;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 992px) {
  .Tarjeta-Servicios {
    font-size: 13px;
    line-height: 15px;
  }
}

/*=======*/

.Tarjeta-testimonios {
  width: 90%;
  background-color: #81b4e2;
  min-height: 400px;
  border-radius: 8px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  text-align: center;
  padding: 20px;
  padding-top: 50px;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  margin-bottom: 30px;

  background: linear-gradient(300deg, #5cb7ff, #002968);
  background-size: 120% 120%;
  animation: gradient-animation 12s ease infinite;

  @keyframes gradient-animation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}

.Tarjeta-testimonios p b {
  font-size: 64px;
  color: #ffffff;
  font-family: "Passion One", sans-serif;
  font-weight: 900;
}

.Tarjeta-testimonios p span {
  font-size: 14px;
  font-style: italic;
}

.Tarjeta-testimonios img {
  border-radius: 200px;
  width: 100px;
  margin-bottom: 20px;
}

/*=======*/

.Tarjeta-servicios {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-attachment: fixed;
  border: 1px solid #ffffff;
}

.Tarjeta-servicios:hover {
  background-size: 120%;
}

.Tarjeta-servicios img {
  width: 80px;
  margin-bottom: 10px;
  filter: brightness(1000%);
}

.Tarjeta-servicios-img-bk {
  background-color: rgba(17, 35, 94, 0.75);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s ease-out;
  text-align: center;
  padding: 50px;
}

.Tarjeta-servicios:hover .Tarjeta-servicios-img-bk {
  background-color: rgba(0, 0, 0, 0.9);
  color: #81b4e2;
}

@media only screen and (max-width: 992px) {
  .Tarjeta-servicios {
    height: 200px;
  }

  .Tarjeta-servicios img {
    width: 60px;
  }

  .Tarjeta-servicios-img-bk {
    padding: 20px;
  }
}

/*=======*/

.Tarjeta-informacion {
  border: 1px solid #213565;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  font-size: 15px;
  padding: 20px;
}

.Tarjeta-informacion img {
  width: 100%;
  max-width: 40px;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}

/*=======*/

.Tarjeta-proyectos {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
}

.Tarjeta-proyectos .row {
  height: 370px;
}

a.Btn-tarjeta-proyectos {
  text-decoration: none;
  color: #213565;
}

.Tarjeta-proyectos-img-01 img {
  width: 100%;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  transition: all 0.3s ease-out;
}

.Tarjeta-proyectos p {
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 16px;
}

.Tarjeta-proyectos p b {
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.Tarjeta-proyectos p strong {
  font-size: 20px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  line-height: 25px;
  width: 100%;
  margin-top: 5px;
}

.Tarjeta-proyectos-img-02 {
  display: flex;
  justify-content: end;
  align-items: center;
}

.Tarjeta-proyectos-img-02 img {
  width: 30px;
  margin-right: 30px;
  transition: all 0.3s ease-out;
}

.Tarjeta-proyectos:hover .Tarjeta-proyectos-img-01 img {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.Tarjeta-proyectos:hover .Tarjeta-proyectos-img-02 img {
  margin-right: 5px;
}

.Tarjeta-proyectos:hover p strong {
  padding-left: 10px;
  color: #476a9a;
}

@media only screen and (max-width: 992px) {
  .Tarjeta-proyectos .row {
    height: 300px;
  }

  .Tarjeta-proyectos-img-02 img {
    margin-right: 10px;
  }
}

/*=======*/

.Tarjeta-proyectos-2 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #213565;
  color: white;
}

.Tarjeta-proyectos-2 .row {
  height: 370px;
}

a.Btn-tarjeta-proyectos-2 {
  text-decoration: none;
  color: white;
}

.Tarjeta-proyectos-2 p {
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 16px;
}

.Tarjeta-proyectos-2 p b {
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.Tarjeta-proyectos-2 p strong {
  font-size: 20px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  line-height: 25px;
  width: 100%;
  margin-top: 5px;
}

.Tarjeta-proyectos-2 .Tarjeta-proyectos-img-02 {
  display: flex;
  justify-content: end;
  align-items: center;
}

.Tarjeta-proyectos-2 .Tarjeta-proyectos-img-02 img {
  width: 30px;
  margin-right: 30px;
  transition: all 0.3s ease-out;
  filter: brightness(1000%);
}

.Tarjeta-proyectos-2:hover .Tarjeta-proyectos-img-01 img {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.Tarjeta-proyectos-2:hover .Tarjeta-proyectos-img-02 img {
  margin-right: 5px;
}

.Tarjeta-proyectos-2:hover p strong {
  padding-left: 10px;
  color: #0077cc;
}

@media only screen and (max-width: 992px) {
  .Tarjeta-proyectos-2 .row {
    height: 300px;
  }

  .Tarjeta-proyectos-img-02 img {
    margin-right: 10px;
  }
}

/*===================== LISTAS =====================*/

.H-Proyectos ul li {
  list-style: none;
  list-style-image: url(../img/ico/bullet.png);
  font-weight: 200;
  font-size: 15px;
  line-height: 20px;
}

.H-Proyectos li {
  margin-bottom: 7px;
  margin-left: -10px;
}

.H-Proyectos li strong {
  font-weight: 600 !important;
}

.Servicios-diferenciadores ul li {
  list-style: none;
  list-style-image: url(../img/ico/bullet.png);
  font-weight: 200;
  font-size: 15px;
  line-height: 20px;
}

.Servicios-diferenciadores li {
  margin-bottom: 7px;
  margin-left: -10px;
}

/*===================== PIE =====================*/

.Pie {
  background-color: #04153a;
  min-height: 300px;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding: 50px;
  color: #ffffff;
  background-image: url(../img/bk/bk-logo-icono.png);
  background-repeat: no-repeat;
  background-position: -150px;
}

.Pie-logo img {
  width: 100%;
  max-width: 200px;
  filter: brightness(1000%);
}

.Pie-top {
  border-bottom: 1px solid #5cb7ff;
  font-size: 16px;
}

.Pie-top a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}

.Pie-bottom img {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 992px) {
  .Pie {
    background-position: -400px;
  }
}

/*=======HOME=======*/

.H-hero-video {
  margin-top: 120px;
  padding: 10px 50px 0px;
}

.H-hero-video Video {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
}

@media only screen and (max-width: 992px) {
  .H-hero-video {
    padding: 10px 10px 0px;
  }
}

/*=======*/

.H-nosotros-txt-grande p {
  font-size: 110px;
  line-height: 110px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 10px;
}

.H-nosotros-txt-grande img {
  width: 100%;
  max-width: 450px;
  margin-right: 10px;
}

.H-nosotros-txt-info {
  line-height: 38px;
}

.H-nosotros-txt-info div {
  border-top: 1px solid #476a9a;
  margin-top: 30px;
  padding-top: 30px;
}

@media only screen and (max-width: 992px) {
  .H-nosotros-txt-grande p {
    font-size: 40px;
    line-height: 40px;
  }

  .H-nosotros-txt-grande img {
    width: 80%;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .H-nosotros-txt-info {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 28px;
  }
}

/*=======*/

.H-Servicios {
  background: linear-gradient(300deg, #04153a, #81b4e2, #476a9a, #02429a);
  background-size: 240% 240%;
  animation: gradient-animation 24s ease infinite;
  color: white;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.H-Servicios-01 {
  color: white;
  border-bottom: 1px solid #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  width: 100%;
  padding-bottom: 10px;
}

.H-Servicios-02 {
  font-size: 80px;
  line-height: 80px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.H-Servicios-03 {
  margin-top: 5px;
  font-size: 22px;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .H-Servicios-02 {
    font-size: 40px;
    line-height: 40px;
  }

  .H-Servicios-03 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}

/*=======*/

.H-Clientes {
  background-image: radial-gradient(circle at center center, #f7faff, #ffffff),
    repeating-radial-gradient(
      circle at center center,
      #f7faff,
      #f7faff,
      22px,
      transparent 44px,
      transparent 22px
    );
  background-blend-mode: multiply;
  background-color: #ffffff;
  background-attachment: fixed;
}

.H-Clientes img {
  width: 100%;
  max-width: 100px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.H-Clientes-01 {
  font-size: 150px;
  line-height: 150px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 20px;
  text-transform: uppercase;
  color: #81b4e2;
}

.H-Clientes-02 {
  text-transform: uppercase;
  margin-top: 10px;
}

@media only screen and (max-width: 992px) {
  .H-Clientes-01 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 10px;
  }
}

/*=======*/

.H-Proyectos {
  background-color: black;
  background-image: url(../img/bk/bk-home-proyectos.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden !important;
}

.H-Proyectos img {
  width: 80%;
  box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}

.H-Proyectos img:hover {
  box-shadow: rgb(39, 60, 86) 0px 20px 30px -5px;
}

@media only screen and (max-width: 992px) {
  .H-Proyectos img {
    width: 100%;
  }
}

.H-Proyectos-01 {
  color: white;
  border-bottom: 1px solid #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  width: 100%;
  padding-bottom: 10px;
}

.H-Proyectos-02 {
  font-size: 32px;
  line-height: 40px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #81b4e2;
}

/*=======*/

.H-Participacion {
  background-image: url(../img/bk/bk-home-participacion.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 500px;
}

.H-Participacion strong {
  color: #476a9a;
}

.H-Participacion .slider img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 4px;
  box-shadow: none;
}

.H-Participacion-01 {
  font-size: 80px;
  line-height: 80px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #213565;
}

@media only screen and (max-width: 992px) {
  .H-Participacion {
    padding-bottom: 250px;
  }

  .H-Participacion-01 {
    font-size: 50px;
    line-height: 50px;
  }
}

/*=======*/

.H-Testimonios-01 {
  text-align: center;
  width: 100%;
  font-size: 200px;
  line-height: 200px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #81b4e2;
  margin: 0 auto;
  letter-spacing: 5px;
  position: relative;
  z-index: -1;
  margin-top: -100px;
  opacity: 50%;
}

.H-Testimonios-02 {
  color: #213565;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .H-Testimonios-01 {
    font-size: 60px;
  }
}

/*=======NOSOTROS=======*/

.Nosotros {
  margin-top: 120px;
}

.Nosotros-01 {
  height: 100%;
  background-image: radial-gradient(#213565 4.5px, transparent 4.5px),
    radial-gradient(#213565 4.5px, transparent 4.5px);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  background-attachment: fixed;
  background-color: #142243;
  color: white;
  font-weight: 400px;
  padding: 100px;
  border-radius: 8px 0px 8px 8px;
  text-align: justify;
}

.Nosotros-01 strong {
  color: #81b4e2;
}

.Nosotros-01-01 {
  color: white;
  border-bottom: 1px solid #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  width: 100%;
  padding-bottom: 10px;
}

.Nosotros-01-02 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}

.Nosotros-02 img {
  width: 100%;
}

.Nosotros-02 strong {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #476a9a;
}

.Nosotros-valores {
  border-top: 1px solid #476a9a;
  border-bottom: 1px solid #476a9a;
  background-color: #dce7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.Nosotros-03 {
  font-size: 80px;
  line-height: 80px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #213565;
}

.Nosotros-04 {
  font-weight: 500;
}

.Nosotros-04 img {
  width: 100%;
  max-width: 50px;
  margin-bottom: 7px;
}

.Nosotros-equipo p b {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .Nosotros-01 {
    padding: 30px;
    border-radius: 8px 0px 8px 8px;
  }
}

/*=======SERVICIOS=======*/

.Servicios {
  margin-top: 120px;
}

.Servicios p b {
  font-size: 150px;
  line-height: 150px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 20px;
  text-transform: uppercase;
  color: #81b4e2;
}

.Servicios-cont {
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .Servicios p b {
    font-size: 100px;
    line-height: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .Servicios p b {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 5px;
  }
}

.Servicios-procesos p b {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .Servicios-procesos p b {
    font-size: 24px;
  }
}

.Servicios-diferenciadores {
  background: linear-gradient(300deg, #04153a, #81b4e2, #1066df, #02429a);
  background-size: 240% 240%;
  animation: gradient-animation 24s ease infinite;
  color: white;
  padding: 50px;
  border-radius: 0px 0px 8px;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.Servicios-diferenciadores-01 {
  color: white;
  border-bottom: 1px solid #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  width: 100%;
  padding-bottom: 10px;
}

.Servicios-diferenciadores-02 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

.Servicios-diferenciadores-img {
  background-image: url(../img/servicios-beneficios.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px;
  min-height: 200px;
}

.Servicios-diferenciadores-img img {
  max-width: 250px;
  filter: brightness(1000%);
  opacity: 75%;
  display: none;
}

@media only screen and (max-width: 992px) {
  .Servicios-diferenciadores {
    padding: 30px;
  }

  .Servicios-diferenciadores-02 {
    font-size: 24px;
    line-height: 24px;
  }
}

/*=======PROYECTOS=======*/

.Proyectos {
  margin-top: 120px;
}

.Proyectos-bk {
  background-image: url(../img/bk/bk-patron-02.jpg);
  background-size: contain;
  background-position: center 220px !important;
  background-attachment: fixed;
}

.Proyectos-01 {
  border-bottom: 1px solid #213565;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  width: 100%;
  padding-bottom: 10px;
  color: #04153a;
}

.Proyectos-02 {
  font-size: 80px;
  line-height: 80px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.Proyectos-03 {
  margin-top: 5px;
  font-size: 22px;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .Proyectos-02 {
    font-size: 40px;
    line-height: 40px;
  }

  .Proyectos-03 {
    margin-top: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}

/*=======PROYECTO=======*/

.Body-proyecto {
  background-color: rgba(0, 0, 0, 0);
}

.Proyecto-bk {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

.Proyecto-bk img {
  -webkit-filter: brightness(30%) blur(0px);
  filter: brightness(30%) blur(0px);
}

@media only screen and (max-width: 992px) {
  .Proyecto-bk {
    width: auto;
    height: auto;
    position: relative;
  }

  .Proyecto-bk img {
    -webkit-filter: brightness(100%) blur(0px);
    filter: brightness(100%) blur(0px);
    margin-top: 100px;
  }
}

.Proyecto-contenido {
  color: white;
}

.Proyecto-contenido-info img {
  width: 20px;
  margin-right: 10px;
  margin-top: -3px;
}

.Proyecto-contenido-info strong {
  font-size: 64px;
  line-height: 80px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #81b4e2;
}

@media only screen and (max-width: 992px) {
  .Proyecto-contenido {
    color: #213565;
  }

  .Proyecto-contenido-info {
    margin-top: -50px;
  }

  .Proyecto-contenido-info strong {
    font-size: 34px;
    line-height: 40px;
  }
}

.Proyecto-contenido .slider img {
  width: 100%;
  min-width: 250px;
  height: auto;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/*=======PARTICIPACIONES=======*/

.Participaciones {
  margin-top: 120px !important;
}

.Participaciones-pleca {
  border-radius: 8px;
  background-color: #04153a !important;
  padding-top: 50px;
  padding-left: 90px;
  color: white;
  background-image: url(../img/bk/bk-patron-01.jpg);
  background-position: center top;
}

@media only screen and (max-width: 992px) {
  .Participaciones-pleca {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
}

.Participaciones-01 {
  font-size: 80px;
  line-height: 80px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

@media only screen and (max-width: 992px) {
  .Participaciones-01 {
    font-size: 40px;
    line-height: 40px;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
  }
}

.Participaciones-logos img {
  width: 100%;
}

.Participaciones-bk {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 10 12c1.67 0 3.182-.683 4.27-1.785A5.998 5.998 0 0 0 14 12h2a4 4 0 0 1 4-4V6c-1.67 0-3.182.683-4.27 1.785C15.905 7.22 16 6.622 16 6c0-.622-.095-1.221-.27-1.785A5.982 5.982 0 0 0 20 6V4a4 4 0 0 1-4-4h-2c0 .622.095 1.221.27 1.785A5.982 5.982 0 0 0 10 0C8.33 0 6.818.683 5.73 1.785 5.905 1.22 6 .622 6 0H4a4 4 0 0 1-4 4v2c1.67 0 3.182.683 4.27 1.785A5.998 5.998 0 0 1 4 6c0-.622.095-1.221.27-1.785A5.982 5.982 0 0 1 0 6v2a4 4 0 0 1 4 4h2zm-4 0a2 2 0 0 0-2-2v2h2zm16 0a2 2 0 0 1 2-2v2h-2zM0 2a2 2 0 0 0 2-2H0v2zm20 0a2 2 0 0 1-2-2h2v2zm-10 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z' fill='%23d3e8fb' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-attachment: fixed;
  height: auto;
}

/*=======CONTACTO=======*/

.Contacto {
  margin-top: 120px;
}

.Contacto-01 {
  font-size: 60px;
  line-height: 60px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .Contacto-01 {
    font-size: 40px;
    line-height: 40px;
  }
}

.Contacto-bk {
  background: linear-gradient(33deg, #f3fbff, #ffffff, #00337b);
  background-size: 180% 180%;
  animation: gradient-animations 15s ease infinite;
  height: auto;
  background-attachment: fixed;
}

@keyframes gradient-animations {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.form-container {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

form h2 {
  margin-bottom: 20px;
  color: #333;
  font-family: "Oswald", sans-serif;
}

label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #444;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
}

.Contacto button {
  margin-top: 20px;
  padding: 12px;
  background: #0077cc;
  color: white;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.Contacto button:hover {
  background: #005fa3;
}

#status {
  margin-top: 15px;
  font-size: 14px;
  color: green;
}
