
.naranjo{
  color: #fec610;
}

body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

a {
  color: #000000;
}

  a:hover {
      color: #fec810;
  }

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


h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}


.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

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

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

  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
      background-color: #e7d9a8 !important;
      border-color: #e7d9a8 !important;
      color: white;
  }

  .btn-primary:active, .btn-primary:focus {
      box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  }

#mainNav {
  background-color: #ffffff;
}


#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fec810;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#services {
  background-color:#212529
}

#mainNav .navbar-brand {
  color: #fec810;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fec810;
  }

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


@media (min-width: 992px) {
  #mainNav {
      transition: padding-top 0.3s, padding-bottom 0.3s;
      border: none;
      background-color: #ffffff;
  }

      #mainNav .navbar-brand {
          font-size: 1.75em;
          transition: all 0.3s;
      }

      #mainNav .navbar-nav .nav-item .nav-link {
          padding: 1.1em 1em !important;
      }

      #mainNav.navbar-shrink {
          padding-top: 0;
          padding-bottom: 0;
          background-color: #000000;
      }

          #mainNav.navbar-shrink .navbar-brand {
              font-size: 1.25em;
              padding: 12px 0;
          }
}


#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #000000;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}



header.masthead {
  text-align: center;
  color: white;
  background-image: url(../images/fondo.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: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
      }

      header.masthead .intro-text .intro-heading {
          font-size: 50px;
          font-weight: 700;
          line-height: 50px;
          margin-bottom: 25px;
          font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
      }

@media (min-width: 600px) {
  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: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
      }

      header.masthead .intro-text .intro-heading {
          font-size: 75px;
          font-weight: 700;
          line-height: 75px;
          margin-bottom: 50px;
          font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
      }
}



.page-section {
  padding: 50px 0;
}

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

  .page-section h3.section-subheading {
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      margin-bottom: 75px;
      text-transform: none;
      font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

@media (min-width: 768px) {
  section {
      padding: 50px 0;
  }
}

::-moz-selection {
  background: #fec810;
  text-shadow: none;
}

::selection {
  background: #fec810;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}


img.pequeña2{
  width: 40px;
  height: 40px;
}

img.pequeña {
  width: 50px;
  height: 50px;
}

img.mediana {
  width: 100px;
  height: 100px;
}

img.grande {
  width: 200px;
  height: 200px;
}



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



.team-member {
  margin-bottom: 50px;
  text-align: center;
}

  .team-member img {
      width: 225px;
      height: 225px;
      border: 7px solid #fec810;
  }

  .team-member h4 {
      margin-top: 25px;
      margin-bottom: 0;
      text-transform: none;
  }

  .team-member p {
      margin-top: 0;
  }


  
.footer {
  padding: 25px 0;
  text-align: center;
}

  .footer span.copyright {
      font-size: 90%;
      line-height: 40px;
      text-transform: none;
      font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  .footer ul.quicklinks {
      font-size: 90%;
      line-height: 40px;
      margin-bottom: 0;
      text-transform: none;
      font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }



  
section#contact {
  background-color: #212529;
  background-repeat: no-repeat;
  background-position: center;
}

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

  section#contact .form-group {
      margin-bottom: 25px;
  }

      section#contact .form-group input,
      section#contact .form-group textarea {
          padding: 20px;
      }

          section#contact .form-group input.form-control {
              height: auto;
          }

          section#contact .form-group textarea.form-control {
              height: 248px;
          }

  section#contact .form-control:focus {
      border-color: #fec810;
      box-shadow: none;
  }

  section#contact ::-webkit-input-placeholder {
      font-weight: 700;
      color: #ced4da;
      font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  section#contact :-moz-placeholder {
      font-weight: 700;
      color: #ced4da;
      font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  section#contact ::-moz-placeholder {
      font-weight: 700;
      color: #ced4da;
      font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }

  section#contact :-ms-input-placeholder {
      font-weight: 700;
      color: #ced4da;
      font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }