.bloque3{
    padding-top: 24px;
}
/*
.bloque3 .titulo{
    position: relative;
    width: 100%;
    height: 40px;

    
}

*/
.bloque3 .titulo{
    position: relative;
    padding-top: 24px;
    padding-bottom: 36px;
    padding-left: 50px;
    padding-right: 50px;
    color: #BEBEBE;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex: 1;
}

.bloque3 .titulo h2{
    padding-left: 50px;
    color: #BEBEBE;
}

.bloque3 .titulo .linea{
    flex: 1;
    margin-left: 6px;
    border-bottom: 2px solid #BEBEBE;
    margin-bottom: 6px;
}

.bloque3 .circulo{
    position: relative;
    padding: 66px;
    display: flex;
    justify-content: center;
}

.bloque3 .circulo .icon{
    width: 83%;
}


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

/* Tablet */
@media screen and (max-width: 992px) {
    .bloque3 .titulo h2{
        padding-left: 24px;
        padding-bottom: 36px;
    }
}

/* MOvil */
@media screen and (max-width: 576px) {
    .bloque3 .circulo{
        padding: 33px;
    }
    .bloque3 .circulo .icon{
        width: 93%;
    }
}
