nav {
    margin-bottom: 2em;
}

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1 0 auto;
}

input[type=text] {
    text-transform: uppercase;
}

label {
    font-weight: bold;
}

.openpay, .security {
    font-size: 1em;
}

.openpay img, .security img {
    height: 1.5em;
}

img {
    max-width: 100%;
}

.llamada {
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.75);
}

.card-price {
    box-shadow: 1px 2px 14px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 2px 14px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 14px 1px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    padding-bottom: 2em;
    transition: all 0.3s ease-out;
    margin-bottom: 2em;
}

.sep {
    width: 90%;
    height: 1px;
    background-color: black;
    margin: auto;
}

.titulo {
    font-weight: bold;
    font-size: 1.6em;
    background-color: #294999;
    color: white;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 5px 5px 0px 0px;
}

.info {
    margin-top: 1em;
}

.info, .precios {
    margin-right: 2em;
    margin-left: 2em;
}

.precios p {
    margin: 0px;
}

.precios img {
    margin-bottom: 6px;
    margin-top: 3px;
    height: 1.5em;
}

.listo {
    height: 1em!important;
}

.card-price:hover {
    transform: scale(1.03, 1.03);
}

nav a {
    color: white!important;
}

.icon-mexpei {
    height: 2em;
}

.img-info {
    width: 50%;
    margin: auto;
}

footer {
    background-color: #284780;
    width: 100%;
    margin-bottom: -2em!important;
    flex-shrink: 0;
}

footer div {
    margin: 0px!important;
    padding: 1em;
}

footer div div {
    color: white;
}

footer p {
    margin: 0%;
}

footer a {
    color: white;
}

footer a:hover {
    text-decoration: none;
    color: gray;
}

/*.cobertura{
    margin-top: 2em;
}*/

.comprar {
    background-color: white;
    border: 1px solid #E51D73!important;
}

.comprar:hover {
    background-color: #E51D73;
    color: white;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #e71d7433!important;
}

.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.text-explora {
    font-size: 3em;
    text-align: right;
    color: #E51D73;
}

.internet {
    width: 3em;
    margin-right: 1em;
}

.btn-link {
    color: black!important;
}

.btn-link:hover {
    text-decoration: none!important;
}

.btn-link:focus {
    box-shadow: none!important;
    text-decoration: none!important;
}

.card-header {
    background-color: white!important;
}

.forma_pago {
    margin-top: 2em;
}

#Monto {
    font-size: 2em!important;
    font-weight: bold;
}

.concepto {
    margin-top: 2em;
}

#cliente {
    font-size: 1.2em!important;
    font-weight: bold;
}

.content {
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.75);
}

.card_solicitud {
    padding: 2em!important;
    background-color: rgb(211, 211, 211);
    /*
    background-color: #31d470;
    border-radius: 13px 0px 0px 13px;
    
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.75);
    */
}

.card_info {
    padding: 2em!important;
}

.img-res {
    width: 1em;
    height: 1em;
    margin-right: 0.2em;
}

@media (max-width: 992px) {
    .text-explora {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .text-explora div {
        display: none;
    }
    .secund {
        display: block!important;
    }
}

.secund {
    display: none;
    font-size: 2em;
    text-align: center;
    color: #E51D73;
}

.text-explora div {
    position: absolute;
    bottom: 0px;
}