.firstsection p{
    margin-bottom: 0px;
}


.instituicao {
    padding: 20px;
    background: var(--whitergba9);
    width: 100%;
    display: block;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);

    -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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.instituicao:focus,
.instituicao:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);

    -webkit-box-shadow: 0px 10px 45px -5px var(--lbluergba3);
    -moz-box-shadow: 0px 10px 45px -5px var(--lbluergba3);
    box-shadow: 0px 10px 45px -5px var(--lbluergba3);
}

.instituicao h3{
    color: var(--orange2);
    font-size: 20px;
    margin-bottom: 15px;
}

.logointi {}
.logointi img{
    width: 260px;
}


tr td{
    font-size: 14px;
}

.infonoVacanc {
    padding: 40px 50px;
    background: var(--whitergba9);
    width: 100%;
    display: block;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);

    -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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.infonoVacanc h1 {
text-transform: uppercase;
    font-size:20px;
    color: var(--orange2);
    margin-bottom: 0px;
    line-height: 1.2;
}





.textContents {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
}




.itemSection1{
    width: 100%;
    background: var(--whitergba7);
    padding: 15px 15px 10px 25px;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

.itemSection1 ul.list-item {
    list-style: none;
    padding-left: 0;
    margin: 0;
}


.itemSection1 ul.list-item li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 0;
}

.itemSection1 ul.list-item li img {
    margin-right: 10px;
    margin-left: 0;
}

.itemSection1 ul.list-item li span {
    display: inline-flex;
    align-items: center;
}


.itemSection1 ul.list-item ul.list-item {
    margin-left: 20px;
}


.itemSection1 ul.list-item > li {
    margin-bottom:3px;
}


.logoblack {
    position: sticky;  /* Fixa o logo enquanto o conteúdo rola */
    top: 0;             /* Fixação no topo da página */
    z-index: 10;       /* Garante que o logo fique acima do conteúdo */
    background:transparent; /* Cor de fundo para a barra lateral */
    padding: 20px;
    width: 100%;       /* A largura será 100% do contêiner */
    height: auto;
}


.textContents {
    padding: 20px;
    max-height: 100%;
}

.content-logo img {
    max-width: 300px;
    position: relative;
    z-index: 10;
}



#sticker-sidebar {
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.sticky {
    position: fixed !important;
    top: 20px;
    z-index: 10;
}

.sticky-end {
    position: fixed;
    top: auto;
    bottom: 20px;
    z-index: 10;
    transition: bottom 0.3s ease-in-out;
}

.sticky-off {
    position: relative;
    top: auto;
    bottom: 0;
}
@media only screen and (max-width: 767px) {
    #sticker-sidebar {
        position: relative;
        transition: all 0.3s ease-in-out;
    }
}

.formulario h4{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal !important;

}





.radius7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !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-dblue {
    background: var(--dblue2);
}

.bg-lblue {
    background: var(--lblue2);
}

.bg-orange {
    background: var(--orange2);
}

.bg-blackrgba1 {
    background: var(--blackrgba3);
}

.bg-gray9 {
    background: var(--whitergba7);
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.formGroupFile{
    padding: 15px 15px 10px 15px;
    font-weight: bold;
}

.formGroupFile .form-control{
    padding: 5px 15px 5px 15px !important;
    height: 48px;
    background: var(--white);
}

.formGroupFile svg{
    position: relative !important;
    top:3px !important;
    width: 20px !important;
    height: 20px !important;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.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: 0px !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;
}

.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);
}


.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;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden;
}

.bg-cover-radius:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--blackrgba8);
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    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: 16px;
    font-weight: normal;
    line-height: 1;
}


.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(--lblue2);
    -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(--blackrgba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -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(--lblue2) 0%, var(--dblue2) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s2 {
    background-image: linear-gradient(110deg, var(--dblue2) 0%, var(--lblue2) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s3 {
    background-image: linear-gradient(110deg, var(--lblue2) 0%, var(--dblue2) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s4 {
    background-image: linear-gradient(110deg, var(--dblue2) 0%, var(--lblue2) 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;
}


.item-pneu {
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    display: block;
    background: var(--blackrgba5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border: 1px solid var(--whitergba1);
}


.item-pneu:focus,
.item-pneu:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);

    -webkit-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    box-shadow: 0px 10px 45px -5px var(--blackrgba3);
}



.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;
}

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%);
}


.read-whatsapp {
    font-family: var(--theme-font);
    font-size: 14px;
    line-height: 1.0;
    font-weight: bold;
    padding: 9px 10px 8px 15px;
    text-align: center !important;
    text-transform: uppercase;
    color: var(--whatstx);
    border: 2px solid var(--whatstx);
    background-color: var(--whatsbg);
    box-sizing: border-box;
    -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;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.read-whatsapp svg {
    position: relative;
    top: -3px;
    width: 22px;
    right: 3px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--whatstx) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.read-whatsapp:hover svg,
.read-whatsapp:focus svg {
    fill: var(--whatsbg) !important;
}


.read-whatsapp:hover,
.read-whatsapp:focus {
    background-color: var(--whatstx);
    border-color: var(--whatstx);
    color: var(--whatsbg);
    -webkit-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
    -moz-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
    box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
}

.pageTitle {
    margin-top: 90px;
    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: 1250px) {
    .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%
    }
}


.btn-whatsapp-prod {
    font-family: var(--theme-font);
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;

    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: var(--white);
    border: 2px solid var(--Whats1);
    background-color: var(--Whats1);
    -webkit-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    -moz-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
    animation: pulsew 1s infinite;
}

.btn-whatsapp-prod:hover,
.btn-whatsapp-prod:focus {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    background-color: var(--Whats2);
    border-color: var(--Whats2);
    color: var(--white);
    -webkit-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    -moz-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
    box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
}


.btn-whatsapp-prod svg {
    position: relative;
    top: -2px;
    left: -5px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


@-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: 24px 46px;
}

.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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.button-gradient-color {
    font-weight: bold;
    color: var(--black) !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(--black);
}


.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);
}



.button-gradient-yellow {
    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, #ecc101 0%, #bd7f11 50%, #ecc101 100%);
}

.button-gradient-yellow:hover,
.button-gradient-yellow:focus {
    background-position: right center;

}

.button-gradient-yellow svg {
    fill:#ecc101;
}





.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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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(--white);
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    font-size: 22px;
}

.logoimg {
    text-align: center;
}

.logoimg img {
    text-align: center;
    width: 275px;
}


.head-title h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: var(--gray1);
    -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(--gray3);
}

.head-title .six h1:before {
    background-color:var(--gray5);
    left: 45px;
    width: 90px;
}
