@charset "UTF-8";
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

h2 {
  margin-bottom: 2rem !important;
  margin-top: 3rem !important;
}

h3 {
  font-size: 1.4rem !important;
}

.proyecto {
  margin-bottom: 2rem !important;
}

.home-proyectos {
  display: none;
}

.jumbotron {
  margin-bottom: 40px !important;
}

.all-projects-button {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.all-projects-button button {
  width: 300px;
  padding: 20px;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

footer,
header,
main,
nav {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

img {
  vertical-align: middle;
  border-style: none
}

table {
  border-collapse: collapse
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

[type=button],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  overflow: auto;
  resize: vertical
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
  font-size: 80%;
  font-weight: 400
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}

a>code {
  color: inherit
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col-lg-3,
.col-lg-9,
.col-md-12,
.col-md-4,
.col-md-8,
.col-sm-4,
.col-sm-5,
.col-sm-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:576px) {
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
}

@media (min-width:768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width:992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.dropdown {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media (max-width:991.98px) {
  .navbar-expand-lg>.container {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-text:last-child {
  margin-bottom: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item {
  display: flex
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.jumbotron {
  padding: 2rem 1rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.media {
  display: flex;
  align-items: flex-start
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px
  }
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item.active {
  display: block
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.rounded {
  border-radius: .25rem !important
}

.d-none {
  display: none !important
}

.d-block {
  display: block !important
}

@media (min-width:576px) {
  .d-sm-block {
    display: block !important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-block {
    display: block !important
  }
}

@media (min-width:1200px) {
  .d-xl-block {
    display: block !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.w-25 {
  width: 25% !important
}

.w-100 {
  width: 100% !important
}

.mt-0 {
  margin-top: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.p-0 {
  padding: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pl-2 {
  padding-left: .5rem !important
}

.pl-3 {
  padding-left: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.mr-auto {
  margin-right: auto !important
}

@media (min-width:768px) {
  .pl-md-3 {
    padding-left: 1rem !important
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

.text-center {
  text-align: center !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-italic {
  font-style: italic !important
}

.text-muted {
  color: #6c757d !important
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important
  }
}

body {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff
}

a,
a:focus,
a:hover,
a:visited {
  color: #2a7d34
}

.breadcrumb {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto
}

h1 {
  color: #30883a;
  font-size: 2.2rem;
  text-transform: uppercase
}

h2 {
  font-family: Montserrat, Helvetica, sans-serif;
  color: #30883a;
  font-size: 2rem;
  font-weight: 700
}

h3 {
  font-family: Montserrat, Helvetica, sans-serif;
  color: #2a7d34;
  font-size: 1.1rem;
  font-weight: 700
}

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

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

a.btn-primary {
  color: #fff
}

header {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: .3rem;
  border-bottom: 1px solid #30883a
}

header .navbar-nav {
  font-size: 1rem;
  padding-top: 1.2rem;
  padding-left: .5rem
}

header .navbar-nav .dropdown-item,
header .navbar-nav .nav-link {
  color: #30883a !important;
  font-weight: 600
}

header .navbar-nav .dropdown-item:hover,
header .navbar-nav .nav-link:hover {
  text-decoration: underline
}

header .navbar-brand {
  color: #30883a;
  display: inline;
  font-size: 2.6rem
}

header .navbar-brand img {
  max-width: 180px
}

header .navbar-brand img span {
  display: none
}

header .nav-item {
  padding-left: 2rem;
  font-weight: 500
}

header .nav-contact li {
  padding: .5rem 0
}

header .nav-contact li:first-child {
  margin-right: 1rem
}

@media (min-width:576px) {
  header .navbar-brand img {
    max-width: 200px
  }
}

@media (min-width:768px) {
  header .nav-item {
    padding-left: .4rem
  }

  header .navbar {
    border-bottom: 0 !important
  }
}

@media (min-width:1200px) {
  header .nav-item {
    padding-left: 2rem
  }
}

.jumbotron {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 0;
  margin-bottom: 0
}

.jumbotron h1 {
  font-size: 1.5rem;
  font-weight: 600
}

.jumbotron-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem
}

@media (min-width:768px) {
  .jumbotron {
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
    background-image: url(/assets/img/jumbo-3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgba(20, 20, 20, .4);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
    color: #fff
  }

  .jumbotron h1 {
    color: #fff
  }

  .jumbotron .btn {
    padding: .5rem .5rem
  }

  .jumbotron-text {
    padding: 1rem 2rem .2rem 1rem;
    max-width: 500px;
    color: #fff;
    background-color: rgba(20, 20, 20, .4)
  }

  .jumbotron-text h1 span {
    font-size: 3.2rem
  }

  .jumbotron-text p {
    font-size: .9rem
  }
}

.home-proyectos img {
  margin-top: .35rem;
  margin-bottom: 1rem
}

.home-proyectos h3 {
  font-size: 1.7rem;
  font-weight: 600
}

.home-proyectos p a {
  color: #2a7d34;
  font-weight: 500
}

.home-proyectos i {
  color: #2a7d34
}

@media (min-width:768px) {
  .home-proyectos .home-proyectosTexto {
    padding-left: 1rem
  }

  .home-proyectos img {
    margin-bottom: 0
  }
}

.home-contacto {
  background-color: #ccc;
  padding: 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  padding: 2rem;
  -webkit-box-shadow: 7px 0 8px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 7px 0 8px 0 rgba(0, 0, 0, .2);
  box-shadow: 7px 0 8px 0 rgba(0, 0, 0, .2)
}

@media (min-width:768px) {
  .home-contacto form {
    width: 60%
  }
}

.home-servicios {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem
}

.home-servicios .card {
  border-radius: 0;
  border: 1px solid #ccc
}

.home-servicios .card img {
  width: 100%;
  height: 40vw;
  object-fit: cover
}

.home-servicios .card-body {
  padding: 0
}

.home-servicios .card-title {
  color: #fff;
  font-size: 1.1rem;
  padding: 1.3rem .5rem .5rem 4rem;
  margin-bottom: 0;
  background-color: #30883a;
  background-image: url(/assets/img/helice-b-trans-elice.webp);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 60px
}

.home-servicios .card-title:hover {
  background-color: #2a7d34
}

.home-servicios .card-text {
  padding: .7rem;
  font-size: .9rem
}

.home-servicios .card-footer {
  border: 0;
  background-color: #fff;
  text-align: center;
  padding-top: 0
}

@media (min-width:576px) {
  .home-servicios {
    padding: 0
  }

  .home-servicios .card {
    margin-bottom: 1rem
  }

  .home-servicios .card img {
    height: 30vw
  }

  .home-servicios .card-footer .btn,
  .home-servicios .card-title {
    font-size: .9rem
  }
}

@media (min-width:768px) {
  .home-servicios {
    margin-top: 1.5rem
  }

  .home-servicios .card {
    border-radius: 0
  }

  .home-servicios .card img {
    height: 10vw
  }

  .home-servicios .card-title {
    font-size: .9rem
  }

  .home-servicios .card-footer .btn {
    font-size: 1rem
  }
}

@media (min-width:992px) {
  .home-servicios .card-title {
    font-size: 1.15rem
  }
}

.home-proyectos {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  margin-bottom: .5rem
}

.home-proyectos hr {
  max-width: 40%;
  text-align: center;
  background-color: #30883a
}

.home-proyectos h2 {
  background-color: #30883a;
  color: #fff;
  padding: .5rem;
  font-weight: 400;
  margin-bottom: .5rem
}

.home-proyectos img {
  margin-top: 0
}

.home-proyectos h3 {
  margin: 0 1rem .5rem 0
}

.home-proyectos .btnMore {
  text-align: center
}

.home-proyectos .btn {
  margin-top: 1.2rem
}

.home-proyectos .home-proyectosTexto p:last-child {
  margin-bottom: 0
}

@media (min-width:768px) {
  .home-proyectos .home-proyectosContainer {
    padding: 0 1rem
  }

  .home-proyectos hr {
    display: none
  }

  .home-proyectos .proyecto {
    margin-bottom: 2rem
  }
}

.footer-contacto {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  background-color: #ccc
}

.footer-contacto h2 {
  font-size: 1.6rem;
  font-weight: 500
}

.footer-contacto p {
  padding: 0rem
}

.footer-contacto textarea {
  height: 140px
}

.footer-contacto form {
  padding: 0 2rem
}

.footer-contacto input:focus,
.footer-contacto textarea:focus {
  box-shadow: 2px #30883a;
  box-shadow: 2px rgba(48, 136, 58, .2)
}

.footer-contacto .footer-contacto textarea:focus,
.footer-contacto input:focus {
  background: #30883a;
  background: rgba(48, 136, 58, .2)
}

@media (min-width:768px) {
  .footer-contacto .btn-primary {
    width: 30%
  }
}

footer {
  padding: 0;
  margin: 0 auto;
  background-color: #30883a;
  color: #fff;
  margin-bottom: 1rem
}

footer a:hover {
  color: #fff
}

footer .row {
  text-align: center
}

footer li {
  display: inline
}

footer a {
  color: #fff
}

footer .rss>li {
  margin-right: 2rem
}

footer .rss>li:last-child {
  margin-right: 0
}

footer .author,
footer .author a {
  font-size: .8rem;
  font-weight: 300;
  color: #ccc
}

footer .author a {
  text-decoration: underline
}

.proyectos {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem
}

.proyectos-lista i {
  color: #2a7d34
}

.proyectos-lista h2 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #2a7d34
}

.proyectos-galeria-fotos {
  margin-top: 2rem
}

.proyecto-specs {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem
}

.proyecto-specs thead {
  background-color: #30883a
}

.proyecto-specs thead h3 {
  color: #fff
}

.proyecto h1 {
  margin-top: .7rem
}

@media (min-width:768px) {
  .proyectos {
    padding: .5rem
  }
}

.proyecto-specs span {
  color: #30883a;
  font-weight: 700
}

.proyecto-container h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500
}

.proyecto-specs p,
.proyecto-texto p {
  padding-left: .5rem;
  padding-right: .5rem
}

.proyecto-galeria {
  margin: 0 auto;
  padding: 0
}

.proyecto-galeria .row {
  margin-left: auto;
  margin-right: auto
}

.proyecto-galeria .btn:active,
.proyecto-galeria .btn:focus,
.proyecto-galeria button:active,
.proyecto-galeria button:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: #2a7d34
}

.proyecto-galeria .btn-secondary,
.proyecto-galeria .btn-secondary:active,
.proyecto-galeria .btn-secondary:focus,
.proyecto-galeria button:active,
.proyecto-galeria button:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: #2a7d34
}

.proyecto-galeria .btn i {
  color: #fff
}

.proyecto-galeria .modal-header span {
  color: #fff
}

.proyecto-galeria .modal-header {
  background-color: #30883a;
  color: #fff;
  border-color: #30883a
}

.proyecto-galeria .modal-footer {
  display: block
}

.proyecto-galeria .thumb {
  margin-top: 15px;
  margin-bottom: 15px
}