@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #607ac0, #0d7de6);
    /*background-color: #3EACBB*/
}

.container-1{
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*---------------------------------------------*/
a{
    text-decoration: none;
}
.app-name{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.app-name a{
    text-decoration: none;
    color: #fff;
}

.container-1 .nav{
    display: flex;
    align-items: center;
    padding: 10px;
}

.nav .nav-1{
    justify-content: center;
    border-radius: 4px;
    margin: 0 10px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #cfcfcf;
}

.nav .nav-1 .nav-cont-1{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    height: 34px;
    width: 34px;
    border-radius: 5px;
    text-decoration: none;
}

.nav .nav-2{
    justify-content: center;
    border-radius: 4px;
    margin: 0 10px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #cfcfcf;
}

.nav .nav-2 .nav-cont-2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav .nav-2 .nav-cont-3{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nav .nav-2 .nav-cont-3 button{
    font-size: 20px;
    padding: 3px;
    background-color: #0d7de6;
}

.nav .nav-2 .nav-cont-3 button i{
    font-size: 22px;
    color: #000;
    padding: 3px;
    background-color: #0d7de6;
}


.nav .nav-2 .nav-cont-2 .link-buscar button{
    text-decoration: none;
    font-size: 20px;
    padding: 3px;
}

.nav .nav-2 .nav-cont-2 input{
    margin: 5px;
    width: 180px;
    border-radius: 5px;
    border-width: 1px;
    padding: 5px;
}

.nav .nav-2 .nav-cont-2 .sbtn{
    height: 30px;
    width: 30px;
    border-radius: 45px;
    border: none;
    margin-top: 6px;
}

.nav .nav-2 .nav-cont-2 .sbtn:hover{
    background-color: #afafaf;
}

.nav .nav-2 .nav-cont-2 .sbtn i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
}

.nav .nav-2 .nav-cont-2 .sbtn i:hover{
    scale: 1.3;
}

.nav .nav-2 .nav-cont-2 .sbtn i:hover{
    scale: 1.5;
    color: #fff;
}

.nav .nav-3{
    justify-content: center;
    border-radius: 4px;
    margin: 0 10px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #cfcfcf;
}

.nav .nav-3 .nav-cont-3{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 34px;
    width: 34px;
    border-radius: 5px;
    text-decoration: none;
}
.nav .nav-3 .nav-cont-3 i{
    font-size: 24px;
}

/*-----------------------------------------*/
.container{
    overflow-y: auto;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.container::-webkit-scrollbar{
    width: 1px;
}


.profile-card{
    /*
    overflow-y: auto;
    max-height: 90vh;*/
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 370px;
    width: 100%;
    /*background: linear-gradient(135deg, #3EACBB, #E74FE5);*/
    background-color: #fff;
    border-radius: 24px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.main-registro{
    background: #cfcfcf;
    overflow-y: auto;
    max-height: 90vh;
}


.main-registro::-webkit-scrollbar{
    width: 1px;
}

.profile-card .company-img{
    position: relative;
    height: 160px;
    width: 100%;
    top:0;
    border-radius: 10px;
    background-color: #dfdfdf;
    margin-bottom: -10%;
}
.company-img .logo-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image{
    position: relative;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background-color: #4070f4;
    padding: 3px;
    margin-bottom: 10px;
}

.image .profile-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #333;
}

.profile-card .text-data{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-data .keep{
    margin-top: 5px;
    margin-bottom: 10px;
    height: 30px;
    width: 150px;
    color: #fff;
    /*background-color: #3EACBB;*/
    background-color: #4070f4;
    border-radius: 10px;
}

.text-data .keep:hover{
    scale: 1.2;
    border: none;
}

.text-data .name{
    font-size: 18px;
    font-weight: 400;
}

/*login*/
.text-data .login-title{
    font-size: 14px;
    font-weight: 400;
}
/*--*/
.text-data .company{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #4070f4;
}

.text-data .direccion{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.profile-card .content-options{
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.profile-card .content-options .crud{
    margin: 7px;
    padding: 4px;
    width: 74px;
    color: #fff;
    border-radius: 5px;
}

.profile-card .content-options .crudx{
    margin: 6px;
    padding: 4px;
    width: 74px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    background-color: red;
}

.profile-card .content-options .info{
    background-color: #4070f4;;
}
.profile-card .content-options .update{
    background-color: green;
}

.profile-card .content-options form .crudx{
    background-color: red;
}

/*login*/
.content-options .formulario-login{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-options form > input{
    width: 100%;
    padding: 2px;
    font-size: 18px;
    margin: 10px;
    background-color: #dfdfdf;
}

.formulario-login label{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 5px;
}

.formulario-login input[type="submit"]{
    width: 150px;
    background-color: #3EACBB;
    border-radius: 10px;
}

.formulario-login input[type="submit"]:hover{
    scale: 1.2;
    border: none;
}

.formulario-login p a{
    text-decoration: none;
    font-size: 12px;
    padding: 20px;
}
/**/

/*CSS registro*/
.content-options .formulario-register{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.formulario-register > label{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 5px;
}

.formulario-register input[type="text"]{
    width: 80%;
    padding: 2px;
    font-size: 14px;
    margin: 6px;
    background-color: #dfdfdf;
}

.formulario-register input[type="file"]{
    width: 80%;
    padding: 2px;
    font-size: 14px;
    margin: 6px;
    background-color: #dfdfdf;
}

.formulario-register .company-details{
    display: flex;
    flex-direction: column;
}


.formulario-register .company-details > label{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 5px;
}

.formulario-register .company-details input[type="text"]{
    width: 80%;
    padding: 2px;
    font-size: 14px;
    margin: 6px;
    background-color: #dfdfdf;
}

.formulario-register .company-details input[type="file"]{
    width: 80%;
    padding: 2px;
    font-size: 14px;
    margin: 6px;
    background-color: #dfdfdf;
}

.formulario-register .company-details{
    display: flex;
    flex-direction: column;
}

.formulario-register .network-details > label{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 5px;
}

.formulario-register .network-details input[type="text"]{
    width: 80%;
    padding: 2px;
    font-size: 14px;
    margin: 6px;
    background-color: #dfdfdf;
}

.formulario-register .network-details input[type="file"]{
    width: 80%;
    padding: 2px;
    font-size: 14px;
    margin: 6px;
    background-color: #dfdfdf;
}

.formulario-register input[type="submit"]{
    width: 150px;
    background-color: #3EACBB;
    border-radius: 10px;
}

.formulario-register input[type="submit"]:hover{
    scale: 1.2;
    border: none;
}

/**/

.content-options .content-link{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin: 0 8px;
    background-color: #4070f4;
    text-decoration: none;
}

.profile-card .media-buttons{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.media-buttons .media-link{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    height: 34px;
    width: 34px;
    border-radius: 5px;
    margin: 0 8px;
    background-color: blueviolet;
    text-decoration: none;
}

.profile-card .share-options{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

.share-options .share-title{
    font-size: 20px;
}

.share-options .share-title i{
    color: red;
    font-size: 20px;
}

.share-options .share-title:hover .bxs-share-alt, .share-title .bxs-down-arrow-circle{
    display: none;
}

.share-options .share-title:hover .bxs-down-arrow-circle{
    display: inline;
}

.profile-card .share-1{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.share-1 .share-link-1{
    width: 90px;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 4px;
    margin: 0 10px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #cfcfcf;
}

.share-1 .share-link-1:hover{
    background-color: grey;
}

.profile-card .share-2{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.share-2 .share-link-2{
    width: 90px;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 4px;
    margin: 0 10px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #cfcfcf;
}

.share-2 .share-link-2:hover{
    background-color: grey;
}


/*CSS LOGIN FORM*/



/*CSS REGISTER FORM*/




/*CSS DASHBOARD*/