:root {
    --prim-color: #1e3b5c;
    --sec-color: #d8b983;
    --ter-color: #E8F4FF;
    --quat-color: #6599cd;
    --dark-color: #1D2127;
    --text-color: #565656;
    --disabled-color: #818181;
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1em;
    line-height: 26px;
    margin: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 0.4rem;
    line-height: 1.3;
    color: var(--dark-color);
    text-transform: none;
    font-weight: 600;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.5;
}

.social-icons li:hover.social-icons-tiktok a {
    background: #FF0050 !important;
}

#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    text-transform: none;
    font-size: 1em;
}

#header .header-nav.header-nav-sub-title .header-nav-main nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-main nav > ul > li > a > span {
    font-size: .8em;
    text-transform: none;
    font-weight: normal;
    margin-top: -0.4rem;
    color: #777;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li {
        padding-top: 1px;
    }
}

#header .header-logo {
    margin: 10px 0;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a {
    background-color: #F1f1f1;
    color: var(--prim-color);
    font-weight: bold;
}


.sticky-header-active #header .header-body {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: linear-gradient(white 0%, rgba(255, 255, 255, 0.5) 100%);
}

.custom-carousel-1 .owl-carousel {
    padding: 56px 0 0 0;
}

.owl-carousel.stage-margin .owl-stage-outer {
    margin-left: 36px !important;
    margin-right: 38px !important;
}

html .scroll-to-top {
    font-size: 1em;
    padding: 5px 10px 30px 10px;
    transform: translateX(-50%);
    margin: 0 50%;
    min-width: 54px;
    transition: opacity 0.3s;
    background: #404040;
    border-radius: 10px 10px 0 0;
}

.btn-primary, .btn-secondary, .btn-quaternary {
    color: white;
}

.btn-tertiary {
    color: var(--prim-color);
}

/* Whatsapp icon */
.whatsapp-button {
    position: fixed;
    width: 84px;
    height: 36px;
    bottom: 15px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 30px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
    z-index: 10;
    font-size: 14px;
}

.whatsapp-icon {
    margin-top: 6px;
    margin-left: 14px;
    font-size: 1.6em;
}


/* Home Concept */
.home-concept {
    background: transparent url(../../img/elements/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
}

.home-concept strong {
    display: block;
    font-family: "Poppins", cursive;
    font-size: 1.8em;
    position: relative;
    margin-top: 30px;
}

.home-concept .process-image {
    background: transparent url(../../img/elements/home-concept-item.png) no-repeat 0 0;
    width: 160px;
    margin: 120px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}


.home-concept .project-image {
    background: transparent url(../../img/elements/home-concept-item.png) no-repeat 100% 0;
    width: 350px;
    margin: 20px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.home-concept .sun {
    background: transparent url(../../img/elements/home-concept-icons.png) no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
}

.home-concept .cloud {
    background: transparent url(../../img/elements/home-concept-icons.png) no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 53%;
    top: 35px;
}

s, strike {
    text-decoration: none;
    position: relative;
}

s::before, strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background: red; /*this is the color of the line*/
    opacity: .7;
    content: '';
    width: 110%;
    position: absolute;
    height: .1em;
    border-radius: .1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

s.straight::before, strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}
