#banner {
 /* min-height: 30px; */
 height: auto;
 width: 100%;
 background-size: cover;
 /*background-attachment: fixed;*/
}

.banner_collective {
 display: none;
}

#banner_video {
 height: 60vh;
 width: 100%;
}

#banner_content {
 display: flex;
 flex-direction: row;
 align-items: flex-end;
 justify-content: flex-start;
 min-height: 20px;
 height: 225px; /* RESTAR ALTURA DE #HEADER */
 width: 100%;
 max-width: 1920px;
 margin: 0 auto;
 background-size: cover;
}

#banner_content_text_holder {
 width: 100%;
 max-width: 1600px;
 height: auto;
 margin: 0 auto;
}

#banner_content_text {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: flex-start;
 height: 60px;
 width: fit-content;
 padding-left: 0px;
 padding: 0;
 margin: 0;
 background: url('../img/logo/logoksblanco.png') #cc181e no-repeat 16px 50%;
 background-size: 45px;
}

#banner_content h1, #banner_content h2 {
 color: #fff;
 font-family: ContentHeader, sans-serif;
 text-transform: uppercase;
 margin-left: 70px;
}

#banner_content h1 {
 font-size: 18px;
 line-height: 34px;
 letter-spacing: 2.5px;
 padding-right: 15px;
}

#banner_content h2 {
 font-size: 22px;
}

#banner_content a {
 position: absolute;
 text-decoration: none;
 color: white;
 padding: 10px 15px;
 background: #cc181e;
 font-family: ContentHeader, sans-serif;
 margin-top: 0px;
}

#banner_header {
 height: 100px;
 width: 100%;
 /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); */
}

#body h1, #body p {
}

#body_holder {
 width: 100%;
 height: 100%;
 background-size: 44.5%;
 padding-top: 15px;
 padding-bottom: 0px;
 transition-duration: 0.5s;
}

.body_left {
 background: none;
 box-shadow: none;
}

.body_right {
 width: calc(66.6667% - 5px);
 height: auto;
 background: url('../img/content/auditt.png')no-repeat 100% 50%;
 background-size: 100%;
}

#images {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 max-width: 1630px;
 height: 100%;
 margin: 0 auto;
 padding-top: 15px;
}

#images img {
 width: calc(calc(100% / 6) - 12.5px);
 height: 130px;
 transition-duration: 0.5s;
 object-fit: cover;
}

#images h1 {
 color: #333;
 font-family: 'Open Sans', sans-serif;
 text-transform: uppercase;
 font-weight: 600;
}

#images p {
 color: #333;
 font-family: ContentHeader, sans-serif;
 font-size: 18px;
 text-transform: ;
 font-weight: 100;
 margin-top: 0px;
 line-height: 25px;
}

#images img:hover {
}

@media screen and (max-width:1024px) { /* SECCION MOVIL-RESPONSIVE */

#banner {
 background-size: cover;
 background-attachment: unset;
 background-position: 50% 0%;
}

#banner_video {
 height: 250px;
}

#banner_content {
 min-height: 20px;
 max-height: 250px;
 width: 100%;
 max-width: 100%;
}

#banner_content_text {
 width: auto;
 height: 45px;
 background-size: 40px;
}

#banner_content h1 {
 font-size: 16px;
}

#body {
 display: flex;
 flex-direction: column;
}

.body_left {
 width: 100%;
}

.body_right {
 width: 100%;
 height: 250px;
}

#images {
 flex-direction: row;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 max-width: 100%;
 height: 100%;
 padding-top: 0px;
}

#images img {
 width: calc(50% - 7.5px);
 height: 130px;
 transition-duration: 0.5s;
 object-fit: cover;
 padding-top: 15px;
}


}