@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@font-face {
  font-family: 'thesasons';
  src: url('/css/Demo_Fonts/Fontspring-DEMO-theseasons-bd.otf');
}
.thesasons{
  font-family: 'thesasons';
}
:root {
    --color-primary: #5b7ca4;
    --color-secundary: #f0f0f0;
    --color--third:#57608b;
    --height: 64px;
    --font: 2.5rem;
    --font-cursive: 'Satisfy',cursive;
    --url-image: url('/index/img/micro.jpg');
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.primary{
    color: var(--color-primary) !important;
}
.primary-2{
    background: #25d366 !important;
}
.second{
    color: var(--color-secundary);
}
.third{
    color: var(--color--third);
}
.bg-second1{
    background: var(--color-secundary) !important;
}
.cursive{
    font-family: var(--font-cursive);
}
.grises{
  filter: grayscale(100%);
}
.text-shadow{
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9),
        4px 4px 6px rgba(0, 0, 0, 0.5),
        8px 8px 11px rgba(0, 0, 0, 0.75),
        22px 22px 20px rgba(0, 0, 0, 0.4),
        -2px -2px 5px rgba(0, 0, 0, 0.2),
        2px 2px 5px rgba(0, 0, 0, 0.2) !important;
}
.schedule {
  
}

#cuenta {
    display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 60px;
        place-items: center;
}

.simply-amount {
    display: block;
    font-size: 2rem;
    font-weight: 700;
}

.simply-word {
    font-weight: 300;
    font-size: 1rem;
}
.carousel-caption {
    position: absolute;
    right: 10% !important;
    bottom: 1.25rem;
    left: 10% !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.bg-whatsapp{
    background: #25d366;
}

/*modal*/
button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
  }
  
  button:hover {
    opacity:1;
  }
  
  /* Float cancel and delete buttons and add an equal width */
  .cancelbtn, .deletebtn {
    float: left;
    width: 50%;
  }
  
  /* Add a color to the cancel button */
  .cancelbtn {
    background-color: #ccc;
    color: black;
  }
  
  /* Add a color to the delete button */
  .deletebtn {
    background-color: #f44336;
  }
  
  /* Add padding and center-align text to the container */
  .contaner {
    padding: 16px;
    text-align: center;
  }
  
  /* The Modal (background) */
  .modals {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #f0f0f0;
    /* padding-top: 50px; */
  }
  
  /* Modal Content/Box */
  .modal-contentt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
    /* background-color: #fefefe; */
    /*margin: 4% auto 4% auto;  5% from the top, 15% from the bottom and centered*/
    /* border: 1px solid #888; */
    width: 90%; /* Could be more or less, depending on screen size */
  }
  
  /* Style the horizontal ruler */
  hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
  }
  
  /* The Modal Close Button (x) */
  .close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
  }
  
  .close:hover,
  .close:focus {
    color: #f44336;
    cursor: pointer;
  }
  
  /* Clear floats */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
 .v-responsive{
  position: relative;
  flex: 1 0 auto;
  max-width: 100%;
  display: flex;
}
 .btn-open{
  bottom: 18%;
      right: 18%;
    }
    .boton-flotante{
    float: left;
    right: 0;
    top: 45%;
    position: fixed;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    letter-spacing: 3px;
    font-family: montserrat;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 1000;
    }
  
  /* Change styles for cancel button and delete button on extra small screens */
  @media screen and (max-width: 768px) {
    .cancelbtn, .deletebtn {
      width: 100%;
    }
    .container-2{
      max-width: 100%;
    }
    
  }