@font-face {
  font-family: "CircularStd-Book";
  src: url("../../fonts/CircularStd-Book.ttf");
}

@font-face {
  font-family: "CircularStd-Medium";
  src: url("../../fonts/CircularStd-Medium.ttf");
}

@font-face {
  font-family: "Roboto-Light";
  src: url("../../fonts/Roboto-Light.ttf");
}

* {
  padding: 0;
  margin: 0;
  font-family: 'CircularStd-Book', sans-serif;
}

a {
  text-decoration: none;
  color: #2C2C2C;
}

iframe {
  width: 100%;
}

#twitter-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 12em;
}

.contenedor {
  width: 80%;
  margin: auto;
}

.section {
  margin: 1em auto 6em auto;
  text-align: center;
}

.button {
  border-radius: 40px;
  padding: 7px 20px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background .4s;
  transition: background .4s;
  color: #145a7e;
  width: 20%;
  margin: auto;
  text-align: center;
}

.button:hover {
  background: rgba(92, 106, 196, 0.1);
}

.outline-button {
  border: 1px #22D1EE solid;
}

.right {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}

.left {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.pointer {
  cursor: pointer;
}

.section_title {
  font-family: 'CircularStd-Medium', sans-serif;
  font-size: 3em;
  color: #2C2C2C;
}

.description {
  font-size: 1.15em;
  color: #707070;
  margin: 5em auto;
  width: 70%;
  text-transform: uppercase;
}

.big_description {
  font-size: 2em;
  margin: 2em auto;
}

.big_description > .description {
  font-size: .6em;
  margin: 1em auto;
}

.social_tooltip {
  position: relative;
  display: inline-block;
}

.social_tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #707070;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 5px 0;
  opacity: .7;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 115%;
}

.social_tooltip:hover .tooltiptext {
  visibility: visible;
}

.float_left {
  position: fixed;
  top: 70%;
  left: 1%;
}

.float_left .tooltiptext {
  visibility: visible;
}

.float_left:nth-of-type(2) {
  margin-top: 6em;
}

.float_left:nth-of-type(3) {
  margin-top: 12em;
}

.float_right {
  position: fixed;
  top: 50%;
  right: 1%;
}

.float_right .tooltiptext {
  visibility: visible;
  right: 0;
}

#about_text {
  text-align: justify;
}

#applause_button {
  position: fixed;
  bottom: 8%;
  right: 1%;
  width: 58px;
  height: 58px;
}

.fixed_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixed_bar #logo {
  cursor: pointer;
}

.fixed_bar #nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixed_bar #nav .nav_item {
  margin-left: 1.5em;
}

.fixed_bar #nav .nav_item img {
  display: none;
}

.fixed_bar #nav .nav_item a {
  text-decoration: none;
  color: #707070;
  margin-left: 1em;
}

.fixed_bar #nav .nav_item a:hover {
  font-size: 1.09em;
  -webkit-transition: font-size .2s;
  transition: font-size .2s;
}

.fixed_bar #nav .nav_item #blog_button {
  background: rgba(92, 106, 196, 0.15);
  border: none;
}

#welcome_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#welcome_section #main_title_container {
  margin: auto;
  width: 100%;
  padding: 2em;
  text-align: center;
}

#welcome_section #main_title_container h1 {
  font-size: 6em;
  border-bottom: 1px #707070 solid;
}

#welcome_section #main_title_container h2 {
  font-size: 2.5em;
}

#welcome_section #main_title_container #main_description {
  margin: 3em auto;
  color: #707070;
}

#welcome_section #main_title_container #main_description span {
  font-size: 20px;
}

#welcome_section #main_title_container #cta {
  width: 200px;
  margin: auto;
  background: #145a7e;
}

#welcome_section #main_title_container #cta a {
  color: #fff;
}

#welcome_section #main_title_container #cta:hover {
  background: #fff;
  border: 1px #145a7e solid;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#welcome_section #main_title_container #cta:hover a {
  color: #145a7e;
}

#welcome_section #main_photo {
  width: 100%;
}

#welcome_section #main_photo img {
  width: 100%;
}

.overflow-x #latest_posts, .overflow-x #latest_tests, .overflow-x #instagram_posts {
  position: relative;
  margin-bottom: 3em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

.post_card {
  position: relative;
  opacity: .85;
  overflow: hidden;
  border-radius: 7px;
  cursor: pointer;
}

.post_card img {
  width: 100%;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

.post_card .post_card_information {
  position: absolute;
  color: #fff;
  margin-top: -40%;
  margin-left: 1%;
  width: 90%;
}

.post_card .post_card_information .post_card_title {
  font-family: 'CircularStd-Medium', sans-serif;
  font-size: 1.2em;
}

.post_card .post_card_information .post_card_date {
  text-align: center;
  font-size: 1em;
  margin: 1.2em 0 0.2em 0;
}

.post_card .post_card_information .post_card_tags ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.post_card .post_card_information .post_card_tags ul li {
  padding: 0 .5em;
  margin: 0 .3em;
  background: #22D1EE;
  border-radius: 10px;
  color: #2C2C2C;
  margin: auto;
}

.posts_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}

#blog_container {
  margin: 2em 5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr;
      grid-template-columns: 1fr 5fr;
}

#blog_container h2 {
  margin-top: 2em;
  text-align: left;
  text-transform: capitalize;
}

#blog_container .blog_sidebar #blog_categories {
  position: fixed;
}

#blog_container .blog_sidebar #blog_categories #categories_ul {
  list-style: none;
  font-size: 1.2em;
  padding: 0;
}

#blog_container .blog_sidebar #blog_categories #categories_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: .5em auto;
  border-bottom: 1px solid #707070;
  cursor: pointer;
}

#blog_container .blog_sidebar #blog_categories #categories_ul li .category_count {
  background-color: #22D1EE;
  padding: .1em .4em;
  color: #fff;
  text-align: center;
}

#blog_container #posts_container #outstanding_posts {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

#search_container #search_img {
  width: 22px;
  height: 22px;
  margin: 14px 0 0 14px;
  position: absolute;
  cursor: pointer;
}

#search_container #search_input {
  background: #145a7e;
  width: 50px;
  height: 50px;
  padding: 20px;
  border-radius: 30px;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}

#search_container #search_input::-webkit-input-placeholder {
  color: #83b9ca;
}

#search_container #search_input:-ms-input-placeholder {
  color: #83b9ca;
}

#search_container #search_input::-ms-input-placeholder {
  color: #83b9ca;
}

#search_container #search_input::placeholder {
  color: #83b9ca;
}

#search_container #search_input:focus {
  outline: none;
}

#search_container #search_tip {
  display: block;
  color: #145a7e;
  font-size: .8em;
  text-transform: uppercase;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

#search_container:before {
  content: "";
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid #22D1EE;
  position: absolute;
  -webkit-animation: grow-search 1s 8;
          animation: grow-search 1s 8;
  opacity: 0;
}

#services_section {
  background: #f4f4fa;
  padding: 2em 10em;
}

#services_section #services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  gap: 4em;
}

#services_section #services .service {
  background: #fff;
  border-radius: 5px;
  padding: 1.5em;
  text-align: left;
}

#services_section #services .service .service_title {
  font-family: 'CircularStd-Medium', sans-serif;
  margin: 1em 0;
  font-size: 1.5em;
  border-bottom: 1px #707070 solid;
}

#services_section #services .service .service_description {
  color: #707070;
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  border-top: 1px #707070 solid;
}

#footer #social a {
  margin-left: 1em;
}

.post .post_header {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.post .post_header h1 {
  position: absolute;
  width: 100%;
  font-size: 3em;
  text-align: center;
  color: #fff;
  z-index: 1;
  top: 6em;
}

.post .post_header img {
  width: 100%;
  position: relative;
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}

.post .post_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5em;
}

.post .post_container .post_information {
  border-radius: 3px;
  border: 1px #e6e6e6 solid;
  max-height: 500px;
  padding: 2em 3em;
  margin: 1em auto;
}

.post .post_container .post_information .title {
  font-size: 1.3em;
  width: 200px;
  margin-top: 1em;
}

.post .post_container .post_information span {
  font-size: 1em;
  font-family: 'Roboto-Light', sans-serif;
}

.post .post_container .post_information .post_tags ul {
  list-style-type: none;
}

.post .post_container .post_information .post_tags ul li {
  padding: 0 .5em;
  margin: .5em .3em;
  background: #22D1EE;
  border-radius: 5px;
  color: #fff;
}

.post .post_container .post_content {
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
  padding: 0 8em;
  margin-left: 2em;
  font-family: 'Roboto-Light', sans-serif;
}

.post .post_container .post_content img {
  width: 100%;
}

.post .related_posts_section {
  background: #f4f4fa;
  margin: auto;
  padding: 1em 5em;
}

.post .related_posts_section .title {
  text-align: center;
  margin: 1em auto;
  font-size: 2em;
}

.post .related_posts_section .related_posts {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 4em;
}

.post .related_posts_section .related_posts .related_post img {
  width: 70%;
  border-radius: 7px;
}

@-webkit-keyframes grow-search {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes grow-search {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 100vw;
    padding: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .button {
    font-size: 15px;
  }
  .button:hover {
    background: initial;
  }
  #welcome_section #main_title_container {
    padding: 1em;
  }
  #welcome_section #main_title_container h1 {
    font-size: 3em;
  }
  #welcome_section #main_title_container h2 {
    font-size: 2em;
  }
  #welcome_section #main_title_container #main_description {
    margin: 1.5em auto;
  }
  #welcome_section #main_title_container #main_description span {
    font-size: 16px;
  }
  #welcome_section #main_title_container #cta {
    width: 40%;
  }
  #welcome_section #main_photo {
    width: 110%;
  }
  .post_card .post_card_information {
    margin-top: -16%;
  }
  .post_card .post_card_information .post_card_title {
    font-size: 1em;
  }
  .post_card .post_card_information .post_card_tags ul li {
    font-size: .8em;
  }
  .post .post_container .post_content {
    margin: 4em auto;
    padding: 0 5em;
  }
  .overflow-x #latest_posts, .overflow-x #latest_tests, .overflow-x #instagram_posts {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #twitter-timeline {
    margin: 0;
  }
  #services_section #services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    gap: 4em;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0;
  }
  .contenedor {
    width: 90%;
  }
  .section {
    margin: 1em auto 5em auto;
  }
  #twitter-timeline {
    margin: 0;
  }
  .float_right, .float_left {
    display: none;
  }
  #applause_button {
    bottom: 10%;
  }
  .section_title {
    font-size: 1.5em;
  }
  .description {
    font-size: 1.1em;
    margin: 3em auto;
    width: 90%;
  }
  .button {
    border-radius: 10px;
    padding: 10px 20px;
    margin: 1em auto;
    font-size: 15px;
    width: 90%;
  }
  .fixed_bar {
    border-bottom: 1px #707070 solid;
  }
  .fixed_bar #logo {
    margin: auto;
  }
  .fixed_bar #nav {
    position: fixed;
    padding: 2em 1em;
    z-index: 2;
    bottom: 0em;
    width: 100%;
    left: 0;
    background: #fff;
    height: 35px;
    border-top: 0.001em #f4f4fa solid;
    -webkit-box-shadow: 0px 0 1.5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0 1.5px rgba(0, 0, 0, 0.5);
  }
  .fixed_bar #nav .nav_item {
    margin: 0;
  }
  .fixed_bar #nav .nav_item img {
    display: block;
    margin: auto;
  }
  .fixed_bar #nav .nav_item a {
    margin: auto;
    color: #2C2C2C;
    font-size: 14px;
  }
  .fixed_bar #nav .nav_item a:hover {
    font-size: 1;
  }
  .fixed_bar #nav .nav_item .button, .fixed_bar #nav .nav_item .outline-button {
    border-radius: initial;
    border: none;
    padding: 7px 20px;
    -webkit-transition: background .4s;
    transition: background .4s;
    margin: auto;
    text-align: center;
    width: initial;
  }
  .fixed_bar #nav .nav_item #blog_button {
    background: initial;
  }
  #welcome_section {
    margin-bottom: 2em;
  }
  #welcome_section #main_title_container {
    padding: 0;
    z-index: 1;
  }
  #welcome_section #main_title_container h1 {
    font-size: 4em;
    border-bottom: none;
  }
  #welcome_section #main_title_container h2 {
    font-size: 2em;
  }
  #welcome_section #main_title_container #main_description {
    color: #2C2C2C;
  }
  #welcome_section #main_title_container #cta {
    width: 90%;
  }
  #welcome_section #main_photo {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.35;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .overflow-x {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 105%;
  }
  .overflow-x #latest_posts, .overflow-x #instagram_posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140vh;
  }
  .overflow-x #latest_posts .review_posts, .overflow-x #instagram_posts .review_posts {
    max-width: 210px;
    min-width: 210px;
    max-height: 320px;
  }
  .overflow-x #latest_tests div {
    width: 60vw;
  }
  .post_card {
    width: 95%;
    margin: 0 .5em;
    position: relative;
  }
  .post_card img {
    width: 300%;
  }
  .post_card .post_card_information {
    margin-top: -60%;
    margin-left: 0;
    width: 100%;
  }
  .post_card .post_card_information .post_card_title {
    font-size: 1.2em;
    width: 100%;
  }
  .post_card .post_card_information .post_card_date, .post_card .post_card_information .post_card_tags {
    display: none;
  }
  #blog_container {
    margin: auto 1em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #blog_container .blog_sidebar #blog_categories {
    position: relative;
  }
  #blog_container #posts_container #outstanding_posts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 1.5em;
  }
  #blog_container #posts_container #outstanding_posts .post_card {
    height: 300px;
  }
  #blog_container #posts_container #outstanding_posts .post_card .post_card_information {
    margin-top: -150%;
  }
  #blog_container #posts_container #outstanding_posts .post_card .post_card_information .post_card_title {
    font-size: 1.3em;
  }
  .posts_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (minmax(100px, 1fr))[auto-fit];
        grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1em;
  }
  #services_section {
    padding: 1em;
    margin-bottom: 1em;
  }
  #services_section #services {
    display: block;
  }
  #services_section #services .service {
    margin: 1em;
  }
  #footer {
    display: block;
    margin-bottom: 3em;
  }
  #footer div {
    margin: 1em auto;
    text-align: center;
  }
  .post .post_header {
    height: 65vh;
  }
  .post .post_header h1 {
    font-size: 2em;
    top: 10em;
  }
  .post .post_header img {
    width: 210%;
  }
  .post .post_container {
    display: block;
    margin: 0;
  }
  .post .post_container .post_information {
    max-height: 500px;
    padding: 1em;
  }
  .post .post_container .post_information .title {
    width: 100%;
  }
  .post .post_container .post_content {
    margin: 4em auto;
    padding: 0;
  }
  .post .related_posts_section .related_posts {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=app.css.map */