@media only screen and (max-width: 1200px) {
	.container{
		max-width:90%;
	}
	.bg-hergom .container{
		position:relative;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size:15px;
		padding:10px 5px;
	}
	
}
@media only screen and (min-width: 991px){
	.navbar-light .navbar-nav .nav-link{
		text-align:center;
	}
}
@media only screen and (max-width: 1035px) and (min-width: 991px){
	.bg-hergom .navbar-text .revista{
		display:none;
	}
}
@media only screen and (max-width: 991px) {
	/* Benefits Container */
	#benefits-container .nav-item,
	#benefits-container .nav-link {
		width: 100%;
	}
	/* CSS Listado Combustible */
	#fuel-menu {
		border-top: 1px dotted #c00027;
    margin-top: 15px;
    padding-top: 10px;
    zoom: 100%;
	}
	#listadoCombustible,
	#listadoCombustible > li{
		display: inherit;
	}
	#listadoCombustible li:first-child {
    display: none;
	}
	#listadoCombustible,
	#listadoCombustible > li + li a,
	#listadoCombustible > li > a .contenedor{
		background: none!important;
		height: auto;
	}
	#listadoCombustible a.enlaceElemento {
    display: block;
    width: 100%;
    padding: .15rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	}
	#listadoCombustible > li > a .contenedor img {
		display: none!important;
	}
	#listadoCombustible > li > a .contenedor {
		padding: 0!important;
	}
	#listadoCombustible > li > a .contenedor .combustible {
		margin: 0;
	}
	#listadoCombustible > li > a .contenedor .combustible > * {
		display: inline-block;
		text-transform: initial;
		font-size: 16px !important;
	}
	#listadoCombustible > li > a .contenedor .combustible > span:nth-child(2) {
    padding-left: .3rem;
	}

	.bg-hergom .navbar-text{
		position:absolute;
		top:10px;
		right:85px;
	}
	.container{
		max-width:95%;
	}
}
@media only screen and (max-width: 520px) {
	.bg-hergom .navbar-text{
		display:none
	}
}
@media only screen and (max-width: 1023px) {
	body{
		padding-top:100px;
	}
	.carousel-text .carousel-item{
		font-size:15px;
		line-height:18px;
	}
}
@media only screen and (max-width: 767px) {
	.carousel-caption h5{
		font-size:18px;
		line-height:20px;
	}
	#interiores .titulo{
		font-size:22px;
		line-height:24px;
	}
	#interiores .subtitulo{
		font-size:18px;
		line-height:20px;
	}
	#interiores{
		margin:50px 0px 25px 0px
	}
}
@media only screen and (max-width: 479px) {
	.carousel-text .carousel-inner{
		height:70px;
	}

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

}