/* FORMATTING ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  height: 100%;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  background-color: #000;
  font-weight: 300;
  line-height: 140%;
  font-size: 1.4rem;
  width: 100%;
  background: #101010;
}
body.overflow {
  overflow: visible;
  position: relative;
}
@media only screen and (max-width: 800px) {
  body.overflow {
    overflow: hidden;
    position: fixed;
  }
}
img,
embed,
object,
video,
iframe {
  max-width: 100%;
}
img {
  border: none;
  padding: 0;
  margin: 0;
}
form input,
form textarea {
  outline: 0;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
}
::selection {
  background: #fff;
  color: #000;
}
::-moz-selection {
  background: #fff;
  color: #000;
}
/* SNIPPETS  ========================================================================== */
/*spriteImage(sprite)*/
.col2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2:before,
.col2:after {
  content: '';
  display: table;
}
.col2:after {
  clear: both;
}
.col2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2:first-child {
    margin-left: auto;
  }
  .col2:last-child {
    margin-right: auto;
  }
}
.col3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3:before,
.col3:after {
  content: '';
  display: table;
}
.col3:after {
  clear: both;
}
.col3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col3:first-child {
    margin-left: auto;
  }
  .col3:last-child {
    margin-right: auto;
  }
}
.col2-3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6666666666667%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2-3:before,
.col2-3:after {
  content: '';
  display: table;
}
.col2-3:after {
  clear: both;
}
.col2-3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2-3:first-child {
    margin-left: auto;
  }
  .col2-3:last-child {
    margin-right: auto;
  }
}
.col4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.col4:before,
.col4:after {
  content: '';
  display: table;
}
.col4:after {
  clear: both;
}
.col4:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col4 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col4:before,
  .col4:after {
    content: '';
    display: table;
  }
  .col4:after {
    clear: both;
  }
  .col4:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .col4 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col4:first-child {
    margin-left: auto;
  }
  .col4:last-child {
    margin-right: auto;
  }
}
.col3-4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3-4:before,
.col3-4:after {
  content: '';
  display: table;
}
.col3-4:after {
  clear: both;
}
.col3-4:last-child {
  margin-right: 0%;
}
.col6 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666702%;
  margin-left: 0%;
  margin-right: 3%;
}
.col6:before,
.col6:after {
  content: '';
  display: table;
}
.col6:after {
  clear: both;
}
.col6:last-child {
  margin-right: 0%;
}
.col8 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
}
.col8:before,
.col8:after {
  content: '';
  display: table;
}
.col8:after {
  clear: both;
}
.col8:last-child {
  margin-right: 0%;
}
.span2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2:before,
.span2:after {
  content: '';
  display: table;
}
.span2:after {
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2:first-child {
    margin-left: auto;
  }
  .span2:last-child {
    margin-right: auto;
  }
}
.span3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.3333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.span3:before,
.span3:after {
  content: '';
  display: table;
}
.span3:after {
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span3:first-child {
    margin-left: auto;
  }
  .span3:last-child {
    margin-right: auto;
  }
}
.span2-3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.6666666666667%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2-3:before,
.span2-3:after {
  content: '';
  display: table;
}
.span2-3:after {
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2-3:first-child {
    margin-left: auto;
  }
  .span2-3:last-child {
    margin-right: auto;
  }
}
.span4 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.span4:before,
.span4:after {
  content: '';
  display: table;
}
.span4:after {
  clear: both;
}
.floater {
  float: left;
  width: 100%;
  position: relative;
}
.content-center {
  *zoom: 1;
  width: auto;
  max-width: 1240px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 20px;
}
.content-center:before,
.content-center:after {
  content: '';
  display: table;
}
.content-center:after {
  clear: both;
}
.content-center-full {
  *zoom: 1;
  width: auto;
  max-width: 1440px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 20px;
}
.content-center-full:before,
.content-center-full:after {
  content: '';
  display: table;
}
.content-center-full:after {
  clear: both;
}
.showDesk {
  display: block;
}
.hideDesk {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .hideTab {
    display: none !important;
  }
}
.showTab {
  display: none;
}
@media only screen and (max-width: 800px) {
  .showTab {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .hideMob {
    display: none !important;
  }
}
.showMob {
  display: none;
}
@media only screen and (max-width: 600px) {
  .showMob {
    display: block !important;
  }
}
.mailto:after {
  content: '@fervega.net';
}
.sprite {
  background-image: url("../../images/common/sprite.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 250px 2500px !important;
}
.no-svg .sprite {
  background-image: url("../../images/common/sprite.png") !important;
  background-repeat: no-repeat !important;
  background-size: 250px 2500px !important;
}
/* TYPE  ========================================================================== */
p {
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: 400;
}
hr {
  border: none;
  border-top: #ececec 1px solid;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.3s 0.1s;
  -moz-transition: color 0.3s 0.1s;
  -o-transition: color 0.3s 0.1s;
  transition: color 0.3s 0.1s;
}
a:hover,
a:active {
  -webkit-transition: color 0.3s 0.1s;
  -moz-transition: color 0.3s 0.1s;
  -o-transition: color 0.3s 0.1s;
  transition: color 0.3s 0.1s;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
/* ANIMATION ========================================================================== */
/* FORM ========================================================================== */
::-webkit-input-placeholder {
  color: #9f9f9f;
  -webkit-font-smoothing: antialiased;
}
::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: #9f9f9f;
}
:focus::-moz-placeholder {
  color: #9f9f9f;
}
/* Error 404 ========================================================================== */
#errorBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 600px;
  height: 300px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #errorBox {
    width: 90%;
  }
}
#errorBox .errorlogo {
  margin: 0 auto;
  display: block;
}
#errorBox h1 {
  font-size: 60px;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: none;
}
#errorBox h2 {
  font-size: 30px;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}
#errorBox p {
  color: #808080;
}
#errorBox a {
  background: #f2f2f2;
  color: #000;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  max-width: 330px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#errorBox a:hover {
  background: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
/* CONTENT ========================================================================== */
.body #mainMenu ul li a {
  color: #fff;
}
@media only screen and (max-width: 800px) {
  .body #mainMenu ul li a {
    color: #9f9f9f;
  }
}
.body:after {
  content: '';
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
}
.body footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  .body footer {
    display: none;
  }
}
.full-img .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  left: 0;
  top: 0;
  position: fixed;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -10;
}
.full-img .img.img-comercial {
  background-image: url("../../images/inicio/comercial.jpg");
}
.full-img .img.img-conciertos {
  background-image: url("../../images/inicio/conciertos.jpg");
}
.full-img .img.img-retratos {
  background-image: url("../../images/inicio/retratos.jpg");
}
.full-img .img.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 0;
}
header {
  width: 250px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  padding: 40px;
  z-index: 5000;
}
@media only screen and (max-width: 800px) {
  header.headScroll {
    background: #000;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
}
@media only screen and (max-width: 800px) {
  header {
    width: 100%;
    height: 80px;
    padding: 0 20px;
    background: rgba(0,0,0,0.4);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
}
@media only screen and (max-width: 800px) {
  header {
    background: transparent;
  }
}
@media only screen and (max-width: 800px) {
  header #logo {
    width: 120px;
    float: left;
    height: 100%;
  }
}
header #logo a img {
  display: block;
}
@media only screen and (max-width: 800px) {
  header #logo a img {
    padding: 30px 0;
  }
}
header #mainMenu {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 200px;
  margin: auto;
}
@media only screen and (max-width: 800px) {
  header #mainMenu {
    position: relative;
    top: auto;
    bottom: auto;
    float: right;
    height: 100%;
  }
}
header #mainMenu #nav-toggle {
  float: right;
  line-height: 80px;
  height: 80px;
  color: #9f9f9f;
  background: url("../../images/common/menu.svg") no-repeat 5px 21px;
  width: 50px;
  text-transform: uppercase;
  display: none;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 800px) {
  header #mainMenu #nav-toggle {
    display: block;
  }
}
header #mainMenu #nav-toggle.active {
  color: #fff;
  background: url("../../images/common/menu.svg") no-repeat 5px -94px;
}
@media only screen and (max-width: 800px) {
  header #mainMenu ul {
    position: fixed;
    height: calc(100% - 80px);
    width: 100%;
    background: #101010;
    top: 80px;
    right: -100%;
    opacity: 0;
    -webkit-transition: right 0.3s, opacity 0.3s;
    -moz-transition: right 0.3s, opacity 0.3s;
    -o-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s;
  }
  header #mainMenu ul.openMenu {
    right: 0;
    opacity: 1;
    -webkit-transition: right 0.3s, opacity 0.3s;
    -moz-transition: right 0.3s, opacity 0.3s;
    -o-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s;
  }
}
@media only screen and (max-width: 800px) {
  header #mainMenu ul li {
    float: left;
  }
}
@media only screen and (max-width: 800px) {
  header #mainMenu ul li {
    float: none;
    display: table;
    width: 100%;
    height: 20%;
  }
}
header #mainMenu ul li a {
  color: #9f9f9f;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
  display: block;
  padding: 10px 0;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 800px) {
  header #mainMenu ul li a {
    padding: 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 800px) {
  header #mainMenu ul li a {
    line-height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    font-size: 1.8rem;
  }
}
header #mainMenu ul li a:hover {
  color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
header #mainMenu ul li#comercial a,
header #mainMenu ul li#retratos a,
header #mainMenu ul li#conciertos a {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 800px) {
  header #mainMenu ul li#comercial a,
  header #mainMenu ul li#retratos a,
  header #mainMenu ul li#conciertos a {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 800px) {
  header #mainMenu ul li#comercial a,
  header #mainMenu ul li#retratos a,
  header #mainMenu ul li#conciertos a {
    font-size: 1.8rem;
  }
}
header #mainMenu ul li.active a {
  color: #fff;
}
main {
  width: calc(100% - 250px);
  position: fixed;
  left: 250px;
  top: 0;
  min-height: 100%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  main {
    width: 100%;
    left: 0;
  }
}
.slider {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slider.hovered {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slider ul {
  height: 100%;
}
.slider ul .slick-list {
  height: 100%;
}
.slider ul .slick-list .slick-track {
  height: 100%;
}
.slider ul li {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider ul li.slide01 {
  background-image: url("../../images/inicio/comercial.jpg");
}
.slider ul li.slide02 {
  background-image: url("../../images/inicio/conciertos.jpg");
}
.slider ul li.slide03 {
  background-image: url("../../images/inicio/retratos.jpg");
}
#headline {
  position: absolute;
  bottom: 100px;
  right: 40px;
  margin: auto;
  z-index: 5;
  max-width: 780px;
  width: 100%;
  height: 120px;
  padding: 0 20px;
}
@media only screen and (max-width: 1050px) {
  #headline {
    max-width: 580px;
  }
}
@media only screen and (max-width: 800px) {
  #headline {
    max-width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  #headline {
    display: none;
  }
}
#headline h1 {
  color: #fff;
  font-weight: 700;
  font-size: 5rem;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 1050px) {
  #headline h1 {
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 800px) {
  #headline h1 {
    font-size: 3.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  #headline h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 400px) {
  #headline h1 {
    font-size: 2.5rem;
  }
}
#headline h1 span {
  display: block;
  text-align: right;
  font-size: 3rem;
}
@media only screen and (max-width: 800px) {
  #headline h1 span {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  #headline h1 span {
    font-size: 2rem;
  }
}
footer {
  padding: 20px;
  width: 100%;
  max-width: 1670px;
  color: #fff;
  text-align: right;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  footer {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 800px) {
  footer span {
    display: none;
  }
}
footer a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
footer a:hover {
  border-bottom: 1px solid #fff;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
@media only screen and (max-width: 800px) {
  footer a {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  footer a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  #grid {
    margin-top: 100px;
  }
}
#grid .grid-item {
  width: calc(20% - 20px);
  float: left;
  margin-bottom: 20px;
}
#grid .grid-item a {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #grid .grid-item a {
    pointer-events: none;
  }
}
#grid .grid-item img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
#grid .grid-item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  z-index: 2;
}
@media only screen and (max-width: 2100px) {
  #grid .grid-item {
    width: calc(25% - 20px);
  }
}
@media only screen and (max-width: 1050px) {
  #grid .grid-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 800px) {
  #grid .grid-item {
    width: calc(33.3333% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  #grid .grid-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 400px) {
  #grid .grid-item {
    width: 100%;
  }
}
.lg-outer .lg-img-wrap {
  padding: 45px 5px;
}
.lg-outer {
  z-index: 6000;
  background: #101010;
}
#lg-counter {
  display: none;
}
#lg-counter:after {
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.g-comercial #lg-counter:after {
  content: ': Comercial';
}
.g-conciertos #lg-counter:after {
  content: ': Conciertos';
}
.g-retratos #lg-counter:after {
  content: ': Retratos';
}
.lg-toolbar {
  background: transparent;
}
.acerca {
  background: #101010 url("../../images/inicio/fervega.jpg") 90% -80px no-repeat;
  background-size: 700px;
}
@media only screen and (max-width: 1400px) {
  .acerca {
    background: #101010;
  }
}
.acerca footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .acerca footer {
    position: relative;
  }
}
.acerca main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.acerca main .wrap {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1050px) {
  .acerca main .wrap {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .acerca main {
    display: block;
  }
}
.wrap {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100%;
}
@media only screen and (max-width: 1050px) {
  .wrap {
    padding-left: 100px;
    padding-top: 70px;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .wrap {
    padding-left: 20px;
    padding-top: 120px;
  }
}
.wrap h1,
.wrap p {
  color: #fff;
}
.wrap h1 {
  font-size: 4rem;
  max-width: 1200px;
  line-height: 120%;
  margin-bottom: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 1050px) {
  .wrap h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .wrap h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .wrap h1 {
    font-size: 2.5rem;
  }
}
.wrap p {
  font-size: 1.8rem;
  margin-bottom: 0;
  max-width: 1000px;
}
.wrap p small {
  line-height: 100%;
}
@media only screen and (max-width: 800px) {
  .wrap p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .wrap p {
    font-size: 1.6rem;
  }
}
.wrap p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.wrap p a:hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.wrap .img-h {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .wrap .img-h {
    display: block;
    margin: 30px auto;
    max-height: 600px;
  }
}
.wrap .img-v {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .wrap .img-v {
    display: none;
  }
}
.wrap .row2 {
  max-width: 1000px;
}
@media only screen and (max-width: 1400px) {
  .wrap .row2 .col2-3,
  .wrap .row2 .col3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap .row2 .col2-3:first-child,
  .wrap .row2 .col3:first-child {
    margin-left: auto;
  }
  .wrap .row2 .col2-3:last-child,
  .wrap .row2 .col3:last-child {
    margin-right: auto;
  }
}
.wrap .row {
  margin-top: 20px;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
  max-width: 1000px;
}
.wrap .row:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap .row .info {
  font-size: 3rem;
}
@media only screen and (max-width: 1400px) {
  .wrap .row .info {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .wrap .row .info {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .wrap .row .info {
    font-size: 2rem;
  }
}
.wrap .row .col2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 46%;
  margin-left: 0%;
  margin-right: 8%;
}
.wrap .row .col2:before,
.wrap .row .col2:after {
  content: '';
  display: table;
}
.wrap .row .col2:after {
  clear: both;
}
.wrap .row .col2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .wrap .row .col2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap .row .col2:first-child {
    margin-left: auto;
  }
  .wrap .row .col2:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1400px) {
  .wrap .row .col2-3,
  .wrap .row .col3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap .row .col2-3:first-child,
  .wrap .row .col3:first-child {
    margin-left: auto;
  }
  .wrap .row .col2-3:last-child,
  .wrap .row .col3:last-child {
    margin-right: auto;
  }
}
.formContainer {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .formContainer form {
    max-width: 500px;
    margin: 0 auto;
  }
}
.formContainer form input,
.formContainer form textarea {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background: transparent;
  border-bottom: 1px solid #9f9f9f;
  font-size: 1.6rem;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  color: #9f9f9f;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.formContainer form input:focus,
.formContainer form textarea:focus {
  border-bottom: 1px solid #fff;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  color: #fff;
}
.formContainer form input.error-form,
.formContainer form textarea.error-form {
  border-bottom: 1px solid #f66;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.formContainer form input.submited,
.formContainer form textarea.submited {
  pointer-events: none;
  opacity: 0.5;
}
.formContainer form textarea {
  height: 130px;
  line-height: 120%;
  padding: 20px;
  resize: none;
}
.formContainer form input#campo {
  display: none;
}
.formContainer form input[type=submit] {
  background: #cfcfcf;
  float: right;
  border: none;
  color: #101010;
  max-width: 250px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.formContainer form input[type=submit]:hover {
  background: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
@media only screen and (max-width: 1050px) {
  .formContainer form input[type=submit] {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .formContainer form input[type=submit] {
    max-width: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .formContainer form input[type=submit] {
    max-width: 100%;
    float: none;
    background: #fff;
  }
}
.formContainer .sent {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  bottom: -100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.formContainer .sent .sent-container {
  padding: 40px;
  position: absolute;
  height: 180px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.formContainer .sent h3,
.formContainer .sent p {
  color: #fff;
  text-align: center;
}
.formContainer .sent h3 {
  font-size: 3rem;
  margin: 0;
}
.formContainer .sent.success {
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.privacidad p {
  font-size: 1.6rem;
}
#load {
  background: #101010;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  left: 0;
  position: absolute;
}
