main section.imagenes .carousel .carousel-item span {
    position: absolute;
    top: 50%;
    left: 5%;
    font-family: Apercu;
    font-size: 56px;
    font-weight: 300;
}

main section {
    padding-left: 30px;
    padding-right: 30px;
}

main section.imagenes {
    padding-left: 0;
    padding-right: 0;
}

main section.productos {
    background: #000528;
    overflow: hidden;
}
main section.productos-2 {
    background: #ffffff;
    overflow: hidden;
}

main section.productos h2 {
    font-family: Apercu;
    font-size: 23px;
    font-weight: 300;
    color: #FFFFFF;
}

main section.productos hr {
    max-width: 60px;
    border: 3px solid #FFFFFF;
    display: block;
    margin: 0;
    margin-bottom: 50px;
}

main section.productos .itemProducto {
    border: 6px solid #009EE2;
    height: 310px;
    max-width: 310px;
    border-radius: 200px;
    background: white;
    margin-bottom: 30px;
}

main section.productos .itemProducto .logos {
    max-height: 310px;
}
main section.productos .itemProducto .logos img {
    margin-bottom: 30px;
    max-width: 175px;
}

main section.productos .itemProducto h3 {
    font-family: Apercu;
    font-weight: bold;
    color: #000528;
    margin-top: -25px;
}

main section.potencia {
    overflow: hidden;
    background-image: url('../img/productos/bg-potencia.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

main section.potencia a .itemTipo {
    border: 3px solid #000528;
    border-radius: 150px;
    background: transparent;
    max-width: 190px;
    height: 190px;
    padding: 30px;
    margin-bottom: 50px;
    transition: all 0.3s;
}

main section.potencia a:hover .itemTipo {
    border: 3px solid #CC092D;
    background: #CC092D;
}

main section.potencia a:hover .itemTipo h3,
main section.potencia a:hover .itemTipo h4 {
    color: #FFFFFF;
}

main section.potencia  a:hover .itemTipo hr {
    border: 2px solid #FFFFFF;
}

main section.potencia .itemTipo hr {
    border: 2px solid #000528;
    max-width: 50px;
    margin: 0;
}

main section.potencia .itemTipo h3,
main section.potencia .itemTipo h4 {
    color: #000528;
    font-family: Apercu;
    font-style: italic;
    font-size: 18px;
    font-weight: 300;
}

main section.potencia h2 {
    font-family: Apercu;
    font-size: 25px;
    color: #000528;
    font-style: italic;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}

main section.potencia .potencias .itemPotencia {
    border: 2px solid #000528;
    background: transparent;
    max-height: 40px;
    margin-bottom: 20px;
    transition: all 0.5s;
}

main section.potencia .potencias a:hover .itemPotencia {
    border: 2px solid #CC092D;
    background: #CC092D;
}

main section.potencia .potencias a:hover .itemPotencia p {
    color: #FFFFFF;
}

main section.potencia .potencias .itemPotencia p {
    font-family: Apercu;
    color: #000528;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
}

main section.motores {
    overflow: hidden;
    background-color: #FFFFFF;
}

main section.motores h2 {
    font-family: Apercu;
    font-size: 23px;
    font-weight: 500;
    color: #000528;
}

main section.motores hr {
    max-width: 60px;
    border: 3px solid #009EE2;
    display: block;
    margin: 0;
    margin-bottom: 20px;
}

main section.motores p {
    font-family: Apercu;
    font-weight: 300;
    color: #000528;
}

main section.motores a .itemMotor {
    background: #000528;
    max-height: 40px;
    max-width: 100px;
}

main section.motores a .itemMotor h3 {
    font-family: Apercu;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    padding: 10px;
}

main section.motores img.bg-motores {
    margin-top: -50px;
    margin-bottom: -30px;
}

main section.motores h4 {
    font-family: Apercu;
    padding: 5px 15px !important;
    border: 1px solid #009EE2;
    background: #009EE2;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
}

main section.motores .tabla img {
    margin-bottom: 30px;
}

main section.motores .contenedorInfo {
    max-width: 712px;
}

main section.motores .tabla hr {
    border: 3px solid #009EE2;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    max-width: 945px;
}

main section.motores .tabla p {
    font-family: Apercu;
    font-size: 12px;
    color: #000528;
    font-weight: 300;
}

main section.motores .tabla .descargas {
    overflow: hidden;
    background: #F5F5F5;
}

main section.motores .tabla .descargas h5 {
    font-family: Apercu;
    font-size: 21px;
    color: #000528;
    font-weight: 500;
    padding-left: 30px;
}

main section.motores .tabla .descargas hr {
    margin-left: 30px;
    border: 2px solid #000528;
    max-width: 60px;
}

main section.motores .tabla .descargas .itemDescarga p {
    font-family: Apercu;
    font-size: 12px;
    color: #000528;
    margin-top: 0;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 320px) and (max-width: 479px){
    main section.motores img {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px){

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 992px) and (max-width: 1999px){  }