/* *********** header *********** */
/* line 29, ../sass/_header.scss */
.navbar-default {
  background-color: transparent;
}

/* line 32, ../sass/_header.scss */
.header {
  border: none;
  min-height: 40px;
}
/* line 35, ../sass/_header.scss */
.header .header-el-espanol {
  height: 41px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
/* line 41, ../sass/_header.scss */
.header .header-el-espanol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 45, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol {
  list-style: none;
  display: inline-block;
}
/* line 48, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol {
  text-decoration: none;
  display: inline-block;
  color: #191A1E;
}
/* line 52, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol:before {
  content: "\e900";
  font-size: 26px;
  line-height: 40px;
}
/* line 57, ../sass/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol span {
  display: none;
}
/* line 62, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 0;
}
/* line 67, ../sass/_header.scss */
.header .header-el-espanol ul .btn-subscribe .link-subscribe {
  text-decoration: none;
  color: #B39500;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
/* line 79, ../sass/_header.scss */
.header .nav-segundo {
  text-align: center;
  position: relative;
  background-color: #fff;
  height: 60px;
  border-bottom: 5px solid #009f38;
}
/* line 86, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .colaboracion {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 96, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  float: left;
  display: inline-block;
  margin-left: 10px;
}
/* line 102, ../sass/_header.scss */
.header .nav-segundo .wraper-brand .logo-brand img {
  float: left;
  width: auto;
  height: 36px;
  margin-top: 12px;
}
/* line 111, ../sass/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 12px;
}
/* line 117, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  margin-right: 5px;
}
/* line 17, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 120, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 122, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 125, ../sass/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 20px;
  font-family: "IconosElEspanol";
  color: #388144;
}
/* line 133, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 17, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 135, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
/* line 137, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 140, ../sass/_header.scss */
.header .nav-segundo .social-header .facebook-header button:before {
  content: "\F00B";
  font-size: 20px;
  font-family: "IconosElEspanol";
  color: #388144;
}

@media only screen and (min-width: 768px) {
  /* line 155, ../sass/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 158, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 161, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe {
    display: block;
    border: 1px solid #B39500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 97px;
    height: 33px;
    background-color: #fff;
    line-height: 31px;
  }
  /* line 179, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
  }
  /* line 186, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
    float: none;
  }
  /* line 189, ../sass/_header.scss */
  .header .nav-segundo .wraper-brand .logo-brand img {
    width: auto;
    height: 46px;
    float: none;
    margin-top: 8px;
    text-decoration: center;
  }
  /* line 198, ../sass/_header.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 200, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 203, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 205, ../sass/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 210, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 213, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 215, ../sass/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 230, ../sass/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
@font-face {
  font-family: 'Kefa';
  src: url("../fonts/Kefa-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Kefa-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Kefa-Regular.woff2") format("woff2"), url("../fonts/Kefa-Regular.woff") format("woff"), url("../fonts/Kefa-Regular.ttf") format("truetype"), url("../fonts/Kefa-Regular.svg#dincondblack") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'KefaBold';
  src: url("../fonts/Kefa-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Kefa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Kefa-Bold.woff2") format("woff2"), url("../fonts/Kefa-Bold.woff") format("woff"), url("../fonts/Kefa-Bold.ttf") format("truetype"), url("../fonts/Kefa-Bold.svg#dincondblack") format("svg");
  /* Legacy iOS */
}
/* line 28, ../sass/style.scss */
::root {
  font-size: 100%;
}

/* line 32, ../sass/style.scss */
html {
  font-size: 16px;
}

/* line 43, ../sass/style.scss */
body {
  font-family: Arial;
}

/* line 47, ../sass/style.scss */
h1 {
  font-size: 38px;
  font-family: 'Kefa', Fallback, sans-serif;
  text-align: center;
  color: #9e100f;
  max-width: 810px;
  margin: 60px auto 0;
  display: block;
  letter-spacing: 0.67px;
  line-height: 37px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

/* line 61, ../sass/style.scss */
h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: 'DINCondensedBlack', Fallback, sans-serif;
  font-weight: 400;
  color: #9e100f;
  -webkit-font-smoothing: antialiased;
}

/* line 70, ../sass/style.scss */
p {
  font-size: 1rem;
  color: #615C51;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 77, ../sass/style.scss */
.p-intro {
  font-size: 1.125rem;
  color: #615C51;
  max-width: 810px;
  text-align: center;
  font-family: Arial;
  margin: 20px auto;
  margin-bottom: 10px;
  padding: 0 10px;
}

/* line 88, ../sass/style.scss */
.margin-top-l {
  margin-top: 30px;
}

/* line 92, ../sass/style.scss */
.margin-top-m {
  margin-top: 15px;
}

/* line 96, ../sass/style.scss */
.margin-bottom-m {
  margin-bottom: 15px;
}

/* line 100, ../sass/style.scss */
.margin-bottom-s {
  margin-bottom: 5px;
}

/* line 104, ../sass/style.scss */
.we-recommend {
  font-family: 'Kefa', Fallback, sans-serif;
  font-size: 26px;
  color: #9e100f;
  letter-spacing: 0.52px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

/* line 115, ../sass/style.scss */
.we-recommend-icon {
  text-align: center;
  width: 100%;
  color: #9e100f;
}

/* line 121, ../sass/style.scss */
.wrap {
  background-image: url("../img/wallpaper.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 125, ../sass/style.scss */
.wrap .container {
  padding: 0 10px;
}

/* line 130, ../sass/style.scss */
.main {
  margin-top: 100px;
}

/* line 134, ../sass/style.scss */
.main-news {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  position: relative;
}
/* line 145, ../sass/style.scss */
.main-news .news-section {
  background: #c0c804;
  z-index: 999;
  width: 132px;
  height: 20px;
  font-family: 'DINCondensedBlack', Fallback, sans-serif;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.22px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  padding-top: 2px;
}
/* line 162, ../sass/style.scss */
.main-news .news-txt {
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 164, ../sass/style.scss */
.main-news .news-txt .glyphicon-chevron-right {
  color: #c0c804;
  font-size: 14px;
}
/* line 169, ../sass/style.scss */
.main-news .news-txt h3 {
  font-size: 32px;
  line-height: 33px;
  margin-top: 10px;
  letter-spacing: .13px;
  color: #000;
  font-family: 'KefaBold', Fallback, sans-serif;
  margin-bottom: 15px;
  -webkit-font-smoothing: antialiased;
}
/* line 179, ../sass/style.scss */
.main-news .news-txt p {
  font-family: Arial;
  font-size: 14px;
  color: #4e4e4e;
  letter-spacing: 0.04px;
  line-height: 22px;
  text-align: left;
}
/* line 187, ../sass/style.scss */
.main-news .news-txt .span-date {
  font-family: "Roboto", sans-serif;
  color: #C8C3B8;
  font-size: 0.875rem;
  font-family: Helvetica-Bold;
  color: #808c9f;
  letter-spacing: 0;
  text-align: left;
}

/* line 199, ../sass/style.scss */
.img-main-news {
  padding: 0;
}
/* line 201, ../sass/style.scss */
.img-main-news img {
  width: 100%;
}

/* line 206, ../sass/style.scss */
.keep-reading {
  font-family: 'DINCondensedBlack', Fallback, sans-serif;
  font-size: 18px;
  color: #c0c804;
  letter-spacing: 0.06px;
  text-align: left;
}

/* line 214, ../sass/style.scss */
.wrap-news {
  position: relative;
  height: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
/* line 221, ../sass/style.scss */
.wrap-news h3 {
  padding: 30px 20px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
/* line 229, ../sass/style.scss */
.wrap-news .span-date {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 0.875rem;
  padding-left: 20px;
}

/* line 237, ../sass/style.scss */
.wrap--hidden {
  display: none;
}

/* line 241, ../sass/style.scss */
.news-1 {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/img-test.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/img-test.jpg);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/img-test.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000', GradientType=0);
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 249, ../sass/style.scss */
.news-1:hover {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img-test.jpg);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img-test.jpg);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img-test.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000', GradientType=0);
}

/* line 257, ../sass/style.scss */
.footer {
  background-color: #2f2f2f;
  color: #fff;
}
/* line 260, ../sass/style.scss */
.footer .txt-cliente-footer {
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
}
/* line 264, ../sass/style.scss */
.footer .txt-cliente-footer a {
  text-decoration: none;
  color: #fff;
}
/* line 271, ../sass/style.scss */
.footer .logo-espanol-gris .icon-el-espanol::before {
  color: #fff;
}
/* line 276, ../sass/style.scss */
.footer .creditos-footer {
  margin-bottom: 30px;
}
/* line 278, ../sass/style.scss */
.footer .creditos-footer .credito {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
}
/* line 282, ../sass/style.scss */
.footer .creditos-footer .credito span {
  margin-bottom: 0;
}

/* line 289, ../sass/style.scss */
.footer .social .twitter a:before,
.footer .social .facebook a:before,
.footer .social .youtube a:before,
.footer .social .instagram a:before,
.footer .social .spotify a:before {
  color: #fff;
}

/* line 297, ../sass/style.scss */
.scrollup {
  bottom: 15px;
  right: 15px;
}

/* line 303, ../sass/style.scss */
.padding-xs {
  padding: 0;
}

/* line 307, ../sass/style.scss */
.wrap__btn {
  display: block;
  float: right;
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
/* line 315, ../sass/style.scss */
.wrap__btn span {
  background: #2f7d3c;
  border-radius: 3px;
  color: #fff;
  padding: 20px 40px;
  display: inline-block;
}

/* line 324, ../sass/style.scss */
.col-md-push-5 {
  padding: 0;
}

/* line 328, ../sass/style.scss */
.article__info {
  position: absolute;
  padding: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
/* line 334, ../sass/style.scss */
.article__info .glyphicon {
  position: absolute;
  z-index: 3;
  font-size: 60px;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 343, ../sass/style.scss */
.article__info.disable {
  z-index: 0;
  transition: all 0.75s ease-out;
}
/* line 347, ../sass/style.scss */
.article__info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  ter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */
}
/* line 364, ../sass/style.scss */
.article__info img {
  width: 100%;
  max-width: auto;
  height: auto;
  padding: 0;
}

/* line 375, ../sass/style.scss */
.wrap__news {
  font-size: 0;
  padding: 50px 0 25px;
}
/* line 378, ../sass/style.scss */
.wrap__news img {
  width: 100%;
  max-width: auto;
  height: auto;
  padding: 0;
}
/* line 384, ../sass/style.scss */
.wrap__news .article__kicker {
  position: absolute;
  top: 0;
  left: 0;
  background: #c0c804;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.22px;
  text-align: left;
  padding: 5px 8px;
}
/* line 397, ../sass/style.scss */
.wrap__news .article__more {
  display: none;
  font-size: 12px;
  color: #c0c804;
  letter-spacing: 0.06px;
  margin-top: 5px;
}
/* line 403, ../sass/style.scss */
.wrap__news .article__more .glyphicon {
  font-size: 11px;
}
/* line 407, ../sass/style.scss */
.wrap__news .news__article {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
/* line 412, ../sass/style.scss */
.wrap__news .news__article a {
  display: block;
}
/* line 416, ../sass/style.scss */
.wrap__news .news__article:hover .article__kicker {
  display: none;
}
/* line 419, ../sass/style.scss */
.wrap__news .news__article:hover .article__more {
  display: inline-block;
  float: right;
}
/* line 424, ../sass/style.scss */
.wrap__news .news__article:hover a::before {
  background: #009f38;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  opacity: .6;
}
/* line 436, ../sass/style.scss */
.wrap__news .article__title {
  font-family: 'Kefa', Fallback, sans-serif;
  font-size: 23px;
  color: #ffffff;
  letter-spacing: 0.11px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  bottom: 0;
  position: absolute;
  z-index: 3;
  left: 20px;
}
/* line 450, ../sass/style.scss */
.wrap__news .article__time {
  font-family: Helvetica-Bold;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: left;
}
/* line 459, ../sass/style.scss */
.wrap__news--list .news__article {
  display: inline-block;
  width: 100%;
}
/* line 463, ../sass/style.scss */
.wrap__news--list .news__article--big {
  width: 100%;
}

/* line 471, ../sass/style.scss */
.wrap__news[data-childs="3"] .article__title {
  font-family: 'DINCondensedBlack', Fallback, sans-serif;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0.24px;
  line-height: 27px;
  text-align: left;
}

/* line 481, ../sass/style.scss */
.time__date {
  font-size: 12px;
  letter-spacing: 0;
}

/* line 486, ../sass/style.scss */
.wrap__logo {
  width: 200px;
  display: block;
  margin: 10px auto 0;
}

/* ----------  MEDIAQUERY ---------- */
@media only screen and (min-width: 768px) {
  /* line 500, ../sass/style.scss */
  .padding-xs {
    padding: 0 15px;
  }

  /* line 503, ../sass/style.scss */
  .we-recommend {
    font-size: 36px;
    margin-bottom: 10px;
  }

  /* line 507, ../sass/style.scss */
  h1 {
    font-size: 44px;
    letter-spacing: 0.78px;
    line-height: 46px;
  }

  /* line 513, ../sass/style.scss */
  h2 {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  /* line 518, ../sass/style.scss */
  p {
    font-size: 1rem;
  }

  /* line 521, ../sass/style.scss */
  .p-intro {
    margin-bottom: 40px;
    padding: 0;
  }

  /* line 525, ../sass/style.scss */
  .margin-top-l {
    margin-top: 60px;
  }

  /* line 528, ../sass/style.scss */
  .margin-top-m {
    margin-top: 30px;
  }

  /* line 531, ../sass/style.scss */
  .margin-bottom-m {
    margin-bottom: 30px;
  }

  /* line 534, ../sass/style.scss */
  .margin-bottom-s {
    margin-bottom: 15px;
  }

  /* line 537, ../sass/style.scss */
  .main-news {
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px 0 rgba(249, 249, 249, 0.5);
  }
  /* line 542, ../sass/style.scss */
  .main-news .news-txt {
    padding: 34px;
  }
  /* line 544, ../sass/style.scss */
  .main-news .news-txt h3 {
    font-size: 36px;
    margin-top: 30px;
    line-height: 1.2;
  }
  /* line 549, ../sass/style.scss */
  .main-news .news-txt .span-date {
    font-size: 0.875rem;
  }

  /* line 555, ../sass/style.scss */
  .wrap-news h3 {
    font-size: 1.1rem;
  }

  /* line 560, ../sass/style.scss */
  .footer span {
    display: inline-block;
  }
  /* line 563, ../sass/style.scss */
  .footer .creditos-footer,
  .footer .text-uppercase {
    font-size: 14px;
  }

  /* line 570, ../sass/style.scss */
  .wrap__news .news-article {
    margin-bottom: 0;
    max-width: 550px;
  }
  /* line 574, ../sass/style.scss */
  .wrap__news .article__more {
    font-size: 14px;
    margin-top: 2px;
  }
  /* line 577, ../sass/style.scss */
  .wrap__news .article__more .glyphicon {
    font-size: 13px;
  }
  /* line 583, ../sass/style.scss */
  .wrap__news .news__article .article__info .glyphicon {
    font-size: 30px;
    top: 40%;
  }
  /* line 590, ../sass/style.scss */
  .wrap__news .news__article--big .article__info .glyphicon {
    font-size: 60px;
  }

  /* line 599, ../sass/style.scss */
  .wrap__news--list .news__article {
    width: calc(((100% - 30px) / 3) * 1);
    width: -ms-calc(((100% - 30px) / 3) * 1);
    width: -moz-calc(((100% - 30px) / 3) * 1);
    width: -webkit-calc(((100% - 30px) / 3) * 1);
    width: -o-calc(((100% - 30px) / 3) * 1);
    margin-left: 5px;
    margin-right: 5px;
  }
  /* line 608, ../sass/style.scss */
  .wrap__news--list .news__article--big {
    width: calc(((100% - 20px) / 2) * 1);
    width: -ms-calc(((100% - 20px) / 2) * 1);
    width: -moz-calc(((100% - 20px) / 2) * 1);
    width: -webkit-calc(((100% - 20px) / 2) * 1);
    width: -o-calc(((100% - 20px) / 2) * 1);
    margin-left: 5px;
    margin-right: 5px;
  }

  /* line 623, ../sass/style.scss */
  .time__date {
    font-size: 14px;
  }

  /* line 628, ../sass/style.scss */
  .wrap__news[data-childs="1"] .news__article {
    max-width: 550px;
    margin: 0 auto;
  }

  /* line 635, ../sass/style.scss */
  .wrap__news[data-childs="2"] .news__article {
    font-size: 0;
    width: calc((100% / 2) - 20px);
    width: -moz-calc((100% / 2) - 20px);
    width: -webkit-calc((100% / 2) - 20px);
    width: -o-calc((100% / 2) - 20px);
    max-width: 550px;
    position: relative;
    display: inline-block;
  }
  /* line 644, ../sass/style.scss */
  .wrap__news[data-childs="2"] .news__article:first-child {
    margin-right: 35px;
  }

  /* line 652, ../sass/style.scss */
  .wrap__news[data-childs="3"] .news__article,
  .wrap__news[data-childs="5"] .news__article {
    font-size: 0;
    width: calc((100% / 2) - 10px);
    width: -moz-calc((100% / 2) - 10px);
    width: -webkit-calc((100% / 2) - 10px);
    width: -o-calc((100% / 2) - 10px);
    max-width: 550px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
  }
  /* line 662, ../sass/style.scss */
  .wrap__news[data-childs="3"] .news__article:nth-child(2), .wrap__news[data-childs="3"] .news__article:nth-child(4),
  .wrap__news[data-childs="5"] .news__article:nth-child(2),
  .wrap__news[data-childs="5"] .news__article:nth-child(4) {
    margin-right: 0;
  }
  /* line 668, ../sass/style.scss */
  .wrap__news[data-childs="3"] .article__img,
  .wrap__news[data-childs="5"] .article__img {
    margin-bottom: 10px;
  }
  /* line 671, ../sass/style.scss */
  .wrap__news[data-childs="3"] .article__title,
  .wrap__news[data-childs="5"] .article__title {
    font-size: 26px;
  }
  /* line 674, ../sass/style.scss */
  .wrap__news[data-childs="3"] .time__date,
  .wrap__news[data-childs="5"] .time__date {
    font-size: 14px;
  }

  /* line 680, ../sass/style.scss */
  .wrap__news[data-childs="4"] .news__article {
    font-size: 0;
    width: calc((100% / 2) - 13px);
    width: -moz-calc((100% / 2) - 13px);
    width: -webkit-calc((100% / 2) - 13px);
    width: -o-calc((100% / 2) - 13px);
    max-width: 550px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  /* line 690, ../sass/style.scss */
  .wrap__news[data-childs="4"] .news__article:last-child {
    margin-right: 0;
  }
  /* line 695, ../sass/style.scss */
  .wrap__news[data-childs="4"] .article__img {
    margin-bottom: 10px;
  }
  /* line 698, ../sass/style.scss */
  .wrap__news[data-childs="4"] .article__title {
    font-size: 26px;
  }
  /* line 701, ../sass/style.scss */
  .wrap__news[data-childs="4"] .time__date {
    font-size: 14px;
  }

  /* line 706, ../sass/style.scss */
  .wrap__btn {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 713, ../sass/style.scss */
  .main-news .news-txt {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 720, ../sass/style.scss */
  h2 {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  /* line 724, ../sass/style.scss */
  h2:after {
    content: "";
    width: 75%;
  }
  /* line 728, ../sass/style.scss */
  h2:before {
    content: "";
    width: 75%;
  }

  /* line 735, ../sass/style.scss */
  .main-news .news-txt {
    padding: 52px 57px;
  }
  /* line 737, ../sass/style.scss */
  .main-news .news-txt h3 {
    font-size: 36px;
    margin-top: 20px;
  }
  /* line 741, ../sass/style.scss */
  .main-news .news-txt .span-date {
    font-size: 0.875rem;
  }

  /* line 747, ../sass/style.scss */
  .wrap-news h3 {
    font-size: 1.25rem;
  }

  /* line 751, ../sass/style.scss */
  .scrollup {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 758, ../sass/style.scss */
  .container {
    width: 1020px;
  }

  /* line 761, ../sass/style.scss */
  .wrap__news {
    padding: 50px 0 25px;
  }
  /* line 763, ../sass/style.scss */
  .wrap__news .article__title {
    font-size: 23px;
    letter-spacing: 0.15px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  /* line 770, ../sass/style.scss */
  .wrap__news .news__article--big .article__title {
    font-size: 36px;
    line-height: 33px;
    margin-bottom: 20px;
    line-height: 1;
  }
  /* line 778, ../sass/style.scss */
  .wrap__news .article__time {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: left;
  }
  /* line 784, ../sass/style.scss */
  .wrap__news .news-article {
    margin-bottom: 0;
    max-width: 550px;
  }
  /* line 790, ../sass/style.scss */
  .wrap__news .news__article .article__info .glyphicon {
    font-size: 60px;
    top: 50%;
  }

  /* line 800, ../sass/style.scss */
  .wrap__news[data-childs="3"] .article__img,
  .wrap__news[data-childs="5"] .article__img {
    margin-bottom: 0;
  }
  /* line 803, ../sass/style.scss */
  .wrap__news[data-childs="3"] .article__info,
  .wrap__news[data-childs="5"] .article__info {
    bottom: 30px;
    padding: 0 30px;
    position: absolute;
  }

  /* line 811, ../sass/style.scss */
  .wrap__news[data-childs="4"] .article__img {
    margin-bottom: 0;
  }
  /* line 814, ../sass/style.scss */
  .wrap__news[data-childs="4"] .article__title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  /* line 819, ../sass/style.scss */
  .wrap__news[data-childs="4"] .article__info {
    bottom: 20px;
    padding: 0 10px;
    position: absolute;
  }

  /* line 827, ../sass/style.scss */
  .wrap__news[data-childs="1"] .news__article {
    max-width: 550px;
    margin: 0 auto;
  }

  /* line 834, ../sass/style.scss */
  .wrap__news[data-childs="2"] .news__article {
    font-size: 0;
    width: calc((100% / 2) - 20px);
    width: -moz-calc((100% / 2) - 20px);
    width: -webkit-calc((100% / 2) - 20px);
    width: -o-calc((100% / 2) - 20px);
    max-width: 550px;
    position: relative;
    display: inline-block;
  }
  /* line 844, ../sass/style.scss */
  .wrap__news[data-childs="2"] .news__article:first-child {
    margin-right: 35px;
  }

  /* line 852, ../sass/style.scss */
  .wrap__news[data-childs="3"] .news__article,
  .wrap__news[data-childs="5"] .news__article {
    font-size: 0;
    width: calc((100% / 3) - 13px);
    width: calc((100% / 3) - 13px);
    width: -moz-calc((100% / 3) - 13px);
    width: -webkit-calc((100% / 3) - 13px);
    width: -o-calc((100% / 3) - 13px);
    max-width: 550px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
  }
  /* line 863, ../sass/style.scss */
  .wrap__news[data-childs="3"] .news__article:nth-child(2), .wrap__news[data-childs="3"] .news__article:nth-child(4),
  .wrap__news[data-childs="5"] .news__article:nth-child(2),
  .wrap__news[data-childs="5"] .news__article:nth-child(4) {
    margin-right: 15px;
  }
  /* line 867, ../sass/style.scss */
  .wrap__news[data-childs="3"] .news__article:last-child, .wrap__news[data-childs="3"] .news__article:nth-child(3),
  .wrap__news[data-childs="5"] .news__article:last-child,
  .wrap__news[data-childs="5"] .news__article:nth-child(3) {
    margin-right: 0;
  }
  /* line 873, ../sass/style.scss */
  .wrap__news[data-childs="3"] .article__img,
  .wrap__news[data-childs="5"] .article__img {
    margin-bottom: 10px;
  }
  /* line 876, ../sass/style.scss */
  .wrap__news[data-childs="3"] .article__title,
  .wrap__news[data-childs="5"] .article__title {
    font-size: 26px;
  }
  /* line 879, ../sass/style.scss */
  .wrap__news[data-childs="3"] .time__date,
  .wrap__news[data-childs="5"] .time__date {
    font-size: 14px;
  }

  /* line 885, ../sass/style.scss */
  .wrap__news[data-childs="4"] .news__article {
    font-size: 0;
    width: calc((100% / 4) - 11px);
    width: -moz-calc((100% / 4) - 11px);
    width: -webkit-calc((100% / 4) - 11px);
    width: -o-calc((100% / 4) - 11px);
    max-width: 550px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  /* line 896, ../sass/style.scss */
  .wrap__news[data-childs="4"] .news__article:last-child {
    margin-right: 0;
  }
  /* line 901, ../sass/style.scss */
  .wrap__news[data-childs="4"] .article__img {
    margin-bottom: 10px;
  }
  /* line 904, ../sass/style.scss */
  .wrap__news[data-childs="4"] .article__title {
    font-size: 24px;
  }
  /* line 907, ../sass/style.scss */
  .wrap__news[data-childs="4"] .time__date {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 914, ../sass/style.scss */
  .container {
    width: 1170px;
  }

  /* line 918, ../sass/style.scss */
  .main-news .news-txt {
    padding: 50px;
  }
}
/* line 924, ../sass/style.scss */
.ytp-title-text {
  display: none !important;
}

/* line 928, ../sass/style.scss */
.article__thumb {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-size: 101%;
}

/* line 940, ../sass/style.scss */
.article__thumb--02 {
  background-image: url("https://img.youtube.com/vi/hkvBiogLWV0/hqdefault.jpg");
}

/* line 944, ../sass/style.scss */
.article__thumb--03 {
  background-image: url("https://img.youtube.com/vi/hkvBiogLWV0/hqdefault.jpg");
}

/* line 947, ../sass/style.scss */
.article__thumb--04 {
  background-image: url("https://img.youtube.com/vi/hkvBiogLWV0/hqdefault.jpg");
}

/* line 950, ../sass/style.scss */
.article__thumb--05 {
  background-image: url("https://img.youtube.com/vi/hkvBiogLWV0/hqdefault.jpg");
}

/* line 953, ../sass/style.scss */
.article__thumb--06 {
  background-image: url("https://img.youtube.com/vi/hkvBiogLWV0/hqdefault.jpg");
}
