@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
body,
p,
a,
span,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

:root {
  --tg-primary-color: $color1;
  --tg-secondary-color: $color3;
  --tg-heading-font-family: "Montserrat", sans-serif;
  --tg-body-font-size: 16px;
}

.bg-light-grey {
  background-color: #ececec;
}

.bg-grey {
  background-color: rgba(182, 182, 182, 0.3);
}

.about-list .list-wrap li i,
.experiences-item .icon,
.texto-naranja b,
.footer-contact .icon {
  color: #093f70;
}

.navbar-wrap ul li a {
  color: #fff;
}

.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: #fff;
}

.experiences-item .icon {
  background: #b6b6b6;
}

.btn,
.footer-bg,
.bg-optional {
  background: #093f70;
}

.footer-logo-area,
.btn-optional,
.project-item {
  background: #093f70;
}

.scroll-top {
  background: #333;
}

.work-tooltip-wrap .tooltip-item.active .tooltip-btn.pulse::before {
  background: #093f70;
}

.sticky-menu .navbar-wrap ul li a {
  color: #093f70;
}
.sticky-menu .navbar-wrap > ul > li.active > a,
.sticky-menu .navbar-wrap > ul > li:hover > a {
  color: #093f70;
}

.blog-post-item {
  box-shadow: unset;
  text-align: center;
}
.blog-post-item:hover .blog-post-thumb img {
  transform: unset;
}
.blog-post-item:hover .subtitle .fas {
  color: #093f70;
}
.blog-post-item:hover .subtitle .fas:before {
  content: "\f061";
}
.blog-post-item .blog-post-thumb {
  background: #fff;
}
.blog-post-item .blog-post-thumb img {
  flex: 0 0 100%;
  transform: unset;
}
.blog-post-item .blog-post-thumb .subtitle {
  display: flex;
  align-items: center;
  height: 60px;
}
.blog-post-item .blog-post-thumb p {
  flex: 0 0 90%;
}
.blog-post-item .blog-post-thumb i {
  flex: 0 0 10%;
}
.blog-post-item .blog-post-thumb p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
  text-align: left;
  padding: 10px 5px;
}

.blog-post-content .tag {
  background: #fff;
  color: #333;
  font-size: 12px;
}
.blog-post-content .tag:hover {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}

.btn {
  min-width: 200px;
}

p b {
  color: #093f70;
}

.newsletter-area h1,
.newsletter-area h2,
.newsletter-area p,
.newsletter-area p b {
  color: #fff;
}
.newsletter-area p b.titulo-azul {
  color: #093f70;
}
.newsletter-area .section-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.newsletter-area .section-title .title {
  font-size: 28px;
}
.newsletter-area .section-title h1 {
  font-size: 30px;
}
.newsletter-area .section-title p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.newsletter-area .newsletter-text {
  width: 50%;
}
.newsletter-area.second-part h1,
.newsletter-area.second-part h2 {
  color: #093f70;
}
.newsletter-area.second-part p {
  color: #333;
}

.titulo-azul {
  color: #093f70;
}

.interna .navbar-wrap ul li a {
  color: #093f70;
}
.interna .navbar-wrap > ul > li.active > a,
.interna .navbar-wrap > ul > li:hover > a {
  color: #093f70;
}

.services-nav-wrap .nav-tabs .nav-link.active {
  background-color: #093f70;
}

.faq-wrap .accordion-body p {
  color: #333;
}

.fa-check {
  color: #093f70;
}

.sticky-menu {
  z-index: 99999;
}

.navbar-wrap ul li .sub-menu {
  border-radius: 0;
  min-width: 275px;
}
.navbar-wrap ul li .sub-menu li a {
  text-transform: unset;
}

.navbar-wrap ul li a {
  font-weight: 400;
}

.brand-area {
  background: #fff;
}
.brand-area .slick-slider .slick-track {
  height: 94px;
}

.brand-area-2 {
  background: unset;
}

.brand-item {
  height: 94px;
}
.brand-item img {
  filter: unset;
  max-height: 94px;
}

@keyframes animate-arrow-down {
  0% {
    top: 0;
  }
  50% {
    top: 30%;
  }
  100% {
    top: 60%;
  }
}
.banner-area {
  padding: unset;
  position: relative;
}
.banner-area .scrolldown {
  position: absolute;
  z-index: 9999;
  bottom: 80px;
  width: 100%;
  background: transparent;
}
.banner-area .scrolldown .arrow-down {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 30px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
}
.banner-area .scrolldown .arrow-down .fas {
  left: 25%;
  position: absolute;
  animation: animate-arrow-down 2s linear infinite;
}
.banner-area .banner-bg {
  padding-top: 200px;
  border-radius: 0;
  min-height: 80vh;
}
.banner-area .banner-bg::before {
  border-radius: 0;
}
.banner-area .banner-content {
  width: 40%;
  height: 64vh;
}
.banner-area .banner-content .title {
  font-size: 34px;
  font-weight: 400;
}
.banner-area .banner-content p {
  font-size: 16px;
}
.banner-area p b {
  color: #fff;
}

.bg-white {
  background-color: #fff !important;
}

.header-action .header-btn .btn {
  font-size: 16px;
  padding: 10px 12px;
}

.btn {
  font-size: 16px;
  padding: 10px 12px;
}

.bx-wrapper {
  background: transparent;
  border: unset;
  box-shadow: unset;
  margin-bottom: 0;
}
.bx-wrapper .bx-controls-auto {
  display: none;
}
.bx-wrapper .bx-pager {
  bottom: 10px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #b6b6b6;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #fff;
}

.bx-viewport {
  max-height: 720px;
}

.section-title .title {
  font-weight: 400;
  font-size: 34px;
}
.section-title .sub-title {
  font-size: 18px;
  color: #b6b6b6;
  font-weight: 600;
}

.brand-inner {
  margin-left: unset;
}

.newsletter-bg::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.service-details-area-2 .accordion-button,
.service-details-area-2 .accordion-button:not(.collapsed) {
  background-color: #093f70;
  color: #fff;
}
.service-details-area-2 .accordion-button::after,
.service-details-area-2 .accordion-button:not(.collapsed)::after {
  color: #fff;
}

.footer-top {
  padding-bottom: 0;
}

.footer-contact {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: unset;
  margin: 0;
  margin-bottom: 25px;
}
.footer-contact .content {
  text-align: center;
}
.footer-contact .content a {
  font-size: 16px;
  font-weight: 400;
}
.footer-contact h2 {
  font-size: 16px;
  font-weight: 400;
}

.footer-social {
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.footer-social .title {
  margin-right: 0;
  font-weight: 400;
  font-size: 16px;
}

.footer-widget {
  text-align: center;
}

.work-tooltip-wrap .tooltip-item:nth-child(1) {
  left: 31%;
  top: 38%;
}
.work-tooltip-wrap .tooltip-item:nth-child(3) {
  left: 37%;
  top: 67%;
}
.work-tooltip-wrap .tooltip-item:nth-child(4) {
  top: 44%;
  right: 40%;
}
.work-tooltip-wrap .tooltip-item:nth-child(2) {
  right: 23%;
  top: 49%;
}

.logo-footer {
  width: 150px;
  margin-bottom: 15px;
}

.blog-post-content .tag,
.blog-area-two .blog-post-item,
.blog-area-two .blog-post-thumb,
.services-item-three,
.services-thumb-three img,
.services-details-thumb img,
.history-img-wrap .list-wrap li img,
.history-img-wrap .list-wrap li:nth-child(2)::before {
  border-radius: 0;
}

.blog-post-content {
  padding: 0;
}
.blog-post-content .tag {
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
}
.blog-post-content .tag:hover .right-arrow {
  transition: all 0.5s ease;
  padding-left: 15px;
}
.blog-post-content .blog-post-item .right-arrow {
  padding-left: 5px;
}

.internal-header img {
  width: 100%;
  opacity: 0.3;
}

.btn-inverted {
  background-color: #fff;
  color: #093f70;
}
.btn-inverted:hover {
  background-color: #093f70;
  outline: 1px solid #fff;
  color: #fff;
}

.interna .pivote-tl .area-bg-four::before {
  background: url("../img/pivote_tl/tl.webp") no-repeat;
}
.interna .sustentables .area-bg-four::before {
  background: url("../img/sustentables/header.jpg") no-repeat;
}
.interna .golf .area-bg-four::before {
  background: url("../img/golf/header.jpg") no-repeat;
}
.interna .productos-repuestos .area-bg-four::before {
  background: url("../img/productos-repuestos/header1.jpg") no-repeat;
  background-position: center;
}
.interna .area-bg-four {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.interna .area-bg-four img {
  width: 250px;
}
.interna .pivote-tl .area-bg-four,
.interna .sustentables .area-bg-four,
.interna .golf .area-bg-four,
.interna .productos-repuestos .area-bg-four {
  position: relative;
  min-height: 600px;
}
.interna .pivote-tl .area-bg-four::before,
.interna .sustentables .area-bg-four::before,
.interna .golf .area-bg-four::before,
.interna .productos-repuestos .area-bg-four::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.6;
  background-position: 100% 100%;
  background-size: cover;
}
.interna .golf .services-details-area img {
  width: 250px;
}
.interna .services-area-three .section-title {
  margin: 0 auto 60px;
}
.interna .sustentables {
  overflow: hidden;
}

.services-process-content {
  margin-left: 0;
}

.section-title p {
  text-align: left;
}

.newsletter-area .section-title p {
  font-size: 17px;
}

.btn {
  font-size: 15px;
}

.btn-optional {
  background: #fff;
  color: #093f70 !important;
}

.faq-wrap .accordion-button {
  font-size: 15px;
}
.faq-wrap .accordion-body p {
  font-size: 17px;
}

.services-nav-wrap .nav-tabs .nav-link {
  font-size: 18px;
  padding: 10px 12px;
  font-weight: 100;
}

.services-item-three {
  align-items: unset;
}

.services-process-content .list-wrap {
  display: flex;
}
.services-process-content .list-wrap li {
  margin-bottom: 0;
}
.services-process-content .list-wrap li .services-process-item {
  border-radius: 0;
  min-height: 350px;
}
.services-process-content .list-wrap li:first-of-type {
  margin-right: 0;
}
.services-process-content .list-wrap li:last-of-type {
  margin-left: 0;
}

.services-thumb-three {
  width: unset;
  flex: 0 0 60%;
}

.services-content-three {
  width: unset;
  flex: 0 0 40%;
}

.services-area-three,
.work-area {
  padding: 30px 0;
}

.services-details-thumb {
  margin-bottom: 0;
}

.contact-form-wrap {
  padding: 46px 65px;
}

.contact-info-wrap p {
  margin-bottom: 15px;
}

.services-details-area .video {
  display: flex;
  margin-bottom: 50px;
}

.clients-section {
  margin-top: 120px;
  margin-bottom: 100px;
}
.clients-section img {
  filter: saturate(0);
  width: 150px;
  opacity: 0.6;
  margin-bottom: 30px;
}

.history-area .video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cosecha-lluvia {
  position: relative;
}
.cosecha-lluvia.doble-img-right {
  text-align: left;
}
.cosecha-lluvia.doble-img-right img:last-of-type {
  position: absolute;
  width: 75%;
  left: 35%;
  top: 35%;
}
.cosecha-lluvia.doble-img-left {
  text-align: right;
}
.cosecha-lluvia.doble-img-left img:first-of-type {
  text-align: right;
}
.cosecha-lluvia.doble-img-left img:last-of-type {
  position: absolute;
  width: 75%;
  right: 35%;
  top: 35%;
}

.sustentables .obras .sustentables-obras .bx-viewport {
  max-height: unset;
}
.sustentables .obras .sustentables-obras p {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0;
  background-color: rgba(9, 63, 112, 0.9);
  color: #fff;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  z-index: 9999;
  overflow: hidden;
  transition: 0.5s all ease;
}
.sustentables .obras .sustentables-obras .slide:hover p {
  height: 100%;
  padding: 20px;
}

.clients-area .bx-wrapper {
  margin: 0 auto;
}
.clients-area .bx-wrapper img {
  width: 150px;
  margin: 0 auto;
  filter: saturate(0);
  opacity: 0.6;
}

#clients-logos .col-xl-3 {
  display: flex;
  justify-content: center;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  color: #000;
}

.blog {
  font-size: 50px;
  font-weight: 400;
}

.blog2 {
  font-size: 25px;
  font-weight: 400;
}

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

.alert button {
  border: none;
}

.libreria {
  position: relative;
}
.libreria .lib-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.libreria .col-md-3 {
  margin-bottom: 25px;
}
.libreria .float-icon {
  display: none;
}
.libreria a {
  padding: 10px;
  transition: 0.5s all ease;
}
.libreria a:hover .float-icon {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  transition: 0.5s all ease;
}
.libreria a:hover::before {
  content: "";
  position: absolute;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s all ease;
}

@media (max-width: 1440px) {
  .banner-area .banner-bg {
    padding-top: 140px;
  }
  .banner-bg {
    align-items: unset;
  }
  .banner-area .banner-content {
    height: unset !important;
  }
  .banner-area .banner-content .title {
    font-size: 28px;
  }
  .banner-area .banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .services-item-three {
    padding: 66px 0px 0px;
  }
}
@media (max-width: 991px) {
  @keyframes whatsapp_animation {
    0% {
      opacity: 0;
      right: 0;
      bottom: 100px;
    }
    100% {
      opacity: 1;
      right: 15px;
      bottom: 100px;
    }
  }
  .w-flotante {
    width: 50px;
    height: 50px;
  }
  .w-flotante .whatsapp {
    font-size: 2rem;
  }
  .history-content {
    margin-top: 0;
  }
  .mobile-nav-toggler i {
    color: #093f70;
  }
  .mobile-menu .navigation li > a {
    font-weight: 400;
    color: #093f70;
  }
  .mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    color: #093f70;
  }
  .mobile-menu .social-links i {
    color: #093f70;
  }
  .bx-controls-direction {
    display: none;
  }
  .services-thumb-three img {
    min-height: unset;
  }
  .service-details-area-2 .services-details-thumb {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .banner-area .banner-content {
    width: 100%;
    height: unset !important;
  }
  .banner-area .banner-content .title {
    font-size: 26px;
  }
  .banner-area .banner-content p {
    font-size: 15px;
  }
  .banner-area .banner-bg {
    min-height: 760px;
  }
  .banner-area .banner-bg::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .section-title .title {
    font-size: 26px;
  }
  .video iframe {
    width: 100%;
  }
  .services-process-item {
    flex-direction: column;
  }
  .services-process-item .icon {
    margin-bottom: 15px;
  }
  .pt-sm-00 {
    padding-top: 0;
  }
  .sustent-buttons {
    flex-direction: column;
    justify-content: unset !important;
  }
  .sustent-buttons a {
    justify-content: unset;
    margin: 15px 0 !important;
  }
  .contact-form-wrap {
    padding: 45px 15px;
  }
  .distribuidores a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .distribuidores p {
    text-align: center;
  }
  .interna .pivote-tl .area-bg-four::before,
  .interna .sustentables .area-bg-four::before,
  .interna .golf .area-bg-four::before,
  .interna .productos-repuestos .area-bg-four::before {
    background-position: center 100%;
  }
}/*# sourceMappingURL=ajustes.css.map */