#privacy #intro::before, #privacy #intro::after {
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center; }

#privacy #intro::after {
  background-image: url("../../images/contents/intro_bottom.svg");
  height: 117px; }

#privacy #intro .wrap {
  padding-top: 80px; }
  @media screen and (min-width: 1200px) {
    #privacy #intro .wrap {
      padding-top: 210px;
      padding-bottom: 80px; } }
  #privacy #intro .wrap h1 {
    color: #ffffff;
    font-size: 42px; }
  #privacy #intro .wrap p {
    margin-top: 32px; }

#privacy #anexo::before, #privacy #anexo::after {
  content: "";
  width: 100%;
  background-size: cover;
  display: block;
  background-position: center; }

#privacy #anexo::before {
  background-image: url("../../images/about/top_contact.svg");
  height: 75px; }
  @media screen and (min-width: 992px) {
    #privacy #anexo::before {
      height: 130px; } }
  @media screen and (min-width: 1200px) {
    #privacy #anexo::before {
      height: 210px; } }

#privacy #anexo::after {
  background-color: #A6CF4D;
  height: 40px }
  @media screen and (min-width: 500px) {
    #privacy #anexo::after {
      height: 70px; } }
  @media screen and (min-width: 768px) {
    #privacy #anexo::after {
      height: 90px; } }
  @media screen and (min-width: 992px) {
    #privacy #anexo::after {
      height: 120px; } }
  @media screen and (min-width: 1200px) {
    #privacy #anexo::after {
      height: 173px; } }

#privacy #anexo .wrap {
  padding-bottom: 20px; }
  #privacy #anexo .wrap h2 {
    color: #FFF380;
    text-align: justify;
    font-size: 30px; }
#privacy #anexo .wrap h1 {
    color: #ffffff;
    font-size: 42px; }

#privacy #contents .wrap table,th,td{
      border: 2px solid #1C3E58;
      border-collapse: collapse;

}
#privacy #contents .wrap th,td{
  padding: 8px
}

#footer {
  background-color: #A6CF4D;
}

