
.roundbox {
  border:solid 2px #94bc8e;background-color: #5cccd7;border-radius:6px;
}

.roundbox2 {
  border:solid 2px #94bc8e;background-color: #ffffff;border-radius:6px;
}

::-webkit-input-placeholder {
  color: #aaaaaa;
}
::-moz-placeholder {
  color: #aaaaaa;
}
:-ms-input-placeholder {
  color: #aaaaaa;
}
::placeholder {
  color: #aaaaaa;
}

[type="radio"] + span {
  color: #000000;
  font-weight: normal;
}

[type="checkbox"] + span {
  color: #000000;
  font-weight: bold;
}

p {
  font-weight: bold;
  margin: 2px;
}

.row_adjust0 {
  line-height: 0.7rem;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.row_adjust {
  margin: 10px;
}

.row_adjustb {
  line-height: 0.7rem;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.row_adjust2 {
  line-height: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.row_adjust3 {
  width: 95%;
  line-height: 0;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 0;
}

.row_adjust4 {
  width: 95%;
  height: 2rem;
  line-height: 2rem;
  font-size: 2rem;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 0;
}


.p_adjust {
  line-height: 0;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.h5adjust {
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
}

.h7adjust {
  position: relative;
  text-align: center;
}

.h7adjust2 {
  position: relative;
  font-weight: bold;
  line-height: 1.5rem;
}

.miniroundbox {
  border:solid 2px #94bc8e;background-color: #ffffff;border-radius:4px;
  line-height: 1.2rem;
  height: 1.5rem;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 2px;
}

.miniroundbox2 {
  border:solid 2px #94bc8e;background-color: #e0e0e0;border-radius:4px;
  line-height: 2rem;
  height: 2rem;
  margin-top: 2px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}

.input_adjust {
  border-bottom: none;
  outline: none;
  box-shadow: none;
  position: relative;
  top: -10px;
  left: -2px;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 2rem;
  line-height: 2rem;
  font-size: 2rem;
}

input[type="number"] {
  border-bottom: none;
  outline: none;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 0px transparent;
  border-radius: 0;
  outline: none;
  margin: 0 0 0px 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.fixed-action-btn {
  position: fixed;
  left: 40px;
  top: 40px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin: 0;
  height: 50px;
  -webkit-transition: none;
  transition: none;
}

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;

form {
  z-index: 900;
}

.input_fixed1 {
  position: fixed;
  left: 50px;
  top: 0px;
}


.container {
  margin: 0 auto;
  max-width: 1920px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 1201px) {
  .container {
    width: 90%;
  }
}


.container2 {
  margin: 0 auto;
  max-width: 1920px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container2 {
    width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  .container2 {
    width: 90%;
  }
}

@media only screen and (min-width: 1201px) {
  .container2 {
    width: 90%;
  }
}

.fichas-c1 {
background-color:#f0fcff;border-radius:0px;margin-left:0rem;margin-right:0rem;border:0px;box-shadow:1px 1px 3px 2px rgba(100,100,100,0.43);-webkit-box-shadow:1px 1px 3px 2px rgba(100,100,100,0.43);-webkit-box-shadow:1px 1px 3px 2px rgba(100,100,100,0.43);-o-box-shadow:1px 1px 3px 2px rgba(100,100,100,0.43);
}



.card2-panel, .card2 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.card2-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card2 {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}

.card2 .card2-title {
  font-size: 24px;
  font-weight: 200;
}

.card2 .card2-title.activator {
  cursor: pointer;
}

.card2.small, .card2.medium, .card2.large {
  position: relative;
}

.card2.small .card2-image, .card2.medium .card2-image, .card2.large .card2-image {
  max-height: 60%;
  overflow: hidden;
}

.card2.small .card2-image + .card2-content, .card2.medium .card2-image + .card2-content, .card2.large .card2-image + .card2-content {
  max-height: 50%;
}

.card2.small .card2-content, .card2.medium .card2-content, .card2.large .card2-content {
  max-height: 100%;
  overflow: hidden;
}

.card2.small .card2-action, .card2.medium .card2-action, .card2.large .card2-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card2.small {
  height: 200px;
}

.card2.medium {
  height: 400px;
}

.card2.large {
  height: 500px;
}

.card2.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card2.horizontal.small .card2-image, .card2.horizontal.medium .card2-image, .card2.horizontal.large .card2-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.card2.horizontal.small .card2-image img, .card2.horizontal.medium .card2-image img, .card2.horizontal.large .card2-image img {
  height: 100%;
}

.card2.horizontal .card2-image {
  max-width: 50%;
}

.card2.horizontal .card2-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

.card2.horizontal .card2-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.card2.horizontal .card2-stacked .card2-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card2.sticky-action .card2-action {
  z-index: 2;
}

.card2.sticky-action .card2-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card2 .card2-image {
  position: relative;
}

.card2 .card2-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card2 .card2-image .card2-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

<!-- RELEVANT -->
.card2 .card2-content {
  padding: 12px;
  border-radius: 0 0 2px 2px;
}

.card2 .card2-content p {
  margin: 0;
}

.card2 .card2-content .card2-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

.card2 .card2-content .card2-title i {
  line-height: 32px;
}

.card2 .card2-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

.card2 .card2-action:last-child {
  border-radius: 0 0 2px 2px;
}

.card2 .card2-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card2 .card2-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card2 .card2-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card2 .card2-reveal .card2-title {
  cursor: pointer;
  display: block;
}


