* {
  margin: 0;
}

html,
body {
  height: 100%;
}

/*body
{
 min-height: 100%;
 margin: 0;
 padding: 0;
}*/

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dd,
dt,
p {
  margin: 0;
  padding: 0;
}

a {
  color: #0185c6;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin-bottom: 10px;
}

fieldset {
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
}

figure,
form {
  margin: 0;
}

form .caption {
  clear: left;
  display: block;
  font-size: 0.6em;
}

label.short {
  width: 120px;
}

input.short {
  width: 120px;
}

input.med {
  width: 250px;
}

input.large {
  width: 350px;
}

select.large {
  width: 350px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

p input,
p textarea,
p label,
p select,
li input,
li textarea,
li label,
li select {
  font-size: 0.8em;
}

nav {
  clear: both;
  display: block;
}

nav ul {
  margin: auto;
  list-style: none outside none;
  position: relative;
  width: 350px;
}

nav li a {
  color: white;
  float: left;
  font-size: 1.16em;
  margin: 0.7em 0.8em 0 0;
  overflow: hidden;
  padding: 0, 0, 10px, 0;
  text-decoration: none;
}

nav li a:hover {
  -moz-background-clip: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  background-color: #404040;
  background-image: -moz-linear-gradient(
    to center top,
    #404040 0%,
    #505050 100%
  );
  -moz-background-size: 80px 60px;
  -o-background-size: 80px 60px;
  -webkit-background-size: 80px 60px;
  background-size: 80px 60px;
  border-radius: 5px 5px 0px 0px;
  color: #ffffff;
  margin-top: 0.8em;
}
td .input {
  float: left;
}
td label {
  font-size: 0.9em;
}
/* clases */
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
#wrapper > .container {
  padding-top: 91px;
}
.header {
  background-image: url("../img/header.png");
  background-repeat: round;
  height: 45px;
  margin: 0 auto;
  padding: 0;
  min-width: 950px;
}
.headerseparator {
  background-image: url("../img/separator.png");
  background-repeat: repeat-x;
  height: 4px;
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 950px;
}
.container2 {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}
.content {
  background: #ffffff none repeat scroll 0 0 padding-box;
  border: medium none;
  border-radius: 9px 9px 9px 9px;
  -webkit-box-shadow: 0 0 8px #5d7d37;
  box-shadow: 0 0 8px #5d7d37;
  margin: 20px auto 20px auto;
  /* position: relative; */
  padding: 4px;
  width: 100%;
}
.dos_columnas_l {
  float: left;
  width: 47%;
}
.dos_columnas_r {
  float: right;
  width: 47%;
}
.footerseparator {
  background-image: url("../img/separator_foot.png");
  background-repeat: repeat-x;
  height: 5px;
  margin: 0;
  bottom: 0;
  position: relative;
}
.footer,
.push {
  height: 60px;
}
.footer {
  background-color: #f5f5f5;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 30px;
  padding-right: 20px;
  width: 100%;
}
.footer ul li {
  color: #919191;
  font-size: 0.75em;
  height: inherit;
  padding: 20px 10px 0;
  white-space: normal;
  width: 168px;
}
.footer ul li dt {
  font-size: 1.2em;
  font-weight: bold;
}
.footer ul a {
  color: #919191;
  text-decoration: none;
}
.view-y {
  overflow-x: hidden;
  overflow-y: visible;
}
/* *********** */

.button-search {
  margin-top: 1.8em;
}

.border_box {
  margin: auto;
}
.clearbox {
  clear: both;
}
.header_box {
  border-bottom: 1px solid #ddeacf;
  margin-bottom: 10px;
  padding: 0 10px;
}
.content_box {
  margin: 2px auto 2px auto;
  padding: 4px;
  width: 350px;
}
.content_bigbox {
  margin: 2px auto 2px auto;
  padding: 4px 4px 4px 4px;
}
.sub {
  margin-top: -1px;
  padding: 0;
}
.subcontent {
  background: #efefef none repeat scroll 0 0 padding-box;
  border: medium none;
  border-radius: 9px 9px 9px 9px;
  -webkit-box-shadow: 0 0 3px #5d7d37;
  box-shadow: 0 0 3px #5d7d37;
  margin: 0 3px 8px 0;
  padding: 4px;
}
.push {
  margin-left: 85px;
  position: relative;
}
/* ***** */
#login {
  float: right;
  overflow: hidden;
  margin: 2.2em 4em 0 0;
  padding: 0, 0, 12px, 0px;
  text-decoration: none;
  font-size: 0.8em;
}
#login a {
  color: #ffffff;
}
.label-multiple {
  float: left;
  padding-top: 5px;
  width: 100px;
  text-align: right;
}
.input-multiple {
  margin-left: 120px;
}
td .backOff {
  background-color: #ff3e00;
}
.card {
  padding-top: 20px;
  margin: 10px 0 20px 0;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-top-width: 1px;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card .card-heading {
  padding: 0 20px;
  margin: 0;
}
.card .card-heading.simple {
  font-size: 20px;
  font-weight: 300;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
}
.card .card-heading.image img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  vertical-align: top;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.card .card-heading.image .card-heading-header {
  display: inline-block;
  vertical-align: top;
}
.card .card-heading.image .card-heading-header h3 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #262626;
}
.card .card-heading.image .card-heading-header span {
  font-size: 12px;
  color: #999999;
}
.card .card-body {
  padding: 0 20px;
  margin-top: 20px;
}
.card .card-media {
  padding: 0 20px;
  margin: 0 -14px;
}
.card .card-media img {
  max-width: 100%;
  max-height: 100%;
}
.card .card-actions {
  min-height: 30px;
  padding: 0 20px 20px 20px;
  margin: 20px 0 0 0;
}
.card .card-comments {
  padding: 20px;
  margin: 0;
  background-color: #f8f8f8;
}
.card .card-comments .comments-collapse-toggle {
  padding: 0;
  margin: 0 20px 12px 20px;
}
.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
  padding-right: 5px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-comments .media-heading {
  font-size: 13px;
  font-weight: bold;
}
.card.people {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 300px;
  padding-top: 0;
  margin-left: 20px;
  overflow: hidden;
  vertical-align: top;
}
.card.people:first-child {
  margin-left: 0;
}
.card.people .card-top {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 170px;
  height: 150px;
  background-color: #ffffff;
}
.card.people .card-top.green {
  background-color: #53a93f;
}
.card.people .card-top.blue {
  background-color: #427fed;
}
.card.people .card-info {
  position: absolute;
  top: 150px;
  display: inline-block;
  width: 100%;
  height: 101px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card.people .card-info .title {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #404040;
}
.card.people .card-info .desc {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  text-overflow: ellipsis;
}
.card.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.card.hovercard {
  position: relative;
  width: 240px;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.card.hovercard img {
  width: 240px;
  height: 135px;
}
.card.hovercard .avatar {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
.card.hovercard .avatar img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.card.hovercard .info {
  padding: 4px 8px 10px;
}
.card.hovercard .info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #262626;
  vertical-align: middle;
}
.card.hovercard .info .desc {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}
.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}
.card-border {
  padding-left: 5px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.card-simple {
  padding-left: 5px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.card-simple-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 5px !important;
  border: 1px solid #ddd;
  border-radius: 1px;
}
.card-simple-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.card-simple-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.card-simple-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.card-simple:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.card-simple:active {
  opacity: 0.5;
}
.card-simple-center {
  text-align: center;
}
.hcollapse {
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.hcollapse.in {
  width: auto;
}
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(183, 162, 160, 0.8) url(../img/cd-top-arrow.svg) no-repeat
    center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.7;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.grid-item {
  width: 200px;
}
.grid-item--width2 {
  width: 400px;
}

/*Cards styles*/
.card-local {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
}

.card-local:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-img {
  border-radius: 5px 5px 0 0;
}

.card-container {
  padding: 2px 10px 16px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ffcc00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ffcc00;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
