.imagenescontenedor{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: -150px !important;
    display: flex;
    margin-top: 10px !important;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
}
.imagenescontenedor img{
 width: 150px;
 height: 150px;
 margin-right: 20px;
    object-fit: cover;
}
.imagens{
    transition: 0.5s;
}
.imagenprincipal{
    transition: 0.5s;
    transform: scale(1.1);
    border: solid 1px #3d3d3d;
}

@media (max-width: 1200px) {
    .imagenescontenedor{
        margin-top: 50px !important;
        margin-left: 0px !important;
    }
    .imagenescontenedor img{
        margin-top: 10px;
    }
}



.contentespecificaciones{
padding: 50px;
    background-color: #F2F2F2;
    margin-top: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: column;
}
.contentespecificaciones h2{
    font-size: 30px;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 20px;
    border-bottom: solid 1px #3d3d3d80;
}
.contentcentralespe{
    /*alinear a la izquierda*/
margin-top: 15px !important;
    font-size: 20px;
    /*border bottom marcando width*/
margin-bottom: 0px;
}


.bordes{
    width: 20%;
    border-bottom: #3d3d3d solid 1px;
}

.contentcentralespe{
    width: 45%;
    display: flex;
    justify-content: left;
    align-items: left;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (max-width: 900px) {
    .contentcentralespe{
        width: 100%;
    }
}

.masproducto{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
}
.masproducto h2{
    font-size: 30px;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 20px;
    border-bottom: solid 1px #3d3d3d80;
}
.masproducto p{
    /*alinear a la izquierda*/

    font-size: 18px;
    /*border bottom marcando width*/
margin-bottom: 0px;
}

.masproducto img{
    width: 100%;
    height: 250px;
    margin-right: 20px;
    object-fit: cover;
}
.contentmasproducto:hover{
    transform: scale(1.1);
}
.masproductosconten{
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 50px !important;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: column;

}
.masproductosconten h2{
   color: #666666;
   font-weight: bolder;
   font-size: 30px;
}

@media (max-width: 500px) {
    .masproducto img {
        width: 100%;

    }
    .contentmasproducto{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        flex-direction: column;
        
    }
}