.Fondo {
    position: relative;
    background-image: url(../images/Formulario/Fondo.png);
    height: 950px;
    background-repeat: no-repeat;

    background-size: 100% 100%;
    object-fit: fill;
    overflow: hidden;
}

.Formulario {
    position: absolute;
    top: 38%;
    margin: 0px !important;
    padding: 0px !important;
    left: 105px;

    max-width: 1160px !important;
}

.BtnEnviar {
    background-color: #000000 !important;

    font-size: 20px !important;
    font-weight: 700 !important;
}

.BtnEnviar:hover {
    background-color: #00FF00 !important;

    font-size: 20px !important;
    font-weight: 700 !important;
}

.ControlTex {
    padding: 0px !important;
    margin: 1%;
    width: 288px !important;
}

.ControlTexAmplio {
    padding: 0px !important;
    margin: 1%;
    width: 600px !important;
}

.Terminos {
    color: blue;
    font-weight: 700;
}

.Respuesta {
    width: 200px;
}

.Daviplata {
    position: absolute;
    right: 19%;
    bottom: 41%;
}

.Daviplata img {
    position: absolute;
    left: 0;
    /*  transition: opacity 1.5s ease-in-out;*/
}

.Daviplata img.top:hover {
    opacity: 0;
}

.Bancolombia {
    position: absolute;
    right: 35%;
    bottom: 41%;
}

.Bancolombia img {
    position: absolute;
    left: 0;
    /*  transition: opacity 1.5s ease-in-out;*/
}

.Bancolombia img.top:hover {
    opacity: 0;
}

.TarjetaNacional {
    position: absolute;
    right: 19%;
    bottom: 25%;
}

.TarjetaNacional img {
    position: absolute;
    left: 0;
    /*  transition: opacity 1.5s ease-in-out;*/
}

.TarjetaNacional img.top:hover {
    opacity: 0;
}

.PSE {
    position: absolute;
    height: auto;
    width: auto;

    right: 35%;

    bottom: 25%;
}

.PSE img {
    position: absolute;
    left: 0;
    /*  transition: opacity 1.5s ease-in-out;*/
}

.PSE img.top:hover {
    opacity: 0;
}

.TarjetaInternacional {
    position: absolute;
    right: 19%;
    bottom: 67%;
}

.TarjetaInternacional img {
    position: absolute;
    left: 0;
    /*  transition: opacity 1.5s ease-in-out;*/
}

.TarjetaInternacional img.top:hover {
    opacity: 0;
}


.PagoPP {
    position: absolute;
    right: 35%;
    bottom: 67%;
}

.PagoPP img {
    position: absolute;
    left: 0;
    /*  transition: opacity 1.5s ease-in-out;*/
}

.PagoPP img.top:hover {
    opacity: 0;
}
