body{
	font-size: 14px;
}

footer{
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.navbar-brand img {
    left: calc(50% - 79px);
    top: -50px;
}
.navbar.navbar-fixed-top{
    margin-top: 50px;
    position: absolute;
}


.input-group-addon{ width: auto !important; }


#f-login a{
    color: #000;
}
#f-login a:hover{
    text-decoration: underline !important;
}

#d-head-torneo{
  min-height:20em;
  background: url('../images/banner-principal3.jpg') top center no-repeat;
  text-align: center;
  padding: 15em 1em 4em;
  color: #fff;
}

#d-head-torneo h2{
  font-size: 23px;
  font-weight: bolder !important;
  margin-top: 1em;
}

#d-head-torneo img{
  max-width: 100%;
}

#d-head-torneo.mini{
  padding-top: 12em;
  padding-bottom: 1em;
}

#d-head-torneo.mini img{
  width: 300px;
}

#d-head-torneo.mini h2{
  font-size: 14px;
}

#d-torneos-logos-header{
  margin-top: 5px;
  background: url('../../images/sombra.png') top center no-repeat transparent;
  background-size: 100% auto;
  padding: 1em;
}

#d-torneos-logos-header a{
  display: inline-block;
  margin: .5em;
}

#d-torneos-logos-fotter{
  padding: 1em;
}

#d-torneos-logos-fotter a{
  display: inline-block;
  margin: .5em 1em;
}

#d-torneos-textos{
  margin: 1em auto 4em;
  width: 80%;
}

#d-torneos-textos h3{
  font-weight: bolder !important;
  font-size: 25px;
}

#d-torneos-textos a{
  text-decoration: underline;
}

.d-registro{
  background-color: #efefef;
  padding: 2em 0;
}

.d-registro h1{
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  color: #0f98d3;
  font-size: 26px;
}
.d-registro h1 strong{
  color: #002e5f;
}

.h-pasos{
  text-align: center;
  width: 80%;
  margin: 0 auto 2em;
}

.h-pasos > div{
  background-color: #dadada;
  color: #c0c0c0;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-right: 1px solid #c0c0c0;
  position: relative;
}

.h-pasos > div:last-child{
  border-right: 0;
}

.h-pasos span{
  border: 4px solid #c0c0c0;
  border-radius: 20px;
  border-radius: 30px;
  display: inline-block;
  width: 36px;
}

.h-pasos .active{
  background-color: #0f98d3;
  color: #fff;
}

.h-pasos .active span{
  border: 4px solid #fff;
}

.d-pasos{
  width: 80%;
  margin: 0 auto;
}

.h-pasos .active:after {
  left: calc(50% - 15px);
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0f98d3;
}

.f-checkbox .label_radio{
  display: block;
  background: #fff;
  color: #888;
  padding: 10px;
  font-size: 20px;
  font-weight: 100 !important;
}

.f-checkbox .label_radio.checked{
  background-color: #0f98d3;
  color: #fff;
}

.f-checkbox .label_radio span{
  border: 2px solid #c0c0c0;
  border-radius: 30px;
  display: inline-block;
  width: 28px;
  height: 28px;
  float: right;
}

.f-checkbox .label_radio.checked span{
  border: 0;
  background: url('../../images/palomita.png') top left no-repeat transparent;
  background-size: cover;
}

.f-checkbox .checkbox{
  display: none;
}



.default-buttons{
  margin-top: 4em;
  margin-bottom: 1em;
}
.d-pasos .btn{
  width: 100%;
  border-bottom: 7px solid #136490;
}
.d-pasos .btn:hover{
  border-bottom: 7px solid #1d8fcd;
}

.d-pasos .btn span{
  font-size: 22px;
}

#f-login, #f-invitacion{
  margin-top: 4em;
  margin-bottom: 2em;
}

#f-login h3, #f-invitacion h3{
  font-size: 25px;
  width: 60%;
  margin: 0 auto 1em;
}

#f-login .input-group0, #f-invitacion .input-group0{
  margin: 0 auto 1em;
  width: 60%;
}

#f-login .input-group, #f-invitacion .input-group{
  width: 100%;
}

#f-login .input-group label, #f-invitacion .input-group label{
  display: block;
  font-size: 16px;
}

#f-login .form-control, #f-invitacion .form-control{
  height: 45px;
}

#f-login-extras{
  margin-top: 2em;
  padding-top: 3em;
  border-top: 1px solid #ccc;
}


#d-invitacion{
  display: block;
  width: 50%;
  margin: 2em auto;
  padding: 1em;
  background: #002e5f;
  color: #a8ab05;
  font-weight: normal;
  border-radius: 10px;
  font-size: 17px;
  text-align: center;
}

#d-invitacion strong{
  font-weight: bolder;
  font-size: 30px;
  vertical-align: middle;
  color: #fff;
}

.form-control{
  padding: 12px;
  height: auto;
  line-height: 1.42857143 !important;
}


#d_socio_senior .label_radio{
  font-size: 16px;
  border-radius: 10px;
  position: relative;
}

#d_socio_senior .label_radio span {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 12px);
  right: 8px;
}

.form-text > div{
  background-color: #fff;
  margin-bottom: 1em;
  border-radius: 10px;
  text-align: center;
  padding: 1em;
  font-size: 20px;
}

#f-paso2 .form-text div, #f-estado .form-text div{
  background-color: #136490;
  color: #fff;
}

#d_socio_handicap, #d_categoria, #d_categoria_senior{
  margin-top: 1em;
}

#d_categoria div{
  color: #a8ab05;
}

#d-boton-cancelacion .btn{
  background-color: #EC3A41;
  border-color: #CC2A31;
}

#d-boton-cancelacion .btn:hover{
  background-color: #CC2A31;
  border-color: #EC3A41;
}

#f-estado .form-text a{
  color: #0f98d3;
}




.d-estado-meses{
  display: none;
}

.d-estado-meses table{
  width: 80%;
  margin: 0 auto;
  border-color: #fff;
}


select.form-control{
  padding-bottom: 14px;
}


#valida_info2{
  border: 2px solid #c0c0c0;
  border-radius: 30px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-top: 8px;
  float: right;
}

#valida_info2.checado{
  border: 0;
  background: url('../../images/palomita.png') top left no-repeat transparent;
  background-size: cover;
}


@media (max-width: 855px){
  .navbar-brand img {
    width: auto;
  }
}

@media (max-width: 767px) {

  .navbar-brand img {
    left: calc(50% - 45px);
    top: -22px;
    width: 100px;
  }

  #d-head-torneo{
    padding-top: 11em;
  }

  #d-head-torneo h2{
    font-size: 18px;
  }

  .h-pasos .active:after {
    display: none !important;
  }

  #f-login .input-group0, #f-invitacion .input-group0, #f-login h3, #f-invitacion h3{
    width: 90%;
  }

  #d-torneos-logos-header a, #d-torneos-logos-fotter a{
    width: 40%;
  }

  .f-checkbox .label_radio{
    padding: 10px 0;
    font-size: 17px;
  }
}

#f-paso3-lista-espera .form-text div{
  margin: 0;
  padding: 0;
}

#d-cancelaciones-title{
  padding: 2em;
}

#i-paso3-num{
  background-image: url('../../images/Visa-MasterCard.png');
  /*background-image: url('../images/Visa-MasterCard-American.png');*/
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
}

#b-pagos-loading.disabled{
  background-size: 35px;
  background-image: url('../../images/loading.gif');
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
}

@media (max-width: 360px){
  .navbar-brand img {
    padding-top: 0;
  }
}

/*
.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}

.label_check, .label_radio {
    padding-left: 34px;
}

.d-registro label.r_on {
    background: url(../images/checkbox/radio-on.png) no-repeat;
}
.d-registro .label_radio {
    background: url(../images/checkbox/radio-off.png) no-repeat;
}

.d-registro .label_check input, .d-registro .label_radio input {
    position: absolute;
    left: -9999px;
}

.label_check input, .label_radio input {
    margin-right: 5px;
}

.radios {
    padding-top: 18px;
}*/

/*



.example.example3 {
  background-color: #525f7f;
}

.example.example3 * {
  font-family: Quicksand, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.example.example3 .fieldset {
  margin: 0 15px 30px;
  padding: 0;
  border-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.example.example3 .field {
  padding: 10px 20px 11px;
  background-color: #7488aa;
  border-radius: 20px;
  width: 100%;
}

.example.example3 .field.half-width {
  width: calc(50% - (5px / 2));
}

.example.example3 .field.third-width {
  width: calc(33% - (5px / 3));
}

.example.example3 .field + .field {
  margin-top: 6px;
}

.example.example3 .field.focus,
.example.example3 .field:focus {
  color: #424770;
  background-color: #f6f9fc;
}

.example.example3 .field.invalid {
  background-color: #fa755a;
}

.example.example3 .field.invalid.focus {
  background-color: #f6f9fc;
}

.example.example3 .field.focus::-webkit-input-placeholder,
.example.example3 .field:focus::-webkit-input-placeholder {
  color: #cfd7df;
}

.example.example3 .field.focus::-moz-placeholder,
.example.example3 .field:focus::-moz-placeholder {
  color: #cfd7df;
}

.example.example3 .field.focus:-ms-input-placeholder,
.example.example3 .field:focus:-ms-input-placeholder {
  color: #cfd7df;
}

.example.example3 input, .example.example3 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.example.example3 input {
  color: #fff;
}

.example.example3 input::-webkit-input-placeholder {
  color: #9bacc8;
}

.example.example3 input::-moz-placeholder {
  color: #9bacc8;
}

.example.example3 input:-ms-input-placeholder {
  color: #9bacc8;
}

.example.example3 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 0 15px;
  background-color: #fcd669;
  border-radius: 20px;
  color: #525f7f;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.example.example3 button:active {
  background-color: #f5be58;
}

.example.example3 .error svg .base {
  fill: #fa755a;
}

.example.example3 .error svg .glyph {
  fill: #fff;
}

.example.example3 .error .message {
  color: #fff;
}

.example.example3 .success .icon .border {
  stroke: #fcd669;
}

.example.example3 .success .icon .checkmark {
  stroke: #fff;
}

.example.example3 .success .title {
  color: #fff;
}

.example.example3 .success .message {
  color: #9cabc8;
}

.example.example3 .success .reset path {
  fill: #fff;
}*/
