@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

.Temas {
  position: relative;
  z-index: 1;

  padding-top: 0;

  -webkit-font-variant-ligatures: none;

  -moz-font-variant-ligatures: none;

  font-variant-ligatures: none;
}

@media only screen and (max-width: 959px) {
  .Temas {
    padding-top: 110px;
  }
}

.Temas * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.TemasHeader {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;

  min-height: 600px;
  padding: 32px;

  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 959px) {
  .TemasHeader {
    height: 250px;
    min-height: 250px;
  }
}

.TemasHeader__Text {
  font-family: 'Lato';
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;

  max-width: 1047px;

  text-align: center;

  color: #fff;
}

@media only screen and (max-width: 959px) {
  .TemasHeader__Text {
    font-size: 18px;
    line-height: 1.4;
  }
}

.TemasHeader__Arrow {
  position: absolute;
  bottom: 0;
  left: 50%;

  width: 47px;
  padding-bottom: 40px;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 959px) {
  .TemasHeader__Arrow {
    padding-bottom: 20px;

    -webkit-transform: translateX(-50%) scale(.5);
    -moz-transform: translateX(-50%) scale(.5);
    -ms-transform: translateX(-50%) scale(.5);
    -o-transform: translateX(-50%) scale(.5);
    transform: translateX(-50%) scale(.5);
  }
}

.TemasContent {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.TemasContent__Title {
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  font-weight: bold;

  padding: 60px 16px 0;

  text-align: center;
  text-transform: uppercase;

  color: #23366c;
}

@media only screen and (max-width: 959px) {
  .TemasContent__Title {
    font-size: 20px;

    padding: 10px 16px 0;
  }
}

.TemasContent__Text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.63;

  padding: 0 16px;

  text-align: center;

  color: #4a4a4a;
}

@media only screen and (max-width: 959px) {
  .TemasContent__Text {
    font-size: 14px;

    padding: 0 16px 18px;
  }
}

.TemasBlock {
  position: relative;

  margin-top: 119px;
}

@media only screen and (max-width: 959px) {
  .TemasBlock {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .TemasBlock {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .TemasBlock {
    margin-top: 40px;
  }
}

.TemasBlock__Background {
  position: relative;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;

  width: 100%;
}

.TemasBlock__Background img {
  width: 100%;
  height: auto;
}

.TemasBlock__CardWrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 16px;
}

@media only screen and (max-width: 959px) {
  .TemasBlock__CardWrapper {
    position: relative;
    top: -40px;

    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .TemasBlock__CardWrapper {
    position: relative;

    padding: 0 16px;
  }
}

@media only screen and (max-width: 479px) {
  .TemasBlock__CardWrapper {
    position: relative;

    padding: 0 16px;
  }
}

.TemasBlock__Card {
  position: absolute;
  z-index: 2;

  width: 514px;
  max-width: 514px;
  padding: 60px 50px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 3px rgba(74, 77, 102, .11);
  -moz-box-shadow: 0 2px 5px 3px rgba(74, 77, 102, .11);
  box-shadow: 0 2px 5px 3px rgba(74, 77, 102, .11);
}

@media only screen and (max-width: 959px) {
  .TemasBlock__Card {
    position: static;

    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
  }
}

.TemasBlock__Card_Title {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;

  position: relative;

  margin: 0;
  padding-bottom: 22px;

  letter-spacing: 1px;

  color: #23366c;
}

@media only screen and (max-width: 959px) {
  .TemasBlock__Card_Title {
    font-size: 20px;

    text-align: center;
  }
}

.TemasBlock__Card_Title:after {
  position: relative;
  top: 10px;

  display: block;

  max-width: 313px;
  height: 2px;
  margin: 0 auto;

  content: '';

  border-bottom: solid 2px #ffc000;
}

.TemasBlock__Card_Text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.63;

  margin: 0;

  color: #4a4a4a;
}

@media only screen and (max-width: 959px) {
  .TemasBlock__Card_Text {
    font-size: 16px;
  }
}

.TemasBlock--1 {
  max-width: 1440px;
  margin: 119px auto 0;
}

@media only screen and (max-width: 959px) {
  .TemasBlock--1 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .TemasBlock--1 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 479px) {
  .TemasBlock--1 {
    margin-top: 0;
  }
}

.TemasBlock--2 {
  margin: 270px 0 0;
}

@media only screen and (max-width: 959px) {
  .TemasBlock--2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .TemasBlock--2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 479px) {
  .TemasBlock--2 {
    margin-top: 0;
  }
}

.TemasBlock--3 {
  max-width: 1440px;
  margin: 119px auto 0;
}

@media only screen and (max-width: 959px) {
  .TemasBlock--3 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .TemasBlock--3 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 479px) {
  .TemasBlock--3 {
    margin-top: 0;
  }
}

.TemasBlock--4 {
  margin: 119px 0 0;
  padding-bottom: 256px;

  background-image: none !important;
  background-repeat: repeat;
  background-position: bottom;
}

@media only screen and (max-width: 959px) {
  .TemasBlock--4 {
    margin-top: 0;
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .TemasBlock--4 {
    margin-top: 0;
    padding-bottom: 32px;
  }
}

@media only screen and (max-width: 479px) {
  .TemasBlock--4 {
    margin-top: 0;
    padding-bottom: 32px;
  }
}

.TemasBlock--1 .TemasBlock__Background {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.TemasBlock--2 .TemasBlock__Background div,
.TemasBlock--4 .TemasBlock__Background div {
  overflow: hidden;

  width: 100%;
  max-height: 534px;
}

.TemasBlock--2 .TemasBlock__Background img,
.TemasBlock--4 .TemasBlock__Background img {
  width: 100%;
  max-width: none;
}

@media only screen and (max-width: 959px) {

  .TemasBlock--1 .TemasBlock__Background div,
  .TemasBlock--3 .TemasBlock__Background div {
    width: 100%;
  }

  .TemasBlock--1 .TemasBlock__Background img,
  .TemasBlock--3 .TemasBlock__Background img {
    width: 100%;
    max-width: none;
  }
}

.TemasBlock--1 .TemasBlock__Card {
  top: 60px;
  left: 13.680555556%;
}

.TemasBlock--2 .TemasBlock__Card {
  top: -150px;
  right: 6.25%;
  left: auto;
}

.TemasBlock--3 .TemasBlock__Card {
  top: 60px;
  right: 13.680555556%;
  left: auto;
}

.TemasBlock--4 .TemasBlock__Card {
  top: auto;
  bottom: 80px;
  left: 50%;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 959px) {
  .TemasBlock--4 .TemasBlock__Card {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 767px) {
  .TemasBlock--4 .TemasBlock__Card {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 479px) {
  .TemasBlock--4 .TemasBlock__Card {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.TemasBlock--1 .TemasBlock__Card_Title,
.TemasBlock--1 .TemasBlock__Card_Text {
  text-align: left;
}

@media only screen and (max-width: 959px) {

  .TemasBlock--1 .TemasBlock__Card_Title,
  .TemasBlock--1 .TemasBlock__Card_Text {
    text-align: center;
  }
}

.TemasBlock--1 .TemasBlock__Card_Title:after {
  margin-left: 0;
}

@media only screen and (max-width: 959px) {
  .TemasBlock--1 .TemasBlock__Card_Title:after {
    margin-left: auto;
  }
}

.TemasBlock--2 .TemasBlock__Card_Title,
.TemasBlock--2 .TemasBlock__Card_Text {
  text-align: right;
}

@media only screen and (max-width: 959px) {

  .TemasBlock--2 .TemasBlock__Card_Title,
  .TemasBlock--2 .TemasBlock__Card_Text {
    text-align: center;
  }
}

.TemasBlock--2 .TemasBlock__Card_Title:after {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .TemasBlock--2 .TemasBlock__Card_Title:after {
    margin-right: auto;
  }
}

.TemasBlock--3 .TemasBlock__Card_Title,
.TemasBlock--3 .TemasBlock__Card_Text {
  text-align: left;
}

@media only screen and (max-width: 959px) {

  .TemasBlock--3 .TemasBlock__Card_Title,
  .TemasBlock--3 .TemasBlock__Card_Text {
    text-align: center;
  }
}

.TemasBlock--3 .TemasBlock__Card_Title:after {
  margin-left: 0;
}

@media only screen and (max-width: 959px) {
  .TemasBlock--3 .TemasBlock__Card_Title:after {
    margin-left: auto;
  }
}

.TemasBlock--4 .TemasBlock__Card_Title,
.TemasBlock--4 .TemasBlock__Card_Text {
  text-align: center;
}