@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; }

.contenedor {
  margin: auto;
  width: 90%;
  max-width: 1800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

header {
  background: #0099ff;
  width: 100%;
  padding: 50px 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: 100%; }
  .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%; }
  .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 .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 .Virus p {
    font-family: Arial;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 2.1;
    text-align: center;
    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; }

aside {
  width: 100%;
  background: #0099ff;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between; }
  aside .ad {
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    aside .ad ul {
      padding: 30px;
      background: #0099ff;
      text-decoration: none;
      list-style-type: none; }
      aside .ad ul li {
        padding: 20px;
        font-size: 30px;
        font-family: LoveYaLikeASister; }
        aside .ad ul li label {
          padding: 0 20px; }
        aside .ad ul li input {
          padding: 0 40px;
          font-size: 20px; }
        aside .ad ul li textarea {
          padding: 0 20px;
          width: 80%;
          font-size: 20px;
          margin-left: 60px; }
        aside .ad ul li button {
          font-size: 40px;
          background: #fff;
          color: #0099ff;
          font-family: LoveYaLikeASister;
          padding: 0 20px;
          margin-left: 200px; }
          aside .ad ul li button:hover {
            background: #0099ff;
            color: #fff; }
        aside .ad ul li h2 {
          font-size: 40px;
          color: #fff;
          background: #0099ff;
          text-align: center;
          text-decoration: underline; }

  aside .ad1 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 10px 150px;
    background: #0099ff; }
  aside .ad2 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background: #0099ff; }

.Virus {
    font-size: 20px;
    text-align: center;
    color: red;
    padding: 10px 150px;
    background: #cceeff;
  }

footer {
  margin-top: 20px;
  background: #0099ff;
  padding: 20px 50px;
  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: 1366px) {
  aside .ad1 {
    width: 95%;
    padding: 10px 30px; }
    aside .ad1 script {
      width: 90%; }
  aside .ad2 {
    width: 95%; }
    aside .ad2 iframe {
      width: 90%; } }
@media screen and (max-width: 1280px) {
  aside .ad1 {
    width: 95%;
    padding: 10px 30px; }
    aside .ad1 script {
      width: 80%; }
  aside .ad2 {
    width: 95%; }
    aside .ad2 iframe {
      width: 70%; } }
@media screen and (max-width: 980px) {
  header .menu a {
    margin-right: 50px; }

  .main {
    width: 100%; }

  aside {
    width: 100%;
    flex-direction: row; }
    aside .ad1 {
      width: 50%;
      padding: 40px; }
    aside .ad2 {
      width: 50%; }
      aside .ad2 iframe {
        width: 75%; } }
@media screen and (max-width: 800px) {
  header .menu {
    width: 70%; }

  .main {
    width: 100%; }

  aside {
    width: 100%;
    flex-direction: row; }
    aside .ad1 {
      width: 50%;
      padding: 90px 0 0 10px; }
    aside .ad2 {
      width: 50%; } }
@media screen and (max-width: 600px) {
  header {
    flex-direction: column;
    padding-bottom: 20px; }
    header .menu {
      width: 100%;
      background: rgba(255, 255, 255, 0.4);
      text-align: center;
      padding: 20px; }
      header .menu a {
        margin: 0, 5px; }
    header .logo {
      margin-bottom: 20px; }

  aside .ad1 {
    display: none; }
  aside .ad2 {
    width: 100%; }

  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) {
  header .logo {
    width: 35%; }

  aside {
    width: 100%; }
    aside .ad1 {
      display: none; } }

/*# sourceMappingURL=style.css.map */
