th{
    background-color: #00c4d8;
    color: white;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.table
{
    border-radius: 5px 5px 5px 5px !important;
-moz-border-radius: 5px 5px 5px 5px !important;
-webkit-border-radius: 5px 5px 5px 5px !important;
border: 1px solid #00c4d8;
}

td{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    white-space: nowrap;
}

.link
{
    color: black;
    cursor: pointer;
}

.link:hover
{
    color: #ff487e;
    text-decoration: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto; /* Set the fixed height of the footer here */
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f5f5f5;
  }
  
  .btn-whatsapp {
      background-color: #25d366 !important;
      padding-top: 1px !important;
      padding-left: 12px !important;
    display:block;
    width:56px;
    height:56px;
    color:rgb(255, 255, 255) !important;
    font-size: 35px;
    font-weight: bold;
    position: fixed;
    right:10px;
    bottom:10px;
    border-radius:50%;
    text-align:center;
    z-index:999;
}
.btn-whatsapp:hover{
    background-color: #13dd5d !important;
}

.btn-call {
    background-color: #d32568 !important;
    padding-top: 6px !important;
    padding-left: 10px !important;
  display:block;
  width:56px;
  height:56px;
  color:rgb(255, 255, 255) !important;
  font-size: 26px;
  font-weight: bold;
  position: fixed;
  left:10px;
  bottom:10px;
  border-radius:50%;
  text-align:center;
  z-index:999;
}
.btn-call:hover{
  background-color: #dd1350 !important;
}

.linkStore
{
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.linkStore:hover
{
    color: #ffc740;
    text-decoration: none;
}

.encabezado
{
  background-color: #00c4d8;
  color: white;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
}

.cuerpo
{
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
border: 1px solid #00c4d8;
font-size: 15px;
}

h6
{
  margin-bottom: 0px;
}

p{
  margin-bottom: 0px;
}

.input-group-text
{
  font-size: 15px;
  background-color: #00c4d8;
  color: white;
  font-weight: bold;
}

.form-control
{
  background-color: transparent !important;
  border: 1px solid #00c4d8 !important;
font-size: 15px !important;
color: black;
}

.custom-control-input, .custom-control-label{
  cursor: pointer;
}

.divLoader{
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.281);
}

/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

