﻿
.contenedor {
    display: block;
}

    .contenedor div {
        text-align: center;
    }

    .contenedor img {
        width: 100%;
    }

.btnCadena {
    border-radius: 8px;
    background-color: white;
    border: 3px solid #ffc107;
    color: #333;
    font-weight: 200;
}

    .btnCadena:hover {
        border-radius: 8px;
        background-color: #ffc107;
        border: 3px solid #ffc107;
        color: #333;
        font-weight: 800;
    }

    .btnCadena:focus {
        border-radius: 8px;
        background-color: #ffc107;
        border: 3px solid #ffc107;
        color: #333;
        font-weight: 800;
    }

#contenedorBotones {
    transform: scale(1);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

    #contenedorBotones div {
        margin-right: 20px;
        margin-bottom: 20px;
    }

#contenedorBotonesCadena {
    transform: scale(0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #contenedorBotonesCadena div {
        margin-right: 0;
        margin-bottom: 0;
    }

svg path {
    fill: #ffc107;
    stroke: #ffc107;
}

    svg path:hover {
        fill: #474747;
        stroke: #474747;
    }

svg + label {
    color: #333;
}

svg:hover + label {
    color: white;
}

.etiquetaSVG {
    position: relative;
    top: -65px;
    font-size: 24px;
    padding-left: 0;
    margin-left: -200px;
    width: 150px;
}

.etiquetaSVGImpactos {
    position: relative;
    top: -65px;
    font-size: 24px;
    padding-left: 0;
    margin-left: -200px;
    width: 150px;
    padding-right: 60px;
}

.alineacionSVG {
    margin-left: 0;
}

.contenedorBotonesCadenaIzquierda {
    transform: scale(0.7);
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

    .contenedorBotonesCadenaIzquierda div {
        text-align: center;
    }

    .contenedorBotonesCadenaIzquierda button {
        text-align: right;
        transform: scale(1.3);
    }

.textoObjetivo {
    font-size: 24px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .contenedor {
        display: flex;
    }

    #contenedorBotones {
        transform: scale(1.5);
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    #contenedorBotonesCadena {
        transform: scale(1);
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        #contenedorBotonesCadena div {
            margin-right: 20px;
            margin-bottom: 20px;
        }

    .etiquetaSVG {
        position: relative;
        top: -85px;
        font-size: 24px;
        padding-left: 100px;
        margin-left: 0;
        width: 150px;
    }

    .etiquetaSVGImpactos {
        position: relative;
        top: -65px;
        font-size: 24px;
        padding-left: 0;
        margin-left: -200px;
        width: 150px;
        padding-right: 30px;
    }

    .alineacionSVG {
        margin-left: -50px;
    }

    .contenedorBotonesCadenaIzquierda {
        transform: scale(1);
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-top: 30px;
    }

        .contenedorBotonesCadenaIzquierda div {
            text-align: right;
        }

        .contenedorBotonesCadenaIzquierda button {
            transform: scale(1);
            text-align: right;
        }
}
