﻿.convertirMayusculas {
    text-transform: uppercase;
}

body {
    /*background: #eee url("../images/backPago.jpg");*/
    background-color: rgb(34,42,53);
}

img {
    display: block;
    margin: auto;
}

.content img {
    vertical-align: middle;
}

.imagenBanwire {
    width: 45%;
}

.imagenOpenPay {
    width: 40%;
    padding-bottom: 10%;
    padding-top: 10%;
}

.imagenPayPal {
    padding-bottom: 11%;
    padding-top: 11%;
}

.tituloModal {
    margin-top: 9%;
    margin-bottom: 5%;
}

.iconosProveedores {
   
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    /* Styles */  

    .imagenPayPal {
        padding-bottom: 20%;
        padding-top: 20%
    }

    .iconosProveedores {
        padding-left: 11%;
    }
    .imagenBanwire {
        width: 70%;
    }

}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
    body {
        background-size: cover;
        background-position: center;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    body {
        background-size: cover;
        background-position: center;
    }

    .modalPasarela {
        width: 100%;
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /* Styles */
    body {
        background-size: cover;
        background-position: center;
    }

    .modalPasarela {
        width: 100%;
    }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    /* Styles */
    body {
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    /* Styles */
    body {
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .modalPasarela {
        width: 100%;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
    body {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
    body {
        background-size: 100% 100%;
    }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}
