/* Styles applied according to each viewport */


/* Small and extra-small devices */

@media(max-width:767px) {
    /* Ensure correct display on mobile devices */
    html,
    body {
        max-width: 100%;
        /*overflow-x: hidden;*/
    }
    .columna {
        margin-bottom: 10px;
    }
    .contenedor {
        margin: 10px 0;
    }
    .yellow-square {
        background-color: #00b8d4;
        width: 10px;
        height: 10px;
        display: inline-block !important;
    }
    .red-square {
        background-color: #e91e63;
        width: 10px;
        height: 10px;
        display: inline-block !important;
    }
    .sino {
        display: inline-block;
        font-weight: bold;
        margin: 0 3px;
        margin-right: 10px;
    }
    .pregunta-titulo {
        font-size: 14px;
        font-weight: bold;
        margin: 5px 0;
        text-align: center;
    }
    .pregunta-subtitulo {
        font-size: 11px;
        text-align: center;
    }
    .divisor-dotted{
        height: 1px;
        border-top: dotted 1px;
        background-color: #d1d1d1;
    }
}


/* Medium devices */

@media(min-width:768px) {
    .container {
        width: 966px;
    }
    .contenedor {
        margin: 10px 0;
    }
    .yellow-square {
        background-color: #00b8d4;
        width: 10px;
        height: 10px;
        text-align: center;
        display: inline-block;
    }
    .red-square {
        background-color: #e91e63;
        width: 10px;
        height: 10px;
        text-align: center;
        display: inline-block;
    }
    .sino {
        display: inline-block;
        font-weight: bold;
        margin: 0 3px;
        margin-right: 10px;
    }
    .pregunta-titulo {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
    }
    .pregunta-subtitulo {
        font-size: 11px;
        text-align: center;
    }
    .titulo1-consulta-2018 {
        font-size: 24px;
        margin-top: 0;
    }
    .titulo2-consulta-2018 {
        font-size: 24px;
    }
    .separar-bt-resultados {
        margin-top: 5%;
    }
    .top-mapa-resultados-desk {
        margin-top: 4%;
    }
    .columna {
        width: 11%;
        display: inline-block;
        margin: 0 1%;
        padding: 5px;
        margin-left: 4%;
    }
}

/* Large devices */

@media(min-width:992px) {}


/* Extra large devices */

@media(min-width:1200px) {}