.contenedor-interior{
    display: flex;
    flex-wrap: wrap;
}

.productos{
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 15px;
    width: 90%;
    display: flex;
    box-sizing: border-box;
}
.interior{
    /* margin-top: 90px; */
    margin-left: 30px;
    margin-right: 15px;
    width: 100%;
    display: flex;
    
}

.txt__productos{
    width: 60%;
    margin: 30px;
    margin-left: 50px;
    text-align: justify;
}

.txt__interior{
    width: 50%;
    margin: 30px;
    margin-left: 50px;
    text-align: justify;
}

.txt__interior_gris{
    width: 50%;
    margin: 30px;
    margin-left: 50px;
    padding: 20px;
    text-align: justify;
    background-color: #a7a5b9;
}

.lateral__productos{
    width: 40%;
    margin-bottom: 50px;
}

.lateral__interior{
    width: 50%;
    margin-bottom: 50px;
}

/* ------imagen Interior---------- */

.imagen__interios_3{
    width: 50%;
    margin-left: 30px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}


.imagen__interios_2{
    width: 80%;
    margin-left: 30px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.imagen__interios{
    width: 60%;
    margin-left: 30px;
    /* margin: auto; */
    margin-top: 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.info__img__interior{
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
}
.info__img__interior: hover{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.info__img__interior{
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
}
.info__img__interior:hover{
    transform : scale(1.3);
    -moz-transform : scale(1.3); /* Firefox */
    -webkit-transform : scale(1.3); /* Chrome - Safari */
    -o-transform : scale(1.3); /* Opera */
    -ms-transform : scale(1.3); /* IE9 */
}

/* ------------ consumibles ------------ */

.interior__consumibles{
    margin: auto;
    width: 70%;
    display: flex;
}

.imagen__consumibles{
    width: 30%;
    margin-left: 30px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;s
}

.txt__consumibles{
    width: 70%;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.txt__consumibles_presupuesto{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 30px;
}

.boton_presupuesto{
    padding: 10px;
    justify-content: flex-end;
    margin-bottom: 30px;
    border-top: 3px solid #57555d;
    border-bottom: 3px solid #57555d;
}


/* ---------botoneslaterales-------- */

.descarga__pdf{
    width: 80%;
    margin: 25px 15px 0px;
    padding: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #909098;
    
}
.video{
    width: 80%;
    margin: 0px 15px;
    padding: 10px;
    border-bottom: 2px solid #909098;
}


.link__presupuesto{
     width: 80%;
    margin: 0px 15px;
    padding: 10px;
    /* border-top: 2px solid; */
    border-bottom: 2px solid;
    color: #909098;
}

.link__presupuesto_2{
     width: 80%;
    margin: 0px 15px;
    padding: 10px;
    border-top: 2px solid; 
    border-bottom: 2px solid;
    color: #909098;
}

.lateral__productos .video [class^="icon-"]{
    /* display: inline-block; */
    color: #ac8d8d;
    text-decoration: none;
    font-size: 40px;
    padding: 10px;
    width: 35px;
    height: 35px;
    line-height: 40px;
    margin: 0 5px;
}

.lateral__productos .video [class^="icon-"]:hover{
    /* display: inline-block; */
    color: #cc1818;
    text-decoration: none;
    font-size: 40px;
    padding: 10px;
    width: 35px;
    height: 35px;
    line-height: 40px;
    margin: 0 5px;
}
.borton_lateral:hover{
    color: #4a45c7;
}

.titulo_img{
    width: 50%;
    margin-bottom: 10px;
}


/* ---------------- banner interior ---------------- */

.banner_interior{
    padding-top: 100px;
    position: relative; 
    width: 100%;
}

.banner_interior_img{
    width: 100%;
}

.titulo_banner_Interior{
    top: 50%;
    left: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #0f0e50;
    position: absolute;
    /* bottom: 50%; */
    transform: translateX(-50%) translateY(-50%)
}

/* ---------------- videos ---------------- */

.videos{
    width: 100%;
}

.interior_videos{
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 260px;
}


.txt__videos{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 260px;
    font-size: 15px;
    text-align: center;
    color: #0f0e50;
    background-color: #adabb4;
    padding: 5px;
}




/* ------------------- responsive ------------------- */

@media screen and (max-width: 1000px){
    
    .productos{
        display: block;
    }
    .interior{
        display: block;
    }
    .txt__interior{
        width: 85%;
        margin: auto;
    }
    .txt__interior_gris{
        width: 85%;
        margin: auto;
    }
    .txt__productos{
        width: 100%;
        margin-left: 0px;
    }
    .lateral__productos{
        width: 100%;
        margin-bottom: 50px;
    }
    .lateral__productos a{
        color: #909098;
    }
    .lateral__interior{
        width: 100%;
    }
    .titulo_banner_Interior{
        text-align: center;
        margin-top: 20px;
    }
}

