:root {
  --white-color: #FFFFFF;
  --black-color: #000000;
  --grey-color: #F2F2F2;
}
body{
  font-size: 17px;
}
.area-font {
  font-family: "area-normal", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.black-color{
  color: var(--black-color)!important;
}
.bg-black{
  background-color: var(--black-color)!important;
}
.white-color{
  color: var(--white-color)!important;
}
.bg-white{
  background-color: var(--white-color)!important;
}
.grey-color{
  color: var(--grey-color)!important;
}
.bg-grey{
  background-color: var(--grey-color)!important;
}
.text-justify{
  text-align: justify;
}
.fs-15{
  font-size: 0.88em!important;
}
.fs-19{
  font-size: 1.11em!important;
}
.fs-20{
  font-size: 1.17em!important;
}
.fs-22{
  font-size: 1.29em!important;
}
.fs-25{
  font-size: 1.29em!important;
}
.fs-30{
  font-size: 1.76em!important;
}
.fs-50{
  font-size: 2.94em!important;
}
.fs-55{
  font-size: 3.23em!important;
}
.fs-75{
  font-size: 4.41em!important;
}
.fs-127{
  font-size: 7.47em!important;
}
.lh-12{
  line-height: 0.70em!important;
}
.lh-17{
  line-height: 1em!important;
}
.lh-22{
  line-height: 22px!important;
}
.lh-25{
  line-height: 25px!important;
}
.lh-36{
  line-height: 36px;
}
.lh-45{
  line-height: 45px;
}
.lh-57{
  line-height: 57.05px;
}
.lh-60{
  line-height: 3.52em;
}
.ls-165{
  letter-spacing: 1.65px;
}
.pleft0{
  padding-left: 0;
}
.pright0{
  padding-right: 0;
}
.p100{
  padding: 50px;
}
.padding-lados{
  padding: 0 100px;
}
.padding-lados-xs{
  padding: 0 50px;
}
.mtop100{
  margin-top: 100px;
}
.ptop100{
  padding-top: 100px;
}
.pleft100{
  padding-left: 50px;
}
.ptop150{
  padding-top: 150px;
}
/*******   HEADER   *******/
#header-wrap{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: block;
  position: fixed;
  transition: 0.7s;
  padding: 40px 100px;
}
.down {
  top: 0px;
  background-color: #00000082;
  transform: translateY(-100%);
}
.logo{
  width: 50px;
}

/*******   BANNER   *******/
#banner-home {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding: 120px 100px 50px 100px;
  background-color: var(--black-color);
  background-image: url("../images/rene-back.png");
}

/*******   SECCIÓN 1   *******/
.line{
  height: 1px;
  width: 300px;
  margin: 20px 0 30px 0;
  background-color: #000;
}
.about-rene{
  background-image: url('../images/rene-about.png');
  background-size: cover;
  height: 750px;
}
.about p{
  line-height: 173.1%; /* 38.082px */
  letter-spacing: 1.1px;
}
/*******   SECCIÓN 2   *******/
.progress {
  height: 10px;
  background: var(--white-color);
}
.progress-bar {
    background: var(--black-color);
}

/*******   FOOTER   *******/
#footer{
  height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("../images/footer2.png");
}
.icon-social{
  width: 20px;
  margin-left: 20px;
}
.icon-social {
  margin: 20px 10px 0 0;
}
/*******   404   *******/
#back-404{
  height: 100vh;
  background-size: cover;
  background-image: url('../images/back404.png');
}
.button404{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #000;
  width: 150px;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
}
.button404:hover{
  color: #000;
  background: #FFF;
}
.mt15p{
    margin-top: 15%;
}
/*************************** RESPONSIVE ********************************/
@media (min-width: 1500px) {
#header-wrap{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  transition: 0.7s;
  padding: 40px 200px;
}
#banner-home {
  padding: 120px 200px 50px 200px;
}
.p100{
  padding: 100px;
}
.ptop100{
  padding-top: 100px;
}
.pleft100{
  padding-left: 100px;
}
.padding-lados{
  padding: 0 200px;
}
.padding-lados-xs{
  padding: 0 200px;
}
.ptop150{
  padding-top: 150px;
}
}
@media (max-width: 992px) {
  body{
    font-size: 15px;
  }
#header-wrap {
  padding: 30px;
  position: absolute;
}
#banner-home {
  height: 85vh;
  padding: 30px;
  align-items: end;
}
.about-rene{
  height: 500px;
}
.padding-lados {
  padding: 30px;
}
.ptop100 {
  padding-top: 0;
}
.lg-pright0 {
  padding-right: 0px;
}
#footer {
  height: auto;
  padding: 50px
}
.logo-footer{
    width: 120px;
}
.pleft100{
  padding-left: 0;
}
.icon-conoce {
    width: 55px;
    margin-right: 10px;
}
.content-text {
  padding-right: 0;
}
.order-1-xs{
  order: 1;
}
.order-2-xs{
  order: 2;
}
.col-xs-10 {
    flex: 0 0 auto;
    width: 83.33%;
  }
.col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
.col-xs-5{
  flex: 0 0 auto;
  width: 41.66%;
}
.col-xs-2{
  flex: 0 0 auto;
  width: 16.666%;
}
.button404{
  background-position: center left;
}
.mt15p {
  margin-top: 20%;
}
}
