@import url(/SoftwareStore/SoftwareStore/Resources/assets/css/variables.css);

ul li ul li a 
{
	list-style: none;
}

/* .card-diferentials{
    box-shadow: -5px 5px 5px 5px rgba(0, 0, 0, 0.103);
    margin-bottom: 10px;
    border-radius: 5px;
    width: 376px;
    height: 330px;
} */

.hr-custom{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  hr{
    width: 250px;
    height: 3px !important;
    
    background: #666666 0% 0% no-repeat padding-box;
    opacity: 1;
  }

 


.home-wrapper .overlay-detail {
    position: absolute;
    top: 30px;
    bottom: 0;
    width: 100%;
    height: calc(100% - 30px);
    opacity: .1;
    z-index: 1;
    display: none;
}

.home-wrapper *:not(.overlay-detail, section, header, header *, footer, footer .copyright) {
    z-index: 2;
}
.z-index-2 {
    /* Serve pra regular conflitos entre o overlay de detalhe e o layouts.app */
    z-index: 2;
}

.about {
    /* background-image: var(--bg-gradient-center-circle); */
    /* background-image: url('../img/BG_QUEM_SOMOS.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
}

/* .copyright{
    background: linear-gradient(81deg, #600000, #b00000) !important;
} */

/* .about .text,
.about .video {
    width: 50%;
} */
.about .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about .text .title {
    color: var(--white-primary);
}
.about .text .body {
    color: var(--white-secondary);
    text-align: justify;
    hyphens: auto;
}
/* .about .text {
    margin-right: 40px;
} */
.about .video {
    margin: 0 20px;
    
}
@media (max-width: 768px) {
    .about .text,
    .about .video {
        width: 100% !important;
    }
    .about .text {
        margin-right: 0px;
    }
    /* .about .video {
        margin-left: 0px;
    } */
}


.testimonial {
    /* background-color: var(--dark-primary); */
    background-color: transparent;
    color: var(--white-primary);
}
.testimonial-container {
    position: relative;
}
.testimonial-container::after {
    position: absolute;
    bottom: 0;
    content: ' ';
    height: 20px;
    width: 50%;
}
.testimonial-container .image {
    height: 280px;
    width: 320px;
}
.testimonial-container .text .image {
    height: 140px;
    max-width: 160px;
}
.testimonial-container .image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.testimonial-container > div {
    margin: 0 !important;
    padding: 0 !important;
}
.testimonial-container .content {
    padding: 0 !important;
    text-align: justify;
    font-family: var(--body-font);
}
.testimonial-container .text * {
    font-family: var(--body-font);
}



.testimonial-container .youtube-iframe-container  {
    height: 280px;
    width: 320px;
}
.testimonial-container .youtube-iframe {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.only-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-carousel .text .body {
    display: flex !important;
    align-items: flex-end;
    margin: 0 30px;
    height: 100%;
}
.menu a,
.menu a:hover,
.products-menu ul a,
.products-menu ul a:hover {
    font-size: max(1vw, 12px);
}
@media (max-width: 1024px) {
    .logo {
        z-index: 3 !important;
    }
}
@media (max-width: 600px) {
    .testimonial-container .youtube-iframe-container  {
        height: auto;
        width: auto;
    }
    .testimonial-container .image {
        width: auto;
    }
    .youtube-iframe-container {
        width: 100%;
    }
    
    .testimonial-video {
        height: 230px !important;
    }
}
.card.card-elevation {
    cursor: pointer;
    background-color: #e9e9e9;
    box-shadow: -4px 4px 5px #00000040;
    transform: translateY(0);
    transition-property: transform, box-shadow;
    transition-duration: 600ms, 600ms;
}
.card.card-elevation:hover {
    box-shadow: -8px 8px 10px #00000040; 
    transform: translateY(-8px);
    transition-property: transform, box-shadow;
    transition-duration: 300ms, 200ms;
}

.banner-phrase{
    background: transparent !important;
    font-size: 37px;
    font-weight: 700;
}
@media (max-width: 1199px){
    .banner-phrase{
        font-size: 30px;
    }
}
@media (max-width: 991px){
    .banner-phrase{
        font-size: 24px;
    }
}
@media (max-width: 768px){
    .banner-phrase{
        font-size: 16px;
    }
}
@media (max-width: 500px){
    .banner-phrase{
        font-size: 12px;
    }
}