﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

footer {
    background-color: #f8f8f8;
    border-bottom: solid darkorange;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}




/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.contenedor {
    /*width: 30% !important;min-height: 70vh;align-items: center;justify-content: center;*/
    display: flex;
}

table, tr, td {
    padding: 20px;
    /* background-color: #EBF8F9;*/
    border-left: hidden;
    border-right: hidden;
    border-top: 1px solid #dee2e6;
}

th {
    padding: 6px !important; 
    background-color: #197DB1;
    border-collapse: collapse;
    border: 0px;
    color: white;
}

.gridview {
    border: 1px solid #ddd;
    vertical-align: baseline;
}

.imgBanner {
    width: 100% !important;
}

.lgEmpresas {
    width: 110px;
}

.backColor {
    background: linear-gradient(135deg, #ffa547 3%, #ffd14f 47%, #ec4b3c 98%) !important;
    color: white !important;
}

.gridview th a {
    color: aliceblue;
}

.imgTarjeta {
    width: 40px
}

.imgPaypal {
    width: 40px
}

.gridview td {
    padding: 20px;
}



#reveal1 {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    #reveal1.visible {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

.iconosRedondos {
    color: white;
    opacity: 0.7;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 500px;
    display: inline-block;
    padding-top: 13px;
    background: linear-gradient(135deg, #ffa547 3%, #ffd14f 47%, #ec4b3c 98%) !important;
}

.banner {
    position: relative;
    overflow: hidden;
    height: 260px;
}

    .banner .contenidoBanner {
        position: absolute;
    }

    .banner .contCentro {
        top: 75px;
        width: 1103px;
        margin-left: 115px;
        text-align: center;
    }

.shadow {
    box-shadow: 0 2px 13px 0 rgb(0 0 0/ 27%);
}

#frmPago {

    position: relative;
    overflow: hidden;
}

#frmPago .inputazo input {
        width: 100%;
        height: 100%;
        background: none;
        padding-top: 20px;
        outline: 0px;
  }

#frmPago .lbl-nombre {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#frmPago .lbl-clave {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

#frmPago .lbl-nombre:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

#frmPago .lbl-clave:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        transition: all 0.3s ease;
    }

.text-nomb {
    position: absolute;
    bottom: 281px;
    left: 40px;
    transition: all 0.3s ease;
    background-color: transparent;
    font-weight: lighter;
    color: lightslategray;
}

.text-clave {
    position: absolute;
    bottom: 221px;
    left: 40px;
    transition: all 0.3s ease;
    background-color: transparent;
    font-weight: lighter;
    color: lightslategray;
}

#frmPago input:focus + .lbl-nombre .text-nomb, #frmPago input:valid + .lbl-nombre .text-nomb {
    transform: translateY(-150%);
    font-size: 10px;
    color: gray;
}

#frmPago input:focus + .lbl-clave .text-clave, #frmPago input:valid + .lbl-clave .text-clave {
    transform: translateY(-150%);
    font-size: 10px;
    color: gray;
}



@media only screen and (min-width:320px) and (max-width:968px) {
    .text-nomb {
        bottom: 345px;
    }

    .text-clave {
        bottom: 285px;
    }
     
    }

    @media only screen and (max-width: 700px) {
        .infPesos {
            /*left:-375px;*/
        }

        .banner {
            height: 160px;
        }

            .banner .contCentro {
                top: 30px;
            }
    }
