/* Tamaños configurables */
.destacadoEnergy.small .titulo {
    font-size: 20px;
}

.destacadoEnergy.medium .titulo {
    font-size: 30px;
}

.destacadoEnergy.large .titulo {
    font-size: 40px;
}

.textWhite{
    color: #FFFFFF;
}



.destacadoEnergy {
    border-left: 2px solid #00c18a;
    padding: 10px 0px 10px 60px;
}

.destacadoEnergy .textoPeq{
    font-family: "GT", Arial, sans-serif;
	font-weight: 300;
    font-style: normal;
    font-size: 21px;
    color: #00c18a;
}
.DestacadoEnergyTituloGrande .destacadoEnergy  .textoPeq {
    font-family: "Circular", Arial, sans-serif;
    font-size: 74px;
    line-height: 74px;
    border-left:1px solid #fff;
    padding:50px;
}
.DestacadoEnergyTituloGrande .destacadoEnergy .titulo {
    font-size: 24px;
	line-height: 1.2em;
}

.destacadoEnergy h4 {
    color:#00c18a;
    font-size: 30px;
}
.TextoEn15 .destacadoEnergy h4.textoPeq {
    font-size:15px;
}

.TecnologicalScopeOurOffers .destacadoEnergy .titulo p {
    font-size: 74px;
    line-height: 74px;
}
.EquipmentAndFacilities .destacadoEnergy {
    border-left: 2px solid #22394A;
}
.EquipmentAndFacilities .destacadoEnergy .titulo p {
    font-size: 74px;
    line-height: 74px;
}


@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;
    }

    .destacadoEnergy .textoPeq {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .destacadoEnergy .titulo {
        font-size: 30px;
    }
    .EquipmentAndFacilities .destacadoEnergy .titulo p {
        font-size: 37px !important;
        line-height: 50px !important;
    }
    .EquipmentAndFacilities .destacadoEnergy {
        margin-left: 20px;
    }

    .talento .destacadoEnergy .titulo {
        font-size: 30px;
    }
    .DestacadoEnergyTituloGrande .destacadoEnergy .textoPeq {
        font-size: 37px;
        padding: 30px;
    }
    .destacadoEnergy h3.titulo p {
        font-size: 30px !important;
        line-height: 36px !important;
    }
}