.body-div {
    font-family:Arial, Helvetica, sans-serif;
    margin: 0%;


}

#generic {
    float: left;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 100px 100px;
    margin: 0%;
    background: #56CCF2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.container-header {
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 0%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu nav ul {
    display: flex;
    align-items: center;
}

.menu nav ul li {
    list-style: none;
    padding: 0px 20px;
}

.menu nav ul li a {
    font-size: 18px;
    text-decoration: none;
    color: white;
    transition: opacity 300ms;
}

.menu nav ul li a:hover {
    opacity: 0.6;
}

.btn-empresa-header {
    padding: 3px 20px;
    color: black;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 23px 23px 47px #cacaca,
        -23px -23px 47px #f6f6f6;

    background: #f6f6f6;

}

.btn-empresa-header:hover {
    opacity: 0.6;

}

#btn-login {
    font-family: 'Roboto', sans-serif;
    border: none;

    height: 40px;
    width: 156px;
    border-radius: 5px;
    color: black;
    font-size: 20px;
    margin-right: 60px;
    transition: opacity 300ms;
    background: #ED5847;

    /*#bebebe8*/
}

#btn-login:hover {
    transition: .5s all;
    transform: scale(1.1);
    color: white;
    background: black;


}

#btn-empresa {
    font-family: 'Roboto', sans-serif;
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 156px;
    color: black;
    transition: opacity 300ms;
    font-size: 20px;
    margin-right: 60px;
    background-color: white;
}

#btn-empresa:hover {
    transition: .5s all;
    transform: scale(1.1);
    background: black;
    color: white;
}

#container-seliap {
    display: flex;
    flex-direction: row;
    

}

#concep-seliap {
    margin-top: 50px;
    text-align: justify;
    width: 50%;
    margin-left: 5vw;
}

.imgDiv {
    margin-top: 50px;
    width: 50%;
    height: 70vh;
    margin-right: 5%;
}

#imgPortada {
    border-top-left-radius: 50px 100px;
    border-radius: 50px 100px;
    width: 100%;
    height: 100%;
    float: center;
    margin-right: 5%;
}

#cards {
    border-top-left-radius: 40px 5px;
    border-radius: 20px 10px;
    box-shadow: 10px 10px 30px 0 rgb(192, 191, 191);
    transition: all 300ms ease;
}

#cards:hover {
    transform: scale(1.2);
    box-shadow: 1 17px 16px rgba(0, 0, 0, 0.2);
}

#Card-title {
    font-size: 30px;
    background: #56CCF2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#container-procesos {

    text-align: center;
    box-shadow: 1px 1px 300px 0 rgba(192, 191, 191, 0.151);
}

#procesos {
    text-align: justify;
    align-items: center;
}

.color {
    margin-top: 100px;
    position: relative;
    background: #56CCF2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #2F80ED, #56CCF2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #2F80ED, #56CCF2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.degradado-arriba {
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 7vh 100vw;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.degradado-abajo {
    margin-top: 0%;
    position: absolute;
    bottom: 0;
    top: 0;
    border-width: 7vh 100vw 0 0;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

#container-abaut {
    margin-top: 100px;
    margin-bottom: 0%;
    width: 100%;


    display: flex;
    flex-direction: row;
    flex-wrap: wrap;


    justify-content: center;
    align-items: center;
}

#cards-planes {

    width: 100%;
    max-width: 900px;
    margin: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tabla {
    width: 33%;
    height: 550px;
    margin: auto;
    border: 1px solid #2F80ED;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px #2F80ED;
    padding: 60px;

    flex-grow: 1;

}

#title-planes {
    margin-bottom: 35px;
}

#boton-planes {
    display: inline-block;
    width: 150px;
    padding: 12px;
    background: #ED5847;
    ;
    text-decoration: none;
    color: white;
    border-radius: 100px;

}

#boton-planes:hover {
    transition: .5s all;
    transform: scale(1.1);
    background: white;
    color: black;
}

.tabla:hover {
    background: #56CCF2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    transition: .5s all;
    transform: scale(1.1);

}

.container-contacto {
    background: #56CCF2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-top: 100px;
    padding-top: 30px;
    padding-left: 50px;
    width: 100%;
    height: 40%;
    box-shadow: 0px 0px 4px 0px #e5e6e9;


    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: justify;
    flex-grow: 1;
}

#title-li {
    color: rgb(255, 255, 255);
}

#li {
    color: white;
}

#li-c {
    color: white;
    text-decoration: none;
}

#li-c:hover {

    transition: .5s all;
    color: rgba(0, 0, 0, 0.507);
}