body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: 1s;
  /* ////////////////////////////////////////////
  ////// Main Styles   /////////////////////////
  //////////////////////////////////////////////*/
  /* ///////////////////////////////////////////
  //////end main Styles/////////////////////////
  //////////////////////////////////////////////*/
  /*
  /////////////////////////////////////////
  /// Slider posts
  ///////////////////////////////////////// 
  */
}
body .header {
  background-color: #181A1C;
  z-index: 3;
  width: 100%;
  height: 10%;
  position: sticky;
  top: 0;
}
body .header span {
  margin-top: 1%;
  z-index: 4;
  margin-right: 1%;
  color: #fff;
}
body .header .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
  width: 100%;
}
body .header .nav .logoqa {
  position: absolute;
  margin-top: 10px;
  left: 80px;
}
body .header .nav .logoqa img {
  height: 50px;
}
body .header .nav ul {
  float: right;
  margin-right: 20px;
}
body .header .nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
body .header .nav ul li .buttonsnava {
  color: #fff;
  font-size: 18px;
  padding: 7px 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #181A1C;
  text-transform: uppercase;
  transition: 0.5s;
}
body .header .nav ul li .buttonsnava:hover {
  border-color: rgb(254, 206, 26);
}
body .header .nav ul li .buttonsnava:active {
  border-color: rgb(254, 206, 26);
  background-color: rgb(254, 206, 26);
  color: #181A1C;
}
body .header .nav ul li .Search {
  background-color: #181A1C;
  height: 20px;
  width: 75%;
  color: white;
  padding-left: 20px;
  margin: 0;
  border: none;
  border-bottom: solid 1px rgb(254, 206, 26);
}
body .header .nav ul li .Search:hover {
  border-bottom: solid 1px white;
}
body .header .nav ul li .search-results {
  width: 24%;
  position: absolute;
  margin-left: -10%;
  background-color: #181A1C;
  color: #fff;
  line-height: 25px;
  font-size: 13px;
  padding: 10px;
  z-index: 10;
}
body .header .nav ul li .search-results a {
  color: #fff;
  line-height: 25px;
  font-size: 13px;
  height: auto;
  transition: 0.5s;
}
body .header .nav ul li .search-results a .results {
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #181A1C;
  padding: 5px;
}
body .header .nav ul li .search-results a .results:hover {
  border-color: rgb(254, 206, 26);
}
body .header .nav ul li .search-results a .results:active {
  border-color: rgb(254, 206, 26);
  background-color: rgb(254, 206, 26);
  color: #181A1C;
}
body .header .nav .checkbtn {
  font-size: 30px;
  color: rgb(254, 206, 26);
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
body .header .nav #check-nav {
  display: none;
}
body .mainPresentation {
  display: flex;
  width: 100%;
  height: 500px;
  color: #000;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body .mainPresentation .mainPresentation-Background {
  margin-top: 100px;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
body .mainPresentation .mainPresentation-Background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
}
body .mainPresentation .PostInfo {
  z-index: 2;
  width: 90%;
  color: #181A1C;
  margin-top: 100px;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
body .mainPresentation .PostInfo .mainpost-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
}
body .mainPresentation .PostInfo .mainpost-info h2 {
  font-size: 250%;
  color: white;
  font-weight: bold;
}
body .mainPresentation .PostInfo .mainpost-info span {
  font-weight: bold;
  color: white;
  font-size: 150%;
}
body .mainPresentation .PostInfo .mainpost-info a {
  font-weight: bolder;
  text-decoration: none;
  font-size: 100%;
  padding: 2%;
  margin-top: 10px;
  color: #181A1C;
  border-radius: 50px;
  background-color: rgb(254, 206, 26);
}
body .mainPresentation .PostInfo .mainpost-info a:hover {
  color: #181A1C;
  background-color: white;
}
body .mainPresentation .PostInfo .mainpost-info a:active {
  color: white;
  background-color: #181A1C;
}
body .mainPresentation .PostInfo .mainpost-Text {
  width: 50%;
  margin: 0;
  padding-left: 20px;
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .mainPresentation .PostInfo .mainpost-Text h2 {
  line-height: 10px;
  font-weight: bold;
  color: white;
  font-size: 200%;
}
body .mainPresentation .PostInfo .mainpost-Text p {
  color: white;
  font-weight: bold;
  font-size: 120%;
}
body .Main-presentation-Text {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 100px;
  display: flex;
  color: #181A1C;
  flex-direction: column;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-color: #181A1C;
  text-align: center;
}
body .Main-presentation-Text h2 {
  font-size: 35px;
  padding-bottom: 50px;
  color: #181A1C;
}
body .Main-presentation-Text p {
  text-align: justify;
  font-size: 150%;
  line-height: 100%;
  width: 80%;
  color: #181A1C;
  justify-self: normal;
}
body .h2nuestrasp {
  background-color: #181A1C;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}
body .h2nuestrasp h2 {
  margin-top: 100px;
  color: rgb(254, 206, 26);
}
body .presentation {
  display: flex;
  width: 100%;
  height: 500px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body .presentation .presentation-background {
  z-index: 1;
  width: 100%;
  height: 700px;
  position: absolute;
}
body .presentation .presentation-background img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
}
body .presentation .presentation-content {
  margin: 0;
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: flex-start;
}
body .presentation .presentation-content ul {
  margin: 0;
  padding: 0;
  z-index: 2;
  list-style: none;
  display: flex;
}
body .presentation .presentation-content ul li {
  z-index: 2;
  list-style: none;
  display: flex;
}
body .presentation .presentation-content ul li a {
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
}
body .presentation .presentation-content ul li a:hover {
  color: rgb(254, 206, 26);
}
body .presentation .presentation-content h1 {
  margin-top: 0;
  z-index: 2;
  display: inline;
  text-align: left;
  font-size: 40px;
  color: white;
  line-height: 60px;
  font-weight: bold;
}
body .presentation .presentation-content a {
  z-index: 2;
  display: flex;
}
body .presentation .presentation-content a .author-presentation-img {
  z-index: 2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
body .presentation .presentation-content a .author-presentation-text {
  z-index: 2;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: 20px;
}
body .presentation .presentation-content a .author-presentation-text p {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
body .presentation .presentation-content a .author-presentation-text p:hover {
  color: rgb(254, 206, 26);
  text-decoration: none;
}
body .presentation .presentation-content a .author-presentation-text p:active {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
body .presentation .presentation-content a .author-presentation-text p:visited {
  color: white;
  text-decoration: none;
}
body .presentation .correction {
  margin-left: 160px;
}
body .container-content {
  width: 100%;
  display: flex;
  grid-template-columns: 5fr 2fr;
  margin-top: 150px;
  flex-direction: row;
  flex-wrap: nowrap;
}
body .container-content .sectaside {
  display: flex;
  flex-direction: row;
}
body .container-content .sectaside .section {
  z-index: 0;
  width: 90%;
  align-items: center;
  align-content: center;
  align-self: center;
  border-right-color: rgb(254, 206, 26);
  border-right-style: solid;
  border-right-width: 2px;
  padding-right: 50px;
}
body .container-content .sectaside .section p {
  font-size: 25px;
  text-align: justify;
  line-height: 40px;
  color: black;
}
body .container-content .sectaside .section h2 {
  font-size: 30px;
  margin-left: 15px;
  margin: 20px 0px;
}
body .container-content .sectaside .section ul {
  margin: 10px 0px;
  margin-left: 50px;
}
body .container-content .sectaside .section ul li {
  color: #000;
  font-size: 22px;
  text-align: justify;
  line-height: 30px;
}
body .container-content .sectaside .section .author-information {
  display: flex;
  width: 85%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(254, 206, 26);
  border-radius: 15px;
  padding: 20px;
  margin-left: 8%;
  margin-top: 30px;
}
body .container-content .sectaside .section .photo-descript {
  display: flex;
}
body .container-content .sectaside .section .photo-descript .social-media-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .container-content .sectaside .section .photo-descript .social-media-author img {
  width: 150px;
}
body .container-content .sectaside .section .photo-descript .social-media-author ul {
  margin-left: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body .container-content .sectaside .section .photo-descript .social-media-author ul li {
  width: 30px;
  margin: 2px;
  margin-top: 10px;
}
body .container-content .sectaside .section .photo-descript .social-media-author ul li a img {
  width: 30px;
  height: 30px;
}
body .container-content .sectaside .section .photo-descript h3 {
  font-size: 20px;
  line-height: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}
body .container-content .sectaside .section .photo-descript p {
  font-size: 15px;
  color: black;
  line-height: 20px;
  margin-left: 10px;
}
body .container-content .sectaside .section .postspan {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}
body .container-content .sectaside .aside {
  padding: 20px;
  margin-left: 50px;
  border: 10px;
  z-index: 0;
}
body .container-content .sectaside .aside .googleP {
  margin-bottom: 20px;
}
body .other-posts {
  background-color: #181A1C;
  margin-top: 90px;
  border-top-style: solid;
  border-top-color: rgb(254, 206, 26);
  border-top-width: 10px;
  display: flex;
  color: rgb(254, 206, 26);
  align-items: center;
  justify-content: center;
  height: 100px;
}
body .center-p-l {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -100px;
  height: 600px;
  margin-left: 40%;
}
body .center-p-l .post .post-body h2 {
  height: 100px;
}
body .nav-collapse {
  width: 100%;
  height: 400px;
  margin: 0;
  position: static;
  background-color: #000;
  position: fixed;
}
body .nav-collapse ul {
  display: flex;
  flex-direction: column;
}
body .controls {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
  margin-top: -10%;
  margin-left: 40%;
  position: absolute;
  cursor: default;
}
body .controls a {
  font-size: 200%;
  font-weight: bolder;
  border-radius: 50px;
  background-color: rgb(254, 206, 26);
  margin: 20px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none;
  color: #181A1C;
}
body .controls a:hover {
  background-color: #181A1C;
  color: rgb(254, 206, 26);
}
body .controls a:active {
  background-color: white;
  color: #181A1C;
}

@media screen and (max-width: 530px) {
  body .header .nav {
    height: 80px;
  }
  body .header .nav .logoqa {
    left: 20px;
  }
  body .header .nav .logoqa img {
    height: 30px;
  }
  body .header .nav .checkbtn {
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  body .header .nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    width: 70%;
    height: 22%;
    background-color: #181A1C;
    top: 80px;
    margin: 0;
    margin-right: -100%;
    transition: all 0.5s;
  }
  body .header .nav ul li {
    display: block;
    margin: 10px 20px;
    line-height: 20px;
  }
  body .header .nav ul li .buttonsnava {
    font-size: 15px;
  }
  body .header .nav ul li .Search {
    margin-left: 10px;
    width: 150px;
  }
  body .header .nav ul li .search-results {
    width: 285px;
    margin-left: -20px;
  }
  body .header .nav ul li .search-results a .results {
    border-color: #fff;
    margin: 5px;
  }
  body .header .nav #check-nav:checked ~ ul {
    margin-top: -5px;
    margin-right: 0;
  }
  body .mainPresentation .PostInfo {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body .mainPresentation .PostInfo .mainpost-info {
    display: flex;
    flex-direction: row;
  }
  body .mainPresentation .PostInfo .mainpost-info h2 {
    width: 90%;
    position: absolute;
    font-size: 30px;
    top: 60px;
  }
  body .mainPresentation .PostInfo .mainpost-info span {
    position: absolute;
    font-size: 15px;
    top: 200px;
    left: 20px;
  }
  body .mainPresentation .PostInfo .mainpost-info a {
    position: absolute;
    font-size: 10px;
    top: 400px;
  }
  body .mainPresentation .PostInfo .mainpost-Text {
    position: absolute;
    width: 100%;
    top: 250px;
    height: 114px;
  }
  body .mainPresentation .PostInfo .mainpost-Text h2 {
    font-size: 30px;
  }
  body .mainPresentation .PostInfo .mainpost-Text p {
    font-size: 20px;
  }
  body .controls {
    position: absolute;
    top: 600px;
    left: -50px;
  }
  body .Main-presentation-Text {
    margin-top: 10px;
  }
  body .Main-presentation-Text h2 {
    font-size: 30px;
  }
  body .Main-presentation-Text p {
    font-size: 18px;
  }
  body .h2nuestrasp {
    text-align: center;
  }
  body .h2nuestrasp h2 {
    margin: 20px;
  }
  body .presentation {
    display: flex;
    width: 100%;
    height: 500px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  body .presentation .presentation-background {
    z-index: 1;
    width: 100%;
    height: 700px;
    position: absolute;
  }
  body .presentation .presentation-background img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.6);
  }
  body .presentation .presentation-content {
    margin-top: 150px;
  }
  body .presentation .presentation-content ul li {
    font-weight: bold;
  }
  body .presentation .presentation-content ul li a {
    color: rgb(254, 206, 26);
  }
  body .presentation .presentation-content h1 {
    font-size: 28px;
    line-height: 30px;
  }
  body .presentation .correction {
    margin-left: 0px;
  }
  body .container-content .sectaside {
    flex-direction: column;
    width: 350px;
    margin-left: -30px;
  }
  body .container-content .sectaside .section {
    padding: 20px;
  }
  body .container-content .sectaside .section h2 {
    font-size: 25px;
    margin: 0;
  }
  body .container-content .sectaside .section p {
    margin: 5px 0px;
    font-size: 20px;
    line-height: 30px;
  }
  body .container-content .sectaside .section p a {
    display: inline-block;
    position: relative;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
  }
  body .container-content .sectaside .section ul li {
    font-size: 20px;
  }
  body .container-content .sectaside .section .author-information {
    width: 250px;
    margin: 0px;
    margin-top: 30px;
  }
  body .container-content .sectaside .section .author-information .photo-descript {
    flex-direction: column;
  }
  body .container-content .sectaside .section .author-information .photo-descript .social-media-author {
    flex-direction: row;
  }
  body .container-content .sectaside .section .author-information .photo-descript .social-media-author img {
    width: 50px;
    height: 50px;
    padding-right: 10px;
  }
  body .container-content .sectaside .section .author-information .photo-descript .social-media-author ul li a img {
    width: 30px;
    height: 30px;
  }
  body .container-content .sectaside .section .author-information .photo-descript h3 {
    font-size: 18px;
  }
  body .container-content .sectaside .section .author-information .photo-descript p {
    max-height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body .container-content .sectaside .aside {
    position: relative;
    margin-left: 50px;
  }
  body .container-content .sectaside .aside .googleP img {
    width: 200px;
    height: 200px;
  }
  body .other-posts h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 426px) {
  body .mainPresentation .PostInfo .mainpost-info h2 {
    width: 90%;
    position: absolute;
    font-size: 25px;
    top: 60px;
  }
  body .mainPresentation .PostInfo .mainpost-info span {
    position: absolute;
    font-size: 15px;
    top: 200px;
    left: 20px;
  }
  body .mainPresentation .PostInfo .mainpost-info a {
    position: absolute;
    font-size: 10px;
    top: 400px;
  }
  body .mainPresentation .PostInfo .mainpost-Text {
    position: absolute;
    width: 95%;
    top: 250px;
    height: 120px;
    margin-left: -20px;
  }
  body .mainPresentation .PostInfo .mainpost-Text h2 {
    font-size: 20px;
  }
  body .mainPresentation .PostInfo .mainpost-Text p {
    font-size: 16px;
  }
}/*# sourceMappingURL=prueba.css.map */