/***

====================================================================
2.	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/***

====================================================================
Global Settings
====================================================================

 ***/
html {
    scroll-behavior: smooth
}

:root {
    --thm-base: #FFD100;
    --thm-base-rgb: 255, 209, 0;
    --thm-black: #222429;
    --thm-text: #686a6f;
    --thm-green: #3dc771;
    --thm-green-rgb: 61, 199, 113;
    --thm-red: #bf363d;
    --thm-red-rgb: 205, 55, 55;
    --thm-blue: #0091FE;
    --thm-blue-rgb: 0, 145, 254;
}

@import url("../css/fontawesome-all.css");


body {
    font-size: 20px;
    color: var(--thm-text);
    line-height: 1.8em;
    font-weight: 300;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans', Sans-Serif;
    font-weight: 400;
    top: 0 !important;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--thm-base);
}

.theme_color {
    color: var(--thm-base);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px 0px 20px;
    background: none;
    line-height: 1.25em;
    font-family: 'Anton', Sans-Serif;
    color: var(--thm-black);
    text-transform: uppercase;
}

h1 {
    font-size: 140px;
}

h2 {
    font-size: 70px;
}

h3 {
    font-size: 60px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 26px;
}

input,
select,
button {
    font-family: var(--thm-font);
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p {
    line-height: 1.8em;
    margin: 0 0 20px;
}

#redfont {
    color: var(--thm-red);
}

#greenfont {
    color: var(--thm-green);
}

#yellowfont {
    color: var(--thm-base);
}

#bluefont {
    color: var(--thm-blue);
}

.text {
    line-height: 1.8em;
    margin: 0 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}

/* Btn Style One - paket */

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    background: var(--thm-red);
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 15px 20px rgba(191, 54, 60, 0.2);
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 35px 15px;
    z-index: 1;
}

.btn-style-one:hover {
    background: var(--thm-red);
    color: #ffffff;
    box-shadow: 0px 15px 20px rgba(255, 209, 1, 0.3);
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: var(--thm-base);
    opacity: 0.2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--thm-black);
    color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 19px 50px 16px;
    z-index: 1;
    transition: 0.5s;
}

.btn-style-two:hover {
    color: var(--thm-black);
}

.btn-style-two .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #ffffff;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-two:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}
/* btn style three */

.btn-style-three {
    background-color: var(--thm-base);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 22.5px 40px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.btn-style-three:hover {
    background-color: var(--thm-black);
    color: #fff;
}

/*Btn Style four - paket */

.btn-style-four {
    position: relative;
    display: inline-block;
    text-align: center;
    background: var(--thm-red);
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.btn-style-four .btn-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 15px 35px 15px;
    z-index: 1;
}

.btn-style-four:hover {
    background: #fff;
    color:var(--thm-red);
}

.btn-style-four .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #fff;
    opacity: 0.2;
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-style-four:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    transform: skewX(0deg);
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 1);
    background-color: #1c1e22;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #E9E9E9;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #33C86D;

    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    z-index: 1000;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background-color: var(--thm-black);
    z-index: 1000;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader {
    opacity: 0;
}

.page-loaded .preloader .icon {
    opacity: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

/***

====================================================================
Scroll To Top style - paket
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 25px;
    bottom: 85px;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: var(--thm-red);
    display: none;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--thm-base);
    color: #ffffff;
}

/***

===================================================
Main Header style / Header Style One - nonsticky Kar - paket
====================================================

**/
.main-header .header-upper-nonsticky {
    position: relative !important;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 3;
    transition: all 300ms ease;

}

.main-header .header-upper-nonsticky .logo-box {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin-right: 50px;
    margin-left: 100px;
    z-index: 7;
}

.main-header .header-upper-nonsticky .logo-box .logo {
    position: relative;
    display: block;
}

.main-header .header-upper-nonsticky .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 70px;
    z-index: 1;
}

/***

===================================================
Main Header sticky! Kar - paket
====================================================

**/
.stickynav {
    position: relative;
    background-color: transparent;
    height: 10px;

}

.nav-sticky {
    position: relative;
    width: 100%;
    margin: -35px auto;
    display: flex;
    padding: 5px 0px;
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0px 28px 30px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 28px 30px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 28px 30px 0px rgba(0, 0, 0, 0.09);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-bottom: 1px solid #e2e2e2; 
}

.nav-sticky-section {
    position: relative;
}
.nav-sticky-section,
.nav-sticky-action {
    display: flex;
}

.nav-sticky-section-for {
    display: inline-block;
    margin: 0 10px;
    transition: all 300ms ease-in-out;
}

.nav-sticky-section-for h1 {
    font-size: 1em;
}

.nav-sticky-section-for a {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    opacity: 1;
    transition: all 300ms ease;
}

.nav-sticky-section ul {
    display: inline-block;
}

.nav-sticky-section li {
  list-style-type: none;
  display: inline-block;
  margin: 10px;

}

.nav-sticky-section li > a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-sticky-section li > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
  
}

.nav-sticky-section li.nav-sticky-section-logo > a::after {
  height: 0px;
}

.nav-sticky-section li > a:hover::after, li > a.active-nav::after {
  width: 100%;
  background: var(--thm-red);
}

.nav-sticky-section li > a#greenfont:hover::after,
li > a.active-nav::after {
    width: 100%;
    background: var(--thm-green);
}

.nav-sticky-section li > a#bluefont:hover::after,
li > a.active-nav::after {
    width: 100%;
    background: var(--thm-blue);
}

.nav-sticky-section-logo {
}

.nav-sticky-section-logo img{
    height: 60px;
}

.nav-sticky-breadcrumbs {
    position: absolute;
    z-index: 1;
    left: 558px;
    bottom: 48px;
}


.nav-sticky-breadcrumbs a{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  color: #989898;
    opacity: 1;
    transition: all 300ms ease;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.nav-sticky-breadcrumbs:hover a{
  color: #333;
}

.nav-sticky-breadcrumbs #text {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  color: #989898;
    opacity: 1;
    transition: all 300ms ease;
}

.nav-sticky-breadcrumbs i {
    font-size: 9px;
    padding: 0 5px 0 5px;
  color: #afafaf;
}

.nav-sticky-breadcrumbs i.homeicon {
    font-size: 10px;
    padding: 0 3px 3px 0px;
    color: #afafaf;
    transition: all 300ms ease;
}
.nav-sticky-breadcrumbs:hover i.homeicon {
    color: #333;
}

.nav-sticky-section li.nav-sticky-section-0 > a::after {
  height: 0px;
}

.nav-sticky-section .nav-sticky-section-1 a{
        top: 9px;
}

.nav-sticky-section .nav-sticky-section-2 a{
        top: 9px;
}
.nav-sticky-section .nav-sticky-section-3 a{
        top: 9px;
}
.nav-sticky-section li.nav-sticky-section-4 a{
    top: 9px;
    color: var(--thm-red);
}
.nav-sticky-section li.nav-sticky-section-5 a{
    top: 9px;
    color: var(--thm-blue);
}


.nav-sticky_holder {
    display: none;
}

.nav-sticky_holder_active {
    display: block;
}

.nav-sticky_fix {
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
}

/***

====================================================================
Main Header style / Header Style One / NO TOCAR POR FAVOR NUNCA JAMAS - paket
====================================================================

***/

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
}

/*=== Header Main Box ===*/

.main-header .header-upper {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    transition: all 300ms ease;
}

.boxed-wrapper .main-header .header-upper {
    max-width: 1410px;
    left: 50%;
    transform: translateX(-50%);
}

.fixed-header .header-upper {
    background: #171717;
    -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.header-style-two.fixed-header .header-upper {
    background: var(--thm-black);
    -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.main-header .header-upper .inner-container {
    position: relative;
    display: block;
    padding: 0px 60px;
}

.main-header .header-upper .logo-box {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin-right: 30px;
    margin-left: 80px;
    z-index: 7;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
}

.main-header .header-upper .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 70px;
    z-index: 1;
}

.main-header .other-links {
    position: relative;
    float: right;
    z-index: 7;
}

.main-header .other-links .link-box {
    position: relative;
    float: left;
    margin-right: 90px;
    padding: 34px 0px;
}

.main-header .other-links .link-box .link {

    position: relative;
    display: block;
    padding-top: 0px;
    padding-left: 50px;
    color: #ffffff;
}

.header-style-two.fixed-header .other-links .link-box .link {
    color: #ffffff;
}

.main-header .other-links .link-box .link .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url("../images/icons/callicon.svg") left center no-repeat;
}

.main-header .other-links .link-box .sub-text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 8px;
    font-weight: 600;
}

.main-header .other-links .link-box .number {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 38px;
    font-weight: 600;
}

.main-header .other-links .link-box .number:hover {
    color: var(--thm-base);
    transition: all 0.2s ease-in-out;
}

.main-header .other-links .call-us {
    position: relative;
}


.main-header .nav-outer {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.main-header .nav-outer .main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.main-menu .navbar-collapse {
    margin-right: 60px;
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    font-family: var(--thm-font);
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 30px 0px;
    margin-right: 30px;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.main-menu .navigation > li:last-child:after {
    display: none;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    padding: 12px 0px;
    opacity: 1;
    transition: all 300ms ease;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation li > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;

}

.main-menu .navigation li > a > span {
    background-color: var(--thm-base);
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    top: -3px;
    position: relative;


}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #ffffff;
}

.header-style-two .main-menu .navigation > li > a,
.header-style-two .main-menu .navigation > li:hover > a {
    color: var(--thm-black);
}

.header-style-two .main-menu .navigation > li.current > a,
.header-style-two.fixed-header .main-menu .navigation > li > a,
.header-style-two.fixed-header .main-menu .navigation > li > a:hover {
    color: #fff;
}

.header-style-two.fixed-header .main-menu .navigation > li.current > a {
    color: var(--thm-base);
}

.main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a:before {
    border-bottom-color: #fff;
}

.header-style-two.fixed-header .main-menu .navigation > li > a:before {
    border-bottom-color: var(--thm-base);
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
    transform: scale(1);
}

.sticky-header .main-menu .navigation > li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 20px 0px 15px;
    border-radius: 5px;
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    padding: 0px 25px;
    width: 100%;
    margin-bottom: 5px;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 24px;
    font-size: 14px;
    color: #171b27;
    letter-spacing: 0.03em;
    text-align: left;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: var(--thm-base);
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 20px 0px 15px;
    border-radius: 5px;
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    padding: 0px 25px;
    width: 100%;
    margin-bottom: 5px;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #171b27;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: capitalize;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: var(--thm-base);
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 7px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
/***

====================================================================
		Sticky Header - NO TOCAR NUNCA JAMAS
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0px;
}

.sticky-header .main-menu .navigation > li {
    margin-left: 40px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before {
    display: none;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 21px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #25283a;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul {
    left: auto;
    right: 100%;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
    opacity: 1;
}


/***

====================================================================
Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: var(--thm-base);
    margin: 40px 0px 0px;
    display: none;
}

.mobile-nav-toggler .txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    display: none;
}

/***

====================================================================
Forms
====================================================================

***/

.default-form {
    position: relative;
}

.default-form .row {
    margin: 0 -15px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.default-form .field-inner {
    position: relative;
    display: block;
}

.default-form .field-inner .alt-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 20px;
    color: #9b9fa6;
    z-index: 1;
    pointer-events: none;
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #0f172b;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.default-form .form-group .e-label {
    position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    height: 70px;
    width: 100%;
    font-size: 18px;
    color: var(--thm-black);
    line-height: 40px;
    font-weight: 400;
    padding: 14px 30px;
    letter-spacing: 0.02em;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    border-radius: 7px;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    height: 220px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
    display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: var(--thm-base);
}

.default-form ::-webkit-input-placeholder {
    color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
    color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
    color: #aaaaaa;
}

.default-form label.error {
    color: #ff0000;
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    padding-top: 7px;
    line-height: 24px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 70px;
    padding: 14px 30px;
    line-height: 40px;
    letter-spacing: 0.02em;
    font-family: var(--thm-font);
    color: var(--thm-text);
    font-size: 20px;
    border-radius: 7px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 10px;
    text-indent: 0px;
    color: var(--thm-black);
}

.form-group .ui-button .ui-icon:before {
    font-family: "Flaticon";
    content: "\f191";
    position: absolute;
    right: 0px;
    top: 0px !important;
    width: 15px;
    height: 30px;
    display: block;
    color: var(--thm-black);
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    background: #f4f5f8;
    border: 1px solid #e9ebee;
    border-top: none;
    font-family: var(--thm-font);
    border-radius: 0;
    padding: 0;
}

.ui-menu .ui-menu-item {
    font-size: 20px;
    border-bottom: 1px solid #e9ebee;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 14px 30px !important;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: var(--thm-base);
    margin: 0;
}

/***

====================================================================
Nosotros
====================================================================

***/

.banner-section {
    position: relative;
    z-index: 1;
}

.banner-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    z-index: 1;
}

.banner-carousel {
    position: relative;
    z-index: 1;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: #fff;
    color: #ffffff;
    overflow: hidden;
    height: 550px;
}

.banner-three .banner-carousel .slide-item {
    background: none;
}

.banner-carousel .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    opacity: 0.1;
    z-index: 1;
}

.banner-two .banner-carousel .slide-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/main-slider/slide-2-pattern-1.png");
    z-index: 10;
}

.banner-two .banner-carousel .slide-item:before {
    opacity: 1;
}

.banner-three .banner-carousel .slide-item:before {
    display: none;
}

.banner-carousel .slide-item .left-top-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    max-width: 100%;
    height: 100%;
    background: url("../images/main-slider/left-curve-line.png") left top no-repeat;
    z-index: 2;
    opacity: 0;
    transform: translateY(-100%);
}

.banner-carousel .active .left-top-line {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.banner-carousel .slide-item .right-bottom-curve {
    position: absolute;
    right: 0;
    top: 0;
    width: 655px;
    max-width: 100%;
    height: 100%;
    background: url("../images/main-slider/right-curved-bg2.png") right bottom no-repeat;
    z-index: 2;
    opacity: 0;
    transform: translateX(700px);
}

.banner-carousel .active .right-bottom-curve {
    opacity: .7;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1300ms;
}

.banner-carousel .slide-item .right-top-curve {
    position: absolute;
    right: 0;
    top: 0;
    width: 164px;
    max-width: 100%;
    height: 100%;
    background: url("../images/main-slider/right-white-curve.svg") right top no-repeat;
    z-index: 2;
    opacity: 0;
    transform: translateX(200px);
}

.banner-carousel .active .right-top-curve {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1800ms;
}

.banner-carousel .slide-item .round-shape-1 {
    position: absolute;
    left: -500px;
    bottom: -500px;
    width: 1000px;
    height: 1000px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    transform: translateY(100%);
}

.banner-carousel .active .round-shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1500ms;
}

.banner-carousel .slide-item .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 570px;
    max-width: 100%;
    height: 810px;
    background: url("../images/main-slider/b-2-shape-1.png") left top no-repeat;
    z-index: 2;
    opacity: 0;
    transform: translateY(-100%);
}

.banner-carousel .active .shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.banner-carousel .slide-item .shape-2 {
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 333px;
    max-width: 100%;
    height: 366px;
    background: url("../images/main-slider/b-2-shape-2.png") left bottom no-repeat;
    z-index: 2;
    opacity: 0;
    transform: translateX(-500px);
}

.banner-carousel .active .shape-2 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 500ms;
}

.banner-carousel .slide-item .shape-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 824px;
    max-width: 100%;
    height: 424px;
    background: url("../images/main-slider/b-2-shape-3.png") right bottom no-repeat;
    z-index: 2;
    opacity: 0;
    transform: translateX(900px);
}

.banner-carousel .active .shape-3 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1800ms;
}


.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* poner en grises - grey background
  opacity: 0.6;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%); */
    transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
    transform: scale(1.15);
    transition: all 7000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 0px;
    z-index: 11;
}

.banner-carousel .content-box .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 150px 0px 50px;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    max-width: 800px;
    text-align: center;
}

.banner-two .banner-carousel .content-box .inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.banner-three .banner-carousel .content-box .inner {
    max-width: 550px;
}


.banner-carousel .content-box .sub-title {
    display: block;
    font-size: 30px;
    line-height: 1.5em;
    color: #ffffff;
    font-family: 'Fjalla One', sans-serif;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(80px);
}

.banner-carousel .active .content-box .sub-title {
    opacity: 1;
    transform: translate(0);
    transition: all 700ms ease;
    transition-delay: 800ms;
}

.banner-carousel .content-box h1 {
    display: block;
    font-size: 89px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    transform: translateY(80px);
}

.banner-two .banner-carousel .content-box h1 {
    text-transform: capitalize;
}

.banner-three .banner-carousel .content-box h1 {
    font-size: 120px;
    color: var(--thm-black);
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1300ms;
    text-shadow: 0px 9px 18px rgba(0, 0, 0, 0.15);
}

.banner-three .banner-carousel .active .content-box h1 {
    transition-delay: 700ms;
}

.banner-carousel .content-box .text {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 0.07em;
    color: var(--thm-black);
    margin: 5px 0 0;
    opacity: 0;
    transform: translateY(80px);
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    transform: translate(0);
    transition: all 700ms ease;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .link-box {
    position: relative;
    display: block;
    padding-top: 30px;
    opacity: 0;
    transform: translateY(50px);
}

.banner-three .banner-carousel .content-box .link-box {
    padding-top: 45px;
}

.banner-carousel .active .content-box .link-box {
    opacity: 1;
    transform: translate(0);
    transition: all 700ms ease;
    transition-delay: 1800ms;
}

.banner-carousel .slide-item .round-image {
    position: absolute;
    right: -200px;
    top: -100px;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    z-index: 2;
}

.banner-carousel .slide-item .round-image .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 850px;
    height: 850px;
    background-size: cover;
    background-position: left top;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    z-index: 2;
    opacity: 0;
    transform: translateX(100%);
}

.banner-carousel .active .round-image .image {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.banner-carousel .slide-item .round-image:before {
    content: "";
    position: absolute;
    left: -100px;
    bottom: 120px;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transform: translateX(100%);
}

.banner-carousel .active .round-image:before {
    opacity: 0.1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 700ms;
}

.banner-carousel .slide-item .round-image:after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 330px;
    height: 330px;
    background: url("../images/main-slider/b-3-shape.png") center center no-repeat;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);
}

.banner-carousel .active .round-image:after {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1000ms;
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    width: 1200px;
    height: 110px;
    text-align: right;
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    opacity: 0.2;
    border-radius: 50%;
    transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next {
    top: auto;
    bottom: 0;
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
    vertical-align: middle;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    display: none;
}

.banner-two .owl-nav,
.banner-three .owl-nav {
    display: none;
}

.banner-three {
    background-color: var(--thm-base);
}

.banner-three .bg-image {
    opacity: 0.03;
}

.banner-two .owl-dots {
    display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: none;
    border-width: 2px;
    border-color: var(--thm-base);
}


/***

====================================================================
Titulos
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title.centered {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sec-title .upper-text {
    position: relative;
    display: inline-block;
    line-height: 1.6em;
    font-size: 16px;
    color: #9b9fa6;
    font-weight: 400;
    margin: 0 0 20px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size:50px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 400;
    margin-bottom: 0px;
}

.sec-title h2 strong {
    font-weight: 700;
}

.sec-title h2 .dot {
    color: var(--thm-red);
    padding-left: 7px;
}

.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    color: var(--thm-text);
    padding: 15px 0px 0px;
}

.sec-title .lower-text b {
    font-weight: 400;
    color: var(--thm-red);
}
/***

====================================================================
Nosotros
====================================================================

***/

.about-section {
    position: relative;
    padding: 110px 0px 30px 0px;
    margin:0px;
        background: #fff;
    background: url("../images/background/pattern-2-dark.png") left top no-repeat;
    height: 100%;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner {
    position: relative;
    display: block;
}

.about-section .image-column .inner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 220px;
    background: var(--thm-red);
    border-radius: 8px;
}

.about-section .image-column .image-block {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    
}

.about-section .image-column .image-block img {
    display: block;
    width: 95%;
    border-radius: 100%;
}

.about-section .image-column .image-block img#paket2 {
    display: block;
    width: 73%;
    border-radius: 100%;
}

.about-section .image-column .image-block:nth-child(1) {
    margin-left: 110px;
}

.about-section .image-column .image-block:nth-child(2) {
    margin-right: 140px;
    margin-top: -190px;
}

.about-section .text-column {
    position: relative;
    margin-bottom: 0px;
}

.about-section .text-column .inner {
    position: relative;
    display: block;
    padding-left: 60px;
}

.about-section .text-column .sec-title {
    margin-bottom: 15px;
}

.about-section .text-column .sec-title .lower-text {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0;
    color: var(--thm-base);
}

.about-section .text-column .text {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8em;
}

.about-section .text-column .text p {
    margin-bottom: 32px;
}

.about-section .text-column .text b {
    color: var(--thm-base);
}

.about-section .text-column .text ul {
    position: relative;
    float: left;
}

.about-section .image-column .text ul li {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 10px;
    padding-left: 35px;
    color: #fff;
}

.about-section .image-column .text ul li:before {
    content: "\f107";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-red);
    font-weight: 400;
}

.about-section .features {
    position: relative;
    margin-top: 20px;
}

.about-section .feature {
    position: relative;
    margin-bottom: 30px;
}

.about-section .feature .inner-box {
    position: relative;
    display: block;
    padding-left: 90px;
    
}

.about-section .feature .inner-box:before {
    content: "\f131";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: 0px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    background: var(--thm-red);
    border-radius: 50%;
    transition: all 500ms ease;
    box-shadow: 0px 8px 15px rgba(191, 54, 60, 0.25);
    
    
}

.about-section .feature:hover .inner-box:before {
    background-color: var(--thm-base);
    color: #fff;
    box-shadow: 0px 15px 20px rgba(255, 209, 0, 0.3);
    transform: translateY(-7px);
    
}

.about-section .feature h6 {
    font-size: 24px;
    text-transform: uppercase;
    left: 1px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--thm-red);
}

.about-section .feature:hover h6 {
    color: var(--thm-base);
    transition: all 500ms ease;
}

.about-section .feature .text {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 1.7em;
    font-weight: 300;
    color: var(--thm-text);
    padding: 8px 0px 0px;
}

.about-section .feature .text b {
    font-weight: 400;
    color: var(--thm-base);
}

/***

====================================================================
Productos - catalogo
====================================================================

***/

.facts-section {
    position: relative;
    padding-bottom: 30px;
    padding-top: 0px;
    background: #fff;
    color: #ffffff;
    z-index: 2;
    background-color: #fff;
    background-image: url("../images/background/pattern-1-dark.png");
}

.facts-section .inner-container {}

.facts-section.alternate {
    background: var(--thm-green);
    padding-bottom: 50px;
}

.facts-section .sec-title h2 {
    text-align: center;

}

.facts-section .jarallax-img,
.facts-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    /* grises grey 
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%); */
    opacity: 0.1;
}

.facts-section.alternate .image-layer {
    display: none;
}

.fact-counter .column {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 6px;
    transition: all 0.35s ease-in-out;
    margin: 20px 5px 20px 5px;
    max-width: 270px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.fact-counter .column:hover {
    box-shadow: 0px 28px 22px rgba(170, 51, 57, 0.2);
    color: #fff;
    transform: translateY(-7px);

}

/* columnas y modals productos individuales start */
/************************************
 * style modals - todos los modals
************************************/
.modals {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(175,145,13);
background: linear-gradient(37deg, rgba(175,145,13,0.95) 0%, rgba(214,183,14,0.95) 36%, rgba(255,219,56,0.95) 100%);
    overflow-y: auto;
    z-index: -9999;
    opacity: 1;
    animation-duration: 0.7s;
}

.fact-counter img {
    height: 55px;
}

/************************************
 * Close button - todos los modals
************************************/
#closebt-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.closebt:hover {
    transform: rotate(90deg);
}

/************************************
 * Styles thumbnails/columnas individuales
************************************/

/* Freshpaket */
.fact-counter .columnfreshpaket {
    background-image: url("../images/resource/freshpaket.jpg");
    background-size: cover;
}

/* Polipaket */
.fact-counter .columnpolipaket {
    background-image: url("../images/resource/polipaket.jpg");
    background-size: cover;
}


/* Boxpaket */
.fact-counter .columnboxpaket {
    background-image: url("../images/resource/boxpaket.jpg");
    background-size: cover;
}

/* Cintapaket */
.fact-counter .columncintapaket {
    background-image: url("../images/resource/cintapaket.jpg");
    background-size: cover;
}

/* Stretchpaket */
.fact-counter .columnstretchpaket {
    background-image: url("../images/resource/stretchpaket.jpg");
    background-size: cover;
}

/* Burbupaket */
.fact-counter .columnburbupaket {
    background-image: url("../images/resource/burbupaket.jpg");
    background-size: cover;
}

/* Foampaket */
.fact-counter .columnfoampaket {
    background-image: url("../images/resource/foampaket.jpg");
    background-size: cover;
}

/* Flejepaket */
.fact-counter .columnflejepaket {
    background-image: url("../images/resource/flejepaket.jpg");
    background-size: cover;
}

/* Termopaket */
.fact-counter .columntermopaket {
    background-image: url("../images/resource/termopaket.jpg");
    background-size: cover;
}

/* Rafiapaket */
.fact-counter .columnrafiapaket {
    background-image: url("../images/resource/rafiapaket.jpg");
    background-size: cover;
}

/* Displaypaket */
.fact-counter .columndisplaypaket {
    background-image: url("../images/resource/displaypaket.jpg");
    background-size: cover;
}

/* Toolspaket */
.fact-counter .columntoolspaket {
    background-image: url("../images/resource/toolspaket.jpg");
    background-size: cover;
}

/* BoppPaket */
.fact-counter .columnbopppaket {
    background-image: url("../images/resource/bopppaket.jpg");
    background-size: cover;
}

/* columnas y modals productos individuales end */

.fact-counter .column .counter-overlay {
    background: rgb(120,36,39);
background: linear-gradient(37deg, rgba(120,36,39,1) 0%, rgba(219,60,67,1) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 6px;
}

.fact-counter .column:hover .counter-overlay {
    opacity: 0.85;
}

.facts-section .sec-title {
    max-width: 800px;
    text-align: center;
    justify-content: center;
    align-items: center;
    left: 22%;
    /* arreglar, centrar todo */
}

.facts-section .sec-title p {
    margin-top: 5px;
    color: var(--thm-black);
    font-weight: 300;
    font-size: 19px;
}

.fact-counter .column .inner {
    position: relative;
    padding: 60px 0px 40px 0px;
}

.fact-counter .column .inner:before {
    position: absolute;
    content: "";
    left: -15px;
    right: -15px;
    top: 0;
    min-width: 100%;
    border-top: 4px solid var(--thm-base);
    transform: scaleX(0);
    transition: all 500ms ease;

}

.fact-counter .column:hover .inner:before {
    transform: scaleX(1);

}

.fact-counter .column .inner:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    bottom: 7px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.fact-counter .column:last-child .inner:after {
    display: none;
}

.fact-counter .column .inner .content {
    position: relative;
    text-align: center;
}

.fact-counter .column .inner .count-outer {
    font-family: 'Anton', sans-serif;
    position: relative;
    text-align: left;
    font-size: 80px;
    line-height: 1em;
    letter-spacing: 0px;
    display: block;
}

.fact-counter .column .inner .count-outer h5 {
    font-family: 'Anton', sans-serif;
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.4);
    position: relative;
    font-size: 50px;
    line-height: 1.5em;
    color: #fff;
    letter-spacing: 0px;
    display: block;
}

.fact-counter .column .inner .count-outer p {
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.4);
    position: relative;
    font-size: 18px;
    line-height: 1.8em;
    color: #fff;
    display: block;
}

.fact-counter .column .inner .count-outer b {
    font-family: 'Open Sans', sans-serif;
    color: var(--thm-base);
    font-weight: 500;
}

.fact-counter .column .inner h5 .dot {
    color: var(--thm-base);
    padding-left: 3px;
}

.fact-counter .column .inner .counter-title,
.fact-counter .column .inner .counter-title a {
    font-family: 'Anton', sans-serif;
    position: relative;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 7px 12px rgba(0, 0, 0, 0.2);
}

.fact-counter .column .inner .counter-title a:hover {
    color: #fff;
}

.fact-counter .column .inner .link-box {
    position: relative;
    margin-top: -35px;
}


.fact-counter .column .inner .link-box {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: var(--thm-base);
    border-radius: 50%;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.fact-counter .column .inner .link-box a span {
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
}

.fact-counter .column .inner .link-box a:hover {
    color: #fff;
}


/***

====================================================================
Modals - contenido interior
====================================================================

***/

.about-section-modal {
    padding: 100px 0px 0px;
    max-width: 1400px;
    position: absolute;
    left: 35%;
    transform: translate(-30%, 0);
}

.about-section-modal .image-column {
    position: relative;
    margin-bottom: 0px;
}

.about-section-modal .image-column .inner {
    position: relative;
    display: block;
}

.about-section-modal .image-column .image-block {
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.1);
}

.about-section-modal .image-column .image-block img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.about-section-modal .text-column {
    position: relative;
    margin-bottom: 0px;
}

.about-section-modal .text-column .inner {
    position: relative;
    display: block;
    padding-left: 20px;
}

.about-section-modal .text-column .sec-title {
    margin-bottom: 10px;
}

.about-section-modal .text-column .sec-title .lower-text {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    color: var(--thm-base);
    text-shadow: 0px 7px 12px rgba(0, 0, 0, 0.15);
    padding: 10px 0px 0px;
}

.about-section-modal .text-column .text {
    position: relative;
    font-size: 22px;
    line-height: 1.7em;
    color: #fff;
}

.about-section-modal .text-column .text p {
    line-height: 1.7em;
    margin-bottom: 0px;
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    font-size: 20px;
}

.about-section-modal .text-column .sec-title h2 {
    color: #fff;
    text-shadow: 0px 9px 15px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
}
    .about-section-modal .text-column .buttoncatalogo {
    margin-top: 20px;
}


/***

====================================================================
Productos - introduccion
====================================================================

***/

.trusted-section {
    position: relative;
    padding-bottom: 120px;
    background: url("../images/background/pattern-2-dark.png") top left;
    background-repeat: repeat;
    z-index: 1;
}

.trusted-section .outer-container {
    position: relative;
    margin-top: -200px;
}

.trusted-section .row {
    margin: -40px -4px;
}

.trusted-section .left-col {
    position: relative;
    padding: 0 4px;
    margin-bottom: -5px;
}

.trusted-section .left-col .inner {
    position: relative;
    display: block;
}

.trusted-section .col-header {
    position: relative;
    text-align: center;
}

.trusted-section .col-header .header-inner {
    position: relative;
    padding: 50px 50px 20px;
    min-height: 240px;
    background: var(--thm-base);
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: var(--thm-black);
    border-radius: 7px 7px 0px 0px;
}

.trusted-section .col-header .header-inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -39px;
    width: 50px;
    height: 40px;
    background: url("../images/icons/curve-down-left.png") left top no-repeat;
}

.trusted-section .features {
    position: relative;
}

.trusted-section .feature {
    position: relative;
    display: block;
    padding: 90px 0px;
    padding-left: 120px;
    min-height: 170px;
}

.trusted-section .feature .count {
    position: absolute;
    left: 0;
    top: 90px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: rgba(var(--thm-red-rgb), 1);
    padding: 10px;
    margin-left: 28px;
    line-height: 40px;
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50%;
    transition: all 500ms ease;
    font-family: 'Fjalla One', sans-serif;
    box-shadow: 0px 8px 15px rgba(191, 54, 60, 0.2);
}

.trusted-section .feature:hover .count {
    background-color: var(--thm-base);
    color: #fff;
    box-shadow: 0px 15px 20px rgba(255, 209, 1, 0.3);
    transform: translateY(-7px);
}

.trusted-section .feature h5 {
    margin: 0;
    line-height: 1.15em;
    color: var(--thm-black);
    margin-bottom: 10px;
    font-size: 55px;
}

.trusted-section .feature:hover h5 {
    transition: all 500ms ease;
    color: var(--thm-base);
}

.trusted-section .feature .sub-text {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: var(--thm-text);
    text-transform: uppercase;
    line-height: 1.25em;
}

.trusted-section .right-col {
    position: relative;
    padding: 0px 4px;
    margin-bottom: -15px;
    z-index: 3;
}

.trusted-section .right-col .inner {
    position: relative;
    display: block;
    min-height: 200px;
    padding: 60px 0px 0px 110px;
    background: #ffffff;
    border-radius: 7px 0px 0px 0px;
}

.trusted-section .right-col .inner:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -1px;
    width: 2000px;
    height: 100%;
    background: #ffffff;
}

.trusted-section .featured-block-two {
    position: relative;
    display: block;
    padding-left: 280px;
    min-height: 170px;
}

.trusted-section .featured-block-two .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
}

.trusted-section .featured-block-two .image img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
}

.trusted-section .featured-block-two .text {
    position: relative;
    top: -5px;
    display: block;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    line-height: 1.5em;
}

.trusted-section .featured-block-two .text ul {
    position: relative;
}

.trusted-section .featured-block-two .text ul li {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 12px;
    padding-left: 30px;
}

.trusted-section .featured-block-two .text ul li:before {
    content: "\f107";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    font-size: 18px;
}

/***

====================================================================
Parallax seccion roja
====================================================================

***/

.parallax-section {
    position: relative;
    padding: 160px 0px;
    background: #1c1e22;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

.parallax-section .jarallax-img,
.parallax-section .image-layer {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.9;
}

.parallax-section .content-box {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}

.parallax-section .content-box .icon-box {
    position: relative;
    display: block;
    width: 114px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    color: var(--thm-black);
    font-size: 54px;
    border-radius: 50%;
    margin: 0 auto 50px;
}

.parallax-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 55px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #ffffff;
    bottom: 60px;
    text-shadow: 0px 9px 18px rgba(0, 0, 0, 0.2);
}
.parallax-section .content-box h4 {
    position: relative;
    display: block;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #ffffff;
    bottom: 65px;
    text-shadow: 0px 9px 18px rgba(0, 0, 0, 0.2);
}

.parallax-section .content-box h2 span {
    color: var(--thm-base);
}

.parallax-section .content-box .products {
    bottom: 90px;
}

/***

====================================================================
Footer
====================================================================

***/

.main-footer {
    position: relative;
    color: #999b9f;
    background: var(--thm-black) url("../images/background/we-do-section-bg-dark.jpg") center top no-repeat;
    font-weight: 400;
}

.main-footer .widgets-section {
    position: relative;
    padding: 50px 0px 20px;
}

.main-footer.normal-padding .widgets-section {
    padding: 120px 0px 70px;
}

.main-footer .column {
    position: relative;
    margin-bottom: 0px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-logo {
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.main-footer h6 {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 26px;
}

.main-footer .logo-widget .logo img {
    height: 75px;
}

.main-footer .logo-widget .text {
    position: relative;
    display: block;
    line-height: 1.7em;
    font-size: 16px;
    margin: 0 0 30px;
}

.main-footer .links-widget {
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 25px;
    /* cambiar esto en moviles */
}

.main-footer .links-widget ul {
    margin: 0;
    padding-right: -30px;
    font-size: 0px;
    float: left;
}

.main-footer .links-widget ul li {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
}

.main-footer .links-widget ul li:last-child {
    margin: 0;
}

.main-footer .links-widget ul li a {
    position: relative;
    color: #999b9f;
    line-height: 1em;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--thm-base);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:hover:before {
    transform: scaleX(1);
}

.main-footer .links-widget ul li a:hover {
    color: #ffffff;
}

.main-footer .links-widget ul li b {
    position: relative;
    color: var(--thm-base);
    line-height: 2em;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .social-links {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.main-footer .social-links li a {
    position: relative;
    display: block;
    color: #999b9f;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #1c1e22;
    text-align: center;
    border-radius: 50%;
    transition: all 300ms ease;
}

.main-footer .social-links li a span {
    vertical-align: middle;
}

.main-footer .social-links li a:hover {
    color: #ffffff;
    background: var(--thm-base);
}

.main-footer .info-widget {
    margin: 0px;
    padding: 0px;
}

.main-footer .info-widget ul li {
    position: relative;
    display: block;
    line-height: 2em;
    font-size: 16px;
    line-height: 32px;
    padding-left: 30px;
    margin-bottom: 5px;
}

.main-footer .info-widget ul li.address {
    margin-bottom: 20px;
}

.main-footer .info-widget ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    font-size: 16px;
    color: var(--thm-base);
}

.main-footer .info-widget ul li:last-child {
    margin: 0;
}

.main-footer .info-widget ul li a {
    position: relative;
    color: #999b9f;
    line-height: 28px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .info-widget ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--thm-base);
    text-decoration-color: var(--thm-base);
}

.main-footer .newsletter-widget .text {
    position: relative;
    display: block;
    line-height: 2em;
    font-size: 16px;
    margin: 25px 0 0;
}

.main-footer .newsletter-form {
    position: relative;
}

.main-footer .newsletter-form form {
    position: relative;
}

.main-footer .newsletter-form .form-group {
    position: relative;
    margin: 0;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="tel"],
.main-footer .newsletter-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 20px 60px 20px 25px;
    height: 70px;
    display: block;
    font-size: 18px;
    background: #1c1e22;
    font-weight: 300;
    letter-spacing: 0.07em;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #1c1e22;
    transition: all 300ms ease;
}

.main-footer .newsletter-form .form-group input[type="text"]:focus,
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group input[type="tel"]:focus {
    border-color: var(--thm-base);
}

.newsletter-form .form-group input::-webkit-input-placeholder {
    color: #999b9f;
}

.newsletter-form .form-group .theme-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 44px;
    height: 44px;
    background: var(--thm-base);
    color: var(--thm-black);
    border-radius: 50%;
}

.newsletter-form .form-group .theme-btn span {
    vertical-align: middle;
    font-size: 14px;
}

.newsletter-form .form-group .theme-btn:hover {
    background: #ffffff;
    color: var(--thm-base);
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
    padding: 15px 0px 15px;
    margin: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);

}

.main-footer .footer-bottom a {
    position: relative;
    color: #999b9f;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .footer-bottom a:hover {
    color: var(--thm-base);
}


/*--------------------------------------------------------------
	Menu moviles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 0.7s ease;
}

.side-menu__block.active {
    transform: scale(1, 1);
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(8, 39, 64, 0.3);
}

.side-menu__block-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 520px;
    height: 100%;
    overflow-y: auto;
    background-color: #f2f2f2;
    z-index: 999999;
    padding: 40px 0;
    padding-top: 20px;
}

@media (max-width: 575px) {
    .side-menu__block-inner {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .side-menu__block-inner {
        max-width: 400px;
    }
}

@media (max-width: 375px) {
    .side-menu__block-inner {
        max-width: 300px;
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px;
}

.mobile-nav__container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}

.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav__container li.dropdown ul {
    display: none;
    padding: 10px 0px 0px;
    margin-bottom: 20px;
    padding-left: 0.5em;
}

.mobile-nav__container li.dropdown ul li {
    margin-bottom: 10px;
}

.mobile-nav__container li.dropdown {
    position: relative;
}

.mobile-nav__container li.dropdown > a {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    vertical-align: middle;
}

.mobile-nav__container li > a > span {
    background-color: var(--thm-base);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    top: -3px;
    position: relative;
    margin-left: 5px;
}

.mobile-nav__container li.dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: transparent;
    color: #999b9f;
    font-size: 20px;
    transform: rotate(90deg);
    transition: all 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
    transform: rotate(-90deg);
    color: var(--thm-black);
}

.mobile-nav__container li + li {
    margin-top: 10px;
}

.mobile-nav__container li a {
    text-transform: uppercase;
    color: #3c3c3c;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    transition: all 500ms ease;
    font-family: "Fjalla One", sans-serif;
    position: relative;
}

.mobile-nav__container li a:hover {
    color: var(--thm-red);
}

.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current-menu-item .dropdown-btn,
.mobile-nav__container li.current .dropdown-btn,
.mobile-nav__container li.current > a {
    color: var(--thm-red);
}

.side-menu__social {
    display: flex;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.side-menu__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 57px;
    height: 57px;
    background: var(--thm-red);
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.side-menu__social a + a {
    margin-left: 10px;
}

.side-menu__social a:hover {
    background-color: var(--thm-red);
    color: var(--thm-black);
}

.side-menu__content {
    padding-left: 100px;
    padding-right: 100px;
}

.side-menu__content p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #9ca3a9;
    font-family: "Open Sans", sans-serif;
}

.side-menu__content p + p {
    margin-top: 30px;
}

.side-menu__content p a {
    color: #999b9f;
    transition: all 500ms ease;
}

.side-menu__content p a:hover {
    color: var(--thm-base);
    text-decoration: underline;
}

.side-menu__sep {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 70px;
    margin-bottom: 70px;
}

.side-menu__text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #9ca3a9;
    margin: 0;
    margin-bottom: 25px;
}

.side-menu__text a {
    font-size: 20px;
    color: #ff0143;
    line-height: 30px;
    font-weight: 400;
    transition: all 500ms ease;
}

.side-menu__text a:hover {
    color: var(--thm-base);
}

.side-menu__block__copy {
    text-transform: uppercase;
    font-size: 16px;
    color: #9ca3a9;
    font-weight: 400;
    letter-spacing: 0.2em;
}

@media (max-width: 575px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .side-menu__sep {
        margin-top: 40px;
        margin-bottom: 40px;
        width: calc(100% - 100px);
    }
}

@media (max-width: 480px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .side-menu__sep {
        width: calc(100% - 50px);
    }

    .side-menu__social {
        margin-top: 40px;
    }

    .side-menu__social a {
        width: 45px;
        height: 45px;
    }
}


/* parallax block */

.parallax-block {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-height: 450px) {
    .parallax-block {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.parallax-block__content h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 100px;
    max-width: 537px;
    line-height: 1;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .parallax-block .container {
        max-width: 1200px;
    }
}