@font-face {
    font-family: Gotham;
    src: url(Fonts/GothamMedium.ttf);
}

.eco-verde-blue{
  color: #85D1F3 !important;
}

.bg-eco-verde-blue{
  background-color:  #85D1F3 ;
}

a.eco-verde-blue{
  color: #85D1F3;
}

a.bg-eco-verde-blue:hover, a.bg-eco-blue:focus,
button.bg-eco-blue:hover,
button.bg-eco-blue:focus {
  background-color:  #85D1F3 ;
}


.btn-eco-verde-blue {
  color: #e5e5e5 ;
  background-color: #85D1F3;
  border-color: #85D1F3;
}

.btn-eco-verde-blue:hover {
  color: #e5e5e5 ;
  background-color: #85D1F3;
  border-color: #85D1F3;
}

.eco-verde-green{
  color:#7DAA42 ;
}

.bg-eco-verde-green{
  background-color: #7DAA42 ;
}

a.bg-eco-verde-green:hover, a.bg-eco-verde-green:focus,
button.bg-eco-verde-green:hover,
button.bg-eco-verde-green:focus {
  background-color: #7DAA42 ;
}

.btn-eco-verde-green{
  color: #e5e5e5;
  background-color: #7DAA42;
  border-color: #7DAA42;
}

.bg-eco-verde-gray{
  background-color: #404040 ;
}


.btn-eco-verde-gray{
  color: #e5e5e5;
  background-color: #404040;
  border-color: #404040;
}

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

footer span {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: Gotham,'Open Sans', sans-serif;
}


body {
  font-family: Gotham,'Open Sans', sans-serif;
}

legend{
  font-family: Gotham,'Open Sans', sans-serif;
  color: #222121;
}

p {
  line-height: 1.75;
  font-family: Gotham,'Open Sans', sans-serif;
}

a {
  font-family: Gotham,'Open Sans', sans-serif;
}

a:hover {
  color: #85D1F3;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Gotham,'Open Sans', sans-serif;
}

section {
  padding: 10px;
  font-family: Gotham,'Open Sans', sans-serif;
}

section h2.section-heading {
  font-size: 40px;
  font-family: Gotham,'Open Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 15px;

}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 75px;
  text-transform: none;
  font-family: Gotham,'Open Sans', sans-serif;
}


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

.btn {
  font-family: Gotham,'Open Sans', sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  font-family: Gotham,'Open Sans', sans-serif;
  padding: 20px 40px;
}

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

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

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

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

::selection {
  background: #85D1F3;
  text-shadow: none;
}

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

img::selection {
  background: transparent;
}

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

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #85D1F3;
  font-family: Gotham,'Open Sans', sans-serif;
}

#mainNav .navbar-brand {
  color: #85D1F3;
  font-family: Gotham,'Open Sans', sans-serif;
}

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

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: Gotham,'Open Sans', sans-serif;
}

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

@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;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em ;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

@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;
    color: black;
    margin-bottom: 25px;
    font-family: Gotham,'Open Sans', sans-serif;
  }

  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    color: black;
    background: rgba(64, 64, 64, 0.5);
    margin-bottom: 50px;
    font-family: Gotham,'Open Sans', sans-serif;
  }

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

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(122, 169, 64, 0.7);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -1px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -1px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  height: 125px;
  margin: 5 auto;
  padding: 10px;
  text-align: center;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: Gotham,'Open Sans', sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px ;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: Gotham,'Open Sans', sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.2;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}





ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #85D1F3;
}

