﻿.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;
        }

    /*.form-body {
        margin-top: -12rem;
    }*/

    .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;
    }
}
.title-form {
    color: #2e266e;
    font-weight: 900;
}
.divConoceZonaNo strong {
    color: #5867dd;
}
.btn-socio {
    background: #2e266e;
    border: 2px solid #2e266e;
    color: #fff;
}

    .btn-socio:hover {
        background: #fff;
        color: #2e266e;
        transition: .5s;
    }