
* {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
    height: 100%;
}

body {
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
}

.no-padding {
    padding: 0px !important;
}

.card nav a.btn {
    padding: 5px 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.card.light .navbar-brand {
    color: #d8d8d8;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .25s;
    border: 1px solid;
    font-weight: 500;
    font-size: 14px;
}

.btn-action {
    transition: all 0.5s ease;
}

.card.light .btn-outline {
    border-color: #d8d8d8;
    color: #d8d8d8;
}

.card.light .btn-outline:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.card.light .panel {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 80%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 80%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 80%, rgba(241, 241, 241, 1) 100%);
}

/*****
    V1
*/


.card_v1 {

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
}

.card_v1 .profile-img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center center;
}

.card_v1 .panel {
    margin-top: -100px;
}

.card_v1 .profile-name {
    margin-top: 100px;
    font-weight: bold;
    text-transform: uppercase;
}

.card.light .card_v1 .profile-name {
    color: #333;
}

.card_v1 .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.card_v1 .profile-job {
    margin-top: 0px;
}

.card_v1 .profile-localization {
    margin-top: 0px;
}

.card_v1 .profile-action {
    text-align: center;
    margin: 20px;
}

.card_v1 .profile-description {
    margin: 10px 15px;
}

.card_v1 .profile-description p {
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.card_v1 .profile-options {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 15px;
}

.card_v1 .profile-options ul {
    list-style: none;
    padding: 0px;
}

.card_v1 .profile-options li {
    padding-bottom: 10px;
}

.card_v1 .profile-options li .icon {
    font-size: 22px;
    min-width: 30px;
    /*float: left;*/
    text-align: center;
    margin-right: 5px;
}

/*****
    V2
*/

.card_v2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
}

.card_v2 .profile-img {
    max-width: 200px;
}

.card_v2 .panel {
}

.card_v2 .profile-name {
    font-weight: bold;
    text-transform: uppercase;
}

.card.light .card_v2 .profile-name {
    color: #333;
}

.card_v2 .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.card_v2 .profile-job {
    margin-top: 0px;
}

.card_v2 .profile-localization {
    margin-top: 0px;
}

.card_v2 .profile-action {
    text-align: center;
    margin: 20px;
}

.card_v2 .profile-description {
    margin: 10px 15px;
}

.card_v2 .profile-description p {
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.card_v2 .profile-options {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 15px;
}

.card_v2 .profile-options ul {
    list-style: none;
    padding: 0px;
}

.card_v2 .profile-options li {
    padding-bottom: 10px;
}

.card_v2 .profile-options li .icon {
    font-size: 22px;
    min-width: 30px;
    float: left;
    text-align: center;
    margin-right: 5px;
}


/*****
    V3
*/

.card_v3 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
}

.card_v3 .profile-img {
    margin: 10px 0px;
}

.card_v3 .panel {
}

.card_v3 .profile-name {
    font-weight: bold;
    text-transform: uppercase;
}

.card.light .card_v3 .profile-name {
    color: #333;
}

.card_v3 .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.card_v3 .profile-job {
    margin-top: 20px;
}

.card_v3 .profile-localization {
    margin-top: 0px;
}

.card_v3 .profile-action {
    margin-top: 20px;
}

.card_v3 .profile-description {
    margin: 10px 15px;
}

.card_v3 .profile-description p {
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.card_v3 .profile-options {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 15px;
}

.card_v3 .profile-options ul {
    list-style: none;
    padding: 0px;
}

.card_v3 .profile-options li {
    padding-bottom: 10px;
}

.card_v3 .profile-options li .icon {
    font-size: 22px;
    min-width: 30px;
    float: left;
    text-align: center;
    margin-right: 5px;
}

/*****
    V4
*/

.card_v4 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1300px;
}

.card_v4 .profile-img {
    margin: 10px 0px;
}

.card_v4 .panel {
}

.card_v4 .profile-name {
    font-weight: bold;
    text-transform: uppercase;
}

.card.light .card_v4 .profile-name {
    color: #333;
}

.card_v4 .panel-body {
    padding: 0px;
    margin: 0px;
}

.card_v4 .profile-img-container {
    margin: 0px;
    padding: 0px;
}

.card_v4 .profile-img {
    margin: -1px;
    width: 100%;
    height: 100%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.card_v4 .profile-job {
    margin-top: 20px;
}

.card_v4 .profile-localization {
    margin-top: 0px;
}

.card_v4 .profile-action {
    margin-top: 20px;
    text-align: center;
}

.card_v4 .profile-description {
    margin: 30px 0px;
}

.card_v4 .profile-description p {
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.card_v4 .profile-options {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0px;
}

.card_v4 .profile-options ul {
    list-style: none;
    padding: 0px;
}

.card_v4 .profile-options li {
    padding-bottom: 10px;
}

.card_v4 .profile-options li .icon {
    font-size: 22px;
    min-width: 30px;
    text-align: center;
    margin-right: 5px;
}


.btn-social {
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
}

.card.light .btn-social.facebook {
    background-color: #3b5998;
    color: #f1f1f1;
}

.card.light .btn-social.twitter {
    background-color: #000000;
    color: #f1f1f1;
}

.card.light .btn-social.gplus {
    background-color: #c32f10;
    color: #f1f1f1;
}

.card.light .btn-social.linkedin {
    background-color: #0e76a8;
    color: #f1f1f1;
}

.card.light .btn-social.instagram {
    background-color: #26455d;
    color: #f1f1f1;
}

.card.light .btn-social.custom {
    color: #f1f1f1;
}

.search-box {
    margin-top: 10px;
}

.search-box .input-search {
    color: #d8d8d8 !important;
    background-color: transparent;
    color: inherit;
    transition: all .25s;
    border: 1px solid #d8d8d8;
    font-weight: 500;
    font-size: 14px;
}

.search-box .input-search::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.search-box .input-search::-moz-placeholder, /* Firefox 19+ */
.search-box .input-search:-ms-input-placeholder, /* IE 10+ */
.search-box .input-search:-moz-placeholder /* Firefox 18- */
{
    color: #fff;
}

.search-box .btn {
    padding: 5px 20px;
    padding-bottom: 6px;
}

.card-item {
    padding: 0px 10px;
}

.card-item .panel-body {
    padding: 0px;
    padding-bottom: 10px;
}

.card-item .profile-img {
    margin: 10px 0px;
}

.card-item .profile-name {
    margin: 10px 0px;
}

.search .panel {
    margin: 10px 0px;
}

.search .pagination {
    margin: 0px
}

.search .pagination a {
    background-color: transparent;
    padding: 5px 15px;
    margin: 5px;
}

.search .pagination li.active a, .search .pagination li.active a:hover {
    background-color: hsla(0, 0%, 100%, 1);
    color: #000;
    border-color: #d8d8d8;
}

.search .pagination li.disabled a, .search .pagination li.disabled a:hover {
    color: #ccc;
    background-color: hsla(0, 0%, 100%, .1);
    border-color: #ccc;
    opacity: 0.4;
}

.search .pagination li a:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
}

/* Send me files securely Btn CSS */
.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(
        to left,
            /* hsl(340deg 100% 16%) 0%, */ hsl(145deg, 100%, 16%) 0% /* hsl(340deg 100% 32%) 8%, */ hsl(120deg, 100%, 32%) 8% /* hsl(340deg 100% 32%) 92%, */ hsl(120deg, 100%, 32%) 92% /* hsl(340deg 100% 16%) 100% */ hsl(145deg, 100%, 16%) 100%
    );
}

.button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 20px;
    color: white;
    /* background: hsl(345deg 100% 47%); */
    background: hsl(145, 63%, 32%);
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
    .button-82-front {
        font-size: 24px;
        padding: 12px 42px;
    }
}

.button-82-pushable:hover {
    filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
    outline: none;
}
