
@media (max-width: 1250px) {
	div.banner.table div.cotizar{
		width: 96%
	}
}
@media (max-width: 1193px) {
	div.banner.table div.cotizar div.container {
		xwidth: 100%
	}
	div.banner div.info {
		width: 100%;
		float: left;
		margin-left: 0px;
		border-radius: 0px;
		background-color: #015b99;
	}

	div.banner div.info.detalle {
		height: auto;
		margin-bottom: 0px
	}

		div.banner div.info div.click {
			width: 76%;
			border-radius: 0px;
			font-size: 20px
		}
		div.banner div.info div.click_bottom {
			height: 0px;
			background-color: transparent;
			width: 100%;
			border-radius: 0px;
		}
			div.banner div.info div.click_bottom > div.circle {
				    width: 145px;
				    height: 145px;
				    top: -150px;
				    right: -40px;
				    position: absolute;
			}
				div.cotizar div.container div.info div.circle div {
					padding-top: 5px
				}
				div.cotizar div.container div.circle h1, div.cotizar div.container div.circle h2 {
					font-size: 24px !important
				}
				div.cotizar div.container div.circle h3 {
					font-size: 42px !important
				}
	div.banner.table div.container div.center {
		width: 100%
	}
	div.banner div.info.detalle div.click_bottom div.price {
		width: auto;
		padding:10px 15px;
	}
	div.action_button {
		bottom: 0px
	}
	div.top{
		text-align: center !important;
		font-size: 26px !important;
	}
}

@media (max-width: 1055px) {
	div.cotizar div.container div.top {
		width: 100%
	}
	div.banner table, div.banner table thead, div.banner table tbody, div.banner table thead td, div.banner table tbody td  { 
	 -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
}
@media (max-width: 975px) {
	.container {
		width: 96%
	}
	.circle {
		right:0px !important
	}
}

@media (max-width: 767px) {
    .navbar-inverse .container {
	    display: block;
	}
    nav {
    	height: auto;
    }
    div.top-menu {
		display: block;
		width: 100%;
		text-align: center;
	}
	div.top-menu .navbar-nav {
		display: block
	}
		div.top-menu .navbar-nav > li {
			float:none;
			display: inline-block;
		}

    div.banner {
    	xoverflow: hidden;
    }
    div.banner div.cotizar {
    	padding-top: 50px;
    	position: relative;
    	bottom: 0;
    	height: auto;
    	margin-top: 0

    }
     div.banner img {
	    position: absolute;
	    
	}
    div.cotizar div.container div.top {
    	padding-right: 140px
    }
    .modal-dialog {
    	top:10%;
    }
    div.banner table td:before {
    	display: none !important
    }

   	div.testimonials .carousel-inner div.row > div {
			display: block;
			float:left;
			width: 100% !important;
			text-align: center;
	}
	div.testimonials .carousel-inner div.row > div.thumbnail {
		text-align: center;
	}
		div.testimonials .carousel-inner div.row > div.thumbnail img {
			margin: -5px auto
		}
    
	div.testimonials .carousel-inner div.row > div.right {
		margin-top: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	div.testimonials .carousel-inner div.row > div.right:before {
		width: 40%;
		height: 1px;
		left: 30%;
		top: 0px;
	}

   


}
@media (max-width: 660px) {
	div.banner.table div.container div.center {
		overflow-y: hidden;
		overflow-x: scroll;
	}
	div.banner.table div.container div.center table {
		width: 600px
	}
	div.action_button {
		position: relative;
		bottom: -20px;
		float: right;
	}
}
@media (max-width: 500px) {
	.modal-dialog {
		width: 90%;
		margin-left: 0px;
		left:5%;
	}
	.modal-body button {
		right: 0px
	}
	.modal-body .col-xs-6 {
		width: 100%;
		float:left !important;
		text-align: left !important;
	}
	.modal-body .col-xs-6 input {
		width: 100%
	}
	.modal-body .checkbox input[type="checkbox"] {
		width: auto;
	}
	.navbar-brand > img {
		max-width: 100%
	}
	div.banner {
    	overflow: inherit;
	}
	.modal-body.blue label {
		display: block;
	}


}