@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap");
body {
  margin: 0;
  padding: 0;
}

.style-1 {
  position: absolute;
  height: 157px;
  background: #e7ebf3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 40px 0px 50px;
}

.interior-container {
  padding-left: 10px;
}
.imagen-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-color: rgba(0, 11, 71, 0.7);
  background-blend-mode: multiply;
}

.pr-20 {
  padding-right: 20px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
section.productos {
  padding-top: 49px;
}

/* Card Productos*/
.card-img-top {
  height: 190px;
  object-fit: cover;
  object-position: center;
}
.card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*****************************/
.btn-orange {
  background-color: #dc5028;
  border-radius: 10px !important;
  border-color: #dc5028;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 30px;
  color: #fff;
  box-shadow: none;
  border: 0px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-orange:hover {
  background-color: #ffa62b;
  border-color: #ffa62b;
  transition: all 0.3s ease;
}

.outline-white {
  border: 2px solid #ffffff !important;
  box-sizing: border-box;
}

/******/
.card-noticias {
  background: #ffffff;
  box-shadow: none !important;
  box-sizing: border-box;
  border-radius: 10px !important;
}
.text-orange-mas {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  /* identical to box height, or 124% */

  color: #dc5028;
}
a:hover {
  text-decoration: none !important;
}
section.noticias {
  background-color: #e7ebf3;
  height: 430px;
}
section.productos {
  background-color: #e7ebf3;
}
section.cotizar-producto {
  background: #2f59b1;
}

.cotizar-producto .btn-icon-black-arrow {
  color: #ffff;
}
.cotizar-producto .col-12 {
  display: flex;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}
.fz-14 {
  font-size: 14px;
}
.fz-18 {
  font-size: 18px;
}
.fz-21 {
  font-size: 21px;
}
.p-0 {
  padding: 0px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}

/***************BANNER-PRODUCTO*********************/

.title-product {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
}
.parrafo-product {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.pl-30 {
  padding-left: 30px;
}
.pt-25 {
  padding-top: 25px;
}
.txt-decoration-none {
  text-decoration: none;
}
.imagen-chancadora {
  background-repeat: no-repeat;
  position: relative;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  border-radius: 80px 0px 80px;
  width: 100%;
  height: 375px;
  object-fit: cover;
  object-position: center;
  top: 60px;
}

.imagen-background {
  object-fit: contain;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.outline-product-white {
  border: 2px solid #ffffff !important;
  box-sizing: border-box;
  border-radius: 10px !important;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px;
}

/*********************************/
.icon-tool:before {
  content: "\e816";
  color: blue;
  height: 37px;
  width: 20px;
  size: -17px;
}
.pl-70 {
  padding-left: 70px !important;
}
/******************************/

.card-product {
  flex-direction: column;
  padding: 14px;
  background: #ffffff;
  box-shadow:
  0 0.6px 1px rgba(0, 0, 0, 0.01),
  0 1.5px 2.4px rgba(0, 0, 0, 0.03),
  0 2.7px 4.3px rgba(0, 0, 0, 0.04),
  0 4.5px 7.1px rgba(0, 0, 0, 0.05),
  0 7.4px 11.6px rgba(0, 0, 0, 0.06),
  0 12.9px 20.3px rgba(0, 0, 0, 0.08),
  0 28px 44px rgba(0, 0, 0, 0.05)
;
  border-radius: 10px !important;
  transition: all .3s ease;
}
.text-orange {
  color: #dc5028;
}
.icon-tool:before {
  content: "\e816";
  font-size: 35px;
  color: #0057b8;
}
/******COTIZAR PRODUCTO******/

section.cotizar-producto {
  width: 100%;
  background: #2f59b1;
}

.cotizar-producto .col-12 {
  display: flex;
}

.btn-icon-arrow {
  background-color: #dc5028;
  border-radius: 10px;
  border: 0px;
  padding: 10px 10px;
  width: 355px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}

.btn-icon-arrow .icon-clip {
  font-size: 25px;
  margin-right: 10px;
}

.btn-icon-arrow .icon-arrow {
  margin: auto 0 auto auto;
}

.btn-icon-arrow:hover {
  background-color: #e9a748;
  box-shadow: 0 0px 0.5px rgba(0, 0, 0, 0.034), 0 0px 1.1px rgba(0, 0, 0, 0.048),
    0 0px 2.1px rgba(0, 0, 0, 0.06), 0 0px 3.8px rgba(0, 0, 0, 0.072),
    0 0px 7.1px rgba(0, 0, 0, 0.086), 0 0px 17px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  color: #fff !important;
}

.btn-icon-black-arrow {
  background-color: #1f1f1f;
  border-radius: 10px;
  border: 0px;
  padding: 10px 10px;
  width: 355px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}

.btn-icon-black-arrow .icon-user {
  font-size: 25px;
  margin-right: 10px;
}

.btn-icon-black-arrow .icon-arrow {
  margin: auto 0 auto auto;
}

.btn-icon-black-arrow:hover {
  background-color: #a7a8a9;
  box-shadow: 0 0px 0.5px rgba(0, 0, 0, 0.034), 0 0px 1.1px rgba(0, 0, 0, 0.048),
    0 0px 2.1px rgba(0, 0, 0, 0.06), 0 0px 3.8px rgba(0, 0, 0, 0.072),
    0 0px 7.1px rgba(0, 0, 0, 0.086), 0 0px 17px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

/***********FOOTER***************/
section.icon-arrow {
  color: black;
}
.button-white-arrow {
  border-color: black !important;
  border-radius: 10px !important;
  width: 201px;
  height: 59px;
  background-color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
}
.pr-70 {
  padding-right: 70px !important ;
}
.img-casos {
  border-radius: 10px 10px 0px 0px;
  background-color: rgba(0, 0, 0, 0.6);

  z-index: 1;
}

.fz-14 {
  font-size: 14px;
}
.pt-60 {
  top: 60px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-20 {
  padding-top: 20px;
}

.mt-70 {
  margin-top: 70px;
}
.mt-17 {
  margin-top: 17px;
}
.pl-30 {
  padding-left: 30px;
}

.fz-32 {
  font-size: 32px;
}
/**********BANNER FIT ME ****************/
.banner-fit-me {
  background-image: url("assets/fondo-me-fit-crushing.jpg");
  width: 1441px;
}
.btn-orange-arrow {
  background: #dc5028;
  border-radius: 10px;
}
/*********CONFIAN EN NOSOTROS**********/
section.confian-en-nosotros {
  background: #2c2a2a;
}

.fz-14 {
  font-size: 14px;
}
.pt-60 {
  top: 60px;
}
/***********CARD**********/
.icon-circle-arrow-up:before {
  content: "\e806";
  background-color: #409677;
  border-radius: 50%;
}
.icon-circle-arrow-up {
  color: #ffff;
}
.me-fit-crushing-carousel {
  background-color: #e7ebf3;
}

.me-fit-crushing-carousel h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  line-height: 55px;
}
.pl-20 {
  padding-left: 20px;
}
.me-fit-crushing-carousel h6 {
  font-size: 26px;
  line-height: 55px;
  color: #0057b8;
}
.me-fit-crushing-carousel .card-title {
  display: flex;
  align-content: center;
}
.me-fit-crushing-carousel .card-title p {
  font-size: 44px;
  line-height: 55px;
  color: #0057b8;
}
.me-fit-crushing-carousel .col-12 {
  display: flex;
}
.me-fit-crushing-carousel .logros h4 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 55px;
  /* identical to box height, or 172% */

  color: #0057b8;
}
.me-fit-crushing-carousel .logros p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.me-fit-crushing-carousel .logros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.me-fit-crushing-carousel .seleccion h6 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #222222;
  padding-right: 24px;
}
.card-carousel {
  margin-top: 40px;
}
.me-fit-crushing-carousel .seleccion {
  padding-top: 50px;
}
.me-fit-crushing-carousel .seleccion {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.card-carousel .card-body .button p {
  color: #dc5028;
}
.card-carousel .card-body .button a {
  text-decoration: none;
}
.card-carousel .card-body .button i {
  margin-left: 10px;
}
.card-carousel .card-body .button {
  padding-top: 10px;
}
.card-carousel .card-body .card-text .separador-3 {
  padding-top: 20px;
}
.card-body .card-title .icon-circle-arrow-up {
  font-size: 40px;
  margin-left: 30px;
}
.card-body .card-text span {
  font-weight: bold;
}
.card-carousel .card-body {
  padding-left: 54px;
  padding-right: 89px;
  padding-top: 52px;
  width: 377px;
}
.me-fit-crushing-carousel .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-60 {
  padding-top: 60px;
}
.separador-1:before {
  display: flex;
  content: "";
  width: 61px;
  height: 0px;
  border: 1px solid #000000;
  width: 69px;
  height: 0px;
  left: 154px;
}
.separador-2:before {
  display: flex;
  content: "";
  width: 61px;
  height: 0px;
  border: 1px solid #000000;
  width: 69px;
  height: 0px;
  left: 154px;
}
.separador-3:before {
  display: flex;
  content: "";
  width: 61px;
  height: 0px;
  border: 1px solid #000000;
  width: 69px;
  height: 0px;
  left: 154px;
}

.pt-20 {
  padding-top: 20px;
}
/***/
.card-carousel {
  background: #ffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 10px !important;
}

.mt-70 {
  margin-top: 70px;
}
.mt-17 {
  margin-top: 17px;
}

/*********/
.pl-30 {
  padding-left: 30px;
}
.fz-50 {
  font-size: 49px;
}
.mt-30 {
  margin-top: 30px;
}
.pl-15 {
  padding-left: 15px;
}
.text-blue {
  color: #0057b8;
}
.pl-60 {
  padding-left: 60px;
}
.ml-45 {
  margin-left: 45px;
}
.fz-100 {
  font-size: 100px;
}
.fz-26 {
  font-size: 26px;
}
.fw-bold {
  font-weight: bold;
}
.pt-0 {
  padding-top: 0px;
}
.card-reconocimiento {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 10px;
  width: 250px;
}

.icon-play-video:before {
  content: "\e814";

  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px;
}
.background-casos {
  background-color: #00000099;
}

.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.cover-background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #00000099;
  opacity: 0.25;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}

/******Banner producto*****/
.menu-chancado .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-chancado .col-12 h4 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #0057b8;
}

.menu-chancado .col-12 .col ul li {
  padding-left: 20px;
  text-decoration: none;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4c4c4c;
}

.banner-1 .row .col-12 h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 48px;
  line-height: 55px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.banner-1 .row .col-12 p {
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.banner-1 .row .col-12 .outline-product-white {
  color: #ffff;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.banner-1 .row .col-12 .outline-product-white:hover {
  background-color: #ffff;
  color: #0057b8;
  transition: all 0.3s ease;
}

.style-2 {
  background: #e7ebf3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 40px 0px 50px;
}

.product-chancado .col-12 h1 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 55px;
  text-align: center;
  color: #0057b8;
}
.product-chancado .col-12 {
  padding-top: 120px;
}
.product-chancado .col-lg-6 {
  margin-bottom: 60px;
}
.product-chancado .col-12 p {
  padding-top: 20px;
  margin-bottom: 40px;
  color: #545454;
}
.product-chancado .row .col-12 {
  align-items: center;
  /* align-content: center; */
  display: flex;
  flex-direction: column;
}
.product-chancado .row .col-lg-6 h5 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #0057b8;
}

.product-chancado .row .col-lg-6 {
  align-items: center;
  display: flex;
}
.product-chancado .row .col-lg-6 .style-2 {
  padding: 35px;
  height: 100%;
}

.product-chancado .col-lg-6 .text p {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #4c4c4c;
}
.product {
  background-color: #e7ebf3;
}
.product .row .title {
  display: flex;
  align-items: center;
}
.product .row .title h1 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 55px;
  color: #0057b8;
}
.product .row .title i {
  margin-right: 10px;
}
.product .row .form {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.form-check-input:checked {
  background-color: #dc5028!important;
  border-color: #dc5028;
}
.form-control {
  border-color: #0057b8;
  border-radius: 5px;
}
.product .form {
  margin-bottom: 40px;
}
.form .col-lg-4 .icon-search {
  position: absolute;
  padding-left: 394px;
  font-size: 24px;
  color: #0057b8;
}

.product .form-check {
  display: flex;
  align-items: center;
}
.form-check-input {
  width: 25px;
  height: 25px;
}
.product .form .form-check label {
  padding-right: 40px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;

  color: #4c4c4c;
}
.product .card-product .img-product {
  display: flex;
  align-self: center;
}
.card-product .title {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #4c4c4c;
}
.card-product {
  display: flex;

  justify-content: space-between;
}
.card-product .card-text {
  display: flex;
  justify-content: space-between;
}
.card-product .card-text i {
  font-size: 10px;
}
.card-product .card-body p {
  color: #dc5028;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}
.fit-me-crush .fit-me-img {
  border-radius: 40px 0px;
}
.fit-me-crush .text h1 {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 55px;
  color: #ffff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.fit-me-crush .text i {
  font-size: 80px;
}

.fit-me-crush .text .icon-me-fit::before {
  margin-left: 0px !important;
}

.fit-me-crush .text p {
  color: #ffff;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
}

.fit-me-crush .text {
  margin: 15px 0;
}

.fit-me-crush .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.fit-me-crush .buttons .btn-orange-arrow {
  color: #ffff;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  border: 0px;
}
.fit-me-crush .buttons .btn-orange-arrow i {
  margin-left: 10px;
}
.fit-me-crush .buttons .otro-fit {
  color: #ffff;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
}
/* 
.fit-me-crush .buttons .otro-fit:hover {
  border-color: rgba(0, 0, 0, 0.9);
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
} */

.fit-me-crush .buttons .otro-fit i {
  font-size: 10px;
  margin-left: 30px;
}
.fit-me-crush .buttons a {
  text-decoration: none;
}
.fit-me-crush .col-lg-6 {
  align-self: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.fit-me-crush .col-lg-5 {
  align-self: center;
  display: flex;
  justify-content: center;
}
.confian-en-nosotros .col-lg-8 {
  justify-content: center;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.confian-en-nosotros .col-lg-8 .text p {
  color: #ffff;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

.confian-en-nosotros .col-lg-8 .text h6 {
  color: #ffff;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
}

.confian-en-nosotros .col-lg-8 .text p span {
  color: #dc5028;
}

.confian-en-nosotros .col-lg-8 i {
  color: #ffff;
  font-size: 100px;
}

.confian-en-nosotros .col-lg-4 h5 {
  color: #ffff;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  transition: all 0.3s ease;
}

.confian-en-nosotros .col-lg-4 h5:hover {
  color: #ffa62b;
  transition: all 0.3s ease;
}

.confian-en-nosotros .col-lg-4 a {
  text-decoration: none;
}

.confian-en-nosotros .col-lg-4 i {
  margin-left: 20px;
}

.confian-en-nosotros .col-lg-4 {
  align-self: center;
}

/***me fit crushing**/
.como-ayudar .col-12 h1 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 55px;
  text-align: center;
  color: #0057b8;
}

.como-ayudar .row .col-lg-6 {
  margin-bottom: 40px;
}

.como-ayudar .row .col-lg-6 h5 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #0057b8;
}

.como-ayudar .row .col-lg-6 {
  align-items: center;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}
.como-ayudar .col-lg-6 .text p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.como-ayudar .col-12 h3 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  color: #0057b8;
}
.como-ayudar .col-12 p {
  padding-top: 20px;
  margin-bottom: 40px;
  color: #545454;
}
.como-ayudar .row .col-12 {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.como-ayudar .row .col-lg-6 h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}

.como-ayudar .row .col-lg-6 {
  align-items: center;
  display: flex;
}
.como-ayudar .row .col-lg-6 .style-2 {
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
  display: flex;
}

.como-ayudar .col-lg-6 .text p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #4c4c4c;
}

.card-noticias {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffff;
}
.noticias .col-12 {
  display: flex;
}
.noticias .card-body span {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #0057b8;
}
.noticias .card-body p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
  margin-top: 10px;
}
.noticias .card-body a {
  text-decoration: none;
}
.noticias .card-body a p {
  color: #dc5028;
  margin-top: 30px;
}
.noticias .card-body {
  margin-left: 20px;
  margin-right: 25px;
}
.noticias .card-noticias .imagen {
  background-color: #000000;
}
.noticias .card-noticias .imagen img {
  opacity: 0.6;
}
/***/
.card-eventos {
  background-color: #ffff;
}
.eventos {
  background-color: #e7ebf3;
}
.eventos .col-12 {
  display: flex;
  justify-content: center;
}
.eventos .card-body .card-info {
  display: flex;
}
.eventos .card-body .card-info span {
  color: #0057b8;
}
.eventos .card-body .card-info i {
  padding-right: 10px;
}
.eventos .card-body .card-info span {
  padding-right: 10px;

  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #0057b8;
}
.eventos .card-body .card-info p {
  color: #ffff;
}
.eventos .card-body .card-info p::before {
  background: #0057b8;
  content: "";
  height: 23px;
  width: 81px;
  position: absolute;
  z-index: 1;
}
.eventos .card-body .card-text a {
  text-decoration: none;
}
.eventos .card-body .card-text a p {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #dc5028;
}
.eventos .card-body {
  padding-left: 65px;
}

.eventos .card-body .card-text h6 {
  margin-bottom: 8px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
}
.eventos .card-body .card-text p {
  margin-bottom: 8px;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
}
.eventos .card-eventos {
  margin-bottom: 10px;
}
.cerficaciones {
  background-color: #e7ebf3;
}
.cerficaciones .card-certificacion {
  background-color: #ffff;
  margin-bottom: 40px;
}
.cerficaciones .card-certificacion .card-body .button {
  display: flex;
}
.cerficaciones .card-certificacion .card-body .button a {
  text-decoration: none;
  padding-top: 3px;
}
.cerficaciones .card-certificacion .card-body .button i {
  color: #e9a748;
  font-size: 20px;
}
.cerficaciones .card-certificacion .card-body .button a p {
  color: #e9a748;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  margin-left: 15px;
}
.cerficaciones .card-certificacion .card-body {
  margin-left: 31px;
  margin-right: 66px;
}
.cerficaciones .card-certificacion {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 10px;
}
.cerficaciones .card-body .button {
  margin-top: 10px;
}
.cerficaciones .card-body .card-title {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
}
.inversionistas .card-inversionista .button a p {
  color: #e9a748;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  margin-left: 15px;
}
.inversionistas {
  background-color: #e7ebf3;
}
.inversionistas .card-inversionista {
  background-color: #ffff;
}
.inversionistas .card-inversionista .button {
  display: flex;
}
.inversionistas .card-inversionista .button i {
  color: #e9a748;
  font-size: 20px;
}
.inversionistas .card-inversionista .card-body {
  margin-left: 31px;
  margin-right: 66px;
  padding-top: 40px;
}
.inversionistas .card-body .card-title {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 30px;
}
.inversionistas .card-inversionista .button a {
  text-decoration: none;
  padding-top: 3px;
}

.inversionistas .card-inversionista {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 10px;
}
.trabaja-nosotros {
  background-color: #e7ebf3;
}
.trabaja-nosotros .card-trabaja {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 10px;
}
.trabaja-nosotros .card-trabaja .card-body h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
  margin-top: 15px;
}
.trabaja-nosotros .card-trabaja .card-body p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
.trabaja-nosotros .card-trabaja .card-body a p {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #dc5028;
}
.trabaja-nosotros .card-trabaja .card-body a {
  text-decoration: none;
}
.trabaja-nosotros .card-trabaja .card-body {
  margin-left: 30px;
}

/*nosotros*/
.somos {
  background: #e7ebf3;
}
.mision-vision .col-lg-6.valores {
  background: #0057b8;
}
.mision-vision .col-lg-6.valores {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #e7ebf3;
}

.somos .item-1 a {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #dc5028;
  text-decoration: none;
}
.somos .item-1 h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 55px;
  color: #0057b8;
}
.somos .item-1 h6 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  color: #0057b8;
}
.somos .item-2 h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 55px;
  color: #0057b8;
}
.somos .item-2 h6 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  color: #0057b8;
}
.somos .item-3 h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 55px;
  color: #0057b8;
}
.somos .item-3 h6 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  color: #0057b8;
}
.somos .item-3 a {
  text-decoration: none;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #dc5028;
  text-decoration: none;
}
.somos .line-1 {
  border-right: 1px solid #000000;
}
.somos .line-2 {
  border-left: 1px solid #000000;
}
.mision-vision .valores .lista-valores p {
  margin-bottom: 0px;
}
.mision-vision .valores {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mision-vision .col-lg-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mb-70 {
  margin-bottom: 70px;
}

.pt-40 {
  padding-top: 40px;
}
.line-5 {
  border-bottom: 1px solid #0057b8;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.nosotros-historia .descripcion {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
}
.nosotros-historia .descripcion-1 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.nosotros-historia .title {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  color: #0057b8;
}
.estandares {
  background-color: #e7ebf3;
}
.estandares .row h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  color: #0057b8;
}
.estandares .row p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.estandares .row a {
  text-decoration: none;
}
.estandares .row a p {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #e9a748;
}

.certificados {
  background-color: #e7ebf3;
}
.certificados .row h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  color: #0057b8;
}
.certificados.row p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.certificados .row .button a {
  text-decoration: none;
}
.certificados .row a p {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #e9a748;
}

.practica .row h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  color: #0057b8;
}
.practica .row p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.practica .row .button a {
  text-decoration: none;
}
.practica .row a p {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #e9a748;
}
.cumplimiento-img {
  height: 368px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.ml-5 {
  margin-left: 5px;
}

.nosotros-grupo .descripcion {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
}
.nosotros-grupo .descripcion {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
}

.nosotros-grupo .descripcion-1 p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;

  color: #000000;
}
.nosotros-grupo .descripcion-1 h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 55px;
  color: #0057b8;
}
.nosotros-grupo .line-6 {
  border-bottom: 1px solid #979797;
}
.pt-50 {
  padding-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.point {
  width: 40px;
  height: 40px;
  background: #8a8a8a;
  border-radius: 50%;
}
.point-1 {
  width: 40px;
  height: 40px;
  background: #c2c2c2;
  border-radius: 50%;
}

.mapa .col-12 h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 55px;
  text-align: center;
  color: #0057b8;
}

.mapa .col-lg-6 h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  line-height: 55px;
  color: #0057b8;
}
.mapa .col-lg-6 p {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
.mapa .line-7 {
  border-right: 1px solid #000000;
}
.mapa iframe {
  border-radius: 10px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-10 {
  margin-left: 10px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-50 {
  margin-bottom: 90px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-100 {
  padding-top: 100px;
}
.busqueda {
  background-color: #0057b8;
}
.busqueda .col-12 h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 55px;
  color: #ffffff;
}
.busqueda .col-12 p {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
}
.hitos h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #0057b8;
}
.hitos p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}
.modal-body .line-9 {
  border-bottom: 1px solid #000000;
}
.modal-body .contacto a {
  color: #dc5028;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}
.modal-body .contacto h6 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.modal-body .direccion p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.modal-body .direccion h6 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.modal-body .oficina span {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
.modal-body .oficina h5 {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 150%;
  color: #0057b8;
}
