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

.content-boxes {
position: relative;
height: auto;
display: block;
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: 1.5em;
font-family: 'toyota_displayregular', Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

.link__download {
  font-size: 16px;
  font-family: 'toyota_displayregular', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  display: inline-block;
  background: 100% 100% url(../img/ico-download.png) no-repeat;
  padding: 4px 31px 1px 0;
}
.link__download + .link__download{
  margin-top: 10px;
}

.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;
}

.small__info {
margin-bottom: 5%;
}

@media only screen and (max-width : 768px) {

  .link__more{
    background-size: 20px 18px;
    right: 5px;
  }

.container {
  background: #f6f6f6;
}
.page-title h1 {
  font-family: 'toyota_displayregular', Arial, Helvetica, sans-serif;
  margin-top: 70px;
  font-size: 24px;
  color: #898989;
  line-height: 26px;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.page-title h1:before {
  content: "";
  width: 53px;
  height: 3px;
  background: #898989;
  display: block;
  margin-bottom: 3px;
}
.content-boxes__box {
  width: 100%;
  margin-top:15px;
  box-shadow:none;
  border: 0;
  max-height: 120px;
  overflow: hidden;
}
.content-boxes__box__content {
  padding:12px 12px 0;
}
.content-boxes__box__img {
  width: auto;
  height:  auto;
}
.content-boxes__box__img a img {
  height: auto;
  width:120px;
}

.link__title {
  font-size: 18px;
  color: #8A8A8A;
}

.link__description {
  padding:0;
  font-size: 12px;
  color: #8A8A8A;
  line-height: 17px;
  margin:8px 0 0;
}

.content p {
  color: #737373;
  font-size: 14px;
  line-height: 21px;
}

.mob-none{
  display: none;
}

}

@media only screen and (max-width : 374px) {
.link__title {
  font-size: 14px;
  color: #8A8A8A;
}
.content-boxes__box__content {
  padding:8px 8px 0;
}
}

@media only screen and (min-width : 769px) {

  .content-grid-boxes{
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .content-boxes-logistica{
    position: relative;
    width: 100%;
    margin: 0 2%;
  }

  .content-boxes{
    padding-left: 4%;
  }

  .content-boxes__box {
    width: 100%;
  }

  .text_logistica{
    padding-right: 55px;
  }

  .desk-none{
    display: none;
  }
}

.content-boxes {
  align-content: stretch !important;
}

.img-logistica{
	max-width: 100%;
}

.title_logistica{
  color:#eb0a1e;
  font-size: 18px !important;
}

.legal_logistica{
  color:#BFBFBF;
}

.mob-hidden{
  overflow: hidden;
}
