/*
* **********************************
* ################################## ESTILOS DE EXIBITION
* **********************************
*/

/*
========================
======================== ALTERA HEADER
========================
*/

.main-header {
  background-color: #fff;
  position: relative;
  border-bottom: 4px solid #1d417a;
  margin-bottom: 30px;
}

.main-header .content {
  padding: 20px 0;
}

/*
========================
======================== privacy-portal
========================
*/

.privacy-portal {
  margin: 5rem 0;
}

@media(max-width: 1024px){
  .privacy-portal {
    margin: 2rem 0;
  }
}

.privacy-portal .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media(max-width: 1024px){
  .privacy-portal .container {
    flex-direction: column;
  }
}

.privacy-portal .left {
  max-width: 77rem;
  flex: 1;
}

@media(max-width: 1024px){
  .privacy-portal .left {
    max-width: 100%;
  }
}

.privacy-portal .htmlchars {
  margin-bottom: 30px;

}

.privacy-portal .htmlchars h2{
    font-size: 2.6rem;
    line-height: 3.2rem;
    font-weight: 500;
    color: #313338;
    margin-bottom: 20px;
}

.privacy-portal .htmlchars p{
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #313338;
}


.privacy-portal .files{

}

.privacy-portal .files h2{
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #313338;
  margin-bottom: 20px;
}

.privacy-portal .files .item{
  margin-bottom: 4px;
}

.privacy-portal .files .item a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;

  background-color: #c9f2c2;
  border-left: 15px solid #66d58a;
  border-radius: 6px;
  transition: .4s;
}

.privacy-portal .files .item:hover a{
  padding-left: 1.3rem;
  transition: .4s;
}

.privacy-portal .files .item:nth-child(even) a{
  background-color: #a5ec99;
}

.privacy-portal .files .item h3{
  font-size: 1.8rem;
  font-weight: 400;
  color: #313338;
}

.privacy-portal .files .item span{
  font-size: 1.6rem;
  font-weight: 500;
  color: #313338;

  background-color: #FFF;
  padding: 14px 8px;
  border-radius: 4px;
}

.privacy-portal-form {
  margin-top: 50px;
}

.privacy-portal-form .titles{
  margin-bottom: 20px;
}

.privacy-portal-form .titles h2{
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #313338;
}

.privacy-portal-form .titles  p{
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #313338;
  max-width: 580px;
}

.privacy-portal-form form div{
  margin-bottom: 10px;
}

.privacy-portal-form form input,
.privacy-portal-form form select,
.privacy-portal-form form textarea{
  color: #313338;
  font-weight: 300;
}

.privacy-portal-form form select {
  appearance: none;
  background: #ffffff url('../../img/global/custom/arrow-select.png') center right 20px no-repeat;
}

.privacy-portal-form form input::placeholder,
.privacy-portal-form form select::placeholder,
.privacy-portal-form form textarea::placeholder {
  color: #313338;
}

.privacy-portal-form form .btn{
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px 30px;
}






.privacy-portal .right {
  max-width: 37rem;
  flex: 1;
}

@media(max-width: 1024px){
  .privacy-portal .right {
    max-width: 100%;
  }
}

.privacy-portal .right .info h2{
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #313338;
  margin-bottom: 2rem;
}

.privacy-portal .right .info .box{
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
}

.privacy-portal .right .info .box p strong{
  font-weight: 500;
  margin-bottom: 0.5rem;
}
 
.privacy-portal .right .info .box p{
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}