﻿body {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.main-section {
    margin: 0 auto;
    margin-top: 60px;
    background-color: transparent;
    border-radius: 5px;
    padding: 0px;
}

.close {
    margin-top:-20px;
}

.user-img {
    margin-top: -56px;
}

.user-img img {
    height: 150px;
    width: 135px;
}

.user-name {
    margin: 10px 0px;
}

.user-name h1 {
    font-size: 30px;
    color: #676363;
}

.user-name button {
    position: absolute;
    top: -50px;
    right: 20px;
    font-size: 30px;
}

.form-input button {
    width: 100%;
    margin-bottom: 20px;
}

.link-part {
    border-radius: 0px 0px 5px 5px;
    background-color: #ECF0F1;
    padding: 15px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}

.open-modal {
    margin-top: 150px !important;
}


@media (max-width: 768px) {
    .ojo {
        left: 89.1%;
    }
}

@media (min-width: 768px) {
    .ojo {
        left: 89.1%;
    }
}