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

.form {
    display: none;
}

.form.active {
    display: initial;
}
.selected_img {
    position: absolute;
    cursor: pointer;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: 0px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}
.selected_img:hover {
    opacity: 0.35;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
}
.selected_img .hide {
    display: none;
}
.selected_img img {
    width: 100%;
    height: 100%;
    background-position: center;
}

.form h4 {
    padding-left: 10px;
    color: #253166;
    font-size: 25px;
    font-weight: bold;
}
.form p {
    color: #253166;
    font-weight: bold;
}

.inputcol {
    padding: 0px 8px;
    font-size: 14px;
}
.filepond--root {
    width: 170px;
    margin: 20px auto;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}
.filepond--drop-label {
    color: #00a1d2;
}
.filepond--panel-root {
    border: 1px solid #253166;
    background-color: #f1f1f1e8;
}
.btnenviar {
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #00a1d2;
    padding: 5px 40px;
    border-radius: 20px;
    height: 36px;
    transition: all 0.3s ease;
}
.btnenviar:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    font-size: 15px;
}
.btnenviarsh {
    color: white;
    font-weight: bold;
    padding: 5px 40px;
    border-radius: 20px;
    height: 36px;
}
.btntrab {
    margin: 5px auto;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    background-color: #253166;
    border-radius: 20px;
    padding: 6px 20px;
    height: auto;
    width: 100%;
    transition: all 0.4s ease;
}
.btntrab:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}
.btntrab.activo-color {
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    background-color: #f99746;
    border-radius: 20px;
}
.btntrab.activo-color2 {
    color: #ffffff;
    font-weight: bold;
    background-color: #f99746;
    border-radius: 20px;
}
.btntrab.activo-color3 {
    color: #ffffff;
    font-weight: bold;
    background-color: #683396;
    border-radius: 20px;
}

/* .v-list .v-list-item--active {
    background-color: #eaf6fe;
} */

.btncambiar {
    color: #ffffff;
    font-weight: bold;
    background-color: #00a1d2;
    padding: 5px 40px;
    border-radius: 20px;
    height: 36px;
    transition: all 0.4s ease;
    float: right;
}
.btncambiar:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.color--text {
    color: #253166;
}

/* ============================================ RESPONSIVE =========================================*/
@media only screen and (max-width: 780px) {
    .labform {
        font-size: 12px;
    }
    .inputcol label {
        font-size: 12px;
    }
    .color--text {
        font-size: 12px;
    }
    .inputcol .v-text-field {
        font-size: 12px;
    }
    .form h4 {
        font-size: 20px;
    }
}

/* @media only screen and (max-width: 1024px) {
    .cabecera .iconos {
        width: 34%;
    }
} */
