* {margin:0; padding:0; outline:0; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
a {text-decoration:none;}
a img {border:0;}
/*Generales*******************************************************************************/
#page-wrapper {
	margin:0;
	padding:0;
}
#page-wrapper .navbar-right {
	margin-right: 0;
}
html {
	overflow-y: auto;
}
#wrapper {
	background:#ededed;
	padding-bottom:150px;
	overflow:visible;
}
.wrapper-content {
	padding:0!important;
}
.form-control {
	height:auto;
	line-height: normal;
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
	line-height: normal
}
.alert-danger {
    color:inherit;
    border:0;
    background: inherit;
}
.text-warning {
	text-align:center;
	color:#de1d22 !important; 
}

/*.alert {
    padding:0;
    margin:0;
    border:0;
    border-radius:0;
}*/
.col-lg-4 {
	width:auto;
}
.col-lg-8 {
    width: 90%;
    padding: 0;
    margin:auto;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: none;
    width:auto;
    margin:0;
    padding:0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding:0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0;
    width: 100%;
    float: none;
}
.col-md-6, .col-md-8 {
	width:100%;
}
.feed-activity-list .feed-element {
	border:0;
}
.skin-3 .nav > li {
	display: block;
}
.skin-3 .nav > li > a {
	color: inherit;
	padding: 0;
	margin: 0;
	height: auto;
	min-height: auto;
}
.row {
	margin:0;
}
.input-group {
	display: block;
}
.checkbox label::after {
	line-height: normal;
}
.radio label::after {
	line-height: normal;
}
.checkbox, .radio {
	margin-top:0;
	margin-bottom:0;
}
.modal-body li {
	padding:10px 0;
}
.pull-right {
	float:none!important;
}
.form-inline .form-group {
	display: block;
}

/*Loader Overlay */
.loader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}
.loader {
  margin: 100px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(255, 255, 255, 0.2);
  border-right: 0.7em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.7em solid rgba(255, 255, 255, 0.2);
  border-left: 0.7em solid #de1d22;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Loader*/
.sk-spinner-fading-circle {
  margin: 15px auto;
  width: 30px;
  height: 30px;
  position: relative;
}

.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #de1d22;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
/*Fin Loader*/
body,html {
	/*overflow-x:hidden;*/
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background:#ededed;
	min-height: 600px;
	color:#222;
}
.content {
	margin:auto;
	max-width:1040px;
	position:relative;
	z-index: 100;
	width:90%;
}
.content.content-chico {
	max-width:500px;	
}
.content.content-chico .form-content .formfield {
	margin-bottom:15px;
}
.content.content-grande {
	max-width:800px;	
}
.clearfix:after {
	content:'';
	display: block;
	clear:both;
}
.btn {
	padding:0.5em 0.8em 0.7em;
    border-radius: 3px;
    display: block;
    float: left;
    clear:left;
    margin:0.8em 0 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
	letter-spacing: 1px;
	white-space: normal;
	text-align: left;
	border: 0;
}
.btn.focus, .btn:focus, .btn:hover {
	color:#fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
	border:0;
}
.btn-accederasociarse {
	text-align: center;
	margin: 40px auto 30px;
	float: none;
	max-width: 200px;
}
.content-chico .btn {
	text-align:center;
}
form button.btn {
	padding: 0.6em 0.8em 0.7em;	
	font-family: 'Montserrat', sans-serif;
	border:0;
	background-color: #de1d22;
	float:right;
}
.btn.btn-chico {
	font-size: 10px;
    padding: 0.3em 0.8em 0.4em;
    letter-spacing: 0.03em;
    line-height: 15px;
    color: #fff;
   	margin-top: 0.5em;
}
.btn:active {
	transform: translateY(1px);
}
.color-rojo {
	color:#de1d22;
}
.color-verde {
	color: #1aac40;
}
.bg-rojo {
	background-color: #de1d22;
}
.bg-verde {
	background-color: #1aac40;
}
.bg-blanco {
	background-color: #fff;
}
.bg-transp {
	background-color: transparent;
}
.shadow {
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	transition:box-shadow ease 300ms;
}
.shadow:hover {
	box-shadow: 0 0 25px rgba(0,0,0,0.25);
}
.text-right {
	text-align:left;
}

/*Triangulos*/
.triangle-bottom-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 33px 200px;
	border-color: transparent transparent #fff transparent;
	transition:border ease 300ms;
}
#toast-container {
	left:0;
	right:0;
	margin:auto;
	width:100%!important;
	max-width:800px;
	top:-18px;
	position:absolute!important;
	border-radius: 0!important;
}
#toast-container>div {
    margin: 0 0 6px;
    padding: 15px;
    width: 100%!important;    
    border-radius: 0!important;    
   	box-shadow:none!important;
    color: #fff;
    opacity:1!important;
    font-size: 13px;
	font-weight: 700;
	text-align:center;
}
#toast-container>div:before {
	display: none;
}
#toast-container * {
	font-weight: 700;
}

/*Header*******************************************************************************/
#header {
	height:80px;
	border-bottom:5px solid #de1d22;
	overflow: visible;
	z-index: 200;
	position:relative;
	background:#fff;
	margin-bottom:80px;
}
.header-escudo {
	display: block;
	padding:10px 0 0 0;
	margin:auto;
	text-align: center;
	max-width:90px;
}
.header-escudo img {
	max-width:100px;
	height:auto;	
}
.menu {
	position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    left: 0;
}
#nav-toggle {
	position: absolute;
    right: 20px;
    top: 18px;
    padding:10px 17px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    color: #555;
    cursor:pointer;
    overflow:hidden;
}
#nav-toggle span {
	display: block;
	position:relative;
	width:15px;
	background:#333;
	height:2px;
	float:right;
	margin:7px -5px 0 10px;
	transition:all ease 200ms;
}
#nav-toggle span:before, #nav-toggle span:after {
	display: block;
	content:'';
	background:#333;
	position:absolute;
	left:0;
	right:0;
	height: 2px;	
	margin:auto;
	transition:all ease 200ms;
}
#nav-toggle span:before {
	top:-4px;
} 
#nav-toggle span:after {
	bottom:-4px;
}
#nav-toggle.active span {
	background:transparent;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	left:0;
	right:0;
	top:0;
	bottom:0;
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	left:0;
	right:0;
	top:0;
	bottom:0;
}

#nav-toggle:hover {
	background: #f2f2f2
}
.menunombre {
	display: none;
}
.menu-content {
	display: none;
	position: absolute;
	right: 20px;
	top: 70px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 13px;
}
.menu-content:before {
	display: block;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 35px;
    top: -6px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    z-index: 100;
    transform: rotate(45deg);	
}
.menu-content li {
	padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    color:#333;
}
.menu-content li a {
	color: #333;
	font-weight: 700;
}
.menu-content li:last-child {
	border:0;
}
.menu-content li[ng-controller="BellHeaderCrl"] {
	display: none;
}



/*Content*******************************************************************************/
.content-header {
	height:170px;
	background-image:url(../imgs/socios.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #de1d22;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 80px;
    left: 0;
}
.content-header .triangle-bottom-right {
	position:absolute;
	bottom:0;
	right:0;
	border-bottom-color:#ededed;
}
.content-header:before {
	height:35px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	opacity:0.12;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.form-content {
	padding:30px;
	color:#333;
	border-radius:5px;
	/*overflow:hidden;*/
}
.form-content h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.form-content .form-content-top {
	border-bottom:1px solid #ccc;
	margin:0 -30px 35px;
}
.form-content .form-content-top h1 {
	font-size: 26px;
}
.form-content h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom:40px;
}
.form-content .form-content-top h2 {
	font-size: 16px;
	margin-bottom: 30px;
}
.form-content h3 {
	font-size:28px;
	color:#de1d22;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 25px;
	text-align:center;
}
.form-content label {
	color:#999;
	font-size: 18px;
	padding-bottom:7px;
	display: block;
	line-height: 18px;
}
.form-content .formfield {
	margin-bottom:15px;
}
.form-content input[type="text"], .form-content input[type="email"], .form-content input[type="password"], .form-content input[type="date"], .form-content input[type="number"] {
	padding:12px 15px;
	border:1px solid #ccc;
	border-radius:3px;
	width:100%;
	font-family: 'Montserrat', sans-serif;
}
.form-content input[type="submit"] {
	padding:12px 15px;
	border:0;
	border-radius:3px;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom:25px;
}
.form-content .select {
	height:45px;
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	position:relative;
	cursor: pointer;
	margin-bottom:25px;	
	overflow:hidden;
}
.form-content .select select {
	border-radius:3px;
	border:0;
	background:transparent;
	width:120%;
	height:100%;
	outline:0;	
}
.form-content .select:after {
	content:'\f107';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight:900;
	display: block;
	position:absolute;
	top:14px;
	right:15px;
	pointer-events: none;
	color:#999;
}
.info-adicional {
	text-align:center;
	color:#444;
}
.info-adicional a {
	color:#de1d22;
	display: inline-block;
	padding-bottom: 5px;
	position:relative;
}
.info-adicional a:after {
	content:'';
	display: block;
	width:100%;
	height:1px;
	background:#de1d22;
	position:absolute;
	bottom:0;
	left:0;
}
.helpers {
	padding:20px;
	text-align: center;
}
.helpers a {
	color:#666;
	display: inline-block;
	padding: 5px 0;
	position:relative;
	margin:0 10px;
	font-size: 15px;
}
.helpers a:hover {
	color:#333;
}
.helpers a:hover:after {
	color:#666;
}
.helpers a:after {
	content:'';
	display: block;
	width:100%;
	height:1px;
	background:#999;
	position:absolute;
	bottom:0;
	left:0;
}


/*Nuevo socio*******************************************************************************/
.top-nuevo-socio {
	border-bottom:1px solid #ededed;	
	padding: 0 30px 25px;
	margin: 0px -30px;
    height:135px;
}
.top-nuevo-socio span {
	font-weight: 400;
}
.top-nuevo-socio h1 {
	text-align:left;
}
.top-nuevo-socio h1 span.text-info {
	font-size:24px;
	color:#333;
}
.top-nuevo-socio .btn {
	letter-spacing: 0;
	font-size: 13px;
	padding: 12px 15px;
	position: relative;	
	text-align: center;
	max-width: 285px;
	margin-top:10px;
}
.top-nuevo-socio .btn i {
	margin-left:5px;
}
.form-content .formgroup {
	margin-bottom:50px;
}
.form-content .formgroup.confirmacion {
	margin-bottom:20px;
}
.form-content .formgroup.formgroup_tel {
	margin-bottom:0;
}
.form-content .formgroup h2 {
	font-weight: 700;
	letter-spacing: 0;
	font-size: 20px;
	margin-bottom:15px;
	text-align:left;
}
.form-content .formgroup h2 span {
	font-weight: 300;
}
.form-content .formgroupfield .formfield {
	width:100%;
	float:none;
}
.form-content .formgroupfield .formfield:last-child {
	float:right;
}
.chosen-container-single .chosen-single {
	background: #fff!important;
	height: 48px!important;
	border-radius: 3px!important;
	border: 1px solid #ccc!important;
	padding: 10px 15px!important;
	text-transform: uppercase;
}
.chosen-container {
	font-size: 14px!important
}
.chosen-container-single .chosen-single div b {
	background-position:0px 12px!important;
}
.chosen-container-single .chosen-default {
	color:#333;
}
.chosen-container-single .chosen-single abbr {
	top:16px!important;
}
.form-content .formgroupfield .formfield label {
	position:relative;
}
.formfield select {
	background:#fff;
	width:100%;
	min-height:45px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;
	padding:0 10px;
}
.form-content .formgroupfield .select {
	margin-bottom:0;
}
.aclaracion {
	position:absolute;
	top:0;
	right:0;
}
.aclaracion i {
	color:#999;
	font-size: 15px;
}
.aclaracion span {	
	font-size: 13px;
	text-transform: none;
	display: block;
	position: absolute;
	background: #fff;
	right: -10px;
	top: 130%;
	padding: 7px;
	width: 140px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	opacity: 0;
	transition: opacity ease 200ms;
	font-weight: 400;
	color:#666;
	text-align:center;
	z-index: -1;
}
.aclaracion span:before {
	content:'';
	width:10px;
	height: 10px;
	display: block;
	background:#fff;
	position:absolute;
	top:-3px;
	right:12px;
	transform: rotate(-45deg);
}
.aclaracion span i {
	position:absolute;
	top:12px;
	left:10px;
	color:#ccc;
	display: none;
}
.aclaracion i:hover + span {
	opacity:1;
	z-index: 100;
}
.text-center.p-md {
	text-align: center;
	padding: 0 30px;
	margin: 0px -30px 35px;	
	background: #f6f6f6;
	overflow:hidden;
	border-bottom:1px solid #ededed;
}
.text-center.p-md.mensajependiente {
	margin:0 auto 35px;
	background:#ffc107;
	color:#333;
	text-align: center;
	padding:10px;
	border-radius:5px;
}
.text-center.p-md.mensajependiente a {
	text-decoration: underline;
	color:#1a1a1a;
	font-weight: 700;
}
.text-center.p-md .boton-nav-menu {
	width:100%;
	text-align: left;
	padding:8px 0 5px;	
}

.text-center.p-md span {
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	display: block;
	padding: 0 0 5px;
	margin: 0;
	font-size: 14px;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.text-center.p-md span.simple_tag_menu_completado {
	color:#de1d22;
}
.text-danger {
	font-size: 12px;
	padding: 10px 10px 10px 20px;
	clear: both;
	position:relative;
	display: block;
}
.text-danger:before {
	position:absolute;
	top:10px;
	left:0;
	content:'\f071';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight:900;
	display: block;
	color:#de1d22;
}
.domicilio-nacion {
	margin-bottom:20px;
}
.domicilio-nacion .radio.radio-inline {
	display: inline-block;
	padding:0 0 5px;
	margin:0 15px 0 0;
	text-transform: uppercase;	
}
.domicilio-nacion .radio.radio-inline.active {
	color:#de1d22;
	border-bottom:2px solid #de1d22;
}
.domicilio-nacion label {
	font-weight: 700;
	color:#333;
	padding:0!important;
	margin:0;
	font-size: 14px;	
}
.domicilio-nacion .radio.radio-inline.active label {
	color:#de1d22;
}
.domicilio-nacion .radio label:before, .domicilio-nacion .radio label:after {
	display: none;
}
.domicilio-nacion .radio input[type="radio"] {
	display: none;
}
.mostrarlocalidades {
	font-size: 11px;
	cursor: pointer;
	letter-spacing: normal;
}

.costos-inscripcion {
	margin:-30px auto 50px;
}
.feed-element h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color:#999;
	padding: 7px 0;
}
.costos-inscripcion-div {
	background:#f2f2f2;
	padding:15px;
	border-bottom: 1px solid #ccc;
}
.costos-inscripcion-div:last-child {
	border-bottom:0;
}
.text-navy {
	font-style: normal;
	font-weight: 700;
	color:#de1d22;
}
.requisito {
	position:relative;
}
.requisito-txt {
	border-bottom: 1px solid #ccc;
	padding:15px 0 20px;
	overflow:hidden;
}
.requisito-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 12px;
	margin-top: -6px;
	color:#de1d22;
	width:auto;
}
.requisito-icon .fa-download {
	display: none;
}
.requisito label.btn {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.03em;
	cursor: pointer;
	max-width: 85%;
}
.requisito input[type="file"]{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.checkbox.check-debito {
	padding:5px 0 12px 20px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.checkbox.check-debito label {
	font-size: 15px;
	color:#333;
	padding-left:5px;
}
.checkbox.check-debito label:after {	
	font-family: "Font Awesome 5 Free"!important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight:900;
	color: #de1d22;
	font-size: 13px;
	padding: 2px;
}
.monto {
	padding: 30px 0 0;
    text-align: right;
    font-size: 18px;
    font-style: normal;
}
.requisito-wrapper small {
	display: block;
}

/*Pago*/
.nrotarjeta {
	position:relative;
}
.nrotarjeta input {
	padding-right:50px;
}
.nrotarjeta .input-group-addon {
    position: absolute;
    top: 9px;
    right: 18px;
    border: 0;
    z-index: 999;
}

.referido {
	position:relative;
}
.referido input {
	padding-right:50px;
}
.referido .input-group-addon {
    position: absolute;
    top: 9px;
    right: 18px;
    border: 0;
    z-index: 999;
}


.pagos .formfield small {
	display: block; 
	padding:5px 0;
	font-size:12px;
	color:#999;
}
.formfield .tipoynrodni select {
	margin-bottom:10px;
}
.tipoynrodni .chosen-container-single .chosen-single {
	height:45px!important;
}
.pagos .view_seccion_debito_automatico_checkbox label {
	font-size:16px!important;
}
.pagos .checkbox_debito_automatico_label label:after {
	font-family: "Font Awesome 5 Free"!important;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight:900;
	top:1px;
}
.pagos .checkbox-warning input[type="checkbox"]:checked + label::before, 
.pagos .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #1aac40;
    border-color: #1aac40;
}
.debitoautomatico-wrapper {
	border-top: 1px solid #ededed;
	padding-top: 35px;
	margin-top: 35px;
}
.pagos .monto {
	padding-bottom: 30px;
	border-top: 1px solid #ededed;
}
#tipodocumentoid_chosen {
	margin-bottom:0;
}

.formfield_ubicacion input {
	line-height: 22px;
}

/*Confirmar Pago / Resumen **************************************************************************/
.confirmar-nombre {
	font-size: 46px;
    text-transform: none;
    font-weight: 300;
    line-height: 46px;
}
.form-content .confirmacion .confirmar-div h3 {
	padding: 25px 0 20px;
	color: #333;
	text-align: left;
	font-size: 21px;
	letter-spacing: 0.03em;
	border-top: 1px solid #ededed;
	margin-top: 30px;
}
.dato-columns {
	overflow:hidden;
}
.dato-column {
	float:left;
	width:100%;
}
.confirmar-dato {
	padding: 0 10px 10px 0;
	line-height: 24px;
}
.confirmar-categoria h4 {
	color: #fff;
    background: #b70009;
    padding: 15px 15px;
    font-weight: 700;
    font-size: 18px;
}
.confirmar-tabla {
	width:100%;
	display: table;
	border:1px solid #ededed;
}
.confirmar-row {
	display: table-row;
} 
.confirmar-td {
	display: block;
	padding: 13px 15px;
}
.confirmar-td:last-child {
	border-bottom:1px solid #ededed;
	padding-top:0;
}
.confirmar-row.confirmar-row-total {
	background:#f2f2f2;
	text-align:right;
}
.card {
	padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 24px;
}
.confirmar-div .textarea {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	line-height: 24px;
}
.confirmar-div .textarea textarea {
	width:100%;
	height:100%;
	max-width:100%;
	max-height:450px;
	min-width:100%;
	min-height:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#666;
	border:0;
	padding:0;
}
.confirmar-pago .numero-card {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
}
.confirmar-pago .numero-card small {
	font-size:15px;
}
.confirmar-pago i {
	font-size: 24px;
	margin-right: 8px;
	color:#0082f3;
}
.confirmar-pago .inline {
	display: inline;
}
.payment-card {
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	line-height: 28px;
	font-size: 18px;
}
.tyc {
	padding:20px 0 5px;
}
.tyc label a, .newsletter label a {
	color:#de1d22;
}
.tyc label:after, .newsletter label:after  {
	font-family: "Font Awesome 5 Free"!important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    top: 2px!important;
}
.redessociales {
	padding:20px 0 5px;
}
.redessociales label a, .newsletter label a {
	color:#de1d22;
}
.redessociales  label:after, .newsletter label:after  {
	font-family: "Font Awesome 5 Free"!important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    top: 2px!important;
}
.confirmar-captcha .btn {
	float:none;
	background:#333;
}
.confirmar-captcha {
	margin:20px 0 50px;
}
.confirmar-btn .btn {
	font-size: 17px;
    letter-spacing: 0.03em;
}

/*Footer*******************************************************************************/
#footer {
	background: #555;
	border-top:7px solid #fff;
	position:relative;	
	margin-bottom: -150px;
}
#footer > .content {
	padding:80px 0px 60px;
	overflow:hidden;
	z-index: 0;
}
.footer-logo {
	position:absolute;
	top:-55px;
	left:0;
	right:0;
	margin:auto;
	width:70px;
}
.creditos {
	background:#3c3c3b;
	padding:15px 0;
	width:100%;
	font-size: 15px;
	color:#afafaf;
	letter-spacing: 0.03em;
}
.creditos .content {
	padding:0 32px;
	overflow:hidden;
	text-align:center;
}
.creditos .content span {
	display: block; 
	float:left;
}
.proyectar {
	float:right;
	margin-top:3px;
}
.footer-div {
	overflow:hidden;
	color:#fff;
	font-size: 13.5px;
	color:#d6d5d5;
	line-height: 19px;
	text-align:center;
}
.footer-div span {
	display: block;
} 
.footer-div h6 {
	color:#fff;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 14px;
	margin:20px 0 5px;	
	font-weight: 700;
}
.footer-div .sede .llamar, .footer-div .vertelefonos {
	display: inline-block;
	float:none;
	clear:none;	
	margin:5px 3px 5px 0;
	cursor:pointer;
}
.footer-div .vertelefonos {
	background:#666;
}
.footer-div .vertelefonos:hover {
	background:#616161;
}
.footer-div .sede .tel {
	display: none;
}
.form-content .socio-final h1 {
	padding:60px 0 0;
}
.form-content .socio-final .nrotramite {
	text-align: center;
	font-size:18px;
	padding-bottom:100px;
}

.overlaycargando {
	position:fixed;
	width:100%;
	height: 100%;
	background:rgba(255,255,255,0.75);
	display: none;
	top:0;
	left:0;
	z-index: 9999;
}


/* PreLogin */
.form-oculto {
	display: none;
}
.prelogin {
	font-size:17px;
	line-height: 23px;
	border-top:1px solid #ededed;
	padding-top:20px;
}
.prelogin h3 {
	text-transform: none;
	text-align: left;
	font-size: 32px;
	line-height: 32px;
	padding: 15px 0 12px;
	color:rgb(51, 51, 51);
}
.prelogin .yaregistrado {
	margin:35px auto 0;
	border-top:1px solid #ededed;
	padding-top:15px;
}
.prelogin a {
	margin-top:15px;
	padding:0.7em 0.8em 0.8em;
}
.prelogin .yaregistrado .btn {
	border:2px solid rgb(51, 51, 51);
	color:rgb(51, 51, 51);
	transition:all ease 200ms;
	padding:0.5em 0.8em 0.6em;
	font-size:14px;
	margin-top:5px;
}
.prelogin .yaregistrado .btn:hover {
	background:#1aac40;
	border:2px solid #1aac40;
	color:#fff;
}
.prelogin .yaregistrado h3 {
	font-weight: 300;
	font-size:24px;
}


/* Bases y Condiciones Boton */
.byc {
	padding:20px 0 0;
}
.byc a {
	display: block;
	border:2px solid #bcbcbc;
	border-radius: 3px;
	color:#333;
	text-align: center;
	padding:13px;
	text-transform: uppercase;
	font-size:14px;
	font-weight: 700;
	position:relative;
}
.byc a:hover {
	border:2px solid #666;
}
.byc a:hover:after {
	color:#333;
}
.byc a i {
	margin-right:5px;
}


/* Inicios Accesos */
.socios-accesos {
	width:100%;
	margin:auto;
}
.socios-accesos-sizer, .socios-acceso {
	width:100%;
	margin:auto;
	position:relative;
}
.socios-acceso {
	text-transform: uppercase;
    padding: 15px 65px 15px 15px;
    height: auto;
    background: #fff;
    margin-bottom: 10px;
    text-align: left;
    border: 1px solid #ddd;
	border-radius: 4px;
}
.socios-acceso:hover {
	box-shadow:0 0 3px rgba(0,0,0,0.15);
	border:1px solid #333;
}
.socios-acceso > span {	
    font-size: 18px;
}
.socios-acceso span strong span {
	display: inline;
	font-weight: 400;
}

.socios-acceso > small {	
    font-size: 11px;
}

.socios-acceso-small {
		line-height: 22px;
}

.socios-acceso a {
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 100;
}
.socios-acceso br {
	display: none;
}
.socios-acceso .flecha-content {
	position: absolute;
    bottom: 50%;
    right: 20px;
    width: 35px;
    height: 35px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-bottom: -18px;
}
.socios-acceso .flecha {
	width:10px;
}
.socios-acceso .flecha:before, .socios-acceso .flecha:after {
	width:80%;
}
.socios-acceso .flecha-content .flecha {
	transform: translateX(-1px);
}
.socios-acceso-pago {
	text-transform: uppercase;
}
.socios-acceso.socios-acceso-disabled {
	cursor: default;
}
.socios-acceso.socios-acceso-disabled span {
	color:#ddd;
}
.socios-acceso.socios-acceso-disabled:hover {
	border:1px solid #ddd;
	box-shadow:none;
}
.socios-acceso.socios-acceso-disabled .flecha-content {
	border:2px solid #ddd;
}
.socios-acceso.socios-acceso-disabled .flecha-content {
	border:2px solid #ddd;
}
.socios-acceso.socios-acceso-disabled .flecha:before, 
.socios-acceso.socios-acceso-disabled .flecha:after,
.socios-acceso.socios-acceso-disabled .flecha {
	background:#ddd;
}

.flecha {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background: #000;
	overflow: visible;
	transform: translateX(-1px);
}
.flecha:before, .flecha:after {
    content: '';
    width: 80%;
    position: absolute;
    height: 100%;
    background: #000;
}
.flecha:before {
    top: -3px;
}
.flecha:after {
    bottom: -3px;
}
.flecha-right:before, .flecha-right:after {
    right: -3px;
}
.flecha-right:before, .flecha-left:after {
    transform: rotate(45deg);
}
.flecha-left:before, .flecha-right:after {
    transform: rotate(-45deg);
}



@media all and (min-width:960px){
	/*Generales*******************************************************************************/
	#toast-container {
		width:800px!important;
		top:-30px;
	}
	#toast-container>div {
		width:800px!important;
		font-size: 14px;
		padding-left:50px;
	}	
	.col-lg-8 {
		width:100%;		
	}
	.checkbox label::before {
		margin-left:0!important;
	}
	.checkbox label::after {
		margin-left:0!important;
	}
	.checkbox label {
		padding-left:25px!important;
	}
	.form-content .select {
		padding:0 10px;
	}
	#toast-container>.toast-warning {
		background-image:inherit!important;
	}
	/*Triangulos*/
	.triangle-bottom-right, .triangle-bottom-left {
		border-bottom-width:95px;
	}

	/*Header*******************************************************************************/
	#header {
		margin-bottom:110px;
	}
	.header-escudo {
		max-width:100px;
	}


	/*Content*******************************************************************************/
	.form-content .form-content-top {
		margin:0 -50px 35px;
	}
	.content-header {
		height:500px;
	}
	.form-content h1 {
		font-size: 36px;
	}
	.form-content h2 {
		font-size: 24px;
	}
	.form-content h3 {
		font-size:33px;
	}
	.form-content {
		padding:50px;
	}
	.helpers a {
		margin:0 15px;
	}
	.menunombre {
		display: block;
		position: absolute;
		left: 20px;
		top: 27px;
	}
	.menunombre span {	
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.formfield select {		
		min-height:auto;
	}


	/*Pagos*******************************************************************************/
	.checkbox.check-debito {
		padding: 17px 0 12px 0;
	}
	.tipoynrodni .col-xs-3 {
		float:left;
		width:20%;
	}
	.tipoynrodni .col-xs-9 {
		float:right;
		width:78%;
	}
	.tipoynrodni .chosen-container {
		margin-bottom:10px;
	}
	.pagos .formfield small {
		font-size:13px;
	}
	.pagos .view_seccion_debito_automatico_checkbox {
		padding-left:0!important;
	}
	.tyc .checkbox, .formasdepago .redessociales .checkbox, .newsletter .checkbox {
		padding-left:0;
	}
	.dato-column {
		width:50%;
	}
	.confirmar-pago .numero-card {
		font-size:24px;
	}
	.confirmar-td {
		display: table-cell;
		border-bottom: 1px solid #ededed;
	}
	.confirmar-td:last-child {
		text-align: right;
	}

	/*Nuevo socio*******************************************************************************/
	.top-nuevo-socio {
	    padding: 0 50px 25px;
		margin: 0px -50px;
		height: auto;		
	}
	.top-nuevo-socio .btn {
		top: 50px;
		right: 50px;
		left:auto;
		font-size: 15px;
		position:absolute;
		margin:auto;
	}
	.text-center.p-md {
		margin: 0 -50px 35px;
		padding: 0 50px;
	}
	.form-content .formgroupfield .formfield {
		width:49%;
		float:left;
	}
	.form-content .formgroup.pagos .formgroupfield .formfield {
		width:100%;
	}
	.form-content .formgroupfield.calle .formfield:first-child {
		width:68%;
		float:left;
	}
	.form-content .formgroupfield.calle .formfield:last-child {
		width:30%;
		float:right;
	}
	.form-content .formgroupfield.provincia .formfield:first-child {
		width:32.75%;
		float:left;
	}
	.form-content .formgroupfield.provincia .formfield:last-child {
		width:64.75%;
		float:right;
	}
	.form-content .formgroupfield.formgroupfield_triple .formfield{
		width: 32.75%;
    	margin-right:2%;
	}
	.form-content .formgroupfield.formgroupfield_triple .formfield:last-child {
		width:30%;
		float:right;
		margin-right: 0;
	}
	.form-content .formgroupfield.formgroupfield_triple .chosen-container-single .chosen-single {
		height:45px!important;
	}
	.form-content .formgroup h2 {
		margin-bottom:35px;
		font-size: 28px;
	}
	.form-content .formfield {
		margin-bottom:5px;
	}
	.form-content .formgroupfield {
		margin-bottom:20px;
	}	
    .form-content .formgroupfield.canje .formfield:first-child {
		width:80%;
		float:left;
	}
	.form-content .formgroupfield.canje .formfield:last-child {
		width:10%;
		float:right;
	}
	.text-center.p-md .boton-nav-menu {
		width:auto;
		float:left;
		border-right:1px solid #ededed;
		text-align: center;
		padding:15px 20.5px 10px;	
	}
	.text-center.p-md .boton-nav-menu:first-child {
		border-left:1px solid #ededed;;
	}
	.text-center.p-md .boton-nav-menu:hover {
		background:#f2f2f2;
	}
	.confirmar-row.confirmar-row-total .confirmar-td:first-child {
		text-align:left;
	}
	#tipodocumentoid_chosen {
		margin-bottom:0;
	}

	/*Footer*******************************************************************************/
	.footer-div {
		text-align: left;
	}	
	.footer-div .sede {
		float:left;
	}
	.footer-izq {
		float:left;
	}
	.footer-izq .sede {
		padding-right:20px;
	}
	.footer-der {
		float:right;
	}
	.footer-der .sede {
		padding-left:20px;
	}
	.footer-div h6 {
		margin: 0 0 10px 0;
	}
	.footer-div .sede .llamar, .footer-div .vertelefonos {
		display: none;
	}
	.footer-div .sede .tel {
		display: block;
	}

	/* Boton Bases y Condiciones */
	.byc a:after {	
		content:'\f35d';
		font-family: "Font Awesome 5 Free";
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-weight:900;
		display: block;
		position:absolute;
		top:14px;
		right:15px;
		pointer-events: none;
		color:#999;
	}

	/* Inicio Accesos */		
	.socios-acceso-abonos span, .socios-acceso-pagos span {
		color:#fff;
	}	
	.socios-acceso span span, .socios-acceso span small {
		display: inline;
	}
	.socios-acceso-pago {
		text-transform: none;
	}
	.socios-acceso-pago span {
		line-height: 28px;
		font-size: 28px;
	}
	.socios-acceso-pago small {
		font-size: 18px;
	}
	.socios-acceso br {
		display: block;
	}
	.socios-acceso .flecha:before, .socios-acceso .flecha:after {
		width:65%;
	}
	.socios-acceso .flecha {
		width:15px;
	}
	.socios-acceso-abonos .flecha-content, .socios-acceso-pago .flecha-content {
		border:2px solid #fff;
	}
	.socios-acceso > span {		
		font-size: 26px;
	}
	.socios-acceso .flecha-content {
		right:30px;		
	}
	.socios-acceso {
		line-height: 42px;
		padding-left:20px;
	}

}

.boton_cancelar {
	padding: 0.6em 0.8em 0.7em !important;	
	font-family: 'Montserrat', sans-serif !important;
	border:0 !important;
	background-color: #211915 !important;
	float:right !important;
    margin-right:20px !important;
    margin-left:20px !important;
}

.formasdepago {
	padding:20px 0 5px;
}
.formasdepago label a, .newsletter label a {
	color:#de1d22;
}
.formasdepago  label:after, .newsletter label:after  {
	font-family: "Font Awesome 5 Free"!important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    top: 2px!important;
}


#adenda_covid19_contenedor {
    max-width:700px;
    width:100%;
	height: 250px;
	border: 1px solid #ddd;
	background: #ffffff;
	overflow-y: scroll;
}
#adenda_covid19_mensajes {
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
    margin-bottom:10px;
	height: auto;
}
.adenda_covid19_titulo {
    text-align: center !important;
    color: #de1d22;
}

.adendacovidtyc {
	padding:20px 0 5px;
}
.adendacovidtyc label a, .newsletter label a {
	color:#de1d22;
}
.adendacovidtyc  label:after, .newsletter label:after  {
	font-family: "Font Awesome 5 Free"!important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    top: 2px!important;
}