

@media only screen and (min-width: 360px){
  .banner-heading h2 span::before{    
    width: 223px;
  }
  .t-span h3 span:first-child:before {
    margin-left: -1px;
    margin-top: 24px;
    width: 258px;
  }
  .copy > div:nth-child(2) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 80px 0 80px -8px;
  }
  .copy ul li img {
    max-width: 160px;
  }
  .copy > div:nth-child(2) ul li {
    padding: 4px;
    font-size: var(--font-s-12);
    text-align: center;
  }
  .copy ul:first-child li:first-child, 
  .copy ul:nth-child(2) li:nth-child(2) {
    max-width: auto; 
  } 
  .slogan h4 span:last-child::before {
    margin-left: -284px;
    width: 173px;
  }

}

/*small phones*/
@media only screen and (min-width: 375px){

  .t-span h3 span:first-child:before  {
    margin-left: -331px;
    margin-top: 58px;
  }
  
}
/*tablets and large phones*/

@media only screen and (min-width: 390px){
  
  .banner-img {
    background-image: url(../imgs/m-banner-home-2.jpg);
    height: 450px;
  }
  .container{
    width: calc(100% - 48px);
    max-width: 390px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .slogan h4 span:last-child::before {
    margin-left: -284px;
  }
    /* Estilo para o círculo do cursor */
    #cursor-point {
      width: 0;
      height: 0;
      z-index: -9999;
  }
}

/*tablets and large phones*/

@media only screen and (min-width: 400px){
  .banner-img {
    background-image: url(../imgs/m-banner-home-3.jpg);
    height: 600px;
  }
  .t-span h3 span:first-child:before  {
    margin-left: -1px;
    margin-top: 24px;
    width: 101px;
  }
  .t-span h3 span:last-child:before {
    display: block;
    margin-top: -17px;
    margin-left: -3px;
    width: 159px;
  }
  .slogan h4 span:first-child::before {
    width: 299px;
  }
  .slogan h4 span:last-child::before {
    display: none;
  }
}

/*tablets*/
@media only screen and (min-width: 600px){
  .banner-img {
    background-image: url(../imgs/m-banner-home-4.webp);
    height: 600px;
  }
  .banner-home ul {
    padding-right: 32px;
    left: 18%;
  }
  .banner-home ul li:first-child {
    font-size: var(--font-l-32);
  }
  .banner-home ul li:last-child {
    font-size: var(--font-m-24);
  }
  .t-span h3 span:first-child:before  {    
    width: 258px;
  }
  .t-span h3 span:last-child:before {
    display: none;
  }
  .container {
    max-width: 600px;
  }
  .copy ul li img {
    max-width: 270px;
  }
  .slogan {
    text-align: left;
    max-width: 600px;
  }
  .bio-photos ul:first-child li:first-child, 
  .bio-photos ul:nth-child(2) li:nth-child(2) {
    font-size: var(--font-s-16);
  }
  .bio-photos ul li img {
    max-width: 272px;
  }
  .bio-photos ul:first-child li:first-child {
    width: 251px;
    margin-left: 13px;
  }
  .bio-photos ul:nth-child(2) li:nth-child(2) {
    width: 266px;
  }
}
/*small desktop*/
@media only screen and (min-width: 768px){  
   
    .copy > div:nth-child(2) ul li {    
      font-size: var(--font-s-16);
      width: 258px;  
    }
    .copy ul li img {
      max-width: 292px;
    }
}
/*notebook - Most resolution used in Brasil is 1360px (use 80px margin in Figma)*/

@media only screen and (min-width: 1200px){
  /* Estilo para o círculo do cursor */
  #cursor-point {
    z-index: 9999;
  }
  .container{
    width: 1134px;
    max-width: 100%;
  }
  /*banner*/
  .banner-home {
    width: auto;
    max-width: 100%;
    margin: 104px auto 80px auto;
    padding-left: 0;
    text-align: left; 
  }
  .banner-img {
    background-image: url('../imgs/banner-desktop.webp'); 
    background-repeat: no-repeat;
    background-position: right; 
    height: 504px;
    padding-top: 0;
    margin-right: 0;
  }
  .banner-heading {      
    float: right;      
    padding-bottom: 24px;
  }
  .banner-heading h1 {
    font-size: var(--font-x-56);
    width: 831px;
    line-height: 1.25;
    font-weight: 600;
    padding: 40px 368px 24px 0;
    padding-bottom: 32px;
  }
  .banner-heading h2 span::before {    
    margin-top: 24px;
    width: 307px;
    height: 24px;
  }
  .banner-heading h2 {
    font-size: var(--font-l-32);
    font-weight: 400;
  }
  .banner-home ul {  
    width: 350px;      
    transform: translateX(86%);
  }
  .banner-home ul li:first-child {
    font-size: var(--font-m-24);
    padding: 4px 8px;
    margin-bottom: 4px;
  }
  .banner-home ul li:last-child {
    font-size: var(--font-m-16);
    padding: 4px 8px;
  }
  .t-span h3 span:first-child:before  {    
    width: 260px;
  }
  .t-span h3 span:last-child:before {
    display: none;    
  }
  /*Copy 1*/
  .cont-conteiner-1{
    padding-left: 194px;
  }
  .copy-ajst-l{
    padding-right: 186px !important;
  }
  .copy > div:nth-child(2) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    margin: 80px 0 80px -80px;
  }
  .copy ul li img {
    max-width: 327px;    
  }
  .copy > div:nth-child(2) {
    gap:80px
  }
  .copy > div:nth-child(2) ul li {
    padding: 8px;
    font-size: var(--font-s-12);
    text-align: center;
  }
  /*copy-2*/
  .copy-2 > div{
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .title-2 h3 {
    text-align: right;
    font-size: var(--font-l-40);
    padding-bottom: 0;
  }
  .copy-2 > div > div p{
    width: 474px;
  }
  .copy-2 p{
    width: 660px;
    padding-bottom: 16px;
  }
  .copy-p-3{
    border-bottom: 1px solid var(--brand-primary-200);
  }
  
  /*slogan*/

  .slogan {
    text-align: left;
    width:100%;
    max-width: 969px;
  }
  .slogan h4 span:first-child::before {    
    margin-top: 22px;
    margin-left: 5px;
    width: 301px;
  }
  .slogan h4 span:last-child::before {    
    margin-top: 24px;
    margin-left: -2px;
  }
  .hide-mobile{
    display: block;
  }
  .hide-desktop{
    display: none;

  /*accordion*/
  }
  .accordion-container{
    display: flex;
    margin: 0 auto;
    width: 1004px;
  }
  .accordion-container .title-2, .accordion-container .bt-duvidas{
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-between;    
  }
  .accordion-container .title-2 h3{
    text-align: left;
    font-size: var(--font-l-32);
    padding-bottom: 0;
  }
  .js-accordion dd{
    font-size: var(--font-m-20);
    font-weight: 300;
  }
  .bt-duvidas p {
    font-size: var(--font-m-20);
  }
  .bt-duvidas button {       
    font-size: var(--font-m-16);
    padding: 16px 30px;
  }
  .acordion-sep {
    width: 720px;
  }
  
/*copy-bio*/
  .bio-conteiner {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center;
    margin-left: 56px;
    width: 1089px;
    margin-top: 48px;
  }
  .bio-photos {
    display: flex;
    width: 600px;
    order: 2;
  }
  .bio-txt {
    order: 1; 
  }
  .bio-photos ul:first-child li:first-child, .bio-photos ul:nth-child(2) li:nth-child(2) {    
    padding: 8px;
    font-size: var(--font-s-14);
  }
  .bio-photos ul:first-child li:first-child {    
    width: 224px;
  }
  .bio-photos ul li img {
    max-width: 279px !important;
  }  
  .bio-photos ul li:first-child img {
    width: 329px !important;
  }
  .bt-secondary button {
    width: 224px;
    font-size: var(--font-m-16);
  }

  /*Footer*/

  footer ul {
    margin-top: 0;
  }
  footer h5 {
    font-family: "Pero";
    font-size: var(--font-l-30);
    font-weight: 600;
    color: var(--primary-black);
    line-height: 1.6;
    padding-top: 0;
    margin-bottom: 48px;
  }
  .cta-footer img{
    display: none;
  }
  .main-links {
    display: flex;
    align-items: flex-start;
    gap: 295px;    
  }
  .cta-footer{
    width: 452px;
  }
  .f-links{
    flex-direction: column;
    gap: 64px;
  }
  .links-pages li{
    padding-bottom: 32px;
  }
  .f-link-active{    
    color: var( --brand-primary-300) !important;
  }
  .f-link-active::before {
    color: var(--brand-secondary-300);
  }
  .links-pages li, .links-pages li a{
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: var(--font-m-24);
    color: var( --primary-black);
  }  
  .links-pages li a::before,   .f-link-active::before{
    content: '•';
    font-size: var(--font-m-20);
    font-weight: 200;
    top: -11px ;
    left: -6px;
    position: relative;
    transition: color 0.3s ease;
  }
  .links-pages li a:hover{    
    color: var( --brand-primary-300);
    transition: color 0.3s ease;
  }
  .links-pages li a:hover:before{
    color: var(--brand-secondary-300);
  }
  .f-social{
    display: flex;
    gap: 40px;
    height: 58px;
  }
  .f-social li{
    background-color: var(--neutral-primary-50);
    border-radius: 8px;
    transition: background 0.2s ease, padding-top 0.2s ease;  
  }
  .f-social li:hover{
    background-color: var(--neutral-primary-25);
    padding-top: 4px;   
  } 
  .f-address{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 88px;
  }
  .link-privacy {
    margin-top: 0;
  }
  .copyright {    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1000px;
  }
  .copyright li {
    font-size: var(--font-s-14);
    font-weight: 300;
    padding-left: 10px;
    padding-right: 14px;
  } 
}

/*desktop*/

@media only screen and (min-width: 1920px){
  .banner-home {    
    margin: 104px auto;   
  }
  .banner-heading h1 {
    font-size: var(--font-x-56);
    width: 831px;
    line-height: 1.25;
    font-weight: 400;
    padding: 170px 550px 24px 0;
    padding-bottom: 32px;
  }
  .banner-home ul {
    left: 34%;
  }
  .banner-img {
    background-image: url(../imgs/banner-large-desktop.webp);
    height: 800px;
  }  
  .banner-home ul li:first-child {
    font-size: var(--font-l-30);
    padding: 8px 16px;
    margin-bottom: 8px;
  }
  .banner-home ul li:last-child {
    font-size: var(--font-m-24);    
  }
}