@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. News
  1.1 Comments
  1.2 Leave Comment
2. Sidebar

******************************/



/*********************************
1. News
*********************************/

.news {
  width: 100%;
  padding-top: 103px;
  padding-bottom: 118px;
}
.nosotros {
}
.nosotros:last-child {
  /*margin-bottom: 0px;*/
}
.nosotros_image {
  width: 70%;
}
.nosotros_image img {
  width: 100%;
  height: auto;
}
.nosotros_top {
  margin-top: 38px;
}
.nosotros_date {
  width: 68px;
  height: 68px;
  background: #ffb606;
}
.nosotros_date div:first-child {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.nosotros_date div:last-child {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  margin-top: 3px;
}
.nosotros_title_container {
  padding-left: 31px;
  margin-top: -7px;
}
.nosotros_title a {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
}
.nosotros_title a:hover,
.nosotros_author a:hover,
.nosotros_comments a:hover {
  color: #a5a5a5;
}
.nosotros_meta {
  color: #1a1a1a;
  margin-top: 5px;
  padding-left: 2px;
}
.nosotros_author a {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}
.nosotros_comments a {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1;
}
.nosotros_meta span:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  margin-left: 5px;
  margin-right: 5px;
}
.nosotros_text {
  margin-top: 27px;
}
.nosotros_quote {
  background: #f8f4f4;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 47px;
  padding-bottom: 40px;
  margin-top: 60px;
}
.nosotros_quote::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #ffb606;
  content: "";
}
.nosotros_quote_text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.08px;
  margin-bottom: 0px;
}
.nosotros_quote_text span {
  font-size: 28px;
  color: #00000077;
  margin-right: 2px;
}

/*********************************
1.1 Comments
*********************************/

.nosotros_comments {
  margin-top: 67px;
}
.comments_title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}
.comments_list {
  margin-top: 69px;
}
.comment {
  margin-bottom: 25px;
}
.comment:last-child {
  margin-bottom: 0px;
}
.comment_image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 13px;
}
.comment_image img {
  width: 100%;
  height: auto;
}
.comment_content {
  padding-left: 28px;
}
.comment_meta span {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
.comment_name a {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
.comment_name a:hover {
  color: #a5a5a5;
}
.comment_separator {
  margin-left: 7px;
  margin-right: 7px;
}
.comment_text {
  margin-top: 10px;
  padding-left: 2px;
}
.comment_reply_link a {
  font-size: 14px;
  font-weight: 500;
  color: #ffb606;
}
.comment_reply_link a:hover {
  color: #1a1a1a;
}

/*********************************
1.2 Leave Comment
*********************************/

.leave_comment {
  margin-top: 51px;
}
.leave_comment_title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}
.leave_comment_form_container {
  margin-top: 77px;
}
.input_field {
  width: 100%;
  background: #f8f4f4;
  border: solid 2px transparent;
  margin-bottom: 24px;
  height: 42px;
  padding-left: 33px;
}
.input_field:focus {
  outline: none !important;
  border-color: #ffb606;
}
.text_field {
  width: 100%;
  height: 189px;
  background: #f8f4f4;
  border: solid 2px transparent;
  padding-left: 33px;
  margin-bottom: 24px;
}
.text_field:focus {
  outline: none !important;
  border-color: #ffb606;
}
.comment_send_btn {
  width: 100%;
  height: 48px;
  background: #ffb606;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  border: none;
}
.comment_send_btn:focus {
  outline: solid 1px #ffb606;
  border: green !important;
}

/*********************************
2. Sidebar
*********************************/

.sidebar {
  width: 100%;
}
.sidebar_section {
  margin-top: 48px;
}
.sidebar_section:first-child {
  margin-top: 0px;
}
.sidebar_section_title {
  margin-top: 300px;
}
.sidebar_section_title h3 {
  color: #1a1a1a;
  line-height: 1;
  font-weight: 700;
}
.sidebar_list {
  margin-top: 28px;
}
.sidebar_list_item {
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: solid 2px #d2d2d2;
}
.sidebar_list_item a {
  font-size: 14px;
  font-weight: 500;
  color: #a5a5a5;
}
.sidebar_list_item a:hover {
  color: #ffb606;
}
.latest_posts {
  margin-top: 340px;
}
.latest_post {
  margin-bottom: 60px;
}
.latest_post:last-child {
  margin-bottom: 0px;
}
.latest_post_image {
  width: 100%;
}
.latest_post_image img {
  width: 100%;
  height: auto;
}
.latest_post_title {
  margin-top: 24px;
}
.latest_post_title a {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
}
.latest_post_title a:hover,
.latest_post_author a:hover,
.latest_post_comments a:hover {
  color: #a5a5a5;
}
.latest_post_meta {
  color: #1a1a1a;
  margin-top: 6px;
}
.latest_post_author a {
  font-size: 12px;
  font-weight: 500;
  color: #a5a5a5;
  line-height: 1;
}
.latest_post_comments a {
  font-size: 12px;
  font-weight: 500;
  color: #a5a5a5;
  line-height: 1;
}
.latest_post_meta span:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  margin-left: 5px;
  margin-right: 5px;
}
.tags {
  margin-top: 50px;
}
.tag {
  height: 40px;
  background: #ffb606;
  margin-right: 12px;
  margin-bottom: 10px;
}
.tag a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
