@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

:root {
    --main-color: #5C1931;
    --second-color: #AC2253;
    --text-color: #3F3F3F;
    --alternative-color: #F5DCA3;
    --font-family-default: 'Ubuntu', sans-serif;
}



body {
    color: #6d6f6a;
    font: 14px/2em var(--font-family-default);
    background: #fff;
    position: relative;
}

a:not([href]):hover {
    cursor: pointer;
}



ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a {
    color: #00a9c6;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #6d6f6a
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1em
}

h1 {
    font: 700 5em var(--font-family-default);
    margin: .25em 0;
    text-transform: uppercase
}

h2 {
    font: 300 2.5em var(--font-family-default);
    margin-bottom: 1.5em
}

h3 {
    font: 300 2em var(--font-family-default);
    margin: 2em 0 1em
}

h4 {
    font: 300 1.5em var(--font-family-default);
    margin-bottom: 1em
}

h4 i {
    margin-right: .5em
}

p {
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: .7em
}



.mobile-none {
    display: block;
}

.mobile-only {
    display: none;
}

@media (min-width: 1904px) {
    .container {
        max-width: 1185px !important;
    }
}


.carousel-item img {
    width: 100%;
    object-fit: cover;
}


h2.heading {
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 0;
    padding-bottom: 0;
}


.spacer {
    padding: 3em 0;
}



#home {
    margin-top: 0;
    position: relative;
    background: #000;
    max-height: 100vh;
    overflow: hidden;
}

#home .absolute-text-infos {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
}


#home video {
    width: 100%;
    opacity: 0.4;
}

label {
    color: var(--text-color);
}

.conteudo {
    margin-top: 10em;
    min-height: 80vh;
}


header {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    background-color: transparent;
}


.alert-warning {
    margin-bottom: 0px;
}

.coks-acepts {
    position: fixed;
    bottom: 15px;
    left: 15px;
}

.coks-acepts .default-button {
    background-color: var(--main-color);
}

.coks-acepts .default-button:hover {
    background-color: var(--text-color);
}

.coks-acepts .alert-warning {
    background-color: #fff;
}

.logo {
    display: flex;
    justify-content: center;
}


#topo a.logo {
    padding: 0em 0;
    margin: 0px;
}


#topo ul li a {
    color: #6C6A6A;
    margin-left: 0;
    font-size: 15px;
    padding: 0.5em;
    align-items: center;
    line-height: initial;
    font-weight: 500;
    position: relative;
}

#topo ul li a.menu-link-featured {
    background-color: var(--second-color);
    color: var(--alternative-color);
}

#topo ul li a.selected:before {
    visibility: visible;
    transform: scaleX(1);
}

#topo ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    bottom: 0;
    margin: -5px 0;
    background-color: var(--alternative-color);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}

#topo ul li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}


#topo ul li a.selected {
    color: var(--second-color);
}

#topo ul li span.has-sub {
    color: var(--text-color);
    margin-left: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 1em;
    border-bottom: 2px solid transparent;
    align-items: center;
}

#topo .top-infos a {
    border-bottom: 0px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

#topo .top-infos .svg-inline--fa {
    margin-left: 0px;
}

#topo .top-infos ul li a:hover {
    border: 0px;
}

#topo ul li .svg-inline--fa {
    margin-left: 5px;
}


.absolute-center-home {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 1;
}

#topo .social-icons li a {
    padding: 1px;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}



#topo.menu-fixo .social-icons li a {
    padding: 1px;
    margin-left: 10px;
}


@keyframes go-back {
    from {
        transform: translateY(30px);
    }

    to {
        transform: translateY(20px);
    }
}


.list-group {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
    align-items: center;
}

#topo .list-group-item {
    border: 0px;
    padding: 0 0.5em;
    background-color: transparent;
    font-weight: 600;

}

.menu-fixo {
    background: #d08f7940
}


#topo.menu-fixo a.logo {
    width: 50%;
}

#topo .list-group-item a:hover {
    text-decoration: none;
}

#topo .list-group-item.active a {
    border-bottom: 2px solid var(--main-color);
    /* color: var(--main-color); */
}

#topo .list-group-item i {
    color: var(--text-color);
}

.menu-fixo .nav-itens {
    padding: 0;
}

.nav-itens {
    display: flex;
    align-items: center;
    padding: 1em 0;
    position: relative;
}

.has-sub {
    position: relative;
}

ul.sub-has {
    display: none;
    background: #fff;
    position: absolute;
    border-radius: 0;
    margin-top: 0px;
    top: 100%;
    border-top: 1px #fff solid;
    width: max-content;

}

#topo ul.sub-has li a {
    color: var(--text-color-secondary);
    font-size: 14px;
    display: block;
    padding: 10px 25px 10px 15px;
    border: 0px;
}

#topo ul.sub-has li a img {
    margin-right: 15px;
}

#topo ul.sub-has li a:hover {
    background-color: #D9D9D9;
    border: 0px;
}

.has-sub:hover ul.sub-has {
    display: block !important;
}


.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 0 !important;
    opacity: 1;
}


.form-control {
    height: 45px;
}

textarea.form-control {
    height: auto;
}

button[type='submit'] {
    text-transform: uppercase;
    border: 0;
}



#servicos a {
    background: #fff;
    display: block;
    box-shadow: 0px 1px 5px 0px #00000024;
    border-radius: 0;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}

#servicos a:hover {
    background-color: var(--main-color);
}

#servicos a:hover p {
    color: #fff;
}

#servicos a p {
    font-size: 14px;
    color: #000;
    margin-top: 1em;
    font-weight: 500;
    padding: 0 0em;
    line-height: initial;
    height: 35px;
}



#servicos {
    background-color: var(--second-color);
}

footer {
    background-color: var(--main-color);
    padding: 1em;
    color: #fff;
}

footer p {
    margin-bottom: 0px;
}

footer a {
    color: #fff;
}



footer .list-group-item {
    padding: 0;
    background: transparent;
    border: 0;
}

footer .list-group-item a {
    color: #fff !important;
    margin-right: 10px;
    margin-top: 10px;
}

footer .list-group-item a:hover {
    color: var(--main-color) !important;
}


.whatsappme {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.whatsappme__button {
    background: #fff;
    border-radius: 100%;
}



#blogs .individual a {
    display: block;
    color: var(--text-color-secondary);
    line-height: initial;
    overflow: hidden;
    border-radius: 8px;

}

#blogs .individual a:hover {
    transform: scale(1.05);
}

#blogs .individual a img {
    border-radius: 8px;
}

#blogs .individual a b {
    display: block;
    position: relative;
    padding: 1em 0;
    margin: 1em 0;
}

#blogs .individual a b:after {
    content: '';
    background-color: var(--main-color);
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    height: 3px;
    z-index: -1;
}


.default-button {
    background: var(--main-color);

    color: #fff;
    border-radius: 8px;
    padding: 0.7em 4em;
    font-size: 14px;
    /* text-transform: uppercase; */
    display: inline-block;
    font-weight: 500;
}

.default-button.white {
    background-color: #fff;
    color: var(--second-color);
}


.default-button:hover {
    background-color: var(--main-color);
    color: #fff;
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(100%);
}

.align-center {
    align-items: center;
}

.black-large {
    align-self: center;
    padding: 2em
}


.carousel.carousel-thumbs-top {
    padding-top: 60px;
}

.carousel.carousel-thumbs-top .carousel-indicators {
    bottom: -5%;
    top: auto;
}

.carousel .carousel-indicators button {
    width: 100% !important;
}

.slick-prev:before,
.slick-next:before {
    color: var(--main-color);
}

.slick-next {
    right: -20px;
}

.slick-prev {
    left: -20px;
}

section.produtos {
    background-color: #fff;
}



footer ul li {
    margin-bottom: 10px;
}

footer .list-social-icons ul li {
    margin-bottom: 0px;
}


.noticias .individual {
    margin-bottom: 2em;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

footer .list-social-icons {
    text-align: center;
}

footer p {
    text-align: right;
}

#servicos .individual {
    background: #000;
    display: block;
}

#servicos img {
    opacity: 0.5;
}


span.saibamais {
    margin: 0 auto;
    display: table;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    padding: 7px 20px;
    text-transform: uppercase;
}

#servicos .individual:hover {
    background: var(--main-color);
}

@keyframes go-back {
    from {
        transform: translateY(50px);
    }

    to {
        transform: translateY(30px);
    }
}

#servicos .individual:hover span.saibamais {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}


.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}


#sobre {
    background-color: var(--main-color);
    background-image: url('../../images/bg-sobre.png');
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding-bottom: 5em;
}

.sub-title-has:before {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    background: var(--main-color);
    width: 100px;
    height: 1px;
    top: 10px;
    bottom: 0;
    left: 0;
}


.work-with-us {
    background-color: var(--second-color);
    padding: 2em 0;
}

.heading-pre-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--alternative-color);
}

.work-with-us p {
    color: #fff;
    margin-bottom: 0px;
}

.left-content-width {
    width: 60%;

}

.left-content-width h1.principal-title {
    font-size: 31px;
    color: var(--text-color);
    border-left: 3px solid var(--second-color);
    padding: 20px;
    padding-left: 30px;
    font-weight: 500;
    text-transform: inherit;
}

.left-content-width span.special-name {
 
    color: var(--second-color);
    font-weight: bold;
}

.left-content-width span.special {
    background-color: var(--alternative-color);
    color: var(--second-color);
    font-size: 16px;
    font-style: italic;
}

.left-content-width p {
    font-size: 15px;
    color: var(--text-color);
    padding-left: 2.5em;
}

.left-content-width .infos-socials {
    font-size: 15px;
    padding-left: 2.5em;
    color: var(--text-color);
}

.left-content-width a {
    color: var(--text-color);
    font-weight: bold;
    margin-bottom: 1em;
    display: block;
}

.left-content-width a img {
    margin-right: 10px;
}

.heading-div {
    border-left: 3px solid var(--second-color);
    padding: 20px;
    padding-left: 30px;
}
.heading-div.colors{
    border-color: var(--text-color);
    width: 100%;
}
.heading-div.colors span.heading-pre-title{
    color: var(--text-color);
}

.heading-div.colors h2.heading{
    color: var(--second-color);
}
.heading-div.white span.heading-pre-title {
    color: #fff;
}

.heading-div.white h2.heading {
    color: var(--alternative-color);
}

#sobre p {
    padding-top: 2em;
    color: #fff;
    font-size: 15px;
}

#sobre .img-absolute {
    position: absolute;
    right: 0;
    top: 0;
    max-height: -webkit-fill-available;
}

.infos-empresa-destaque {
    position: relative;
    z-index: 0;
    margin-top: -50px;
}

.infos-empresa-destaque .individual {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px 0px #DCDCDC;
    padding: 2em;
}

.infos-empresa-destaque .individual h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}


.infos-empresa-destaque .individual p {
    color: var(--text-color);
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
}

#perguntas-frequentes{
    background-image: url('../../images/Logo---Jovial-Confecções 2qq.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain; 
}

.accordion-item, 
.accordion-button:not(.collapsed){
    background-color: transparent;
}

#clientes{
    background: url('../../images/bg-clientes.png');
    background-size: cover;
    background-attachment: fixed;
}

.form-floating>label{
    left: 15px;
}

.img-footer-align{
    margin-right: 1em;
}

.img-footer-align{
    color: var(--main-color);
}

.img-footer-align a{
    color: var(--main-color);
}

#contato-infos a{
    color: var(--main-color);
}

.assign{
    background: #f5dc9b;
}
.assign p{
    text-align: center;
    margin-bottom: 0px;
    
}

footer img{
    filter: brightness(100);
}

#sobre-interno h2.heading{
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ac2253;
    position: relative;
    z-index: 0;
    padding-bottom: 1em;
}