/* line 2, ../sass/_base/_reset.scss */
::root {
  font-size: 100%;
}

/* line 6, ../sass/_base/_reset.scss */
html {
  font-size: 16px;
}

/* line 10, ../sass/_base/_reset.scss */
body {
  color: #444;
  margin: 0;
}
/* line 14, ../sass/_base/_reset.scss */
body .main {
  margin-top: 0;
}
/* line 18, ../sass/_base/_reset.scss */
body .corte-ingles-2018 {
  overflow-x: hidden;
}
/* line 21, ../sass/_base/_reset.scss */
body .corte-ingles-2018 p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: 'Gotham-regular',sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  /* line 21, ../sass/_base/_reset.scss */
  body .corte-ingles-2018 p {
    font-size: 18px;
  }
}
/* line 32, ../sass/_base/_reset.scss */
body .corte-ingles-2018 h1, body .corte-ingles-2018 h2, body .corte-ingles-2018 h3, body .corte-ingles-2018 h4 {
  margin: 0 0 20px;
  font-family: 'Gotham-bold', sans-serif;
}
/* line 37, ../sass/_base/_reset.scss */
body .corte-ingles-2018 ul {
  margin: 0;
  list-style: none;
}
/* line 42, ../sass/_base/_reset.scss */
body .corte-ingles-2018 a {
  text-decoration: none;
  display: inline-block;
}
/* line 48, ../sass/_base/_reset.scss */
body button {
  border: none;
}

/* line 54, ../sass/_base/_reset.scss */
.social a {
  text-decoration: none;
}

/* line 60, ../sass/_base/_reset.scss */
.footer span {
  display: inline-block;
}

/* line 66, ../sass/_base/_reset.scss */
.main-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1300px) {
  /* line 66, ../sass/_base/_reset.scss */
  .main-container {
    padding: 0 10px;
  }
}

@font-face {
  font-family: 'Gotham-regular';
  src: url("../fonts/GothamRegular.otf");
  /* IE9 Compat Modes */
  src: url("../fonts/GothamRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRegular.woff2") format("woff2"), url("../fonts/GothamRegular.woff") format("woff"), url("../fonts/GothamRegular.ttf") format("truetype"), url("../fonts/GothamRegular.svg#dincondblack") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Gotham-bold';
  src: url("../fonts/Gotam-bold.otf");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotam-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotam-bold.woff2") format("woff2"), url("../fonts/Gotam-bold.woff") format("woff"), url("../fonts/Gotam-bold.ttf") format("truetype"), url("../fonts/Gotam-bold.svg#dincondblack") format("svg");
  /* Legacy iOS */
}
/* line 1, ../sass/_components/_button.scss */
.button {
  background-color: #2F7D3D;
  color: #fff;
  font-family: 'Gotham',sans-serif;
  padding: 16px 0;
  text-transform: uppercase;
  transition: all .6s ease-in-out;
  width: 100%;
  font-size: 16px;
}
@media only screen and (min-width: 800px) {
  /* line 1, ../sass/_components/_button.scss */
  .button {
    width: auto;
    padding: 16px 68px;
  }
}
/* line 16, ../sass/_components/_button.scss */
.button:hover {
  background-color: #242424;
}

/* line 3, ../sass/_components/_title.scss */
.corte-ingles-2018 .title {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.2em;
  font-weight: bold;
}
@media only screen and (min-width: 800px) {
  /* line 3, ../sass/_components/_title.scss */
  .corte-ingles-2018 .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1250px) {
  /* line 3, ../sass/_components/_title.scss */
  .corte-ingles-2018 .title {
    font-size: 40px;
  }
}
/* line 18, ../sass/_components/_title.scss */
.corte-ingles-2018 .title,
.corte-ingles-2018 .subtitle {
  text-transform: uppercase;
}
/* line 25, ../sass/_components/_title.scss */
.corte-ingles-2018 .subtitle {
  font-size: 22px;
  color: #9E0F0F;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  /* line 25, ../sass/_components/_title.scss */
  .corte-ingles-2018 .subtitle {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1250px) {
  /* line 25, ../sass/_components/_title.scss */
  .corte-ingles-2018 .subtitle {
    font-size: 32px;
  }
}

/* line 1, ../sass/_components/_list-item.scss */
.list__item {
  margin-bottom: 10px;
  cursor: pointer;
}
/* line 5, ../sass/_components/_list-item.scss */
.list__item:last-child {
  margin-bottom: 0;
}
/* line 9, ../sass/_components/_list-item.scss */
.list__item a {
  display: inline-block;
  cursor: pointer;
}
/* line 13, ../sass/_components/_list-item.scss */
.list__item a p {
  bottom: 10px;
  color: white;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}
/* line 22, ../sass/_components/_list-item.scss */
.list__item a figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 22, ../sass/_components/_list-item.scss */
  .list__item a figure {
    height: 260px;
  }
}
@media only screen and (min-width: 2220px) {
  /* line 22, ../sass/_components/_list-item.scss */
  .list__item a figure {
    height: 360px;
  }
}
/* line 37, ../sass/_components/_list-item.scss */
.list__item a figure:before {
  content: "";
  background: black;
  height: 99%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  /* line 37, ../sass/_components/_list-item.scss */
  .list__item a figure:before {
    height: 100%;
  }
}
/* line 55, ../sass/_components/_list-item.scss */
.list__item a:hover .list__image {
  transform: rotate(2deg) scale(1.1);
}

/* line 62, ../sass/_components/_list-item.scss */
.list__image {
  display: inline-block;
  height: auto;
  position: relative;
  top: 0px;
  transition: all ease-in-out .6s;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 62, ../sass/_components/_list-item.scss */
  .list__image {
    height: 260px;
    width: auto;
  }
}
@media only screen and (min-width: 2220px) {
  /* line 62, ../sass/_components/_list-item.scss */
  .list__image {
    height: 360px;
  }
}

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

/* line 33, ../sass/_layout/_header.scss */
.header {
  border: none;
  min-height: 40px;
}
/* line 37, ../sass/_layout/_header.scss */
.header .header-el-espanol {
  height: 41px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
/* line 43, ../sass/_layout/_header.scss */
.header .header-el-espanol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 47, ../sass/_layout/_header.scss */
.header .header-el-espanol ul .icon-el-espanol {
  list-style: none;
  display: inline-block;
}
/* line 50, ../sass/_layout/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol {
  text-decoration: none;
  display: inline-block;
  color: #191A1E;
}
/* line 54, ../sass/_layout/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol:before {
  content: "\e900";
  font-size: 26px;
  line-height: 40px;
}
/* line 59, ../sass/_layout/_header.scss */
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol span {
  display: none;
}
/* line 64, ../sass/_layout/_header.scss */
.header .header-el-espanol ul .btn-subscribe {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 0;
}
/* line 70, ../sass/_layout/_header.scss */
.header .header-el-espanol ul .btn-subscribe .link-subscribe-btn {
  text-decoration: none;
  color: #B39500;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  height: 30px;
}
/* line 84, ../sass/_layout/_header.scss */
.header .nav-segundo {
  text-align: center;
  position: relative;
  background-color: #fff;
  height: 60px;
  border-bottom: 5px solid #009f38;
}
/* line 92, ../sass/_layout/_header.scss */
.header .nav-segundo .wraper-brand .logo-ci {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
/* line 97, ../sass/_layout/_header.scss */
.header .nav-segundo .wraper-brand .logo-ci img {
  margin-top: 10px;
  width: 150px;
}
/* line 104, ../sass/_layout/_header.scss */
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 22px;
}
/* line 110, ../sass/_layout/_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/_layout/_header.scss */
.header .nav-segundo .social-header .twitter-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 113, ../sass/_layout/_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 116, ../sass/_layout/_header.scss */
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
/* line 120, ../sass/_layout/_header.scss */
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}
/* line 128, ../sass/_layout/_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/_layout/_header.scss */
.header .nav-segundo .social-header .facebook-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 130, ../sass/_layout/_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 132, ../sass/_layout/_header.scss */
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
/* line 135, ../sass/_layout/_header.scss */
.header .nav-segundo .social-header .facebook-header button:before {
  content: "\F00B";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 150, ../sass/_layout/_header.scss */
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  /* line 153, ../sass/_layout/_header.scss */
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  /* line 157, ../sass/_layout/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe-btn {
    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: 30px;
    background-color: #fff;
    line-height: 30px;
  }
  /* line 175, ../sass/_layout/_header.scss */
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
    display: none;
  }
  /* line 183, ../sass/_layout/_header.scss */
  .header .nav-segundo .wraper-brand .logo-ci {
    display: inline-block;
  }
  /* line 186, ../sass/_layout/_header.scss */
  .header .nav-segundo .wraper-brand .logo-ci img {
    width: auto;
    height: 46px;
    margin-top: 8px;
    text-decoration: center;
  }
  /* line 194, ../sass/_layout/_header.scss */
  .header .nav-segundo .social-header {
    top: 12px;
  }
  /* line 196, ../sass/_layout/_header.scss */
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  /* line 199, ../sass/_layout/_header.scss */
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  /* line 201, ../sass/_layout/_header.scss */
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  /* line 206, ../sass/_layout/_header.scss */
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  /* line 209, ../sass/_layout/_header.scss */
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  /* line 211, ../sass/_layout/_header.scss */
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 226, ../sass/_layout/_header.scss */
  .header .header-el-espanol ul .btn-subscribe .link-subscribe-btn:hover {
    background-color: #B39500;
    color: #fff;
  }
}
/* line 238, ../sass/_layout/_header.scss */
.link-subscribe-btn {
  height: 30px;
}

/* line 1, ../sass/_layout/_footer.scss */
.footer {
  background-color: #2f2f2f;
  color: #fff;
}
/* line 5, ../sass/_layout/_footer.scss */
.footer .txt-cliente-footer {
  margin-bottom: 30px;
  color: #fff;
  text-decoration: none;
}
/* line 10, ../sass/_layout/_footer.scss */
.footer .txt-cliente-footer a {
  text-decoration: none;
  color: #fff;
}
/* line 18, ../sass/_layout/_footer.scss */
.footer .logo-espanol-gris .icon-el-espanol::before {
  color: #fff;
}
/* line 24, ../sass/_layout/_footer.scss */
.footer .creditos-footer {
  margin-bottom: 30px;
}
/* line 27, ../sass/_layout/_footer.scss */
.footer .creditos-footer .credito {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
}
/* line 32, ../sass/_layout/_footer.scss */
.footer .creditos-footer .credito span {
  margin-bottom: 0;
}

/* line 39, ../sass/_layout/_footer.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 47, ../sass/_layout/_footer.scss */
.scrollup {
  bottom: 15px;
  right: 15px;
}

/* line 53, ../sass/_layout/_footer.scss */
.padding-xs {
  padding: 0;
}

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

/* line 1, ../sass/_layout/_head.scss */
.head {
  background-image: url("../img/back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #a80d0c;
  display: inline-block;
  height: 400px;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 800px) {
  /* line 1, ../sass/_layout/_head.scss */
  .head {
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/_layout/_head.scss */
  .head {
    height: calc(100vh - 107px);
  }
}
/* line 22, ../sass/_layout/_head.scss */
.head .title,
.head .head__subtitle,
.head p {
  color: white;
}
/* line 28, ../sass/_layout/_head.scss */
.head__description {
  background: rgba(47, 125, 61, 0.74);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  text-align: center;
  top: 30px;
  width: 92%;
}
@media only screen and (min-width: 1024px) {
  /* line 28, ../sass/_layout/_head.scss */
  .head__description {
    left: 40px;
    margin: 0;
    text-align: left;
    width: 50%;
    animation: show 1.5s ease-in;
    transform-origin: translateX(2800px);
  }
}
@media only screen and (min-width: 1250px) {
  /* line 28, ../sass/_layout/_head.scss */
  .head__description {
    padding: 40px;
    top: 10%;
    width: 48%;
  }
}
@media only screen and (min-width: 2220px) {
  /* line 28, ../sass/_layout/_head.scss */
  .head__description {
    padding: 80px;
    top: 15%;
    left: 7%;
  }
}
/* line 59, ../sass/_layout/_head.scss */
.head__description .head__subtitle {
  font-size: 24px;
  line-height: 1.4em;
  text-align: center;
  font-weight: 400;
  font-family: 'Gotham',sans-serif;
}
@media only screen and (min-width: 1024px) {
  /* line 59, ../sass/_layout/_head.scss */
  .head__description .head__subtitle {
    text-align: left;
  }
}
@keyframes show {
  0% {
    transform: translateX(2800px);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 1, ../sass/_layout/_gifts.scss */
.gifts {
  display: block;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../sass/_layout/_gifts.scss */
  .gifts {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 8, ../sass/_layout/_gifts.scss */
  .gifts__image, .gifts__list {
    flex-basis: 50%;
  }
}
/* line 14, ../sass/_layout/_gifts.scss */
.gifts__image {
  background-image: url("../img/gifts.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
  z-index: 0;
}
@media only screen and (min-width: 800px) {
  /* line 14, ../sass/_layout/_gifts.scss */
  .gifts__image {
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 14, ../sass/_layout/_gifts.scss */
  .gifts__image {
    height: 1037px;
  }
}
@media only screen and (min-width: 2220px) {
  /* line 14, ../sass/_layout/_gifts.scss */
  .gifts__image {
    height: 1338px;
  }
}
/* line 36, ../sass/_layout/_gifts.scss */
.gifts__list {
  background: #F7F7F7;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  /* line 36, ../sass/_layout/_gifts.scss */
  .gifts__list {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 36, ../sass/_layout/_gifts.scss */
  .gifts__list {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1250px) {
  /* line 36, ../sass/_layout/_gifts.scss */
  .gifts__list {
    padding: 40px 50px;
  }
}
/* line 54, ../sass/_layout/_gifts.scss */
.gifts__list .button {
  margin-top: 10px;
}

/* line 1, ../sass/_layout/_videos.scss */
.wrap__subtitle {
  background-color: #2F7D3D;
  box-sizing: border-box;
  color: white;
  padding: 60px 20px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  /* line 1, ../sass/_layout/_videos.scss */
  .wrap__subtitle {
    padding: 80px 20px 0;
  }
}
/* line 13, ../sass/_layout/_videos.scss */
.wrap__subtitle:after {
  content: '';
  border-color: #2F7D3D transparent transparent transparent;
  border-style: solid;
  border-width: 120px 1100px 0 1100px;
  bottom: -80px;
  box-sizing: border-box;
  height: 0;
  left: 50%;
  margin-left: -1100px;
  position: absolute;
  width: 0;
  z-index: 0;
}
@media only screen and (min-width: 800px) {
  /* line 13, ../sass/_layout/_videos.scss */
  .wrap__subtitle:after {
    bottom: -119px;
  }
}
@media only screen and (min-width: 2220px) {
  /* line 13, ../sass/_layout/_videos.scss */
  .wrap__subtitle:after {
    border-width: 120px 1300px 0 1300px;
    margin-left: -1300px;
  }
}
/* line 37, ../sass/_layout/_videos.scss */
.wrap__subtitle .subtitle {
  color: white;
  line-height: 1.3em;
  margin: 0 auto 60px;
  width: 90%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  /* line 37, ../sass/_layout/_videos.scss */
  .wrap__subtitle .subtitle {
    width: 80%;
    margin: 0 auto 120px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 37, ../sass/_layout/_videos.scss */
  .wrap__subtitle .subtitle {
    width: 78%;
  }
}

/* line 56, ../sass/_layout/_videos.scss */
.videos {
  padding: 50px 0 20px;
}
@media only screen and (min-width: 800px) {
  /* line 56, ../sass/_layout/_videos.scss */
  .videos {
    padding: 80px 0 40px;
  }
}
/* line 63, ../sass/_layout/_videos.scss */
.videos__group {
  padding: 10px 0;
}
@media only screen and (min-width: 800px) {
  /* line 63, ../sass/_layout/_videos.scss */
  .videos__group {
    padding: 20px 0;
  }
}

/* line 72, ../sass/_layout/_videos.scss */
.wrap__video {
  display: block;
  font-size: 0;
  padding: 20px 0;
}
@media only screen and (min-width: 800px) {
  /* line 72, ../sass/_layout/_videos.scss */
  .wrap__video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 800px) {
  /* line 83, ../sass/_layout/_videos.scss */
  .wrap__video--big {
    display: block;
  }
}
/* line 89, ../sass/_layout/_videos.scss */
.wrap__video .video {
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  /* line 89, ../sass/_layout/_videos.scss */
  .wrap__video .video {
    flex-basis: 49%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 99, ../sass/_layout/_videos.scss */
  .wrap__video .video:nth-child(odd) {
    margin-right: 1%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 105, ../sass/_layout/_videos.scss */
  .wrap__video .video:nth-child(even) {
    margin-left: 1%;
    margin-bottom: 1;
  }
}
/* line 113, ../sass/_layout/_videos.scss */
.wrap__video .video__info {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
/* line 123, ../sass/_layout/_videos.scss */
.wrap__video .video__info::after {
  content: "";
  background: black;
  opacity: .6;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 134, ../sass/_layout/_videos.scss */
.wrap__video .video__info h4 {
  bottom: 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  padding: 20px 20px 0px;
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 1200px) {
  /* line 134, ../sass/_layout/_videos.scss */
  .wrap__video .video__info h4 {
    font-size: 20px;
    padding: 20px 20px 10px;
  }
}
/* line 150, ../sass/_layout/_videos.scss */
.wrap__video .video__info .icon {
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
/* line 159, ../sass/_layout/_videos.scss */
.wrap__video .video__info .icon-play {
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  height: 40px;
  width: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 159, ../sass/_layout/_videos.scss */
  .wrap__video .video__info .icon-play {
    background-size: 40px;
    height: 50px;
    width: 50px;
  }
}
/* line 174, ../sass/_layout/_videos.scss */
.wrap__video .video__info.disable {
  z-index: 0;
  transition: all 0.75s ease-out;
}
/* line 179, ../sass/_layout/_videos.scss */
.wrap__video .video__info img {
  width: 100%;
  max-width: auto;
  height: auto;
  padding: 0;
}
/* line 187, ../sass/_layout/_videos.scss */
.wrap__video .video__embed {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
/* line 194, ../sass/_layout/_videos.scss */
.wrap__video .video__embed .iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, ../sass/_layout/_aditional-links.scss */
.aditional-links {
  background: #F7F7F7;
  padding: 40px 0;
}
@media only screen and (min-width: 800px) {
  /* line 1, ../sass/_layout/_aditional-links.scss */
  .aditional-links {
    padding: 80px 0;
  }
}

/* line 10, ../sass/_layout/_aditional-links.scss */
.links__list {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  /* line 10, ../sass/_layout/_aditional-links.scss */
  .links__list {
    display: flex;
    justify-content: space-between;
  }
}
/* line 21, ../sass/_layout/_aditional-links.scss */
.links__list .list__item {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  /* line 21, ../sass/_layout/_aditional-links.scss */
  .links__list .list__item {
    flex-basis: 49%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 28, ../sass/_layout/_aditional-links.scss */
  .links__list .list__item:nth-child(odd) {
    margin-right: 1%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 34, ../sass/_layout/_aditional-links.scss */
  .links__list .list__item:nth-child(even) {
    margin-left: 1%;
    margin-bottom: 1;
  }
}
/* line 42, ../sass/_layout/_aditional-links.scss */
.links__list img {
  height: inherit;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  /* line 47, ../sass/_layout/_aditional-links.scss */
  .links__list figure {
    height: 310px;
  }
}

/* ----------  MEDIAQUERY ---------- */

/*# sourceMappingURL=style.css.map */
