@media screen and (min-width: 1150px){
    #foto_principal .owl-item img{
        height: auto;
   		width: 100%;
    }
}

@media screen and (max-width: 1150px){

	#foto_principal {
		max-height: 380px;
	}
}



@media screen and (max-width: 990px){
    #thumbnail .slides img{
        height: 90px;
    }
	#fotosTour, #centro {
	    padding: 0 1.5em;
	}

	#contenido header .sale-info {
		padding: 10px 1.5em;
	}

	.sale-title a {
		font-size: 24px!important;
	}

	#contenido header #vigencia {
		padding: 10px 25px;
	}

	#contenido header #vigencia span {
		font-size: 16px;
	}

	#cabecera_ficha {
    	padding: 15px 20px;
    }

    #cabecera_ficha .subtitle span {
    	font-size: 25px;
    }

    #cabecera_ficha .subtitle span + span {
    	font-size: 16px;
    }

	#foto_principal {
		max-height: 290px;
	}

	.numThumbnail {
		font-size: 24px;
		top: 25%;
	}

	.form-wrapper {
		padding: 1.25em;
		min-height: inherit;
	}

	#descripcionf {
		margin-top: 20px;
	}

}



@media screen and (max-width: 768px){

    #all #centro #contenedor {
        max-width: 500px;
        margin: 40px auto 100px;
    }

    #all #centro #contenido {
        width: 100%!important;
        float: none!important;
        margin-bottom: 70px;
    }

    .footer-center .sale-info .basic-info-wrapper {
	    margin-bottom: 10px;
	}

    .right-sidebar{
        width: 100%;
    }

    .form-wrapper{
        width: 100% !important;
        margin: 1.5em 0;
        position: relative;
    }
    #thumbnail .slides img {
        height: 70px;
    }
}



@media screen and (max-width: 550px){
	#foto_principal {
    	max-height: 240px;
	}

	.owl-nav .fa {
		background-color: transparent;
	}

	#thumbnail {
		display: none;
	}

}



@media screen and (max-width: 450px){
    #foto_principal {
        max-height: 200px;
    }
    #foto_principal .owl-item img{
        width: 370px;
    }
	.owl-nav {
	    top: 38%;
	}

	.owl-prev {
		left: 0;
	}

	.owl-next {
		right: 0;
	}

	.sale-title a {
		font-size: 21px!important;
		line-height: 1.1;
	}

	#cabecera_ficha {
	    padding: 8px 15px;
	}

	#cabecera_ficha .subtitle span {
		font-size: 20px;
	}

	#cabecera_ficha .subtitle span + span {
	    font-size: 13px;
	}

	#foto_principal i.fa-expand {
		font-size: 24px;
		bottom: 7%;
		right: 2%;
	}

}









