


.btn-group, .btn-group-vertical {

position: absolute !important;

}


.contenedor-icono svg {

width: 35px;
height: 35px;

}

/* .sub #div {

    background: red;
} */


.card {
    position: relative;
  }
  
  .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .btn-xxl {
    font-size: 6rem;
    padding: 1rem 2rem;
  }
  
  
  .card:hover::before {
    opacity: 1;
  }

/*   body {
   /*  background: #f1f3f5;
    background: linear-gradient(to right, #0062E6, #f9fafc); 
 
  }*/
  
  .card-img-left {
    width: 45%;
    /* Link to your background image using in the property below! */
   
    background-size: cover;
  }
  
  .btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
  }
  
  .btn-google {
    color: white !important;
    background-color: #ea4335;
  }
  
  .btn-facebook {
    color: white !important;
    background-color: #3b5998;
  }

  #scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0c09e7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  #scroll:hover {
    background-color: #2980b9;
  }


 .acomoda  {

    border: 2px solid gray;
    background: #e60d0d;

  }

