@page { size: auto;  margin: 0mm; }

html {

}
body {
  background-color: #CD272C;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F3F4F6;
  color: #1a63ae;
  font-family: 'proxima_nova_rgregular';
}

body.blur {
  background-color: #CD272C;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F3F4F6;
}


body.game .container-menu {
  position: absolute;
  width: 100%;
  z-index: 100;
}

body.game .footer {
  position: absolute;
  bottom: 0px;
}

.button {
  color: #fff;
  background-color: #04AC13;
  font-family: 'proxima_novabold';
  text-transform: uppercase;
  border-radius: 8px;
  border-bottom: 2px solid #039210;
}

.button-2 {
  background-color: transparent;
  color: #04AC13;
  border-color: #04AC13;
  border-width: 2px;
}

.button:hover,
.button:focus {
      background-color: #039210;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

a,
a:hover {
  color: #04AC13;
}

h1 {
  font-family: 'proxima_novabold';
}

p {
  font-family: 'proxima_nova_rgregular';
}

.ulmenu {
  list-style: none;
  text-align: center;
  display: table;
  margin: 0 auto;
}


.menu-overlay ul {
  list-style: none;
}

.menu-overlay li {
  margin-top: 1rem;
}
.ulmenu li {
  float: left;
  display: table-cell;
  padding: 0px 1rem;
}

.menu-item,
.menu-item a {
  border-radius: 12px;
  cursor: pointer;
  background:transparent;
  color: #fff;
  font-family: 'proxima_nova_rgregular';
  border: 2px solid transparent;
  margin-top: 0.7rem;
  font-size: 0.9em;
}

.menu-desktop {
  background-color: #04AC15;
  padding-top: 0;
  padding-bottom: 1rem;
  position: absolute;
  z-index: 1;
}

.footer {
  background-color: #111111; 
  position: fixed;
  bottom: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer ul li a {
  color: #555555;
}

.menu {
  
}


.menu-item:hover,
.menu-item a:hover {
  /*background-color: #e8ecf5;*/
}

/*MENU MOBIL*/
.btn-menu {
    display: block;
    position: fixed;
    top: 11px;
    left: 9px;
    width: 37px;
    height: 36px;
    z-index: 1005;
    opacity: 0;
    border-radius: 10px;
    background-color: #CD272C;
    -webkit-transform: translateX(100px);
}

.btn-menu.show-menu {
    opacity: 1;
    -webkit-transform: translateX(0px);
}

.btn-menu-line {
    position: absolute;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    background: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .2s cubic-bezier(.165,.84,.44,1);
    transition: all .2s cubic-bezier(.165,.84,.44,1);
}

.line-1 {
    top: 10px;
    -webkit-transform: translateY(2px)rotateZ(0);
    transform: translateY(2px)rotateZ(0);
}

.line-2 {
    top: 17px;
}

.btn-menu.btn-close .line-1 {
    -webkit-transform: translateY(7px)rotateZ(135deg);
    transform: translateY(7px)rotateZ(135deg);
}

.btn-menu.btn-close .line-2 {
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    opacity: 0;
}

.btn-menu.btn-close .line-3 {
    -webkit-transform: translateY(-7px)rotateZ(225deg);
    transform: translateY(-7px)rotateZ(225deg);
}

.line-3 {
    bottom: 10px;
    -webkit-transform: translateY(-2px)rotateZ(0);
    transform: translateY(-2px)rotateZ(0);
}

.menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.90);
    z-index: 1004;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.55,.085,.68,.53);
    transition: transform .5s cubic-bezier(.55,.085,.68,.53);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.menu-overlay.active {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.25,.46,.45,.94);
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.table-terms div{
  border: 1px solid white;
}
/*MENU MOBIL*/

.logo-walmart {
  position: absolute;
  right: 0;
}

.yellow {
  color: #ffb81d;
}

.promo-img {
  
}

.text-portada {
  font-size: 1.65em;
  margin-top: 4%;
  line-height: 1.1;
}

.text-startgame {
  font-size: 0.8em;
  margin-top: 4%;
  line-height: 1.1;
  text-align: right;
}

#thanksModal .yellow {
  color: #ffd066;
}

.game .yellow {
  color: #ffd066; 
}

.text-startgame p {
  line-height: 1;
  text-align: right;
}

.btn-facebook-login {
  margin-top: 3%;
}

.button-mail {
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.modalDogChow,
.container-register {
  /*background-image: url(../images/background-container.jpg);
  background-position: center center;
  background-size: cover;*/
    background-color: rgba(1,74,166,0.3);
    border-radius: 15px;
}

#subtitle-form-1 {
	color: #FDBA15;
	font-family: 'proxima_novabold';
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 2rem;
    margin-top: 1rem;
}

.container-register h3,
.text-awards h3,
.text-terms h3,
.reveal h3 {
  color: #f2c43e;
  margin-bottom: 0px;
  line-height: 1.4;
  font-size: 1.7rem;
  font-family: 'hallandale_jlregular';
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: underline;
}

.modalDogChow .subtitle,
.container-register .subtitle {
  line-height: 1;
}

.container-register {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

#thanksModal {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

#thanksModal .icon {
  margin-bottom: 1rem;
}

#thanksModal .subtitle {
  font-size: 1.2em;
  line-height: 1.2;
}

#thanksModal h3 {
  line-height: 1.2;
}

.ico-form {
  width: 30px;
  right: 0px;
  position: absolute;
  top: 9px;
}
.relative {
  position: relative;
}


input, select,
.border-input-form {
  height: 2.5rem !important;
  font-size: 0.9em !important;
  padding: 0.2rem 0.5rem !important; 
  margin-bottom: 0.5rem !important;
  background-color:#fff !important;
  color: #000 !important;
  border: none !important;
}

.container-check {
  border: 2px solid #FFD15C;
  background-color: transparent;
  border-radius: 14px;
  text-align: center;
}

[type='checkbox'] {
  margin: 0px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 3px;
  height: 13px !important;
}

.reveal-overlay {
  background-color: rgba(8, 35, 62, 0.80);

}
.reveal {
  border: 0;
}


.container-ico {
  text-align: right;
  padding-right: 0.3rem;
  margin-top: -0.2rem;
  padding-left: 0.6rem;
}

.restrictions {
  font-size: 0.8em;
  font-family: 'MyriadProRegular'; 
}

.pointer {
  cursor: pointer;
}

.padding-top-0-5 {
  padding-top: 0.5rem;
}
.padding-top-1 {
  padding-top: 1rem;
}
.padding-top-2 {
  padding-top: 2rem;
}

.btn-conoce-mas {
  font-size: 1.1em;
  padding: 0.3rem 4rem;
  text-transform: initial;
  margin-top: 1rem;
  border-radius: 10px !important;
}

.footer {
  font-size: 0.8em;
  font-family: 'MyriadProRegular';
}

.facebook-share {
  position: absolute;
  margin-top: 1rem;
  margin-left: 1rem;
}

#how-to-participate .container-box-brahva {

}

.reveal-brahva .close-button,
.reveal-brahva .close-button:hover {
  right: 1rem;
  left: initial;
}

#awards .container-box-brahva,
#terms .container-box-brahva,
#instructions .container-box-brahva,
#info-thanks .container-box-brahva,
#won-ball .container-box-brahva,
#won-cap .container-box-brahva,
#how-to-participate .container-box-brahva,
#won-shirt .container-box-brahva,
#looseModal .container-box-brahva,
#sucess .container-box-brahva,
#clinic-detail .container-box-brahva {
  padding: 0rem;
  /*padding-top: 1rem;
  padding-bottom: 1rem;*/
  background-color: #EAE7E7;
  color: #787777;
  position: relative;
  /*background-image: url(../img/background-blur.jpg);*/
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 3px solid #039210;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
} 


#info-thanks .container-box-brahva {
	padding-top: 3rem;
    padding-bottom: 4rem;
}

#terms .container-box-brahva p,
.custom-style-p,
.reveal p {
  font-size: 0.9em;
  color: #787777;
  font-family: 'proxima_novabold';
}

.custom-style-p {
  font-size: 1.2em;
  font-family: 'proxima_novabold';
}

#how-to-participate .button {
  text-transform: inherit;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.container-box-brahva {
  /*border: 10px solid #fff;;*/
  border-radius: 0;
  padding: 3rem 4rem;
}

.container-box-brahva p {
  line-height: 1.2;
}


.container-flex {
  height: 100%; 
  position: absolute;
}


.flex-center {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.absolute {
  position: absolute;
}

.height-100 {
  height: 100%;
}

.btn-share {
  margin-left: 0.4rem;
  width: 140px;
}

#thanksForParticipatingModal {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.close-button,
.close-button:hover  {
  left: 1rem;
  color: #fff;
  font-family: 'proxima_novabold';
}

ol {
    list-style-position: inside;
    color: white;
}

ol li {
  list-style-type: none;
  font-size: 1.1em;
  line-height: 1.2;
  padding-top: 1.5rem;
}

.icon-li {
  width: 95px;
}

.how-to-participate-content {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.text-awards,
.text-terms {
  font-size: 1.3em;
}

.text-terms {

}

.award-list {
  list-style: none;
  margin-left: 0px;
}

.award-list li {
  line-height: 1.2;
}



.wheel-wrap {
  position: relative;
  width: 100%;
  height: initial;
  margin: 0 auto;
  z-index: 1;
}
.marker {
  top: 41%;
  left: -30px;
  z-index: 2;
  position: absolute;
}
.wheel {
  top: 90px;
  left: 75px;
  width: 100%;
  z-index: 1;
}

.center-logo{
  top: 42%;
  left: 42.5%;
  position: absolute;
}


.error,
#ui_notifIt p {
  font-family: 'proxima_novabold' !important;
  font-size: 1.1em !important;
}

#notifIt_close {
  font-family: 'proxima_novabold' !important;
  color: #ffd066 !important;
  font-size: 1.7em !important;
}

.reveal-brahva {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

.reveal .container-title h1 {
  font-size: 2em;
}

.btn-aqui {
  margin-bottom: 0px;
}

.style-label-info {
  font-family: 'proxima_novabold';
}

.style-label-info-2 {
  font-family: 'HelveticaNeue';
}

.yellow {
  color: #ffc71e;
}

#question .button {
  width: 70px;
}


#question .container-box-brahva {
    background-color: rgba(1,74,166,0.3);
}


#registerModal,
#request-form {
	 margin-top: 4rem;
}

#title-form-1 {
	color: #fff;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
}


.section {
	display: none;
}

.game {
	display: block !important;
}


.winner-modal h3 {
	font-size: 3.5em;
	color: #fff;
	font-family: 'proxima_novabold';
}

.winner-modal h4 {
	font-size: 2.5em;
	color: #FCB913;
	font-family: 'proxima_novabold';
}

.winner-modal h5 {
	font-size: 1.4em;
	color: #FCB913;
	padding-bottom: 2rem;
	font-family: 'proxima_novabold';
}

#c2canvasdiv {
  background-color: rgba(1,74,166,0.3);
  margin-top: 1rem !important;
  border-radius: 20px;
}

.container-title {
  background-color: #04AC13;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 0.8rem;
  padding-bottom: 0.1rem;
}

#winner .container-title,
#valid-code .container-title,
#my-codes .container-title {
  padding-bottom: 0.8rem;
}

.container-title h1 {
    line-height: 1;
    font-size: 2em;
    padding-bottom: 0.1rem;
}


#winner .container-title h1,
#valid-code .container-title h1,
#my-codes .container-title h1 {
  font-size: 2.2em;
}

.container-form {
  background-color: #E7E8E9;
  background-color: #E7E8E9;
  padding: 2rem 3.5rem;
  border-bottom: 3px solid #039210;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #4f4f4f;
}

.container-form h4 {
  font-family: 'proxima_novabold';
}

.container-form p {
  font-family: 'proxima_novabold';
}

#form .container-flex .row,
#codes .container-flex .row,
#winner .container-flex .row,
#valid-code .container-flex .row,
#my-codes .container-flex .row,
#nursing .container-flex .row      {
  background-color: rgba(0,0,0,0.3);
  height: 100%;
}

#winner h4 {
  color: #767677;
}

#winner p,
#valid-code p {
  line-height: 1;
  font-size: 0.9em;
  color: #767677;
}

#winner .container-form {
    padding: 1.2rem 3rem;
}

.container-form .button {
  margin-bottom: 0px;
  margin-top: 0.6rem;
  border-radius: 4px;
}

.container-form .separator, .separator {
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.container-form label {
  font-family: 'proxima_novabold';
  color: #4f4f4f;
  text-transform: uppercase;
}

table thead th {
  color: #d1282d;
  font-family: 'proxima_novabold';
}

table tbody td {
  color: #797979;
  font-family: 'proxima_novalight';
}


.container-portada-left {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
}

.container-portada-left .container-flex {
  right: 0px;
}



.container-portada-right {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
}

.close-button {
  padding-top: 1rem;
  padding-right: 0.7rem;
}

#form {
	margin-top: 5rem;
}

#problems {
	background-color: #fff;
}

#problems h3 {
	color: #04ac13;
}


#problems p {
	color: #000;
    font-size: 1.4em;
}

  /* Small only */
@media screen and (max-width: 39.9375em) {
  body,
  body.game {
    /*background-image: none;*/
  }


  #question .container-box-brahva {
    padding: 1rem 0rem;
  }

  .flex-center {
    height: auto;
    position: initial;
  }

  .absolute {
    position: relative;
  }

  body.game .footer {
    position: relative;
  }

  #how-to-participate .button-awards {
    margin-top: 2rem;
    font-size: 0.8em;
  }

  .text-awards,
  .text-terms {
    padding-top: 2rem;
  }

  #awards,
  #how-to-participate,
  #terms,
  #game {
    
  }

  .container-box-brahva.game-box {
    border: none;
    padding: 1rem 0rem;
  }

  .arrow-roulette {
    margin-top: 10rem;
    width: 20%;
    position: absolute;
  }

  .marker {
    width: 23%;
  }

  .center-logo {
    width: 14%;
  }

  .table-terms div {
    font-size: 0.6em;
  }

  .text-terms li {
    font-size: 0.8em;
  }

  .promo-img {
    margin-top: 3rem;
  }

  .text-portada {
    font-size: 1.1em;
  }

  .button-mail {
    font-size: 0.9em;
  }

  #registerModal {
    margin-top: 3rem;
  }

  .container-register {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0rem;
  }

  .container-check {
    height: 2rem;
  }

  #awards p,
  #awards li {
    line-height: 1.1;
    font-size: 0.7em;
  }

  .how-to-participate-content {
    padding-left: 0.3rem;
    padding-right: 1rem;
  }

  .modal-form-thanks h3 {
    font-size: 1.3em;
    line-height: 1;
  }

  .modal-form-thanks .padding-top-2 {
    padding-top: 0px;
  }

  .modal-form-thanks p {
    font-size: 1em !important;
    margin-bottom: 0px;
  }

  #btn-register {
    margin-top: 1rem;
  }


  .modal-form-thanks {
    padding-top: 1rem;
    padding-bottom: 1rem; 
  }

  #game {
    margin-top: 4rem;
  }


  #thanksForParticipatingModal h3,
  #winnerModal h3 {
    font-size: 1.3rem;
  }

  #thanksForParticipatingModal .padding-top-1,
  #winnerModal .padding-top-1 {
    padding-top: 0px;
  }

  .container-portada img {
    max-width: 200px;
    padding-bottom: 1rem;
  }

  #btn-continue {
    width: 80%;
  }

  .winner-modal h3 {
    font-size: 2em;
  }

  .winner-modal h4 {
    font-size: 1em;
  }


  .winner-modal p {
    font-size: 0.7em;
  }


  /**/
 
  .container-portada-left,
  .container-portada-right,
  .container-flex {
    position: initial;
  }
    .container-portada-left,
  .container-portada-right {
    width: 100%;
  }

  .footer {
    position: initial;
  }

  #portada {
    text-align: center;
  }

  .container-title h1 {
    font-size: 2.5em;
  }

  .container-form {
    padding: 1rem 1rem;
  }

  .section {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .label-term {
    font-size: 0.8em;
  }

  #codes,
  #valid-code {
    margin-top: 5rem;
    margin-bottom: 6rem;
  }

  #winner,
  #my-codes {
    margin-top: 3.5rem;
  }

  .container-portada-right {
    margin-top: 1rem;
  }


}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  .text-awards,
  .text-terms {
    padding-top: 2rem;
  }

  .flex-center {
    height: auto;
    position: initial;
  }

  .absolute {
    position: relative;
  }

  body.game .footer {
    position: relative;
  }

  #awards,
  #how-to-participate,
  #terms,
  #game {
    margin-top: 5rem;
  }

  .center-logo {
    top: 43%;
    left: 43%;
  }

   .center-logo img {
     width: 115px;
   }

   .container-box-brahva.game-box {
    border: none;
    padding: 1rem 0rem;
  }


  /**/
 
  .container-portada-left,
  .container-portada-right,
  .container-flex {
    position: initial;
  }
    .container-portada-left,
  .container-portada-right {
    width: 100%;
  }

  .footer {
    position: initial;
  }

  #portada {
    text-align: center;
  }

  .container-title h1 {
    font-size: 2.5em;
  }

  .container-form {
    padding: 1rem 1rem;
  }

  .section {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }

  #form .container-flex .row, #codes .container-flex .row, #winner .container-flex .row, #valid-code .container-flex .row, #my-codes .container-flex .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .label-term {
    font-size: 0.8em;
  }

  #codes,
  #valid-code {
    margin-top: 5rem;
    margin-bottom: 6rem;
  }

  #winner,
  #my-codes {
    margin-top: 3.5rem;
  }

  #winner .container-form {
    padding: 1.2rem 2rem;
  }

}

@media screen and (min-width: 40em) and (max-width: 63.9375em) and (orientation:portrait) {
  .footer {
    position: fixed;
  }
}

@media print
{    
    html, body {
      width: 120mm;
      height: 97mm;
      margin:auto;
    }
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}