.noticiatitulo{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1px;
    padding-bottom: 10px;
    color: red;
    background-color: yellow;
    font-size: 32px;
    line-height: 1;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

.hamburger{
    background:none;
    position:absolute;
    top:0;
    right:0;
    line-height:45px;
    padding:5px 15px 0px 15px;
    color:#999;
    border:0;
    font-size:1.4em;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:10000000000000;
  }

*{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
}

#logo-img{
    max-height: 50%;
    max-width: 50%;
}

img{padding: 0.5em;
    max-width: 100%;
    display: block;
}
header nav{
    padding: 2%;
    background-color: #018d4d;
    color: white;
}
header nav #menu-boton{
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}
header nav #logo{max-width: 15%;
    max-height: auto;    
}
ul{
    list-style: none;
    padding: 0;
}
footer{
    padding: 10px;
    background-color: #018d4d;
    color: white;
    text-align: center;
    line-height: 1;
    font-weight: 100;
    font-size: 12px;
}
#menu{
    display: none;
}
#menu ul{
    list-style: none;
    text-align: center;
    color: white;
    padding: 0px;
}
#menu ul li{
    padding: 5px 15px;
    background-color: #EF4136;
}
#menu ul li:hover{
    background-color: red;
    transition: .2s ease-in-out;
}
#menu ul li a{
    text-transform: uppercase;
    font-weight: 100;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

/*Login*/
main{box-sizing: content-box;
    position: relative}

main h1{margin: 2em 0 0 0;
    padding: 0 0 0 0;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
   
       
 }
.login-box {margin: 2em 0 0 0 ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

fieldset {
    border: none;}

#recuperacion{margin: 0.1em;
    text-align: center;
    text-decoration: none;
    color: #EF4136;
    font-size: 8pt;
   
    
}

.inforegistro{margin: 1.5em 1.5em 0.5em 1.5em}

.textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 0 0 0 0 ;
    }

.textbox input{
    border: none;
    outline: none;
    background: white;
    color: black;
    font-size: 14px;
    border: 1px solid #018d4d;
    padding: 0.5em;
    border-radius: 2em;
    width: 17em;}

.field{border-color: #EF4136}
    


#boton1{text-align: center;
           color: white;
           text-decoration: none;
           padding: 3em 0 2em 0;
           margin: 0 0 0 0;
}

#iniciarsesion{
    text-decoration: none;
    width: 100%;
    background: #018d4d;
    padding: 0.5em 3em 0.5em 3em ;
    border-radius: 2em;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
    color: white}

#boton2{
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 0 0 4em 0;
    margin: 0 0 0 0}

#registrarse{text-decoration: none;
    font-size: 10pt;
    width: 100%;
    background: #EF4136;
    padding: 0.5em 2em 0.5em 2em ;
    border-radius: 2em;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    width:100%;
    color: white}


/*Footer*/

#continuar{
    text-decoration: none;
    width: 100%;
    background: #018d4d;
    margin: auto;
    padding: 0.5em 3em 0.5em 3em ;
    border-radius: 2em;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
    color: white}

#mail{margin: 0;
      padding: 1em;
      border: 1px, solid;
      font-size: 1.5em;
      color:#018d4d }

#titulo-rec{color: #EF4136;
    margin: 2em 0 0.5em 0;
    padding: 0 0 0 0;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em}



#restablecer{margin: 0;
             font-size: 1em;
             background-color: yellow;
             margin:0;
             padding: 0.5em}

.rec-box{margin: 0em 2em 0 2em ;
    padding: 0em 2em 2em 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  }
