html {
  width: 100%;
  height: 100%;
}
body {
  font-family: Montserrat, Open Sans, sans-serif;
  width: 100%;
  height: 100%;
}
a {
  cursor: pointer;
}
div#center {
  position: relative;
}
h1 {
  font-size: 50px;
  margin: 20px 20px;
}
@media only screen and (max-width: 1000px) {
  div#header {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
ul#menu_principal {
  margin: 80px 20px 0px;
  bottom: 0px;
}
@media only screen and (max-width: 600px) {
  ul#menu_principal {
    margin: 0px 0px;
    float: none !important;
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  ul#menu_principal {
    margin: 0px 0px;
    text-align: center;
  }
}
ul#menu_principal li {
  overflow: hidden;
  min-width: 120px;
  text-align: center;
  display: inline-block;
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  ul#menu_principal li {
    clear: both;
    float: none;
    margin-left: 30%;
    margin-right: 30%;
  }
}
ul#menu_principal li a {
  background: none;
  color: #000;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding: 0px;
  border-radius: 0px;
  margin: 2px;
  min-width: 115px;
}
ul#menu_principal li i {
  display: none;
}
ul#menu_principal li.active i,
ul#menu_principal li.no-touch:hover i {
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  border-radius: 20px;
}
ul#menu_principal li.active i.ctl,
ul#menu_principal li.no-touch:hover i.ctl {
  left: 0px;
  top: 0px;
}
ul#menu_principal li.active i.ctr,
ul#menu_principal li.no-touch:hover i.ctr {
  right: 0px;
  top: 0px;
}
ul#menu_principal li.active i.cbl,
ul#menu_principal li.no-touch:hover i.cbl {
  left: 0px;
  bottom: 5px;
}
ul#menu_principal li.active i.cbr,
ul#menu_principal li.no-touch:hover i.cbr {
  right: 0px;
  bottom: 5px;
}
ul#menu_principal li.active a,
ul#menu_principal li.no-touch:hover a {
  border: solid 1px #000000;
}
div#center.home div.work_min {
  background: #999;
  overflow: hidden;
  padding: 0px;
  position: relative;
}
div#center.home div.work_min div.caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  display: none;
}
div#center.home div.work_min div.caption div {
  display: table;
  height: 100%;
  width: 100%;
}
div#center.home div.work_min div.caption div div.caption_text {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
}
div#center.home div.work_min div.caption div div.caption_text h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
div#center.home div.work_min div.caption div div.caption_text p {
  font-size: 11px;
}
div#center.home div.work_min img {
  width: 100%;
  height: auto;
}
div.slide {
  float: left;
}
div.detail {
  position: absolute;
  left: 110%;
  background: #FFF;
  top: 0px;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  border-top: dotted 1px #ddd;
  border-bottom: dotted 1px #ddd;
  padding: 40px 0px;
  background: #000;
}
div.detail img.border {
  border: 1px dotted #666;
  width: 70%;
  height: auto;
}
div.detail h2 {
  font-size: 19px;
  color: #999;
  margin: 40px auto 10px;
}
div.detail p {
  font-size: 12px;
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
div#details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.detalle {
  background: #f8f8f8;
  padding: 0px;
}
div.detalle div.image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
div.detalle div.image img {
  width: 100%;
  height: auto;
  display: block;
  padding: 40px;
}
div.detalle div.image a.gallery-title {
  position: absolute;
  right: 60px;
  bottom: 60px;
  color: #000;
  text-decoration: underline;
}
div.resumen {
  background: #000;
  color: #fff;
  padding: 80px;
}
@media only screen and (max-width: 600px) {
  div.resumen {
    padding: 40px 10px;
  }
}
div.resumen div.extracto h1 {
  margin: 0px;
  padding: 0px;
  font-size: 25px;
  font-weight: normal;
}
div.resumen div.extracto a {
  color: #666666;
  font-size: 12px;
}
div.resumen div.texto {
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.resumen div.ficha {
  font-size: 11px;
}
div.resumen div.ficha dt {
  font-weight: normal;
  color: #666666;
  text-transform: uppercase;
  font-size: 10px;
}
div.resumen div.ficha dd {
  text-transform: uppercase;
  margin-bottom: 10px;
}
div.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none;
}
div.overlay div.screen {
  overflow: hidden;
  background: #7c868d;
}
div.overlay div.screen a.close {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 10px;
  padding: 2px 10px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  height: 14px;
}
div.overlay div.screen div.content iframe#external-content {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  border: none;
}
div.perfil {
  background: url(../images/bg-perfil.jpg) no-repeat top center #000000;
  color: #ffffff;
  padding-right: 0px;
  padding-left: 0px;
}
div.perfil div.block {
  background: #000000;
  width: 40%;
  max-width: 600px;
  margin-left: 50%;
  overflow: hidden;
  padding: 40px 40px 150px;
  font-family: 'Oranienbaum', serif;
}
div.perfil div.block a {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (max-width: 1100px) {
  div.perfil div.block {
    margin-left: 40%;
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  div.perfil div.block {
    margin-left: 30%;
    width: 70%;
  }
}
div.perfil div.block.one {
  margin-top: 300px;
  font-size: 40px;
  line-height: 140%;
}
@media only screen and (max-width: 1100px) {
  div.perfil div.block.one {
    font-size: 30px;
  }
}
@media only screen and (max-width: 600px) {
  div.perfil div.block.one {
    font-size: 20px;
  }
}
div.perfil div.block.one span {
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  div.perfil div.block.one span {
    font-size: 40px;
  }
}
div.perfil div.block.two {
  font-size: 25px;
}
@media only screen and (max-width: 1100px) {
  div.perfil div.block.two {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  div.perfil div.block.two {
    font-size: 14px;
  }
}
div.perfil div.block.two p {
  margin: 50px auto;
}
div.perfil div.premios {
  background: #a92154;
  text-align: center;
  color: #000000;
  font-size: 11px;
  padding-bottom: 20px;
  padding-top: 10px;
}
div.perfil div.premios h2 {
  font-size: 11px;
  padding-bottom: 30px;
}
div.perfil div.premios p {
  margin-top: 10px;
  margin-bottom: 10px;
}
div.perfil div.premios img {
  height: 90px;
  width: auto;
}
div.perfil div.certificaciones img {
  width: 100%;
  height: auto;
}
h1.logo img {
  max-width: 100%;
  height: auto;
}
div.contacto {
  color: #000000;
  overflow: hidden;
  font-family: 'Oranienbaum', serif;
  font-size: 20px;
}
div.contacto img {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
div.contacto a {
  color: #000000;
  text-decoration: underline;
}
div.login {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.login input {
  text-align: center;
  font-size: 30px;
}
div.login div.item-center {
  max-width: 90%;
  width: 400px;
}
div.flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.filtros {
  overflow: hidden;
  background: #f8f8f8;
  text-align: center;
}
div.filtros ul {
  list-style: none;
  margin: 10px auto;
  padding: 0px;
  display: inline-block;
}
div.filtros ul li {
  display: inline-block;
}
div.filtros ul li h4 {
  font-size: 12px;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
