	.modalbox{
		position: fixed;
		width: 100%;
		height: 100%;
		display: block;
		background: rgba(0,0,0,.8);
		padding-top: 100px;
		top: 0;
		z-index: 99999;
		display: none;
	}
	.modalbox img{
		width: 50%;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
		display: block;
	}
	.modalbox span{
		width: 30px;
		height: 30px;
		background: black;
		border-radius: 50%;
		color: white;
		position: absolute;
		right: 20%;
		top: 70px;
		display: block;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		border: solid 1px white;
	}
	 @media (max-width: 768px) {
	 	.modalbox img{
	 		width: 90%;
	 		margin-left:auto;
	 		margin-right:auto;
	 		left:0;
	 		right:0;
	 	}
	 	.modalbox span{
	 		margin-left: -15px;
	 		left: 50%;
	 		border: solid 1px white;
	 		top: 30px;
	 	}
	 }

.actived{
	color: white!important;
	background-color: #000000!important;
	/*border-color: #F22437!important;*/
	border: 1px solid #F22437 !important;
}
.btn-rojo{
	color: white!important;
	background-color: #F22437!important;
	border-color: #F22437!important;
}
.btn-rojo:hover{
	background: black!important;
	border-color: black!important;
}
.actived:hover{
	background: black!important;
	border-color: black!important;
}
.btn-actived{
	background: black!important;
	/*border-color: black!important;*/
	border: 1px solid #F22437 !important;
}
.negro{
	background: black!important;
	border-color: black!important;
}

.w-100{
	width: 100%;
}
.iframe-showroom{
	width: 80%;
	height: 40vh;
}

.iframe-showroom iframe{
	max-width: 100%;
	min-width: 100%;
	height: 50vh;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 70%;
    background: none;
}
}

.hidden{
	display: none;
}

@media (min-width: 768px) {
  .poll .preloader-row .preloader {
    width: 250px;
    margin: 2rem auto;
  }
  .preloader2{
    width: 250px;
  }
}

.preloader2{
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}