@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800;900&display=swap");
a,
p,
li,
ul,
ol,
span,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: 'Montserrat', sans-serif;
}

.navbar-nav a {
  color: #fff;
  font-size: 14px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #FFBF3C;
  font-size: 14px;
}

.nav-link:focus,
.nav-link:hover {
  color: #FFBF3C;
  font-size: 14px;
}

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

.line:before {
  content: " | ";
  padding: 0 5px;
  color: white;
  display: inline;
}

.bg-image {
  width: 100%;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bghome.jpg");
}

.logo {
  width: 200px;
}

.bg-azul {
  background-color: #00263A;
}

.space {
  height: 65px;
}

/*****************  SECCIÓN DEL HOME  **********************/
.style-box-home {
  background-color: #00263A;
  color: #fff;
  padding: 30px;
}

.style-box-home strong {
  color: #FFBF3C;
}

.myCentral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mgg-element {
  margin: 10% auto;
}

.sizeicon {
  width: 100px;
}

.pddgmy {
  padding: 80px 0;
}

.format-iconServices p {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 30px 0;
}

.quienessomosformat p {
  font-weight: 500;
}

.quienessomosformat strong {
  color: #FFBF3C;
}

.quienessomosformat li {
  font-weight: 500;
}

.quienessomosformat ul {
  list-style: none;
  /* Remove default bullets */
}

.quienessomosformat ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #FFBF3C;
  /* Change the color */
  font-weight: 900;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1.3em;
  /* Also needed for space (tweak if needed) */
  margin-left: -0.5em;
  /* Also needed for space (tweak if needed) */
}

.sizeImgTam {
  width: 500px;
}

.bgfooter {
  background-color: #00263A;
}

.iconredes {
  width: 21px;
  margin: -5px 0 0 0;
}

.font-rs {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin: 3px 0;
}

.font-rs:hover {
  color: #fff;
}

.footerformat {
  line-height: 20px;
  color: #fff;
}

.footerformat p a {
  color: #fff;
  text-decoration: none;
}

.footerformat p a:hover {
  color: #fff;
}

.numberColorFormat {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.color-yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00263abf), to(#00253ac2)), url(../img/bginverti.jpg);
  background-image: linear-gradient(to bottom, #00263abf, #00253ac2), url(../img/bginverti.jpg);
  background-size: cover;
  background-position: 1% 50%;
}

.color-yellow h3 {
  color: white;
}

.color-yellow strong {
  color: #FFBF3C;
}

.color-yellow p {
  color: white;
}

.justify {
  text-align: justify;
}

.txt-interlineado {
  text-indent: -12px;
  padding: 10px;
  text-align: left;
}

.mg-txt {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 992px) {
  p {
    font-size: 15px;
  }
  .sizeicon {
    width: 80px;
  }
  .format-iconServices p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 30px 0;
  }
  ul, li {
    font-size: 15px;
  }
  .sizeImgTam {
    max-width: 100%;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28 255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .line:before {
    content: "";
    padding: 0 0px;
    color: white;
    display: inline;
  }
  .navbar-nav {
    padding: 20px;
  }
  .txt-interlineado {
    text-indent: -12px;
    padding: 10px;
  }
}
/*# sourceMappingURL=style.css.map */