﻿/* line 1, ../sass/_shared.scss */

.header {
	background: white;
	width: 100%;
	text-align: center;
	padding: 0 !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

/* Tabs panel */

.tabbable-line>.nav-tabs>li {
	margin-right: 2px;
	font-size: 1.7rem;
	padding: 0.7em;
}

.tabbable-line>.nav-tabs>li>a {
	border: 0;
	margin-right: 0;
	color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
	border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
	border: 0;
	background: none !important;
	color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
	margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
	border-bottom: 4px solid #f96c2e;
	position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
	border: 0;
	color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
	color: #404040;
}

.tabbable-line>.tab-content {
	background-color: #fff;
	border: none;
}

.portlet .tabbable-line>.tab-content {
	padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
	border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
	margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.btn-naranja {
	background: #f96c2e;
	color: #fff;
}

.btn-rojo {
	background: #ff3300;
	color: white;
}

.text-center {
	text-align: center;
}

.regresar {
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 1em;
	font-size: 17px;
	border-radius: 5px;
	border: 1px solid #737373;
}

.regresar a {
	color: #737373;
	padding: 1em;
}

.btn-outline {
	background: none;
	font-weight: 700;
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 11, ../sass/_shared.scss */
.border-animation {
	-webkit-transition-property: border;
	-moz-transition-property: border;
	transition-property: border;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	transition-duration: 0.25s;
	border-bottom: 1px solid;
}

/* line 21, ../sass/_shared.scss */
.background-animation {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

/* line 4, ../sass/site.scss */
html,
body {
	height: 100%;
}

/* line 7, ../sass/site.scss */
a:focus {
	text-decoration: none;
}

/* line 11, ../sass/site.scss */
body {
	margin: 0;
	padding: 0;
	/*font-size: 100%;*/
	font-family: "Raleway", sans-serif;
	background: #fff;
}

/* line 19, ../sass/site.scss */
.container {
	/* max-width: 1440px; */
	max-width: 600ch !important;
	/*padding:0px 125px;*/
}

/* line 23, ../sass/site.scss */
.full-width {
	width: 100%;
	display: block;
}

/* line 28, ../sass/site.scss */
.full-wrap {
	position: relative;
	height: 100%;
	color: #fff;
	background: #fff;
	background-size: cover;
}

/* line 35, ../sass/site.scss */
.full-wrap .top {
	padding: 30px 0;
	margin-bottom: 100px;
	top: 0px;
	left: 0px;
}

/* line 39, ../sass/site.scss */
.full-wrap .top.inner {
	margin-bottom: 0;
	overflow: hidden;
}

/* line 44, ../sass/site.scss */
.full-wrap .top a:hover {
	text-decoration: none;
	border: none;
}

/* line 50, ../sass/site.scss */
.full-wrap .top .actions {
	margin-top: 24px;
	float: right;
}

/* line 54, ../sass/site.scss */
.full-wrap .top .actions a {
	padding: 0 20px;
	font-size: 16px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}

/* line 66, ../sass/site.scss */
.full-wrap .top .actions a:hover {
	border: none;
	opacity: 0.7;
}

/* line 71, ../sass/site.scss */
.full-wrap .top .actions a:focus {
	border: none;
}

/* line 78, ../sass/site.scss */
.full-wrap h1 {
	position: relative;
	margin-bottom: 120px;
	font-size: 32px;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}

/* line 86, ../sass/site.scss */
.full-wrap h1:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 1px;
	background-color: #fff;
}

/* line 98, ../sass/site.scss */
.full-wrap .arrow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 17px;
	background: url(../img/arrow-down.png) no-repeat center;
}

/* line 110, ../sass/site.scss */
a.logo:hover {
	border-color: #fff;
}

/* line 112, ../sass/site.scss */
a.logo img {
	max-width: 210px;
}

/* line 115, ../sass/site.scss */
.online-procedure {
	display: inline-block;
	padding: 15px 20px;
	color: #fff;
	background-color: #2980b9;
}

/* line 121, ../sass/site.scss */
.online-procedure:hover {
	color: #fff;
	opacity: 0.7;
	border-color: #fff;
}

/* line 128, ../sass/site.scss */
.main-title {
	padding: 20px;
	margin: 90px auto 20px;
	width: 80%;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
}

/* line 140, ../sass/site.scss */
.main-search {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* line 144, ../sass/site.scss */
.main-search .form-group {
	max-width: 640px;
	margin: 0 auto;
}

/* line 148, ../sass/site.scss */
.main-search .form-group input[type="text"] {
	width: 78%;
	float: left;
	padding: 25px 10px 27px;
	border-color: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-shadow: none;
	background-color: transparent;
	border-radius: 3px;
}

/* line 160, ../sass/site.scss */
.main-search .form-group input[type="text"]:focus {
	border-color: #777;
	outline: none;
}

/* line 165, ../sass/site.scss */
.main-search .form-group input[type="text"]::-webkit-input-placeholder {
	color: #fff;
	font-weight: bold;
	opacity: 0.7;
}

/* line 170, ../sass/site.scss */
.main-search .form-group input[type="text"]:-moz-placeholder {
	color: #fff;
	font-weight: bold;
	opacity: 0.7;
}

/* line 175, ../sass/site.scss */
.main-search .form-group input[type="text"]::-moz-placeholder {
	color: #fff;
	font-weight: bold;
	opacity: 0.7;
}

/* line 180, ../sass/site.scss */
.main-search .form-group input[type="text"]:-ms-input-placeholder {
	color: #fff;
	font-weight: bold;
	opacity: 0.7;
}

/* line 187, ../sass/site.scss */
.main-search .form-group .min-characters {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #c8d2d4;
}

/* line 194, ../sass/site.scss */
.main-search .form-group .min-characters strong {
	font-size: 26px;
}

/* line 197, ../sass/site.scss */
.main-search .form-group .btn {
	width: 20%;
	height: 54px;
	float: right;
	padding: 14px 10px;
	font-weight: 700;
	font-size: 16px;
	text-indent: -1000px;
	color: #fff;
	background: #1a2123 url(../img/finder-icon.png) no-repeat center;
	background-size: 24px;
	border-radius: 3px;
	overflow: hidden;
}

/* line 211, ../sass/site.scss */
.main-search .form-group .btn:hover {
	border: none;
}

/* line 216, ../sass/site.scss */
.categories {
	max-width: 800px;
	margin: 0 auto;
}

/* line 220, ../sass/site.scss */
.categories .col-lg-6 {
	padding: 0;
}

/* line 222, ../sass/site.scss */
.categories h3 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #2b2d30;
}

/* line 230, ../sass/site.scss */
.categories ul {
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
}

/* line 234, ../sass/site.scss */
.categories ul li {
	padding: 5px;
	display: block;
}

/* line 238, ../sass/site.scss */
.categories ul li a {
	display: inline-block;
	padding-bottom: 0;
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;
	color: #777b7e;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
}

/* line 251, ../sass/site.scss */
.categories ul li a:hover {
	border-color: #fff;
	color: #8b2331;
}

/* line 260, ../sass/site.scss */
.footer {
	margin-top: 40px;
	padding: 40px inherit;
	border-top: 1px solid #ddd;
}

/* line 265, ../sass/site.scss */
.footer .container {
	max-width: 800px;
}

/* line 267, ../sass/site.scss */
.footer .col-lg-12 {
	padding: 0;
}

/* line 269, ../sass/site.scss */
.footer p {
	font-size: 12px;
}

/* line 274, ../sass/site.scss */
.details-full-wrap {
	height: auto;
	padding-bottom: 40px;
	margin-bottom: 0;
	background-size: cover;
	border-bottom: 1px solid #eee;
}

/* line 282, ../sass/site.scss */
.details-full-wrap.inner {
	margin-bottom: 30px;
	padding-bottom: 0;
}

/* line 287, ../sass/site.scss */
.details-full-wrap .row {
	margin-left: 0;
	margin-right: 0;
}

/* line 292, ../sass/site.scss */
.details-full-wrap .top {
	margin-bottom: 40px;
}

/* line 296, ../sass/site.scss */
.details-full-wrap h1 {
	margin-bottom: 40px;
	text-align: left;
}

/* line 300, ../sass/site.scss */
.details-full-wrap h1:after {
	bottom: -20px;
	left: 0;
	margin-left: 0;
	width: 40px;
}

/* line 308, ../sass/site.scss */
.details-full-wrap .dependency {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* line 317, ../sass/site.scss */
.details-full-wrap .objective {
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.5;
}

/* line 325, ../sass/site.scss */
.code-name {
	display: block;
	margin-top: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 13px;
}

/* line 333, ../sass/site.scss */
.detail-online {
	padding: 40px 15px;
	margin-bottom: 30px;
	background-color: #e6e8eb;
	overflow: hidden;
}

/* line 339, ../sass/site.scss */
.detail-online .online-procedure {
	float: right;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #8b2331;
	border-radius: 3px;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}

/* line 353, ../sass/site.scss */
.detail-online .label {
	display: inline-block;
	margin-top: 17px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #282a2d;
}

/* line 368, ../sass/site.scss */
.details-content .top-info {
	margin-bottom: 30px;
}

/* line 370, ../sass/site.scss */
.details-content h2,
.details-content p {
	display: inline-block;
	width: 100%;
	line-height: 1.75;
}

/* line 377, ../sass/site.scss */
.details-content h2 {
	font-weight: 300;
}

/* line 381, ../sass/site.scss */
.details-content p {
	font-size: 15px;
}

/* line 385, ../sass/site.scss */
.details-content .see-procedure {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8b2331;
}

/* line 395, ../sass/site.scss */
.details-content .see-procedure:hover {
	color: #282a2d;
	border-color: #282a2d;
	cursor: pointer;
}

/* line 403, ../sass/site.scss */
.table-detail {
	background: #fefeff;
}

/* line 407, ../sass/site.scss */
.list-details-wrap {
	display: table;
}

/* line 410, ../sass/site.scss */
.list-details-wrap>div {
	display: table-row;
}

/* line 415, ../sass/site.scss */
.list-details {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #fefefe;
	border-radius: 3px;
	border: 1px solid #eee;
}

/* line 422, ../sass/site.scss */
.list-details li {
	margin: 0px 0;
	width: 100%;
	padding: 20px 0;
	display: inline-block;
	border-bottom: 1px solid #eee;
}

/* line 428, ../sass/site.scss */
.list-details li:first-child {
	margin-top: 0;
	padding-top: 0;
}

/* line 432, ../sass/site.scss */
.list-details li:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}

/* line 439, ../sass/site.scss */
.list-details strong {
	color: #444;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.75;
}

/* line 446, ../sass/site.scss */
.list-details p {
	margin: 2px 0 0 0;
	font-size: 12px;
	color: #222;
}

/* line 452, ../sass/site.scss */
.list-details span {
	display: block;
	margin: 5px 0;
	font-size: 13px;
	line-height: 1.75;
}

/* line 459, ../sass/site.scss */
.list-details .btn-full {
	margin-top: 12px;
}

/* line 464, ../sass/site.scss */
.btn-full {
	width: 100%;
}

/* line 468, ../sass/site.scss */
.glyphicon-white,
.glyphicon-white a {
	color: #fff !important;
}

/* line 473, ../sass/site.scss */
.register-row h1 {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	font-weight: 300;
}

/* line 479, ../sass/site.scss */
.register-row h1:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 100px;
	height: 1px;
	margin-left: -50px;
	background-color: #ccc;
}

/* line 491, ../sass/site.scss */
.register-row>p {
	max-width: 720px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.75;
	font-family: georgia, serif;
}

/* line 500, ../sass/site.scss */
.register-form-container {
	max-width: 720px;
	padding: 30px;
	margin: 40px auto;
	background-color: #f5f5f5;
}

/* line 506, ../sass/site.scss */
.register-form-container .col-lg-12 {
	margin-bottom: 15px;
}

/* line 510, ../sass/site.scss */
.register-form-container label {
	text-transform: uppercase;
	font-size: 13px;
}

/* line 515, ../sass/site.scss */
.register-form-container input[type="submit"] {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

/* line 523, ../sass/site.scss */
.login-row>p {
	max-width: 480px;
}

/* line 524, ../sass/site.scss */
.login-container {
	max-width: 480px;
}

/* line 526, ../sass/site.scss */
.password-forget {
	display: block;
	max-width: 480px;
	font-size: 13px;
	margin: 0 auto;
	text-align: right;
}

/* line 533, ../sass/site.scss */
.password-forget:hover {
	text-decoration: none;
	border-bottom: none;
	opacity: 0.6;
}

/* line 540, ../sass/site.scss */
.tickets-container {
	margin-top: 60px;
}

/* line 543, ../sass/site.scss */
.tickets-container table {
	margin-top: 30px;
}

/* line 546, ../sass/site.scss */
.tickets-container table th,
.tickets-container table td {
	font-size: 14px;
}

/* line 553, ../sass/site.scss */
.replies {
	max-width: 480px;
	margin: 30px auto;
	margin-top: 50px;
}

/* line 558, ../sass/site.scss */
.replies li {
	padding: 15px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 14px;
	background-color: #ecf0f1;
}

/* line 565, ../sass/site.scss */
.replies li strong {
	text-transform: uppercase;
	font-size: 13px;
}

/* line 570, ../sass/site.scss */
.replies li.gov {
	text-align: left;
	background-color: #2ecc71;
}

/* line 577, ../sass/site.scss */
.not-found {
	display: block;
	max-width: 800px;
	padding: 20px 0;
	margin: 40px auto;
	font-size: 18px;
	text-transform: uppercase;
}

/* line 585, ../sass/site.scss */
.not-found .word {
	display: block;
	margin-top: 15px;
	font-size: 36px;
	font-weight: 300;
	font-style: italic;
}

/* line 594, ../sass/site.scss */
.procedures-results {
	max-width: 800px;
	padding: 20px 0;
	margin: 20px auto;
}

/* line 599, ../sass/site.scss */
.procedures-results .result-label {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

procedures-results .word {
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

/* line 607, ../sass/site.scss */
.procedures-results h2 {
	margin-top: 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* line 616, ../sass/site.scss */
.procedures-results li a {
	display: block;
	padding: 30px;
	margin-bottom: 25px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	color: #1a2123;
	transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
	-moz-transition: border-color 0.2s ease-in-out;
}

/* line 628, ../sass/site.scss */
.procedures-results li a:focus {
	text-decoration: none;
}

/* line 630, ../sass/site.scss */
.procedures-results li a:hover {
	border: 2px solid #000;
	padding: 29px;
}

/* line 635, ../sass/site.scss */
.procedures-results li a:active {
	position: relative;
	top: 1px;
}

/* line 643, ../sass/site.scss */
.procedures-results .info .category {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.8;
}

/* line 651, ../sass/site.scss */
.procedures-results .info p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}

/* line 659, ../sass/site.scss */
#map {
	width: 100%;
	height: 200px;
}

/* line 664, ../sass/site.scss */
.see-more-branches {
	display: inline-block;
	width: 100%;
	padding: 15px 10px;
	margin: 20px 0;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: #282a2d;
	border-radius: 3px;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}

/* line 681, ../sass/site.scss */
.see-more-branches:hover {
	color: #fff;
	opacity: 0.7;
}

/* line 688, ../sass/site.scss */
.procedures-container ul {
	padding: 15px;
	border: 1px solid #eee;
}

/* line 693, ../sass/site.scss */
.procedures-container li {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

/* line 697, ../sass/site.scss */
.procedures-container li:last-child {
	border-bottom: none;
}

/* line 701, ../sass/site.scss */
.branches-list {
	padding: 15px;
	font-size: 0;
}

/* line 705, ../sass/site.scss */
.branches-list li {
	display: inline-block;
	width: 31.33%;
	font-size: 16px;
	margin-right: 3%;
	margin-bottom: 20px;
	vertical-align: top;
}

/* line 713, ../sass/site.scss */
.branches-list li:nth-of-type(3n) {
	margin-right: 0;
}

/* line 715, ../sass/site.scss */
.branches-list li span {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.75;
}

/* line 722, ../sass/site.scss */
.branches-list li .address {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

/* line 728, ../sass/site.scss */
.branches-list li .map {
	margin-top: 15px;
	height: 180px;
}

/* line 735, ../sass/site.scss */
.back-container {
	padding: 10px;
	background-color: #282a2d;
}

/* line 739, ../sass/site.scss */
.back-container a {
	padding: 3px 0 3px 24px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #adb0b3;
	background: url(../img/back-arrow-icon.png) no-repeat left center;
	background-size: 7px;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
}

/* line 753, ../sass/site.scss */
.back-container a:hover {
	border-color: #282a2d;
	opacity: 0.7;
}

/* line 760, ../sass/site.scss */
.information-container {
	padding: 0;
}

/* line 762, ../sass/site.scss */
.saving {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 34, 35, 0.9);
	color: #fff;
}

/* line 772, ../sass/site.scss */
.saving .logo-loader {
	position: absolute;
	top: 42%;
	left: 50%;
	width: 42px;
	height: 64px;
	margin-top: -32px;
	margin-left: -21px;
	background-size: 36px;
}

/* line 784, ../sass/site.scss */
.saving strong {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	margin-top: -11px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}

/* line 797, ../sass/site.scss */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

/* line 802, ../sass/site.scss */
.animated.infinite {
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
	}
}

/* line 834, ../sass/site.scss */
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
}

.message.error {
	font-size: 13px;
	display: none;
	color: #e74c3c;
}

.btnPDF {
	margin-top: 10px;
}

/*# sourceMappingURL=site.css.map */

.form-control.select2-container {
	padding: 0;
	border: none;
	background-color: transparent;
	height: auto;
}

/*----- DataTables Styles -----*/



/* Pagination nested */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}





.paging_full_numbers {
	height: 25px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
	border: 0.5px solid #ff7100;
	-webkit-border-radius: 0;
	-moz-border-radius: 5px;
	padding: 7px 10px;
	margin: 0px;
	cursor: pointer;
	font-size: 1.2em;
	margin-left: -1px;
}

.paging_full_numbers span.paginate_button {
	background-color: transparent;
	color: #ff7100;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ff7100;
	color: white;
}

.paging_full_numbers span.paginate_active {
	background-color: #ff7100;
	color: white;
}


/* Custom Styles Haaz */

.navbar.navbar-inverse.navbar-fixed-top {
	position: sticky !important;
}

.jumbotron {
	background-color: #F5F5F5;
	padding: 1rem;
	margin-block: 2rem;
	border: 1px solid #CCCCCC;
	padding-block: 5rem;

	>h1 {
		margin-top: 0;
	}
}

footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.color-primary {
	color: #F3A049;
	display: block;
}

h1 .color-primary {
	display: block;
}


.navbar-inverse {
	background-color: #F3A049;
	border: none;

	>.container {
		display: flex;
		justify-content: space-between;
		width: 100%;

		>.navbar-header {
			margin-left: 0;
			margin-right: auto;
		}

		>.navbar-collapse.collapse {
			margin-right: 0;
			margin-left: auto;
		}
	}
}


span[data-val-errormessage] {
	font-size: 16px;
	padding: 4px 8px !important;
	white-space: break-spaces;
	text-wrap: wrap;
	position: relative;
	top: 6px;
	border-radius: 2px;
	width: 100%;
	padding-inline: 4px;
	color: white !important;
	background-color: #DC3545;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

span[style="color: red; display: inline;"] {
	display: block !important;
}

div[style="text-align:center;background-color:darkorange;color:white;border:solid;border-width:1px;border-color:black"],
div[style="text-align:center;background-color:darkorange;color:white"] {
	background-color: white !important;
	padding: .5rem 1rem;
	color: #004B41 !important;
	border: none !important;
	border-bottom: 2px solid #004B41 !important;
	padding-block-start: 2rem;

	>.modal-title {
		font-size: 26px;
		text-align: left;
		font-weight: bold;
	}
}

div[style="border:solid;border-width:1px;border-color:black"] {
	border: none !important;
}

form {
	overflow-x: hidden;
}

#ctl01 .row:not(:first-child) {
	border: 1px solid #2aae9e3b;
	border-radius: 8px;
	overflow: hidden;
	padding-block-end: 2rem;
	padding-inline: 1rem;

}

.page-login h3 {
	color: white;
	text-align: center;
}

.page-login :is(a[href="Recupera.aspx"]) {
	font-size: 18px;
	padding-left: 1em;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	border: 1px solid #F3A049;
	box-shadow: none;
	border-radius: 0;
}

.page-login :is(.input-lg,
	.form-horizontal .form-group-lg .form-control) {
	/* border: 1px solid #2AA89A;
	background: #FBFAF9;
	box-shadow: 0px 2px 0px 1px rgba(0, 75, 65, 0.1) inset; */
	background: linear-gradient(166deg, rgba(251, 178, 3, 1) 0%, rgba(233, 96, 0, 1) 100%);
	border: 1px solid rgba(233, 96, 0, 1);
	color: white;
	font-weight: bold;
	border-radius: 2rem;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: white;
	font-weight: bold;
}

div.col-lg-2[style="margin-top: 10px;  margin-left:42%"] {
	width: 100%;
	margin-left: 0 !important;
	margin-right: auto !important;
	display: flex;
	justify-content: center;
	gap: 1rem;
	padding-block: 0 !important;
	align-items: flex-end;

	>label.control-label {
		font-size: 18px;
	}

	>.form-control {
		padding: 1rem 2rem;
		height: auto;

		>label {
			font-size: 18px;
		}
	}
}

#ctl01>div.container.body-content>div:nth-child(2)>div>div.modal-body>div.col-lg-12 {
	margin-left: 0 !important;
	margin-right: auto;
}

#ctl01>div.container.body-content>div:nth-child(2)>div>div.modal-body>div.col-lg-12>label {
	font-size: 18px;
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}

label.control-label[style="color:red"],
#MainContent_Label2 {
	color: #0B7267 !important;
	font-weight: 400;
}

#MainContent_Label2 {
	text-align: center;
	display: block;
	padding-block: 1.5rem;
}

input[type="submit"] {
	background: #2AA89A;
	box-shadow: 0px 4px 0px 0px #0B7267;
	font-size: 18px;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto !important;
	display: block;
	border: none;
}

/* login */
.register-row .container:nth-child(1):not(.col-lg-6) {
	display: flex;
	justify-content: center;
}

.register-row .container.col-lg-6 {
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	padding: 0;
	flex-wrap: wrap;
	align-items: center;
}


form[action="./login"] .col-xs-12.col-md-12[style="text-align:right"],
form[action="./Login"] .col-xs-12.col-md-12[style="text-align:right"],
form[action="./login?salir=1"] .col-xs-12.col-md-12[style="text-align:right"] {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1rem;
	height: auto;
	padding: 1rem 2rem;

	>br {
		display: none !important;
	}


	>input[name="btnRegistrarse"] {
		font-size: 18px;
		background: #FAAC18;
		box-shadow: 0px 4px 0px 0px #c9880c;
		border-radius: 8px;
		display: block;
		border: none;

	}

	>input[name="btnEstatus"] {
		font-size: 18px;
		background: #F5AF66;
		box-shadow: 0px 4px 0px 0px #cf9659;
		border-radius: 8px;
		display: block;
		border: none;

	}

	>input {
		margin-left: unset;
		margin-right: unset;
	}
}

/* Registro */
form[action="./Registrarse"] .col-xs-12[style="text-align:right"] {
	display: flex;
	padding: 1rem;
	justify-content: center;
	gap: 1rem;

	>input[name="guardarAltaUsuario"] {
		font-size: 18px;
		background: #FAAC18;
		box-shadow: 0px 4px 0px 0px #c9880c;
		border-radius: 8px;
		display: block;
		border: none;
	}

	>input[name="btnRegresar"] {
		color: #0B7267;
		font-weight: bold;
		text-decoration: underline;
		background-color: white;
		box-shadow: none !important;
		text-align: left;
		padding-inline-start: 2.5rem;

	}

	>input {
		flex: 1;
	}
}

form[action="./Recupera"] .col-xs-12[style="text-align:right"] {
	display: flex;
	padding: 1rem;
	justify-content: center;
	gap: 1rem;
	max-width: 429px;
	margin-left: auto;
	margin-right: auto;

	>input[name="LoginButton"] {
		font-size: 18px;
		background: #FAAC18;
		box-shadow: 0px 4px 0px 0px #c9880c;
		border-radius: 8px;
		display: block;
		border: none;
		max-width: 200px;
		justify-self: flex-start;
	}

	>.btn-rojo {
		font-size: 18px;
		color: #0B7267 !important;
		font-weight: bold;
		text-decoration: underline;
		background-color: white !important;
		box-shadow: none !important;
		text-align: left;
		padding-inline-start: 2.5rem;

	}

	>input {
		flex: 1;
	}
}

.text-white {

	color: white !important;
}

.title-sareh {
	display: flex;
	justify-content: center;
	padding: 20px;
}

.title-sareh svg {
	width: 100%;
	height: auto;
	max-width: 840px;
}

body:not(.page-start)::after {
	background-color: #fff;
	background-image: url("https://transparencia.hermosillo.gob.mx/test/2022/images/hermosillo.svg");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-bottom: 3rem solid #f5bd6d;
	border-bottom: 32px solid #f5bd6d;
	padding-bottom: 3rem;
	padding-bottom: 32px;
	content: "";
	width: 100%;
	display: block;
	min-height: 320px;
}