﻿/*.icon-text, .titulo {
    text-align: center;
    font-weight: 700
}

.button a, .text-registrate {
    color: #fff
}

.body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: sans-serif
}

.titulo {
    padding-top: 30px
}

.personal {
    background-color: #f5f5f7
}

.empresarial {
    background-color: #010101
}

img .personal-img {
    width: 250px;
    height: auto
}

.container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px
}

.col-md-5.empresarial, .col-md-5.personal {
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 26px;
    background: #f5f5f7;
    box-shadow: 31px 31px 35px #d5d5d7,-31px -31px 35px #fff;
    border: 1px solid #ebe8e8
}

.persona-img {
    width: 200px;
    height: auto
}

.empresarial-img {
    width: 251px;
    height: auto
}

.button {
    text-align: center;
    background-color: #2997ff;
    border-radius: 14px;
    margin: 20px 70px;
    padding-top: 5px;
    padding-bottom: 5px
}

.tama-div {
    text-align: center;
    height: auto;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px
}

.icon-text {
    margin-top: 15px
}

ul {
    margin-left: -35px
}

.icon-img {
    width: 20px;
    margin-left: 18px
}

.button a {
    text-decoration: none
}*/

.create-account-img img {
    max-width: 100%;
    object-fit: contain;
}

/*@media screen and (max-width:834px) {
    .col-md-5.empresarial {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

@media screen and (max-width:768px) {
    .col-md-5.empresarial {
        margin-top: 25px;
        margin-bottom: 25px
    }
}
*/