.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.header-content{
    min-height: inherit;
}
.header-content .header-banner .link-descuento-desktop{
	display: none;
    position: absolute;
    bottom: -60px;
    max-height: 100%;
    right: 0;
    width: 250px;
    max-width: 100%;
}
.header-content .header-banner .link-descuento-desktop img,
.header-content .header-banner .link-descuento-mobile img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.header-content .header-banner .link-descuento-mobile {
	display: none;
}

.header-banner a.link-video {
    pointer-events: none;
}
.old-menu-nav>a>img {
    max-width: inherit;
}
.resultados-more-info{
    z-index: 1;
}
@media all and (min-width: 992px){
    .section-resultados {
        padding-top: 30px;
    }
    .section-resultados>div>div:first-of-type>p {
        margin-bottom: 50px;
    }
    .section-resultados .element span {
        margin-bottom: 20px;
        font-size: 150px;
    }
    .section-resultados .element{
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px){
    .old-menu-nav{
        padding: 10px 0;
    }
    .old-menu-nav>a>img {
        max-width: 100px;
    }
}
@media all and (max-width: 430px){
	.header-content .header-banner .link-descuento-desktop {
		display: none;
	}	
	.header-content .header-banner .link-descuento-mobile {
		display: none;
		width: 100%;
		height: auto;
		position: relative;
		bottom: auto;
	}
}
@media all and (max-width: 510px){
    .old-top-bar ul:last-of-type {
        border-right: none;
        margin-right: 0;
    }
}
@media all and (max-width: 1280px){
    .header-content .new-menu-nav li {
        padding: 0 8px;
    }
}
#btn-buscar{
    border-radius: 0;
    height: 36px;
    padding: 6px 20px;
    background-color: #004e9f;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    cursor: hand;
}
.section-imagenes{
    margin-top: 40px;
    margin-bottom: 40px;
}
.section-imagenes .galeria-img{
    height: 650px;
}
.buttonComprar{
    color: #fff;
    background-color: #55a1e8;
    padding: 15px 50px !important;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 27px !important;
    font-weight: 700;
    transition: .2s all;
}
.buttonComprar.buttonFloat{
    line-height: 24px;
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-size: 16px !important;
    padding: 10px 15px !important;
    background-color: #ec671b;
    box-shadow: 0 0 5px #004e9f;
    box-shadow: 0 2px 6px rgba(0,0,0,.30)
}
.buttonComprar.buttonFloat:hover{
    background-color: #a54a16;
}
.header-content .new-menu-nav{
    top: -90px;
}
.header-content .new-menu-nav li a.buttonComprar.nav-link{
    color: #fff;
}
@media all and (max-width: 1199px){
    .header-content .new-menu-nav li a.buttonComprar.nav-link{
        margin-top: 20px;
    }
    .buttonComprar.nav-link-2{
        margin-top: 20px;
    }
}
.buttonComprar:hover,.buttonComprar:focus{
    box-shadow: 0 0 5px transparent;
    transition: .2s all;
    color: #fafafa;
    background-color: #004e9fad;
}
footer.section {
    padding: 60px 0px;
    background-color: #001489;
}
footer.section img{
    height: 70px;
    width: auto;
}
.section-imagenes .carousel-inner::before {
    background: none;
}
.section-imagenes .carousel-inner::after {
    background: none;
}