section{
  padding:5em 0;
}


#co-section-2 .container{
  max-width: 70%;
}

.contact{
  position: relative;
  background: url(../images/contact.png) no-repeat center center;
  background-size:cover ;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}
.contact::after{
  content: "";
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 100%;
 background: linear-gradient(177.83deg, rgba(150, 88, 113, 0) 55.25%, #965871 98.43%);

}
.top-section{
  padding: 0 0 3.5rem 0;
}

.top-section::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.22);
  position: absolute;
  left:0;
  top: 0;
}
.contact .container{
  position: relative;
  z-index: 8;
}
.contact h1{
  color: #fff;
  font-weight: 300;
  font-size: 3.3rem;
  line-height:3rem;
}
.contact p{
  font-family: var(--font-secondary);
  font-size: .950rem;
  margin-top: 1.1rem;
}
.wrap{
  font-family: var(--font-secondary);
  font-size: .900rem;
  line-height: 1.5rem;
  width:85%;
  color:#b9b8b8;
  
}

.titulo-sup {
  font-size: 0.950rem;
  line-height: 1.22rem;
  letter-spacing: 0.2rem;
}
.titulo-eleg{
  font-size: 3rem;
}
.bottom-contact{
  margin:4rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap:.5em;
  font-size: 1rem;
 
  color:#444;
  font-family: var(--font-secondary);
}
.bottom-contact .color-p{
  color:var(--color-primary);
  margin-bottom: .5em;
  font-size: 1.1rem;
  font-weight: 500;
}

.form-c{
  display: flex;
  flex-direction: column;
  gap:1.7rem;
  padding-left: 2rem;
}

.form-c input,
.form-c textarea{
  padding: 7px 0 12px 0;
  border:0;
  border-bottom: 2px solid var(--color-primary);
  font-family: var(--font-terciary);
  font-style: normal;
  font-size: .880rem;
  outline: none;
}

.form-c textarea{
  resize: none;
  height: 120px;
}
.form-c input::placeholder,
.form-c textarea::placeholder
{
  color: #4444444F;
  font-family: var(--font-secondary);
}

.form-c .term{
  display: flex;
  align-items: center;
  gap:1em;
  font-family: var(--font-secondary);
  font-size:.810rem;
  font-style: italic;
}
.form-c .term input{
  border:1px solid var(--color-primary);
  margin:0;
  width: 20px;
  height: 20px;
}

.form-c button{
  background: none;
  align-self: flex-start;
  font-size: .900rem;
  padding: .5rem 2rem;
}


@media(min-width:1400px){
  
  #co-section-2 .container{
      max-width: 1250px;
  }
  .titulo-sup {
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 0.2rem;
  }
  .titulo-eleg {
    font-size: 3.6rem;
  }
  .wrap {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 89%;
  }
  .bottom-contact .color-p {
    font-size: 1rem;
  }
  .bottom-contact {
    font-size: 1rem;
  }
  .form-c input, .form-c textarea {
    font-size: 1.1rem;
  }
  .form-c .term {
    font-size: 1rem;
  }
  .form-c .term input{
    width: 25px;
    height: 25px;
  }
}
@media(min-width:680px) and (max-width:1100px)
{
  #co-section-2 .container{
    max-width: 90%;
  }
  .titulo-sup {
    font-size: 0.750rem;
}
  .titulo-eleg {
    font-size: 2.2rem;
  }
  .contact p{
    padding-bottom:1.5rem;
  }
  .form-c{
    padding-left: 0;
    margin-top:2em;
  }
  .top-section{
    align-items: flex-end;
  }
  .wrap {
    font-family: var(--font-secondary);
    font-size: 1.2rem;
    line-height: 1.5rem;
    width: 89%;
    color: #444;
    font-weight: 300;
  }
  .bottom-contact .color-p,
  .bottom-contact {
    font-size: .900rem;
  }
  .form-c textarea {
    height: 5rem;
  }
  .form-c button {
    font-size: .900rem;
    padding: .3rem 1.5rem;
  }
  .form-c input, .form-c textarea{
    border-bottom: 1px solid var(--color-primary);
  }
}

@media(max-width:480px)
{
 
  
  .contact h1 {
    color: #fff;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.53rem;
  }
  #co-section-2 .container {
    max-width: 90%;
  }
  .titulo-eleg {
    font-size: 2.2rem;
  }
  .wrap {
    display: none;
  }
  
  .form-c{
    padding-left: 0;
    margin-top:2em;
  }
  .bottom-contact {
    margin: 2rem 0 0 0;
}
 
}