
body{
	font-family: 'Montserrat', sans-serif;
}

#header-shadow{
  background-color:rgba(237,237,237,0);
  box-shadow: 0 0 0 1px rgba(0,0,0,0);
  transition:1s all;
  width:100vw;
  height:100px;
  position:fixed;
  top:0px;
  z-index:100;
  left:0px;
}


.header-active #header-shadow{
  background-color:rgba(237,237,237,1);
  background-color:#FFFFFF;
  box-shadow: 0 0 0 1px rgba(0,0,0,.05);
  height:70px;
}

.logo-header{
  width:120px;
  position: fixed !important;
  top: 15px;
  left: 3.4vw;
  transition: 1s all;
  z-index:5;
}

.header-active .logo-header{
  width:80px;
  left: 45vw;
}
}


@media only screen and (max-width: 740px) {
.logo-header{
width:14vw;
top: 2vw;

}
  

  
  
  
}

@media only screen and (max-width: 740px) {
    .header-active .logo-header{

  left: 40vw !important;
}
  
}

 


.burguer{
	width: 45px;
	position: fixed;
	top: 30px;
	right: 5.4vw;
	opacity: 0.8;
	transition:1s all;
	z-index:5;
}

.header-active .burguer{
  width: 25px;
  	top: 20px;
}




.burguer:hover{
width: 30px;
opacity: 1;
}


@media only screen and (max-width: 740px) {
	.burguer{
		  width: 5vw;
		  top: 2.4vw;
		  right: 5.4vw;
		
	  }
	  
	  .burguer:hover{
	  width: 5.4vw;
	 
	  }
}



.menu{
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: rgba(51, 51, 51, 0.9);
	height: 100vh;
	width: 48vw;
	text-transform: uppercase;
	padding-left: 3%;
	padding-top: 5%;
	font-size: 67px;
	font-weight: 900;
	line-height: 120px;
	z-index:105;
}


@media only screen and (max-width: 850px) {
  .menu{
  		font-size: 40px;
    line-height: 100px;
  }
  }
  
@media only screen and (max-width: 740px) {
	.menu{
		width: 100vw;
		font-size: 40px;
		line-height: 85px;
		padding-left: 8%;
	}
}

.menu-item a{
	color:#FFFFFF;
	transition:0.3s all;
}

.menu-item-active a{
	color:#F15A24;
}


.menu-item:hover a{
	color:#F15A24;
}

.btn-close{
	width:44px;
	opacity: 0.8;
	transition:0.3s all;
	transform: rotate(0deg);
	position: absolute;
	top:36px;
	right:67px;
}

.btn-close:hover{
	width:50px;
	transform: rotate(-90deg);
	opacity: 1;
}


@media only screen and (max-width: 740px) {
	.btn-close{
	width:34px;
	right:37px;
}
}


.caso-portada{
  height: 382px;
  background-size: 105%;
  transition: 1s all;

  background-position: center center;
  width:33%;
  margin-bottom:10px;
}


.caso-portada-bottom{
  margin-bottom:236px;
}

.big_column{
  width: 66.4%;
}

.caso-portada:hover{
   background-size: 100%; 

}

.caso-portada-text{
width: 100%;
font-size: 18px;
text-align: center;
color: rgba(255,255,255,0.6);
margin-top: 190px;
font-weight: 500;
  transition:1s all;
}

.caso-portada:hover .caso-portada-text{
  color:#F15A24;
  font-size:23px;
}

 
.orange-square{
background-color: #F15A24;
margin-top: 410px;
width: 170px;
height: 12px;
margin-left: auto;
margin-right: auto;
  transition: 1s all;
}


 @media only screen and (max-width: 1250px) {
   
    .orange-square {
margin-top: 338px;
   }
   
.caso-portada {
    height: 300px;

}

   .caso-portada-text {
  
    margin-top: 120px;
     
   }
   
   
   .big_column {

    background-size: 135%;
}
   
    .big_column:hover {

    background-size: 140%;
}
   
}


 @media only screen and (max-width: 950px) {
   
    .orange-square {
    margin-top: 246px;
   }
  
     
.caso-portada {
    height: 220px;
    width: 49.2% !important;
}
   
   .big_column{
     width: 100% !important; 
   }

   
   .caso-portada-text {
  
    margin-top: 100px;
     
   }

}


.work-title{
    text-align: center;
    font-size: 29px;
    margin-top: 15px;
    font-weight: bold;
    color: #333;
}



 @media only screen and (max-width: 550px) {
 .caso-portada {
    height: 160px;
    width: 49.2% !important;
}
   
      .orange-square {
    margin-top: 180px;
   }
  
   
   .caso-portada-bottom {
    margin-bottom: 200px;
}
   
   .work-title {
    font-size: 20px;
    line-height: 21px;
}
   
}





.work-subtitle {
    color: #333;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}


.footer-title {
    font-size: 20px;
    font-weight: 800;
    color: #333333;
  text-align:center;
    margin-top: 0px;
}

.footer-title2 {
   font-size: 20px;
font-weight: 800;
color: #333333;
margin-top: 12px;
}

.footer-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 12px;
text-align:center;
}

.footer-red-ico{
  width:26px;
  margin-left:auto;
    margin-right:auto;
}

.service-subtitle {
 font-size: 71px;
text-align: center;
font-weight: 800;
letter-spacing: 2px;
margin-top: 63px;
color: #333333;
line-height: 75px;
}


.service-subtitle_2 {
  font-size: 84px;
text-align: center;
font-weight: 800;
line-height: 83px;
letter-spacing: 2px;
margin-top: 63px;
color: #333333;
}



.service-parrafo {
  
    text-align: center;
    margin-top: 8px;
    font-size: 22px;
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
    width: 95vw;
    line-height: 40px;
    letter-spacing: 3px;
  text-transform:uppercase;
}




.service-parrafo-2 {
    text-align: justify;
    margin-top: 8px;
    font-size: 13px;
    max-width: 1003px;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    line-height: 24px;
    letter-spacing: 1px;
}

.service-item-subtitle {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    line-height: 33px;
    height: 75px;
}

.service-item-orange-container{
  height:30px;
}


.service-items {
    margin-top: 127px;
}

.service-item-orange {
    width: 134px;
    height: 12px;
    background-color: #F15A2A;
}

.service-item-header {
    min-height: 78px;
}

.item-list{
  padding-left: 17px;
  min-height:214px;
}

.item-list li {
    list-style-type: circle;
    line-height: 20px;
    font-size: 14px;
}

.titulos-logo-titulo{
  color:#f15a24;
  text-align:center;
  font-size:40px;
  font-weight:600;
}

.titulos-logo-subtitulo{
color: #333333;
text-align: center;
font-size: 21px;
font-weight: 400;
line-height: 32px;
}


 
  .service-slogan-a{
  color: #FFFFFF;
font-size: 25px;
line-height: 30px;
text-align: center;
width: 100%;
margin-top: 67px;
font-weight: 600;
  }
  
    .service-slogan-b{
color: #FFFFFF;
font-size: 20px;
line-height: 26px;
text-align: center;
width: 100%;
margin-top: -2px;
font-weight: 600;
  }
  
  .service-slogan-b span{
    color: #F15A24;
  }
  

.span{
    color: #F15A24;
  }
  
  .servicios-line{
   width: 76%;
height: 5px;
margin-left: auto;
margin-right: auto;
background-color: #F15A24;
margin-top: 15px;
  }
  .servicio-text{
  color: #FFFFFF;
margin-top: 19px;
font-size: 16px;
font-weight: 600;
line-height: 21px;
letter-spacing: 2px;
  }
  
  .home-services{
    width:100%;
    background-color:rgba(51,51,51,1);
    min-height:400px;
    padding-bottom:50px;
  }

.home-creating{
	width: 100vw;
	height: 486px;
	text-align: right;
	padding-top: 144px;
	padding-right: 48px;
	font-weight: 800;
	font-size: 80px;
	color:#333333;
	background-color: #FFFFFF;
	line-height: 120px;
	transition: 1s all;
	opacity:0;
}

@media only screen and (max-width: 950px) {
  
      .service-slogan-b{
padding-bottom:40px;
  }
  
  
  
 .home-creating{

   font-size: 24px;
	font-weight: 800;
	/*line-height: 50px;*/

  }

  

}


@media only screen and (max-width: 760px) {
 .home-creating{


	line-height: 50px;

  }

  

}


.home-creating-active{
	opacity:1;
	font-size: 85px;
  line-height: 82px;
}

.home-creating{
  	font-size: 85px;
}

.home-creating span{
	color:#F15A24;
}


.home-creating-sub{
	font-size: 24px;
	font-weight: 800;
	line-height: 50px;
}

body{
	width:100%;
	background-position: top left;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}


  .logo-section-title{
    font-size: 80px;
font-weight: 900;
color: #FFF;
text-align: center;
padding-top: 27px;
letter-spacing: -1px;
  }
  
 .animacion-logo{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:450px;
    
  }
  
  .animation-item{
    opacity:1;
    position:absolute;
    width:100%;
    top:0px;
    
    left:0px;
    transition: 1s all;
  }
  
  .animation-item-hide{
    opacity: 0;
  }
  
  .animation-bloque-a-on{
    top:-70px;
    opacity:1;
  }
  .animation-bloque-b-on{
    top:70px;
    opacity:1;
    left:-70px;
  }
  
    .animation-bloque-c-on{
    top:70px;
    left:70px;
  }

  @media only screen and (max-width: 750px) {
    
    .animation-bloque-b-on{
      left:0px;
      opacity:0;
    }
    
    .animation-bloque-c-on{
      right:0px;
        left:0px;
      top:100px;
      opacity:0;
    }
    .service-subtitle {
    font-size: 26px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top: 63px;
    color: #333333;
    line-height: 27px;
}

.home-creating-active {
    font-size: 26px;
    line-height: 32px;
}
    
    
    .home-creating{
  	font-size: 24px;
}
    
    .home-creating-sub {
    font-size: 15px;
    }
    
    
    .home-creating {
  
    height: inherit;
    text-align: right;
    padding-top: 40px;
 
   
    padding-bottom: 40px;
}
    
    
    .service-item-subtitle {
    font-size: 24px;
line-height: 26px;
    }
    
    
    .service-parrafo {
    text-align: center;
    margin-top: 8px;
    font-size: 17px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 82vw;
    line-height: 33px;
    letter-spacing: 0px;
}
    
    
    .service-subtitle_2 {
    font-size: 36px;
    text-align: center;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 2px;
    margin-top: 30px;
    color: #333333;
}
    
    
    .logo-section-title {
    font-size: 52px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    padding-top: 28px;
    letter-spacing: 1px;
    line-height: 46px;
}
    
    
    .footer-title{
   margin-top:20px;
    text-align: center;
}
    
    
    .footer-subtitle{
  
    
}
    
    
 
    
  
    
    left: 40vw !important;
}
    

   .work-title {

    font-size: 20px;
      }
    






.general-subtitulo{
   text-transform:uppercase;
     font-size: 22px;
  font-weight:500;
}

