#franqueado {
  background-image: url(/src/img/BACKGROUND_FRANQUEADO.png);
  width: 100%;
  height: 800px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 3.5rem;
  display: flex;
  align-items: end;
  justify-content: start;
}
#franqueado-hidden {
  background-color: var(--primary);
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3.5rem;
  display: none;
  align-items: end;
  justify-content: start;
  flex-direction: column;
}

.box-franqueado {
  width: 45%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.box-franqueado p {
  color: var(--tertiary);
}
#franqueado-hidden p {
  color: var(--tertiary);
}
.title-franqueado {
  font-weight: bold;
  font-size: 4rem;
  line-height: 4rem;
  color: var(--tertiary);
  margin-bottom: 2rem;
}

.box-franqueado .btn-default {
  background-color: var(--primary);
  width: 100%;
  color: var(--tertiary);
  font-size: 1.6rem;
  height: 60px;
  margin-bottom: 3rem;
}
.box-franqueado .btn-default:hover {
  background-color: rgb(153, 110, 194);
  
}

.partners-title {
  margin-bottom: 4rem;
  line-height: 2rem;
}

.icons-partners {
  width: 65%;
}

.parteners-img{
width: 100%;
}
@media screen and (max-width: 1024px) {
  #franqueado {
    background-position: right;
  }
  #franqueado-hidden {
    display: flex;
    
  }
  #franqueado-hidden .icons-partners {
    width: 50%;
    align-self: center;
  }

  #franqueado-hidden .p-partners {
    align-self: center;
  }
  #franqueado-hidden .partners-title {
  text-align: center;
  }
  
  #franqueado {
    height: 500px;
  }
  
  .box-franqueado {
    width: 55%;

  }
  #franqueado .partners-title {
    display: none;
  }
  #franqueado .icons-partners {
    display: none;
  }

  #franqueado .p-partners {
    display: none;
  }
}

@media screen and (max-width: 840px) {

  .box-franqueado .btn-default {
   
    font-size: 1.3rem;

  }}

  @media screen and (max-width: 768px) {
.title-franqueado{
  font-size: 3rem;
}
.box-franqueado .btn-default {
  font-size: 1rem;
} 

#franqueado-hidden .icons-partners {
  width: 60%;
  align-self: center;
}
}

@media screen and (max-width: 540px) {
  #franqueado-hidden {
    height: 550px;
    
  }
  #franqueado-hidden .icons-partners {
    width: 80%;
    align-self: center;
  }
  .box-franqueado{
    width: 100%;
  }
  .box-franqueado .btn-default {

    font-size: 1rem;
  
  }
  .p-partners{
font-size: 0.8rem;
  }
}
@media screen and (max-width: 430px) {
  #franqueado {
    width: 100%;
    height: 400px;
    padding: 1.5rem;
    background-position: right;

  }
  #franqueado-hidden {
    width: 100%;
    padding: 1.5rem;

  }
  .title-franqueado{
    font-size: 2rem;
    line-height: normal;
    align-self: center;
  }

  .box-franqueado .btn-default {
    font-size: 0.8rem;
    height: 40px;
  } 
}

@media screen and (max-width: 350px) {

  #franqueado-hidden .icons-partners {
    width: 100%;
    align-self: center;
  }
  .title-franqueado{
    font-size: 2rem;
    line-height: normal;
    align-self: center;
  }

  .box-franqueado .btn-default {
    font-size: 0.8rem;
    height: 40px;
  } 
}