
.cta-exit {
    background: var(--lblue2);
    padding: 10px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.cta-exit h3,
.cta-exit p {
    color: var(--white);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}

.cta-exit-content p {
    font-weight: bold;
}


.cta-modal-whatsapp {
    background: var(--Whats1);
    padding: 15px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.cta-modal-lblue {
    background: var(--lblue2);
}


.cta-modal-whatsapp h3 {
    color: var(--white);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}

.cta-modal-whatsapp svg {
    position: relative;
    top: 0px;
    width: 36px;
    height: 36px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.blur-header {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}


.blur {

    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba6) !important
}

.radius7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden !important;
}

.overflow {
    overflow: hidden !important;
}


.social-icons li a {
    background: var(--dblue2);
    color: var(--white);
}

.color-white {
    color: var(--white) !important
}

.color-dblue {
    color: var(--dblue2) !important;
}

.color-lblue {
    color: var(--lblue2) !important;
}

.color-orange {
    color: var(--orange2) !important;
}

.bg-white {
    background: var(--white);
}

.bg-whitergba5 {
    background: var(--whitergba5) !important;
}

.bg-dblue {
    background: var(--dblue2);
}

.bg-dbluergba5 {
    background: var(--dbluergba5) !important;
}

.bg-lblue {
    background: var(--lblue2);
}

.bg-lbluergba5 {
    background: var(--lbluergba5) !important;
}

.bg-orange {
    background: var(--orange2);
}

.bg-blackrgba1 {
    background: var(--blackrgba3);
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn {
    font-family: var(--theme-font);
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    border: 0px solid var(--orange2);
    background-color: var(--orange2);
    box-sizing: border-box;
}

.btn-color-text {
    color: var(--white) !important;
}

.btn:hover,
.btn:focus {
    background-color: var(--gray5);
    border-color: none !important;
    color: var(--white);
}


.btn.btn-center {
    margin: 0 auto;
    width: auto;
    min-width: 160px
}

.btn.btn-lg {
    padding: 16px 40px;
    font-size: 16px;
}

.btn.btn-md {
    padding: 8px 20px
}

.btn.btn-sm {
    padding: 5px 25px;
}

.btn.round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn.btn-mw {
    min-width: 190px
}

.btn-arrow {
    position: relative;
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}

/*
.btn-arrow:hover span,
.btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}*/

.btn-arrow svg {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 49%;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
    fill: var(--white) !important;
}

.btn-arrow:hover svg,
.btn-arrow:focus svg {
    opacity: 1;
    right: -2rem;
}


.btn-color-text svg {
    fill: var(--white) !important;
}


.btn-orange {
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--orange2);

}

.btn-orange:hover,
.btn-orange:focus {
    background-color: var(--orange3);
    border-color: var(--orange3);
    color: var(--white)
}

.btn-lblue {
    color: var(--white);
    border: 2px solid var(--lblue2);
    background-color: var(--lblue2);

}

.btn-lblue:hover,
.btn-lblue:focus {
    background-color: var(--lblue1);
    border-color: var(--lblue1);
    color: var(--white)
}

.btn-dblue {
    color: var(--white);
    border: 2px solid var(--dblue2);
    background-color: var(--dblue2);

}

.btn-dblue:hover,
.btn-dblue:focus {
    background-color: var(--dblue3);
    border-color: var(--dblue3);
    color: var(--white)
}

.btn-whatsapp {
    color: var(--white);
    border: 2px solid var(--Whats1);
    background-color: var(--Whats1);

}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background-color: var(--Whats2);
    border-color: var(--Whats2);
    color: var(--white)
}


.link-btn {
    display: inline-block;
    font-size: 1.2rem;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: var(--gray5);
}

.link-btn.btn-inline {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: visible;
    color: var(--gray5);
}

.link-btn.btn-inline:before,
.link-btn.btn-inline:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: var(--gray5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.link-btn.btn-inline:before {
    width: 100%;
}

.link-btn.btn-inline:hover:after {
    width: 100%;
    right: auto;
    left: 0;
    background: var(--dblue2);
}

.link-btn.btn-inline:hover {
    color: var(--dblue2);
}


.section-title {
    font-size: 2rem;
    margin-bottom: 1.125rem;
    padding-bottom: 1.25rem;
    font-weight: 600;
    color: var(--dblue2);
}

.section-title:before {
    bottom: 0;
    height: 6px;
    width: 50px;
    content: "";
    left: 0;
    position: absolute;
    background-color: var(--lblue2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 1
}

.section-title:after {
    bottom: 2px;
    height: 3px;
    width: 150px;
    content: "";
    left: 0;
    position: absolute;
    background-color: var(--dblue2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.site-heading h1,
.site-heading h2,
.site-heading h3 {
    color: var(--black);
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.1;
}

/*
.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 90px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
*/

.site-heading h1::before,
.site-heading h2::before,
.site-heading h3::before {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
    background: var(--black) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: 45px;
    position: absolute;
    width: 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.site-heading.text-left h1::before,
.site-heading.text-left h2::before,
.site-heading.text-left h3::before {
    left: 0;
    margin-left: 0;
}

.site-heading.text-left h1::after,
.site-heading.text-left h2::after,
.site-heading.text-left h3::after {
    left: 45px;
    margin-left: 0;
}


.h500 {
    height: 500px;
}


.bg-cover-overlay,
.bg-cover {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-cover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--blackrgba6);

}


.bg-image-site {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.border-bottom1 {
    border-bottom: 3px solid var(--blackrgba1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.box-img-hover {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    position:relative;
}

.box-img-hover:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}


.box-img-hover .titleimg{
    position:absolute;
    bottom:-15px;
    left:10px;
    font-size:14px;
    font-weight:bold;
    opacity:0;
    color:var(--white);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.box-img-hover:hover .titleimg,
.box-img-hover:hover .titleimg {
    opacity:1;
    bottom:15px;
}

.img-hover img {
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    cursor: pointer;
}

.img-hover img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;
    opacity: 0;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.img-hover:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
}

.img-hover span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border: 0px solid transparent;
    background: var(--blackrgba3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.img-hover span i {
    left: calc(50% - 28px);
    top: calc(80% - 29px);
    font-size: 56px;
    position: absolute;
    z-index: 2 !important;
    color: var(--white);
    opacity: 0;
    height: 58px;
    width: 56px;
    line-height: 56px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 1.0s ease 0.3s;
    -moz-transition: all 1.0s ease 0.3s;
    -o-transition: all 1.0s ease 0.3s;
    -ms-transition: all 1.0s ease 0.3s;
    transition: all 1.0s ease 0.3s;
}

.img-hover:hover span i {
    top: calc(50% - 29px);
    opacity: 1;
}

.img-hover span svg {
    position: absolute;
    left: calc(50% - 24px);
    top: calc(-25% - 24px);
    width: 48px;
    height: 48px;
    stroke-width: 0;
    fill: var(--white) !important;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    z-index: 2 !important;
    opacity: 0;
}


.img-hover:hover span svg {
    top: calc(50% - 24px);
    opacity: 1;
}

.img-hover:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.img-hover img,
.img-hover img,
.img-hover span:after {
    transition: all 1.0s ease-in-out;
}


.content_post ul {
    display: inline-block;
    width: auto;
    padding: 10px;
}

.content_post ul > li {
    margin: 0px 5px;
    padding: 3px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
}

.content_post ul > li:hover {
    opacity: 1.0;
}

.content_post ul:hover > li:not(:hover) {
    opacity: 0.8;
}


.label--checkbox {
    position: relative;
    margin: 0;
    cursor: pointer;
    background: var(--white);
    font-weight: bold;
    display: block;
}

.label--checkbox strong {
    padding-left: 5px;
    font-size: 1rem;
    font-weight: normal;
}

.checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

.checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 28px;
    height: 28px;
    border: 4px solid var(--gray3);
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1rem;
    border-color: var(--lblue2);
    border-top-style: none;
    border-right-style: none;
}

.checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: var(--white);
    cursor: pointer;
}


.info-error {
    padding: 30px 0px;
}

.error-page .error-page-title {
    color: var(--lblue2);
    font-size: 50px;
    padding: 0px;
    line-height: 1.1;
    padding-bottom: 0px;
    font-family: var(--special-font);
    font-weight: bold;
}


.error-page .error-page-subtitle {
    color: var(--gray3);
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.error-page p {
    color: var(--gray3);
    font-size: 16px;
}


.image-bl,
.image-bl img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}


.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.shadow-one {
    -webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
    box-shadow: 0px 0px 35px 0px var(--blackrgba1);
}


.cta-item {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    position: relative;
    background: var(--white);
}


.bg-cover-radius {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.bg-cover-radius:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--lbluergba5);
    overflow: hidden;
}


.radius7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden !important;
}


.cta-item .ot-heading {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.cta-item .ot-heading span {
    display: block;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.2
}

.cta-item h3 {
    color: var(--white);
    font-size: 36px;
    line-height: 1.1;
    /*letter-spacing:-1px;*/
    margin-bottom: 30px;
}

.cta-item .ot-button {
    display: block;
    margin-top: 20px;
}


.aboutus-item {
    padding: 30px 40px 30px 40px;
    border-style: solid;
    border-width: 0 0 0 0;
    background-color: transparent;
    background-image: linear-gradient(110deg, var(--lblue1) 0%, var(--lblue2) 100%);
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}


.aboutus-item:active,
.aboutus-item:focus,
.aboutus-item:hover {
    -webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

.aboutus-item .content-box h3 {
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.aboutus-item .content-box p {
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}


.aboutus-item .icon-main {
    background: transparent;
    position: relative;
    display: block;
    margin: 0px auto 20px;
    width: 100px;
    height: 100px;
    padding: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}

.aboutus-item:active .icon-main,
.aboutus-item:focus .icon-main,
.aboutus-item:hover .icon-main {
    -webkit-box-shadow: 0px 5px 35px 0px var(--dbluergba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--dbluergba3);
    box-shadow: 0px 5px 35px 0px var(--dbluergba3);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

.aboutus-item .icon-main svg {
    position: relative;
    top: -3px;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);

}

.aboutus-item .overlay {
    z-index: 2;
    background: transparent;
}

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.aboutus-item.bg-s1 {
    background-image: linear-gradient(110deg, var(--lbluergba9) 0%, var(--dbluergba9) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s2 {
    background-image: linear-gradient(110deg, var(--dbluergba9) 0%, var(--lbluergba9) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s3 {
    background-image: linear-gradient(110deg, var(--lbluergba9) 0%, var(--dbluergba9) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s4 {
    background-image: linear-gradient(110deg, var(--dbluergba9) 0%, var(--lbluergba9) 100%);
    background-size: 100% 100%;
}



.aboutus-item.bg1-s1 {
    background-image: linear-gradient(110deg, var(--gray9) 0%, var(--cccccc) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg1-s2 {
    background-image: linear-gradient(110deg, var(--cccccc) 0%, var(--gray9) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg1-s3 {
    background-image: linear-gradient(110deg, var(--gray9) 0%, var(--cccccc) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg1-s4 {
    background-image: linear-gradient(110deg, var(--cccccc) 0%, var(--gray9) 100%);
    background-size: 100% 100%;
}





.aboutus-item:active.bg-s1,
.aboutus-item:focus.bg-s1,
.aboutus-item:hover.bg-s1,
.aboutus-item:active.bg-s2,
.aboutus-item:focus.bg-s2,
.aboutus-item:hover.bg-s2,
.aboutus-item:active.bg-s3,
.aboutus-item:focus.bg-s3,
.aboutus-item:hover.bg-s3,
.aboutus-item:focus.bg-s4,
.aboutus-item:hover.bg-s4 {
    background-size: 200% 200%;
    background-position: 50% 0% !important;
}


.headDivider {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 30px 50px 30px;
    /*background: var(--lblue2);*/
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: rgb(32, 32, 32);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
}

.headDivider:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: linear-gradient(to bottom, var(--blackrgba9) 0%, var(--blackrgba1) 100%);
    opacity: 0.75;

}


.headDivider h2 {
    font-weight: bold;
    color: var(--white);
    padding: 0px;
    margin: 0px;
    font-size: 34px;
    position: relative;
    z-index: 1;
}


.btnicon {
    font-weight: bold;
    padding: 15px 30px 14px;
}

.btnicon svg {
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.box-img-hover-two {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    background: var(--white);
}

.box-img-hover-two:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba1);
    box-shadow: 0px 15px 35px 0px var(--blackrgba1);
}


.box-img-hover-two .lower-content {
    padding: 15px;
    background: var(--lblue2);
}

.box-img-hover-two .lower-content h3 {
    font-size: 15px;
    margin: 0px;
    color: var(--white);

}


.box-img-hover-two img {
    width: 100%;
    padding: 0px;
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    margin: auto !important;

}


.img-hover-two img {
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    cursor: pointer;


}

.img-hover-two img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;
    opacity: 0;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.img-hover-two:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.img-hover-two span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover-two span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border: 0px solid transparent;
    background: var(--lbluergba3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.img-hover-two span .icon {
    left: calc(50% - 23px);
    top: calc(80% - 23px);
    font-size: 56px;
    position: absolute;
    z-index: 2 !important;
    color: var(--white);
    opacity: 0;
    height: 46px;
    width: 46px;
    line-height: 46px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 1.0s ease 0.3s;
    -moz-transition: all 1.0s ease 0.3s;
    -o-transition: all 1.0s ease 0.3s;
    -ms-transition: all 1.0s ease 0.3s;
    transition: all 1.0s ease 0.3s;
}

.img-hover-two:hover span .icon {
    top: calc(50% - 29px);
    opacity: 0.9;
}

.img-hover-two:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.img-hover-two img,
.img-hover-two img,
.img-hover-two span:after {
    transition: all 1.0s ease-in-out;
}


iframe {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 40px;
    color: var(--lblue2);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.one h1:before {
    width: 28px;
    height: 9px;
    display: block;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--dblue2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.one h1:after {
    width: 100px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--dblue2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.one p {
    font-weight: bold;
}


.about-images {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.about-images:focus,
.about-images:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);

    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}

.about-images img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}


.about-images img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}



.pageTitle-Margin {
    margin-top: 120px;
}

@media only screen and (max-width: 1123px) {
    .pageTitle-Margin {
        margin-top: 0px;
    }
}



.pageTitle-Transparent {
    margin-top: 160px;
    padding: 30px 0 10px;
    position: relative;
}

@media only screen and (max-width: 1123px) {
    .pageTitle-Transparent {
        margin-top: 0px;
        padding: 60px 0 50px;
    }


}


.pageTitle {
    margin-top: 120px;
    padding: 90px 0 75px;
    position: relative;
    background-size: cover;
    top: 0px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media only screen and (max-width: 1123px) {
    .pageTitle {
        margin-top: 0px;
        padding: 60px 0 50px;
    }


}


.pageTitle:before {
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    /*background-color:rgba(155, 211, 174,.7);*/

    background: linear-gradient(221deg, var(--lbluergba6), var(--lbluergba9), var(--lbluergba6));
    background-size: 200% 200%;
    -webkit-animation: bg-gradient-animator-title 10s ease infinite;
    -moz-animation: bg-gradient-animator-title 10s ease infinite;
    -o-animation: bg-gradient-animator-title 10s ease infinite;
    animation: bg-gradient-animator-title 10s ease infinite;
}


@-webkit-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-moz-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-o-keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@keyframes bg-gradient-animator-title {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}


.pulsebtn {
    animation: pulsew 1s infinite;
}

@-webkit-keyframes pulsew {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes pulsew {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


.btn-box-shadow {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.btn-box-shadow:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.box-shadow-hover:hover,
.box-shadow-large-hover:hover,
.box-shadow-extra-large-hover:hover,
.box-shadow-medium-hover:hover,
.box-shadow-small-hover:hover,
.box-shadow-double-large-hover:hover,
.box-shadow-quadruple-large-hover:hover {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}


.btn {
    display: inline-block;
    border: 0px solid transparent;

    text-transform: uppercase;
    letter-spacing: 0.5px;


    font-weight: 500;


}


.btn svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn.btn-extra-large {
    font-size: 16px;
    padding: 25px 39px;
}

.btn.btn-large {
    font-size: 16px;
    padding: 18px 34px;
}

.btn.btn-medium {
    font-size: 14px;
    padding: 16px 45px 15px 15px !important;
}

.btn.btn-small {
    font-size: 12px;
    padding: 13px 26px;
}

.btn.btn-very-small {
    font-size: 11px;
    padding: 10px 20px;
}

.btn.btn-rounded.btn-extra-large {
    padding: 18px 46px;
}

.btn.btn-rounded.btn-large {
    padding: 14px 25px;
}

.btn.btn-rounded.btn-medium {
    padding: 12px 32px;
}

.btn.btn-rounded.btn-small {
    padding: 10px 26px;
}

.btn.btn-rounded.btn-very-small {
    padding: 8px 20px;
}

.btn.btn-rounded.btn-rounded {
    /*-webkit-border-radius: 50px;
    border-radius: 50px;*/
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

}


.button-gradient-color {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size: 250% auto;
    background-image: linear-gradient(135deg, var(--lblue1) 0%, var(--lblue3) 50%, var(--lblue1) 100%);
}

.button-gradient-color:hover,
.button-gradient-color:focus {
    background-position: right center;

}

.button-gradient-color svg {
    fill: var(--lblue2);
}


.button-gradient-whatsapp {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size: 200% auto;
    background-image: linear-gradient(135deg, var(--Whats1) 0%, var(--Whats2) 50%, var(--Whats1) 100%);
}

.button-gradient-whatsapp:hover,
.button-gradient-whatsapp:focus {
    background-position: right center;

}

.button-gradient-whatsapp svg {
    fill: var(--Whats1);
}

.button-gradient-orange {
    font-weight: bold;
    color: var(--white) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background-size: 200% auto;
    background-image: linear-gradient(to right, var(--orange1) 0%, var(--orange3) 50%, var(--orange1) 100%);
}

.button-gradient-orange:hover,
.button-gradient-orange:focus {
    background-position: right center;

}

.button-gradient-orange svg {
    fill: var(--orange2);
}


/*
    -webkit-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    box-shadow: 0px 10px 35px 0px var(--blackrgba3);
*/


.btn.btn-base-color {
    background-color: var(--lblue2);
    color: var(--white);
}

.btn.btn-base-color:hover, .btn.btn-base-color:active {
    background-color: transparent;
    border-color: var(--lblue2);
    color: var(--lblue2);
}

.btn.btn-black {
    background-color: var(--black);
    color: var(--white);
}

.btn.btn-black:hover, .btn.btn-black:active {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
}

.btn.btn-double-border.btn-extra-large {
    padding: 0;
}

.btn.btn-double-border.btn-extra-large > span {
    padding: 24px 50px;
}

.btn.btn-double-border.btn-large {
    padding: 0;
}

.btn.btn-double-border.btn-large > span {
    padding: 18px 42px;
}

.btn.btn-double-border.btn-medium {
    padding: 0;
}

.btn.btn-double-border.btn-medium > span {
    padding: 16px 34px;
}

.btn.btn-double-border.btn-small {
    padding: 0;
}

.btn.btn-double-border.btn-small > span {
    padding: 13px 32px;
}

.btn.btn-double-border.btn-very-small {
    padding: 0;
}

.btn.btn-double-border.btn-very-small > span {
    padding: 10px 22px;
}

.btn.btn-double-border > span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.btn.base-color-hover:hover, .btn.base-color-hover:active {
    background-color: var(--lblue2);
    color: var(--white);
}


.btn.with-rounded {
    position: relative;
}

.btn.with-rounded > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}

.btn.with-rounded > span i {
    margin: 0;
}

.btn.with-rounded.btn-extra-large {
    padding-right: 70px;
}

.btn.with-rounded.btn-large {
    padding-right: 55px;
}

.btn.with-rounded.btn-large > span {
    width: 38px;
    height: 38px;
    right: 8px;
}

.btn.with-rounded.btn-medium {
    padding-right: 50px;
}

.btn.with-rounded.btn-medium > span {
    width: 32px;
    height: 32px;
    right: 8px;
}

.btn.with-rounded.btn-small {
    padding-right: 45px;
}

.btn.with-rounded.btn-small > span {
    width: 28px;
    height: 28px;
    right: 6px;
}

.btn.with-rounded.btn-very-small {
    padding-right: 37px;
}

.btn.with-rounded.btn-very-small > span {
    width: 26px;
    height: 26px;
    right: 5px;
}


.btn-dual .btn {
    margin-left: 10px;
    margin-right: 10px;
}

.btn-dual .btn.btn-link, .btn-dual .btn.btn-underline, .btn-dual .btn.btn-zoom, .btn-dual .btn.btn-link-gradient {
    margin-left: 30px;
    margin-right: 30px;
}


.image-header-prod {
    height: 360px;
    position: relative;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}


.content_post h3 {
    color: var(--lblue2);
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    font-size: 22px;
}


.icon-column {
    width: 90px;
    line-height: 75px;
    height: 90px;
    background-color: var(--lblue2);
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    font-size: 38px;
    display: block;
    margin: auto;
}

.icon-column svg {
    position: relative;
    top: 0px;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);

}

.icon-column img {
    width: 60px;
    filter: invert(100%);

}


.text-column {
    margin: 15px auto;
    display: block;

}

.text-column h2 {
    font-weight: bold;
    font-size: 24px;
    color: var(--lblue1)

}

.text-column p {
    font-weight: normal;
    font-size: 20px !important;
    margin-bottom: 0px;
    color: var(--white)
}


.text-column span {
    font-weight: bold;
    color: var(--lblue1)

}


.head-title h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: var(--lblue2);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.head-title .six h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;


}

.head-title .six h1 span {
    line-height: 2em;
    padding-bottom: 15px;
    text-transform: none;
    font-size: .7em;
    font-weight: normal;
    color: var(--white);
}

.head-title .six h1:after, .six h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: var(--lblue2);
}

.head-title .six h1:before {
    background-color: var(--dblue1);
    left: 45px;
    width: 90px;
}


.mod-social .social-icons li a {
    background: var(--lblue2);
    color: var(--white);
}

.mod-social .social-icons svg {
    position: relative;
    top: 5px;
    width: 25px;
    height: 25px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.mod-social .social-icons li:hover a svg {
    fill: var(--white) !important;
}


.adress-item iframe {
    width: 100%;
    height: 500px;
    border: 0;

}


.news-block .inner {
    position: relative;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    padding-bottom: 5px;
    background: var(--whitergba5)
}


.news-block:focus .inner,
.news-block:hover .inner {
    background: var(--lblue3)
}


.news-block .image-box {
    position: relative;
    display: block;
    background: var(--lblue1);
    -webkit-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
    margin: 0;
}

.news-block .image-box img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin: 0;
}

.news-block .inner:hover .image-box img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block .image-box a {
    position: relative;
    display: block;
}

.news-block .image-box a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -1px;
    height: 50px;
    border-right: 3px solid var(--white);
    z-index: 1;
    transform: scaleY(0);
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.news-block .image-box a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -25px;
    width: 50px;
    border-bottom: 3px solid var(--white);
    z-index: 1;
    transform: scaleX(0);
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.news-block .inner:hover .image-box a:before,
.news-block .inner:hover .image-box a:after {
    transform: scale(1);
    transition: all 0.3s ease 300ms;
    -moz-transition: all 0.3s ease 300ms;
    -webkit-transition: all 0.3s ease 300ms;
    -ms-transition: all 0.3s ease 300ms;
    -o-transition: all 0.3s ease 300ms;
}

.news-block .lower-box {
    position: relative;
    background: var(--white);
    padding: 20px 15px 20px 15px;
    margin: 0px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-box-shadow: 0px 5px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 20px 0px var(--blackrgba1);
    box-shadow: 0px 5px 20px 0px var(--blackrgba1);
}

.news-block .image-box .category {
    position: absolute;
    bottom: 30px;
    right: 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 5px 15px;
    color: var(--white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--dbluergba7);
    z-index: 20
}

.news-block .image-box .category svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
}


.news-block h3 {
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--lblue2);
    font-size: 20px;
    line-height: 1.2
}

.news-block .text p {
    position: relative;
    padding-top: 12px;
    line-height: 1.1
}


.news-block h3 a:hover {
    color: var(--dblue2)
}


.sidebar-link {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--white);
    background: var(--lblue2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 7px 15px 6px 15px;
    position: relative;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.sidebar-link a {
    color: var(--white);
}

.sidebar-link svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    margin-right: 7px;
}

.sidebar-link span {
    font-weight: normal;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 16px;
    padding-left: 0px;
    position: relative;
    z-index: 2;
    display: block;
}


.sidebar-link:focus,
.sidebar-link:hover {
    color: var(--white);
    background: var(--lblue1);
}

.sidebar-link:focus span,
.sidebar-link:hover span {
    padding-left: 15px;
}


.sidebar-link:before {
    position: absolute;
    content: "";
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/chevron-right.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 50%;
    left: -25px;
    height: 24px;
    width: 24px;
    color: var(--dblue2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar-link:hover:before,
.sidebar-link:focus:before {
    opacity: .5;
    left: 5px;
}


.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: var(--gray3);
    padding: 0px 0px 15px 0px;
    padding-left: 75px;
    min-height: 70px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    min-height: auto;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    height: 65px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0px solid var(--lblue1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sidebar .popular-posts .post:hover .post-thumb {
    opacity: 0.50;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: var(--lblue1) !important
}

.sidebar .popular-posts .post:hover .post-thumb a {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
}


.sidebar .popular-posts .post .post-thumb img {
    visibility: hidden;
    display: none;
}


.sidebar .popular-posts .post h4 {
    position: relative;
    font-size: 1rem !important;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    color: var(--gray3);
    top: 5px;
}

.sidebar .popular-posts .post .post-info-date {
    margin-top: 0px;
    padding-top: 0px;
}

.sidebar .popular-posts .post .post-info-date svg {
    position: relative;
    top: 0px;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--orange2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.sidebar .popular-posts .post a:hover {
    color: var(--lblue1);
}

.sidebar .popular-posts .post h4 {
    line-height: 1.1rem !important;
}

.sidebar .popular-posts .post h4 a {
    color: var(--gray3);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 16px !important;
    line-height: 18px !important;
}

.sidebar .popular-posts .post-info {
    font-size: 12px;
    color: var(--gray3);
}


.linking {
    position: relative;
    color: var(--lblue2);
    font-size: 15px;
    font-weight: bold;
    font-family: var(--theme-font) !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
}


.linking:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.linking:hover:before {
    width: 100%;
    background: var(--lblue2);
}


.linking svg {
    position: relative;
    top: -2px;
    right: 30px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    opacity: 0;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.linking:hover {
    color: var(--dblue2);
}

.linking:hover svg {
    opacity: 1;
    right: 0px;
    fill: var(--dblue2) !important;
}


.diferential li {
    display: flex;
    align-items: center; /* Alinha verticalmente o conteúdo */
    margin-bottom: 7px; /* Espaçamento entre os itens da lista */
}

.diferential .icon {
    width: 90px; /* Tamanho do ícone */
    height: 90px; /* Tamanho do ícone */
    border-radius: 50%; /* Torna o ícone circular */
    background-color: white; /* Cor de fundo branca */
    border: 0px solid transparent; /* Borda inicial transparente */
    background-image: linear-gradient(45deg, var(--lblue2), var(--dblue2)); /* Gradiente de borda */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px; /* Espaçamento entre o ícone e o texto */
}

.diferential .icon img {
    width: 70px; /* Ajuste do tamanho do ícone */
    height: 70px;
    background: var(--white);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 5px;
}

.diferential .text {
    font-size: 16px;
    text-align: right; /* Alinha o texto à direita */
}


.list-item {
    margin-top: 10px;
}

.list-item li {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    width: 100%;
    display: block;
    float: left;
    font-weight: normal;
    color: var(--gray3);
    position: relative;
    padding-left: 15px;


    /*text-transform:uppercase;*/
}

.list-item li span {
    width: 15px;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.list-item li span img {
    width: 10px;
}


.video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.video-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blackrgba1);
    border-radius: 7px;
    z-index: 1;
}

.iconplay {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    width: 90px;
    height: 90px;
    background: var(--blackrgba2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.video-background {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.video-background:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--lbluergba7);
    z-index: 0;

}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}


.contentcta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}


form label {
    color: var(--gray3);
    margin-bottom: 5px;
}

.bg-form {
    padding: 50px 50px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: var(--lbluergba8);
    -webkit-backdrop-filter: saturate(150%) blur(15x);
    backdrop-filter: saturate(150%) blur(15px);
}

.titleform {
    position: relative;
    z-index: 3;
}


.contact-map-area {
    width: 100%;
    line-height: 0.01px;
    position: relative;
    z-index: 1;
}

.contact-map-area iframe {
    height: 100%;
    width: 100%;
    filter: grayscale(100) brightness(0.9);
    position: absolute;
    inset: 0;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .contact-map-area iframe {
        min-height: 500px;
    }
}

@media (max-width: 767.98px) {
    .contact-map-area iframe {
        min-height: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-map-area iframe {
        min-height: 500px;
    }
}

.contact-map-area .contact-info-wrap {
    background: var(--whitergba9);
    display: inline-block;
    border-bottom: 5px solid var(--lblue2);
    box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.15);
}

.contact-map-area .contact-info-wrap .contact-info-thumb img {
    width: 100%;
}

.contact-map-area .contact-info-wrap .list-wrap {
    padding: 40px;
}

.contact-map-area .contact-info-wrap .list-wrap li:not(:last-child) {
    border-bottom: 1px solid var(--lblue2);
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.contact-map-area .contact-info-wrap .list-wrap .contact-info-card {
    display: flex;
    gap: 20px;
}

.contact-map-area .contact-info-wrap .list-wrap .contact-info-card .contact-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--lblue2);
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dblue2);
}

.contact-map-area .contact-info-wrap .list-wrap .contact-info-card p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dblue2);
    margin-bottom: 5px;
}

.contact-map-area .contact-info-wrap .list-wrap .contact-info-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -0.4em;
    line-height: 1.1
}

.contact-info-icon svg {
    position: relative;
    top: -1px;
    width: 30px;
    height: 30px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 0px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 20px;
    margin: 1px;
    line-height: 50px;
    color: var(--white);
    height: 50px;
    text-decoration: none;
    background-color: var(--dblue2);
    border: 0px solid var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagination > li > span {
    font-size: 24px !important;
    padding-top: 12px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: var(--white);
    background-color: var(--dblue1);
    border-color: var(--white);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: var(--white);
    cursor: default;
    background-color: var(--lblue2);
    border-color: var(--white);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: var(--white);
    cursor: not-allowed;
    background-color: var(--gray3);
    border-color: var(--white);
}

.pagination svg {
    position: relative;
    top: -1px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.pager li > a,
.pager li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.pager li > a,
.pager li > span {
    color: var(--white);
    border-color: transparent !important;
    background: var(--gray3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pager li > a:hover,
.pager li > span:hover {
    color: var(--white);
    background: var(--lblue2);
    border-color: transparent !important;
}


.btn-file {
    display: inline-block;
    border: 0px solid var(--lblue2);
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: auto;
    font-weight: 500;
    line-height: 25px;
    height: 50px;
    color: var(--white);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: var(--lblue2);
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 15px;
}

.btn-file:focus,
.btn-file:hover {
    color: var(--white);
    background: var(--lblue1);
}

.btn-file svg {
    position: relative;
    left: 0px;
    top: -3px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 1.5;
    fill: var(--white);
}


.listade-item {
    padding: 30px 40px 30px 40px;
    border-style: solid;
    border-width: 0 0 0 0;
    background-color: var(--white);
    background-image: linear-gradient(110deg, var(--white) 0%, var(--f4f4f4) 100%);
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}


.listade-item:active,
.listade-item:focus,
.listade-item:hover {
    -webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

.listade-item .content-box h3 {
    color: var(--gray3);
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
}

.listade-item .content-box p {
    color: var(--gray3);
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}


.listade-item .icon-main {
    background: transparent;
    position: relative;
    display: block;
    margin: 0px auto 20px;
    width: 100px;
    height: 100px;
    padding: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}

.listade-item:active .icon-main,
.listade-item:focus .icon-main,
.listade-item:hover .icon-main {
    -webkit-box-shadow: 0px 5px 45px 0px var(--lbluergba1);
    -moz-box-shadow: 0px 5px 45px 0px var(--lbluergba1);
    box-shadow: 0px 5px 45px 0px var(--lbluergba1);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

.listade-item .icon-main svg {
    position: relative;
    top: -3px;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);

}

.listade-item .overlay {
    z-index: 2;
    background: transparent;
}

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.listade-item.bg-s1 {
    background-image: linear-gradient(110deg, var(--white) 0%, var(--f4f4f4) 100%);
    background-size: 100% 100%;
}

.listade-item.bg-s2 {
    background-image: linear-gradient(110deg, var(--f4f4f4) 0%, var(--white) 100%);
    background-size: 100% 100%;
}

.listade-item.bg-s3 {
    background-image: linear-gradient(110deg, var(--white) 0%, var(--f4f4f4) 100%);
    background-size: 100% 100%;
}

.listade-item.bg-s4 {
    background-image: linear-gradient(110deg, var(--f4f4f4) 0%, var(--white) 100%);
    background-size: 100% 100%;
}

.listade-item.bg-s5 {
    background-image: linear-gradient(110deg, var(--white) 0%, var(--f4f4f4) 100%);
    background-size: 100% 100%;
}

.listade-item.bg-s6 {
    background-image: linear-gradient(110deg, var(--f4f4f4) 0%, var(--white) 100%);
    background-size: 100% 100%;
}


.listade-item:active.bg-s1,
.listade-item:focus.bg-s1,
.listade-item:hover.bg-s1,
.listade-item:active.bg-s2,
.listade-item:focus.bg-s2,
.listade-item:hover.bg-s2,
.listade-item:active.bg-s3,
.listade-item:focus.bg-s3,
.listade-item:hover.bg-s3,
.listade-item:focus.bg-s4,
.listade-item:hover.bg-s4 {
    background-size: 200% 200%;
    background-position: 50% 0% !important;
}


@-webkit-keyframes scrollMove {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes scrollMove {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}


.text-gradient-lblue-dblue {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-lblue-dblue {
    background-image: linear-gradient(to right, var(--lblue3), var(--lblue2), var(--lblue3), var(--lblue2), var(--lblue3));
}

.text-shadow-large {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
}

.text-shadow-extra-large {
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.75);
}

.text-shadow-double-large {
    text-shadow: 0 0 100px rgba(0, 0, 0, 0.75);
}


.projecthomeArrows {
    position: relative;
    transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
}

.projecthomeArrows .main-nav-slider {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 45px;
    z-index: 1;
    text-align: right;
}

.projecthomeArrows .main-title-nav {
    position: relative;
    top: 0px;
    right: 0px;
}

.projecthomeArrows .main-title-nav h2 {
    font-size: 30px;
}


.projecthomeArrows .swiper-button-prev,
.projecthomeArrows .swiper-button-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    width: 50px;
    height: 50px;
    border: 0;
    z-index: 10;
    cursor: pointer;
    margin-top: -25px;
    left: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: 300% auto;
    background-image: linear-gradient(to right, var(--lblue2) 0%, var(--lblue2) 50%, var(--lblue2) 100%);
    opacity: .75;
}

.projecthomeArrows .swiper-button-next {
    right: 0px
}

.projecthomeArrows .swiper-button-prev {
    right: 50px
}

.projecthomeArrows .swiper-button-next img,
.projecthomeArrows .swiper-button-prev img {
    height: 15px;
    width: auto;
    display: block
}

.projecthomeArrows .swiper-button-next:hover,
.projecthomeArrows .swiper-button-prev:hover {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    background-position: right center;
}

.projecthomeArrows .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.projecthomeArrows .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}


.testimonials {
    position: relative;
    z-index: 1;
    background: transparent;
    border-radius: 7px;
    overflow: hidden;
    padding: 50px 40px;
}

.testimonials:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/bg5.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    opacity: 1;

}

.tp-testimonial-item {
    border-radius: 3px;
    padding: 25px 25px 25px 25px;
    transition: all 0.4s ease;
    background: var(--whitergba5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: saturate(150%) blur(15px);
    backdrop-filter: saturate(150%) blur(15px);
    width: 100%;
    display: block;
}


.tp-testimonial-item-border {
    border-bottom: 1px solid var(--whitergba3);
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tp-testimonial-content {
    width: 100%;
    display: block;
}


.tp-testimonial-content h3 {
    font-size: 26px;
    line-height: 1.1;
    color: var(--lblue2);
    font-style: normal;
}

.tp-testimonial-autor {
    gap: 15px;
}

.tp-testimonial-autor {
    width: 100%;
    display: flex;
    justify-content: space-between; /* separa os itens (esquerda e direita) */
    align-items: center; /* alinha verticalmente ao centro */
}


.tp-testimonial-autor .title-autor {
    text-align: left;
}


.tp-testimonial-autor .title-autor {
    font-size: 18px;
    line-height: 1.2;
    color: var(--bluegray);
    font-style: normal;
}

.tp-testimonial-autor .title-autor h5 {
    font-size: 18px;
    line-height: 1.2;
    color: var(--bluegray);
    font-style: normal;
}

.tp-testimonial-autor .title-autor p {
    font-size: 16px;
    line-height: 1.2;
    color: var(--lblue2);
    font-weight: bold;
}

.tp-testimonial-autor .img-logo {
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    padding: 7px;
    overflow: hidden;
    background: -webkit-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
    background: -moz-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
    background: -ms-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
    background: -o-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
    background: linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
}


.tp-testimonial-autor .img-logo img {
    width: 80px;
    border-radius: 80px;
    overflow: hidden;
}


.tp-testimonial-content p {
    font-size: 18px;
    line-height: 1.2;
    color: var(--bluegray);
    font-style: italic;
}


.quick-access-inner {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 30px 20px 30px;

}

.bg-dark-gradient {
    background: linear-gradient(0deg, var(--lbluergba7) 0%, var(--lbluergba3) 100%);
}

.bg-color-icon {
    background: linear-gradient(var(--primary-gradient));
}

.icon-svg-qa svg {
    position: relative;
    width: 70px;
    height: 70px;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    fill: var(--white);
}

.icon-bg-svg-qa svg {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    fill: var(--white);
}

.box100px {
    width: 100px;
    height: 100px;
}

.rounded-10 {
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

a.btn-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main,
input[type=button].btn-main,
a.btn-line,
#mainmenu li ul.mega a.btn-main {
    background: var(--lblue2);
    color: var(--dblue2);
    font-size: 15px;
    padding: 9px 20px 9px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    outline: 0;
    white-space: nowrap;
    font-weight: bold;
}

a.btn-main.fx-slide {
    overflow: hidden;
}

a.btn-main.fx-slide span {
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

a.btn-main.fx-slide:hover span {
    transform: translate(0, 40px);
    opacity: 0;
}

a.btn-main.fx-slide:hover:before {
    opacity: 1;
    transform: translate(0, 0);
}

a.btn-main.fx-slide:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(0, -100%);
    transition: all 0.3s ease-in-out;
}


a.btn-main.btn-dark-trans {
    background: rgba(255, 255, 255, .1);
}

a.btn-main.btn-dark-trans:hover {
    background: var(--dblue2);
}


a.btn-main.btn-light-trans {
    color: var(--lblue2);
    background: var(--dbluergba5);
}

a.btn-main.btn-light-trans:hover {
    color: var(--white);
    background: var(--lblue2);
}

a.btn-main.big {
    font-size: 30px;
    padding: 20px 30px;
}


#pre-load {
    background-color: var(--grayBgColor);
    height: 320px;
    width: 320px;
    position: relative;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center
}


#pre-load .loader-inner {
    --loader-background: linear-gradient(0deg,
    rgba(50, 50, 50, 0.2) 0%,
    rgba(100, 100, 100, 0.2) 100%);
    height: 250px;
    aspect-ratio: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

#pre-load .loader-inner .loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    animation: color-change 2s infinite ease-in-out
}

#pre-load .loader-inner .loader-logo span {
    color: var(--lblue2);
    font-size: 50px;
    font-weight: 700;
    display: block
}

#pre-load .loader-inner .loader-logo img {
    width: 50px;
    height: auto
}

#pre-load .loader-inner .box {
    position: absolute;
    background: rgba(100, 100, 100, .15);
    border-radius: 50%;
    border-top: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, .3) 0 10px 10px;
    backdrop-filter: blur(5px);
    animation: ripple 2s infinite ease-in-out
}

#pre-load .loader-inner .box:nth-child(1) {
    width: 25%;
    z-index: 99;
    aspect-ratio: 1/1
}

#pre-load .loader-inner .box:nth-child(2) {
    inset: 30%;
    z-index: 98;
    border-color: rgba(100, 100, 100, .8);
    animation-delay: .2s
}

#pre-load .loader-inner .box:nth-child(3) {
    inset: 20%;
    z-index: 97;
    border-color: rgba(100, 100, 100, .6);
    animation-delay: .4s
}

#pre-load .loader-inner .box:nth-child(4) {
    inset: 10%;
    z-index: 96;
    border-color: rgba(100, 100, 100, .4);
    animation-delay: .6s
}

#pre-load .loader-inner .box:nth-child(5) {
    inset: 0%;
    z-index: 95;
    border-color: rgba(100, 100, 100, .2);
    animation-delay: .8s
}

@keyframes ripple {
    0% {
        transform: scale(1);
        box-shadow: rgba(0, 0, 0, .3) 0 10px 10px
    }

    50% {
        transform: scale(1.3);
        box-shadow: rgba(0, 0, 0, .3) 0 30px 20px
    }

    100% {
        transform: scale(1);
        box-shadow: rgba(0, 0, 0, .3) 0 10px 10px
    }
}

@keyframes color-change {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .7
    }
}


.shadow-soft,
.container-timeline ul li::before {
    -webkit-box-shadow: 0 10px 30px rgb(30 30 30 / 30%);
    -moz-box-shadow: 0 10px 30px rgb(30 30 30 / 30%);
    box-shadow: 0 10px 30px rgb(30 30 30 / 30%);
}


.pix-divider:not(.elementor-element) {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pix-divider {
    position: absolute;
    opacity: 1 !important;
    width: 100%;
    left: 0;
}

.pix-divider.pix-top-divider.pix-divider-flip-h {
    transform: rotate(180deg) scale(-1, 1);
}

.section-numbers {
    margin-top: 90px;
}


.hover,
.hover *,
.de_count,
.mask *,
.mask .cover,
.mask:hover .cover,
.mask img,
.mask:hover img,
.accordion .content,
a.a-underline *,
.container-timeline *,
.grayscale,
.hover-color,
.hover-op-0,
.hover-op-0 *,
.hover-op-1,
.hover-op-1 *,
.hover-op-05,
.hover-op-05 *,
.titleSeg,
.titleSeg *,
.color-white,
.color-white *,
.show-on-scroll {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}


/* hover effects */
.hover:hover .hover-scale-1-2 {
    transform: scale(1.2);
}

.hover-scale-in-1 {
    transform: scale(1.1);
}

.hover:hover .hover-scale-in-1 {
    transform: scale(1);
}

.hover-scale-in-3 {
    transform: scale(3);
}

.hover:hover .hover-scale-in-3 {
    transform: scale(1);
}

.hover-op-0 {
    opacity: 1
}

.hover:hover .hover-op-0 {
    opacity: 0
}

.hover-op-1, .hover-op-05 {
    opacity: 0
}

.hover:hover .hover-op-1 {
    opacity: 1
}

.hover:hover .hover-op-05 {
    opacity: .5
}

.hover:hover .hover-scale-1-1 {
    transform: scale(1.1);
}

.hover:hover .hover-scale-1-2 {
    transform: scale(1.2);
}

.hover:hover .hover-scale-in-3 {
    transform: scale(1);
    opacity: 1
}

.hover:hover .hover-bg-color {
    background: var(--primary-color) !important;
}

.hover:hover .hover-bg-color-2 {
    background: var(--primary-color) !important;
}

.hover:hover .hover-bg-dark {
    background: var(--heading-font-color)
}

.hover-mh-60 {
    max-height: 0px;
    overflow: hidden;
}

.hover:hover .hover-mh-60 {
    max-height: 60px;
}

.hover:hover .hover-top-0 {
    top: 0;
}

.hover:hover .hover-pb-40 {
    padding-bottom: 40px;
}

.hover-mt-40 {
    margin-top: 40px;
}

.hover:hover .hover-mt-40 {
    margin-top: 0px;
}

.hover:hover .hover-mt-0 {
    margin-top: 0;
}

.hover:hover .hover-jello {
    animation-name: jello;
    animation-duration: 1.5s;
}

.hover:hover .hover-text-light * {
    color: #ffffff
}

.hover:hover .hover-jello {
    animation-name: jello;
    animation-duration: 1.5s;
}

.hover:hover .hover-bounce {
    animation-name: bounce;
    animation-duration: 1.5s;
}


.gradient-edge-bottom {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, var(--lbluergba7) 0%, var(--dbluergba0) 100%);
}


.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    width:calc(50% - 30px);
    float:left;
    margin:10px 15px;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top: 1px solid var(--f4f4f4);
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size:15px;
    font-weight: bold;
    line-height: 1.1;
    cursor: pointer;
    padding: 20px 55px;
    padding-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--special-font) !important;
    background: var(--f9fafb);
    color: var(--gray1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.accordion-box .block .acc-btn.active {
    color: var(--white);
    background: var(--cccccc);
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    left: 25px;
    top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: var(--white);
}

.accordion-box .block .acc-btn .icon svg {
    position: relative;
    left: 0px;
    top: 3px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 1.5;
    /*stroke: var(--white);*/
    fill: var(--gray3);
}


.accordion-box .block .acc-btn.active .icon {
    transform: scaleY(-1);
    color: var(--dblue2);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 15px 15px 10px 15px;
    background: var(--f4f4f4)
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--white)
}


.accordion-box .block .acc-content .text,
.accordion-box .block .acc-content p {
    color: var(--gray3) !important;
    margin:0px;
    font-size:15px;
}


.accordion-box.style-three .block .acc-btn {
    padding: 20px 25px;
    padding-right: 35px;
    font-family: var(--special-font) !important;
}

.accordion-box.style-three .block .acc-btn .icon {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    left: auto;
    right: 25px;
}

.accordion-box.style-three .block .acc-btn .icon:before {
    font-size: 32px;
}

.pix-divider-flip-h {
    transform: rotate(180deg) scale(-1, 1);
}




.list-item-two {
    margin-top: 10px;
}

.list-item-two li {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    width: 100%;
    display: block;
    float: left;
    font-weight: normal;
    color: var(--gray3);
    position: relative;
    padding-left: 35px;


    /*text-transform:uppercase;*/
}

.list-item-two li span {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding:7px;
    border-radius:20px;
    font-size:14px;
    font-weight: bold;
    line-height:1.1;
    text-align: center;
    background:#56b48c;
    color:var(--white);
}

.list-item-two li span img {
    width: 10px;
}


.min-h-90 {
    min-height: 90vh;
}

.min-h-90 {
    background-image: linear-gradient(to right, rgba(15, 51, 87, 0.95), rgba(15, 51, 87, 0.7));
    background-size: cover;
    background-position: center center;
}


.pageTitle:before {
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, var(--thecolorrgba7), var(--thecolorrgba9));
    background-size: 500% 500%;
    -webkit-animation: bg-gradient-animator-title 10s
    ease infinite;
    -moz-animation: bg-gradient-animator-title 10s ease infinite;
    -o-animation: bg-gradient-animator-title 10s ease infinite;
    animation: bg-gradient-animator-title 10s ease infinite;
}

.pageTitle h2{
    font-size:60px
}
.pageTitle p{
    font-size:20px;
    color:var(--white)
}


.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.descGeral{
    background:var(--f9fafb);
    border-radius:20px;
    padding: 45px 45px;
    width:100%;
    display:block;
}



.feature-item {
    display: flex;
    align-items: flex-start;
    background:var(--f5f7f8);
    border-radius:15px;
    padding:30px 30px;
    width:100%;
}


.feature-item .icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background: var(--thecolorrgba1);
    color: var(--thecolor2);
    margin-right: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
}
.feature-item .icon svg {
    width: 50px;
    height: 50px;
    padding:10px;
    object-fit: contain;
}

.feature-item .text h5 {
    margin: 0px 0px 15px 0px;
    font-weight: 600;
    color: var(--gray1);
}

.feature-item .text p {
    margin: 0;
    color:var(--bluegray);
}

#tabsp .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
    background:var(--f9fafb);
    border-radius:20px;
    padding:15px 10px;
    width:100%;
}
#tabsp .tab-content{
    padding:15px;
    background:var(--white);
    border-radius:20px;
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba1);
    box-shadow: 0px 15px 35px 0px var(--blackrgba1);
}


#tabsp .nav-link {
    padding:7px !important;
    font-size:14px;
    color:var(--thecolor2);
    background: var(--thecolorrgba1);
    border-radius: 5px;
    margin:5px;
}
#tabsp .nav-pills .nav-link.active,
#tabsp .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--thecolor2);
}



.aboutus-item .icon-main2 {
    background: transparent;
    position: relative;
    display: block;
    margin: 0px 0px 15px 0px;
    width: 75px;
    height: 75px;
    border-radius:75px;
    padding: 0px;
    background:transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: var(--white) !important;
    background:var(--thecolorrgba3)
}

.aboutus-item .icon-main2 svg {
    width: 75px;
    height:75px;
    padding: 10px;
    object-fit: contain;
}


.feature-item-two {
    display: flex;
    align-items: center;
    background:var(--f5f7f8);
    border-radius:7px;
    padding:15px;
    width:100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.feature-item-two:hover {
-webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba1);
-moz-box-shadow: 0px 15px 35px 0px var(--blackrgba1);
box-shadow: 0px 15px 35px 0px var(--blackrgba1);
}


.feature-item-two .icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background:#f9ede3;
    color:#f97415;
    margin-right: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
}
.feature-item-two .icon svg {
    width: 50px;
    height: 50px;
    padding:10px;
    object-fit: contain;
}

.feature-item-two .text h5 {
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size:16px;
    color: var(--bluegray);
}

.feature-item-two .text p {
    margin: 0;
    color:var(--bluegray);
}



@media only screen and (max-width:991px) {
    .pageTitle h2{
        font-size:48px
    }
    .pageTitle p{
        font-size:18px;
    }
    .descGeral{
        padding: 30px 30px;
    }
}



.accordion-button {
    width: 100%;
    font-size: 1rem;
    color: var(--bluegray);
    text-align: left;
    background-color: var(--f9fafb);
    border: 0;
    border-radius:7px;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-item {
    border-radius:7px !important;
    margin-bottom:10px;
    border:1px solid var(--thecolorrgba1) !important;
    background:var(--f5f7f8)!important;
    -webkit-box-shadow: 0px 5px 5px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 5px 0px var(--blackrgba1);
    box-shadow: 0px 5px 5px 0px var(--blackrgba1);

}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow:none;
}


.accordion-button:not(.collapsed) {
    color:var(--bluegray);
    background-color: var(--thecolorrgba1);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body p{
    font-size:15px;
    margin:0px;
}



#servicestwo .main-nav-slider,
#services .main-nav-slider {

}

#servicestwo .clients-button-next,
#servicestwo .clients-button-prev,
#services .clients-button-next,
#services .clients-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
#servicestwo .clients-button-next,
#servicestwo .clients-button-prev,
#services .clients-button-next,
#services .clients-button-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    border: none;
    background-color: var(--lbluergba5);
    width: 30px;
    height: 30px;
    border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: -25px;
    left: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
#servicestwo .clients-button-next,
#services .clients-button-next {
    right: 15px;
}

#servicestwo .clients-button-prev,
#services .clients-button-prev {
    left: 15px;
}
#servicestwo .clients-button-next img,
#servicestwo .clients-button-prev img,
#services .clients-button-next img,
#services .clients-button-prev img {
    height: 10px;
    width: auto;
    display: block;
}
#servicestwo .clients-button-next:hover,
#servicestwo .clients-button-prev:hover,
#services .clients-button-next:hover,
#services .clients-button-prev:hover {
    box-shadow: none;
    opacity: 1;
    background-color: var(--lblue2);
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
#servicestwo .swiper-slide,
#services .swiper-slide{
    align-self: stretch !important;
}
.timeline {
    width:100%;
    border-radius: 10px solid var(--whitergba3) !important;
}

.timeline p{
    color:var(--white)
}



/*CLIENTES MAP*/

#svg-map path { 
    fill:var(--lblue2)
}
#svg-map text {
    fill:#fff;
    font-size: 12px;
    cursor:pointer
}
#svg-map a{
    text-decoration:none
}
#svg-map a:hover {
    cursor:pointer;
    text-decoration:none;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
#svg-map a:hover path{ 
    fill:var(--lblue1) !important;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}
#svg-map .circle {
    fill:var(--dblue3)
}
#svg-map a:hover .circle {
    fill:var(--lblue1) !important; cursor:pointer
}

.returnclient{
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}


.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 2px solid var(--white);
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group{
    border: 0px solid #ddd;
    border-bottom:0px solid #ccc;
    height: 390px; 
    overflow-y: scroll; 
    padding:15px !important;
    background:var(--f4f4f4);
}

.list-group-item{
    border: 0px solid #ddd;
    border-bottom: 1px solid #ccc;
}


.list-group-item img{
    width:75px;
    margin-bottom:5px;
}
.list-group-item span{
font-weight:bold;
}

.list-group-item .titleplan{
font-size:14px;
}



.pageTitle-ImgCover {
    margin-top: 175px;
    padding: 0px;
    position: relative;
}


@media only screen and (max-width: 1123px) {
.pageTitle-ImgCover {
    margin-top: 15px;
    padding: 0px;
    position: relative;
}


