﻿/*--------------------------------------------------------------
/// Programando por el Ing. Martin Briceño
/// Correo: martinbricex@hotmail.com
/// Creado el 05-06-2023
--------------------------------------------------------------*/
html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    margin-bottom: 40px;
}

.btn1 {
    color: #FFFFFF !important;
    border-color: #40B4E5;
    font-size: 15px;
    font-weight: 700 !important;
    background-color: #40B4E5;
    padding: 0.3em 1em !important;
    line-height: 1.7em !important;
    border: 2px solid;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.btnimag {
    color: #ffffff !important;
    border-color: #40B4E5;
    font-size: 15px;
    font-weight: 700 !important;
    background-color: #40B4E5;
    padding: 0.3em 1em !important;
    line-height: 1.7em !important;
    border-radius: 5px;
    display: inline-block;
}

.cuad {
    margin-bottom: 1rem;
    color: #212529;
    text-align: center;
    width: 50%;
}

.cuad2 {
    margin-bottom: 1rem;
    color: #212529;
    text-align: center;
    width: 50%;
}

.cuad3 {
    margin-bottom: 1rem;
    color: #212529;
    text-align: center;
    width: 50%;
}

.form-c {
    width: 85%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.center {
    text-align: center;
    align-items: center;
    display: flex;
    background: #ffffff;
    padding: 20px;
    width: 500px;
    justify-content: space-around;
    flex-direction: column;
    border-radius: 106px;
    box-shadow: 0px 2px 15px rgb(51 179 228);
    color: black;
}

.centrar {
    display: flex;
    flex-direction: column;
    /*text-align: center;*/
    align-items: center;
}

.pcenter {
    text-align: center;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.form-c:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0px 0px 10px 1px rgb(51 179 228) !important;
}

.btnotop {
    margin-top: 0px !important;
}

.form-control {
    border: 1px solid #6d6d6d !important;
    color: #000000 !important;
}

    /*.form-control:hover {
        box-shadow: 0px 0px 15px 2px rgb(255 0 0) !important;
    }*/

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0px 0px 10px 1px rgb(51 179 228) !important;
    }

.table-responsive {
    display: block;
    width: 75% !important;
    overflow-x: auto;
}

.table-responsive2 {
    width: 100% !important;
    overflow-x: auto;
    height: 290px;
}

.table-responsive3 {
    display: block;
    width: 75% !important;
    overflow-x: auto;
}

.table-responsive4 {
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 140px;
}

.cuap {
    width: 12%;
}

@media (max-width: 600px) {
    .table-responsive {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive2 {
        display: block;
        width: 100% !important;
        height: 526px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive3 {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive4 {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        height: 526px;
    }

    .table-responsive5 {
        display: block;
        width: 108% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        height: 526px;
    }

    .cuap {
        width: 13%;
    }

    .conrespo {
        width: 45% !important;
    }

    .centrar {
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: stretch;
    }
}