/* * Start loader */
.handle-preloader{
    background-color: #040455;
}
/* * End loader */

/* * Start navbar */
.main-header .logo img {
    height: 80px;
    width: auto;
}

.main-header .logo-box:before {
    display: none;
}

@media(min-width: 1024px) {
    .main-header .outer-box {
        display: none !important;
    }
}
/* * End navbar */

/* * Start main slider */
.main-slider .slider-logo {
    width: 150px !important;
    height: auto;
}

.main-slider .slider .box-inner {
    padding: 60px 45px !important;
}

.main-slider .slide h1 {
    margin: 30px 0 15px;
}
/* * End main slider */

/* * Start footer */
.main-footer .logo img {
    height: 110px;
    width: auto;
}

.main-footer .yesdev-link {
    font-weight: bold;
    color: #F05A34;
}
/* * End footer */



/*===================*/
/* Product Section */
/*===================*/
.products-section {
    margin-top: 80px;
}


/*===================*/
/* Sale Section */
/*===================*/
.sale-section {
    padding: 20px 0px 20px;
}

.sale-section .sale-block .image img {
    filter: brightness(45%);
}


.sale-block .off {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: white;
    text-transform: none;
}

.sale-block .overlay-inner {
    position: relative;
    text-align: center;
    padding-left: 0;
}

/*===================*/
/* Collection Section */
/*===================*/
.collection-section h2 {
    font-size: 30px;
}
.main-slider .vector-icon, .collection-section .image img, .featured-section .vector-layer, .main-footer .pattern-layer-one, .testimonial-section .pattern-layer-two, .testimonial-section-three .pattern-layer{
    animation: none;
}


/*===================*/
/* Products Second Section */
/*===================*/

.btn-style-one {
    background-color: #040455;
    border-radius: 10px;
    padding: 18px 52px
}

/*===================*/
/* Contact Page */
/*===================*/

.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px 120px;
    background-image: url('/assets/images/pet-family/bg-contato.png') !important;
    color: white !important; 
}

.contact-form .btn-style-one {
    background-color: #000000;
    border-radius: 0;
    padding: 18px 52px;
}
.contact-form .theme-btn {
    padding: 15px 56px;
}

.contact-form .form-group textarea {
    height: 210px;
}

/*===================*/
/* Blog  */
/*===================*/

@media(min-width: 800px) {
    .news-block .image img {
        width: 100%;
        height: 400px; 
        object-fit: cover; 
    }
}

@media(min-width: 800px) {
    .news-block-three .image img {
        height: 500px;
        object-fit: cover;
    }
}

/*posts populares*/

.post-widget .thumb {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center; 
    justify-content: center;
    height: 80px;
}

.post-widget .post h6{
    line-height: 1.3;
}

.category-list-two li a:before {
    top: 0;
}

/*Padronizar imagens*/

.post-widget .post .thumb img{
    display: block;
    width: 100%;
    height: 80px;
    object-fit: cover;
}

/*Página de Produtos*/
.model-title {
    position: relative;
    display: block;
    font-weight: 500;
    display: inline-block;
    font-size: var(--font-16);
    color: var(--color-fourtysix);
    margin-bottom: var(--margin-bottom-15);
}

.categories-size a{
    border: 1px solid #eeeeee;
    padding: 10px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #535353;
}

/*Paginação*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}

.page-item {
    margin: 0 5px;
}

.page-item .page-link {
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
}

.page-item.active .page-link {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.page-item.disabled .page-link {
    color: #ddd;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

.page-item .page-link:hover {
    background-color: #444;
    color: #fff;
}

.swiper-slide.swiper-slide-active.swiper-slide-thumb-active{
    height: auto !important;
}


.content .rating {
    color: var(--color-eight);
}

.termos{
    font-size: 11px;
}

/*PAdronizar imagens*/

.swiper-slide.swiper-slide-next {
    height: auto !important;
}

.swiper-slide.swiper-slide-active {
    height: auto !important;
}

/*Seção dos banners*/

.sale-block .buy-now{
    margin-top: 0;
}
.sale-section .sale-block .image img {
    position: relative;
    filter: none;
}
.sale-section .sale-block .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    opacity: 0.5;
    pointer-events: none;
  }

img.img-fluid.mx-auto.d-block {
    filter: none;
    max-width: 200px;
}

@media(max-width: 1440px) {
    img.img-fluid.mx-auto.d-block {
        max-width: 150px;
    }
}

@media(max-width: 425px) {
    img.img-fluid.mx-auto.d-block {
        max-width: 130px;
    }
}
/*
.sale-block .image:before {
    border: 1px solid rgb(0 0 0 / 20%);
}
*/

.border-img{
    border: solid 1px black;
    border-radius: 20px;
}

.collection-section {
    padding: 0;
}


.thanks-backdrop{
    position:fixed;
    inset:0;
    background:rgba(18,18,23,.45);
    backdrop-filter: blur(2px);
    z-index: 99;
}

.thanks-modal{
    position: fixed; 
    inset: 0;
    margin: auto;
    z-index: 999;
    width: min(420px, 92vw);
    background: #fff;
    border-radius: 16px;
    padding: 20px 22px 22px;
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
    text-align: center;
    max-height: 400px !important;
    overflow: auto;
    transform: translateY(8px) scale(.98);
    opacity: 0;
    animation: popin .22s ease-out forwards;
}

  @keyframes popin {
    to { transform: translateY(0) scale(1);
        opacity: 1; 
    }
  }

.thanks-close{
    position:absolute; 
    top:10px; 
    right:12px;
    width: 34px; 
    height: 34px;
    border: 0; 
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    color: #1D2545;
}
  .thanks-close:hover{ 
    background: rgba(0,0,0,.06); 
}

.thanks-icon{
    width:52px; 
    height:52px; 
    margin: 6px auto 8px;
    display:grid; 
    place-items:center;
    color: #1D2545;
}

  .thanks-title{
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 800;
    margin: 4px 0 4px;
    color: #1D2545;
}

.thanks-sub{
    font-size: .95rem;
    color: #4b5563;
    margin: 0 10px 6px;
}

.thanks-msg{
    font-size: .9rem;
    color: #6b7280;
    margin: 2px 8px 14px;
}

.thanks-actions{
    display:flex; 
    justify-content:center; 
    gap:12px; 
    flex-wrap:wrap;
    margin-top: 6px;
}

.btn-primary{
    display:inline-flex; 
    align-items:center; 
    justify-content:center;
    height: 42px; 
    padding: 0 18px;
    border-radius: 10px; 
    text-decoration: none;
    background: #12124B; 
    color:#fff; 
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(18,18,75,.18);
}
.btn-primary:hover{ 
    filter: brightness(1.05); 
}
.btn-primary:active{ 
    transform: translateY(1px); 
}



.hero-form-panel{
    position: absolute;
    right: 13%;
    top: 50%;
    transform: translateY(-50%);
    width: min(460px, 92vw);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
    z-index: 99;
}
.hero-form-title{
    margin: 2px 2px 10px;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 800;
    color: #1D2545;
    text-align: left;
}
  .hf-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
}
.hf-field{ 
    display: flex; 
    flex-direction: column; 
}
.hf-col-2{ 
    grid-column: span 2; 
}
.hero-contact-form input,
.hero-contact-form select,
.hero-contact-form textarea{
    width: 100%;
    border: 1px solid #E3E6EA;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: .95rem;
    background: #fff;
    outline: none;
}
.hero-contact-form textarea{ 
    resize: vertical; 
}
.hero-contact-form input:focus,
.hero-contact-form select:focus,
.hero-contact-form textarea:focus{ 
    border-color: #1D2545; 
}
.hf-check{
    display:grid;
    grid-template-columns: 18px 1fr;
    align-items:start;
    column-gap:10px;
    row-gap:0;
    font-size:.85rem;
    color:#4b5563;
}
.hf-check input{ 
    width:18px; 
    height:18px; 
    margin:2px 0 0; 
}
.hf-actions{ 
    display:flex; 
    justify-content:flex-end; 
}
.hf-btn{
    height: 42px; 
    padding: 0 18px;
    border: 0; 
    border-radius: 10px;
    background: #12124B; 
    color:#fff; 
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(18,18,75,.18);
    cursor: pointer;
    text-transform: uppercase;
}
.hf-btn:hover{ 
    filter: brightness(1.05); 
}
.error-username,.error-email,.error-phone,.error-purpose,.error-message{
    margin-top: 4px; 
    font-size: .8rem; 
    color: #B00020;
}

@media (max-width: 1150px){
    .hero-form-panel{
        position: static;
        transform: none;
        width: 100%;
        margin: 14px auto 0;
    }
  }

@media (max-width: 992px){
  .hero-contact-form{ padding-right: 4px; }
}
@media (max-width: 768px){
  .hf-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hf-col-2{ 
    grid-column: span 1; 
}
  .hf-actions{ 
    justify-content: stretch; 
}
  .hf-btn{ 
    width: 100%; 
    height: 48px; 
}
  .hf-check{ 
    grid-template-columns: 18px 1fr; 
}
  .hero-contact-form input,
  .hero-contact-form select,
  .hero-contact-form textarea{
    font-size: 16px;
  }
}


.main-slider .slide {
    padding: 80px 0px 80px !important;
}

.main-slider .content-box .box-inner {
    padding: 85px 30px;
    max-width: 750px;
}