/* Colors */

:root {
    --theme-color-1: #010101;
    --theme-color-2: #55482d;
    --theme-color-3: #d1af66;
    --theme-color-4: #ebd27f;
    --theme-color-5: #b58e50;
    --theme-grey: #303030;
    --theme-grey-medium: #cccccc;
    --theme-grey-dark: #999999;
    --theme-grey-light: #f2f2f2;
    --theme-white: #FFFFFF;
    --theme-black: #010101;
    --theme-font: "Inter", sans-serif;
}

/* ****** */

/* Custom */

body, p, a, h1, h2, h3, h4, h5, h6, .section-heading h2, .service-slide-card .title, .service-card .service-title {
    font-family: var(--theme-font);
    letter-spacing: 0;
}

.hero-content h2, .about-section .about-content .section-heading h2, .section-heading h2, 
.service-area .section-heading h2, .service-slide-card .title, .service-card .service-title, 
.cta-wrapper h2, .footer-contact-card p {
    font-weight: 600;
}

.divider {
    height: 100px;
}

.service-card {
    text-align: left;
    padding-left: 0;
    padding-right: 40px;
    min-height: 300px;
    border-right: 1px solid var(--theme-color-3);
}

.service-card.first {
    padding-left: 0;
}

.service-card.last {
    padding-right: 0;
    border: 0;
}

.service-card {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.service-card .icon i {
    font-size: 56px;
    color: var(--theme-color-3);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.service-card .icon {
    margin-bottom: 15px;
}

.service-card p {
    font-size: 16px;
    line-height: 1.5;
}

.service-card .service-title {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
    color: var(--theme-color-1);
    text-transform: uppercase;
}

.btn {
    text-transform: none;
}

.btn-primary {
    background-color: var(--theme-color-3);
    color: var(--theme-color-1);
}

.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  background-color: var(--theme-color-5);
  color: var(--theme-white);
}

.service-card:hover .icon i, .service-card:hover .service-title, .service-card:hover p {
    color: var(--theme-color-1);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.service-slide-card .btn-link {
    position: absolute;
    bottom: 40px;
    left: 45px;
}

.service-slide-card {
    background-color: var(--theme-color-1);
    padding: 28px 30px 22px;
    min-height: 472px;
}

.service-slide-card:hover {
    background-color: var(--theme-color-4);
}

.service-slide-card p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.service-slide-card .title {
    font-size: 21px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.copyright.footer2 {
    background-color: var(--theme-color-3);
    border-top: 1px solid var(--theme-color-1);
}

.service-swiper-slider-navigation > div {
    border: 2px solid var(--theme-color-3);
}

.service-swiper-slider-navigation > div:hover {
    border: 2px solid var(--theme-color-3);
    background-color: var(--theme-color-3);
}

.service-swiper-slider-navigation > div i {
    color: var(--theme-color-1);
}

.experience-card {
    text-align: left;
    padding: 40px;
}

.experience-card:hover {
    background-color: var(--theme-color-3);
}

.experience-card p {
    font-size: 28px;
    line-height: 1.3;
}
 
.about-section .section-heading h2 {
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-section .about-content .section-heading h2 {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-section .about-content .section-heading p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.about-content .btn {
    margin-top: 20px;
}

.about-section .about-thumbnail img {
    border-radius: 12px;
}

.service-section .section-heading .sub-title {
    margin-top: 30px;
}

.service-section .section-heading h2 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 30px;
}

.service-area {
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}

.service-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: -1;
    display: block;
}

.service-area .section-heading h2 {
    font-size: 42px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.service-area .section-heading p {
    font-size: 18px;
}

.service-block.first img {
    margin-bottom: 30px;
}

.service-block.second img {
    margin-top: 30px;
}

.service-block.first {
    padding-right: 30px;
}

.service-block.second {
    padding-left: 30px;
}

.service-area img {
    border-radius: 12px;
}

.bg-black {
    background-color: var(--theme-color-1) !important;
}

.bg-theme-color-3 {
    background-color: var(--theme-color-3) !important;
}

.bg-theme-grey-light {
    background-color: var(--theme-grey-light);
}

.footer-card .social-nav a {
    border: 1px solid var(--theme-color-1);
    background-color: var(--theme-color-1);
    color: var(--theme-white);
}

.footer-card .social-nav a:hover {
    border: 1px solid var(--theme-white);
    background-color: var(--theme-white);
    color: var(--theme-color-1);
}

.footer-contact-card p > a {
    color: var(--theme-black);
}

.footer-contact-card p > a:hover {
    color: var(--theme-white);
}

.footer-contact-card p {
    line-height: 1.3;
}

.footer-contact-card p:last-child {
    margin-top: 10px;
}

.footer-card.logo {
    margin-bottom: 70px;
}

.footer-icon i {
    font-size: 32px;
    color: var(--theme-white);
}

.footer-wrapper.footer2::before, .footer-wrapper.footer2::after, 
.hero-section::before, .hero-section.style-four::after {
    display: none;
}

.header-area {
    background-color: var(--theme-color-1);
}

.hero-content {
    padding-top: 100px;
}

.section-heading .sub-title, 
.hero-content .h5 {
    letter-spacing: 3px;
}

.hero-content h2 {
    font-size: 63px;
    text-transform: uppercase;
    letter-spacing: 0.5px !important;
    margin-bottom: 15px;
    margin-top: 25px;
}

.hero-content h2 > span {
    color: var(--theme-color-3);
}

.hero-content p {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 15px;
    font-weight: 700;
}

.hero-content p > span {
    font-weight: 700;
}

.service-slide-card > i {
    font-size: 48px;
    margin-top: 5px;
    margin-bottom: 25px;
    color: var(--theme-color-3);
}

.header-area .navbar .navbar-brand {
    width: 240px;
}

.header-area.sticky-on {
    background-color: var(--theme-color-1);
}

.header-area .navbar-nav li > a {
    color: var(--theme-white);
}

.header-area .navbar-nav li > a:hover {
    color: var(--theme-color-3);
}

.header-search-btn .btn:hover {
    color: var(--theme-color-3);
}

.cta-wrapper {
    padding: 60px 0;
}

.cta-wrapper::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.cta-wrapper h2 {
    margin-bottom: 15px;
    font-size: 52px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-wrapper p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    font-style: italic;
}

.hero-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(35deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    display: block;
}

.service-swiper .swiper-slide {
  border-radius: 12px;
  background: var(--theme-color-1);
  padding: 30px 30px 20px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  min-height: 500px;
}

.service-swiper .swiper-slide i {
    font-size: 58px;
    margin-top: 5px;
    margin-bottom: 25px;
    color: var(--theme-color-3);
    display: block;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
}

.service-swiper .swiper-slide .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--theme-white);
  text-transform: uppercase;
  margin-top: 30px;
}

.service-swiper .swiper-slide p {
    font-size: 16px;
    color: var(--theme-white);
    margin-bottom: 10px;
}

.service-swiper .swiper-slide img {
  width: 100%;
  border-radius: 8px;
}

.service-swiper .swiper-slide:hover, .service-swiper .swiper-slide:focus {
    background: var(--theme-color-4);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.service-swiper .swiper-slide:hover i, .service-swiper .swiper-slide:focus i, 
.service-swiper .swiper-slide:hover .title, .service-swiper .swiper-slide:focus .title, 
.service-swiper .swiper-slide:hover p, .service-swiper .swiper-slide:focus p {
    color: var(--theme-color-1);
}

.hero-section {
    background-image: url('assets/img/banner/banner-tecnopericias.jpg');
}

.logo-jan {
  height: 18px !important;
  margin-left: 10px;
  margin-top: 0px;
}

.modal {
    background-color: #00000075;
    z-index: 999999;
}

.modal-backdrop {
    display: none;
}

.modal-body {
    padding: 30px 35px 20px;
}
  
.modal-header {
    background-color: var(--theme-color-3);
}
  
.modal-header .modal-title {
    color: var(--theme-color-1);
    padding: 10px 20px;
    font-weight: 600;
}

.modal-body p {
    color: var(--theme-color-1);
}
  
.close {
    right: 30px;
    position: absolute;
    background: transparent;
    color: var(--theme-color-1);
    width: 30px;
    height: 35px;
    border: 1px solid var(--theme-color-1);
}

/* ****** */

/* WhatsApp */

.widget-whatsapp {
  margin: 25px 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 16000160;
}

.widget-whatsapp--sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.widget-whatsapp {
  width: 50px;
  height: 50px;
  background-color: #4dc247;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #4dc247;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.widget-whatsapp:hover {
  background-color: #fff;
  outline: 0;
  /*-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
}

.widget-whatsapp:hover .widget-whatsapp--icon {
  fill: #4dc247;
}

.widget-whatsapp--icon {
  fill: #fff;
  width: 28px;
  height: 28px;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

/* ****** */

/* Responsive */

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

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .modal-header .modal-title {
        padding: 10px 50px 10px 10px;
    }

    .modal-body {
        padding: 20px 25px 10px;
    }

    .modal-body p {
        text-align: justify;
    }

    .modal-dialog {
        margin-left: 20px;
        margin-right: 20px;
    }

    .logo-jan {
        margin-left: 0;
    }

    .footer-card.logo {
        margin-bottom: 50px;
    }

    .header-area .navbar .navbar-brand {
        width: 100%;
        margin-right: 0;
        padding: 18px 0 25px;
    }

    .hero-section .container, 
    .header-area .container {
        padding: 0;
    }

    .hero-content {
        padding-top: 0;
        z-index: 0;
    }

    .hero-content::before {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(to top, var(--theme-color-1) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: -1;
        display: block;
    }

    .hero-content .h5 {
        display: none;
    }

    .hero-content h2 {
        max-width: 100%;
        font-size: 32px;
        line-height: 1.2;
    }

    .cta-wrapper h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .hero-content p {
        max-width: 100%;
        font-size: 18px;
    }

    .hero-section.style-four {
        padding-top: 300px;
    }

    .hero-section .divider {
        height: 0;
    }

    .hero-section {
        background-position: 0 center;
    }

    .divider {
        height: 50px;
    }

    .g-5, .gy-5 {
        --bs-gutter-y: 30px !important;
        --bs-gutter-x: 30px !important;
    }

    .experience-card {
        display: none;
    }

    .about-section .about-thumbnail img.second {
        top: 310px;
        right: 20px;
        position: absolute;
        max-width: 170px;
    }

    .service-area .section-heading h2, 
    .about-section .about-content .section-heading h2 {
        font-size: 30px;
        margin-bottom: 15px !important;
    }

    .service-slide-card p, 
    .about-section.style-two p, 
    .service-area .section-heading p, .service-card p, 
    .about-section .about-content .section-heading p {
        text-align: justify;
        font-size: 16px;
    }

    .service-area {
        /* border-bottom: 1px solid var(--theme-color-3); */
        padding-bottom: 25px;
        padding-top: 20px;
        margin-bottom: -1px;
    }

    .service-area .g-5 {
        --bs-gutter-y: 25px !important;
        --bs-gutter-x: 0 !important;
    }

    .service-swiper .swiper-slide {
        padding: 30px;
        min-height: auto;
    }

    .service-swiper .swiper-slide .title {
        font-size: 21px;
    }

    .service-swiper .swiper-slide i {
        font-size: 48px;
    }

    .service-area .service-swiper {
        /* margin-bottom: 20px; */
        /* border-bottom: 1px solid var(--theme-color-3); */
        /* padding-bottom: 20px; */
    }

    .cta-wrapper p {
        font-size: 16px;
    }

    .btn {
        width: 100%;
    }

    .hero-section {
        background-image: url('assets/img/banner/banner-tecnopericias-mobile.jpg');
    }

    .service-swiper .swiper-slide p {
        text-align: justify;
    }

    .service-block.first {
        padding-right: 0;
    }

    .service-block.second {
        padding-left: 0;
    }

    .service-block.second img {
        margin-bottom: 30px;
    }

    .service-section .divider {
        height: 50px;
    }

    .service-section .btn {
        display: none;
    }

    .service-section .g-5 {
        --bs-gutter-y: 0 !important;
        --bs-gutter-x: 0 !important;
    }

    .service-slide-card {
        padding: 30px;
        min-height: auto;
    }

    .service-section .btn-link {
        display: flex;
        width: auto !important;
        left: 30px;
        bottom: 30px;
    }

    .service-slide-card .title {
        margin-bottom: 12px;
        font-size: 21px;
    }

    .service-swiper-slider-navigation {
        position: relative;
    }

    .service-swiper-slider-navigation > div {
        position: absolute;
        bottom: 165px;
        background-color: var(--theme-color-3);
    }

    .service-button-prev {
        left: -35px;
    }

    .service-button-next {
        right: -35px;
    }

    .service-section.service-2 .divider {
        height: 50px;
    }

    .service-card {
        padding-right: 0;
        min-height: auto;
        border: 0;
        margin-bottom: 35px;
    }

    .about-section.style-two .about-thumbnail .shape1 {
        right: -30px;
        top: -30px;
    }

    .about-section.style-two .about-thumbnail::before {
        top: -15px;
        right: -15px;
        width: 100%;
    }

    .about-section.style-two .divider {
        height: 35px;
    }

    .service-section .section-heading h2, .about-section .section-heading h2 {
        font-size: 30px;
    }

    .about-section.style-two .section-heading h2 {
        margin-bottom: 20px !important;
    }

}

@media (min-width: 1140px) and (max-width: 1250px) {}


@media (min-width: 1140px) and (max-width: 1399px) {}


@media (min-width: 1400px) {}