@charset "utf-8";
/*!
 * 2014-2023 Blixsoft Technologies.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@blixsoft.com so we can send you a copy immediately.
 *
 * @author    Blixsoft Technologies <license@blixsoft.com>
 * @copyright 2014-2023 Blixsoft Technologies
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

:root {
  --bs-link-transition: all 0.25s ease-in-out;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.product-sans {
  font-family: var(--bs-product-font);
}

.transition,
.link-transition,
.icon-link-transition i {
  transition: var(--bs-link-transition);
}

.icon-link-transition:hover:not(.disabled) i {
  margin-left: 1.25rem !important;
}

.text-to-decoration:not(:hover) {
  text-decoration: none !important;
}

/* .text-to-decoration:hover {
  text-decoration: underline !important;
} */

.text-lg {
  font-size: 1.2rem;
}

.text-sm {
  font-size: 0.875rem;
}

.font-secondary {
  font-family: var(--bs-font-secondary-sans-serif);
}

.subtitle {
  /* font-size: 0.865rem; */
  letter-spacing: 0.5px;
  font-family: var(--bs-font-secondary-sans-serif);
}

.btn.btn-to-white:hover,
.btn.btn-to-white:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #0F2851 !important;
}

.toast-body.danger::after {
  background-color: #dc3545;
}

.toast-body.success::after {
  background-color: #198754;
}

.toast-body.info::after {
  background-color: #0dcaf0;
}


/*
* Header
*/
.header[data-float='true'] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.header .navbar .navbar-brand {
  background-image: url('/img/brand/okhmont.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-right: 3.5rem;
  width: 170px;
  height: 50px;
}

.header .navbar .navbar-nav .nav-item {
  padding: 0 0.5rem;
}

.header .get-in-touch {
  flex-wrap: wrap;
}

.header:not(.nav-fixed) .get-in-touch .call-us {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.header .get-in-touch .call-us a {
  font-size: 1.5rem;
}

.header.nav-fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 10px 15px 1px rgba(var(--bs-dark-rgb), 0.075);
  z-index: 99;
}

.header.nav-fixed .get-in-touch .call-us {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 576px) {

  .header .navbar .navbar-brand {
    background-image: url('/img/brand/okhmont-isotipo.svg');
    margin-right: 1rem;
    margin-left: 1rem;
    /* background-size: 40px auto; */
    width: 35px;
    height: 40px;
  }

  .header:not(.nav-fixed) .get-in-touch .call-us {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .header .get-in-touch .call-us a {
    font-size: 1.25rem;
  }

}

@media screen and (min-width: 768px) {
  
  .header .get-in-touch .get-quote {
    margin-right: 2.5rem;
  }

}

@media screen and (min-width: 1200px) {
  
  .header .get-in-touch .get-quote {
    margin-right: 3.5rem;
  }

}


/*
* Discover
*/
.discover {
  padding: 15rem 0 8rem;
  z-index: 1;
}

.discover::before,
.discover::after {
  position: absolute;
  content: '';
  z-index: -1;
}

.discover::before {
  background-color: var(--bs-light);
  height: 550px;
  width: 550px;
  top: 0;
  right: 0;
  border-bottom-left-radius: var(--bs-border-radius-pill);
}

.discover::after {
  left: 5%;
  bottom: 40%;
  height: 110px;
  width: 110px;
  opacity: 0.5;
  background-image: url('/img/content/bullets-dark.webp');
}

.discover--text {
  margin-bottom: 13rem;
}

.discover--text h1 {
  font-size: calc(1.825rem + 0.9vw);
}

.discover--benefits-box {
  padding: 5rem 5rem;
  border-radius: 3rem;
}


.discover--benefits-icon {
  width: 7rem;
  padding: 2.25rem 1.5rem;
}


@media screen and (max-width: 576px) {

  .discover {
    padding: 10rem 0 6rem;
  }

  .discover--benefits-box {
    padding: 5rem 3.5rem;
  }

}


@media screen and (min-width: 1200px) {

  .discover--text h1 {
    font-size: calc(2.325rem + 0.9vw);
  }

}

@media screen and (min-width: 1400px) {

  .discover::before {
    height: 750px;
    width: 750px;
  }

  .discover--text h1 {
    font-size: calc(2.325rem + 0.9vw);
  }

}

/*
* Company
*/
.company {
  padding: 8rem 0 9rem;
}

.company::after {
  position: absolute;
  content: '';
  left: -65px;
  bottom: 10%;
  height: 270px;
  width: 270px;
  background-image: url('/img/content/bullets-large.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.5;
  z-index: -1;
}

.company--about {
  margin-bottom: 7rem;
  padding-bottom: 5rem;
}

.company--benefits .card-body {
  padding: 2.5rem 1.5rem 2rem;
}

.company--about-img {
  width: 85%;
  border-radius: 2.5rem;
  z-index: 1;
}

.company--about-img::after {
  position: absolute;
  content: '';
  background-color: rgba(0, 175, 240, 0.1);
  width: 80%;
  height: 100%;
  border-radius: 2rem;
  left: -1.5rem;
  bottom: -1.5rem;
  z-index: -1;
}

.company--about-img img {
  width: 200%;
  margin-left: -50%;
}

@media screen and (max-width:576px) {

  .company::after {
    left: -200px;
    bottom: -90px;
  }

  .company--about-img::after {
    left: -1rem;
    bottom: -1.5rem;
  }

}


/*
* Services
*/
.services {
  padding: 9rem 0 8rem;
  border-radius: 8rem;
}

.services--item:hover {
  background-color: var(--bs-white) !important;
}

.services--item .card-body {
  padding: 2.65rem 1.5rem;
  min-height: 245px;
}


@media screen and (max-width:576px) {

  .services {
    padding: 7rem 0 6rem;
    border-radius: 3rem;
  }

  .services--item {
    background-color: var(--bs-white) !important;
  }

}

@media screen and (min-width: 1400px) {

  .services--item .card-body {
    padding: 2.65rem 2rem;
    min-height: 245px;
  }

}


/*
* Experiences
*/
.experiences {
  padding: 9rem 0;
  z-index: 1;
}

.experiences::before,
.experiences::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.experiences::before {
  left: 5%;
  top: 5%;
  height: 110px;
  width: 110px;
  opacity: 0.5;
  background-image: url('/img/content/bullets-dark.webp');
}

.experiences::after {
  right: -65px;
  bottom: 10%;
  height: 270px;
  width: 270px;
  opacity: 0.5;
  background-image: url('/img/content/bullets-large.webp');
}

.experiences--collage {
  padding: 4rem 0 7rem;
}

.experiences--collage-img-box {
  width: 98%;
  min-height: 350px;
}

.collage--item-img-1 {
  width: 220%;
  margin-top: 0;
  margin-left: -60%;
}

.collage--item-img-2 {
  width: 220%;
  margin-top: 0;
  margin-left: -60%;
}

.collage--item-img-3 {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.collage--item-img-4 {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.collage--item-img-5 {
  width: 110%;
  margin-top: 0;
  margin-left: -5%;
}

.collage--item-img-6 {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.collage--item-img-7 {
  width: 110%;
  margin-top: 0;
  margin-left: -5%;
}

.collage--item-img-8 {
  width: 220%;
  margin-top: 0;
  margin-left: -60%;
}

.modal-experiences .btn-close {
  padding: 1rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

@media screen and (max-width: 576px) {

  .experiences {
    padding: 10rem 0 7rem;
  }

  .experiences::before {
    left: 2%;
    top: 1%;
  }
  
  .experiences::after {
    right: -65px;
    bottom: 7%;
  }
  

  .experiences--collage {
    padding: 4rem 0 7rem;
  }


}


/*
* Contact
*/
.contact {
  padding: 9rem 0 8rem;
  border-radius: 8rem;
  z-index: 1;
}

.contact::after {
  position: absolute;
  content: '';
  left: -65px;
  bottom: 20%;
  height: 270px;
  width: 270px;
  background-image: url('/img/content/bullets-large.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.contact .contact--box {
  border-radius: 3rem;
  padding: 4rem 4rem 5rem;
}

.contact .contact--box .btn-primary {
  min-width: 12rem;
}


@media screen and (max-width:576px) {

  .contact {
    padding: 7rem 0 6rem;
    border-radius: 3rem;
  }

  .contact::after {
    left: -170px;
    bottom: 20%;
  }

  .contact .contact--box {
    border-radius: 3rem;
    padding: 3rem 2rem 4rem;
  }

}


/*
* Legal
*/
.privacy {
  padding: 6rem 0;
}


/*
* Error
*/
.error .brand {
  display: block;
  background-image: url('/img/brand/okhmont.svg');
  background-repeat: no-repeat;
  background-size: 190px auto;
  background-position: center center;
  width: 190px;
  height: 50px;
}

.error h1 {
  font-size: 14rem;
}

@media screen and (max-width: 576px) {

  .error {
    height: auto !important;
  }

  .error h1 {
    font-size: 8rem;
  }

}


/*
* Footer
*/
.footer {
  padding: 4rem 0 4.5rem;
  font-size: 0.875rem;
}

.footer .brand {
  display: block;
  width: 160px;
  opacity: 0.55;
}

.footer .brand::after {
  position: absolute;
  content: '';
  background-color: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.footer .social-links li a {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.85rem;
  font-size: 1.1rem;
  color: rgba(var(--bs-body-rgb), 1);
  background-color: rgba(var(--bs-light-rgb), 1);
}

.footer .social-links li a:hover {
  color: rgba(var(--bs-light-rgb), 0.95);
  background-color: var(--bs-primary);
}

.footer .btn-whatsapp {
  position: fixed;
  right: 1.5rem;
  bottom: 6rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  line-height: 3.5rem;
  z-index: 99;
  background-color: #26c34e;
  color: #fff;
}

.footer .btn-whatsapp:hover,
.footer .btn-whatsapp:focus,
.footer .btn-whatsapp:active {
  background-color: #22af45;
  border-color: #22af45;
  color: #fff;
}

.footer .btn-up {
  position: fixed;
  right: 1.5rem;
  bottom: 10.5rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  line-height: 3.5rem;
  z-index: 99;
}

.footer .btn-up:not(.visible) {
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 576px) {

  .footer {
    padding: 4rem 0 5rem;
  }

}