body .container-header {
    position: relative;
    background-color: #0465ce;
}
.product ~ label {
    font-family: arial;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.description-absolute {
    position: absolute;
    color: #FFF;
    font-size: 25px;
    max-width: 530px;
    font-weight: 600;
    line-height: 28px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: 10vw;
}

.title-absolute {
	font-size: 45px;
    font-weight: 700;
    line-height: 52px;
}

@media only screen and (min-width: 776px) {
	.fueralogo1 img {
	    width: 80% !important;
	    height: 80% !important;
	}
}

.fueralogo1 img {
    width: 100% !important;
    max-width: 138px;
}

.fueralogo1 img {
    margin: 0px;
    transition: all 0.2s;
    -webkit-transform-origin: left top;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #0065CE !important;
    border: 1px solid #0065CE !important;
    border-radius: 5px;
    font-weight: 500;
    min-width: unset;
    padding: 0.65rem 2rem;
}

.btn-pedirprecio {
	font-size: 14px !important;
	padding: 1.65rem 4rem !important;
}

@media (max-width: 768px) {
	.container-body-banner {
	    /*background: url("/apolomultimedia/banner.jpg") !important;
	    background-repeat: no-repeat !important;
        background-size: 100% !important;
        background-position: center bottom !important;*/
        background: transparent !important;
	}

	.banner_desktop {
		display: block !important;
	}

	.banner_mobile {
		display: none !important;
	}

	.fueralogo1 img {
	    width: 89px !important;
	}

	.banner_mobile {
        height: 100vw !important;
    }

    .title-absolute {
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 28px;
	    text-align: center;
	    width: 100%;
	    padding-bottom: 10px;
	}

	.description-absolute {
	    font-size: 16px;
	    max-width: 100%;
	    line-height: 22px;
	    top: 15vw;
	    left: 0vw;
	    text-align: center;
	    padding: 10px;
	    justify-content: flex-start;
	}

	.image_example2 {
	    display: none !important;
	}

	.image_example3 {
	    display: block !important;
	}

	.banner_desktop img {
		object-fit: cover;
	    height: 80vw;
	    object-position: center right;
	}

	.text-title {
	    font-size: 5rem;
	}

	.image_example0 {
	    /*transform: scale(1.32);*/
	}

	.image-map img{
		margin-left: 0px !important;
	}

	.container-foot .footersubtitle {
        margin-top: 0rem !important;
    }

    .bg-yellow .container-body {
    	padding-top: 0px !important;
    	padding-bottom: 0rem !important;
    }

    .bg-yellow .container-body-banner-fossit {
	    padding-top: 4rem !important;
	    padding-bottom: 2rem !important;
	}
}

