html, body {
    /*background-color: #6bc4b2;
				background-color: #fff;*/
    background-image: url('../img/paven.png');
    background-repeat: repeat;
    
    
}
/* INDEX*/
.nav-bran{
    background-color: #BEC0C0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 150px;
    width: 100vw;
}
.nav-img >img{
    height: 130px;
    width: 150px;
}
.nav-bran .nav-img:nth-child(1){
    margin-left: 30px;
}
.nav-bran .nav-img:nth-child(2){
    margin-right: 30px;
}
#foto_show{
    border-radius: 999px;
    box-shadow: 0px 0px 15px rgb(252, 250, 250);
    
    width: 50px;
    height: 50px;
}

.menu{
    color: #C1477A;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    height: 72px;
    box-shadow: 0px 4px 10px #ccc;
    position: relative;
    padding: 5px;
    width: 100vw;
    z-index: 1;
}
.menu-item {
    display: flex;
     width: 70%;
    
   }
   .menu-item a{
       color: inherit;
       font-size: 1em;
       padding: 5px;
       margin-left: 8px;
       text-decoration: none;
       
   }
   .menu-item a > span{
       color:#ccc;
       
   }
   
   .menu-item a:hover {
    cursor: pointer;
       border-bottom:solid 2px #C1477A ;
   }
   .menu-item a:hover span{
       color: #61c4fd;
   }
   .menu-img{
    
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right:30px ;
    position: relative;
   }

   .list-menu{
       display: none;
   }
   .menu-img:hover .list-menu{
       top: 50px;
       border-radius: 15px 0px 15px 15px;
       box-shadow: 1px 2px 4px #ccc;
       display: block;
       position: absolute;
       background-color: #ffffff;
       font-size: 12px;
       padding: 10px;
       right: 0px;

       width: 150px;
   } 

   .list-menu-item{
    display:flex; 
    flex-direction:column;
   }

   .list-menu-item > a{
       text-decoration: none;
       cursor: pointer;
       margin-top: 8px;
       padding-bottom: 2px;

       border-bottom: solid 1px #ccc;
   } 

   .list-menu-item > a:hover{
       color: #62263E;
   }

   .info-text{
       width: 400px;
       position: absolute;
       z-index: 1;
       top: 100px;
       right: 80px;

   }
   .info-text >img{
       width: 150px;
       height: 90px;
       margin-bottom: 10px;
   }
   .botones{
       display: flex;
       justify-content: center;
       align-items: center;
       margin-top: 5px;
   }
   .b-radius{
       border-radius: 15px;
   }
/*FIN INDEX*/

/*LOGIN*/
.Contenedor{
    background-color: #eeefef;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    width: 100vw;
}
.login-contenido{
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 480px;
    width: 800px;
  

}
.login-logo{
background-color: white;

height: 307px;
width: 200px;
}
.logo-head{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.logo-head > img{
    width: 120px;
    height: 120px;
}

.login-footer{
    color: #939090;
    font-size: 0.9em;
    text-align: center;
    padding: 10px ;
    width: 100%;
    
}
.login-user{
    background-color: #fff;
    height:480px ;
    width: 400px;
    box-shadow: 2px 2px 10px #3c3c3c ; 
    position: relative;
    z-index: 1;
}
.user-head{
    align-items: center;
    display: flex;
    box-sizing: border-box;
    height: 100px;
    justify-content: center;
    margin: 10px;
    
}

.user-head .head-title{
    font-size: 2em;
    font-weight: bold;
    color:#62263E ;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #ca638c;
    width: 300px;
}
.user-text{
    font-size: 1em;
    color: #62263E;
}
/*FIN LOGIN*/
.clearfix{
    float: none;
    clear: both;
}


textarea {
    resize: none;
}

.footer {
    /*background-color:#2d2d2d;*/
    background-color: #fff;
    margin-bottom: 0px;
    color: #000;
}






.form li a.verde {
    border-left: 5px solid #315330;
}

.form li a.azul {
    border-left: 5px solid #536895;
}

.form li a.blanco {
    border-left: 5px solid #f6f6f6;
}

.form li a.amarillo {
    border-left: 5px solid #d3d30c;
}

.form li a.rojo {
    border-left: 5px solid #8e402a;
}

.form li:first-child a:hover, .form li:first-child a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.form li:last-child a:hover, .form li:last-child a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.form li a:hover i {
    color: #536895;
}

.form li.selected a {
    background: #536895;
    color: #fff;
}

.mayus {
    text-transform: uppercase;
}

th {
    background-color: #013852;
    color: #fff;
    vertical-align: middle !important;
    text-align: center !important;
}

td {
    font-size: 11px !important;
    vertical-align: middle !important;
}

/*tr:nth-child(even){background-color: #6bc4b2}*/

tr:nth-child(even) {
    background-color: #fff
}

tr:hover {
    background-color: #536895;
    color: #fff;
}



.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

.link_forgot:hover {
    color: #3c8dbc;
    cursor: pointer;
}

.thumbnail {
    
    border: none !important;
}

/* para la parte de src*/
#header{
    width: 100%;
    margin-bottom: 5px;
}

.banner {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background: #56293f;
    
}

.banner h2 {
    margin: 0;
    padding: 0;
    font-size: 2.8em;
    font-weight: 1000;
    color: #262626;
    text-transform: uppercase;
}
.Card-Big{
    background: #fff;
    height: auto;
    width: 100%;
}
.Card-Big-head{
    padding-top: 10px;
    box-sizing: border-box;
}
.Card-Big-Body{
    padding: 20px;
    min-height: 300px;
}
.divider{
  
    background: linear-gradient(to right, #2980b9, #6dd5fa, #ffffff);
    box-shadow: 0px 3px 4px #3c3c3c;
    height: 3px;
    width: 100%;
}
.titleEntrenaiemito {
    color: #3c3c3c;
    font-family: sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-align: left;
   letter-spacing: 0.5px;
   text-shadow: 1px 1px 2px #4093b4;
}

#contenido{
    
    margin: 20px;
    text-align: center;
}
#contenido h3{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: oblique;
    font-weight: 100;
    font-size: 18px;
}

.aside{
    height: auto;
    width: 100%;
    
}
.aside-head{
    padding-top: 10px;
    box-sizing: border-box;
}
.aside-body{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;

}


.etiquetas{
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 2px 6px #b5b5b6;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    height: 350px;
    width: 100%;
    overflow: hidden;
}

.etiquetas-img{
    border-radius: 15px;
    background-size: cover;
    justify-self: center;
    align-self: center;
    box-shadow: 0px 0px 4px gray;
    height:170px;
    width:170px;
    
}
.etiqueta-info{
    margin-left: 10px;
    display: block;
    width: 60%;
}

.etiqueta-title{
    font-size: 0.9em;
    font-weight: bold;
    display: block;
}

.etiqueta-info-text{
    font-size: 0.8em;

}
.etiqueta-footer{
    width: 90%;
    display: flex;
    margin-top: 5px;

}
.etiqueta-bottom{
    border: none;
    border-radius:14px;
    color: #fff;
    font-size: 0.8em;
    height:40px;
    padding-top:5px; 
    padding-bottom:5px; 
    text-align: center;
    box-shadow:0px 2px 8px gray;
    width:150px;
}
.color-pink{
    background-color:#F47378; 
}

.color-green{
    background-color:#4CAF50;
    
}
.color-blue{
    background-color:#2846bf;
}

.contente-2{
    margin: 0 auto;
    padding-bottom: 20px;
    
}


/* contenido articulos*/

#starSocio{
    margin: 0px;
    margin-top: 0px !important;
}
#encabezado{
    background-color: #CCF7EE;
    border-radius: 20px 20px 0px 0px;
    height: 205px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    display: flex;
   justify-content: center;
   align-items: center;
	
}

#encabezado > div{
    text-align: center;
    color: rgb(100, 98, 98);
}

#encabezado > div > h2{
    
    font-family: 'Times New Roman', Times, serif;
    font-size: 80px;
    font-weight: 900;
    margin: 0px;
}

#encabezado >div > h4{
    font-style: italic;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;   
    
}

#content-articles{
    border-radius: 0px 0px 20px 20px;
    text-align: center !important;
    background-color: white;
    height: 380px;   
    padding-top: 20px;
}

.articles, .articles-azul, .articles-rosado, .articles-amarillo {
    display: inline-block;
    margin: 15px;
    box-shadow: 0px 0px 4px black;
    border-radius: 20px;
    height: 250px;
    overflow: hidden;
    width: 30%;
    padding-top: 20px;
}

.articles-azul{
    background: rgba(238,247,251,1);
background: -moz-linear-gradient(45deg, rgba(238,247,251,1) 5%, rgba(225,243,250,1) 11%, rgba(83,198,234,1) 79%, rgba(239,248,252,1) 99%, rgba(247,251,253,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(5%, rgba(238,247,251,1)), color-stop(11%, rgba(225,243,250,1)), color-stop(79%, rgba(83,198,234,1)), color-stop(99%, rgba(239,248,252,1)), color-stop(100%, rgba(247,251,253,1)));
background: -webkit-linear-gradient(45deg, rgba(238,247,251,1) 5%, rgba(225,243,250,1) 11%, rgba(83,198,234,1) 79%, rgba(239,248,252,1) 99%, rgba(247,251,253,1) 100%);
background: -o-linear-gradient(45deg, rgba(238,247,251,1) 5%, rgba(225,243,250,1) 11%, rgba(83,198,234,1) 79%, rgba(239,248,252,1) 99%, rgba(247,251,253,1) 100%);
background: -ms-linear-gradient(45deg, rgba(238,247,251,1) 5%, rgba(225,243,250,1) 11%, rgba(83,198,234,1) 79%, rgba(239,248,252,1) 99%, rgba(247,251,253,1) 100%);
background: linear-gradient(45deg, rgba(238,247,251,1) 5%, rgba(225,243,250,1) 11%, rgba(83,198,234,1) 79%, rgba(239,248,252,1) 99%, rgba(247,251,253,1) 100%);
} 
.articles-rosado{ 

background: rgba(252,236,252,1);
background: -moz-linear-gradient(45deg, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 82%, rgba(255,124,216,1) 97%, rgba(255,124,216,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(252,236,252,1)), color-stop(82%, rgba(251,166,225,1)), color-stop(97%, rgba(255,124,216,1)), color-stop(100%, rgba(255,124,216,1)));
background: -webkit-linear-gradient(45deg, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 82%, rgba(255,124,216,1) 97%, rgba(255,124,216,1) 100%);
background: -o-linear-gradient(45deg, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 82%, rgba(255,124,216,1) 97%, rgba(255,124,216,1) 100%);
background: -ms-linear-gradient(45deg, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 82%, rgba(255,124,216,1) 97%, rgba(255,124,216,1) 100%);
background: linear-gradient(45deg, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 82%, rgba(255,124,216,1) 97%, rgba(255,124,216,1) 100%);
} 
.articles-amarillo{
    background: rgba(254,244,221,1);
    background: -moz-linear-gradient(45deg, rgba(254,244,221,1) 0%, rgba(253,213,104,1) 50%, rgba(255,240,26,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(254,244,221,1)), color-stop(50%, rgba(253,213,104,1)), color-stop(100%, rgba(255,240,26,1)));
    background: -webkit-linear-gradient(45deg, rgba(254,244,221,1) 0%, rgba(253,213,104,1) 50%, rgba(255,240,26,1) 100%);
    background: -o-linear-gradient(45deg, rgba(254,244,221,1) 0%, rgba(253,213,104,1) 50%, rgba(255,240,26,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(254,244,221,1) 0%, rgba(253,213,104,1) 50%, rgba(255,240,26,1) 100%);
    background: linear-gradient(45deg, rgba(254,244,221,1) 0%, rgba(253,213,104,1) 50%, rgba(255,240,26,1) 100%);
}








/*css para dispositivos moviles */
@media only screen and (max-width: 600px){

    .login-contenido {
        justify-content:flex-start;
        flex-direction:column;
        height: auto;
        width: 100%;
    }
    .login-user{
        width: 100%;
    }

    .nav-bran{
        padding: 5px 0px;
        height: auto;
        width: 100%;
    }

    .nav-bran .nav-img:nth-child(1){
        margin-left: 10px;
    }
    .nav-bran .nav-img:nth-child(2){
        margin-right: 10px;
    }

    .nav-img > img {
        height: 100px;
        width: 80px;
    }

    .menu{
        flex-direction: column-reverse;
        height: auto;
        width: 100%;
    }
    .menu-item {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .menu-img{
        margin-right: 0px;
        justify-content: center;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: solid 1px #ccc;
    }

    .menu-img:hover .list-menu{
        top: 45px;
        left: 30%;
        
        border-radius: 0px 0px 15px 15px;
    }

    .info-text{
        background: white;
        position: relative;
        width: 100%;
        top: 0px;
        left: 0px;
        

    }
    .info-text > img {
        position: absolute;
        top: -150px;
        right: 5px;
    }

    #header{
        width: 100%;
        margin-bottom: 5px;
    }


    

    .banner {
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: center;
        
    }

    .titleEntrenaiemito {
        
        font-size: 1em;
        
    }

    .etiquetas-img{
        height: 115px;
        width: 115px;
    }


    #contenido h3{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-style: oblique;
        font-weight: 100;
        font-size: 11px;
    }

    .Card-Big-Body{
        padding: 0;
        min-height: auto;
    }
    
 
   
    
    ul.form {
        
        list-style: none;
        text-decoration: none;
        margin: 0px auto;
        width: 100%;
    }

    ul.form li{
        line-height: 40px;
        float: left;
        transition:all 1s;
    }
    
    .form li a {
        color: rgb(15, 11, 11);
        text-decoration: none;
        font-size: 11px;
        text-transform: capitalize;
        padding-right: 5px;
        padding-left: 5px;
    }

    .form li a.azul {
        border-left: 0px;
    }
       

    /* contenido articulos*/
    #encabezado{
        background-color: #CCF7EE;
        border-radius: 20px 20px 0px 0px;
        height: 150px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        display: flex;
       justify-content: center;
       align-items: center;
        
    }

    #encabezado > div > h2{
    
        font-family: 'Times New Roman', Times, serif;
        font-size: 40px;
        font-weight: bold;
        margin: 0px;
    }


    .articles, .articles-azul, .articles-rosado, .articles-amarillo {
        display: inline-block;
        margin: 5px;
        box-shadow: 0px 0px 4px black;
        border-radius: 10px;
        height: 150px;
        overflow: scroll;
        width: 90%;
        padding-top: 10px;
    }


}

@media (min-width:601px)and (max-width:991px){
     /*barra de navegacion */

     .login-contenido{
         width: 100%;
     }

     .login-user{
         width: 300px;
     }
     .nav-bran{
        padding: 5px 0px;
        height: auto;
        width: 100%;
    }

    .nav-bran .nav-img:nth-child(1){
        margin-left: 10px;
    }
    .nav-bran .nav-img:nth-child(2){
        margin-right: 10px;
    }

    .nav-img > img {
        height: 100px;
        width: 80px;
    }
    .menu{
        flex-direction: row;
        height: auto;
        width: 100%;
    }

    .menu-item {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .info-text{
        background: transparent;
        position: absolute;
        width: 300px;
        top: 10px;
        right: 10px;
        

    }
    .titleEntrenaiemito {
        text-align: center;
    }

    .Card-Big-Body{
        padding: 5px;
        min-height: auto;
    }

    .aside-body{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .etiquetas{
        width: 60%;
        
    }
    .etiquetas-img{
        height: 120px;
        width: 100px;
    }


     

     ul.form {
        list-style: none;
        text-decoration: none;
        margin: 0px auto;
        width: 100%;
    }

    ul.form li{
        margin-left: 0px;
        line-height: 40px;
        float: left;
        transition:all 1s;
    }
    
    .form li a {
        color: rgb(15, 11, 11);
        text-decoration: none;
        font-size: 11px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .form li a.azul {
        border-left: 0px;
    }

    
     /* contenido articulos*/
     #encabezado{
        background-color: #CCF7EE;
        border-radius: 20px 20px 0px 0px;
        height: 150px;
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
        display: flex;
       justify-content: center;
       align-items: center;
        
    }

    #encabezado > div > h2{
    
        font-family: 'Times New Roman', Times, serif;
        font-size: 40px;
        font-weight: bold;
        margin: 0px;
    }


    .articles, .articles-azul, .articles-rosado, .articles-amarillo {
        display: inline-block;
        margin: 5px;
        box-shadow: 0px 0px 4px black;
        border-radius: 10px;
        height: 100px;
        overflow: hidden;
        width: 90%;
        padding-top: 10px;
    }

    /*esto es el final del codigo*/

}