@import url("https://fonts.googleapis.com/css?family=Architects+Daughter|Titillium+Web:400,700|Tomorrow:400,700,900&display=swap");
@font-face {
  font-family: 'halfbred';
  src: url("../fonts/HalfbreD.otf") format("otf"), url("../fonts/HalfbreD.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'scarlette';
  src: url("../fonts/Scarlette.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'timeburner';
  src: url("../fonts/timeburnernormal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'timeburnerbold';
  src: url("../fonts/timeburnerbold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Arual';
  src: url("../fonts/Arual.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  color: #fefefe;
  font-family: "timeburner", sans-serif;
  font-size: 17px;
  background-color: #7b7c7a; }

h1 {
  font-family: "timeburner", sans-serif;
  color: rgba(254, 254, 254, 0.7);
  font-size: 2em;
  text-align: center;
  margin: 15px 0; }

.titulo {
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
  text-align: center; }
  .titulo h2 {
    font-family: "Arual", sans-serif;
    font-weight: 400;
    color: rgba(254, 254, 254, 0.8);
    font-size: 1.5em;
    letter-spacing: 0.06em;
    line-height: 30px;
    margin: 5px 0 30px; }
    .titulo h2:after, .titulo h2:before {
      content: '';
      height: 1px;
      position: absolute;
      top: 45px;
      width: 30%; }
    .titulo h2:after {
      background: #7e7e7e;
      background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(white));
      background: linear-gradient(to right, #7e7e7e 0%, white 100%);
      right: 0; }
    .titulo h2:before {
      background: #7e7e7e;
      background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(white));
      background: linear-gradient(to left, #7e7e7e 0%, white 100%);
      left: 0; }

h3 {
  font-family: "Arual", sans-serif;
  font-weight: 400;
  color: rgba(254, 254, 254, 0.8);
  font-size: 1.1em; }

.resaltado {
  color: #ffffff;
  font-weight: 400; }

.row {
  width: 100%; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left; }

.col-1 {
  width: 8.33; }

.col-2 {
  width: 16.67%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.67%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.67%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.67%; }

.col-12 {
  width: 100%; }

@media screen and (max-width: 575.98px) {
  .titulo h2 {
    margin-top: 0px; }
    .titulo h2:after, .titulo h2:before {
      content: '';
      height: 0px;
      position: absolute;
      top: 0;
      width: 0; } }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contenedor {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #dddddd; }
  .contenedor .ent_slider_up {
    position: absolute;
    top: 0;
    left: 0;
    right: -33.33%;
    bottom: 50%; }
  .contenedor .ent_slider_dn {
    position: absolute;
    top: 50%;
    left: 0;
    right: -33.33%;
    bottom: 0;
    border-top: 5px solid #ffffff; }
  .contenedor .ent_slider_up .ent_slider_foto,
  .contenedor .ent_slider_dn .ent_slider_foto {
    width: 100vh;
    height: 50vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

.frame_central {
  position: fixed;
  width: 170px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  cursor: pointer; }

.frame_fb {
  top: 0;
  right: 33.33%;
  bottom: 50%; }
  .frame_fb .frame_logo_fb {
    position: absolute;
    bottom: 40px;
    left: 10px;
    width: 150px;
    height: 60px;
    margin: auto;
    background-image: url(../img/FelixBlanco-logo-333333.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .frame_fb .frame_bton_fb {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 150px;
    text-align: center;
    display: none;
    color: #ffffff; }
  .frame_fb:hover {
    background-color: rgba(160, 160, 160, 0.9); }
    .frame_fb:hover > .frame_logo_fb {
      background-image: url(../img/FelixBlanco-logo-blanco.png); }
    .frame_fb:hover > .frame_bton_fb {
      display: block; }

.frame_kk {
  top: 50%;
  left: 66.66%;
  bottom: 0; }
  .frame_kk .frame_logo_kk {
    position: absolute;
    top: 40px;
    left: 10px;
    width: 150px;
    height: 60px;
    margin: auto;
    background-image: url(../img/identidad_keka_color.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .frame_kk .frame_bton_kk {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    text-align: center;
    display: none;
    color: #ffffff; }
  .frame_kk:hover {
    background-color: rgba(160, 160, 160, 0.9); }
    .frame_kk:hover > .frame_logo_kk {
      background-image: url(../img/identidad_keka_negativo.png); }
    .frame_kk:hover > .frame_bton_kk {
      display: block; }

.imf-fb-001 {
  background-image: url(../img/slider_entrada/imf-fb-001.jpg); }

.imf-fb-002 {
  background-image: url(../img/slider_entrada/imf-fb-002.jpg); }

.imf-fb-003 {
  background-image: url(../img/slider_entrada/imf-fb-003.jpg); }

.imf-fb-004 {
  background-image: url(../img/slider_entrada/imf-fb-004.jpg); }

.imf-fb-005 {
  background-image: url(../img/slider_entrada/imf-fb-005.jpg); }

.imf-kk-001 {
  background-image: url(../img/slider_entrada/imf-kk-001.jpg); }

.imf-kk-002 {
  background-image: url(../img/slider_entrada/imf-kk-002.jpg); }

.imf-kk-003 {
  background-image: url(../img/slider_entrada/imf-kk-003.jpg); }

.imf-kk-004 {
  background-image: url(../img/slider_entrada/imf-kk-004.jpg); }

.imf-kk-005 {
  background-image: url(../img/slider_entrada/imf-kk-005.jpg); }

@media screen and (max-width: 575.98px) {
  .ent_slider_up {
    right: 0 !important; }
  .ent_slider_dn {
    right: 0 !important; }
  .frame_fb {
    right: 50%; }
  .frame_kk {
    left: 50%; } }
/*# sourceMappingURL=entrada.css.map */