/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 50%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -40px;
	background: url(img/prev.svg) no-repeat;
}

.bx-wrapper .bx-next {
	right: -40px;
	background: url(img/next.svg) no-repeat;
}

/*.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 26px;
	height: 37px;
	text-indent: -9999px;
	z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@font-face {
  font-family: "LeagueGothic";
  src: url(../fonts/LeagueGothic-Regular.otf); }

@font-face {
  font-family: "antonio";
  src: url(../fonts/Antonio-Bold.ttf); }

@font-face {
  font-family: "LeagueGothic";
  src: url(../fonts/LeagueGothic-Regular.otf); }

@font-face {
  font-family: "Source Sans Pro";
  src: url(../fonts/SourceSansPro-Regular.ttf); }

@font-face {
  font-family: "Source Sans Pro";
  font-weight: bold;
  src: url(../fonts/SourceSansPro-Semibold.ttf); }

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url(../fonts/RobotoCondensed-Regular.ttf); }

@font-face {
  font-family: "RobotoCondensed-Regular";
  font-weight: bold;
  src: url(../fonts/RobotoCondensed-Bold.ttf); }

@font-face {
  font-family: "RobotoCondensed-Light";
  src: url(../fonts/RobotoCondensed-Light.ttf); }

@font-face {
  font-family: "DroidSansMono";
  font-weight: bold;
  src: url(../fonts/DroidSansMono.ttf); }

/*Login Pages*/
.login-container {
  padding-top: 50px; }

@media (min-width: 768px) {
  .login-container {
    padding-top: 50px; } }

.login-panel {
  background-color: rgba(255, 255, 255, 0.4); }

.login-portada {
  background-size: cover;
  height: 100%;
  display: table;
  width: 100%;
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
  margin-left: 0; }

.login-portada .login-fondo {
  background-image: url(../images/portal/nubes_opacas.jpg); }

.login-fondo {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }

.login-nombre h1 {
  font-family: LeagueGothic;
  color: #df0000;
  text-shadow: -1px -1px #fff, 1px 1px #aaa;
  font-size: 8em;
  line-height: 0.75em;
  margin: 0; }

.login-nombre h2 {
  font-family: antonio;
  color: #555;
  color: #fff;
  font-size: 2em;
  text-shadow: 1px 1px #aaa; }

.login-panel label, .login-panel p {
  font-family: RobotoCondensed-Regular;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.06em; }

.login-password-reset {
  color: #3D3333;
  margin-top: 1em; }

.login-password-reset:hover {
    color: #3D3333;
    text-decoration: none;
}

.login-link-sin-decoration:hover{
  text-decoration: none;
}

.login-password-reset:active {
    color: #3D3333;
    text-decoration: none;
}

.has-feedback label~.form-control-feedback {
    top: 33px;
}

.btn-sc {
  background: #c51a1a;
  font-family: RobotoCondensed-Regular;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.06em; }

.btn-sc:hover {
  background: #df0000;
  color: #fff; }

.btn-sc:focus {
  background: #666;
  outline: none;
  color: #fff; }

#menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-family: antonio; }

#menu img {
  position: absolute; }

#menu ul {
  background: rgba(0, 0, 0, 0.3);
  list-style: none;
  float: right;
  margin: 0.3em 0;
  margin-right: 1em;
  font-weight: bold;
  padding: 0.2em; }

#menu ul li {
  display: inline-block;
  color: white;
  padding: 0 1em;
  border-left: 1px solid #fff;
  margin-bottom: 0; }

@media screen and (max-width: 400px) {
  #menu ul li {
    padding: 0 0.5em; } }

#menu ul li:first-child {
  border-left: none; }

#menu a {
  border: none;
  color: #fff; }

#menu a:hover {
  color: #333; }

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #222;
  font-size: 19.5px; }

@media screen and (max-width: 1000px) {
  html {
    font-size: 17.5px; } }

@media screen and (max-width: 650px) {
  html {
    font-size: 15.5px; } }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.contenedor {
  margin: 0 auto;
  padding: 3%; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em; }

h1 {
  font-family: RobotoCondensed-Regular;
  font-weight: normal; }

h2 {
  font-weight: normal;
  font-family: RobotoCondensed-Regular; }

h3 {
  font-family: RobotoCondensed-Regular; }

h4 {
  font-size: 1.2rem; }

small, .font_small {
  font-size: 0.833rem; }

hr {
  border: 0;
  height: 1px;
  background: #ccc; }

ul, ol, blockquote {
  padding-left: 1em; }

ul {
  list-style: square; }

blockquote {
  font-family: georgia;
  font-style: italic; }

a {
  color: #c51a1a;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal; }

a:hover {
  border-bottom: 1px dotted; }

pre {
  overflow: auto;
  font-family: DroidSansMono; }

::-moz-selection {
  background: #f3f3f3; }

::selection {
  background: #f3f3f3; }

table {
  width: 100%;
  border: 1px solid #eee;
  padding: 0.4em;
  font-size: 1em; }

th, td {
  padding: 0.3em; }

tbody {
  padding: 0.2em; }

tr:not(:last-child) {
  border-bottom: 1px solid #eee; }

th {
  text-align: left;
  background: #f7f7f7;
  font-weight: normal; }

#calendario ul {
  padding-left: 0; }

#calendario td, #calendario th {
  border: 1px solid #ccc;
  text-align: center;
  height: 2em; }

#calendario table, #calendario th, #calendario tbody {
  background: #fff; }

#calendario .bxslider4 {
  box-sizing: border-box; }

#calendario .bx-viewport {
  box-shadow: 0 0 0px #ccc !important;
  border: 0px solid #fff !important;
  background: #f7f7f7 !important;
  box-sizing: content-box !important;
  padding-bottom: 1em;
  width: auto !important; }

#calendario .izq a, #calendario .der a {
  font-size: 2em;
  border-bottom: none;
  position: absolute;
  line-height: 0.5em;
  margin: 0; }

#calendario .der a {
  right: 0.5em; }

#calendario .izq a {
  left: 0.5em; }

button, input[type="submit"], input[type="button"], input[type="checkbox"], input[type="radius"] {
  background: #c51a1a;
  border: none;
  padding: 0.3em 0.7em;
  color: #fff;
  width: auto;
  font-family: RobotoCondensed-Regular;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.83em;
  letter-spacing: 0.06em; }

input[type="checkbox"] {
  margin-right: 1em; }

button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="checkbox"]:hover, input[type="radius"]:hover {
  background: #df0000; }

button:focus, input[type="submit"]:focus, input[type="button"]:focus, input[type="checkbox"]:focus, input[type="radius"]:focus {
  background: #666;
  outline: none; }

input, textarea, select {
  width: 100%;
  border: 1.5px solid #ddd;
  padding: 0.3em; }

input:focus, textarea:focus, select:focus {
  outline: none;
  border: 1.5px solid #888;
  cursor: initial !important; }

input[type="checkbox"], input[type="radio"] {
  width: auto; }

nav ul {
  list-style: none; }

.w-2 .col {
  width: 49.5%;
  vertical-align: top;
  padding: 0 1em;
  margin-right: 0 1%;
  display: inline-block;
  margin-left: -0.26em; }

@media screen and (max-width: 800px) {
  .w-2 .col {
    width: 100%;
    margin-right: 0;
    display: inline-block !important; } }

.w-2 .col:nth-child(even) {
  margin-right: 0; }

.w-3 .col {
  display: inline-block;
  margin-left: -0.26em;
  width: 33%;
  vertical-align: top;
  padding: 0 1em;
  margin-right: 0.5%; }

@media screen and (max-width: 800px) {
  .w-3 .col {
    width: 100%;
    margin-right: 0; } }

.w-3 .col:nth-child(3n+3) {
  margin-right: 0; }

.w-4 .col {
  display: inline-block;
  margin-left: -0.26em;
  width: 24.625%;
  vertical-align: top;
  padding: 0 1em;
  margin-right: 0.5%; }

@media screen and (max-width: 800px) {
  .w-4 .col {
    width: 100%;
    margin-right: 0; } }

.w-4 .col:nth-child(4n+4) {
  margin-right: 0; }

.full section {
  display: table;
  width: 100%; }

.full section > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fh {
  min-height: 100%; }

@media screen and (max-width: 800px) {
  .fh {
    min-height: 0; } }

.link100 {
  width: 100%; }

.link100 > a {
  font-family: LeagueGothic;
  display: block;
  text-align: center;
  height: 2em;
  border-top: 1px solid #c51a1a;
  color: #c51a1a;
  font-size: 2em;
  text-decoration: none;
  line-height: 2em; }

.link100 > a:hover {
  background: #c51a1a;
  color: #fff;
  border-bottom: none; }

.link100 > a:last-child {
  border-bottom: 1px solid #c51a1a; }

#notificaciones {
  list-style: none;
  margin-top: -1px; }

#notificaciones li {
  font-size: 1.4em;
  min-height: 2em;
  line-height: 2em;
  border-top: 1px dashed #ccc; }

#notificaciones li span {
  font-size: 0.9rem;
  line-height: 1; }

#notificaciones li:last-child {
  border-bottom: 1px dashed #ccc; }

nav.menu-cuenta a {
  color: #999; }

nav.menu-cuenta li:hover:not(.menu-cuen-activo) a {
  color: #c51a1a !important;
  border-bottom: 1px dotted; }

nav.menu-cuenta ul {
  overflow: auto;
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  nav.menu-cuenta ul {
    padding: 0; } }

nav.menu-cuenta ul li.menu-cuen-activo {
  cursor: default;
  background: #f7f7f7;
  -webkit-transition: background 1s ease;
          transition: background 1s ease;
  border: none; }

@media screen and (max-width: 600px) {
  nav.menu-cuenta ul li.menu-cuen-activo {
    border-bottom: 1px solid #ccc; } }

nav.menu-cuenta ul li.menu-cuen-activo a {
  color: #333;
  border: none;
  cursor: default; }

nav.menu-cuenta ul li.menu-cuen-activo:first-child {
  border-left: 1px solid #ccc; }

@media screen and (max-width: 600px) {
  nav.menu-cuenta ul li.menu-cuen-activo:first-child {
    border-top: 1px solid #ccc;
    border-left: none; } }

nav.menu-cuenta ul li:hover:not(.menu-cuen-activo) a {
  color: #222; }

nav.menu-cuenta li {
  float: left;
  width: 20%;
  padding: 0.5em 0.3em;
  text-align: center;
  border-right: 1px solid #ccc;
  cursor: pointer; }

@media screen and (max-width: 600px) {
  nav.menu-cuenta li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc; } }

nav.menu-cuenta li a {
  font-family: RobotoCondensed-Regular;
  text-transform: uppercase; }

nav.menu-cuenta li:last-child {
  border-right: none; }

@media screen and (max-width: 600px) {
  nav.menu-cuenta li:last-child {
    border-bottom: none; } }

.none {
  display: none; }

.perfil-table tr:hover td:nth-child(odd) {
  font-weight: bold; }

.perfil-table tr:hover td {
  background: #f7f7f7; }

.perfil-table tr:hover td input, #perfil table tr:hover td textarea, #perfil table tr:hover td select {
  background: #f7f7f7;
  border-bottom: 1px solid #888;
  cursor: pointer; }

#tabla-contra {
  background: #f7f7f7; }

#tabla-contra input {
  background: #f7f7f7;
  cursor: pointer; }

#tabla-contra input:hover {
  border: 1px solid #888; }

#tucorreo + span {
  display: none; }

#tucorreo:focus + span {
  display: block; }

#sexo {
  width: auto;
  margin-right: 1em; }

#sexo + input {
  width: auto; }

.right {
  text-align: right; }

.center {
  text-align: center; }

#comodo {
  position: absolute;
  right: 0;
  top: -50px; }

@media screen and (max-width: 800px) {
  #comodo {
    display: none; } }

#logo {
  margin-left: 3%; }

.izq {
  margin-left: -150%;
  -webkit-transition: all 2s ease;
          transition: all 2s ease; }

.derch {
  margin-left: 150%;
  -webkit-transition: all 2s ease;
          transition: all 2s ease; }

.abaj {
  margin-top: 100%;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

#registro2 img {
  -webkit-transition: all 2s ease;
          transition: all 2s ease;
  z-index: -1;
  max-width: 100%; }

#registro3 img {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  z-index: -1;
  max-width: 100%; }

#registro2 p {
  opacity: 0; }

.opa1 {
  opacity: 1 !important; }

.ofx {
  overflow-x: hidden; }

.portada {
  background: rgba(255, 255, 255, 0.6);
  display: table;
  width: 100%;
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
  margin-left: 0;
  padding-top: 6em; }

@media screen and (max-width: 800px) {
  .portada {
    padding-top: 4em; } }

.portada .fondo {
  background-image: url(../images/portal/nubes.jpg); }

@media screen and (max-width: 800px) {
  .portada .fondo {
    background-position: left top; } }

.portada .por h1 {
  font-family: LeagueGothic;
  color: #df0000;
  text-shadow: -1px -1px #fff, 1px 1px #aaa;
  font-size: 8em;
  line-height: 0.75em;
  margin: 0;
  text-align: center; }

@media screen and (max-width: 800px) {
  .portada .por h1 {
    text-shadow: 1px -1px #fff, -1px 1px #aaa; } }

@media screen and (max-width: 400px) {
  .portada .por h1 {
    font-size: 5em; } }

.portada .por h1 span {
  letter-spacing: 0.03em; }

.portada .por {
  background: transparent;
  padding: 1em;
  width: 100%; }

@media screen and (max-width: 1000px) {
  .portada .por {
    width: 100%; } }

.portada .por h2 {
  font-family: antonio;
  text-align: center;
  color: #555;
  color: #fff;
  font-size: 2em;
  text-shadow: 1px 1px #aaa; }

@media screen and (max-width: 400px) {
  .portada .por h2 {
    font-size: 1.5em; } }

.portada .por .boton-trans {
  color: #fff !important;
  background: #c51a1a;
  border: none; }

.portada h2 {
  font-family: antonio;
  text-align: center;
  color: #555; }

.portada .sia {
  width: 30%;
  float: right; }

@media screen and (max-width: 1000px) {
  .portada .sia {
    width: 100%;
    float: none;
    margin-top: 2em;
    margin-bottom: 2em; } }

.portada #productos, .portada #talleres, .portada #contacto {
  opacity: 0;
  padding: 1em;
  width: 350px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  display: none; }

@media screen and (max-width: 800px) {
  .portada #productos, .portada #talleres, .portada #contacto {
    width: 100%;
    background: white;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; } }

.portada .con {
  width: 300px;
  text-align: center; }

.portada .con .c1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em; }

@media screen and (max-width: 800px) {
  .portada .con .c1 {
    text-align: left; } }

.portada .con .c2 {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em; }

@media screen and (max-width: 800px) {
  .portada .con .c2 {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0; } }

.portada .con p, .portada .con button {
  font-size: 1.3em;
  text-transform: uppercase; }

.portada .con p {
  font-weight: bold;
  color: #c51a1a;
  font-size: 1.5em;
  margin: 0; }

@media screen and (max-width: 800px) {
  .portada .con {
    width: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0; } }

.portada #drop {
  cursor: pointer; }

.portada div#productos {
  padding: 1em; }

.portada div#productos li a {
  color: #555; }

.portada div#productos li:hover {
  background: #c51a1a; }

.portada div#productos li:hover a {
  color: #fff;
  border-bottom: none; }

.portada .menu-activo {
  color: #c51a1a; }

.portada .menu-activo:before {
  content: url(../images/portal/left1.svg);
  color: #c51a1a;
  position: absolute;
  margin-left: -0.8em;
  margin-top: 0.35em; }

.frs h2 {
  text-transform: uppercase;
  font-weight: bold; }

.frs ul {
  padding: 0;
  list-style: none; }

@media screen and (max-width: 800px) {
  .frs ul {
    margin-top: 0; } }

.frs ul li {
  min-height: 3em;
  line-height: 1.6em;
  vertical-align: middle;
  display: table;
  width: 100%;
  margin-bottom: 0;
  font-weight: bold;
  border-top: 1px dashed #ccc; }

.frs ul li span {
  display: table-cell;
  vertical-align: middle;
  padding: 1em; }

.frs ul li:last-child {
  border-bottom: 1px dashed #ccc; }

.frs ul li:hover {
  background: #eee;
  font-weight: bold;
  cursor: default; }

.mt105 {
  margin-top: 100px; }

@media screen and (max-width: 800px) {
  #conta-shop {
    display: none; } }

.sobre {
  position: absolute;
  top: 50%;
  left: 86px;
  width: 50%;
  display: table;
  opacity: 0;
  -webkit-transition: all 1s;
          transition: all 1s; }

@media screen and (max-width: 1200px) {
  .sobre {
    opacity: 1;
    width: 48%;
    display: none; } }

@media screen and (max-width: 800px) {
  .sobre {
    position: relative;
    margin-top: 2em;
    width: auto; } }

.sobre div:nth-child(1) {
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.sobre div:nth-child(1) button {
  margin: 0 0.5em;
  margin-top: -23px;
  background: transparent;
  font-size: 1.3em;
  color: #c51a1a;
  border: 2px solid; }

@media screen and (max-width: 1200px) {
  .sobre div:nth-child(1) button {
    background: rgba(255, 255, 255, 0.8); } }

@media screen and (max-width: 800px) {
  .sobre div:nth-child(1) button {
    margin: auto; } }

@media screen and (max-width: 800px) {
  .sobre div:nth-child(1) button {
    font-size: 1em; } }

.sobre div:nth-child(1) button:hover {
  background: #c51a1a; }

.sobre div:nth-child(2) {
  display: table-cell;
  vertical-align: middle; }

.sobre div:nth-child(2) button {
  font-size: 1.2em;
  margin: 0 0.5em;
  margin-top: -23px; }

@media screen and (max-width: 800px) {
  .sobre div:nth-child(2) button {
    margin: 0;
    margin-left: 0.5em; } }

@media screen and (max-width: 400px) {
  .sobre div:nth-child(2) button {
    font-size: 1em; } }

#menu-productos > div {
  display: block;
  text-align: left;
  position: relative; }

#menu-productos div.col:first-child {
  background: rgba(255, 255, 255, 0.6); }

@media screen and (max-width: 800px) {
  #menu-productos div.col:first-child {
    width: auto; } }

@media screen and (max-width: 400px) {
  #menu-productos div.col:first-child {
    width: 100%; } }

#menu-productos div.col:first-child h2 {
  font-family: LeagueGothic;
  font-size: 4em;
  color: #c51a1a;
  margin: 0;
  line-height: 1em; }

#menu-productos div.col:first-child h2 + p {
  font-family: RobotoCondensed-Regular;
  font-weight: bold;
  margin-top: 0; }

#menu-productos div:hover h2 + p {
  -ms-transform: translate(2em, 0px);
  /* IE 9 */
  -webkit-transform: translate(2em, 0px);
  /* Chrome, Safari, Opera */
  transform: translate(2em, 0px);
  /* Standard syntax */
  -webkit-transition: all 1s;
          transition: all 1s; }

@media screen and (max-width: 800px) {
  #menu-productos div:hover h2 + p {
    margin-left: auto; } }

#menu-productos > div:nth-child(2) > div {
    background-size: 35%;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7 url(../images/portal/Amable-contadito.svg) no-repeat right 5%;
    -webkit-transition: all 0.5s;
          transition: all 0.5s; }

@media screen and (max-width: 400px) {
  #menu-productos > div:nth-child(2) > div {
      background: #eee none;
  } }

#menu-productos > div:nth-child(3) > div {
    background-size: 40%;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7 url(../images/portal/Amable-fiscalito.svg) no-repeat right -15%;
    -webkit-transition: all 0.5s;
          transition: all 0.5s; }

@media screen and (max-width: 400px) {
  #menu-productos > div:nth-child(3) > div {
      background: #eee none;
  } }

#menu-productos > div:nth-child(4) > div {
    background-size: 45%;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7 url(../images/portal/Amable-deprecia.svg) no-repeat right 10%;
    -webkit-transition: all 0.5s;
          transition: all 0.5s; }

@media screen and (max-width: 400px) {
  #menu-productos > div:nth-child(4) > div {
      background: #eee none;
  } }

#menu-productos > div:nth-child(5) > div {
    background-size: 60%;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7 url(../images/portal/Amable-machpoint.svg) no-repeat right 5%;
    -webkit-transition: all 0.5s;
          transition: all 0.5s; }

@media screen and (max-width: 400px) {
  #menu-productos > div:nth-child(5) > div {
      background: #eee none;
  } }

#menu-productos > div:nth-child(2) > div:hover {
  background-size: 45%;
  background-position: 80% 5%;
  background-color: #eee;
  -webkit-transition: all 1.5s;
          transition: all 1.5s; }

#menu-productos > div:nth-child(2) > div:hover .sobre {
  opacity: 1;
  -webkit-transition: all 1s;
          transition: all 1s; }

#menu-productos > div:nth-child(3) > div:hover {
  background-color: #eee;
  background-position: right 10%;
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }

#menu-productos > div:nth-child(3) > div:hover .sobre {
  opacity: 1;
  -webkit-transition: all 1s;
          transition: all 1s; }

#menu-productos > div:nth-child(4) > div:hover {
  background-size: 50%;
  background-color: #eee;
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }

#menu-productos > div:nth-child(4) > div:hover .sobre {
  opacity: 1;
  -webkit-transition: all 1s;
          transition: all 1s; }

#menu-productos > div:nth-child(5) > div:hover {
  background-position: 120% 30%;
  background-color: #eee;
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }

#menu-productos > div:nth-child(5) > div:hover .sobre {
  opacity: 1;
  -webkit-transition: all 1s;
          transition: all 1s; }

#contadito {
  background: transparent; }

#contadito .fondo {
  background-image: url(../images/portal/bici.jpg); }

#contadito .col {
  padding: 1em;
  vertical-align: top; }

#deprecia {
  background: transparent; }

#deprecia .fondo {
  background-image: url(../images/portal/Relax_at_the_beach.jpg); }

#deprecia .col {
  padding: 1em;
  vertical-align: top; }

.detalles ul {
  list-style: none; }

.detalles ul li {
  cursor: default; }

.detalles ul li p {
  color: #666;
  margin: 0;
  font-size: 2em; }

.detalles h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold; }

.detalles > ul > li {
  margin: 0;
  border-top: 1px dashed #ccc;
  padding-bottom: 1em;
  padding-top: 1em; }

.detalles > ul > li:hover {
  font-weight: bold; }

.detalles > ul > li:hover p {
  color: #c51a1a; }

.detalles > ul > li:first-child {
  border-top: none; }

.detalles > ul:last-child {
  background: #f7f7f7; }

.none {
  display: none; }

#fiscalito {
  background: transparent; }

#fiscalito .fondo {
  background-image: url(../images/portal/People_jumping_on_the_beach.jpg); }

#fiscalito .col {
  padding: 1em;
  vertical-align: top; }

#mach-point {
  background: transparent; }

#mach-point .fondo {
  background-image: url(../images/portal/The_clouds_and_wing_from_the_aircraft.jpg); }

#mach-point .col {
  padding: 1em;
  vertical-align: top; }

.por {
  background: rgba(255, 255, 255, 0.8);
  text-align: center; }

@media screen and (max-width: 800px) {
  .por {
    margin-top: 100px; } }

.por h1 {
  font-family: LeagueGothic;
  color: #c51a1a;
  font-size: 6em;
  line-height: 1em;
  margin: 0; }

.por h1 sub {
  font-size: 0.83em; }

@media screen and (max-width: 400px) {
  .por h1 {
    font-size: 5em; } }

.por p {
  font-family: RobotoCondensed-Regular;
  font-size: 1.3em; }

.por p:last-child {
  margin: 0; }

.por form {
  margin-bottom: 0; }

.fondo {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; }

#deprefondo {
    background-size: 50%;
    z-index: -1;
    background: #eee url(../images/portal/Amable-deprecia.svg) no-repeat right top;
}

.frs2 ul {
  list-style: none;
  font-family: RobotoCondensed-Regular;
  font-size: 1.3em; }

.frs2 ul li {
  border-bottom: 1px dashed #ccc; }

.frs2 li:hover {
  font-weight: bold;
  cursor: default; }

.tall-ini-1 p {
  font-family: RobotoCondensed-Regular;
  font-weight: bold; }

.tall-ini-1 span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #ccc;
  border-radius: 50%;
  margin-bottom: -7px; }

.tall-ini-1 button {
  font-size: 1.3em; }

.tall-ini-1 a {
  color: #222; }

.tall-ini-1 a:hover {
  color: #c51a1a; }

.tall-ini-2 li {
  border-top: 1px dashed #ccc; }

.banda-roja {
  background: #c51a1a;
  color: #fff;
  border-bottom: 1px solid #ccc; }

.banda-roja div {
  font-size: 2.4em;
  font-family: Antonio;
  line-height: 1.6em; }

@media screen and (max-width: 800px) {
  .banda-roja div {
    font-size: 1.8em; } }

@media screen and (max-width: 800px) {
  .banda-roja img {
    display: none; } }

.acti-fis, .acti-con {
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  line-height: 1.5em;
  font-weight: bold; }

.acti-fis {
  background: #ccc; }

.acti-con {
  background: #555;
  color: white; }

.reserva-ini div:first-child {
  text-align: right; }

@media screen and (max-width: 800px) {
  .reserva-ini div:first-child {
    text-align: center;
    margin-bottom: 1em; } }

.reserva-ini div:last-child {
  text-align: left; }

@media screen and (max-width: 800px) {
  .reserva-ini div:last-child {
    text-align: center; } }

.ir-a-taller {
  font-size: 1.3em; }

.boton-trans {
  font-size: 1.5em;
  margin-top: 2em;
  border: 2px solid;
  background: transparent;
  color: #df0000; }

.boton-trans:hover, .boton-trans:focus {
  color: #fff !important;
  background: #c51a1a;
  border: none; }

.mb {
  margin-bottom: 4em; }

.mt {
  margin-top: 1em; }

.talle-ini {
  text-align: center; }

.testimonios {
  width: 100%;
  background: #c51a1a;
  padding: 0 3%;
  margin: 0 auto; }

.bxslider {
  background: #c51a1a; }

.bx-viewport {
  box-shadow: 0 0 0px #ccc !important;
  border: 0px solid #fff !important;
  background: #c51a1a !important;
  box-sizing: content-box;
  padding-bottom: 1em; }

#calendario.slidetaller .bx-viewport {
  background: #ffffff !important; }

#vida {
  background: #c51a1a;
  color: #fff;
  text-align: center;
  padding: 0 3%;
  margin: 0 auto; }

#vida ul {
  list-style: none; }

#vida p {
  font-size: 2.4em;
  font-family: Antonio;
  line-height: 1.6em; }

@media screen and (max-width: 800px) {
  #vida p {
    font-size: 1.8em; } }

.testimonios ul {
  background: #c51a1a;
  color: #fff; }

.testimonios ul li {
  background: #c51a1a;
  text-align: center; }

.testimonios ul li p:nth-child(1) {
  font-size: 2.4em;
  font-family: Antonio;
  line-height: 1.6em; }

@media screen and (max-width: 800px) {
  .testimonios ul li p:nth-child(1) {
    font-size: 1.8em; } }

.testimonios ul li p:nth-child(2),
.testimonios ul li p:nth-child(3) {
  font-size: 1em;
  margin: 0;
  line-height: 0.3;
  font-family: RobotoCondensed-Regular;
  margin: 2% 3%; }

@media screen and (max-width: 800px) {
  .testimonios ul li p:nth-child(2),
  .testimonios ul li p:nth-child(3) {
    margin: 5%;
    line-height: 1; } }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 100%; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
  border: 1px solid #c51a1a; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #c51a1a;
  border: 1px solid #c51a1a; }

.izq {
  margin-left: 0; }

#redes {
  text-align: center; }

#redes img {
  margin-right: 1.3em;
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  cursor: pointer; }

#redes img:hover {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg); }

#mariaanto {
  text-align: center;
  height: 40px; }

#mariaanto img {
  margin-top: 4px; }

.talleres {
  background: #f7f7f7; }

.talleres h2 {
  margin-bottom: 0;
  font-family: LeagueGothic;
  font-size: 2.5em;
  text-align: center;
  margin-top: 20px; }

.talleres h2 a {
  color: #333;
  border-bottom: 4px solid #c51a1a; }

.talleres h2 a:hover {
  color: #c51a1a; }

#menu-productos > h2 {
  font-family: LeagueGothic;
  font-size: 2.5em;
  text-align: center;
  margin-top: 1em; }

#menu-productos > h2 a {
  color: #333;
  border-bottom: 4px solid #c51a1a; }

#menu-productos > h2 a:hover {
  color: #c51a1a; }

.carac {
  background: #fff; }

.carac ul li {
  text-align: left;
  padding-bottom: 1em; }

.product {
  min-height: 400px;
  padding: 1em;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 3px solid #c51a1a;
  border-bottom: 1px solid #666; }

.precio {
  background: #c51a1a;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  font-family: antonio;
  color: white;
  font-size: 1.3em;
  padding: 0.2em;
  line-height: 1; }

.precio span {
  color: #222;
  font-weight: normal;
  font-family: RobotoCondensed-Regular;
  font-size: 0.6em; }

.caja-t {
  max-width: 600px;
  padding: 1em;
  background: rgba(255, 255, 255, 0.8);
  font-family: RobotoCondensed-Regular;
  font-weight: bold; }

.caja-t h2 {
  color: #c51a1a;
  font-family: LeagueGothic;
  font-size: 4em;
  margin: 0;
  line-height: 1em; }

.caja-t p {
  font-size: 1.3em; }

.taller h2 {
  text-transform: uppercase; }

.taller h2 + p {
  font-weight: normal;
  margin-top: 0; }

/*.taller h2 + p + p {*/
  /*font-weight: normal;*/
  /*font-size: 0.86em; }*/

/*.taller h2 + p + p span {*/
  /*font-family: LeagueGothic;*/
  /*color: #c51a1a;*/
  /*font-size: 2em; }*/

#pro-contadito {
  background: url(../images/portal/bici.jpg) fixed right;
  background-size: cover;
}

#pro-histori {
  background: url(../images/portal/histori.jpg) fixed right;
  background-size: cover;
}

#pro-fiscalito {
  background: url(../images/portal/People_jumping_on_the_beach.jpg) fixed bottom;
  background-size: cover;
}

#pro-deprecia-facil {
  background: url(../images/portal/Relax_at_the_beach.jpg) fixed 50%;
  background-size: cover;
}

#pro-mach-point {
    background-image: url(../images/portal/The_clouds_and_wing_from_the_aircraft.jpg);
    background-attachment: fixed;
}

#taller-ajuste-financiaro {
    background-image: url(../images/portal/horizonte.jpg);
    background-attachment: fixed;
}

#taller-ajuste-fiscal {
    background-image: url(../images/portal/horizonte2.jpg);
    background-attachment: fixed;
}

.titulo {
    background-size: 40%;
    background: no-repeat top center;
    border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  color: white;
  text-align: center; }

@media screen and (max-width: 500px) {
  .titulo {
    padding-top: 100px; } }

.titulo h1 {
  font-family: antonio;
  font-size: 4.6em;
  background: #c51a1a;
  margin-top: 0; }

.titulo img.logo {
  position: absolute;
  left: 0;
  margin-left: 3%;
  top: 0; }

ol li, ul li {
  margin-bottom: 1em; }

.negri ul li {
  font-weight: bold;
  list-style-image: url("../images/portal/check.svg"); }

.practica li {
  margin-bottom: 0; }

.comocomprar {
  background: #eee; }

.comocomprar h2 {
  font-family: antonio;
  color: #c51a1a;
  padding: 1em; }

.diezrazones {
  border: 2px solid #c51a1a; }

.diezrazones h2 {
  font-family: antonio;
  color: #c51a1a;
  border-bottom: 2px solid;
  margin-right: 1em;
  padding: 1em; }

.diezrazones ul {
  list-style: none;
  padding: 0 2em; }

.diezrazones ul span {
  position: absolute;
  margin-left: -0.8em;
  color: #c51a1a;
  font-size: 2em;
  font-family: antonio; }

.diezrazones ul li {
  min-height: 50px;
  margin-bottom: 1.5em;
  border-bottom: 1px dashed;
  padding-bottom: 0.5em; }

.tabla {
  display: table; }

.tabla .col {
  display: table-cell; }

.border-none {
  border: none !important; }

.left {
  text-align: left !important; }

@media screen and (max-width: 1100px) {
  #newres.w-2 .col {
    width: 100%;
    margin-right: 0;
    display: inline-block !important; } }

@media screen and (max-width: 900px) {
  #contacto.w-3 .col {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: inline-block !important; } }

/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 @font-face {
  font-family: "LeagueGothic";
  src: url(../fonts/LeagueGothic-Regular.otf); }
 @font-face {
  font-family: "RobotoCondensed-Regular";
  src: url(../fonts/RobotoCondensed-Regular.ttf); }

@font-face {
  font-family: "Source Sans Pro";
  src: url(../fonts/SourceSansPro-Regular.otf); }


h2, h3 {
    font-family: "RobotoCondensed-Regular";
    font-weight: bold;
    /*text-shadow: -1px -1px #fff, 1px 1px #aaa !important;*/
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
    text-align:justify;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 0%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 8em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 4em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 80px 0;
    color: #f8f8f8;    
    background-color: #c51a1a
}

.banner h2 {
    margin: 0;
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
     font-size: 2em;
         padding-bottom: 0.5em;

}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 2em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.plan {
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 6px 2px #b0b2ab;
  background-color: #f3f3f3;
  padding: 0;
}
.plan:hover {
  background-color: #fff;
  box-shadow: 0 0 12px 3px #b0b2ab;
}
.plan:hover .plan-name {
  background-color: #b71b1b;
}
.first-plan{
  margin: 27px;
}
.plan-name {
  padding: 20px;
  background-color: #5e5f59;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.plan-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border-radius: 0 0 5px 5px;
}
.plan-item {
  padding: 15px 10px;
  border-top: 1px solid #c5c8c0;
  line-height: 20px;
  margin: 0;
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.plan-sub-item {
  margin-bottom: 7px;
  text-align: justify;
  font-size: 14px;
}
@media (min-width: 768px) {
  .first-plan{
    /*margin-left:8%;*/
    margin-left:14.7%;
  }
  .plan-item{
    height: 71px;
  }
  .height2{
    height: 299px;
  }
  .height3{
    height: 513px;
  }
}
/*# sourceMappingURL=portal.css.map */

/*# sourceMappingURL=portal-all.css.map */
