/*GENERAL
--------------------------------------*/
:root {
    --blue: #3737B4;
    --lightblue: #A0D0E5;
    --dark: #272727;
    --light: #CBD5EA;
    --grey: #F7F7F8;
}

.color-blue,
.hover-blue:hover {
    color: var(--blue) !important;
}

.color-lightblue,
.hover-lightblue:hover {
    color: var(--lightblue) !important;
}

.color-dark,
.hover-dark:hover {
    color: var(--dark) !important;
}

.color-light,
.hover-light:hover {
    color: var(--light) !important;
}

.color-grey,
.hover-grey:hover {
    color: var(--grey) !important;
}

.bg-blue,
.bghover-blue:hover {
    background-color: var(--blue) !important;
}

.bg-lightblue,
.bghover-lightblue:hover {
    background-color: var(--lightblue) !important;
}

.bg-dark,
.bghover-dark:hover {
    background-color: var(--dark) !important;
}

.bg-light,
.bghover-light:hover {
    background-color: var(--light) !important;
}

.bg-grey,
.bghover-grey:hover {
    background-color: var(--grey) !important;
}

.bd-blue,
.bdhover-blue:hover {
    border-color: var(--blue) !important;
}

.bd-lightblue,
.bdhover-lightblue:hover {
    border-color: var(--lightblue) !important;
}

.bd-dark,
.bdhover-dark:hover {
    border-color: var(--dark) !important;
}

.bd-light,
.bdhover-light:hover {
    border-color: var(--light) !important;
}

.bd-grey,
.bdhover-grey:hover {
    border-color: var(--grey) !important;
}

body {
    font: normal normal 1.25rem/1 "Inter", sans-serif;
    color: var(--dark);
}

body.pace-running:before {
    opacity: 1
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: currentColor;
}

a {
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

p {
    margin: 0;
}

:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-container {
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.parallax-mirror {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.pace-done #main-container {
    opacity: 1 !important
}

.pace-done .parallax-mirror {
    opacity: 1
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.inner-wrapper {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 15px;
}

.inner-wrapper.col-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

a.btn,
input.btn {
    height: 68px;
    padding: 0 40px;
    line-height: 68px;
    background: #1780eb;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    border-radius: 10px;
    margin: 0 auto 0 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

a.btn:hover,
input.btn:hover {
    background: #268ffb;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:focus::-webkit-input-placeholder {
    opacity: .3
}

:focus::-moz-placeholder {
    opacity: .3
}

:focus:-ms-input-placeholder {
    opacity: .3
}

:focus:-moz-placeholder {
    opacity: .3
}

.puerto-title {
    font-family: "Onest", sans-serif;
    font-size: 1.5rem;
}

.puerto-title.big {
    font-size: 3.4375rem;
}

.puerto-title.xl {
    font-size: 3.75rem;
}

.fw-extrabold {
    font-weight: 700 !important;
}

/*LAYOUT
--------------------------------------*/
#header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
    transition: all .3s;
}

#header.headroom--unpinned {
    transform: translateY(-150px);
}

#logo {}

#logo img {}

#nav {}

#nav ul {}

#nav li {}

#nav a {
    font-size: 1.125rem;
}

.slicknav_menu {
    position: absolute;
    right: 0;
    top: 18px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    display: none;
    z-index: 10;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    background: rgb(124 43 251 / 88%);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 82px;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 15px 0 0;
}

.slicknav_nav ul {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slicknav_nav li {
    margin-bottom: 30px;
    color: #fff
}

.slicknav_nav li a.active,
.slicknav_nav li a.focus,
.slicknav_nav a:hover {
    color: #00a651;
    background: unset;
}

.slicknav_btn {
    background: unset;
    margin: 19px 5px 6px;
}

.slicknav_menu .slicknav_icon-bar {
    background: var(--blue);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer {}

.footer-col {}

#footer-logo {}

#footer small {}

#whatsapp{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;

}

#main {
    height: 1px;
    min-height: 680px;
    overflow: hidden;
    position: relative;
}

#main-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
}

#main-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: left center;
}

#about {
    overflow: hidden;
}

#about-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: -423px;
}

#about-bg img {
    height: 180%;
}

#services-inner {
    position: relative;
    top: -6.5rem;
    margin-bottom: -6.5rem;
}

#services-accordion .ac.is-active .ac-trigger,
#services-accordion .ac .ac-trigger:focus,
#services-accordion .ac.is-active .ac-trigger:hover {
    background: var(--blue) !important;
    color: #fff;
}

.grecaptcha-badge {
    visibility: hidden;
}

#contact .iti {
    width: 100%;
}

#contact input:not([type="submit"]),
#contact textarea {
    width: 100%;
    border: 1px solid var(--dark);
    font-size: 1.125rem;
}

#contact input:not([type="submit"]) {
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 10px;
}

#contact textarea {
    height: 10rem;
    padding: 10px;
}

#contact input[type="submit"] {
    height: 2.75rem;
    line-height: 2.75rem;
    padding: 0 1.875rem;
    background: var(--blue);
    border-radius: .25rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    border: unset;
    transition: all .3s;
}

#contact input[type="submit"]:hover {
    background: var(--lightblue);
    color: var(--blue);
}

#prods-slider .slide img {
    width: 200px;
    border-radius: 5px;
    border: 1px solid var(--dark);
    margin: 0 auto 1.1875rem;
}

#prods-slider .slick-arrow {
    width: 29px;
    height: 17px;
    border: unset;
    background: url(../img/angle.svg) no-repeat center;
    position: absolute;
    top: 35%;
    line-height: 0;
    font-size: 0;
    text-indent: -200vw
}

#prods-slider .slick-prev {
    left: -30px;
}

#prods-slider .slick-next {
    right: -30px;
    transform: scale(-1);
}

#clients {
    background: url(../img/texture.jpg) no-repeat center / cover;
}

#clients-slider .slick-list,
#clients-slider .slick-track {
    height: 100%;
}

#clients-slider .slick-dots {
    position: absolute;
    bottom: 2.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

#clients-slider .slick-dots button {
    width: 3.5rem;
    border-radius: 500px;
    padding: 0;
    height: 10px;
    border: unset;
    line-height: 0;
    font-size: 0;
    text-indent: -200vw;
    background: var(--grey);
    transition: all .3s;
}

#clients-slider .slick-dots button:hover,
#clients-slider .slick-dots .slick-active button {
    background: var(--blue)
}

#quality-container {
    background: #DDE4F1;
}

#contact .parsley-errors-list {
    display: none;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    pointer-events: none;
    background: #ff5252;
    text-align: center;
    padding: 5px;
}

#contact .parsley-errors-list.filled {
    display: block;
}

#contact #contact-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
}

#contact #contact-loader #loader {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(../img/loader.svg) no-repeat center;
}

#contact #contact-msg-text {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    text-align: center;
}

#contact #contact-msg-text h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: currentColor;
    line-height: 1.5;
}

#contact #contact-msg-text p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}


/*MQ
--------------------------------------*/
@media screen and (max-width: 991px) {
    :root {
        font-size: 13px;
    }

    body {
        text-align: center;
    }

    #nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #main-img {
        display: none;
    }

    #prods-slider .slick-prev {
        left: 0;
    }

    #prods-slider .slick-next {
        right: 0;
    }
}