html,body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,img,q,s,var,b,u,i,center,dl,dt,dd,ul,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,video{
	margin:0px;
	padding:0px;
	border:0px;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	position:relative;
}
html{
	height:100%;
	width:100%;
	overflow: hidden;
}
body{
	font-family: FuturaBook, sans-serif;
	min-width:320px;
	min-height:100%;
	width:100%;
	background:#000000;
	color:#110f10;
	height:100%;
}
/* formulario nuevo */
.baseForm {
	background-color:#282828;
	padding: 0 20px 40px 20px;
	height:auto!important;
}
.msf-form {
	height:auto!important;
}
fieldset h4{
	text-align:center;
}
.radio-buttons-1, .radio-buttons-2 {
	width: 100%;
	text-align:center;
}
.subpregunta {
	color:yellow;
	font-size: 18px;
}
/* termina formulario nuevo */

#wrapper{
	width:100%;
	min-height:100%;
	background:url("../img/layout-bridgestone.jpg") no-repeat 70% 50% fixed;
	background-size: cover;
}
#top{
	width:100%;
	height:100px;
	background:rgba(227,29,26,0.99);
	box-shadow:0px 0px 50px rgba(0,0,0,0.2);
	margin:0px 0%;
	top:0px;
	font-weight:bold;
	font-size:25px;
}
#logo{
	height:100px;
	/*background:#000000;*/
	float:left;
}
#logo img{
	display:block;
	/*margin:0 auto;*/
	top:17px;
}
#opinion{
	height:100px;
	/*background:#000000;*/
	float:right;
}
#opinion img{
	display:block;
	/*margin:0 auto;*/
	top:12px;
}
#cuerpo {
	width:800px;
	margin: 0 auto;
}
#validacion{
	width:100%;
	/*background:#e31d1a;*/
	background:#000;
	color:#ffb901;
	text-align:center;
	padding:15px 0px;
}
#main{
	margin:0 px 0px;
	width:100%;
	padding:0px 0px;
}

/*label{
	width:100%;
	padding:0px 0px 15px 0px;
	display:block;
	text-align:center;
}*/
p{
	width:100%;
	padding:0px 0px 10px 0px;
	display:block;
	text-align:center;
	font-size:20px;
}
.field,select{
	background:#dedede;
	border:2px solid #c2c2c2;
	border-radius:2px;
	padding:13px 5%;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:15px;
	font-size:25px;
}
.button{
	width:170px;
	height:75px;
	background:#ffb901;
	border:none;
	margin:25px auto;
	font-size:25px;
	font-weight:bold;
	display:block;
}
#main_codigo{
	margin:102px 200px;
}
#codigo_respuesta{
	background:#000000;
	color:#ffb901;
	font-size:30px;
	font-weight:bold;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	padding:13px 5%;
	margin:50px 0px;
	letter-spacing:5px;
	word-break:break-word;
}

@media screen and (max-width: 1200px) {
	#top{
		width:100%;
		margin:0px auto;
	}
}
@media screen and (max-width: 920px) {
	#main_codigo{
		margin:100px 5%;
	}
}
@media screen and (max-width: 700px) {
	#main{
		margin:0px 0%;
		height:500px;
	}
}
@media screen and (max-width: 560px) {
	#top{
		font-size:20px;
		width:100%;
	}
	p{
		font-size:15px;
	}
	#main_codigo p{
		font-size:20px;
	}
	#codigo_respuesta{
		font-size:25px;
	}
	#logo img{
	display:block;
	/*margin:0 auto;*/
	top:20px;
	width:180px!important;
	max-width:100%!important;
}
#opinion img{
	display:block;
	/*margin:0 auto;*/
	top:20px;
	width:180px!important;
}
#cuerpo {
	width:100%;
	margin: 0 auto;
}
}


.popover-content {
    padding: 9px 14px;
    color: #0D0D0D;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color:#0D0D0D;
}
.modal {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .9;
}
.modal-content{
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius:3px;
}
.client-details {
    font-size: large;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}
@media(max-width: 1024px){
    .notification-wrapper {
        position: fixed;
        display: block;
        padding: 0.5rem 0.7rem;
        overflow: hidden;
        max-width: 33.33%;
        min-width: 346px;
        border-radius: 4px;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        top: 10rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: 999;
    }
}
@media(min-width: 1025px) {
    .notification-wrapper {
        position: fixed;
        display: block;
        padding: 0.5rem 0.7rem;
        overflow: hidden;
        max-width: 25%;
        border-radius: 4px;
        box-shadow: 0 0 12px #999;
        color: #FFF;
        top: 10rem;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: 999;
    }
}
.notification-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.block {
    width: 100px;
}

.notification-title {
    font-size:large;
}
.notification-subtitle {
    font-size: medium;
}

.img-notification {
    object-fit: cover;
    max-width: 300px;
    height: auto;
}
.rowb {
    display: flex;
}
.column-50{
    flex:50%;
}
.img-separator {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 27%;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 15px 15px 3px 3px;
}

.modal-header-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 15px 15px 0px 0px;
}

.redeem-wrapper {
    width: 80%;
    margin: 0 auto;
    background-color: rgba(227,29,26,0.99);
    display: flex;
    border-radius: 10px 10px 0 0;
}

.redeem-button {
    margin: 0 auto;
    background: transparent;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid yellow;
    border-left: none;
    padding: 10px 20px 2px 20px;
    font-size: large;
    letter-spacing: 1px;
	font-weight:700;
	color:yellow;
}
/***** Ocultar terminos y condiciones******/
/*.b-footer-modal-suport {
display: none;
}*/

.bonnus-close {
    padding: 0;
    height: 30px;
    width: 30px;
    border: none;
    background: transparent;
    position: absolute;
    right: -14px;
    top: -7px;
}

    .bonnus-close img {
        width: 100%;
        z-index: 999;
    }

.b_brand {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .b_brand img {
        padding: 20px;
    }

.b-modal-header {
    position: relative
}

.b-modal-body {
    background-color: black;
    color: white;
    text-align: center;
}

.b-body-modal-text {
    font-size: larger;
    padding: 25px 0px;
}

    .b-body-modal-text b {
        color: #00D0FB
    }

.b-footer-modal {
    text-align: center;
    color: white;
}

.b-footer-modal-validity {
    color: white;
    font-size: smaller;
    padding: 10px 0 5px 0;
}

.b-footer-modal-suport {
    color: #4A707F;
    padding: 5px 0 10px 0;
    font-size: smaller;
}
.b-modal-text1{
    padding: 10px;
	font-size: 2rem;
	color:yellow;
	font-weight:600;
}
.b-modal-text{
    padding: 10px;
}

.gradient {
    background-color:rgba(227,29,26,0.99);
    background-image: linear-gradient(to top, #0D0D0D, rgba(227,29,26,0.99))
}
.text-elije{
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding: 8px auto;
}
@font-face {
font-family: FuturaBook;
src: url(https://bonnus.co/fuentes/FuturaStd-Book.otf);
}
@font-face {
font-family: FuturaBold;
src: url(https://bonnus.co/fuentes/FuturaStd-Bold.otf);
}
@font-face {
font-family: FuturaHeavy;
src: url(https://bonnus.co/fuentes/FuturaStd-Heavy.otf);
}