.center{
    text-align: center;
}

.left{
    text-align: left;
}

/***** BG COLOR BOX *****/

.box {
    height: 50vh;
    position: absolute;
	opacity: 0;
	-webkit-transform: translateX(-40px);
		 -moz-transform: translateX(-40px);
			-ms-transform: translateX(-40px);
			 -o-transform: translateX(-40px);
					transform: translateX(-40px);
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
					transition: all 0.6s ease-out;
}

.box.visible {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
}

.box.blue {
    background: #99bac2;
    width: 35%;
    max-height: 300px;
    height: 30
}

.box.red {
    background: #ee3e40;
    width: 35%;
    max-height: 300px;
    height: 30
}

.box.text,
.box.text-bottom{
    top: 50px;
    left: 15vw;
    font-size: 4rem;
    left: 201px;
    -webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
}


.box.subtext{
    top: 120px;
    left: 25vw;
    font-size: 4rem;
    left: 306px;
    -webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
}

.box.orange{
    background: #fbd10d;
    width: 20vw;
    max-height: 272px;
    right: 0;
    height: 20vh;
     position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.box.text.left{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    text-align: right;
    left: 6vw;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}

.box.aldi{
    background: #6afdd2 !important;
    width: 50vw;
    
}



#trabajos .box.text-bottom.left{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    text-align: left;
    left: 10vw;
    margin: 0;
    position: absolute;
    top: 57%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;

}

#trabajos .box.text {
    top: 37%;
}

#trabajos .box.trabajos{
    background: red;
    width: 20vw;
    max-height: 272px;
    left: 0;
    height: 28vh;
     position: absolute;
    top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.box.text.right{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    text-align: right;
    right: 6vw;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;

}

.box.bodycopy{
    font-family: 'brignell_squareregular';
    color: #555454;
    right: 10vw;
    text-align: right;
    background: #ffffff;
    text-align: left;
    width: 525px;
    top: 44%;
    font-size: 1.1em;
    line-height: 1.2em;
      -webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;

}




.c-scrolldown {
  width: 1px;
  height: 60px;
  position: absolute;
  top: 70vh;
  /* bottom: 20vh;*/
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, black 50%, rgba(1, 1, 1, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}


@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}

@media (min-width: 1281px) {


 }

@media (min-width: 1025px) and (max-width: 1280px) { 

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}
@media (min-width: 768px) and (max-width: 1024px) {

    .box.red {
        background: #ee3e40;
        width: 35%;
        max-height: 165px;
        height: 30;
    }

    .box.text,
    .box.text-bottom{
        left: 11vw;
        top: 26px;
        font-size: 3rem;
    }



    .box.subtext{ 
        left: 18vw;
        top: 75px;
        font-size: 3rem;
    }

    .box.bodycopy {
        right: 4vw;
        width: 54%;
        top: 20%;
    }
    
}

@media (min-width: 481px) and (max-width: 767px) {

    .box.red {
        background: #ee3e40;
        width: 35%;
        max-height: 146px;
        height: 30;
    }

    .box.text,
    .box.text-bottom{
        left: 11vw;
        top: 17px;
        position: relative;
        font-size: 3rem;
        z-index: 99;
    }

    .box.subtext{
        left: 21vw;
        top: 75px;
        font-size: 3rem;
    }

    .box.bodycopy {
        right: 3vw;
        width: 58%;
        font-size: 0.9em;
        top: 23%;
    }

}

@media  (max-width: 480px) {

    .box.red {
        background: #ee3e40;
        width: 35%;
        max-height: 146px;
        height: 30;
    }

    .box.text,
    .box.text-bottom {
/*
        left: 27vw;
        top: 15px;
        font-size: 2rem;
*/
        left: 5vw;
        top: 15px;
        font-size: 2.7rem;
    }

    .box.subtext{
        left: 26vw;
        top: 51px;
        font-size: 2rem;
        line-height: 2rem;
    }

    .box.blue {
        background: #99bac2;
        width: 83%;
        height: 108px;
        max-height: 300px;
        height: 30;
    }

    .box.bodycopy {
/*
        font-size: 0.8rem;
        left: 25px;
        text-align: right;
        background: #ffffff;
        text-align: left;
        width: 80%;
        top: 41%;
*/
        font-size: 1rem;
        left: 16px;
        text-align: right;
        background: #ffffff;
        text-align: left;
        width: 80%;
        top: 40%;
    }
    .box.bodycopy > p {
        padding-bottom: 10px;
    }

}