#index_cuerpo{
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#index_cuerpo ul{
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
}
/* slider:cabecera */
#cabecera_perros{
    width: 100vw;
    height: 80vh;

}
#cabecera_perros li{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end ;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
}
.margen_superior{
    margin-top: 50px;
}

.slider_img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider_txt{
    width: 45%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    border-right: 10px solid white;

}
#txt_01{background-color: #fff;}
#txt_01 p{color: #3461b5;}
#txt_01 .slider_nombre{color: #3e3e3e;}
#txt_01 section{color: #e11c21;}
#txt_01 i{color: #3e3e3e;}



#txt_02{background-color: #e11c21;}
#txt_03{background-color: #3461b5;}
#txt_04{background-color: #762A95;}

#img_01{background-image: url("../img/perros/dumt_slider.jpg");}
#img_02{background-image: url("../img/perros/energy_slider.jpg");}
#img_04{background-image: url("../img/perros/calm_slider.jpg");}
#img_03{background-image: url("../img/perros/recovery_slider.jpg");}

.slider_nombre{
    font-weight: 900; 
    font-size: 35px;
    line-height: 35px;
}
.slider_txt i{
    margin: 20px;
    font-size: 50px;
}
.slider_txt i{
    margin: 20px;
    font-size: 50px;
}
.slider_txt i:hover{
    font-size: 55px;
}
.slider_txt i:hover{
    font-size: 55px;
}

/* presenta */
.dumt_presenta{
    width: 100%;
    height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-family: 'Nunito';
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
	font-family: 'Nunito';
    font-weight: 900;
    font-size: 30px;

}
.dumt_presenta div{
    width: 70%;
    padding: 3%;
    background-color: rgb(252, 252, 243);
}
.dumt_presenta b{
    font-size: 28px;
    color: #e11c21;
    -webkit-animation: color_bPerros 4s linear 0s infinite alternate;
    animation: color_bPerros 4s linear 0s infinite alternate;
}
@-webkit-keyframes color_bPerros {
    from {color: #e11c21;   }
    to {color: #3461b5; }
} 
@keyframes color_bPerros {
    from {color: #e11c21;   }
    to {color: #3461b5; }
}

/* Cuerpo:seccion_productos */
.cabecera_marca{
    width: 90vw;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.plantilla_seccion{
    width: 90vw;
    height: 50vh;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.plantilla_apartado{
    width: 32%;
    height: 100%;
    margin: 0auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.plantilla_apartado ul{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;

}
.apartados{
    width: 100%;
    height: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    margin-bottom: 25px;
    color: black;
}
.apartados i{
    margin-right: 10%;
    font-size: 40px;
   
}
.apartados div{
    width: 70%;
    height: 100%;
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Nunito';
    font-weight: 600;
   
}

.apartado_mockup{
    background-color: grey;
}
#apartado_img{
    background-image: url("../img/perros/energy.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#apartado_img2{
    background-image: url("../img/perros/calm.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#apartado_img3{
    background-image: url("../img/perros/recovery_viñeta.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.img_sub{
    width: 95%;
    height: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-family: 'Nunito';
    font-weight: 900;
    -webkit-box-align: center ;
        -ms-flex-align: center ;
            align-items: center ;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
}
.img_txt{
    width: 95%;
    background-color: #3e3e3ea5;
    height: 0%;
    color: #3e3e3ea5;
    font-family: 'Nunito';
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center ;
        -ms-flex-align: center ;
            align-items: center ;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: height 1s, color 2s;
    -o-transition: height 1s, color 2s;
    transition: height 1s, color 2s;
}
.img_txt p{
    width: 90%;  
}
.img_txt section{
    width: 90%;  
    margin-top: 10px;
    font-size: 14px;
}
/* Cuerpo:seccion_UCM */

#ucm_avalacion{
    width: 100vw;
    height: 100vh;
    text-align: center;
    margin-bottom: 20vh;
    -webkit-box-align: center ;
        -ms-flex-align: center ;
            align-items: center ;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center ;
}
#ucm_avalacion img{
    margin-bottom: 30px;
}
#ucm_avalacion .cabeceraUCM{
    margin-bottom: 30px;
    width: 80%;
}
#avalacion_texto{
    font-family: 'Nunito';
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
#avalacion_txt{
    margin-top: 5vh;
    width: 100%;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#avalacion_txt div{
    width: 30%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#avalacion_txt section{
    margin-top: 30px;
    width: 90%;
    font-family: 'Nunito';
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: #3e3e3e;
}

@media (max-width: 820px) {
/* slider:cabecera */

    .slider_txt{      
        font-size: 18px;
        border-right: 10px solid white;
    }
    .slider_nombre{
        font-weight: 900; 
        font-size: 28px;
    }
    .slider_txt i{
        margin: 15px;
        font-size: 40px;
    }
    .slider_txt i:hover{
        font-size: 45px;
    }


 /* Presentacion: dumt */
    .dumt_prenta{
        width: 65vw;
        font-size: 12px;
    }
    .dumt_prenta b{
        font-size: 15px;
    }
    
/* Cuerpo:seccion_UCM */

}
@media (max-width: 600px) {
/* slider:cabecera */
#cabecera_perros{
    width: 100vw;
    height: 80vh;

}
    #cabecera_perros li{
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end ;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        
    }
    .slider_img{
        width: 100%;
        height: 60%;
    }

    .slider_txt{  
        width: 100%;
        height: 40%;    
        font-size: 20px;
        border-right: 0px solid white;
        border-top: 10px solid white;

    }  
    .slider_nombre{
        font-weight: 900; 
        font-size: 24px;
    }
    .slider_txt i{
        margin: 15px;
        font-size: 35px;
    }
    .slider_txt i{
        margin: 15px;
        font-size: 35px;
    }
    .slider_txt i:hover{
        font-size: 40px;
    }

 /* Presentacion: dumt */
    .dumt_presenta{
        font-size: 16px;
    }
    .dumt_presenta b{
        font-size: 20px;
    }
/* Cuerpo:seccion_productos */
    .margen_superior{
        margin-top: 20px;
    }
    .cabecera_marca{
        width: 100vw;
    }
    .plantilla_seccion{
        width: 90vw;
        height: 210vh;
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .plantilla_apartado{
        width: 100%;
        height: 70vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    
    }
/* Cuerpo:seccion_UCM */
.margen_superior {
    margin-top: 40px;
}
    #ucm_avalacion{
        width: 100vw;
        height: 200vh;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    #ucm_avalacion img{
        margin-bottom: 10px;
    }
    #avalacion_texto{
        width: 80%;
        margin-bottom: 80px;
    }
     #avalacion_txt {
    margin-top: 5vh;
    width: 100%;
    height: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
    #avalacion_txt div{
        margin-top: 30px;
        width: 90%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #avalacion_txt section{
        margin-top: 10px;
        width: 90%;
        font-family: 'Nunito';
        font-weight: 600;
        text-align: center;
        font-size: 18px;
        color: #3e3e3e;
    }
    .parrafo_ucm2{
        margin-top: 20vh;
    }
    .parrafo_ucm1 img{
        width: 70%;
    }
    .parrafo_ucm2 img{
        width: 70%;

    }

}

@media (max-width: 400px) {
 /* Cuerpo:seccion_UCM */
 #ucm_avalacion{
	margin-top:10vh;
    width: 100vw;
    height: 235vh;

}
#ucm_avalacion img{
    margin-bottom: 20px;
}
 #avalacion_txt section{
    font-size: 15px;

}
#avalacion_texto{
    width: 80%;
    font-size: 15px;
    margin-bottom: 0px;
}
}


@media (max-height: 415px) {
    #cabecera_perros {
        height: 100vh;
    }
    .slider_txt {
        width: 60%;
    }
    .dumt_presenta {
        width: 70%;
        height: 70vh;
    }
    
    .apartados div{
        font-size: 12px;

    }
    .img_sub{
        font-size: 16px;
    }

    #ucm_avalacion {
        height: 200vh;
    }
    #avalacion_texto {
        height: 40vh;
    }
    .energy_img{
        height: 95px;
    }
    .calm_img{
        height: 115px;
    }
    #ucm_avalacion img {
        margin-bottom: 30px;
    }
   
	 .parrafo_ucm2{
        margin-top: 10vh;
    }
   
    
 
  }

  @media (max-height: 350px) {
    #cabecera_perros {
        height: 150vh;
    }
    .slider_txt {
        width: 100%;
    }


    .plantilla_seccion {
        height: 350vh;
    }
    .plantilla_apartado {
        height: 110vh;
    }


    #ucm_avalacion {
        height: 310vh;
    }
    #avalacion_texto {
        height: 60vh;
    }
    #avalacion_txt {
        height: 100vh;
    }

  }