/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==================================
  Table of Contents
   ==================================
** @included fonts
** Basic
** Preloader
** Social List
** Navbar
** Header
** About
** Features
** Quotes
** Portfolio
** Call To Action
** Services
** Counters
** Team
** Skills
** Blog
** Tweets
** Pricing
** Clients
** Contact
** Google map
** Footer
** Another /Buttons, Helper Classes.../
** Buttons
** Animations /On scroll/
** Popup
** Progress Bars
** Collapse
   ================================== */

/* ==================================
   Fonts
   ================================== */
/*@font-face {
  font-family: 'Novecento';
  src: url('fonts/Novecento WideMedium.otf') format('opentype');
  src: url('fonts/Novecento WideMedium.woff') format("woff");
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('fonts/Roboto-Regular.eot');
  src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.svg#svgRoboto-Regular') format('svg');
}
@font-face {
  font-family: 'Roboto Light';
  src: url('fonts/Roboto-Light.eot');
  src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype'), url('fonts/Roboto-Light.svg#svgRoboto-Light') format('svg');
}*/
/*@font-face {
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans'), url('../fonts/OpenSans-Regular.woff') format('woff');
}*/
/* ==================================
   Basic
   ================================== */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  font-family: sans-serif;
  overflow-x: hidden;
  color: #101820;
  background-color: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
  /*font-family: "Roboto Light", sans-serif;*/
  font-family: sans-serif;
  letter-spacing: 1px;
  color: inherit;
  font-weight: bold;
}
p {
  /*font-family: "Roboto Light", sans-serif;*/
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #3d3935;
}
a {
  color: #101820;
  text-decoration: none;
}
a:active,
a:hover {
  color: #c26e60;
  text-decoration: none;
}
a:focus {
  color: #ccc;
  text-decoration: underline;
  outline: none;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
figure {
  margin: 0;
}
.section-header {
  margin: 4em 0;
}
.section-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 2em;
}
.section-title::before {
  content: attr(data-text);
  position: relative;
  display: table;
  margin: 1.5em auto;
  font-size: 0.625em;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 2px;
}
.section-title::after {
  content: "";
  display: table;
  margin: 1.5em auto;
  width: 2em;
  height: 1px;
  background-color: #101820;
}
.icon {
  font-size: 1.875em;
  line-height: 1;
  display: inline-block;
  color: inherit;
}
/* ==================================
   Preloader
   ================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -ms-flex-flow: row nowrap;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.preloader span:nth-child(1),
.preloader span:nth-child(2) {
  display: block;
  width: 2em;
  height: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.preloader span:nth-child(1) {
  -webkit-order: 1;
  order: 1;
  -webkit-animation: left-circle 1.5s infinite ease-in-out;
  animation: left-circle 1.5s infinite ease-in-out;
}
.preloader span:nth-child(2) {
  -webkit-order: 2;
  order: 2;
  -webkit-animation: right-circle 1.5s infinite ease-in-out;
  animation: right-circle 1.5s infinite ease-in-out;
}
@-webkit-keyframes left-circle {
  0% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    -moz-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    -ms-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    transform: translateX(3.125em) scale(1.5) rotate(260deg);
    background: none repeat scroll 0 0 #101820;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@-webkit-keyframes right-circle {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    -moz-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    -ms-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    background: none repeat scroll 0 0 #a01015;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes left-circle {
  0% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    -moz-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    -ms-transform: translateX(3.125em) scale(1.5) rotate(260deg);
    transform: translateX(3.125em) scale(1.5) rotate(260deg);
    background: none repeat scroll 0 0 #101820;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes right-circle {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    -moz-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    -ms-transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    transform: translateX(-3.125em) scale(1.5) rotate(-260deg);
    background: none repeat scroll 0 0 #a01015;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ==================================
   Navbar
   ================================== */
.top-header-area {
	background-color:#fff;
	padding: 0;
	position: fixed;
	z-index: 1030;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 5px 15px rgb(163 162 162 / 39%);
}
.main-menu{
	text-align: right;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: -15px;
}
.main-menu ul li {
	display: inline-block;
}
.main-menu ul li a {
	padding: 15px;
	color: #838379;
	font-size: 14px;
	font-weight: 600;
	display: block;
}
.main-menu ul > li {
  position: relative;
}
.main-menu ul ul.sub-menu {
  position: absolute;
  background-color: #fff;
  width: 220px;
  padding: 15px 15px;
  margin: 0;
  left: 0;
  top: 50px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px #555555;
  box-shadow: 0 0 20px #555555;
  text-align: left;
}
.main-menu > ul li:last-child {
  float: right;
}
.site-logo {
	float: left;
	max-width: 190px;
	/*padding: 6px 0;*/
}
ul.sub-menu li:last-child {
  float: none !important;
}
.main-menu-wrap {
  position: relative;
}
.header-icons a {
  color: #fff;
  display: inline-block;
  padding: 10px;
}
.main-menu ul ul.sub-menu li {
	display: block;
	padding: 5px 0;
}
.main-menu ul ul.sub-menu li a {
	color: #838379;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
}
.main-menu li:hover > a {
  color: #4da6e7;
}
.main-menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.is-sticky{
	background-color: transparent;
	color:#fff;
	border-color: transparent;
	padding: 1em;
	box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}
.main-menu-wrap label{
	cursor: pointer;
	display: none;
	float: right;
    font-size: 1.7em;
	margin-top: 8px;
}
@media only screen and (min-width: 1199px) {
	.main-menu ul > li:hover ul {
		opacity:1 !important;
		visibility: visible !important;
		display: block !important;
	}
	.is-sticky .main-menu ul li a{
		color:#fff;
	}
}
@media only screen and (max-width: 1199px) {
	.top-header-area{
		background:#fff;
	}
	.main-menu-wrap {
		position: unset;
	}
	.main-menu-wrap label{
		display: initial;
		color: #838379;
	}
	.main-menu {
		position:absolute;
		top: 100%;
		left:0;
		right:0; 
		background:#fff;
		color:#000;
		display:none;
		text-align: center;
	}
	.main-menu ul li:not(:last-child){
		width: 100%;
	}
	.main-menu ul li:last-child{
		float:none;
		padding-bottom: 15px;
	}	
	.main-menu ul ul.sub-menu{
		position: relative;
		width:100%;
		top: 0;
		opacity:1;
		background:#eee;
		display: none;
		box-shadow: 0 0 0 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		-webkit-box-shadow: none;		
	}
	.main-menu ul li a{
		color:#051922;
	}
}
@media only screen and (max-width: 412px) {
	#sticker > .container{
		padding-left: 5px;
		padding-right: 5px;
	}
}
/* ==================================
   Header
   ================================== */

/* ==================================
   About
   ================================== */
.about {
  width: 100%;
  height: auto;
  padding: 4em 0 0;
  text-align: center;
  background: none no-repeat scroll center center #ffffff;
}
@media only screen and (max-width: 768px) {
	/*#css3menu1 > li:hover .sub-nav {
		display: block;
	}*/
	.services-right-dec img{
		display:none;
	}
	.services-right-dec2 img{
		display:none;
	}
	.services-right-dec3 img{
		display:none;
	}

	.galeria-cont-slider img{
		object-fit: cover !important;
	}
}
/* ==================================
   Features
   ================================== */
.features {
  width: 100%;
  height: auto;
  padding: 3em 0;
  text-align: center;
  border-top: 1px solid #f5f4f1;
  background: none no-repeat scroll center center #ffffff;
}
.feature {
  padding: 2.5em 12%;
  text-align: center;
}
/* ==================================
   Portfolio
   ================================== */
.portfolio {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2em 0 4em;
  text-align: center;
}
/* ==================================
   Informacion institucional
   ================================== */
.informacion{
	position: relative;
	width: 100%;
	height: auto;
	padding: 2em 0 4em;
	text-align: center;
	background: #f2f2fe;
}
.informacion a{
	font-size: 18px;
}
.infodoc {
	display:flex;
}
.infodoc ul {
	list-style:none;
	margin:0;
	padding:0;
	width:50%
}
.infodoc li {
	margin:11px;
	padding:11px 0 11px 15px;
	border:solid 1.5px #d0d0d0;
	border-radius: 10px;
	background:url(imagenes/flecha.png) left top no-repeat;
-moz-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in; 
transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
}
.infodoc a{
	display:block;
	width:100%;
}
.infodoc li:hover {
	background:url(imagenes/flecha.png) -8px top no-repeat #ececec;	
}
/* ==================================
   Contact
   ================================== */
.contact {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2em 0 4em;
  text-align: center;
}
.address {
  text-align: left;
  margin-bottom: 3em;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d9d9d6;
  border-radius: 1px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #838379;
  outline: 0px none;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 3px rgba(217, 217, 214, 0.3);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 3px rgba(217, 217, 214, 0.3);
}
/* ==================================
   Footer
   ================================== */
.footer-fixed{
	background-color:#444343
}
.footer-fixed2{
	position: fixed;
	bottom:0px;
}
/* ==================================
   Another /Buttons, Helper Classes.../
   ================================== */
/* ==================================
   Buttons
   ================================== */
.btn {
  font-family: "Novecento", sans-serif;
  text-transform: uppercase;
  border-radius: 1px;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #101820;
  text-decoration: none;
}
.btn-default {
  color: #101820;
  background-color: #ffffff;
  border-color: #c8c9c7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #101820;
  background-color: #e6e6e6;
  background-color: #d6d2c4;
  border-color: #a9aba8;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #c8c9c7;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #101820;
}
.btn-primary {
  color: #ffffff;
  background-color: #6787b7;
  border-color: #5679af;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #4c6d9f;
  border-color: #405d87;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6787b7;
  border-color: #5679af;
}
.btn-primary .badge {
  color: #6787b7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #789d4a;
  border-color: #6b8c42;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5e7a3a;
  border-color: #4b622e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #789d4a;
  border-color: #6b8c42;
}
.btn-success .badge {
  color: #789d4a;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #7ba4db;
  border-color: #6796d6;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #5388d0;
  border-color: #3775c8;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #7ba4db;
  border-color: #6796d6;
}
.btn-info .badge {
  color: #7ba4db;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #a01015;
  border-color: #e9943d;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #a01015;
  border-color: #a01015;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #a01015;
  border-color: #e9943d;
}
.btn-warning .badge {
  color: #a01015;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #c26e60;
  border-color: #bb5d4e;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ad5142;
  border-color: #934538;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c26e60;
  border-color: #bb5d4e;
}
.btn-danger .badge {
  color: #c26e60;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #6a8fb4;
  text-decoration: none;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.label-default {
  background-color: #6a8fb4;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #4e769d;
}
.label-primary {
  background-color: #6787b7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4c6d9f;
}
.label-success {
  background-color: #789d4a;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5e7a3a;
}
.label-info {
  background-color: #7ba4db;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #5388d0;
}
.label-warning {
  background-color: #a01015;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #a01015;
}
.label-danger {
  background-color: #c26e60;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ad5142;
}
/* ==================================
   Animations /On scroll/
   ================================== */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.delay-01 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.animated.delay-02 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-03 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-04 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-05 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-06 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
/* ==================================
   Create delay as follows:
.animated.delay-[time] {
    -webkit-animation-delay: [time]s;
       -moz-animation-delay: [time]s;
        -ms-animation-delay: [time]s;
            animation-delay: [time]s;
}
================================== */


.hdn{ display:none; }

.sub-nav{
	position: absolute;
	list-style: none;
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 10px;
	/*width: 100%;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}

.sub-nav > li {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #515151;
}

#css3menu1 > li:hover .sub-nav {
	display: block;
}

div.liteboxclose{ float:right; }
div.liteboxinfo{
	box-shadow: 0px 0px 20px 8px #000;
	position:absolute;
	background:#fff;
	left:0;
	top:0;
	min-width:50px;
	padding:10px;
	font-size:12px;
	z-index:9001;
	behavior: url(PIE.htc);
}

/*.clsfalta{
	width: 200px;
}*/

.iconlogin{
	height:30px;
	margin-top: 9px;
}

.imgdetalle{
	width: 20px;
}
.show-lg{
	color: #838379;
	font-size: 12px;
}
.menu{
	border-radius: 7px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
	font-size: 14px;
	padding: 20px;
	width: 280px;
	background-color:#fff;
	border: 1px solid rgba(0,0,0,.21);
	right: 50px;
	top: 55px;
	z-index:1500;
	position: fixed;
}
.menu label{
	color: #888;
	font-weight: normal;
	display: inline-block;
	margin-bottom: .5rem;
}
.menu input{
	border-radius: .25rem;
}
.or-seperator{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}

.menu-logout{
	border-radius: 7px;
	border-color: #e5e5e5;
	padding: .5rem 0;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
	font-size: 14px;
	background-color:#fff;
	border: 1px solid rgba(0,0,0,.15);
	right: 50px;
	top: 55px;
	z-index:1500;
	position: fixed;
}
.menu-logout a{
	color: #777 !important;
	padding: 8px 20px;
	line-height: normal;
	display: block;
}
.or-seperator-logout{
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}
.formreg{
	border-radius: 7px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
	font-size: 14px;
	padding: 20px;
	width: 350px;
	background-color:#fff;
	border: 1px solid rgba(0,0,0,.15);
	right: 50px;
	top: 65px;
	z-index:55;
	position: absolute;
}
.align-center{
	display: flex; 
	align-items: center;
	text-align: start;
}

/*inicio Flecha para hacer la pagina hacia arriba*/
.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:30px;
  color:#868686;
  cursor:pointer;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:2;
}
/*fin Flecha para hacer la pagina hacia arriba*/

.header-cont-slider img{
	object-fit: cover;
	height: 100vh;
	width: 100vw;
}
.services-right-dec img{
	width: 305px;
    right: 25px;
    bottom: -120px;
    position: absolute;
    z-index: -1;
}
.services-right-dec2 img{
	width: 250px;
    left: 10px;
    top: -30px;
    position: absolute;
    z-index: -1;
}
.services-right-dec3 img{
	width: 310px;
    right: 60px;
    /* top: 0px; */
    position: absolute;
    z-index: 1;
}

.galeria{
	background-color: #f2f2fe;
	padding-bottom:60px;
}
.galeria-cont-slider {
	background-image: url(../imagenes/pajaros-de-las-gaviotas.png);
}
.galeria-cont-slider img{
	height: 100vh;
	width: 100vw;
	object-fit: contain;
}
.element-group{
	margin: 0.8em 0;
	border: 1px solid silver;
	padding: .35em .625em 0 .625em;
}
.element-group legend{
	padding: 0 10px;
}
.group-logo{
	border: 1px solid silver;
	border-radius:5px;
	padding:1px 5px; 
	margin:2px 0;
	font-weight: bold;
}
/*.icono{
	max-width:inherit;
}*/

/* DASHBOARD*/
.dsh-element{
	margin-bottom: 30px;
}
.dsh-element img{
	width:50%;
	margin-bottom:20px;
}
@media only screen and (max-width: 767px) {
	.dsh-element img{
	width:20%;
	margin-bottom:20px;
}
}

img.pntr{ cursor:pointer; max-width:inherit;}

/* ==================================
   Popup
   ================================== */
.litebox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
    /*transform: scale(1.1);*/
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	z-index: 1040;
}
.litebox-content {
    position: relative;
    background-color: white;
    border-radius: 0.5rem;
	width: auto;
	margin: 5rem;
	margin: 1.75rem auto;
	overflow: hidden;
}
.litebox-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.litebox-header {
  padding: 0.5rem 3rem;
}
.litebox-body,.litebox-footer {
  padding: 2rem 3rem;
}
.litebox-header {
  background: #efefef;
}
.litebox-body {
	/*max-height: calc(100vh - 150px);
	overflow-y: auto;*/
	
}
.litebox-close {
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
	margin-left: 5rem;
}
.litebox-close:hover {
    background-color: darkgray;
}
.show-litebox {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
@media only screen and (min-width: 576px) {
	.litebox-content{
		/*max-width: 600px;*/
		max-width: 90%;
	}
}
@media only screen and (max-width: 991px) {
	#btnshowreg{
		display: initial!important;
	}
	.frmreg{
		display: none;
	}
}
.file-group{
	border: 1px solid #d9d9d6;
	padding: 6px 12px;
	color: #555;
}

/* ==================================
   incidencia
   ================================== */
   
.ltb-column{
	float: left;
	width: 25%;
	padding: 0 1em;
}
.ltb-btnadd{
	float: left;
	width: 100%;
}
@media screen and (max-width: 576px) {
  .ltb-column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
	padding: 0;
  }
}
.clsmulti{
	width:160px;
	height:160px;
	display: block;
}
.ltb-item-title{
	width: 100%;
	display: block;
	padding: 0.3em;
	background: #337ab7;
	color: #fff;
	font-weight: bold;
	margin: 1em 0;
}