#productos {
  padding: 20px 20px; }
  #productos .producto {
    padding: 20px;
    border-radius: 10px;
    background-color: #00796b;
    color: #ffffff;
    min-height: 350px;
    margin-bottom: 20px; }
    #productos .producto .imagen-producto {
      border: 2px solid #26a69a;
      width: 90%; }
  #productos table .item {
    font-size: 18px; }
    #productos table .item img {
      width: 200px;
      height: 200px; }
    #productos table .item .titulo {
      font-size: 22px; }
    #productos table .item .contenido {
      color: #222;
      margin-bottom: 15px; }
    #productos table .item .tag {
      background-color: #26a69a;
      color: #ffffff;
      border-radius: 10px;
      padding: 5px 10px; }

.imagen {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px; }
  .imagen.profile-1 {
    background-image: url(../../images/mbasaure.jpg); }
  .imagen.profile-2 {
    background-image: url(../../images/benitez.jpg); }

.line {
  background-color: #00897b;
  width: 60px;
  height: 5px;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px; }

.transition-background-color {
  -webkit-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear; }

.card-servicio .btn-active {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff; }

.card-servicio .icono {
  background-color: rgba(0, 0, 0, 0.7); }
  .card-servicio .icono i {
    color: #fafafa; }

.card-servicio .btn-active {
  background-color: #fafafa;
  color: #00796b; }

.custom-opacity, body header .opacity, body main .image-lead .opacity {
  background-color: rgba(250, 250, 250, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99; }

body {
  background-color: #ffffff;
  color: #00796b;
  font-family: 'Montserrat', sans-serif; }
  body .btn.btn-startok {
    color: #00796b;
    background-color: #fafafa; }
    body .btn.btn-startok.btn-block {
      margin-top: 20px;
      font-size: 26px;
      padding: 10px 20px; }
      body .btn.btn-startok.btn-block:hover {
        background-color: #B2DFDB; }
  body form {
    padding-bottom: 40px; }
    body form label {
      font-size: 14px; }
    body form .form-group {
      margin-bottom: 0px; }
    body form .btn-startok-black {
      background-color: #00796b;
      color: #ffffff; }
      body form .btn-startok-black:hover {
        background-color: #00897b;
        color: #ffffff; }
    body form#formulario-contacto .col-md-6,
    body form#formulario-contacto .col-md-12,
    body form#formulario-contacto .col-md-2,
    body form#formulario-contacto .col-md-4 {
      padding: 5px; }
  body .nav.navbar-nav.navbar-right > li > a:hover {
    background-color: #bdbdbd;
    color: #00796b; }
  body nav.navbar-default {
    background-color: #00796b;
    border-color: #00796b; }
    body nav.navbar-default .navbar-nav > li > a {
      color: #ffffff; }
    body nav.navbar-default .navbar-brand {
      padding-top: 0;
      padding-bottom: 0;
      line-height: 72px; }
    @media (min-width: 768px) {
      body nav.navbar-default .navbar-nav > li > a,
      body nav.navbar-default .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 72px; } }
    body nav.navbar-default.navbar {
      margin-bottom: 0px;
      border-radius: 0px;
      height: 72px; }
      body nav.navbar-default.navbar .logo {
        margin-top: 5px;
        height: 58px; }
      body nav.navbar-default.navbar .navbar-toggle {
        margin-top: 18px; }
      body nav.navbar-default.navbar .navbar-right {
        margin-top: -1px;
        background-color: #00796b; }
      body nav.navbar-default.navbar .navbar-collapse {
        position: relative;
        border-width: 0px; }
        body nav.navbar-default.navbar .navbar-collapse.collapse.in {
          z-index: 101; }
  body header {
    height: 550px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    body header .contenido {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 100;
      color: #00796b;
      display: flex;
      align-items: center;
      /* Vertical center alignment */
      padding: 30px 40px; }
      body header .contenido .title {
        font-size: 48px;
        font-weight: 700; }
      body header .contenido .btn-header {
        margin-top: 40px; }
  body main .image-lead {
    background-image: url(../../images/background_1.jpg);
    height: 160px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
  body main .container {
    width: 100%;
    font-size: 32px;
    padding: 40px 30px; }
    body main .container .icono {
      width: 160px;
      height: 160px;
      line-height: 160px;
      text-align: center;
      border-radius: 80px;
      margin: auto; }
      body main .container .icono i {
        line-height: 160px; }
    body main .container .contenido {
      font-size: 14px; }
    body main .container .row {
      margin: 0;
      padding: 0px 40px; }
    body main .container.colored {
      background-color: #fafafa; }
      body main .container.colored .lead {
        margin-top: 30px;
        font-size: 26px; }
      body main .container.colored .line {
        background-color: #00897b; }
      body main .container.colored .person {
        color: #222;
        font-size: 18px; }
    body main .container.dark-colored {
      background-color: #00796b;
      color: #ffffff;
      font-weight: 700;
      font-size: 28px;
      padding: 30px 30px;
      text-align: center; }
      body main .container.dark-colored .colored {
        color: #fafafa; }
      body main .container.dark-colored .lead {
        margin-top: 30px;
        font-size: 26px; }
    body main .container.light-colored {
      background-color: #fafafa; }
      body main .container.light-colored i.fa {
        font-size: 82px; }
      body main .container.light-colored h4 {
        margin: 20px 0px;
        font-size: 22px; }
        body main .container.light-colored h4 span.numero {
          color: #bdbdbd; }
    body main .container .title {
      width: 100%;
      text-align: center;
      padding: 20px 10px; }
  body main .equipo .profesion {
    color: #bdbdbd;
    font-style: italic;
    font-size: 14px;
    margin-top: -5px;
    opacity: 0.80; }
  body main .contacto {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #ffffff;
    height: 550px; }
  body footer {
    color: #ffffff;
    background-color: #00897b; }
    body footer .col-md-6 {
      padding: 30px 40px; }
      body footer .col-md-6 .logo {
        width: 150px;
        margin-bottom: 15px; }
      body footer .col-md-6 a {
        color: #ccc; }
        body footer .col-md-6 a:hover {
          color: #fafafa;
          text-decoration: none; }
    body footer ul {
      margin-left: -40px; }
      body footer ul li {
        list-style: none; }
        body footer ul li a {
          color: #ccc; }
          body footer ul li a:hover {
            color: #fafafa;
            text-decoration: none; }

.divcalendar {
  font-size: 20px;
  text-align: center; }
  .divcalendar #btnNext,
  .divcalendar #btnNextYr,
  .divcalendar #btnPrev,
  .divcalendar #btnPrevYr {
    color: #bdbdbd; }
  .divcalendar #currentmonthdates {
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }
    .divcalendar #currentmonthdates.active {
      background-color: #b71c1c;
      color: #ffffff; }
  .divcalendar .daysheader {
    background-color: #00796b;
    color: #fafafa;
    height: auto;
    text-align: center;
    padding: 10px 5px; }
  .divcalendar table {
    width: 100%; }
    .divcalendar table td {
      width: 14.28%;
      padding: 10px 5px; }
    .divcalendar table .chrono {
      text-align: center;
      background-color: #778899;
      color: #f5f5f5; }

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 300px;
  /* Set a default minimum width */
  margin-left: -150px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  font-size: 16px;
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 9999999;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  bottom: 30px;
  /* 30px from the bottom */ }

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9); }

#return-to-top:hover i {
  color: #fff;
  top: 5px; }

#calendaroverallcontrols {
  text-align: center; }

/* This is a fluid div as width will be changing */
#calendarmonthcontrols {
  display: inline-block;
  /*background-color: #FF0000;*/ }

#calendarmonthcontrols > div,
#calendarmonthcontrols > a {
  display: inline-block; }

#btnPrevYr {
  text-decoration: none;
  font-size: 35px;
  vertical-align: middle;
  /*background: #00FFCC;*/ }

#btnPrev {
  text-decoration: none;
  font-size: 35px;
  margin-left: 20px;
  vertical-align: middle;
  /*background: #00FFCC;*/ }

#monthandyearspan {
  width: 50px;
  font-size: 25px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
  /*background: #00FFCC;*/ }

#monthandyear {
  vertical-align: middle; }

#btnNext {
  text-decoration: none;
  font-size: 35px;
  margin-right: 20px;
  vertical-align: middle;
  /*background: #00FFCC;*/ }

#btnNextYr {
  text-decoration: none;
  font-size: 35px;
  vertical-align: middle;
  /*background: #00FFCC;*/ }

#divcalendartable {
  clear: both; }

#prevmonthdates {
  background-color: #e0e0e0; }

#nextmonthdates {
  background-color: #e0e0e0; }

#currentmonthdates {
  background-color: #ffffff; }

#cellvaluelist {
  background: #ffcc00; }

.modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #00796b;
  background-color: #00796b;
  color: #fff; }
  .modal .modal-header .close {
    color: #fff;
    opacity: .9; }

.modal .modal-body {
  background-color: #fff;
  color: #222222; }

table button {
  margin: 10px;
  border-radius: 5px;
  background-color: #eee;
  border: 1px solid #ccc; }

.producto-tab {
  position: relative; }
  .producto-tab img.image {
    width: 200px;
    height: 200px !important; }
  .producto-tab .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #00796b; }
  .producto-tab:hover .overlay {
    cursor: pointer;
    opacity: 0.81; }
  .producto-tab .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
