/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 21, 2021, 12:41:30 PM
    Author     : andresfelipefuentesvasquez
*/


.card-index-1{
    background-color: #F1948A !important;
    color: #ffffff;
}

.card-index-2{
    background-color: #BB8FCE  !important;
    color: #ffffff;
}

.card-index-3{
    background-color: #85C1E9   !important;
    color: #ffffff;
}

.card-index-4{
    background-color: #48C9B0   !important;
    color: #ffffff;
}

.card-index-5{
    background-color: #F5B041 !important;
    color: #ffffff;
}





.seccion-indicadores{
    padding: 15px 15px 15px 15px;
}

.boxindex {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 315px;
  margin: auto;
  text-align: center;
  font-family: arial;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  float: left;
}

.price {
  color: grey;
  font-size: 22px;
}

.boxindex button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.boxindex button:hover {
  opacity: 0.7;
}