@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;
}

.gradient-custom-3 {
    /* fallback for old browsers */
    background: #ffffff;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #39493f, #02aa43);
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #39493f, #02aa43);
}
@media (min-width: 769px) {
    .gradient-custom-3 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
}