@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&display=swap");

.form {
    display: none;
}

.form.active {
    display: initial;
}

.form h3 {
    color: #253166;
    font-size: 25px;
    font-weight: bold;
}
.form p {
    color: #253166;
    font-weight: bold;
}
/* Color y tamaño de la información del        */
.form h1 {
    color: #683396;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.btnedit {
    color: #ffffff;
    font-weight: bold;
    background-color: #00a1d2;
    padding: 5px 40px;
    border-radius: 20px;
    height: 36px;
    transition: all 0.3s ease;
    float: center;
}
.btncambiar:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #00a1d2;
    padding: 5px 40px;
    border-radius: 20px;
    height: 36px;
    transition: all 0.3s ease;
    float: center;
}
.btncambiar:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.color--text {
    color: #253166;
}
.pen {
    width: 350px;
}
.dividerlist {
    background-color: #00a1d2;
    height: 3px;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 8px;
}
.circular--landscape {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.form-control {
    border-radius: 50px;
    border: 2px solid #000000;
    background-image: url(/img/iconos/buscador.svg);
    background-color: #f1f1f1e8;
    margin: 10px 0px;
    padding-left: 50px !important;
    font-size: 16px;
    float: right;
}
.form-control-feedback {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}
