html, body, .main, .content-main {
  height: 100%;
}

.content-main {
  margin: 0;
  padding: 0;
  
}

.colorized-half{
  display: none;
}

.full-height{
  height: 100%;
}

.left-content{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.logo{
  padding-top: 10px;
  margin: 0 auto;
  z-index: 40;
}

.logo img{
  width: 27vw;
}

.description-container{
  z-index: 40;
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.description{
  color: #000;
  padding: 0 3rem;
}

.description h2{
  font-weight: bold;
  font-family: 'Montserrat';
}

.details{
  padding: 3rem 0 0 0;
  margin: 0;  
}

.details span{
  font-weight: bold;
}

.products{
  position: relative;
}

.products .social{
  position: absolute;  
  z-index: 10;
}

.products .social div{
  border-radius: 50%;
  text-align: center;
  padding: 1rem;
  background-color: #f7c86d;
  cursor: pointer;
  margin-bottom: 1rem;
}

.products .social div:hover{
  background-color: #968963;
}

.products .social i{
  font-size: 2rem;
}

.products .social .fb i{
  color: #4267b2;
}

.products .social .insta i{
  color: #be2f70;
}
.products .social .youtube i{
  color: #fd001a;
}

.products img{
  width: 21vw;
}

.products .text-center{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.products .row{
  padding-bottom: 2rem;
}

.products h4{
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 1rem;
}

@media (min-width: 991px){
  .colorized-half {
    min-height: 0;
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: #f7c86d;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .left-content{
    background-color: transparent;    
  }

  .description{
    padding-right: 10rem;
    top: -10rem;
  }

  .content-main {
    overflow: hidden;
  }

  .products .social{
    bottom: 11vh;
    right: 2rem;
  }
}

@media (min-width: 1880px){
  .description{
    font-size: 1.5rem;
  }

  .products h4{
    font-size: 1.5rem;
  }
}

@media (max-width: 990px){
  .content-main{
    overflow-x: hidden; 
  }

  .left-content{
    background-color: #f7c86d;
  }

  .products .text-center{
    padding: 5rem 0;
  }

  .left-content{
    padding: 2rem 0 5rem 0;
  }

  .products img{
    width: 90vw;
  }

  .products h4{
    font-size: 1.5rem;
  }

  .products .social{
    top: 1rem;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .products .social div{
    margin: 1rem;
  }

  .products .social div:not(:last-child){
    width: 4.2rem;
  }

  .logo img{
    width: 90vw;
  }
}

@media (max-width: 400px){
}