
/* Small and extra-small devices */
@media(max-width:767px){
    /* Ensure correct display on mobile devices */
	html, body{
	    max-width: 100%;
	    overflow-x: hidden;
    }

    .vertical-line{
        height: 41%;
        top: 36%;
    }

    .vertical-line-par{
        top: 37%;
    }

    svg{
        margin-top: -15px;
    }

    .texto-encuestadoras{
        margin-bottom: -10px;
    }
}

/* Medium devices */
@media(min-width:768px){

	.container{
        width: 966px;
    }

	svg{
		margin-top: -25px;
	}
}

/* Large devices */
@media(min-width:992px){

}

/* Extra large devices */
@media(min-width:1200px){

}
