/*
  Theme Name: 	Astra Scanavini
  Template:     astra
  Author: Gabriel Castillo
  Description: Tema personalizado para el libro de reclamaciones de la tienda Scanavini Perú
  Version: 1.0.0
  License URI: https://www.tiendascanavini.pe
  Copyright: (c) 2025 Brainstorm Force.
*/
/*
  BREAKPOINTS
    375px- 425px- 576px - 640px - 768px - 992px - 1024px - 1200px
*/

:root{
	--color-primary: #FA4616;
	--color-primary-light: #FF6941;
	--color-primary-dark: #CE3007;
	--color-secondary: #005EB8;
	--color-dark: #132842;
	--color-grey: #575756;
	--color-bg-1: #f9f9f9;
	--color-bg-2: #f4f4f4;
	--color-bg-3: #e0e0e0;
	--color-bg-4: #706F6F;
	--color-white: #fff;
	--color-black: #000;
    --color-footer-top: #313131;
    --color-footer-bottom: #1A1A1A;
    --fsize-1: clamp(0.68rem,  0.36rem   +  0.61vw,  0.81rem);
    --fsize-2: clamp(0.81rem,  0.42rem   +  0.80vw,  1rem);
    --fsize-3: clamp(0.87rem,  0.4375rem +  0.80vw,  1.12rem);
    --fsize-4: clamp(1rem,  0.51rem +  0.85vw,  1.35rem);
    --fsize-5: clamp(1.5rem, 0.60rem + 1.35vw, 2.25rem);
    --fsize-6: clamp(1.7rem, 1.1rem + 1.7vw, 2.65rem);
    --fsize-7: clamp(1.55rem, 1.8rem + 2.2vw, 3.2rem);
}

/*wrapper del header*/
.wrapper-header .vc_row{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/*logo*/
.wrapper-header .wpb_content_element{
	margin: 0 auto;
	width: 180px;
	display: flex;
}
/*container btn volver*/
.wrapper-header .vc_btn3-container{
	margin-top: 25px;
	margin-bottom: 0;
}
/*btn volver*/
.wrapper-header .vc_btn3{
	padding: 12px 16px;
	border: 1px solid var(--color-primary) !important;
	font-size: 12px !important;
	font-weight: 600;
	color: var(--color-bg-1) !important;
	background-color: var(--color-primary) !important;
}
.wrapper-header .vc_btn3:hover{
	color: var(--color-primary) !important;
	background-color: var(--color-bg-1) !important;
}
@media(min-width:768px){
	/*wrapper del header*/
	.wrapper-header .vc_row{
		flex-direction: row;
	}
	/*logo*/
 .wrapper-header  .wpb_content_element{
	 margin: 0;
	 padding-left: 2rem;
	 width: 256px;
	}
	/*btn volver*/
 .wrapper-header .vc_btn3{
	padding: 20px;
	font-size: 14px !important;
 }
 /*container btn volver*/
 .wrapper-header .vc_btn3-container{
	margin-top: 0;
 }
}

/*? *-*-*-*  F O O T E R   *-*-*/
.footer .footer__top{
    padding: 15px 0 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-bg-2);
    background-color: var(--color-footer-top);
  }
  .footer .footer__top > div{
    width: 250px;
  }
  .footer .footer__top  h6 {
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--color-bg-2);
  }
  .footer .footer__top .footer__top__brand{
    margin: 15px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    gap: 20px;
    
  }
  .footer .footer__top .footer__top__brand img{
    margin: 0 auto;
    width: 140px;
  }
  .footer .footer__top .footer__top__brand h6{
    display: none;
    font-size: var(--fsize-2);
    font-weight: 400 !important;
  }
  .footer .footer__top .footer__top__contact .title{
    margin-bottom: 1.2rem;
    font-size: 19px;
    font-weight: 600;
  }
  .footer .footer__top .footer__top__contact .wrapper-contact-for-customer{
    margin-bottom: 25px;
    display: flex;
    gap: 13px;
  }
  .footer .footer__top .footer__top__contact .wrapper-icon-contact-for-customer,
  .wrapper-icon-opening-hours{
    padding-top: 8px;
  }
  .footer .footer__top .footer__top__contact .wrapper-body-contact-for-customer .title-contact-for-customer,
  .title-opening-hours{
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 600;
  }
  .footer .footer__top .footer__top__contact .wrapper-body-contact-for-customer .title-contact-for-customer + p,
  .title-opening-hours + p{
    margin-bottom: 0px;
    font-size: 13px;
  }
  .footer .footer__top .footer__top__contact .wrapper-body-contact-for-customer a{
    text-decoration: underline;
    color: var(--color-primary-light);
  }
  .footer .footer__top .footer__top__contact p{
    margin-bottom: 0px;
  }
  .footer .footer__top .footer__top__marketing{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .footer .footer__top .footer__top__marketing .wrapper-icons-rrss{
    display: flex;
    justify-content: space-around;
  }
  .footer .footer__top .footer__top__marketing .title{
    margin-bottom: 1.2rem;
    font-size: 19px;
    font-weight: 600;
  }
  .footer .footer__top .footer__top__marketing a{
    color: var(--color-bg-2);
  }
  .footer .footer__top .footer__top__marketing a:hover{
    color: var(--color-bg-3);
  }
  .footer .footer__top .footer__top__marketing .claims-book-container{
    margin: 0 auto 25px;
    width: 180px;
    height: 110px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-bg-3);
    transition: all 0.3s ease-in-out;
  }
  .footer .footer__top .footer__top__marketing .claims-book-container:hover{
    background-color: var(--color-bg-2);
  }
  .footer .footer__top .footer__top__marketing .claims-book-container img{
    width: 150px;
    height: 100px;
  }
  .footer .footer__top .footer__top__marketing .claims-book-container:hover img{
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
  }
  .footer .footer__top .wrapper-opening-hours{
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .icon-showroom, .bi-telephone-fill, .bi-envelope-at-fill, .bi-clock{
    font-size: 25px;
  }
  .footer .footer__bottom{
    width: 100%;
    background-color: var(--color-footer-bottom);
  }
  .footer .footer__bottom .footer__bottom__policies{
    margin: 0 auto;
    padding-top: 20px;
    max-width: 400px;
    display: grid;
    gap: 10px;
    grid-auto-rows: 18px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    text-align: center;
  }
  .footer .footer__bottom .footer__bottom__policies a{
    color: var(--color-bg-3);
    font-size: var(--fsize-1);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .footer .footer__bottom .footer__bottom__policies a:hover{
    text-decoration: underline;
  }
  .footer .footer__bottom p{
    margin: 0;
    padding: 16px 0 16px;
    font-size: var(--fsize-1);
    color: var(--color-bg-3);
    text-align: center;
  }
  
  @media (min-width: 576px) {
    .footer .footer__top .footer__top__marketing h6{
      text-align: center;
    }
    .footer .footer__top .footer__top__brand img{
      width: 120px;
    }
    .footer .footer__bottom p{
      padding: 20px 0 16px;
    }
  }
  @media (min-width: 640px) {
    .footer .footer__top{
      padding: 1rem 1rem 0;
      flex-direction: row;
      justify-content: space-between;
    }
    .footer .footer__top .footer__top__brand{
      align-self: self-start;
    }
    .footer .footer__top .footer__top__brand img{
      margin: 0;
      width: 120px;
    }
    .footer .footer__top .footer__top__brand h6{
      display: block;
      margin-bottom: 25px;
    }
    .footer .footer__top .footer__top__marketing{
      margin-bottom: 0;
      flex-direction: column;
      align-self: self-start;
    }
    .footer .footer__top .footer__top__marketing .claims-book-container{
      margin: 50px auto 30px;
      width: 110px;
      height: auto;
    }
    .footer .footer__top .footer__top__marketing .claims-book-container img{
      width: 110px;
      height: auto;
    }
    .footer .footer__bottom .footer__bottom__policies{
      max-width: 620px;
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }
    .footer .footer__bottom a{
      border-right: 1px solid var(--color-bg-3);
    }
    .footer .footer__bottom a:last-child{
      border-right: none
    }
  }
  @media (min-width: 992px) {
    .footer .footer__top{
      padding: 1.5rem 1rem 0;
      justify-content: space-around;
    }
    .footer .footer__top > div {
      width: 250px;
    }
    .footer .footer__top h6 {
      margin-bottom: 12px;
    }
    .footer .footer__top .footer__top__marketing h6{
      text-align: start;
    }
    .footer .footer__top .footer__top__marketing .claims-book-container{
      width: 200px;
      height: 130px;
    }
    .footer .footer__top .footer__top__marketing .claims-book-container img{
      width: 180px;
      height: auto;
    }
    .footer .footer__top .footer__top__contact .wrapper-body-contact-for-customer .title-contact-for-customer + p,
    .title-opening-hours + p{
      font-size: 15px;
    }
  }
  @media (min-width: 1024px) {
    .footer .footer__top{
      padding: 1.5rem 2.5rem 0;
      justify-content: space-between;
    }
    .footer .footer__bottom .footer__bottom__policies{
      max-width: 800px;
    }
    .footer .footer__top .footer__top__brand img{
      width: 140px;
    }
  }
  @media (min-width: 1200px) {
    .footer .footer__top{
      padding: 2rem 1rem 0;
      justify-content: space-around;
    }
    .footer .footer__top h6 {
      font-size: 17px;
    }
    .footer .footer__bottom .footer__bottom__policies{
      max-width: 1100px;
    }
    .footer .footer__top .footer__top__brand img{
      width: 160px;
    }
    .footer .footer__top .footer__top__brand h6,
    .footer .footer__top .footer__top__contact p{
      font-size: 15px;
    }
    .footer .footer__top > div {
      width: 280px;
  }
    .bi-telephone-fill, .bi-envelope-at-fill{
      margin-right: 5px;
      font-size: 30px;
    }
    .footer .footer__top .footer__top__contact .wrapper-body-contact-for-customer .title-contact-for-customer + p,
    .title-opening-hours + p{
      font-size: 15px;
    }
  }
  /*? * * *   F I N   F O O T E R   * * */