.container-fluid-j {
    padding: 0px 0px;
    padding-top: 15px

}

.container-fluid-j img{
    width: 300px;
    height: 300px;
}

.container-fluid2 #ContenedorCF img{
    width: 240px;
    padding: 0px 0px 30px 0px;
}

.container-fluid3 img{
    width: 100%;
    height: 100%;
    padding: 15px;
    margin-top: 90px;
}

/*Background para los containers*/
.bg-blue {
    background-color: rgb(1, 23, 54);
}

.bg-grey {
    background-color: #f6f6f6;
}

/*Estilos con la fuente Dosis*/
h2 {
    color: #fff;
    font-family: Dosis;
    font-weight: 500;
}

h3 {
    color: #fff;
    font-family: Dosis;
    font-weight: 300;
}

h4 {
    font-family: Dosis;
    font-weight: 400;
    color: rgb(1, 23, 54);
}


/*Mejorar el nombre despues*/
.prueba-01 img {
    width: 200px;
    height: 200px;
}
/*Mejorar el nombre despues*/
.prueba-02 h2 {
    font-family: Dosis;
    font-weight: 500;
    color: rgb(17, 127, 126);
}

.prueba-02 h3, h4 {
    color: rgb(1, 23, 54);
    padding: 10px;

}

.prueba-03 img {
    width: 650px;
    height: inherit;
}

/*Prueba para reescalar imagenes*/
.prueba-reescala img {
    width: 65%;
    height: 65%;
}



/*Estilos del container para los negocios*/
.negocios img {
    width: 75%;
    height: 75%;
}

.negocios h2 {
    color: rgb(120, 121, 125);
}

#caracteristicas_fx h2, h3, h4{
    color: #333;
}
#caracteristicas_fx .tituloh2{
    color: #fff !important;
}
.paddinfx{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.img-responsive {
    margin: 0 auto;
}
.nostyleold h4{
    padding: 0px;
}
.text-izq{
    display: block;
    text-align: center;
    margin-bottom: -60px;
}
.btn-transparent{
    background-color: transparent;
    border:2px #fff solid;
    color: #fff;
}
.btn-transparent:hover{
    color: #fff;
}
.btn-onwith{
    border:2px #444 solid;
    color: #444;
    background-color: transparent;
    border-radius: 50px;
}
.btn-onwith:hover{
    color: #000;
    background-color: #d4d4d4;
    border:2px #d4d4d4 solid;
}
.titulofx{
    color: rgb(1, 23, 54);
}
.form_contacto input{
    height: 44px;
}
