@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');

body {
    font-size: 75%;
}

p {
    margin:0;
    padding: 0;
    
}

h1 {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0;
}

.backgroundwebapp {
    background-color: #3671e0;
    background-image: url(../img/usoaguaresp2.jpg);
    background-size:cover;
    overflow: hidden;
    height: 1000px;
    
}


strong {
    font-family: 'roboto',sans-serif;
    font-weight: 900;
}
input[type=text],input[type=email],input[type=url],input[type=password] {
  width: 50%;
    margin:0.5em;
}

.formclass{
    text-align: center;
}

.aceptarboton{
    background-color: #3b78e8;
    width: 10em;
    border-radius: 50em;
    padding: 0.5em;
    color: white;
    font-family: 'roboto',sans-serif;
    font-weight: 300;
    margin: 1em;
    border: 0;
    box-shadow: 0em 0.2em 0.6em black;
    cursor:pointer;
}
.aceptarboton:hover{
    background-color: #1e4181;
}

.select{
    width: 5em;
    padding: 0.9em;
    border: 0;
    cursor:pointer;
    font-family: 'roboto',sans-serif;
    font-weight: 700;
    margin: 1em;
    
}

.main-nav {
    background-color: #4e6eb5;
    height: 0px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-family: 'roboto', sans-serif;
    font-weight: 100;
    margin: 0em 0 0;
    padding: 6em 0em 2em 0em;
}

.desc{
    font-family: 'roboto',sans-serif;
    font-weight: 600;
    color: #20187c;
}
.menu-uno {
    margin: 0 2%;
    padding: 0;
    list-style: none;
    display: flex;
    box-sizing: border-box;
    opacity:;
    overflow: hidden;
}

.menu__item {
    display: flex;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
    text-align: justify;
    margin: 15px 15px 15px 15px;
    font-size: 1.2em;
}

.menu__link:hover {
    color: #000000;
    
}
.menu__link {
    color: white;
    box-sizing: border-box;
    text-decoration: none;
}

.menu__link2{
    color: #00ffff;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 700;
}

.menu__link2:hover{
    color: #0e307c;
}

.contenedorlogo{
    width: 200px;
    align-content: center;
}

.contenedorlogo3{
    width: 50%;
    margin: 0.5em;
}
.contenedorlogoweb3{
    padding:0.4em;
    display: flex;
    font-family: sans-serif;
    justify-content: flex-start;
    width: 56%;
    
}

.contenedorlogoweb {
    padding: 0;
    display:flex;
    font-family: sans-serif;
    box-sizing: ;
    justify-content: center;
    list-style: none;
    margin-bottom: 0em;
    margin-top: 3em;
}

.contenedordos {
    box-sizing: border-box;
    font-family:'roboto',sans-serif;
    font-weight: 300;
    text-align: center;
    justify-content: ;
    list-style: none;
    color: white;
    display: flex;
}
.contenedordos2 {
    box-sizing: border-box;
    font-family:'roboto',sans-serif;
    font-weight: 300;
    text-align: center;
    justify-content: ;
    list-style: none;
    color: white;
}

.formsize{

}

.botoninicio {
    background-color: #1e70b5;
    padding: 1em 3em;
    border-radius: 5em;
    color: white;
    font-family: 'roboto', sans-serif;
    text-decoration: none;
    font-weight: 300;
    box-shadow: 0em 0.2em 0.6em black;
    
}
.botoninicio:hover {
    background-color: #083b65;
    
}

.botoninicio2 {
    background-color: rebeccapurple;
    padding: 0.3em 2.2em;
    border-radius: 5em;
    color: white;
    font-family: 'roboto', sans-serif;
    text-decoration: none;
    font-weight: 300;
    box-shadow: 0em 0.2em 0.6em black;
    
}
.botoninicio2:hover {
    background-color: #360962;
}

.contenedorweb {
    padding: 1.9em;
    text-align: center;
    align-content: center;
}

.backgroundwebapp2{
    background-color: #375174;
    padding: 0;
    margin: 0;
    z-index: 0;
}

.headerclass {
    display: flex;
    justify-content: flex-end;
    background-color:#2c2c2c;
    width: 100%;
    overflow: hidden;
    position: fixed;
    padding: 0;
    height: 4em;
    z-index: 10000;
}

#navclass {
    padding: 0;
    margin: 0;
    background-color: #3e3e3e;
    position: fixed;
    right: -50%;
    top:1;
    height: 100vh;
    width: 50%;

}

#navclass:target {
    right: 0%;
    transition: all 1s ease;
}

.xboton {
    display: flex;
    background-color: gray;
    text-decoration: none;
    text-align: center;
    position:absolute;
    border-radius: 100px;
    justify-content: flex-end;
    z-index:0;
    margin: 1em 0 0 80%;
    height: 2em;
    width: 2em;
}

.liclass {
    padding: 2.33em 0em 0em;
    margin: ;
    list-style: none;
    
}

.ulclass {
    display: flex;
    list-style: none;
    
}

.webappnavclass{
    list-style: none;
    text-decoration: none;
    padding: 0;
    font-size: 1.2em;
    color: white;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
}

.botonborde {
    display: flex;
    background-color: 2a2a29;
    font-family: 'roboto',sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: white;
    margin: 0 1em;
    
}

.botonmenu {
    height: 2em;
    width: 2em;
}

#navclass {
    padding: 0;
    margin: 0;
    background-color: #3e3e3e;
    position: fixed;
    right: -70%;
    top:1;
    height: 100vh;
    width: 30%;

}

#navclass:target {
    right: 0%;
    transition: all 1s ease;
}

#mainsize{
    padding: 0;
}

#medidoratributos {
    margin: 0em;
    padding: 0em 0em 0em 0em ;
    text-align: center;
}

#medidorsize {
    width: 40%;
    margin-top: -4em;
}

.sectionposition{
    margin: -8em 0 0em 0em;
}

.costoconsumo{
    font-size:1.4em;
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    color: rgb(103, 243, 248);
    text-align: center;
    padding: 0;
    margin: 0.5em;
}

.container1 {
    color: white;
    background-color:;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    font-size: 10vh;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
}

.container {
    padding: 4em 0 0 0;
}
.number-ticker {
    overflow: hidden;
    height: 1em;
    background-color: #333;
    box-shadow: 0 0 0.05em black inset;
}

.digit {
    float: left;
    line-height: 1;
    transition: margin-top 1.75s ease;
    border-right: 1px solid #555;
    padding: 0 0.075em;
    }

.costoconsumo2{
    font-size:1.2em;
    padding: 0em 0em 1em 4em;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: center;  
}

.articlecomments {
    background-color: aliceblue;
    padding: 6em 2em 2em 2em;
}

.morris-hover{position:absolute;z-index:1000}
.morris-hover.morris-default-style{
    border-radius:10px;
    padding:6px;
    color:#666;
    background:rgba(255,255,255,0.8);
    border:solid 2px rgba(230,230,230,0.8);
    font-family:sans-serif;
    font-size:12px;text-align:center
}

.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}

#fondobody{
    background-color: #375174;
    margin: 0;
    padding: 0;
}

.fondoclass {
    background-image: url(../img/mundo.jpg);
    background-repeat:no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    height: 30em;
}

.vacio {
    text-align: center;
    align-content: center;
    background: #1f2e52;
    padding: 0em 1em 5em 1em;
}

.txtvacio{
    text-align: center;
    align-content: center;
    color: #6a91ea;
    font-size: 3.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    padding: 1em 0em 0em 0em;
}

.txtvacio2{
    font-family: 'roboto',sans-serif;
    color: #e3e3e3;
    margin: 1em;
    font-size: 1.3em;
    font-weight: 300;
}
.txtvacio3{
    font-family: 'roboto',sans-serif;
    color: white;
    
}


.videosize {
    height: 30em;
}

.distanciacomentarios{
    padding: 0em;
    display: flex;
}

.tamanofoto {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-content: center;
    padding:0;
}

.persona{
    display: flex;
    color:cornflowerblue;
    font-family: 'roboto',sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    padding: 1em;
}


.coment{
    font-family: 'roboto',sans-serif;
    padding: 1.2em 0em;
    
    font-size: 1em;
    display: flex;
    
}

#comentario1{
    text-align: center;
    padding: 0em 0 1em 0;
    font-family: 'roboto',sans-serif;
    color: #656bac;
    
}

.comentarios{
    font-family: 'roboto',sans-serif;
    padding:1em 0em;
    color: gray;
}

.inputclass{
    border-radius: 50em;
    padding: 0.7em;
    border-color: black;
    opacity: 0.5;
    width: 100%;
    margin: 0;
    display: flex;
}

.tamanoimgperfil{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-content: center;
    padding:0;
    display: flex;
}

.footer-content {
    font-size: 1em;
    padding: 2em;
    margin: 3em 0 0 0;
    font-family: 'roboto',sans-serif;
    font-weight: 300;
    background-color: #242424;
}

.p-footer {
   margin: 2 50px;;
   text-align: center;
   padding: 0 5% 0 5%;
   color: #9a9a9a;
}

.contenedoraside {
    text-align: center;
    padding: 2em 0 0 0;
}

#imginti{
    height: 5em;
}

.tituloaside{
    font-family: 'roboto',sans-serif;
    font-weight: 300;
    font-size: 2em;
    color: white;
}

.parrafoaside{
    font-family: 'roboto',sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: white;
}

.info__columna {
  background: #28324a;
  color: #fff;
  padding: 0 3em 1em;
  margin: 1em;
}

.info__titulo {
    font-size: 2em;
    text-align: center;
    font-family: 'roboto',sans-serif;
    font-weight: 100;
}
.info__txt {
    font-size: 1em;
    text-align: center;
    font-family: 'roboto',sans-serif;
    font-weight: 300;
    padding: 0.8em;
}

.info__txt2 {
    font-size: 1em;
    text-align: center;
    font-family: 'roboto',sans-serif;
    font-weight: 300;
    padding: 0.8em;

}

.class-a {
    text-decoration: none;
    color: #7ce1ff;
    padding: 0;
    font-size: 1.1em;
    font-family: 'roboto',sans-serif;
    font-weight: 100;
}

.class-a:hover {
    opacity: 0.5;
}

.contenedor {
    padding:0;
    display:flex;
    font-family: sans-serif;
    justify-content: center;
    list-style: none;
    width: 110%;
}

.info {
    display: flex;
  }
.item {
    padding: 0 1em;
}

.asidecontent{
    display: flex;
    justify-content: center;
}

.info__columna2 {
  background: #22395d;
  color: #fff;
  padding: 0;
  margin: 1em;
  display: flex;
}

#flechasstyle{
    height: 2em;
    margin: -0.8em 0.4em;

}

.alertaarticle{
    padding: 6em 0 2em;
    background-color: cornflowerblue;
}

.itemalerta{
    box-sizing: border-box;
    font-family:'roboto',sans-serif;
    font-weight: 300;
    text-align: ;
    list-style: none;
    color: #ffffff;
    display: flex;
    background-color:aliceblue;
    padding: 1em;
    box-shadow: 0em 0.2em 0.6em #525252;
    margin: 0.5em 0;
}

.parrafoalerta{
    border-radius: 50em;
    padding: 1em;
    width: 100%;
    margin: 0;
    color: #7b7b7b;
    font-weight: 400;
    font-size: 0.9em;
    overflow: hidden;
}

.parrafoalerta2{
    padding: 0.5em 0;
    color: #6787e0;
    font-size: 0.9em;
    
}

.contenedornoticias {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenedorarticlenoticias{
    margin: 1em;
}


#blog {
    padding: 6em 0 0;
}

.imgnoticias{
    width: 100%;
    max-width: 280px;
    margin: 0;
}

.h3noticias{
    text-align: center;
    font-family: 'roboto';
    font-weight: 300;
    background-color: #07c6ff;
    font-size: 1.9em;
    margin: -4px 0;
    color: white; 
}

.parrafonoticias{
    width: 100%;
    max-width: 255.5px;
    margin: 0;
    padding: 1em 1em 5em 1em;
    font-family: 'roboto';
    font-weight: 400;
    background-color:#b0c8dd;
    overflow: hidden;
    
}

.titulonoticias{
    font-family: 'roboto',sans-serif;
    text-align: center;
    font-size: 3em;
    font-weight: 100;
    color: white;
    display: flex;
    justify-content: center;
    margin: 0.5em;    
}
.descargaclass{
    height: 30px;
    width: 30px;
    padding:0.5em 1em ;
 
}

.sectionperfil{
    padding: 6em 1em 2em;
    text-align: center;
}

.inputperfil {
    border:0;
    color: white;
    font-size: 0.9em;
}

#tamanoperfil{
    border-radius: 50%;
}

.iconosmenu{
    width: 2em;
    padding: 0 1em;
}

@media screen and (max-width:30em) {
    #navclass {
        width: 70%;
    }
    .parrafonoticias{
    max-width: 200.5px;
    }
    
    .contenedornav{
    display: block;
    }
    .headerclass {
    width: 100%;
    overflow: hidden;
    margin: 0;
    }
    #medidorsize {
    width: 60%;
    margin: 0em 0;
    }
    .backgroundwebapp2{
    
    }
    #mainsize{
    padding: 0em;
    }
    
    .sectionposition{
    margin: -2em 0 0em 0em;
    }
    .main-nav {
    display: block;
    text-align: justify;
    justify-content: center;
    height: 12em;
    }
    
    .main-nav {
    display: block;
    text-align: justify;
    justify-content: center;
    height: 17em;
    padding: 5em 0em 0em 0em;
    }
    .menu-uno{
    display: block;
    text-align: center;
    justify-content: center;
    }
    .menu__item {
    text-align: center;
    justify-content: center;
    }
    
    .fondoclass {
    height: 10em;
    background-attachment: local;

    }
    .videosize {
    height: 10em;
    }
    .info__titulo {
    font-size: 2em;
    padding: 0.5em 0
    
    }
    .contenedor {
    width: 100%;
    margin:;
    display: block;
    text-align: center;
    }
    .item {
    margin: 10%;    
    }
    
    .info {
    display: block;
    }