.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.navbar {
  background-color: #ffffff;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}

.menu-container {
  background: #363b4c;
  color: white;
  bottom: -30px;
  position: absolute;
}

.menu-container li {
  border-right: 4px solid #5b6b80;
  padding: 0 15px;
  margin: 20px 0;
}

.menu-container li:last-child {
  border: none;
}

.menu-container li.active a {
  color: hotpink;
}

.menu-container a {
  color: #ffffff;
  padding: 0;
}

.carousel-home {
  height: 350px;
  overflow: hidden;
  position: relative;
}

.carousel-home .carousel-content {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.main-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  min-height: 450px;
}

.main-banner__text {
  background-color: rgba(0, 0, 0, 0.3);
  width: 50%;
  padding: 25px;
  color: #ffffff;
}

.card {
  padding-top: 0px;
}

.card-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container_quehacemos {
  background-color: #f2f2f2;
  padding-top: 10px;
}

.container_noticias {
  background-color: #f2f2f2;
  padding-top: 10px;
}

.banner_artes {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner_artes h3 {
  color: white;
}

.banner_artes p {
  color: white;
}

.container_iconos {
  padding-top: 25px;
}

.container_contenido1 {
  position: relative;
}

.container_contenido1 .content {
  position: absolute;
  /* Position the background text */
  bottom: 0;
  /* At the bottom. Use top:0 to append it to the top */
  background: black;
  /* Fallback color */
  background: rgba(0, 0, 0, 0.5);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  /* Grey text */
  width: 100%;
  /* Full width */
  padding: 20px;
  /* Some padding */
}

.container-nuestros-proyectos .card-img-overlay {
  color: white;
  bottom: 0;
  top: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.page-servicios .card-body {
  background-color: #cdcccc;
}

.page-proyectos .card {
  margin-bottom: 20px;
}

.page-proyectos .card-img-overlay {
  width: 40%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

body {
  background: -webkit-linear-gradient(left, #ffffff, #ffffff);
}

.contact-form {
  background: #fff;
  margin-top: 10%;
  margin-bottom: 5%;
  width: 70%;
}

.contact-form .form-control {
  border-radius: 1rem;
}

.contact-image {
  text-align: center;
}

.contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}

.contact-form form {
  padding: 14%;
}

.contact-form form .row {
  margin-bottom: -7%;
}

.contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}

.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

.btnContactSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}

@media (max-width: 575px) {
  .main-banner__text h1 {
    font-size: 1.2rem;
  }
  .orno {
    width: 10rem;
  }
  .perro {
    width: 10rem;
  }
}

@media (max-width: 991px) {
  .main-banner__text {
    width: 100%;
  }
  .navbar {
    padding-bottom: 0;
  }
  .logos-container {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .navbar-expand-lg > .menu-container {
    padding: 8px;
    margin-top: -30px;
    position: relative;
  }
}
.container_footer{
  background-color:#2E2E2E
}
/*# sourceMappingURL=orno.css.map */