@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
html,
body {
  font-size: 18px;
}

.sec-title .title,
.bxslider .title {
  font-family: "Allura", cursive;
}

.archtek-loader,
a {
  color: #de8b00;
}

.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part i {
  border-color: #de8b00;
}

.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part .contact-info a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.sec-title .sub-text,
.rs-footer.style1 .footer-top .footer-social li a i:hover,
.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #de8b00 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu > ul > li:after,
.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .header-inner .btn-quotes,
.rs-project.style1 .slider .project-item .project-content .title:before,
.rs-project.style1 .slick-arrow.slick-next {
  background: #de8b00;
}

.readon.view,
#scrollUp i,
.btn-custom {
  background-color: #de8b00;
}
.readon.view:hover,
#scrollUp i:hover,
.btn-custom:hover {
  background-color: #e24500;
}

.full-width-header .rs-header .topbar-area .toolbar-contact .rs-contact-info .rs-sms,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a,
.readon.view {
  font-size: 18px;
}

.sec-title .sub-text {
  font-size: 24px;
}
.sec-title .sec-title {
  font-size: 60px;
}

.btn-custom {
  border-radius: 0;
  color: #fff;
}
.btn-custom:hover {
  color: #fff;
}

.card-header {
  background-color: #de8b00;
}
.card-header a {
  color: #fff;
}

.bg13 {
  background: #de8b00;
}

.texto-fijo {
  position: absolute;
  top: 25%;
  left: 10%;
}
.texto-fijo .content-part h2 {
  font-size: 4rem;
  color: #fff;
  font-family: "Allura", cursive;
  line-height: 1;
}
.texto-fijo .content-part span {
  font-size: 1.5rem;
  color: #fff;
}

.rs-contact.main-home .contact-address,
.rs-footer.style1 {
  background: #1b1b1b;
}

.rs-team.style1 .team-item-wrap .images-wrap:before,
.rs-team.style1 .team-item-wrap .images-wrap .footer-social {
  opacity: 1;
}

.rs-team.style1 .team-item-wrap .team-content {
  display: block;
}

.rs-team.style1 .team-item-wrap .team-content .title-name {
  text-transform: unset;
}

.main-content.internal #gallery0 a {
  max-height: 300px;
  overflow: hidden;
}

/* ---- whatsapp ----*/
@keyframes whatsapp_animation {
  0% {
    opacity: 0;
    right: 0;
    bottom: 4%;
  }
  100% {
    opacity: 1;
    right: 8px;
    bottom: 90px;
  }
}
@keyframes whatsapp_rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.w-flotante {
  background-color: green;
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 90px;
  right: 8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation-name: whatsapp_animation;
  animation-duration: 2s;
  animation-delay: 2s;
}
.w-flotante:hover {
  background-color: #e24500;
}
.w-flotante .whatsapp {
  color: white;
  font-size: 2.5rem;
  animation-name: whatsapp_rotation;
  animation-duration: 2s;
  animation-delay: 2s;
}

.galeria #buttons {
  text-align: center;
  margin: 20px 0;
}
.galeria button {
  background-color: #de8b00;
  border: none;
  padding: 3px 10px 4px 10px;
  margin: 0 1px;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 100%;
}
.galeria button:hover, .galeria button.active {
  background-color: #e24500;
  color: #fff;
  cursor: pointer;
}
.galeria #galeria {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}
.galeria #galeria img {
  width: 300px;
  height: 150px;
  border-radius: 3px;
  border: 8px solid #fff;
  margin: 6px;
  box-shadow: 0 0 3px 3px #ebebeb;
  float: left;
  transition: visibility 0.5s, opacity 0.5s linear;
}

#gallery .img,
#gallery0 .img {
  width: 50%;
  background-color: #fff;
  transition: all 0.5s ease;
}
#gallery .img:hover,
#gallery0 .img:hover {
  transform: scale(1.2);
  border: 2px solid #e24500;
  z-index: 900;
}

#gallery-inner {
  display: flex;
  flex-wrap: wrap;
}
#gallery-inner img {
  border-radius: 0;
}

.full-width-header .rs-header .topbar-area {
  position: relative;
  z-index: 1;
}

.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .rs-contact-info .contact-part:last-of-type {
  border-right: none;
}

.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .logo-area a img {
  max-height: unset;
  width: 300px;
}

.full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .col-cell {
  display: flex;
  align-items: center;
}

.rs-contact-info {
  padding-top: 15px;
}

.bx-wrapper {
  border: unset;
  margin-bottom: 0;
}
.bx-wrapper .item {
  position: relative;
}
.bx-wrapper .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.bx-wrapper .item .content-part {
  position: absolute;
  z-index: 52;
  top: 30%;
  left: 20%;
}
.bx-wrapper span,
.bx-wrapper h2,
.bx-wrapper p {
  color: #fff;
  filter: drop-shadow(0px 0px 8px #000);
}

.bg4 {
  background-image: unset;
}

.rs-team .spacer {
  display: none;
}

.rs-team.style1 .team-item-wrap .images-wrap:before {
  height: 400px;
}

.rs-footer.style1 .footer-top .footer-logo img {
  max-height: unset;
  width: 300px;
}

#encurso .y-middle,
#terminados .y-middle {
  align-items: unset;
  justify-content: center;
}

@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  .full-width-header .rs-header .topbar-area .toolbar-contact .rs-contact-info .rs-sms,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a,
  .readon.view {
    font-size: 14px;
  }
  .bx-wrapper .item .content-part {
    left: 8%;
  }
  .bxslider .content-part span {
    font-size: 1.2rem;
  }
  .bxslider .content-part h2 {
    font-size: 3rem;
  }
  .texto-fijo {
    top: 25%;
    left: 8%;
  }
  .texto-fijo .content-part h2 {
    font-size: 3rem;
  }
  .texto-fijo .content-part span {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style {
    padding: 60px 0;
  }
  .bx-wrapper .bxslider .item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 520px;
  }
  .rs-about.home4-about-style {
    margin-top: 50px;
  }
  #gallery img,
  #gallery0 img {
    width: 49.6%;
  }
  .rs-team.style1 .team-item-wrap .images-wrap:before {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .bx-wrapper .item .content-part {
    top: 70px;
    left: 50px;
  }
  #gallery img,
  #gallery0 img {
    width: 100%;
  }
  .texto-fijo .content-part h2 {
    font-size: 2.8rem;
  }
  .texto-fijo .content-part span {
    font-size: 1rem;
  }
  .footer-logo,
  .footer-social,
  .rs-footer.style1 .footer-top .footer-title {
    text-align: center;
  }
  .footer-top .address-widget {
    width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  html,
  body {
    font-size: 15px;
  }
  .bx-wrapper .item .content-part {
    top: 60px;
    left: 30px;
  }
  .bxslider .content-part h2 {
    font-size: 2.2rem;
  }
  .bxslider .content-part span {
    font-size: 1rem;
  }
  .texto-fijo .content-part h2 {
    font-size: 2.5rem;
  }
  .texto-fijo .content-part span {
    font-size: 1rem;
  }
  .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style .logo-area a img {
    max-height: unset;
    width: 200px;
  }
  .full-width-header .rs-header.home3-header-style1 .menu-area.menu-area2 .menu-type-style {
    padding: 30px 0;
  }
  .rs-team.style1 .team-item-wrap .images-wrap:before {
    right: 0;
  }
  .rs-team.style1 .team-item-wrap .team-content {
    padding: 15px;
  }
  .rs-team.style1 .team-item-wrap .team-content .title-name {
    font-size: 18px;
  }
  .rs-team.style1 .team-item-wrap .team-content {
    background-color: #000;
  }
  .rs-team.style1 .team-item-wrap .images-wrap:before {
    display: none;
  }
}/*# sourceMappingURL=ajustes.css.map */