@charset "UTF-8";

.gradient-custom-2 {
/* fallback for old browsers */
background: #ffffff;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right, #000000, #434343);

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, #000000, #434343);

}

@media (min-width: 768px) {
.gradient-form {
height: 100vh !important;
}
}
@media (min-width: 769px) {
.gradient-custom-2 {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;
}
}

.fondoimage{
    background-color: #ffdd90; background-image: url("../Img/Fondo-man.jpg"); background-size: cover; opacity:0.9;
}

.card1{
    background-color:rgba(255, 255, 255, 0.5);
}
.icono{
    transform: scale(var(--escala, 1));
    transition: transform 0.25s;
}
.icono:hover{
    --escala: 1.1;
    cursor:pointer;
}

.hit-the-floor {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    font-family: Helvetica;
    text-shadow: 0 0px 0 #ccc, 0 0px 0 #c9c9c9, 0 1px 0 #bbb, 0 2px 0 #b9b9b9, 0 3px 0 #aaa, 0 4px 0px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.1), 0 0px 1px rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.2), 0 3px 8px rgba(0,0,0,.25), 0 8px 8px rgba(0,0,0,.2), 0 18px 18px rgba(0,0,0,.15);
    }
    
    .hit-the-floor {
      text-align: center;
    }
    
    body {
      background-color: #f1f1f1;
    }

    .whatsapp {
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
      }
      
      .whatsapp-icon {
        margin-top:13px;
      }