@font-face {
  font-family: "IndieFlower";
  src: url("../fonts/IndieFlower.ttf"); }
@font-face {
  font-family: "LoveYaLikeASister";
  src: url("../fonts/LoveYaLikeASister.ttf"); }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  }

body {
  font-family: "Open Sans", sans-serif;
  background: #eee;
  background-size: cover;
  background-attachment: fixed; 
  height: 100vh;}

.contenedor {
  margin: auto;
  width: 90%;
  
  max-width: 1800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 }

header {
  background: #0099ff;
  width: 100%;
  height: 100px;
  padding: 0px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  header .logo {
    padding: 0 0 0 50px; }
  header .menu a {
    color: #fff;
    text-decoration: none;
    margin-right: 40px;
    font-size: 18px;
    border-radius: 30%;
    background: #0099ff; }
    header .menu a:hover {
      background: #fff;
      color: blue;
      text-decoration: underline; }

.main {
  background: #eee;
  padding: 20px;
  width: 90%; }
  .main article h1 {
    font-family: Arial;
    margin-bottom: 20px;
    font-weight: normal;
    background: #0099ff;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff; }
  .main article h2 {
    font-family: LoveYaLikeASister;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    text-decoration: underline;
    color: #0099ff; }
  .main article p {
    font-family: IndieFlower;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px; }
  .main img {
    width: 15%; }

.main2 {
  background: #eee;
  padding: 20px;
  width: 100%;
  height: 75vh; 
  
}
  .main2 article h1 {
    font-family: Arial;
    margin-bottom: 20px;
    font-weight: normal;
    background: #0099ff;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff; }
  .main2 article h2 {
    font-family: LoveYaLikeASister;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    text-decoration: underline;
    color: #0099ff; }
  .main2 article p {
    font-family: IndieFlower;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px; }
  .main2 .Virus p{
    font-family: arial;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 2.1;
    text-align: center;
    color: red; }
  .main2 .invierno p {
    font-family: IndieFlower;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 2.1;
    text-align: left;
    color: red; }
  .main2 .verano p {
    font-family: IndieFlower;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 2.1;
    text-align: left;
    color: red; }
  .main2 article p {
    font-family: IndieFlower;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 27px;
    text-align: center;
    color: blue; }
  .main2 img {
    width: 400px; }

footer {
  margin-bottom: 0;
  background: #0099ff;
  padding: 20px 50px;
  height: 10vh;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 30px; }
  footer p {
    color: #fff;
    font-size: 30px; }
  footer .redes-sociales a {
    color: #fff;
    text-decoration: underline;
    margin-left: 20px; }
    footer .redes-sociales a:hover {
      background: #FF0000; }

      
@media screen and (max-width: 980px) {
  header .menu a {
    margin-right: 50px; } }
@media screen and (max-width: 800px) {
  header .menu {
    width: 70%; }

  .main {
    width: 100%; } }
@media screen and (max-width: 600px) {
  header {
    flex-direction: column;
    padding-bottom: 20px; }
    header .menu {
      width: 100%;
      text-align: center;
      padding: 20px; }
      header .menu a {
        margin: 0, 20px; }
    header .logo {
      margin-bottom: 20px; }

  footer {
    flex-direction: column;
    text-align: center; }
    footer .autor {
      order: 2; }
    footer .redes-sociales {
      order: 1;
      margin-bottom: 20px; } }
@media screen and (max-width: 400px) {
  .main article p {
    font-size: 18px; }
  .main .invierno p {
    font-size: 22px; }
  .main .verano p {
    font-size: 22px; }

  aside {
    display: none; } }

/*# sourceMappingURL=style3.css.map */
