/*----------animacion--------------*/

/*TIPOS NEUMATICOS -ROJO 1 */
.mod_neumaticos {
    transform: translateY(400px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}

.tipos_neumaticos.final .mod_neumaticos {
    transform: translateY(0);
    opacity: 1;
}
/*QUIENES SOMOS 1 */
.quienes_somos .back_negr_trans {
    transform: translateY(400px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}

.quienes_somos.final .back_negr_trans {
    transform: translateY(0);
    opacity: 1;
}
/*COTIZACIONES */
.cotizaciones .wrapper .custom {
    transform: translateY(400px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}

.cotizaciones.final .wrapper .custom {
    transform: translateY(0);
    opacity: 1;
}
/*BIENVENIDOS A */
.bienvenidos_a .interior .custom {
    transform: translateY(400px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}

.bienvenidos_a.final .interior .custom {
    transform: translateY(0);
    opacity: 1;
}
/*VER CATALOGO */
.ver_catalogo .custom .txt_ver_cat{
    transform: translateY(400px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}

.ver_catalogo.final .custom .txt_ver_cat{
    transform: translateY(0);
    opacity: 1;
}
.ver_catalogo .custom .neumat-catalogo{
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}

.ver_catalogo.final .custom .neumat-catalogo{
    opacity: 1;
}
/*SERVICIOS */
.servicios .wrapper {
    transform: translateY(400px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}

.servicios.final .wrapper {
    transform: translateY(0);
    opacity: 1;
}
/*SUCURSALES */
.sucursales .interior2 .custom {
    transform: translateY(400px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}

.sucursales.final .interior2 .custom {
    transform: translateY(0);
    opacity: 1;
}
/*CONTACTO */
.contacto .wrapper {
    transform: translateY(400px);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    -moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) .5s;
}

.contacto.final .wrapper {
    transform: translateY(0);
    opacity: 1;
}












/*-----  termina animacion---------*/

@media screen and (max-width:600px) {
/*desactivar animaciones*/


/*desactivar animaciones*/
}
