body {
   overflow-x: hidden;
   font-family: 'Montserrat';
 }

 p {
   line-height: 1.75;
 }

 .text-primary {
   color: #697689 !important;
 }

 .bold {
    font-weight: bold;
 }

 ::selection {
    background: #315284;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-weight: 700;
   font-family: 'Montserrat';
 }

 section h2.section-heading {
   font-size: 40px;
   margin-top: 50px;
   margin-bottom: 15px;
 }

 section h3.section-subheading {
   font-size: 22px;
   font-weight: 400;
   font-style: italic;
   margin-bottom: 30px;
   text-transform: none;
   font-family: 'Montserrat';
 }

 section h4.section-subheading {
  font-size: 150px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #0b1952;
}

#mainNav {
  background-color: white;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  color: white;
  border: 0s;
  background-color: #0b1952;
  font-family: 'Montserrat';
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #697689;
  font-family: 'Montserrat';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #0b1952;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
  }
  #mainNav .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-language {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 2em;
    padding: 12px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/cement.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Montserrat';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Montserrat';
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat';
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.btn {
  font-family: 'Montserrat';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

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

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #00a6ff;
  border-color: #00a6ff;
  color: white;
}

#system {
  background-color: white;
}

#system .section-heading {
  color: #0b1952;
}

#system .row{
  margin-bottom: 0px;
}



#system .card .section-heading{
  margin-bottom: 50px;
  font-weight: 100;
}

#accordion1 .card{
  border: 0px;
  border-bottom: 1px;
}

#accordion2 .card{
  border: 0px;
  border-bottom: 1px;
}

#system .btn-link-caret{
  color: #0b1952;
  font-weight: 100;
}

#system .btn-link-caret:hover{
  text-decoration:underline;
}

#system .button{
  background-color: white;
}

#quote {
  background-color: #0b1952;
  color: white;
  padding: 50px;
}

#quote .quote-h3 {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  font-family: 'Montserrat';
}

#product .section-heading {
  color: #0b1952;
}

#product h3.section-subheading {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  text-transform:none;
  font-family: 'Montserrat';
}

#product .card{
  border: 0px;
  border-bottom: 0px;
}

#accordion3 .card{
  padding-top: 2.5%;
}

#product h3{
  color: #0b1952;
}

#product .btn-link-caret{
  color: #00a6ff;
  font-weight: "bold";
}

#product .btn-link-caret:hover{
  text-decoration:underline;
}

#product .btn-link-reporte{
  color: #e79357;
  font-weight: "bold";
}

#product .btn-link-reporte:hover{
  color: #ed6a0b;
  text-decoration:underline;
}

#portfolio {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e0e0e0;
}

#portfolio .portfolio_row {
  margin-left: auto;
  margin-right: auto;
}

#portfolio .card{
  margin-bottom: 2.5em;
}

#portfolio .card:hover{
  transform: scale(1.01);
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
transition: all 0.3s ease;
}

#about .section-heading {
  color: #0b1952;
}

#about .img-about{
  margin-bottom: 2.5em;
}

#about .img-about{
  width: 30em;
  border-radius: 5%;
}

@media (min-width: 992px) {
  section {
    padding: 50px;
  }
  section h4.section-subheading {
    font-size: 200px;
  }
}

#contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0b1952;
  background-image: url("../img/map-image.png");
}

#contact .section-heading {
  color: white;
}

#contact .contactBG{
  padding: 50px;
}

#contact .contactForm{
  padding-top: 30px;
}

#contact .btn{
  color: white;
}

footer {
  padding: 25px 0;
  text-align: center;
  font-size: 90%;
}

footer i {
  display: inline-block;
  padding: 10px;
}

footer .email {
  color: rgb(227, 55, 25);
}

input[type=text] {
  border: none;
  border-bottom: 1px solid #0b1952;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 0px;
  color: black;
}

input[type=email] {
  border: none;
  border-bottom: 1px solid #0b1952;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 0px;
  color: black;
}

input[type=text]::placeholder-shown {
  color: black;
}

.pin {
  color: rgb(227, 55, 25);
}

.pin:hover {
  transform: scale(1.5);
}

