
@media (max-width: 576px){
    .posturasCirculo {
        width: 25%;
    }
    .posturasCirculoMovil{
        width: 80%;
    }
    .numPreguntaMovil{
        position: absolute;
        width: 100%;
        color: white;
        font-size: 35px;
        top: 10px;
        text-align: center;
        left: 0px;
    }
    .img-candidato {
        margin-top: 35px;
    }
    #btnFacebook {
        margin-top: 0px;
    }
    #text-tipoCandidato {
        padding-left: 30px;
    }
    .plataformas-title {
        margin-top: 20px;
        line-height: 50px;
        text-align: center;
    }
    .masinfo {
        text-align: left;
        position: relative;
        float: inherit;
        width: 130px!important;
    }
    .insignias-default {
        width: 40%;
    }
    .insginiasbox{
        margin-top:20px;
    }
    .redesbox{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/*CAROUSEL*/

.left {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.right {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.scroll-images {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.child {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 180px;
    height: 200px;
    padding: 0px 15px;
    margin: 1px 10px;
    line-height: 1;
    /*border: 1px solid #f1f1f1;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);;
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);;*/
}

/*.child img, .child > svg {
    position: absolute;
    margin-top: -195px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    background: #03A9F4;
}*/

.scroll-images::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb {
    background-color: black;
}

.link-enable{
    font-size: 4em;
    margin-top: 0.1em;
}

.link-disable{
    font-size: 4em;
    margin-top: 0.1em;
    color:#D8D8D8;
    pointer-events: none;
}