
    .IS {
        background:  linear-gradient(45deg, #417A9F, #12212b );
        color: #fff;
        width: 230px;
        border: none;
        border-radius: 25px;
        padding: 10px;
        -webkit-box-shadow: 0px 10px 41px -11px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 10px 41px -11px rgba(0,0,0,0.7);
        box-shadow: 0px 10px 35px -11px rgba(0,0,0,0.7);
    }

    .IS:hover{
        background:  linear-gradient(45deg, #9abdd5, #9abdd5 );
    }

    .IN{
        padding: 20px;
        box-shadow: 0px 10px 35px -14px rgba(0,0,0,0.7);
    }
    
    .wave{
        position: fixed;
        bottom: 0;
        left: 0;
        height: 80%;
        z-index: -1;
    }

    .wave2{
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        height: 70%;
        z-index: -1;
    }


    .sideA{

        background-position: center;
        height:100vh;
        /*background-image: url("../Sources/Iconos/prueba1.jpg");*/
        /*border-radius: 15px; */
        background-repeat:no-repeat;
        padding: unset;
    }


    .sideB{
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .responsive{
        width: 100%;
        height: auto;
    }


    body{
        background-color: #f8f9fa!important;
    }

 



