*{
.box-sizing: border-box;
}
body{
    margin: 0 0;
    font-size: 13px;
}

.container{
    width: 1200px;
}

/*-------HEADER----------*/
.text-small {
    font-size: 85%;
}
.dropdown-toggle {
    outline: 0;
}
.logo-uagro{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
}
.rounded-circle{
    width: 32px;
    height: 32px;
}
.p-3{
    padding: 0.3rem !important;
    background: #337ab7;
}

a.nav-link{
    color: whitesmoke;

}
a.nav-link:hover{
    background: whitesmoke;
    color: darkred;
}

/*.nav li a.active{*/
a.active{
    background: whitesmoke;
    color: darkred;
    text-decoration: none;
    padding: 8px;
    display: block;
}
/* icono menu .nav-bar .fa-solid.fa-bars{*/
.botonMenu{
    display: none;
}
.fa, .fa-solid{
    padding-right: 5px;
}

/*-------BIENVENIDO-----------*/
/*-------------------------*/
.img-thumbnail{
    max-width: 100%;
    display: inline-flex;
}
/*--------------------------*/

.post-title {
    color: #2aabd2;
    font-size: 14px;

}

.wrapper{
    font-size: 12px;
    column-count: 2;
    column-gap: 50px;
    padding: 10px;
    text-align: justify;
}
/*----------ASIDE - MENU DERECHO ---------*/
.list-group-item.active{
    background: #337ab7;
}

.list-group-item-item{
    font-size: 12px;
    font-family: Helvetica;
}

/*---------EVALUACIONES------*/
/*------------------ Bordes a filas y columnas Intro datos viviendas-----------------*/
.fila1 {
    background: #FAEBD7;
    color: black;
}

.fila2{
    background: #c74a4a;
    color: white;
}

.filaH1 {
    background: #e5f7ec;
    color: black;
}

.filaH2{
    background: cadetblue;
    color: white;
}

.col-md-8{
    border: 2px solid whitesmoke;
}
.col-md-8 >img{
    width: 350px;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
    border: 1px solid black;
}
.col-md-8>h6{
    text-align:center;

}
.col-md-4{
    border: 2px solid whitesmoke;
}
.col-md-9 >img{
    width: 330px;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
    border: black;
}
.col-md-9>h6{
    text-align:center;
    font-weight: bold;
}
/*----Tipo cedula-------------**/
.col-md-6 img{
    margin-right: auto;
    margin-left: auto;
    display: inherit;
    width: 400px;
    height: 300px;
}
.col-md-3{

}
a{
    text-decoration: none;
}

td.vulnerable{
    background: #e7e4e4;
}
.muestraEvaluacion{
    font-size: 9px;
}

/*--- Paginador ---*/
.page-item.active .page-link{
    background-color: #1d75b3;
}


/*--------------------------Dibujo, clase: formas ------------------------------------*/
.formas{
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* -------------------------Visualizacióon Google Maps ecvs----------------- */
#map{
    width:auto;
    height:500px;
    border-color: darkred;
}

.form-control{
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*---------resultado de la evaluacion--------*/
.table-bordered{
    font-size: 14px;
}
.dGeneral{
    font-size: 12px;
}

/*Nombre de evaluadores*/
.evaluador{
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
}
.BtnCalcular{
    background: #1d75b3;
    color: whitesmoke;
    margin-bottom: 15px;
}

.BtnAguardar{
    background: #1d75b3;
}

/****** Se puede repetir con css posts.css  ------*/
.boton_href{
    background: #1d75b3;
}



/*--------------------------- Censo de vulnerabilidad ------------------------*/
.censo{
    font-size: 10.5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.formas_R{
    width: 25px;
    height: 25px;
}
/*------RECURSOS EDUCATIVOS-----*/
.recursos li{
    padding-top: 10px;
    padding-bottom: 10px;
    text-anchor: middle;
    max-width: 75%;
    font-size: 14px;
    font-style: italic;
    font-family:"Roboto Thin, helvetica, sans-serif";
    border-style: double;
}

#logo{
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.col-md-9 p{

    text-align: justify;
}
/*----------Resultado de la evaluacion --------*/
.resultadoEva{
width: 60%;
}

.editarEvaluacion{
    display: block;
    background-color: #0f5132
}

#id_select2_example{
    height: 80px;
    width: 200px;
}

/*--------REPOSITORIO-------*/
#lista_repo{
    width: 100%;
    background: url("background-repositorio2.webp");
}

.lista_repositorio{
    font-size: 14px;
    color: #faf9f9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#lista_repo ul li{
    width: 100%;
    list-style: none;


}
#lista_repo ul li a{
    font-size: 14px;
    color: #faf9f9;
}

#lista_repo ul li a > img{
    width: 70px;
    height: 90px;
    padding: 5px;
}

#lista_repo img{
    width: 100%;
    height: auto;
}

/* Seccion de subida de archivos*/
.SubirDocs{
    width: 70%;
    display: block;
    outline-style: double;
}
#tipo{
    display: block;
    padding: 0 15px 0 15px;
}

.icono-articulo{
    width: 50px;
    height: 70px;
    display: inline-block
}
.icono-libro{
    width: 50px;
    height: 70px;
}
#cargar {
    margin-top: 15px;
    display: block;
    width: 70%;
}
/*=---Seccion de lectura -----*/
.pdfReader{
    width:100%;
    height: 900px;
}



/*-----CONTACTO---------*/
.container-contacto{
    background: url("sismografo1.webp");
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 0 auto auto;
    border-radius: 7px;
}
.container-contacto h2{
    color: #fff;
    text-align: center;
    /*  margin: 0;*/
    font-size: 20px;
    margin-bottom: 20px;
}
.container-contacto input{
    /*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    width: 70%;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px;
    border: none;


}
form textarea{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 85%;
    margin-bottom: 30px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px;
    min-height: 180px;
    max-height: 380px;
    max-width: 100%;
}

#btnEnviar{
    background: #6fa558;
    color: #fff;
    padding: 10px;
    width: 150px;
}
#btnEnviar:hover{
    cursor: pointer;
    background: #00dd00;
}
/*-----LOGIN---------*/
.log-in{
    border: 1px solid;
    padding: 50px 10px 50px 10px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto;
}

.log-in>h5 {
    margin-left: auto;
    margin-right: auto;
    display: table;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
}

.log-in img{
    display: block;
    padding: 20px;
    width: 170px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
}

.inicio_session>h6 {
    margin-left: 160px;
    margin-right: auto;
}

.btn_session {
   /* width: 200px;*/
  /*  height: 40px;*/
    background: #337ab7;
   /* color: white;*/
 /*   margin-top: 25px;*/

    color: whitesmoke;
    margin-top: 50px;
}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    justify-content: center;
    margin-top: 15px;
    }

.fa-key, .fa-envelope {
    padding: 14px;
    background: #337ab7;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 40%;
    padding: 10px;
    outline: none;
}
.input-field:focus {
    border: 2px solid dodgerblue;
}
/*------REGISTRO---------*/
h3{
    font-size: 18px;
    text-align: center;
}

.container-table  .table-bordered{
    width: auto;
}

.titulos{
    text-align: center;
    background: #c74a4a;
    color: white;
}

select{
    height: 35px;
    background: #c7dbec;
    display: block;
    margin-bottom: 15px
}
.etiquetas{
    font-size: 16px;
    font-family: Helvetica;
    padding: 10px 0 10px 0;
}
.campos_registro{
    width: 450px;
}

.boton_registro{
    color: whitesmoke;
    background: #1d75b3;
}
.terminos{
    font-size: 11px;
    display: inline-block;
    padding-top: 15px;

}


/*---Botones SIN etiquetas a, de tipo submit-----*/
/*---Div Botones ---*/
.DivBotones{
    display: flex;
    margin-right: 30%;
    margin-left: 30%;
}

.BtnsSubmit{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.Btnmodificar{
    color: whitesmoke;
    background: #2d7651;
    margin-bottom: 15px;
}


/*---**********---LISTA/USUARIOS----*********--*/
/*---**********--Estandar de botonos con etiquetas a --******--*/

.botonesA{
    width: auto;
    height: 35px;
    margin: auto auto 15px;
    display: block;
    font-size: larger;
    border-radius: 5px;
    padding: 5px 10px 10px 10px;
}

/* ---Formato de texto de etiquetas a dentro de botones ---*/
.BtnAborrar>a, .BtnAeditar>a, .boton_href>a,
.BtnAevaluacion>a, .BtnAguardar>a,
.boton_href>a, .BtnACancelar>a{
    color: whitesmoke;
}
.BtnAborrar>a:hover, .BtnAeditar>a:hover, .boton_href>a:hover,
.BtnAevaluacion>a:hover, .BtnAguardar>a:hover,
.boton_href>a:hover, .BtnACancelar>a:hover{
    color: black;
}
.BtnACancelar{
    background: #e44b44;
}
.BtnAevaluacion{
    background: #e44b44;
}
.BtnAborrar{
    background: #ab1616;
}
.BtnAeditar{
    background: #1d75b3;
}


/*-----Tbody-----------*/
.lista_usuarios{
    font-size: 12px;
}


/*---------FOOTER-------*/
footer {
    background-color: #8b0e06;
    height: 80px;
    width: auto;
    color:whitesmoke;
}

.col-md-6 ul li{
    list-style: none;
    color: whitesmoke;
    background: #8b0e06;
    display:inline-block;;

}
.col-md-6 ul li a {
    color: whitesmoke;
    text-decoration: none;
    padding: 5px;
}
@media(max-width: 768px) {
    /*----- Header -------*/
    .container{
        width: auto;
    }

    body{
        margin: 0 0;
        font-size: 11px;
    }

    .buscador{
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }

/*-------Quitar despues de modificaci[on --------*/
    .wrapper{
        font-size: 10px;
        column-count: 1;
        column-gap: 25px;
        padding: 5px;
        text-align: justify;
    }

    /*-----header----*/
    /*boton menu .fa-solid.fa-bars{*/
    .botonMenu{
        color: whitesmoke;
        display: block;
        padding: 8px;
        background: #2b679a;
        cursor: pointer;
        font-size: 1.5em;
        width: 100%;

    }

   /* .menu> .lista{*/
    .nav li{
        background: #2b679a;
        display: flex;
        width: 100%;
        transition: all 0.9s;
        overflow: visible;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .mostrar{
        margin-top: -85%;
    }

    .Nomostrar{
        margin-top: 0;
    }

    /*---Sub menu ----*/
    .dropdown-menu{
        height: 30;
        background: #5c85a1;
    }
    .dropdown-item{
        color: whitesmoke;
        padding-left: 150px;
    }

    .logo-uagro{
        width: 100%;
    }


    /*-------Evaluaciones ----------*/
    .evaluacion{
        background: #1d75b3;
    }
    .formas {
        width: 100%;
    }
    .dGeneral{
        font-size: 11px;
    }
    /*-------------REPOSITORIO-------*/
    #lista_repo ul li a{
        font-size: 11px;
        font-weight: bold;
    }
    .lista_repositorio {
        font-size: 11px;
        font-weight: bold;
    }
    /*-----LISTA-USUARIOS--------*/
    .Tregistro{
        font-size: 11px;
    }
    /* Seccion de subida de archivos*/
    .SubirDocs{
        width: 100%;
    }
    /*----LISTA/USUARIOS-----*/
    .editar{

        width: 35px;
        height: 25px;
    }
    .borrar{

        width: 35px;
        height: 25px;
    }
    #id_select2_example{
        width: auto;
    }


}
