@charset "UTF-8";
* {
    margin: 0;
    padding: 0;    
    box-sizing: border-box;
}

body {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 1rem;
    background: #00173b;
    color: #000000;
    align-content: center;
    min-width: 300px;
}

body a{
    text-decoration: none;
}

header {
    text-align: center;
    border-bottom: thin solid #32d9f7;
    margin-bottom: 2rem;
}
header img{
    width: 50%;
    max-width: 500px;
/*    text-align: center;*/
}
h1 {

    font-size: 1.4rem;
    color: #ffffff;
    margin: 30px 0px 10px;
}

footer{
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
    background-color: rgba(255, 255, 255, 0.70);
    position: fixed;
    bottom: 0;    
}

footer p{
    color: #0848a0;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: 200;
}
.img_salir {
    width: 2rem;
    float: right;
    padding-right: 0.3rem;
}
.img_perfil {
    width: 2rem;
    float: left;
    padding-right: 0.3rem;
}

.categorias {
    width: auto;
    height: auto;
    max-width: 500px;
    margin: 10px auto;
    text-align: center;
}

.categorias table {
    width: auto;
    text-align: center;
    margin: auto;
}
.categorias p {
    font-size: 1.2rem;
    color: #32d9f7;
}

.seleccion {
    padding: 0px 5px 5px;
    width: 100%;
    max-width: 400px;
    height: auto;
    text-align: center;
    margin: auto;
    align-content: center;
}

.seleccion table {
    width: 96%;
    height: auto;
    margin: auto;
    /*    float: left;*/
    background-color: #32d9f7;
    text-align: center;
}
.seleccion h1 {
    font-size: 1.2rem;
    color: #32d9f7;
    text-transform: uppercase;
}

.seleccion a {
    font-size: 1rem;
    text-decoration: none;
    color: #0848a0;
    align-content: center;
}

.seleccion a:hover {
    background-color: #ffffff;
}
.propiedades {
    width: 100%;
    max-width: 450px;
    margin-top: 20px;
    text-align: center;
    margin: auto;
}

.propiedades table {
    width: 96%;
    margin: auto;
    padding-left: 10px;
    align-content: center;
}

.propiedades td {
    height: 20px;
    background-color: white;
}

.propiedades th {
    height: 20px;
    margin-top: 5px;
    font-size: 1em;
    color: #00173b;
    background-color: #32d9f7;
}

#tabla_icono {
    margin-top: 10px;
    align-content: center;
/*    border: thick solid #32d9f7;*/
}
#tabla_icono img {
    border: thick solid #32d9f7;
}

#template-artefacto {
    display: none;
}

#botonera {
    width: 96%;
    max-width: 300px;
    margin: 1rem auto 5rem;
    text-align: center; 
}
#botonera td{
    text-align: center; 
}
.botones {
    width: 96%;
    height: 2rem;
    text-align: center; 
    font-variant: small-caps; 
    background-color: #32d9f7;
    margin: 0.5rem auto;
    padding-top: 0.3rem;
}
.botones a{
    color: #0848a0;
    text-decoration: none;
    font-weight: 300;
}
.botones a:hover{
    color: #ffffff;
}
.botones_calcular {
    background-color: #eb8126;
    border-radius: 2rem;
}

.botones_calcular_chicos {
    width: 50%; 
    max-width: 15rem<
}

footer{
    width: 100%;
    height: 2rem;
    padding-top: 0.3rem;
    background-color: rgba(255, 255, 255, 0.70);
    position: fixed;
    bottom: 0;    
}

footer p{
    color: #0848a0;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: 200;
}
footer img{
    width: 2rem;
    float: right;
    padding-right: 0.3rem;
}



/*------------------boton subir-----------*/

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
    border-radius: 7px;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/*------------------web app-----------*/
/*------------------------------------------------*/

@media (max-width: 450px) {

    .categorias {
        max-width: 260px;
    justify-content: center;
        margin: auto;
    }

.propiedades table {
    width: 100%;
}

}

@media (max-width: 300px) {

    .categorias {
        max-width: 160px;
    justify-content: center;
        margin: auto;
    }

}
