.container.boxes_size{
  height: auto;
  margin-top: -45px;
}

.content-boxes {
position: relative;
height: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

.content-boxes__box {
position: relative;
display: flex;
min-height: 50px;
background-color: #fff;
width: 48%;
margin-bottom: 2%;
vertical-align: top;
position: relative;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px rgba(20, 20, 20, 0.2);
box-shadow: 0 1px 2px rgba(20, 20, 20, 0.2);
background: #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.content-boxes__box__img {
width: 45%;
height: 100%;
overflow: hidden;
}

.content-boxes__box__img a {
position: relative;
display: block;
width: 100%;
height: 100%;
}

.content-boxes__box__img a img {
width: 100%;
height: 100%;
}

.content-boxes__box__content{
width: 55%;
height: 100%;
padding: 10% 5% 5% 5%;
box-sizing: border-box;
}

.link__title {
color: #575757;
text-decoration: none;
font-size: 23px;
font-family: 'toyota_displayregular', Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

.link__description {
width: 100%;
margin-top: 10%;
}

.link__more{
width: 25px;
height: 18px;
background: url(../../../../desktop-images/arrow-0002.svg) no-repeat;
background-size: 25px 18px;
bottom: 17px;
right: 20px;
position: absolute;
text-indent: -9999px;
overflow: hidden;
}

.link__download__pdf{
width: 23px;
height: 28px;
background: url(../img/download.png) no-repeat;
bottom: 23px;
right: 35px;
position: absolute;
text-indent: -9999px;
overflow: hidden;
}

.icon__pdf {
position: relative;
background: url(../img/pdf.png) no-repeat;
width: 46px;
height: 56px;
margin-top: 5px;
}

.small__info {
margin-bottom: 5%;
}


.flex-adapt, .flex-center {
justify-content: center;
}

.download-box {
width: 70%;
padding: 20px 0 0 80px;
height: 100px;
overflow: hidden;
}

.download-box__content {
padding: 0 0;
margin-left: 5%;
margin-right: 8%;
width: 40%;
height: 100%;
float: left;
}

.download-box__content__title{
text-transform: uppercase;
font-size: 16px;
margin-bottom: 2px;
color: #333;
padding-top: 20px;
float: left;
}

.download-box:hover {
background-color: #c3c3c3;
}

.content-boxes__documents {
display: block;
position: relative;
width: 70%;
text-transform: uppercase;
}

.download-box__data {
padding-top: 8px;
}

.download-box__data__label {
font-size: 13px;
text-transform: uppercase;
margin-bottom: 2px;
}

.download-box__data__date {
color: #333;
}


.itens__container .itens .img-itens{
width: 100%;
text-align: center;
}


.itens__container .itens p {
width: 65%;
margin: 0 auto;
margin-top: 10px;
font-size: 12px;
}

.subhead {
text-transform: uppercase;
}

.container-left {
width: calc(100% - 60px);
float: right;
}

.challenge-subtitle, .card-column {
display: none;
}

/* NOVA TELA DE POLÍTICAS */
.wrapper-section-1 {
  background: #F6F6F6;
  padding:40px 0;
  width:100%;
}
.wrapper-section-2 {
  background: #fff;
  padding:40px 0;
  width:100%;
}
.subhead__title-qualidade {
  width:100%;
  display: block;
  margin:30px 0;
  font-weight:bold;
}
.section-qualidade {
  width: 100%;
  display: inline-block;
}
.section-qualidade * {
  box-sizing: border-box;
}
.section-qualidade__img {
  width: 35%;
  float: left;
  display:block;
}
.section-qualidade__img.two {
  text-align: right;
}
.section-qualidade__img img {
  width:100%;
  max-width: 370px;
  display: inline-block;
}
.section-qualidade__content {
  width:65%;
  padding-left: 15px;
  float: left;
  max-width:656px;
}
.section-qualidade__content.two {
  width:65%;
  padding-right: 15px;
  padding-left: 0;
  float: left;
  max-width:656px;
}
.section-qualidade p {
  color:#8A8D8E;
  font-size: 14px;
  line-height: 22px;
}

/* lista de qualidade */
ul.list-qualidade {
  list-style: none;
  padding: 0;
  margin:10px 0 0;
  clear:both
}

ul.list-qualidade li {
  width: 100%;
  height: 100%;
  margin-bottom:50px;
  display: block;
  clear: both;
}
ul.list-qualidade li .svg-draw {
  background:top center no-repeat;
  height:50px;
}

ul.list-qualidade li p {
  background: url(../img/line-mobile.png) no-repeat center top;
  padding-top:15px;
}


ul.list-qualidade li:nth-child(1) .svg-draw {background-image:url(../img/1-svg.svg);}
ul.list-qualidade li:nth-child(2) .svg-draw {background-image:url(../img/2-svg.svg);}
ul.list-qualidade li:nth-child(3) .svg-draw {background-image:url(../img/3-svg.svg);}
ul.list-qualidade li:nth-child(4) .svg-draw {background-image:url(../img/4-svg.svg);}
ul.list-qualidade li:nth-child(5) .svg-draw {background-image:url(../img/5-svg.svg);}
ul.list-qualidade.two li:nth-child(1) .svg-draw {background-image:url(../img/6-svg.svg);}
ul.list-qualidade.two li:nth-child(2) .svg-draw {background-image:url(../img/7-svg.svg);}
ul.list-qualidade.two li:nth-child(3) .svg-draw {background-image:url(../img/8-svg.svg);}
ul.list-qualidade.two li:nth-child(4) .svg-draw {background-image:url(../img/9-svg.svg);}
ul.list-qualidade.two li:nth-child(5) .svg-draw {background-image:url(../img/10-svg.svg);}
ul.list-qualidade.two li:nth-child(6) .svg-draw {background-image:url(../img/11-svg.svg);}
ul.list-qualidade.two li:nth-child(7) .svg-draw {background-image:url(../img/12-svg.svg);}
ul.list-qualidade.two li:nth-child(8) .svg-draw {background-image:url(../img/13-svg.svg);}

.wrapper-escopo {
  width:100%;
  display:block;
  margin:30px 0;
}

.list-default {
  width: 100%;
  list-style: none;
  padding:0;
  display: inline-block;
}
.list-default li:before {
  width: 8px;
  height: 8px;
  margin-right: 22px;
  position: relative;
  top: 6px;
  background: #E81528;
  display: block;
  content: "";
  border-radius: 100%;
  float: left;
}
.list-default li {
  margin-top: 30px;
  text-align: left;
}
.wrapper-ass {
  padding:65px 0;
  text-align: center;
  width: 100%;
  background:#f6f6f6;
}
.wrapper-ass img {
  width:100%;
  max-width: 308px;
  display: inline-block;
}

.desktop-v,
.mobile-v {
  display: block;
}

@media only screen and (min-width : 769px) {
  .desktop-v {
    display:block;
  }
  .mobile-v {
    display: none !important;
  }
  ul.list-qualidade li {
    display: table;
    height: auto;
  }
  ul.list-qualidade li .svg-draw {
    width: 70px;
    height: 100%;
    min-height: 50px;
    display: table;
    float: left;
    position:relative;
    margin: 5px 25px 0 0;
    background:center left no-repeat;
  }
  ul.list-qualidade li p {
    padding-top: 0;
    background:none;
  }
  ul.list-qualidade li .svg-draw:after {
    position: absolute;
    right: 0%;
    top: 0;
    display: block;
    min-width: 50px;
    height: 100%;
    width: 7px;
    content: " ";
    background:url(../img/line-desktop.png) no-repeat center right;
  }
  ul.list-qualidade p {
     min-height: 40px;
     vertical-align:middle;
     display: table-cell;
     width:100%;
     padding-top: 5px;
  }
  .itens__container {
    width: 70%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin: 4% 0;
  }

  .itens__container .itens {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    width: 33%;
  }

  .itens__container .itens p {
    text-align: center;
  }
}

@media only screen and (max-width : 768px) {
  .mobile-v {
    display: block;
  }
  .desktop-v {
    display: none !important;
  }
  
  .section-qualidade__img,
  .section-qualidade__content {
    width: 100%;
    padding-left: 0;
  }
  .section-qualidade__content p {
    text-align: center;
  }
  .section-qualidade__content.two {
    width: 100%;
    padding:0;
  }
  ul.list-qualidade {
    margin-top: 30px;
  }
  .container.boxes_size {
    margin: 0 0;
  }
  ul.list-qualidade li .svg-draw {
    margin:0;
    width: 100%;
    display: block;
    text-align: center;
  }

  ul.list-qualidade li {
    text-align: center;/
  }
  .list-default li:before {
    margin-right: 10px;
  }

  .wrapper-escopo {
    width:100%;
    display:block;
    margin:30px 0;
    text-align: center;
  }

  .cards-container {
    padding: 20px;
    transform: translateX(-20px);
    width: 100%;
    background-color: #fff;
  }

  .content-boxes__box {
    width: 100% !important;
    border: none;
    box-shadow: none;
  }

  .infografico__img {
    display: none;
  }

  .subhead {
    width: 100%;
  }

  .card-column {
    display: initial;
  }

  .challenge-subtitle {
    display: initial;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
  }

  .column-left, .column-right {
    width: 50%;
  }

  .column-left .single-box {
    border: 2px solid #00B6EC;
  }

  .column-left .card-number {
    color: #00B6EC;
  }

  .column-right .single-box {
    border: 2px solid #B0BE46;
  }

  .column-right .card-number {
    color: #B0BE46;
  }

  .single-box {
    margin: 10px;
    border-radius: 5px;
    position: relative;
    height: 160px;
  }

  .card-number {
    margin: 10px 0 0 10px;
    display: inline-block;
  }

  .card-icon {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
  }

  .card-text {
    margin: 10px;
  }

  .itens__container {
    width: 100%;
  }

  .itens__container .itens {
    width: 100%;
    margin: 22px 0;
    display: block;
    clear: both;
  }

  .itens__container .itens:last-child {
    margin-bottom: 50px;
  }

  .itens__container .itens .img-itens{
    float: left;
    width: 61px;
    text-align: center;
    margin-right: 20px;
  }

  .itens__container .itens .img-itens img{
    display: inline-block;
    max-width: 61px;
  }

  .itens__container .itens .img-itens p {
    text-align: left;
  }

  .download-box {
    width: 100%;
    padding: 15px 3px;
    overflow: hidden;
    height: auto;
    margin: 12px 0;
    display: block;
    position: relative;
  }

  .download-box:hover {
    background: white;
  }

  .icon__pdf {
    background: url(../img/pdf.png) no-repeat;
    width: 46px;
    height: 56px;
    box-sizing: border-box;
    margin-top: 0;
    float: left;
  }

  .container-left {
    width: calc(100% - 60px);
    float: right;
  }

  .download-box__content {
    padding: 0 0;
    width: 100%;
    margin: 0 0;
    height: auto;
    clear: both;
  }

  .download-box__data {
    padding: 0 0;
    margin:0;
  }

  .download-box__data__label {
    color: #848484;
    font-size: 12px;
    text-transform: uppercase;
    margin:5px 0 0;
  }

  .download-box__data__date {
    margin: 0px;
    font-size: 10px;
    color: #848484;
    text-transform: normal;
    line-height: 100%;
  }


  .only__title {
    width: 48%;
  }

  .download-box__content__title {
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    margin:0 0 5px;
    padding:0;
  }

  .link__download__pdf {
    position: absolute;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
  }
}
