﻿/*ESTILO CONTROLES*/
body {
    background-position: center center;
    background-size: cover;
    /*background-color: rgba(9,148,18,0.1);*/
    background-color: rgba(2,112,184,0.3);
}

.mastebody {
    background-color: rgba(2,112,184,0.5);
    /*background-color:red;*/
}

.btnAwesome {
    background-color: rgb(117,182,43);
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    max-width: 100px;
}

.btnAwesome:hover {
        background-color: green;
}

.Division {
    border: 2px solid blue;
    width: 100%;
    margin-left: 1px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.logo-img {
    padding-top: 10px;
    padding-right: 5px;
    width: 30%;
    max-width: 150px;
    min-width: 100px;
    /*position:relative;*/
    float: right;
    top: 0;
}

.top {
    min-height: 55px;
    background-color: rgb(117,182,43);
    color: white;
    /*border-radius: 5px;*/
    font-weight: bolder;
    font-size: 1.5em;
    /*margin-bottom:5px;*/
}

form {
    background-image: url(../img/background.webp);
    background-repeat: repeat;
    padding-bottom: 10px;
}

label {
    color: black;
    font-weight: bolder;
}

.labelDetalles {
    color: white;
    font-weight: bolder;
    font-size: 14px;
}

.labelChkError {
    color: red;
    /*font-weight:bolder;*/
    font-size: 14px;
}

footer {
    /*margin-top:30px;*/
    /*min-height:20px;*/
    color: white;
    -webkit-box-shadow: 2px 3px 24px -3px rgba(9,148,18,1);
    -moz-box-shadow: 3px 3px 24px -3px rgba(9,148,18,1);
    box-shadow: 3px 3px 24px -3px rgba(9,148,18,1);
    background-color: rgb(117,182,43);
    /*position:relative;*/
    /*bottom:0;*/
}

.login {
    margin-left: 900px;
}

.ultimoDIV {
    margin-bottom: 5px;
}

.HeaderAcordion {
    background-color: rgb(117,182,43);
    color: white;
    font-weight: bold;
    width: 100% !important;
}

.CmbASP {
    /*width: 300px;*/
    height: 50px;
}

.linkCerrarSesion {
    font-size: 16px !important;
    text-decoration: none;
}

.btnBOOTSTRAP_ASP {
    color: white;
}

.hideGridColumn {
    display: none;
}

#myBtn /*boton flotante regreso top*/ {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: white;
    color: green;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover /*boton flotante regreso top accion hover*/ {
        background-color: #555;
        color: greenyellow;
    }

/*contenedor mapa*/
/*.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-container iframe{
top:0;
height:50%;
width:100%;
position:absolute;
}*/

.basic_grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
}

.photo_grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    grid-auto-rows: 240px;
}

.card-Tall /*imágenes tipo mosaico altura irregulares*/ {
    grid-row: span 2/auto;
}

.card-Wide /*imágenes tipo mosaico ancho irregulares*/ {
    grid-column: span 2/auto;
}

.post-content {
    top: 45%;
    left: 10%;
    position: absolute;
    color: white;
}

.thumbnail {
    position: relative;
    text-align: center;
}

/*ESTILO PC*/
@media (min-width:721px) {

    body {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mastebody {
        width: 100%;
        /*margin-left: 80px;*/
    }

    /*footer {
        position:fixed;
        width:80%;
        bottom:0;
    }*/

    .login {
        width: 800px;
        margin-left: 0%;
    }

    .dgvASP {
        width: 500px;
    }
}

/*ESTILOS VISTA MOVIL*/
@media (max-width:650px) {

    .mastebody {
        background-color: rgb(117,182,43);
    }

    .TextoASP {
        /*width: 300px;*/
        height: 50px;
    }

    .CmbASP {
        /*width: 300px;*/
        height: 50px;
    }

    .top {
        margin-bottom: 0px;
    }

    .linkSMSclass {
        color: white;
    }

    .btnAwesome {
        max-width: 100%;
    }

    .dgvASP {
        width: 100%;
    }

    #DivContenedor {
        margin-left: 0.5%;
    }
}
