
* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
    display: block;
  }
  
  button {
    cursor: pointer;
  }
  
.container-politica{
    display: flex;
    width: 100%;
    background-color: #fff;
    padding: 57px 83px;
    flex-direction: column;
}

.favicon-logo {
    width: 100%;
    max-width: 250px;
    padding-bottom: 56px;
}


.logo-footer{
    width: 100%;
    max-width: 250px;
    padding-top: 83px;
    align-self: center;
}

.line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.50);
    margin-bottom: 56px;
}
.texto-politica{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.texto-politica span{
  color: #02B1F1;
font-family: 'Inter', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 36px;
}

.texto-politica h1{
    color: #02B1F1;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0px 0px 20px 0px;

}

.texto-politica p{
color: #000;
font-family: 'Inter', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 36px;
}

.texto-politica h3{
    color: #02B1F1;
font-family: 'Inter', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px;
margin: 29px 0;

}

@media (max-width: 850px) {
    .texto-politica h1{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .texto-politica p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .texto-politica h3{
        font-size: 20px;
        margin: 10px 0;
    }
    .texto-politica span{
        font-size: 20px;
    }
    .favicon-logo{
      max-width: 200px;
  }
  .logo-footer{

      max-width: 200px;
  }
  
}

@media (max-width: 550px){
    .container-politica{
        padding: 25px 20px;
    }
    .texto-politica {
      padding: 0 20px;
    }
    .texto-politica h1{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .texto-politica p{
        font-size: 12px;
        margin-bottom: 0px;
    }
    .texto-politica h3{
        font-size: 12px;
    }
    .texto-politica span{
        font-size: 12px;
    }
    .favicon-logo{
        padding-bottom: 20px;
        max-width: 150px;
    }
    .logo-footer{
        padding-top: 20px;
        max-width: 150px;
    }
}