﻿@charset "utf-8";
@charset "utf-8";
/* CSS Document */

/* RESET------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/*------------------------------------------------------------*/




/*HEADER-------------------------------------------------------*/
.headervir {
    height: 100px;
    background: #506FA6;
    padding: 0 50px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    text-transform: uppercase;
    color: #041848;
    font-size: 25px !important;
}

.menuvir a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 14px;
    transition: 0.4s;
}

.mostrar-menuvir,
.esconder-menuvir {
    font-size: 30px;
    cursor: pointer;
    /* display: none; */
    transition: 0.4s;
}

.mostrar-menuvir {
    order: 1;
}

    .menuvir a:hover,
    .mostrar-menuvir:hover,
    .esconder-menuvir:hover {
        color: #c50404;
    }

#check {
    display: none;
}
/*-------------------------------------------------------------*/


/*BANNER-------------------------------------------------------*/
#banner {
    padding: 0 50px;
    background-image: url("../images/GlassBuilding.jpg");
    height: 8vh;
    background-size: cover;
    background-position: center;
}

    #banner::before {
        content: '';
        background: rgba(77, 77, 92, 0.6);
        position: absolute;
        width: 100%;
        height: 8vh;
        left: 0px;
    }

.contenido-banner {
    position: relative;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contenido-banner h3 {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 0px;
    }

        .contenido-banner h3 span {
            font-weight: 600;
        }
/*--------------------------------------------------------------*/


/*BaseContent----------------------------------------------------*/
#BaseContent {
    padding: 20px 50px;
    display: block;
    justify-content: center;
    text-align: center;
}

    #BaseContent div {
        padding: 18px 0px;
    }

        #BaseContent div h2 {
            color: #4d4d5c;
            font-size: 25px;
            margin: 15px 0px;
        }


/*Forms elements--------------*/
input[type="text"] {
    width: 80%;    
    border: 1px solid #192a71;
}
.textCalendar {
    width: 50%;
}

input[type="text"],
select {
    width: 80%;
}



/*table----------------*/
.tablePrincipal {
    font-size: 16px;
    border: 1px solid rgba(181, 213, 144, 0.5);
    color: #666;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    justify-content: center;
    text-align: left;
    overflow: auto;
}

    .tablePrincipal td, .tablePrincipal th {
        padding: 10px;
        border-bottom: 1px solid rgba(181, 213, 144, 0.5);
    }

    .tablePrincipal th {
        background: #1A8CFF;
        color: #fff;
        font-weight: normal;
    }
/*---------------------*/



/*table2--tabla header fija sin moverser-------*/
.tablePrincipal2 {
    font-size: 16px;
    color: #fff;
    width: 1700px;
    font-weight: normal;
    border: 1px solid rgba(181, 213, 144, 0.5);
    background: #1A8CFF;
    border-collapse: collapse;
    justify-content: center;
    text-align: center;    
    display: flex;    
    
}
    .tablePrincipal2 div {
        padding: 10px;        
    }

/*----------------------------------------------*/



/*table2--tabla header fija sin moverser FORMULARIO-------*/
.tablePrincipal3 {
    font-size: 16px;
    color: #fff;    
    font-weight: normal;
    border: 1px solid rgba(181, 213, 144, 0.5);
    background: #1A8CFF;
    border-collapse: collapse;
    justify-content: center;
    text-align: center;
    display: flex;
}

    .tablePrincipal3 div {
        padding: 10px;
    }

/*----------------------------------------------*/


/*-ListaDatostabla----------------------------------------------*/
#ListaDatostabla {
    padding: 5px 50px;
    background: #ffffff;
    display: block;
    justify-content: center;
    text-align: center;
}

    #ListaDatostabla h4 {
        text-align: center;
        font-size: 25px;
        margin-bottom: 15px;
        color: #4d4d5c;
    }

.datos-form {
    background: #dfe0e8;
    width: 87%;
    display: flex;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 87%;
    color: #000000;
    box-sizing: border-box;
}


/*----2 DATABASE TABLE -----*/
.TablaViewLista {
    overflow: auto;
    max-height: 500px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*
    background: #ffffff;  
    font-size: 16px;  
    max-height: 400px;*/
}    
/*-------------------------*/


/*---------DIVS FIXED-----------------------*/

        /*---DIV FIJO PARA REGISTRO--------*/
        .my-fixed-table {
            position: sticky;
            top: 0;            
            height: 68px;            
            width: 2264px;
            word-wrap: break-word;
            background-color: #990000;
            z-index: 1;
        }

        .scrollable {            
            background-color: green;
            margin-top: 0px; /* Adjust this value to match the height of the fixed-position div */
            width: 2264px;
        }
        /*---------------------------------*/



        /*---DIV FIJO PARA TABLAS--------*/
        .my-fixed-table02 {
            position: sticky;
            top: 0;            
            height: 30px;            
            width: 400px;
            word-wrap: break-word;
            background-color: #990000;
            z-index: 1;
        }

        .scrollable02 {            
            background-color: green;
            margin-top: 0px; /* Adjust this value to match the height of the fixed-position div */
            width: 400px;
        }
        /*---------------------------------*/
        
        
        /*---DIV FIJO PARA RAZON SOCIAL----*/
        .my-fixed-table03 {
            position: sticky;
            top: 0;            
            height: 30px;
            width: 684px;
            word-wrap: break-word;
            background-color: #ffffff;
            z-index: 1;
            padding: 0px;
        }

        .scrollable03 {            
            background-color: #ffffff;
            margin-top: 0px; /* Adjust this value to match the height of the fixed-position div */
            width: 684px;
        }
        /*---------------------------------*/

        
/*-------------------------*/


/*----2 DATABASE TABLE -----*/
.TablaViewLista2 {
    position: relative;
    background: #482404;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    overflow: auto;
    max-height: 150px;
}
/*-------------------------*/




.botonesformulario {
    background: #8f95b2;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    display: flex;
    text-align: left;
}

/*---Contact button "SABER MAS" only------*/
.botonesformularioCON {
    background: #8f95b2;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    display: flex;
    text-align: center;
}
/*-----------------------------------*/


    .botonesformulario div {
        padding: 10px 6px;
        flex: 0;
    }

    .botonesformulario .botonesGenerales {
        text-decoration: none;
        padding: 10px 30px;
        border: 1px solid #000000;
        color: #1e0763;
        transition: 0.4s;
    }

        .botonesformulario .botonesGenerales:hover {
            background: #4fa776ad;
        }
/*-------------------------------------------------------------*/


/*-TableDAtaBASE----------------------------------------------*/
#TableDAtaBASE {
    background: #FFFFFF;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TABLA01 {
    background: #f74605;
    width: 30%;
    
}

/*--tabla02 y boton seleccionat tabla-------*/
.TABLA02 {
    background: #FFFFFF;
    height: 150px;
    width: 35%;
    justify-content: left;
    align-items: center;
    display: flex;
}

    .TABLA02 div {
        padding: 10px 16px;
        flex: 0;
    }

    .TABLA02 .botonesGenerales2 {
        text-decoration: none;
        padding: 10px 30px;
        border: 1px solid #000000;
        color: #1e0763;
        transition: 0.4s;
    }

        .TABLA02 .botonesGenerales2:hover {
            background: #4fa776ad;
        }
/*-----------------------------------------*/


/*-----------------------------------------*/
.TABLA03 {
    background: #fff;
    height: 150px;
    width: 35%;      
}
    .iframe-container {
        width: 100%;
        height: 100%;
        border: none;
    }


/*--------------------------------------------------------------*/


/*ICONOS-------------------------------------------------------*/
.iconos2 {
    padding: 0px 50px;
    background-color: #fff;
}

.contenido-iconos2 {
    padding: 50px 50px 0 50px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

    .contenido-iconos2 div {
        flex: 1;
        margin: 20px 0px;
        border-right: 2px solid rgba(255, 255, 255, 0.2);
    }

#icono-mobile {
    border: none;
}

.contenido-iconos2 div i {
    color: #000000;
}

.contenido-iconos2 div h6 {
    color: black;
    font-size: 20px;
    font-weight: 100;
    margin: 10px 0px;
}

.contenido-iconos2 div p {
    color: #999999;
    font-size: 15px;
}

.boton-iconos2 {
    text-align: center;
    padding-bottom: 50px;
}
/*-------------------------------------------------------------*/



.headerTable01 {
    font-size: 16px;
    border: 1px solid rgba(181, 213, 144, 0.5);
    height: 70px;
    color: #FFFFFF;
    border-collapse: collapse;
    text-align: left;
}



/*FORMULARIO---------------------------------------------------*/
#contacto2 {
    background: #6cc091;
    padding: 30px 150px;
    color: #fff;
}

    #contacto2 h4 {
        text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
    }

    #contacto2 form {
        max-width: 80%;
        margin: 0 auto;
    }

.datos-.form2 {
    display: flex;
}

    .datos-.form2 div {
        padding: 10px;
        flex: 1;
    }


/**************************************************/
form2 label {
    display: block;
    margin-bottom: 10px;
}

.form2 input,
.form2 textarea {
    background: #6cc091;
    border-radius: 10px;
    border: 2px solid #8dcca9;
    padding: 10px 5px;
    outline: 0;
    color: #fff;
    width: 100%;
}

    .form2 input:focus,
    .form2 textarea:focus {
        border-color: #4bae77;
        box-shadow: 0 0 0 1px #4bae77;
    }

    .form2 input::placeholder,
    .form2 textarea::placeholder {
        color: #fff;
    }

/**************************************************/

.mensaje {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.boton-formulario .boton-saber-mas {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    transition: 0.4s;
    padding:20px;
    width: 200px
}

    .boton-formulario .boton-saber-mas:hover {
        background: #4fa776ad;
    }
/*-------------------------------------------------------------*/



/*-----TABLA FORMULARIO ---------------------------------------*/
.TablaViewListaFOR {
    position: relative;
    background: #482404;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    overflow: auto;
    max-height: 350px;
}
/*-------------------------------------------------------------*/



/*footer-------------------------------------------------------*/
footer {
    background: #506FA6;
    height: 100px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
/*-------------------------------------------------------------*/

/*--LABEL DDL size-*/
#lblgetTomo {
    font-size: 12px; /* Adjust the font size as per your requirement */
}
/*----------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/







/*RESPONSIVE----------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
@media (max-width: 798px) {

    .imageButton01 {
        display: block;
    }

    .ImageButton2 {
        display: block;
    }

    .ImageButton1 {
        display: none;
    }

    /*--HEADER------------------------------------------*/
    .mostrar-menu,
    .esconder-menu {
        display: block;
    }

    .menuvir {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #8f95b2;
        right: -100%;
        top: 0;
        text-align: center;
        padding: 100px 0px;
        z-index: 100;
        transition: 0.8s;
    }

        .menuvir a {
            display: block;
            padding: 20px;
            font-size: 20px;
        }

    .esconder-menuvir {
        position: absolute;
        top: 40px;
        right: 40px;
    }

    #check:checked ~ .menuvir {
        right: 0;
    }
    /*----------------------------------------------------*/


    /*--contenido-banner-----------------------------------*/
    .contenido-banner h3 {
        font-size: 12px;
    }
    /*----------------------------------------------------*/


   

    /*ListaDatostabla-------------------------------------*/
    #ListaDatostabla {
        flex-direction: column;
        padding: 0px;
    }

    .datos-form {
        width: 100%;
    }

    .TablaViewLista {
        width: 100%;
    }

    .botonesformulario {
        text-align: center;
        flex-direction: column;
        width: 100%;
    }
    /*---------------------------------------------------*/


    /*TableDAtaBASE--------------------------------------*/
    #TableDAtaBASE {
        flex-direction: column;
        padding: 15px 0px;
    }

        #TableDAtaBASE div {
            width: 100%;
        }
    /*---------------------------------------------------*/



    /*--ICONOS--------------------------------------------*/
    .contenido-iconos2 {
        flex-direction: column;
    }

        .contenido-iconos2 div {
            border: none;
        }
    /*----------------------------------------------------*/


    /*FORMULARIO-------------------------------------------*/
    .datos-form2 {
        flex-direction: column;
    }
    /*----------------------------------------------------*/


    /*----------------------------------------------------*/
    .TablaViewListaFOR{
        height: 500px;
    }
    /*----------------------------------------------------*/
}
