#banner-detalle {
    background: #000;
    margin-top: 80px;
}
#banner-detalle .banner-img-mobile {
    display: block;
}
#banner-detalle .banner-img-desktop {
    display: none;
}
#banner-detalle .banner-container-text {
    position: absolute;
    top: 390px;
    left: 5%;
    max-width: 275px;
    text-align: left;
    color: #fff;
}
#banner-detalle .banner-text-title {
    font-family: 'MBCorpo Title', sans-serif;
    margin-bottom: 0.5rem;
}
#banner-detalle .banner-text-subtitle {
    font-family: 'MBCorpo Text', sans-serif;
    margin-bottom: 1rem;
}
#banner-detalle .banner-buttons-primary {
    height: 57px;
    background: #00ADEF;
    color: #fff;
    font-size: 18px;
    transition: all 200ms ease;
    margin-bottom: 15px;
    border: 1px solid #4A90E2;
    width: 170px;
}
#banner-detalle .banner-buttons-primary a {
    font-family: 'MBCorpo Text', sans-serif;
    color: #fff;
}
#banner-detalle .banner-buttons-primary:hover {
    background: #0088C6;
}
#detalle-navegacion {
	background: #000;
}
#detalle-navegacion .container {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#detalle-navegacion .filtro-container {
	display: flex;
    margin-left: auto;
    margin-right: auto;
}
#detalle-navegacion .filtro-container ul {
	padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 1em 0;
}
#detalle-navegacion .filtro-container ul li {
	list-style: none;
	width: 110px;
}
#detalle-navegacion .filtro-container ul li a {
    background: transparent;
    border: solid 1px #bfbfbf;
    color: #fff;
    margin: 0;
    font-family: 'MBCorpo Text', sans-serif;
    font-size: 16px;
    transition: all 200ms ease;
    outline: none;
    padding: 5px 24px;
    width: 101%;
    display: block;
    text-align: center;
}
#detalle-navegacion .filtro-container ul li:hover a {
    background: #333;
    color: #fff;
    text-decoration: none;
}
#detalle-video {
	background: #000;
}
#detalle-video .iframe_landing {
    width: 100%;
    height: 280px;
    /*margin-top: 50px;*/
}
#diseno {
    background: #000;
    color: #fff;
}
#diseno .titulo-diseno {
    font-family: 'MBCorpo Title', sans-serif;
    margin-bottom: 10px;
}
#seguridad {
    background: #000;
    color: #fff;
}
#seguridad .seguridad-titulo {
    font-family: 'MBCorpo Title', sans-serif;
    margin-bottom: 10px;
}
#confort {
    background: #000;
    color: #fff;
}
#confort .confort-titulo {
    font-family: 'MBCorpo Title', sans-serif;
    margin-bottom: 10px;
}
.landing_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3.5em;
}
.landing_info img {
    width: 100%;
}
.iframe_landing_card {
    width: 100%;
    height: 280px;
}
@media (min-width: 768px) and (max-width: 999px) {
    .iframe_landing_card {
        height: 450px;
    }
    #detalle-video .iframe_landing {
        height: 450px;
    }
    .banner-container-body {
        height: 50em !important;
    }
    #banner-detalle .banner-container-text {
        top: 675px;
    }
}
#galeria {
    background: #000;
    color: #fff;
}
#galeria h4 {
    font-family: 'MBCorpo Title', sans-serif;
}
#galeria .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
#galeria .nav-tabs .nav-item {
    margin-bottom: -1px;
}
#galeria .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
#galeria .new-gle-tab .nav-tabs .nav-item {
    color: #fff;
    font-size: 33px;
    border-bottom: 2px solid transparent;
    border: none;
    font-family: 'MBCorpo Title', sans-serif;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1em;
}
#galeria .new-gle-tab .nav-tabs .nav-item.active {
    color: #00ADEF;
    background: transparent;
    border: none;
}
#galeria .gallery-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
#galeria .first-new {
    height: 378px;
    overflow: hidden;
}
#galeria .gallery-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}
#galeria .nav-tabs {
    border: none;
}
#versiones {
    background: #000;
    color: #fff;
}
#versiones h4 {
    font-family: 'MBCorpo Title', sans-serif;
}
#versiones .content-container {
    align-items: center;
    display: flex;
    width: 100%;
}
#versiones .content-container h3 {
    font-family: 'MBCorpo Title', sans-serif;
}
#versiones .content-button {
    height: 57px;
    background: #00ADEF;
    color: #fff;
    font-size: 18px;
    transition: all 200ms ease;
    margin-bottom: 15px;
    border: 1px solid #4A90E2;
}
#versiones .content-button:hover {
    background: #0088C6;
}
#versiones .content-button a {
    color: #fff;
    font-family: 'MBCorpo Text', sans-serif;
}
#versiones .content-button:hover a {
    color: #fff;
}
@media (min-width: 769px) {
    #banner-detalle .banner-container-text {
        position: absolute;
        top: 195px;
        left: 5%;
        max-width: 40%;
        text-align: left;
        color: #fff;
    }
}
@media (max-width: 576px) {
	#detalle-navegacion .filtro-container ul {
		justify-content: center;
	}

	#detalle-navegacion .filtro-container ul li {
		margin-bottom: 0.5em;
		width: 130px!important;
	}
}
section .row {
    margin: 0 30px;
}
section .container {
    max-width: 100%;
    padding: 0;
}
.galeria-desktop {
    display: none;
}
.galeria-mobile {
    display: block;
}
#versiones {
    padding-top: 30px;
}
h4:after {
    content: "";
    display: block;
    width: 30px;
    margin-bottom: 20px;
    height: 2px;
    background: white;
}
.galeria-desktop .row {
    margin: 0 !important;
}
#catalogo {
    background: #000;
    color: #fff;
    padding: 15px 0;
}
#catalogo .content-container {
    align-items: center;
    display: flex;
    width: 100%;
}
#catalogo .content-container > div {
    display: flex;
    justify-content: center;
}
#catalogo .content-button {
    background: #00ADEF;
    font-size: 16px;
    font-family: 'MBCorpo Text';
    transition: all 200ms ease;
    padding: 10px 50px;
    border: 1px solid #4A90E2;
}
#catalogo .content-button:hover {
    background: #0088C6;
}
#catalogo .content-button a {
    color: #fff;
}
@media (max-width: 999px) {
    .landing_info h3 {
        margin-top: 24px;
        margin-bottom: 30px;
        font-size: 22px;
    }
    .landing_info p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .landing_info > div {
        padding: 0;
    }
    .caption-landing {
        color: #fff;
        left: 0 !important;
        right: 0 !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 1em;
        top: 100%;
    }
    .banner-container-body {
        height: 30em;
    }
    .banner-text-title {
        font-size: 30px;
    }
    .banner-text-subtitle {
        font-size: 14px;
    }
    .banner-container-buttons {
        width: auto;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner-buttons-primary {
        width: 100% !important;
    }
    #versiones .content-container {
        flex-wrap: wrap;
    }
    #versiones .content-container > div:first-child {
        margin: 15px 0;
    }
    #versiones .content-container > div:last-child {
        display: flex;
        justify-content: center;
    }
    #galeria .row {
        display: block;
    }
}
@media (min-width: 999px) {
    #banner-detalle {
        margin-top: 160px;
    }
    #banner-detalle .banner-img-mobile {
        display: none;
    }
    #banner-detalle .banner-img-desktop {
        display: block;
    }
    #banner-detalle .banner-container-text {
        position: absolute;
        top: 195px;
        left: 5%;
        max-width: 275px;
        text-align: left;
        color: #fff;
    }
    #banner-detalle .banner-text-title {
        font-family: 'MBCorpo Title', sans-serif;
        margin-bottom: 0.5rem;
    }
    #banner-detalle .banner-text-subtitle {
        font-family: 'MBCorpo Text', sans-serif;
        margin-bottom: 1rem;
    }
    #banner-detalle .banner-buttons-primary {
        height: 57px;
        background: #00ADEF;
        color: #fff;
        font-size: 18px;
        transition: all 200ms ease;
        margin-bottom: 15px;
        border: 1px solid #4A90E2;
        width: 170px;
    }
    #banner-detalle .banner-buttons-primary a {
        font-family: 'MBCorpo Text', sans-serif;
        color: #fff;
    }
    #banner-detalle .banner-buttons-primary:hover {
        background: #0088C6;
    }
    #detalle-navegacion {
        background: #000;
    }
    #detalle-navegacion .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .row {
        /*margin: 0!important;*/
    }
    #detalle-navegacion .filtro-container {
        display: flex;
    }
    #detalle-navegacion .filtro-container ul {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 3em 0 1em 0;
    }
    #detalle-navegacion .filtro-container ul li {
        list-style: none;
        width: 110px;
    }
    #detalle-navegacion .filtro-container ul li a {
        background: transparent;
        border: solid 1px #bfbfbf;
        color: #fff;
        margin: 0;
        font-family: 'MBCorpo Text', sans-serif;
        font-size: 16px;
        transition: all 200ms ease;
        outline: none;
        padding: 5px 24px;
        width: 101%;
        display: block;
        text-align: center;
    }
    #detalle-navegacion .filtro-container ul li:hover a {
        background: #333;
        color: #fff;
        text-decoration: none;
    }
    #detalle-video {
        background: #000;
    }
    #detalle-video .iframe_landing {
        width: 100%;
        height: 630px;
        margin-top: 50px;
    }
    #diseno {
        background: #000;
        color: #fff;
    }
    #diseno .titulo-diseno {
        font-family: 'MBCorpo Title', sans-serif;
    }
    #seguridad {
        background: #000;
        color: #fff;
    }
    #seguridad .seguridad-titulo {
        font-family: 'MBCorpo Title', sans-serif;
    }
    #confort {
        background: #000;
        color: #fff;
    }
    #confort .confort-titulo {
        font-family: 'MBCorpo Title', sans-serif;
    }
    .landing_info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 3.5em;
    }
    .landing_info img {
        width: 100%;
    }
    .iframe_landing_card {
        width: 100%;
        height: 450px;
    }
    #galeria {
        background: #000;
        color: #fff;
    }
    #galeria h4 {
        font-family: 'MBCorpo Title', sans-serif;
    }
    #galeria .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    #galeria .nav-tabs .nav-item {
        margin-bottom: -1px;
    }
    #galeria .nav-link {
        display: block;
        padding: 0.5rem 1rem;
    }
    #galeria .new-gle-tab .nav-tabs .nav-item {
        color: #fff;
        font-size: 33px;
        border-bottom: 2px solid transparent;
        border: none;
        font-family: 'MBCorpo Title', sans-serif;
        padding-left: 0;
        padding-right: 0;
        margin-right: 1em;
    }
    #galeria .new-gle-tab .nav-tabs .nav-item.active {
        color: #00ADEF;
        background: transparent;
        border: none;
    }
    #galeria .gallery-content {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2em;
    }
    #galeria .first-new {
        height: 378px;
        overflow: hidden;
    }
    #galeria .gallery-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        max-width: 100%;
    }
    #galeria .nav-tabs {
        border: none;
    }
    #versiones {
        background: #000;
        color: #fff;
    }
    #versiones h4 {
        font-family: 'MBCorpo Title', sans-serif;
    }
    #versiones .content-container {
        align-items: center;
        display: flex;
        width: 100%;
    }
    #versiones .content-container h3 {
        font-family: 'MBCorpo Title', sans-serif;
    }
    #versiones .content-button {
        height: 57px;
        background: #00ADEF;
        color: #fff;
        font-size: 18px;
        transition: all 200ms ease;
        margin-bottom: 15px;
        border: 1px solid #4A90E2;
    }
    #versiones .content-button:hover {
        background: #0088C6;
    }
    #versiones .content-button a {
        color: #fff;
        font-family: 'MBCorpo Text', sans-serif;
    }
    #versiones .content-button:hover a {
        color: #fff;
    }
    @media (min-width: 769px) {
        #banner-detalle .banner-container-text {
            position: absolute;
            top: 195px;
            left: 125px;
            max-width: 40%;
            text-align: left;
            color: #fff;
        }
    }
    @media (max-width: 576px) {
        #detalle-navegacion .filtro-container ul {
            justify-content: center;
        }

        #detalle-navegacion .filtro-container ul li {
            margin-bottom: 0.5em;
            width: 130px!important;
        }
    }
    .galeria-desktop {
        display: block;
    }
    .galeria-mobile {
        display: none!important;
    }
    #versiones .content-container > div:last-child {
        display: flex;
        justify-content: center;
    }
    section .row {
        margin: 0 125px;
    }
    #catalogo .content-button {
        font-size: 28px;
    }
}