﻿.select2-selection__choice{
    font-size: .8rem !important;
}

.select2-selection__choice__remove {
    font-size: 1rem !important;
}

.head-form {
    display: none !important
}

.title-label {
    font-family: 'SansPro' !important;
    font-weight: bold;
    font-size: 60px;
}

.text-label {
    font-size: 2.5rem;
    font-weight: 600;
}

.subtext-label {
    font-weight: 700;
}

.icon-redes {
    width: 2rem;
}

.container {
    color: #292966!important
}

.img-form {
    width: 30rem;
    position: absolute;
    left: -8rem;
}

@media (max-width: 765px) {
    .head-form {
        display: flex !important;
        align-items: center;
    }

    .head-form img{
        width: 20rem;
    }

    .img-form {
        display: none !important
    }
    .text-form {
        margin-top: 10rem !important
    }
}

@media (min-width: 768px) {
    .container {
        max-height: 75vh !important;
    }
}

.container {
    max-height: 80vh !important;
}

@media (min-width: 768px) {
    .content-partial {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
.btn-socio {
    background: #2e266e;
    border: 2px solid #2e266e;
    color: #fff;
}
.btn-socio:hover {
    background: #fff;
    color: #2e266e ;
    transition: .5s;
}
.form-control, .select2-selection__rendered {
    font-size: 14px;
    font-weight: 500;
}
.divConoceZonaNo strong {
    color: #5867dd;
}
.divConoceZonaSi label {
    color: #5867dd;
    font-weight: bold
}
.title-form {
    color: #2e266e;
    font-weight: 900;
}
