@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background: url(/assets/imagens/bg.png);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
margin: 0;
padding: 0; }

.row {
margin-bottom: 0; }


button{
	cursor: pointer;
}

section {
    padding: 50px 0px 50px;
}

p {
    /* font-family: 'Open Sans', sans-serif; */
}

a{
    cursor: pointer;
}

.form-group {
    position: relative;
}

label.error {
    position: absolute;
    right: 15px;
    top: 15px;
    color: red;
    font-size: 10px;
}


@media(min-width: 1200px){
    .container {
        max-width: 1280px;
    }
}

.header {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 0;
}

.header-top {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    margin-left: auto;
}

.header-top-content {
    display: flex;
    align-items: center;
}

.social-media {
    margin-left: 30px;
}

.header-top-phone {
    text-transform: uppercase;
}

.header-top-phone span {
    font-weight: 600;
}

.header-top-phone a {
    font-weight: 600;
    color: #c92c25;
    margin-left: 5px;
}

.social-media {
    display: flex;
}

.social-media a {
    margin-left: 10px;
    color: #000;
    transition: 0.3s;
    font-size: 19px;
}

.menu {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.header-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

header {
    background: #fff;
}

.menu-item a {
    padding-bottom: 30px;
    text-transform: uppercase;
    display: block;
    color: #000;
    font-weight: 600;
    transition: 0.5s;
    border-bottom: 4px solid transparent;
    font-size: 16px;
}

.menu-item a:hover {
    color: #c92c25;
    text-decoration: none;
    border-bottom-color: #c92c25;
}

.active-item a{
    color: #c92c25;
    text-decoration: none;
    border-bottom-color: #c92c25;
}

.header-bottom {
    padding-top: 30px;
    border-top: 2px solid #e1e1e1;
}

#banner {
    padding: 0;
}

.banner {
    padding: 150px 0;
}

.title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.subtitle {
    color: #fff;
    margin-top: 20px;
}

.btn {
    background: #c92c25;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    border: 2px solid #c92c25;
}

.banner-texto a {
    margin-top: 30px;
}

.banner-slide .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slide.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    position: relative;
    margin: 0;
}

.banner-slide.owl-theme .owl-dots .owl-dot.active span,
.banner-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    /* border: 3px solid transparent; */
}

.banner-slide.owl-theme .owl-dots .owl-dot {
    border: 1px solid transparent;
    padding: 0;
    width: 22px;
    height: 22px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.banner-slide.owl-theme .owl-dots .owl-dot + .owl-dot {
    margin: 0;
    margin-left: 10px;
}

.banner-slide.owl-theme .owl-dots .owl-dot.active ,
.banner-slide.owl-theme .owl-dots .owl-dot:hover {
    border-color: #fff;
    border-radius: 10px;
}



.section-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.section-title-center {
    text-align: center;
}

.section-subtitle {
    color: #c92c25;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-subtitle-center {
    text-align: center;
}

.service {
    border-radius: 20px;
    padding: 50px;
    display: flex;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    flex: 0 0 48%;
}

.services {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.service-1 {
    background: url(/assets/imagens/bg-acessoria-cientifica.png) no-repeat center top;
    background-size: cover;
}

.service-title h4 {
    font-size: 20px;
    font-weight: 700;
}

.service-title img {
    margin-top: 20px;
}

.service-text {
    margin-left: 30px;
}

.service-1 .service-text {
    color: #fff;
}

.service-1 .service-title h4 {
    color: #fff;
}

.service-2 .service-text {
    color: #000;
}

.service-2 .service-title h4 {
    color: #000;
}

.about {
    display: flex;
    align-items: center;
}

.about-text a {
    margin-top: 30px;
}

.about-info-item {
    display: flex;
}

.about-info-item-info {
    flex: 0 0 29%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #cdcfd1;
}

.about-info-item-info span {
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
}

.about-info-item-info div {
    display: flex;
    position: relative;
}

.about-info-item-info i {
    color: #c92c25;
    position: absolute;
    right: -15px;
}

.about-info-item-info p {
    text-align: center;
}

.about-text {
    flex: 0 0 49%;
}

.about-info-item + .about-info-item {
    margin-top: 30px;
}

.about-info-item-text {
    padding: 20px 0px 20px 30px;
}

.about-info {
    flex: 0 0 40%;
    margin-left: auto;
}

#diagnostico {
    background: url(/assets/imagens/bg-blur.png) no-repeat center top;
    position: relative;
    padding: 120px 0;
}

.diagnosis-image {
    position: absolute;
    bottom: -120px;
    left: 500px;
}

.diagnosis {
    width: 30%;
}

.diagnosis a {
    margin-top: 30px;
}

.suppliers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.suppliers a {
    margin: 0 30px;
}

.footer-top {
    background: #c92c25;
    padding: 50px 0;
}

.title-footer {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-list {
    list-style: none;
}

.footer-list li + li {
    margin-top: 5px;
}

.footer-list li a {
    color: #fff;
}

.footer-map-list {
    list-style: none;
}

.footer-map-list li {
    display: flex;
    color: #fff;
}

.footer-map-list-item {
    margin-left: 10px;
}

.footer-map-list li + li {
    margin-top: 20px;
}

.logo-footer p {
    margin-top: 30px;
    color: #fff;
    width: 333px;
}

.footer-map-list-item .title-footer {
    margin-bottom: 10px;
}

.footer-map-list li i {
    margin-top: 3px;
}

.certificates .container {
    display: flex;
    align-items: center;
}

.certificates-list {
    display: flex;
    align-items: center;
}

.certificates-list img {
    margin-left: 20px;
}

.certificates {
    padding: 20px 0;
    border-bottom: 2px solid #cdcfd1;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .container p {
    font-size: 13px;
    text-align: center;
}

.footer-bottom {
    padding: 20px 0;
}

.banner-slide.owl-theme .owl-nav button {
    display: flex;
    align-items: center;
    transition: 0.3s;
    outline: none !important;
}

.banner-slide.owl-theme .owl-nav {
    position: absolute;
    width: 94%;
    display: flex;
    justify-content: space-between;
    top: calc(50% - 35px);
    left: 3%;
    font-size: 30px;
    color: #fff;
}

.arrow-effect {
    width: 2px;
    height: 70px;
    background: #fff;
    display: none;
}

.arrow-effect-right {
    margin-right: 15px;
}

.arrow-effect-left {
    margin-left: 15px;
}

.banner-slide.owl-theme .owl-nav button:hover {
    background: transparent;
    opacity: 0.8;
}

.social-media a:hover {color: #c92c25;}

.btn:hover {
    color: #c92c25;
    background: #fff;
}

.btn-transparent {
    background: #fff;
    color: #c92c25;
}

.btn-transparent:hover {
    color: #fff;
    background: #c92c25;
}

#diagnostico .container {
    position: relative;
}

.supplier img{
    width: auto !important;
}

.supplier {
    display: flex;
    align-items: center;
    justify-content: center;
}

nav {
    display: none;
}

.suppliers-slide.owl-theme .owl-dots{
    margin-top: 20px !important;
}

.suppliers-slide.owl-theme .owl-dots .owl-dot span{
    opacity: 0.5;
    background: #c92c25;
}

.suppliers-slide.owl-theme .owl-dots .owl-dot.active span,
.suppliers-slide.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}

#LinceWeb .st0, #LinceWeb .st1, #LinceWeb .st2 {
    fill: #000 !important;
    opacity: 0.7 !important;
}

#LinceWeb:hover .st0, #LinceWeb:hover .st1, #LinceWeb:hover .st2 {
    opacity: 1 !important;
}

.products {
    display: flex;
    justify-content: space-between;
}

.product {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    flex: 0 0 32%;
}

.product-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 100px 30px 20px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 75%);
}

.product-info p {
    margin-top: 10px;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.product-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-info:hover p {
    max-height: 70px;
}

.products-slide.owl-theme .owl-nav button {
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    transition: 0.3s;
    outline: none !important;
}

.products-slide.owl-theme .owl-nav button i {
    color: #fff;
}

.products-slide.owl-theme .owl-nav button:hover {
    background: #c92c25;
}

.products-slide.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 480px);
    left: 243px;
    top: calc(50% - 20px);
}

@media(max-width: 1600px){

    .products-slide.owl-theme .owl-nav {
        width: calc(100% - 370px);
        left: 186px;
    }
}


.products-slide.owl-theme .owl-nav .owl-prev {
    /* margin-left: 55px; */
}

.products-slide.owl-theme .owl-nav .owl-next {
    /* margin-right: 55px; */
}

.products-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.products-tab button {
    background: transparent;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    border: 2px solid transparent;
    color: #000;
    font-weight: 600;
    outline: none !important;
    transition: 0.3s;
}

.products-tab button.active, .products-tab button:hover {
    background: #c92c25;
    border-color: #c92c25;
    color: #fff;

}

.products-tab button + button {
    margin-left: 20px;
}

.product-slide--container{
    overflow: hidden;
    max-height: 0;
    opacity: 0;
}

.product-slide--container.active{
    overflow: hidden;
    max-height: 1000px;
    opacity: 1;
    transition: opacity 0.3s;
}

.breadcrumb {
    color: #000;
    background: #dfe4eb;
    text-transform: uppercase;
    /*margin-bottom: 50px;*/
}

.breadcrumb i {margin: 0 12px;font-size: 12px;}

.breadcrumb .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: #000;
}

.title-detail{
    margin-bottom: 10px;
    font-size: 20px;
    color: #c92c25;
}

.product-detail>div>ul>li{
    margin-left: 20px;
}

.title-single-product {
    text-transform: unset;
}

.title-product {
    font-size: 28px;
}

.product-detail{
    margin-top: 20px;
    margin-bottom: 30px;
}

.product-image {
    position: relative;
    background: #fff;
    overflow: hidden;
    height: 260px;
    display: flex;
    border-radius: 8px;
}

.product-image img {
    transform: scale(1.0);
    transition: 0.3s;
    width: 100%;
    object-fit: contain;
}

.product-image:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

.product-list-category .product-image img{
    width: 100%;
}

.product-image-datail{
    display: flex;
    justify-content: center;
    height: 350px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-image-datail>img{
    width: 100%;
    object-fit: contain;
}

.product-list-category{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

#reagentes {
    margin-top: 50px;
}

#tipos-reagentes {
    /* width: 210px; */
    /* float: left; */
    border-left: 1px solid #EAEAEA;
    margin-top: 50px;
}

#tipos-reagentes li {
    list-style: none;
}

#tipos-reagentes a {
    text-decoration: none;
    color: #656565;
}

#tipos-reagentes a:hover {
    color: #c92c25;
}

#tipos-reagentes a {
    padding: 2px 0 4px 25px;
    background: url(/assets/imagens/traco_submenu_reagentes.gif) center left no-repeat;
    display: block;
}

.box-reagentes{
    margin-bottom: 15px;
}

.box-reagentes ul li{
    margin: 10px 0px 10px 20px;
}

.box-reagentes ul li a {
    text-decoration: none;
    color: #656565;
}

.box-reagentes ul li a:hover {
    color: #1b1b1b;
}

.titulo-reagente {
    font-size: 20px;
    color: #c92c25;
}

/* ------------------ filtros e produtos ------------------ */

.filters {
    border-right: 2px solid rgb(170, 170, 170);
}

.filter {
    padding-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.filters-mobile {
    display: none;
}

.title-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgb(170, 170, 170);
    margin-bottom: 20px;
    cursor: pointer;
}

.title-filter i {
    transition: 0.5s;
    transform: rotate(-90deg);
    /* color: #0f9c50; */
}

.title-filter.disabled i {
    transform: rotate(0deg);
    transition: 0.5s;
}

.title-filter + div {
    transition: 0.5s;
    max-height: 1500px;
    font-family: 'Open Sans', sans-serif;
}

.title-filter.disabled + div {
    max-height: 0;
    transition: 0.5s;
    overflow: hidden;
}

.filter-form-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.filter-checkbox label {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
}

.filter-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 3px;
    border: 2px solid #000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter-checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.filter-checkbox label:hover input ~ .checkmark {
    background-color: #c92c25;
}

.filter-checkbox input:checked ~ .checkmark {
    background-color: #c92c25;
    border-color: #c92c25;
}

.form-size {
    display: flex;
    align-items: center;
}

.form-size .filter-form-item {
    margin-right: 10px;
}

.filter-checkbox-size input {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
}

.checkbox-size {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    border: 1px solid #38c7bd;
    justify-content: center;
    font-weight: 600;
}

input:checked ~ .checkbox-size {
    background: #38c7bd;
}

.title-filter .title-section {
    /* color: #0f9c50; */
    font-size: 24px;
}

.filter-total {
    font-weight: 600;
    /* color: #7a7780; */
}

.filter-price .title-filter + div {
    opacity: 1;
}

.filter-price .title-filter.disabled + div {
    overflow: initial;
    opacity: 0;
}

#spinner {
    z-index: 100000;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(72, 72, 72, 0.2);
}

#spinner .spinner-border {
    color: #c92c25;
    width: 4rem;
    height: 4rem;
    border-width: .4em;

    position: relative;
    top: 50%;
    margin-top: -50px;
}

.form-search {
    position: relative;
}

.form-search input {
    border: 2px solid #e8e8e8;
    color: #000;
    height: 50px;
    padding: 0 10px;
}

.form-search .form-group {
    margin: 0;
}

.btn-search-filter {
    background: transparent;
    color: #484848;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 100%;
    outline: 0 !important;
}

.btn-search-mobile {
    background: transparent;
    color: #484848;
    font-size: 24px;
    display: none;
    outline: none !important;
}

.box-veja-tambem{
    border: 1px solid #dfe4eb;
    padding: 20px;
}

.active-filter{
    font-weight: bold;
}

.menu-legenda {
    display: block;
    background: #c92c25;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    padding: 10px 0;
    /*margin-bottom: 40px;*/
}

.menu-legenda h2 {
    font-size: 28px;
    padding: 10px 0;
}

.footer-map-list-item > p > a {
    text-decoration: none;
    color: #fff;
}




/* AJUSTES */

.container.container-secao {
    /*margin-top: -40px !important;*/
}
.container.container-secao p {
    margin-bottom: 20px; 
    text-align: justify;
    line-height: 25px;
}
.container.container-secao h5 {
    color: #c92c25;
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.container.container-secao p>img {
    width:100%;
}
@media(min-width:769px){
    .container.container-secao .container-secao-aside {
        padding-left: 40px;
    }
}
.container.container-secao .container-secao-aside>p {
    margin-bottom: 30px;
}

.aside-equipe li {
    list-style: none;
    clear: both;
    margin-bottom: 30px;
}
.aside-equipe li img {
    float: left;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 100px;
}
.aside-equipe li p {
    padding-top: 15px;
}

form#dados {
    margin-top: 50px;
}


/* AJUSTES */
.menu a {
    font-size: 15px !important;
}
.section-subtitle {
    margin-bottom: 30px;
}
.banner-texto p {
    padding-right: 50px;
}
.banner-texto p,
.services .service-1 .service-text p {
    text-shadow: 2px 2px 1px #000000;
}
.products-tab button {
    padding: 7px 12px;
}
footer p,
footer a,
footer h4 {
    font-size: 13px !important;
}



.products-slide.owl-carousel .owl-item .product img {
    height: 340px !important;
    object-fit: cover !important;
}

.card-produtos {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.imgVariacaoSelecionada {
    display: block;
    width: 100%;
    height: auto;
}