@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-Thin.ttf');
    font-weight: 100;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-Light.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-LightItalic.ttf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-Book.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-BookItalic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-Black.ttf');
    font-weight: 800;
}

@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria/Arboria-BlackItalic.ttf');
    font-weight: 800;
    font-style: italic;
}

.table {
	display: table;
	width: 100%;
	margin-bottom: 0;
}

.table-cell {
	display: table-cell;
}

.align-middle {
	vertical-align: middle
}

.align-top {
	vertical-align: top
}

.align-bottom {
	vertical-align: bottom;
}

/* ancho 1360px */
.container {
	max-width: 1390px;
}

#layout-content {
	min-height: calc(100vh - 265px); /* 264px */
	/*padding-top: 130px;*/
}

body {
	font-family: Arboria;
	overflow-x: hidden;
}

/* header */
header {
	height: 129px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(192,192,192,1);
	-moz-box-shadow: 0px 2px 3px 0px rgba(192,192,192,1);
	box-shadow: 0px 2px 3px 0px rgba(192,192,192,1);
}

header .container {
	height: 100%;
}

header .navbar {
	height: 100%;
}

header .navbar .navbar-nav .nav-item .nav-link {
	font-weight: 500;
	color: #3C3C3B;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 0;
	padding-top: 0;
}

header .navbar .right {
	width: 203px;
	text-align: right;
	padding-top: 60px;
}

header .navbar .right ul {
	padding-left: 0;
	margin-bottom: 0;
}

header .navbar .right ul li {
	display: inline-block;
	position: relative;
}

header .navbar .right ul li:first-child {
	margin-right: 20px;
}

header .navbar .right ul li a {
	cursor: pointer;
}

header .navbar .navbar-brand {
	margin-right: 0; /*75px;*/
}

header .navbar .navbar-nav {
	padding-top: 70px;
}

header .navbar .navbar-nav .nav-link {
	padding-left: 14px;
	padding-right: 14px;
}

header .navbar .right ul li .user-option {
	position: absolute;
	background-color: #FFF;
	/*width: 237px;
	height: 75px;*/

	padding: 15px 20px; /*20px 20px;*/
	min-width: 200px; /*237px;*/

	border: 2px solid #e4e4e4;
	bottom: auto; /*-120px;*/
	top: 75px;
	right: -35px; /*0;*/

	display: none;
}

/*header .navbar .right ul li a.user:hover + .user-option {
	display: block;
}*/

header .navbar .right ul li .user-option::before {
	content: '';
	width: 46px;
	height: 38px;
	position: absolute;
	right: 25px;
	top: -38px;
	background-image: url('../images/triangulo.png');
	background-size: 100% 100%;

	display: none;
}

header .navbar .right ul li#avatar.active .user-option::before {
	display: block;
}

header .navbar .right ul li#avatar.active .user-option {
	display: block;
}

header .navbar .right ul li .user-option .user-option-wrapper {
	text-align: center;
	display: flex;
  	align-items: center;
  	justify-content: left; /*center;*/
  	height: 100%;
  	background-color: #FFF;
	position: relative;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 5px;
}

header .navbar .right ul li .user-option .user-option-wrapper a {
	font-size: 21px;
	font-weight: 700;

	white-space: nowrap;
}

header .navbar .right ul li .user-option .user-option-wrapper a.login {
	color: #00AFA6;
}

header .navbar .right ul li .user-option .user-option-wrapper a.register {
	color: #000;
}

header .navbar .right ul li .user-option .user-option-wrapper .separator {
	display: inline-block;
	width: 3px;
	height: 17px;
	background-color: #000;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
/* fin header */

/* footer */
footer {
	height: 135px;
	background-color: #00AFA7;
	padding-top: 25px;
	padding-bottom: 25px;
}

footer .container {
	height: 100%;
}

footer ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

footer .left ul li {
	display: block;
}

footer .right ul li {
	display: inline-block;
}

footer .right {
	text-align: right;
}

footer ul.social li a {
	margin-right: 10px;
}

footer ul.social li:last-child a {
	margin-right: 0;
}

footer ul li a {
	color: #FFF;
	font-weight: 800;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}

footer ul li a:hover {
	color: #FFF;
}

footer .left ul li a {
	margin-bottom: 7px; /*5px;*/
	display: inline-block;
}

footer .left ul li:last-child a {
	margin-bottom: 0;
}
/* fin footer */

/* formularios */
.form label {
	color: #636362;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
}

.form input[type=text], .form input[type=password], .form input[type=email], .form input[type=date], .form input[type=tel], .form input[type=number] {
	color: #636362;
	font-size: 18px;
	font-weight: 500;
	display: block;
	width: 300px; /*287px;*/
	height: 60px;
	border: 3px solid #00AFA7;
	border-radius: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	outline: 0;
}

select {
	color: #636362;
	font-size: 18px;
	font-weight: 500;
	display: block;
	width: 300px; /*287px;*/
	height: 60px;
	border: 3px solid #00AFA7;
	border-radius: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	outline: 0;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* Remove default arrow */
	background-image: url('../images/select-arrow.png');   /* Add custom arrow */
	background-repeat: no-repeat;
	background-position: right 20px center;

	background-color: #FFF;
}

.form .form-group {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	position: relative;
}

.form .form-group.large {
	max-width: 500px;
}

.form .form-group.large select, .form .form-group.large input[type=text], .form .form-group.large input[type=password], .form .form-group.large input[type=email], .form .form-group.large input[type=date], .form .form-group.large input[type=tel], .form .form-group.large input[type=number] {
	width: 500px;
}

.form .error {
	color: #FF0000;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	display: none;
}

.form .form-group .error .asterisk {
	font-size: 30px;
	vertical-align: middle;
	font-weight: 700;
	margin-right: 3px;
}

.form .form-group .required {
	font-size: 30px;
	font-weight: 700;
	color: #FF0000;
	position: absolute;
	top: 30px;
	right: -28px;
	margin-top: -22px;

	display: none;
}

.form .legal {
	/*margin-top: 30px;*/
	margin-bottom: 40px;
}

.form .legal label {
	/*display: inline;*/
	vertical-align: middle;
	font-weight: 200;
	color: #808080;
	font-size: 14px;
}

.form .legal label a {
	color: #808080;
	text-decoration: underline;
}

.form label a {
	color: #636362;
	text-decoration: underline;
}

.form .legal input[type=checkbox] {
	/*margin-right: 10px;
	vertical-align: middle;*/
	/*outline: 2px solid #00AFA7;*/
	/*width: 12px;
	height: 12px;*/
}

.form .pretty .state label::before {
	border: 2px solid #00AFA7;
}

.form .pretty.p-default input:checked ~ .state label::after {
	background-color: #00AFA7!important;
}

.form .state label {
	padding-left: 8px;
	position: relative;
}

.form .legal .form-group {
	max-width: none;
	margin-bottom: 0; /*2px;*/
}

.form button {
	border-radius: 10px;
	border: 0;
	background-color: #00AFA7;
	color: #FFF;
	text-align: center;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);

	border: 3px solid #00AFA7;
}

.form .regular-button {
	height: 60px;
	font-size: 18px;
	font-weight: 800;
	padding-left: 60px;
	padding-right: 60px;
}

.form .small-button {
	height: 40px; /*30px;*/
	font-size: 14px;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
}

.form .medium-button {
	height: 50px;
	font-size: 14px;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
}

.form .medium-button.disabled {
	opacity: 0.3;
	cursor: default;
}

.form button.large {
	width: 254px;
}

.form button a {
	color: #FFF;
}

.form button a:hover {
	text-decoration: none;
}

.form .inputs-wrapper {
	margin-bottom: 35px;
}

.form .no-margin-bottom {
	margin-bottom: 0;
}

.form .button-wrapper {
	text-align: center;
}
/* fin formularios */

/* fix pretty checkbox chrome */
.pretty {
	vertical-align: bottom;
}
/* fix pretty checkbox chrome */

@media (max-width: 1150px) {
	/* header */
	header .navbar .navbar-nav .nav-item .nav-link {
    	padding-left: 10px;
    	padding-right: 10px;
    	font-size: 17px;
		line-height: 17px;
	}

	header .navbar-brand img {
		width: 170px;
	}

	header .navbar .right {
		width: 170px;
	}
	/* fin header */
}

@media (max-width: 992px) {
	/*body {
		border: 1px solid blue;
	}*/

	/* header */
	header {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	header .navbar-brand img {
    	_width: auto;
	}

	header .navbar .navbar-brand {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		/*display: table;*/
	}

	header .navbar .navbar-toggler {
		outline: 0;
	}

	header .navbar .navbar-toggler-icon {
    	background-image: url("../images/burger.png");
    	position: relative;
	}

	header .navbar .right {
		padding-top: 0;
		position: absolute;
		right: 0;
		top: 14px;
	}

	header .navbar .right ul li:first-child {
		margin-right: 15px;
	}

	header .navbar .right ul {
		font-size: 0;
	}

	header .navbar .right {
		width: auto;
	}

	header .navbar {
		padding-left: 0;
		padding-right: 0;
	}

	header .navbar .navbar-nav {
		padding-top: 25px;
	}

	header .navbar .navbar-nav .nav-item {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	header .navbar .navbar-nav .nav-item .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
	/* fin header */

	/* footer */
	footer {
		height: auto;
		text-align: center;
	}

	footer ul {
		text-align: center;
	}

	footer ul li a {
		line-height: 16px;
	}

	footer ul.social {
		margin-top: 20px;
	}
	/* fin footer */

	/* formularios */
	.form .form-group {
		max-width: none;
	}

	.form input[type="text"], .form input[type="password"], .form input[type="email"], .form input[type="date"], .form input[type="tel"], .form input[type="number"] {
		width: 100%;
	}

	.form select {
		width: 100%;
	}

	.form button {
		width: 100%;
	}

	.form .form-group .required {
		right: -13px; /*-15px;*/
	}

	.form .form-group.large {
		max-width: 100%;
	}

	.form .form-group.large select, .form .form-group.large input[type="text"], .form .form-group.large input[type="password"], .form .form-group.large input[type="email"], .form .form-group.large input[type="date"], .form .form-group.large input[type="tel"], .form .form-group.large input[type="number"] {
		width: 100%;
	}

	.form button.large {
		width: 100%;
	}

	.form .form-group .required {
		margin-top: -18px;
	}
	/* fin formularios */

	/* fix prettycheckbox */
	.pretty {
		white-space: inherit;
		width: 100%;
	}

	.pretty .state label{
		text-indent: 0;
		padding-left: 2rem;
	}

	.pretty .state label:after,
	.pretty .state label:before{
		top: 0;
	}
	/* fix prettycheckbox */
}

@media (max-width: 768px) {
	/*body {
		border: 1px solid red;
	}*/

	/* header */

	/* fin header */
}


