 


 /*Cover Parallax*/
 .tec-parallax{
    background-image: url(../img/weare/Parallax7.jpg);
    width: 100%;
    height: 500px;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .title-table{
      font-size: 20pt;
      font-family: 'Nunito_Regular';
      font-weight: bold;
  }
  .box-center-trapecio{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .black-trapecio-top{
    width: 800px;
    height: 60px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 60px solid rgba(26,26,26,.9);
    position: relative;
  }
  .black-trapecio-bottom{
    width: 800px;
    height: 60px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 60px solid #DC5212;
    position: relative;
  }
  .h3-trapecio-top{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -180%);
    -webkit-transform: translate(-50%, -180%);
    color: white;
    font-size: 14pt;
    font-family: 'Nunito_ExtraBold';
    text-align: center;
    margin: 0px;
    width: 100%;
  }
  .h3-trapecio-bottom{
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 80%);
    -webkit-transform: translate(-50%, 80%);
    color: white;
    font-size: 14pt;
    font-family: 'Nunito_ExtraBold';
    text-align: center;
    margin: 0px;
    width: 100%;
  }
  .cover-text{
      color: #F48220;
  }
  /*Cover Parallax*/
  
.title-tecno{
    font-family: 'Nunito_Regular';
    font-size:20pt;
    font-weight: bold;
    margin-top: 5%;
    color: black;
}

.division-tecno{
	width: 10%;
	border-top:8px solid #F48220; 
    margin-top:2%;
    margin-bottom: 0.95%;
    position: relative;
    margin-left: 45%;
}

.division-tecno-gray{
	width: 20%;
	border-top:2px solid rgb(196, 195, 194); 
	margin-top:-1.4%;


}
.info-tecno{
font-family: 'Nunito_Regular';
font-size: 14pt;
text-align: center;
margin-top: 5%;
margin-right: 20%;
margin-left: 20%;
margin-bottom: 5%;
}

/* 5 characteristics*/
.img4{
margin-top: 5%;
margin-bottom: 5%;
}

.image-turnOn{
    background-image: url(../img/tecnologia/ic_minutos.svg);
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.image-service{
    background-image: url(../img/tecnologia/ic_horas.svg);
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 56%;
}
.image-efficiency{
    background-image: url(../img/tecnologia/ic_eficiencia.svg);
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 38%;
}
.image-cooking{
    background-image: url(../img/tecnologia/ic_coccion.svg);
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45%;
}
.image-saving{
    background-image: url(../img/tecnologia/ic_ahorro.svg);
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 56%;
}

.image-div{
	width: 50%;
	border-top:2px solid #F48220; 
	
}
.image-title{
    font-family: 'Nunito_Bold';
    font-size:15pt;
}

.image-info{
    font-family: 'Nunito_Regular';
    font-size:12pt;
}

/* End 5 characteristics*/
.tecno-question-container{
padding: 0%;
background-color: black;
margin-top: 5%;
margin-bottom: 5%;
}
.tecno-question{
    font-family: 'Nunito_Regular';
    font-size:20pt;
    font-weight: bold;
    color: #FFFF;
    margin-top: 2%;

}

.tecno-question-div{
    width: 5%;
    border-top:2px solid #F48220; 
    margin-bottom: 2%;
}

.tecno-function{
    font-family: 'Nunito_Regular';
    font-size: 14pt;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
}

/*Steps*/
.steps-background-orange{
    background-color:#F48220;
}
.steps-background-gray{
    background-color:rgb(236, 236, 236);
}
.steps-space-top{
margin-top: 5%;
}

.steps-space-bottom{
    margin-bottom: 5%;
    }

.number-orange{
    font-family: 'Nunito_ExtraBold';
    font-size:8vh;;
    color: #F48220;
    text-align: start;
    margin-top: 10%;
}

.title-step-black{
    font-family: 'Nunito_Bold';
    font-size: 14pt;
    color: black;
    text-align: start;


}

.div-step-orange{
	width: 40%;
	border-top:2px solid #F48220; 
    position: relative;
    margin-left: 0%;
    margin-top: 1%;
}

.info-step{
    font-family: 'Nunito_Regular';
    font-weight: bold;
    font-size: 15pt;
    text-align: start;
    width: 70%;
    margin-bottom: 5%;
  
}

.number-white{
    font-family: 'Nunito_ExtraBold';
    font-weight: bold;
    font-size:8vh;
    color: #FFFF;
    text-align: start;
    margin-top: 10%;
    margin-left: 25%;
}

.title-step-white{
    font-family: 'Nunito_Regular';
    font-weight: bold;
    font-size: 15pt;
    color: #FFFF;
    text-align: start;
    margin-left: 25%;
}
.div-step-white{
	width: 20%;
	border-top:2px solid #FFFF; 
    position: relative;
    margin-left: 25%;
    margin-top: 0.5%;
}

.info-step-white{
    font-family: 'Nunito_Regular';
    font-weight: bold;
    color:#FFFF;
    font-size: 15pt;
    text-align: start;
    margin-left: 25%;
    margin-right: 55%;
    width: 32%;
    margin-bottom: 10%;
  
}

/*End Steps*/
.stepOne{
    margin-top: -1%;
}
.img-stepOne{
    background-image:url(../img/index/2018/proceso-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 325px;
    width: 100%;
    position: relative;
    margin-left: -10%;
    margin-top: 0%;

}

.img-stepTwo{
    background-image:url(../img/index/2018/proceso-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
    width: 100%;
    position: relative;
    margin-left: 12%;
    margin-top: 2%;
}

.img-process{
    height: 350px;
    position: relative;
    overflow: hidden;
}
.tecno-proceso-3{
    position: absolute;
    bottom: 0px;
    left: 40%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 35%);
}


/*Gif & Video*/

.medios-background{
    background-color:#f5f5f5;
    height: 350px;
    color: #FFFF;
    margin-top: -5%;
}

.img-function{
    background-image:url(../img/index/2018/funcionamiento.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 100%;
    position: relative;
    margin-left: 12%;
    margin-top: 2%;
}

.video-function{
    width: 100%;
    background-size: cover;
}


.box-video-tecno{
    overflow: hidden;
    height: 350px;
}
.box-video-tecno iframe{
    width: 100%;
    height: 350px;
}
.title-table{
    margin-top: 10%;
    text-align: center;
}

.tfont{

    font-family: 'Nunito_Regular';
    color:black;
    font-size: 14pt;
    margin-bottom: 10%;
    margin-top: 5%;
   
}
.convencional-img{
    background-image: url(../img/tecnologia/ic_eua.svg);
    width: 100%;
    height: 135px;
    margin-top: 5%;
    margin-bottom: 7%;
    background-position: center center;
    background-repeat: no-repeat;
}
.carboneat-img{
    background-image: url(../img/tecnologia/ic_mex.svg);
    width: 100%;
    height: 135px;
    margin-top: 5%;
    margin-bottom: 7%;
    background-position: center center;
    background-repeat: no-repeat;
}

.none-img{
    background-image: url(../img/tecnologia/ic_none.svg);
    width: 100%;
    height: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
    background-position: center center;
    background-repeat: no-repeat;
}

.check-img{
    background-image: url(../img/tecnologia/ic_good.svg);
    width: 100%;
    height: 20px;
    margin-top: 2%;
    background-position: center center;
    background-repeat: no-repeat;
}

.ground-orange{
    background-color: rgb(243, 111, 50);
    color: #FFFF;
    width: 50%;
}

.ground-gray{
    background-color: rgb(48, 48, 48);
    color: #FFFF;
    width: 40%;
}


.ground-white{
    background-color: #ffffff;
    width: 20%;
}

.ground-gray-light{
    background-color: rgb(194, 194, 194);
    width: 20%;

}
.col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
}
table{
    text-align: center;
}
/*******************MEDIA QUERIES************************/
@media (min-width : 251px) and (max-width: 550px) {
   .container{
    padding-left: 0px;
    padding-right: 0px;
   }
    .title-tecno{
        font-size: 15pt;
        margin-top: -10%;
    }
    .title-table{
        font-size: 15pt;
    }
    .info-tecno{
        font-size: 12pt;
        margin-right: 5%;
        margin-left: 5%;
    }
    .image-turnOn{
        width: 50%;
        height: 100px;
        margin: auto;
        margin-top: 5%;
    }
    
    .image-service{
        width: 50%;
        height: 100px;
        margin: auto;
    }
    .image-efficiency{
        width: 50%;
        height: 100px;
        margin: auto;
    }
    .image-cooking{
        width: 50%;
        height: 100px;
        margin: auto;

    }
    .image-saving{
        width: 50%;
        height: 100px;
        margin: auto;
    }
    
    .image-div{
        width: 30%;
    }
    .image-title{
        font-size:12pt;
    }
    
    .image-info{
        font-size:10pt;
        margin-bottom: 10%;
    }
    .tecno-question{
        margin-top: 8%;
        font-size: 15pt;
        margin-bottom: -3%;
    }
    .tecno-question-div{
        margin-bottom: 4%;
        width: 30%;
    }
    .tecno-function{
        font-size: 12pt;
        margin-left: 5%;
        margin-right: 5%;
    }
      
    .img-stepOne{
        display: none;
    }
    .img-stepTwo{
        display: none;
    }
    .img-process{
        display: none;
    }
    .tecno-proceso-3{
        display: none;

    }

    .number-orange{
    font-size: 5vh;
    }
    .number-white{
        font-size: 5vh;
    }
    .resp-tablet-st3{
        margin-left: 16%;
    }
    .resp-tablet-st2{
        margin-left: -7%;
    }
    .title-step-black{
        font-size: 12pt;
    }
    .info-step{
        font-size: 12pt;
        margin-bottom: 10%;
    }
    .title-step-white{
        font-size: 12pt;
    }
    .div-step-white{
        width: 30%;
    }
    .info-step-white{
        font-size: 12pt;
        width: 60%;
    }
    .img-function{
        height: 180px;
        margin-left: 10%;
        margin-top: 1%;
    }
    .box-video-tecno{
        height: 300px;
    }
    .medios-background{
        height: 500px;
    }
    .convencional-img{
        height: 85px;
    }
    .carboneat-img{
        height:85px;
    }
    .tfont{
        font-size: 10pt;
    }
    .none-img{
    height: 15px;
    }
    .check-img{
    height: 15px;
    }
    .tec-parallax{
		background-position: 0px 47px;
        background-size: 100%;
        height: 385px;
    }
    .tec-trapecio{
        top:41%;
    }
    .text-trapecio{
        font-size: 12pt;
    }
  
}



@media (min-width : 551px) and (max-width: 767px) {
    .image-turnOn{
        width: 100%;
        height: 115px;
        margin-top: 5%;
    }
    
    .image-service{
        width: 100%;
        height: 115px;
    }
    .image-efficiency{
        width: 100%;
        height: 85px;
    }
    .image-cooking{
        width: 100%;
        height: 115px;

    }
    .image-saving{
        width: 100%;
        height: 115px;
    }
    
    .image-div{
        width: 30%;
    }
    .image-title{
        font-size:12pt;
    }
    
    .image-info{
        font-size:10pt;
        margin-bottom: 10%;
    }
    .tecno-question{
        margin-top: 6%;
        font-size: 16pt;
    }
    .tecno-question-div{
        margin-top: 0%;
        margin-bottom: 6%;
    }
    .img-stepOne{
        display: none;
    }
    .img-stepTwo{
        display: none;
    }
    .img-process{
        display: none;
    }
    .tecno-proceso-3{
        display: none;

    }
    .medios-background{
        height: 600px;
    }
    .number-orange{
        font-size: 7vh;
    }
    .number-white{
        font-size: 7vh;
    }
    .resp-tablet-st3{
        margin-left: 17%;
    }
    .title-step-black{
        font-size: 13pt;
    }
    .title-step-white{
        font-size: 13pt;
    }
    .info-step{
    font-size: 14pt;
    margin-bottom: 10%;
    }
    .info-step-white{
        font-size: 14pt;
    }
    .div-step-orange{
        width: 30%;
    }
    .resp-tablet-st2{
        margin-left: -7%;
    }
    .div-step-white{
        width: 25%;
    }
    .info-step-white{
        width: 60%;
    }
    .convencional-img{
        height: 95px;
    }
    .carboneat-img{
        height:95px;
    }
    .tfont{
        font-size: 11pt;
    }
    .none-img{
    height: 20px;
    }
    .check-img{
    height: 20px;
    }
}
 
@media (min-width: 768px) and (max-width: 991px) {
   

        
    .image-turnOn{
        width: 50%;
        height: 200px;
        margin: auto;
        margin-top: 5%;
    }
    
    .image-service{
        width: 50%;
        height: 200px;
        margin: auto;
    }
    .image-efficiency{
        width: 50%;
        height: 200px;
        margin: auto;
    }
    .image-cooking{
        width: 50%;
        height: 200px;
        margin: auto;

    }
    .image-saving{
        width: 50%;
        height: 200px;
        margin: auto;
    }
    
    .image-div{
        width: 10%;
    }
    .image-title{
       
        font-size:14pt;
    }
    
    .image-info{
        font-size:12pt;
        margin-bottom: 10%;
    }
    .tecno-question{
        margin-top: 4%;
        font-size: 16pt;
        margin-bottom: -1%;
    }
    .tecno-question-div{
        margin-bottom: 4%;
    }
    .info-step{
        font-size: 12pt;
    }
    
    .img-stepOne{
        display: none;
    }
    .img-stepTwo{
        display: none;
    }
    .img-process{
        display: none;
    }
    .tecno-proceso-3{
        display: none;

    }
    .resp-tablet-st3{
        margin-left: 17.5%;
        margin-bottom: 15%;
    }
 .number-white{
     margin-left: 18%;
 }

 .title-step-white{
     margin-left: 18%;
 }
 .div-step-white{
     margin-left: 18%;
 }
 .info-step-white{
     margin-left: 18%;
     width: 30%;
     font-size: 12pt;
 }
 .steps-space-top{
     margin-top: -1%;
  
 }
 .resp-tablet-st2{
   /* margin-left: 50%;*/
    margin-bottom: -3%;
    margin-top: -6%;
}
.steps-space-bottom{
    margin-bottom: 0%;
}
.title-table{
    margin-top: 15%;
}
.tfont{
    font-size: 12pt;
}
.medios-background{
    height: 750px;
}


}




@media (min-width: 992px) and (max-width: 1199px) {
   

    .image-title{
        font-size:13pt;
    }
    
    .image-info{
        font-size:10pt;
    }
    .tecno-question{
        margin-top: 4%;
    }
    .tecno-question-div{
        margin-bottom: 4%;
    }
    .info-step{
        font-size: 14pt;
    }
    
    .info-step-white{
        font-size: 14pt;
    }
    .title-table{
        margin-top: 10%;
    }
    
    .tfont{
        font-size: 12pt;
    }

  
    .img-process{
        height: 250px;
        position: relative;
        overflow: hidden;
    }
    .tecno-proceso-3{
        position: absolute;
        bottom: 0px;
        left: 40%;
        bottom: 0%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 35%);
    }
    
  .div-step-orange{
        width: 70%;
  }
  .div-step-white{
    width: 40%;
  }
  .img-stepOne{
    height: 200px;
    width: 100%;
    margin-top: 12%;

}

.img-stepTwo{
    height: 300px;
}

   }

