#cookie-policy-overlay {background-color:rgba(0,0,0,0.9);z-index:9999;top:3000px;left:0;right:0;width:100%;height:100%;cursor:pointer; box-sizing: content-box;position:absolute;}
#cookie-policy {width:100%;position:fixed;bottom:0;background-color:#51302C;text-align:center;color:#fff;z-index:9999;display:none;}
#cookie-policy .cp-content {width:985px;text-align:left;margin:20px auto 20px auto;}
#cookie-policy .cp-content .cp-close {float:right;margin-top:15px;cursor:pointer;background-color:#FFFFFF;padding:5px 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-size:13px;color:#0F285B;}
#cookie-policy .cp-content .cp-close:hover {background-color:#fff;}
#cookie-policy .cp-content h6 {font-weight:bold;font-size:16px;margin-bottom:5px;}
#cookie-policy .cp-content p {line-height:18px;font-size:13px;max-width:860px;color:#fff;}
#cookie-policy .cp-content p a {color:#fff;font-weight:bold;text-decoration:underline;}
#cookie-policy .cp-content p a:hover {text-decoration:none;}

@media (max-width: 1024px) {
    #cookie-policy .cp-content {width:100%;padding:0 10px;}
    #cookie-policy .cp-content p {line-height:13px;font-size:11px;max-width:100%;}
}

.ui-autocomplete {z-index:99999999;}
.ui-autocomplete li {font-size:14px;}

* {background-repeat:no-repeat;}

ul {padding-left:0;}
ul li {list-style: none;}

/*
a, 
button span,
a:hover .arrow,
a:hover strong,
a:hover em,
.owl-prev,
.owl-next,
button,
.button .name,
.hef {-moz-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out;	-o-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; transition:all 0.3s ease-out;} 
button .spin {-moz-transition:none; -webkit-transition:none;	-o-transition:none; -ms-transition:none; transition:none;}
.button .border {-moz-transition:all 0.1s ease-out; -webkit-transition:all 0.1s ease-out;	-o-transition:all 0.1s ease-out; -ms-transition:all 0.1s ease-out; transition:all 0.1s ease-out;} 
*/



html {
position: relative;
min-height: 100%;
}


body {-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-o-font-smoothing: antialiased;overflow-x:hidden;font-family: 'Montserrat', sans-serif;background: rgb(104,53,198);
background: linear-gradient(180deg, rgba(104,53,198,1) 0%, rgba(54,25,111,1) 100%);background-repeat: repeat;}

body,
p,
li {font-size:17px;color:#0F285B; }
a {color:#0F285B;}
a:hover,
a:focus{text-decoration:none !important;color:#0F285B;}

.opacity0 {opacity: 0;}
.opacity1 {opacity: 1;}

.container{max-width:1370px; padding: 0px}
.nav-link {padding:0 30px !important;color:#fff !important;font-size:22px;}
.nav-link:hover {color:#F58600 !important;}
.nav-link.active {text-decoration: underline;}

.navbar-light .navbar-toggler {border-color:#0F285B !important;}
.navbar-light .navbar-toggler-icon {background-image:none;font-size:24px;color:#fff;line-height:35px;}
.navbar-light .navbar-toggler-icon:before {content:'\f0c9';font-family: 'FontAwesome';}
.navbar-collapse {z-index:10;}


.btn {border-radius: 0px;color:#fff;font-size:24px;font-weight:500;letter-spacing: 0;background-image:url('../img/btn1.png');background-size: 100% 100%;width:200px;height:70px;line-height: 52px;}
.btn.big {font-size:28px;}
.btn.brown {background-color:#5F2617;}
.btn.brown:hover {background-color:#D30A0F;}
.btn:hover {color:#F58600;}
.btn.large {width:280px;}

#cms {padding:60px 0;}
#cms{text-align: justify}
#cms h1 {font-size:28px; color:#ffffff}
#cms h2 {font-size:18px;color:#ffffff; }
#cms p,
#cms li {font-size:14px;color:#ffffff}
#cms ul{padding-left:20px}
#cms li {list-style-type: circle; padding-left:10px}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
textarea:focus {
outline: none;
box-shadow:none !important;
}

.input_lbl_wrapper {position: relative;}
.input_lbl_wrapper label {position: absolute;z-index:2;top:10px;color:#0F285B;font-weight:300;font-size:20px;}
.input_lbl_wrapper.animate label {-moz-transition:all 0.2s ease-out; -webkit-transition:all 0.2s ease-out;	-o-transition:all 0.2s ease-out; -ms-transition:all 0.2s ease-out; transition:all 0.2s ease-out;}
.input_lbl_wrapper input[type="text"],
.input_lbl_wrapper input[type="email"],
.input_lbl_wrapper input[type="password"] {padding:11px 10px 10px 10px;font-weight:900;border:0;font-size:20px;height:50px;border-radius: 0;color:#294C94;color:#ffffff;background-color:transparent;border-bottom:2px solid #FFEE00;}
.input_lbl_wrapper label,
.input_lbl_wrapper input[type="text"],
.input_lbl_wrapper input[type="email"],
.input_lbl_wrapper input[type="password"] {padding-left:10px;}
.input_lbl_wrapper.focus label {bottom:inherit;top:0;font-size:11px;text-transform: uppercase;}
.input_lbl_wrapper.focus input[type="text"],
.input_lbl_wrapper.focus input[type="email"],
.input_lbl_wrapper.focus input[type="password"] {padding-bottom:0;}
.input_lbl_wrapper ::-webkit-input-placeholder { color: #ffffff;}
.input_lbl_wrapper :-ms-input-placeholder { color: #ffffff;}
.input_lbl_wrapper ::placeholder { color: #ffffff;}
.select_lbl_wrapper select {background:transparent;border:0;border-bottom:2px solid #0F285B;padding:11px 10px 10px 10px;font-size:20px;height:50px;border-radius: 0;-webkit-appearance: none;-moz-appearance:none; appearance: none;width:100%;color:#294C94;}
.input_radio_lbl_wrapper li span{color:#ffffff}
.input_radio_lbl_wrapper li.selected span{color:#ffffff}
.bimboapi_form_sms_intro p{color:#ffffff}
.bimboapi_form_sms_intro h4{text-align: center}
::-moz-placeholder {
  opacity: 1;
}

.social_links {margin-bottom:0;}
.social_links li { margin-right: 5px; display: inline-block;}
.social_links a {font-size: 26px; color: #fff !important;display: block;width: 38px; height: 38px;text-align: center;line-height: 38px;border-radius: 50%;}
.social_links a > .fa {line-height: 38px;}
.social_links .facebook {background-color: #3E5C9A;}
.social_links .twitter {background-color: #29A9E1;}
.social_links .instagram {background: rgba(245,237,83,1);background: -moz-linear-gradient(45deg, rgba(245,237,83,1) 0%, rgba(228,129,68,1) 25%, rgba(208,86,102,1) 42%, rgba(200,66,120,1) 50%, rgba(25,43,250,1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(245,237,83,1)), color-stop(25%, rgba(228,129,68,1)), color-stop(42%, rgba(208,86,102,1)), color-stop(50%, rgba(200,66,120,1)), color-stop(100%, rgba(25,43,250,1))); background: -webkit-linear-gradient(45deg, rgba(245,237,83,1) 0%, rgba(228,129,68,1) 25%, rgba(208,86,102,1) 42%, rgba(200,66,120,1) 50%, rgba(25,43,250,1) 100%); background: -o-linear-gradient(45deg, rgba(245,237,83,1) 0%, rgba(228,129,68,1) 25%, rgba(208,86,102,1) 42%, rgba(200,66,120,1) 50%, rgba(25,43,250,1) 100%); background: -ms-linear-gradient(45deg, rgba(245,237,83,1) 0%, rgba(228,129,68,1) 25%, rgba(208,86,102,1) 42%, rgba(200,66,120,1) 50%, rgba(25,43,250,1) 100%); background: linear-gradient(45deg, rgba(245,237,83,1) 0%, rgba(228,129,68,1) 25%, rgba(208,86,102,1) 42%, rgba(200,66,120,1) 50%, rgba(25,43,250,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ed53', endColorstr='#192bfa', GradientType=1 );}


.beachbar,
.nav-link,
#home_gama,
#comoparticipar .num,
#ticket .seleccion_producto .name,
.section_title,
.title_big,
#comoparticipar .num,
#dudas .faq .question {font-family: 'Archivo Black', sans-serif;}

.title_big{color:#FFEE00; font-size:40px}

.archivo {font-family: 'Archivo Black', sans-serif;}

.navbar {padding:0;}
#header_wrapper {left:0;right:0;width:100%;z-index:30;padding-top:20px;background-size: cover;  margin-bottom:-50px;}
#content {text-align: center; margin: 0 auto; max-width: 1440px}
.row{margin:0px}
.section_title {font-size:40px;font-weight:300;margin-bottom:50px; color:#FFEE00; line-height: 52px}


#home {background-size: 100% auto;padding:50px 0 0 0;background-repeat: repeat;background-image:url(../img/bg_home.jpg); text-align: center}
#mensaje{text-align: center; font-size: 14px; padding:5px; background-color: #51302C; color:#ffffff}

#home img{margin:0 auto}

#participar{margin:0 auto; position: relative; margin-top:-40px}

#participar .pasos{text-align: left; padding-top: 30px}
#participar .pasos .paso{padding-bottom: 30px}
#participar .pasos .paso .ico{display:inline-block;vertical-align: middle; width:20%;}
#participar .pasos .paso .txt{display:inline-block; font-size:22px; line-height: 30px; color:#ffffff; vertical-align: middle; width:75%}
#participar .pasos .paso .txt .amarillo{color:#FFEE00}
#participar .pasos .paso .txt span.pet{font-size:20px}
#participar .pasos .paso .txt span.pet a{color:#ffffff; text-decoration: none}

#participar .home{max-width: 300px}


.productos_promo{background: rgb(104,53,198); background: linear-gradient(180deg, rgba(104,53,198,1) 0%, rgba(54,25,111,1) 100%); width:100%; height:100%;  position: absolute; z-index:9999; top:0px; text-align: center; font-size:30px; text-transform: uppercase; line-height: 60px; color:#ffffff; padding-top:100px; display: none}
.productos_promo .cerrar{cursor: pointer; padding-bottom:80px}


.bt{padding: 10px 30px; border-radius:30px; background-color: #C8030C; color:#ffffff; font-size:30px; cursor: pointer; text-transform: uppercase; display:inline-block}

.home #content{max-width: 1200px}

.banner_home{width: 70%; padding-bottom: 30px; height: 100%}
.banner_top{max-width: 80%;}
#comoparticipar .num {font-size:48px;margin-bottom:20px;}
#comoparticipar .num > span {
	width:100px;
	height:100px;
	line-height: 100px;
	text-align: center;
	background-image:url('../img/bgnum.png');
	display: block;
	margin:0 auto;
	background-size: cover;
	color:#fff;
}
#comoparticipar .desc {font-size:18px;margin:15px auto 30px auto; font-weight: 600;}
#comoparticipar .desc .m {
	font-weight: 800;
	color:#F58600;
}
#comoparticipar .desc a {text-decoration: underline;}
#comoparticipar .desc a:hover {text-decoration: none;}
#comoparticipar .btn_participar {margin-top:40px;}
#comoparticipar .desc .ver_productos {text-align: center;}
#comoparticipar .desc .ver_productos a {text-decoration: underline;font-weight: 400;}
#comoparticipar .desc .ver_productos a:hover {text-decoration: none;}

#footer {text-align: center;padding:20px 0px; margin-top:50px; font-size:16px;color:#000000; background-image:url('../img/bg_footer.png');background-size: 100% auto;font-family: 'Raleway', sans-serif; line-height: 15px; z-index: 999; position: relative; background-position: top center}
#footer a {color:#000000;text-decoration: none; font-size:12px}
#footer .validez {font-size:12px; padding-top: 10px}

.section_header {margin-bottom:30px;}



#signup_login_box{padding-top:30px; padding-bottom: 0px }
.bimboapi_content, .bimboapi_content p a, .bimboapi_content .form-check a, .login_link a{color:#ffffff!important}
.bimboapi_content .login_link a, .bimboapi_content .forgot_link a, .bimboapi_content .signup_link a{color:#ffffff!important}
.bimboapi_content .login_link a:hover, .bimboapi_content .forgot_link a:hover, .bimboapi_content .signup_link a:hover{color:#ffffff!important}
.bimboapi_content .bimboapi_form_text_legal p, .bimboapi_content .formar{color:#ffffff!important}
.input_lbl_wrapper label{color:#ffffff!important}
.input_lbl_wrapper input[type="text"], .input_lbl_wrapper input[type="email"], .input_lbl_wrapper input[type="password"]{border-color: #ffffff}
bimboapi_form_sms_intro p{color:#ffffff!important}

.bimboapi_content .btn{border-radius: 0px; border:2px solid #ffffff; color:#ffffff!important; text-transform: uppercase!important; font-size:20px;font-weight:600;letter-spacing: 0;background-color:transparent;background-size: 100% 100%; width: auto; height: inherit; background-image: none; padding: 10px 50px; line-height: inherit}
.bimboapi_content .btn:hover{color:#ffffff!important;}
.bimboapi_content .text-muted{color:#ffffff!important;}
#registro form {text-align: left;max-width:620px;margin:0 auto;}
#registro form .buttons {margin-top:40px;}
#registro form .checkbox {margin-top:40px;text-align: center;}
#registro form .checkbox label {color: #0F285B;font-size:13px;font-weight:500;}
#registro form .checkbox label a {color: #0F285B;text-decoration: underline;}
#registro form .checkbox label a:hover{text-decoration: none;}
#registro form .errors {text-align: center;color: red;font-size: 14px;font-weight: 600;margin-bottom:20px;}

#ticket{padding:50px 0px 100px 0px}
#ticket .formulario .total_reembolso{font-size:24px; margin-bottom: 40px; color: #ffffff; text-align: left}
#ticket form input,
#ticket form select {color:#ffffff;font-weight:300;border-radius: 0;font-size:24px; border:0px; border-bottom:1px solid #FFEE00;  text-align: left; padding: 5px; background-color: transparent; width:100%; margin-bottom: 40px}
#ticket form select{border:0px; text-align: left}

#ticket form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/select.png") no-repeat right transparent;
  
    border:0px;
 
  border-radius: 0px;
 
}


#ticket form select option {
    background-color: #5429a3 !important;
}

#ticket form {text-align: center;max-width:700px;margin:0 auto;}
#ticket .seleccion_producto {text-align: center;}
#ticket .seleccion_producto .pregunta {color:#000000;font-size:16px;margin-bottom:15px;}
#ticket .seleccion_producto img {margin-bottom:15px;}
#ticket .seleccion_producto .name {font-size:27px;line-height:30px;margin-bottom:10px;}
#ticket form label {color: #ffffff;font-size:16px;font-weight:600;}
#ticket form .buttons {margin-top:60px;}
#ticket form .narrow {max-width:350px;margin:30px auto 0 auto;}
#ticket form .upload_box {margin-top:20px;}
#ticket form .upload_ast {font-size:12px;color:#000000;font-weight:500;}
#ticket form .upload_box .adjunta {font-size:13px;margin-bottom:15px;font-weight:600;color: #ffffff;}
#ticket form .upload_box .adjunta span {display: block;font-size:12px;}
#ticket form .upload_box .upload_button {border-color:#ffffff;background-color:#ffffff;color:#ffffff;font-weight:400;letter-spacing: 1px;font-size:16px;display: block;padding:4px 24px 3px 24px;margin:0 auto;width:100%; cursor: pointer}
#ticket form .upload_box .upload_button.btn-hover {border-color:#ffffff;background-color:#ffffff; color:#ffffff}
#ticket form .upload_box .upload_button:after {font-family:'FontAwesome';content:'\f0ee';margin-left:10px;font-size:24px;vertical-align: middle;display: inline-block;}
#ticket form .upload_box #errormsg > div {padding-top: 10px;}
#ticket form .upload_box #msgsuccess > div {max-width: 300px;margin: 15px auto 0 auto;font-weight: 600;font-size: 14px;}
#ticket form .errors {text-align: center;color: red;font-size: 14px;font-weight: 600;margin-bottom:20px;}
#ticket .btn_enviar{border:1px solid #ffffff; border-radius: 20px; font-size:24px; color:#ffffff; padding:5px 30px; background-color: transparent}

#ticket.ticket_codigo .formulario{}

#update_address_form{padding:50px 0px 100px 0px}
.gracias {background-image:url('../img/bg_gracias.png'); background-color: rgba(104,53,198,1); background-size: contain; background-repeat: no-repeat; background-position: center center}

#gracias{padding:100px 0px}
#gracias .narrow {max-width:700px;margin:0 auto;}
#gracias .msg {margin-bottom:20px;font-size:24px;font-weight: 600; color:#ffffff}
#gracias .msg.noolvides {
	margin-bottom:30px;
	font-size: 22px;
	font-weight: 800;
}
#gracias .msg .amarillo {color:#FFEE00;}
#gracias .msg a {text-decoration: underline;}
#gracias .msg a:hover {text-decoration: none;}
#gracias .msg .spam {margin-top:20px;display: block;font-size:15px;}
#gracias .quieres {color: #0F285B;margin-bottom:20px;font-weight: 500;padding-top:40px;}

#gracias .msg .seguir{color:#ffffff; font-size:30px; font-weight: 300}

#gracias .siguenos{padding-top:30px}
#gracias .siguenos li {
	display: inline-block;
	vertical-align: middle;
	padding:5px;
}

 #gracias .siguenos li img {
	  width:70px;
  }



#dudas {padding-top:40px;}
#dudas .faq {margin-bottom:40px;font-size:15px;font-weight: 500;}
#dudas .faq .question {font-size:28px;font-weight:700;margin-bottom:10px;}
#dudas .faq .question:before {content: ' ';background-image:url('../img/check_dudas.png');background-repeat: no-repeat;background-size: cover;width:36px;height:36px;position: absolute;margin-left:-50px;margin-top:4px;}
#dudas .faq .answer {}
#dudas .faq .answer a {text-decoration: underline;}
#dudas .faq .answer a:hover {text-decoration: none;}


#modal_productos{color:#0F285B; font-size:17px; line-height:25px; font-weight: 400; text-align: center;background-image:url('../img/bgg.jpg');background-repeat: repeat;background-size: 100% auto;}
#modal_productos strong{font-weight: 600; color:#F58600}
#modal_productos span{font-size:18px}
.fancybox-is-open .fancybox-bg{opacity:0.4!important }

.no_desktop{display: none}
.no_mobile{display: inline-block}


@media (max-width: 1300px) {


}

@media (max-width: 1200px) {
  .home_tostador_cont {margin-left:-50px;}
  .nav-link {font-size: 20px;}
  .navbar-brand {max-width: 200px;}
  #header_wrapper .container {max-width: 100%;}
    #header_wrapper{margin-bottom:-40px}

    #participar .pasos .paso .txt{font-size:18px}
    #participar .home{max-width: 200px}
    
}

@media (max-width: 1122px) {
   
}

@media (max-width: 991px) {
    .no_desktop{display: inline-block}
    .no_mobile{display: none}
    
  #home_gama {font-size: 48px;line-height: 44px;}
  .home_tostador_cont {margin-left:0px;}
  
  #content {padding-top:0px;}
  .navbar {padding: .35rem 1rem;background-color: #0F285B;}
  .navbar-nav {padding:15px 0;}
  .navbar-nav .nav-link {padding:0 !important;font-size:24px;line-height:42px;}
  .navbar-toggler {padding:0 10px;}
  #menu .container-fluid {padding:0;}
  #home .container {max-width: 100%;}
  #home_gama {
	  margin:0 auto;
	  width:100%;
  }
  .home_tostador_cont {
	  margin:0 auto;
	  width:100%;
  }
  #home_gana {
	  width: 62vw;
  }
  #home_tostadora {
	  margin-top:0;
  }
  #home_pack_bimbo {
    width: 65vw;
	}
	#home {background-size: 118% auto;}
    
    #header_wrapper{margin-bottom:-80px}
    #menu .container{text-align: left!important}
    .banner_top{max-width: 44px; margin-left:20px;}
    #participar{margin-top:0px}
    #participar .home{max-width: 300px}
    
    .home #content{background-image:url('../img/bg_content.png'); background-position:top center}
    #participar .pasos {max-width: 360px; margin:0 auto}
    #participar .pasos .paso .ico{width: 20%}
    #participar .pasos .paso .ico img{max-width: 54px}
    #participar .pasos .paso .txt{font-size:15px; line-height: 26px; width:75%}
    #participar .pasos .paso .txt span.pet{font-size:13px}
    .bt{font-size:20px}
    #footer{margin: 0 auto}
    .productos_promo{font-size: 20px; line-height: 50px}
}

@media (max-width: 768px) {
    
  #home_gama {font-size: 33px;line-height: 30px;}
  #home_gama br {display: none;}
    #home {padding-top:20px}
  .section_title {font-size: 28px; max-width: 330px; margin:0 auto; line-height: 32px}
    #ticket .section_title{margin-bottom:40px}
     #gracias .section_title{margin-bottom:40px}
    #cms{width:85%; margin:0 auto}
    #cms .section_title{margin-bottom:40px}
    #gracias .msg .seguir{font-size: 24px; line-height: 24px}
  #comoparticipar .num {font-size: 50px;line-height: 58px;}
  #comoparticipar img {max-width:300px;}
  #comoparticipar .desc {font-size:16px;font-weight:500;}
  #comoparticipar .btn_participar {margin-top: 10px;}
    
    #signup_login_box{max-width: 90%; margin: 0 auto}
  .btn.big {font-size: 18px;padding: 8px 30px 7px 30px;}
    #footer .container{width:90%}
  .section_header {padding: 10px 10px 0 10px;margin-bottom: 15px;}
  .section_header img {display: none;}
  .input_lbl_wrapper label {font-size:15px;}
  .input_lbl_wrapper.focus label {font-size:9px;}
  .input_lbl_wrapper input[type="text"], 
  .input_lbl_wrapper input[type="email"], 
  .input_lbl_wrapper input[type="password"] {height:40px;font-size: 16px;}
  .form-group {margin-bottom:5px;}
  #registro form .errors {font-size:12px;}
  #registro form .checkbox label {font-size:11px;}
  #registro form .checkbox {margin-top:20px;}
  #registro form .buttons {margin-top:20px;}
  .btn {font-size: 22px;padding: 7px 30px 7px 30px;}
  button.btn {font-size: 22px;}
    #ticket{width: 90%; margin: 0 auto}
  #ticket form .buttons {margin-top:40px;}
  #ticket .seleccion_producto .pregunta,
  #ticket form .upload_box .adjunta  {font-size:14px;}
  #ticket .seleccion_producto .name {font-size: 18px;line-height: 20px;}
  #ticket form .seleccion_producto label {font-size:16px;}
  #ticket form label {font-size:13px;}
  .form-control {font-size:14px;}
  #ticket form label {font-size:16px;}
  #ticket form .upload_box .adjunta span {font-size:11px;}
  #ticket form .upload_box .upload_button {font-size:14px;padding: 4px 15px 3px 15px;}
  #ticket form .upload_box #msgsuccess > div {max-width:280px;font-size: 13px;}
  #gracias{width: 90%; margin: 0 auto}
  #gracias .msg {font-size:16px;margin-bottom: 40px;}
  #gracias .quieres {font-size:16px;}
    #gracias .siguenos li img {
	  width:30px;
  }
  #dudas {padding-top:20px;}
  #dudas .faq .question {font-size:18px;}
  #dudas .faq .answer {font-size:15px;}
  #dudas .faq {margin-bottom:30px;}
    
  #cms h1 {font-size:18px;}
  #cms h2 {font-size:16px; }
  #cms p,
  #cms li {font-size:14px;}
  #ganadores li {font-size:15px;}
  #comoparticipar .num {
	  font-size: 32px;
	  margin-bottom:0;
  }
  #comoparticipar .num > span {
	  width:50px;
	  height: 50px;
	  line-height: 50px;
  }
  .title_big {
	  font-size:32px;
	  margin-bottom:10px;
  }
  .bimboapi_box .subtitle {
	  font-size:16px;
  }
  .form-check label {
	  font-size:12px;
  }
    
    #ticket form input, #ticket form select{font-size:20px}
    #ticket .btn_enviar{font-size:20px}
    #ticket .formulario .total_reembolso{font-size:20px}
}

@media (max-width: 550px) {
   
  #home_gama {font-size: 26px;line-height: 22px;}
  .home_tostador_cont {margin-left:-30px;}
  .section_title {font-size: 28px;line-height: 25px;}
  
}
