



.preto{
    color: #171718!important;
}
.logo__topo{
   margin-bottom: 134px;
   width: 100%;
}
.lentes__marca{
    width: 100%;
    max-width: 110px;
    text-align: center;
    margin-right: 35px;
}
p.p-use-care.small{
    margin-bottom: 50px;
    margin-left: 60px;
}
#warranty-intro {
    background: url('./../img/garantias/banner-garantias.jpg') left bottom / cover no-repeat;
    min-height: 350px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.h3__custom{
    font-weight: 700;
    font-size: 18px;
    color: #171718;
    margin-bottom: 50px;
}

.footer__h2{
 color: #fff;
 font-weight: 400;
 font-size: 21px;
 text-transform: initial;
 margin-bottom: 20px;
}
.footer__p{
 color: #fff;
 font-weight: 400;
 font-size: 14px;
 line-height: 18px;
}

.h4__custom{
    font-weight: 700;
    font-size: 18px;
    margin-left: 30px;
    line-height: 32px;
}
.p__custom {
    font-weight: 400;
    font-size: 16px;
    margin-left: 30px;
    line-height: 32px;
}

#adaptacao ul {
    list-style: none;
    position: relative;
    padding-left: 20px;
}
#adaptacao ul::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #D2D2D2;
}
#adaptacao   li {
    margin-bottom: 20px;
    position: relative;
}
#adaptacao li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 1px;
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
}


@media screen and (max-width:1680px) {
    p.p-use-care.small {
        font-size: 14px!important;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:1600px) {
    p.p-use-care.small{
        margin-left: 10px;
    }
}

@media screen and (max-width:1440px) {
    p.p-use-care.small{
        margin-bottom: 50px;
    }
    .lentes__marca{
        width: 100%;
        max-width: 100px;
        margin-right: 20px;
    }
}

@media screen and (max-width:1366px) {
    .lentes__marca{
        width: 100%;
        max-width: 95px;
    }
}

@media screen and (max-width:1280px) {
      p.p-use-care.small br{ 
        display: none!important;
      }
}
@media screen and (max-width: 920px) {
    .custom__column{
        display: flex;
        flex-direction: column-reverse;
    }
    .logo__topo {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
    }
    #warranty-intro {
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .footer__details{
        width: 100%!important;
    }

     .brands-list {
        padding: 40px 0 10px;
        display: grid;
        grid-template-columns: 1fr; /* duas colunas */
        width: 100%;
        align-items: center;
        gap: 20px; /* opcional — adiciona espaço entre os itens */
    }
     .brands-list .list-inline-item, .brands-list .list-inline-item:not(:last-child) {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 5px;
    }
}


@media (min-width: 992px) {
    #warranty-intro {
        padding-top: 50px;
        padding-bottom: 120px;
        min-height: 500px;
        background-position-y: center;
    }
}
@media (min-width: 992px) {
    .helper-link {
        font-size: 22px;
        line-height: 32px;
    }
  	.helper-links-wrapper .helper-link {
  	  padding: 20px 15px 20px 20px;
	}
}

@media (min-width: 992px) {
    #useCare.container.custom__column .text-left-xs  {
        margin-left: 70px;
    }
}

