﻿
/*loading*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #00a599;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.cargando_loading {
    /*display: flex;
    width: 100%;
    height: 350px;
    justify-content: center;
    align-content: center;
    align-items: center;*/
}

.titulo {
    text-align: center;
    font-size: 22px;
}

.msj_pago {
    text-align: center;
    font-size: 17px;
}

.dev_coti {
    text-align: center;
    font-size: 15px;
}

.msj_desc {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #00A599;
}

.env_msj {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #4C4C4C;
}

.desc_comp {
    border: 0.4px solid #5B5B5B;
    border-radius: 1.6rem;
    padding: 1rem;
    width: 18rem;
    background-color: #00A599;
    color: white;
    font-size: 17px;
    float: initial;
    cursor: pointer;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-right: 20px;
    padding-top: 15px;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
}

.desc_comp:hover {
    background-color: #00A599 !important;
    color: white !important;
    text-decoration: none;
    cursor: pointer;
}

.desc_comp:visited {
    background-color: #00A599 !important;
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
}

.desc_comp:focus {
    text-decoration: none !important;
    color: white !important;
}

.desc_comp:active {
    text-decoration: none !important;
    color: white !important;
}


.correo {
    border: 1px solid #C2C2C2;
    border-radius: 0.8rem;
    height: 3.5rem;
    font-size: 15px !important;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: auto;
    width: 40rem;
    text-transform: lowercase;
}

.boton_desc {
    text-transform: capitalize;
    font-size: 17px;
    color: #fff;
}

.img_desc {
    padding-right: 10px;
    top: -3px;
    position: relative;
}

.env_correo {
    border: 0.4px solid #5B5B5B;
    border-radius: 1.6rem;
    padding: 1rem;
    width: 18rem;
    background-color: white;
    color: #00A599;
    font-size: 17px;
    float: initial;
    cursor: pointer;
    display: inline-block;
    justify-content: center;
}

.env_Inicio {
    border: 0.4px solid #5B5B5B;
    border-radius: 1.6rem;
    padding: 1rem;
    width: 18rem;
    background-color: white;
    color: #00A599;
    font-size: 17px;
    float: initial;
    cursor: pointer;
    display: inline-block;
    justify-content: center;
    margin-left: 15px;
}

.tablaBasicas {
    overflow: hidden;
    font-size: 0.9em;
    margin: 5px;
    border-collapse: collapse;
    border: 1px solid #bbb;
    width: 500px;
    font-size: 14px;
    margin: auto;
}

.tablaBasicas th {
    overflow: visible;
    text-shadow: 0px 0px 4px #000;
    padding: 4px;
    text-decoration: none;
    position: relative;
    background: #099;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.tablaBasicas tr td {
    /*padding: 1px 4px;*/
    padding-left: 1px;
    border: 1px solid #bbb;
    height: 14px;
    color: #333;
    overflow: hidden;
}

@media (max-width: 460px) {
    .tablaBasicas {
        width: 100%;
        font-size: 12px;
        margin: auto;
    }

    .correo {
        border: 1px solid #C2C2C2;
        border-radius: 0.8rem;
        height: 3.5rem;
        font-size: 15px !important;
        text-align: center;
        justify-content: center;
        display: flex;
        margin: auto;
        width: 20rem;
    }
}

@media (min-width: 461px) and (max-width: 900px) {
    .tablaBasicas {
        width: 100%;
        font-size: 14px;
        margin: auto;
    }
}

@media (min-width: 901px) {
    .tablaBasicas {
        font-size: 14px;
        margin: auto;
    }
}

.tituloppal {
    text-align: center;
}

.celdaTitulo {
    text-align: center;
    font-weight: bold;
    width: 230px;
    font-size: 14px;
}

.error-mail {
    display: none;
    color: red;
    text-align: center;
    padding-top: 10px;
}

.colum {
    text-align: center;
    font-weight: bold;
}

.boleta {
    text-align: center;
}

.botones {
    margin: auto;
    justify-content: center;
    display: flex;
}

.Swal-popup {
    width: 550px !important;
    height: 350px;
    border-radius: 20px !important;
}

.Swal-confirm {
    background-color: #00a599 !important;
    border-radius: 20px !important;
    width: 170px !important;
    height: 45px;
}

.Swal-title {
    font-size: 1.2rem !important;
}

swal2-popup {
    display: none !important;
    position: relative !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 50em !important;
    max-width: 100% !important;
    padding: 1.25em !important;
    border: none !important;
    border-radius: 5px !important; 
    background: #fff !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    border-radius: 1.5rem !important;
}

.swal2-styled.swal2-confirm {
    border: 0 !important;
    border-radius: 0.25em !important;
    background: initial !important;
    background-color: #2778C4 !important;
    color: #fff !important;
    font-size: 1.6em !important;
    width: 12rem !important;
    border-radius: 1rem !important;
}