.bloque6{
    padding-top: 60px;
    /* background-color: #eff0f0;*/
}

/*
.bloque6 .bigTitulo{
    padding-left: 50px;
    color: blueviolet;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 24px;
}
*/

.bloque6 .bigTitulo{
    color: blueviolet;
    font-weight: bold;
    position: relative;
    padding-top: 24px;
    padding-bottom: 36px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    flex: 1;
}

.bloque6 .bigTitulo .linea{
    flex: 1;
    margin-left: 6px;
    margin-bottom: 6px;
    border-bottom: 2px solid blueviolet;
}





.bloque6 .titulo{
    color: blueviolet;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 1.2rem;
}

.bloque6 .subtitulo{
    color: #606060;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.bloque6 .enlace{
    color: blueviolet;
    padding-left: 60px;
    padding-top: 6px;
    padding-bottom: 32px;
    font-weight: bold;
    font-size: 1rem;
}

.bloque6 .enlace a{
    color: blueviolet;
}


.bloque6 .fotoBig {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url('../images/home/bloque6.jpg');*/
    width: 100%;
    height: 430px;
}

.bloque6 .recuadro{
    position: absolute;
    width: 33%;
    margin-left: 120px;
    margin-top: 36px;
    background-color: rgba(255, 255, 255, 0.8);
}

.spacer {
    height: 80px;
}

.bloque6 .opciones{
    /* background-color: yellowgreen;*/
    padding-top: 6px;
    padding-bottom: 6px;
}

.bloque6 .opciones .botones{
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin-left: auto;
    margin-right: auto;
}

.bloque6 .redondito{
    margin: 0px 6px;
    content: '';
    position: relative;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid #439f7f;
    background-color: #439f7f;
    cursor: pointer;
}

.bloque6 .elegido{
    border: 1px solid #6e2c7f;
    background-color: #6e2c7f;
}


.bloque6 .redondito:hover{
    border: 1px solid #6e2c7f;
    background-color: #6e2c7f;
}




@media screen and (min-width: 1600px) {
    .bloque6{
        margin: auto;
        max-width: 1200px;
    }        
}

/* Tablet */
@media screen and (max-width: 992px) {
    .bloque6 .bigTitulo{
        padding-left: 24px;
    }

    .bloque6 .recuadro{
        width: 80%;
        margin-left: 24px;
        margin-top: 36px;
    }
}

@media screen and (max-width: 576px) {
    .bloque6 .bigTitulo .linea{
        display: none;
    }
}