/*index css acoplado*/
.img-uno-carrucel{
    width: 420px;
}
.img-dos-carrucel{
    width: 300px;
}
.img-tres-carrucel{
    width: 450px;
}
.img-cuatro-carrucel{
    width: 550px;
}
/*INSTRUMENTOS seccion*/
.max-ancho{
    max-width: 1001px;
}
.fu-ninja{
    width: 350px;
}
.h1{
    font-weight: 800;
}
p .h3{/*listo*/
    font-weight: 700;
    color: #fff;
}/*852*//*listo*/
.white-space{
    white-space: nowrap;
}
.caja-uno{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.title-negra{
    font-weight: 600;
    font-size: 36px;
}
.medio-centro{
    text-align: center;
}
@media all and (max-width:1000px){
    .caja-uno{
        flex-direction: column;
    }
}
@media all and (max-width:770px){
    .centro-socio{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 768px){
    .title-uno{
        font-size: 63px;
    }
}
.text-instr{
    flex: 1 1 20%;

}
.img-primera{
    flex: 1 1 20%
}
.img-segunda{
    flex: 1 1 20%
}


.img-tam-instr{
    width: 305px;  
    padding: 10px;
}
.img-tam-inst-mapa{
    width: 300px;
    margin-top: 12px;
    padding: 10px;
}
.img-tam-inst-paq{
    width: 500px;
    padding: 10px;
   
}
.img-tam-inst-smart{
    width: 200px;
    margin-left: 35px;
    padding: 10px;  
}
.img-tam-inst-ols{
    width: 200px;
    margin-left: 35px;
    padding: 10px;
}
.img-tam-inst-meter{
    width: 300px;  
    padding: 10px;
}


/*herramientas*/

.container-herr{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    max-width: 1010px;
}
.column-herr-uno{
    margin-top: 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    flex: 1 1 auto;
    
}
.elemt-herr{
    width: 500px;
    
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 45%; 
    margin-top: 50px;
}
.text-title-p{
    flex: 1 1 auto;
}
.img-herr{
    flex: 1 1 auto;
}

.img-herr-i-uno{
    width: 200px;
    
}
.img-herr-i-dos{
    width: 300px;
}
.img-herr-i-tres{
    width: 150px;
}
.img-herr-i-cuatro{
    width: 200px;
}
.img-herr-i-cinco{
    width: 200px;
}
.img-herr-i-seis{
    width: 250px;
}
.img-herr-i-siete{
    width: 200px;    
}
.img-herr-i-ocho{
    width: 180px;
}
.img-herr-i-nueve{
    width: 300px;
}
.img-herr-i-diez{
    width: 180px;
}
.img-herr-i-once{
    width: 200px;
}
.img-herr-i-doce{
    width: 200px;
}
@media all and (max-width: 1000px){
    .column-herr-uno{
        display: none;
    }
    .column-herr-uno-responsive{
        display: flex;
        flex-direction: column;
    }
    .elemt-herr{
        flex: 1 1 auto;
    }
}
@media all and (min-width: 1000px){
    
    .column-herr-uno-responsive{
        display: none;
        
    }
}
@media all and (max-width: 700px){
    
    .elemt-herr{
        flex-direction: column;
        flex: 1 1 auto;
        justify-content: center;
        align-items: center;
    }
}





