* {
  outline: 1px solid transparent !important;
}

html,
body {
  padding: 0;
  margin: 0;
  padding-top: 60px;
}

section {
  z-index: 0 !important;
}

body {
  position: relative;
}

bg-white {
  background-color: white;
}

.btn-naranja {
  background-color: #ba4112;
}

.btn-azul {
  background-color: #007467;
}

.btn-verde {
  background-color: #0ba529;
}

.carousel-caption h1:first-child {
  animation-delay: 1.5s;
}

.carousel-caption h3:first-child {
  animation-delay: 2.5s;
}

.carousel-caption button {
  animation-delay: 2.5s;
}

.display-1 {
  font-size: 3rem !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 3.5rem !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 3rem !important;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 2.5rem !important;
  font-weight: 300;
  line-height: 1.2;
}

.carousel-item > img {
  height: 300px !important;
  object-fit: cover;
}

.img-divider {
  height: 250px !important;
  object-fit: cover;
}

.imageDivider {
  padding-bottom: 20px !important;
}

.services-presenter {
  font-size: 1.2rem;
}

.divider {
  height: 40px !important;
}

.planesSection {
  padding-top: 40px;
}

.card-divider-sm {
  min-height: 200px;
}

.card-divider-sm > img {
  object-fit: cover;
  min-height: 200px;
}

.card-divider-lg {
  min-height: 350px;
}

.card-divider-lg > img {
  object-fit: cover;
  min-height: 350px;
}

a {
  color: #007467 !important;
}

a.active {
  color: #ba4112 !important;
}

.color-naranja {
  color: #ba4112 !important;
}

.color-verde {
  color: #0ba529 !important;
}

.color-cafe {
  color: #a02c15 !important;
}

.color-azul {
  color: #007467 !important;
}

/* Media Query */
@media (min-width: 768px) {
  .tooltip {
    z-index: 100 !important;
    top: -60px !important;
  }
  body {
    padding-top: 10px;
  }
  .carousel {
    padding-top: 20px;
  }
  .carousel-item > img {
    height: 600px !important;
    object-fit: initial;
  }
  .img-divider {
    height: 300px !important;
  }
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .img-divider {
    height: 450px !important;
    object-fit: initial;
  }
}

/* footer */
#myFooter {
  background-color: #182c39;
  color: white;
  padding-top: 20px;
}

#map-container {
  height: 240px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

#myFooter .row {
  margin: 0 85px;
}

#myFooter .footer-copyright {
  background-color: #10222e;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #ccc;
}

#myFooter .container {
  width: auto;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: white;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 38px;
}

#myFooter .fa {
  font-size: 15px;
  margin-right: 15px;
  margin-left: 20px;
  background-color: white;
  color: #182c39;
  border-radius: 51%;
  padding: 7px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  transition: color 0.2s;
}

#myFooter .fa-facebook:hover {
  color: #2b55ff;
}

#myFooter .fa-facebook:focus {
  color: #2b55ff;
}

#myFooter .fa-instagram:hover {
  color: #0ba529;
}

#myFooter .fa-instagram:focus {
  color: #0ba529;
}

#myFooter .fa-calendar:hover {
  color: #ba4112;
}

#myFooter .fa-calendar:focus {
  color: #ba4112;
}

#myFooter .fa-youtube:hover {
  color: red;
}

#myFooter .fa-youtube:focus {
  color: red;
}

#myFooter .fa-twitter:hover {
  color: #00aced;
}

#myFooter .fa-twitter:focus {
  color: #00aced;
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }
  #myFooter .row {
    margin: 0;
  }
}

/* Animation bounce item */
#animation-t {
  min-width: 100%;
}

#animation-t div.move-wrapper {
  width: 100%;
  animation: move-x 2s linear both infinite;
}

#animation-t div.move-wrapper div.bounce-item {
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: red;
  border-radius: 50%;
}

@keyframes move-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100% - 64px));
  }
}

#navigationBars {
  z-index: 100 !important;
}

#carouselNVS {
  margin-top: 20px;
}

.fixed-nvs {
  position: fixed;
  left: 0px;
  top: 50%;
  width: 150px;
  height: 30px;
  background-color: #ba4112;
  z-index: 100 !important;
  transform: rotate(90deg);
  transform-origin: bottom left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.fixed-nvs > a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff !important;
}

.fixed-nvs > a:hover, .fixed-nvs > a:focus {
  text-decoration: none;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100 !important;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* filterizr */
.filtr-controllers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.filtr-controllers li {
  display: inline-block;
  margin-right: 20px;
}
/*# sourceMappingURL=main.css.map */