.destacadoEnergy {
    border-left: 2px solid #00c18a;
    padding: 50px 0px 50px 60px;
}

.destacadoEnergy .textoPeq{
    font-family: "GT", Arial, sans-serif;
	font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #00c18a;
    text-transform: uppercase;
    }
.DestacadoEnergyTextoOscuro .destacadoEnergy .titulo {
    color:#22394a;
    line-height: 40px;
}
.DestacadoEnergyTextoBlanco .destacadoEnergy .titulo {
    color:#ced2d6;
    line-height: 40px;
}

.destacadoEnergy .titulo{
    font-family: "Circular", Arial, sans-serif;
	font-weight: 300;
    font-size: 30px;
    font-style: normal;
    color: #00c18a;
    max-width: 950px;}



.DestacadoEnergyTituloGrande .destacadoEnergy  .textoPeq {
    font-family: "Circular", Arial, sans-serif;
    font-size: 50px;
    border-left:1px solid #fff;
    padding:50px;
}
.DestacadoEnergyTituloGrande .destacadoEnergy .titulo {
    font-size: 24px;
		line-height: 1.5em;
}




@media only screen and (max-width: 1023px) {
    .destacadoEnergy .titulo {
        font-family: "Circular", Arial, sans-serif;
        font-weight: 300;
        font-size: 25px;
        font-style: normal;
        color: #00c18a;
        max-width: 950px;
    }
}

@media only screen and (max-width: 480px) {
    .destacadoEnergy {
        padding: 5px 0px 5px 30px;
        margin-bottom: 30px;
        margin-left:20px;
    }

    .destacadoEnergy .textoPeq {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .destacadoEnergy .titulo {
        font-size: 30px;
    }

    .talento .destacadoEnergy .titulo {
        font-size: 30px;
    }
}