* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
  }

  html {
    /*
    overflow-x: hidden;
    */
    width: 100%;
    }

body {
    width: 100%;
    /*
    overflow-x: hidden;
    */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    }

a {
    text-decoration: none;
    color: #3a4052;
  }

  .a_hover{
    text-decoration: none !important;
  }

  .a_hover:hover{
    text-decoration: underline !important;
  }

li {
	margin: 0px;
	padding: 0px;
    }

ul {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
    }

/* img{
    margin: auto;
    display: flex;
    } */





/* -------------------------------- */

.margin-img-logo{
    margin-left: 10%;
    margin-top: 1%;
    margin-bottom: 1%;
    }

.margin-list-nav{
  margin-right: 2%;
}

.somos-puppis{
  padding-left: 230px;
    font-size: 50px;
    font-weight: 700;
    padding-top: 70px;
}

@media (max-width: 996px) {
  .somos-puppis{
    padding-left: 30px;
      font-size: 40px;
      font-weight: 700;
      padding-top: 30px;
  }
}


.somos-puppis_nuestras_marcas{
  padding-left: 130px;
    font-size: 250%;
    font-weight: 700;
    padding-top: 70px;
}

@media (max-width: 996px) {
  .somos-puppis_nuestras_marcas{
    padding-left: 20px;
      padding-top: 30px;
      font-size: 150%;

  }
}


.somos-puppis-desc{
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  padding-left: 230px;
}


@media (max-width: 996px) {
  .somos-puppis-desc{
    font-size: 16px;
    padding-left: 30px;
  }
}



.lista_bloque3{
  font-size: 15px;
  margin-bottom: 10px;
  font-family: 'Nunito', sans-serif;
  color:  #1d4f90;
  padding-left: 10px;
}

.texts-bloque4{
  text-align: center;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  color:  #1d4f90;
  font-weight: 600;
  margin-top: 10px;
}

.responsiveContent {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
}
.responsiveContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* .indicadorCarrousel{
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
} */

/* .seccion-iconos{
  background-color: white;
  background-image: url('../images/fondo-manchas.png');
  width:auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 70px;
  min-height: 360px;
} */

/* @media (max-width: 996px) {
  .seccion-iconos{
    background-image: url('../images/fondo-manchas-mobile.png');

  }
} */

.row-iconos{
  width: 65%;
   margin:auto !important
}

@media (max-width: 996px) {
  .row-iconos{
    width: 90%;
  }
}

.seccion-quienes{
  background-color: #cccccc;
   background-image: url('../images/fondo-azul.png');
   height: 300px;
   background-size: cover;
   background-repeat: no-repeat;
}

@media (max-width: 996px) {
  .seccion-quienes{
    background-color: #cccccc;
     background-image: url('../images/somos-puppis-mobile.png');
     height: 190px;
     background-size: cover;
     background-repeat: no-repeat;
  }
}

.seccion-endevor{
  background-color: #194F90;
}


.carrousel-size{
  display: block;
}

@media (max-width: 996px) {
  .carrousel-size{
    display: none;
  }

}


.carrousel-mobile{
  display: none;
}

@media (max-width: 996px) {
  .carrousel-mobile{
    display: block;
  }

}


.gif-class{
  height: 500px;
   width: 500px;
    border-radius: 10px;
    margin-right: -27px;
}

.gif-text{
  background: #f4d372;
  height: 350px;
  width: 400px;
  border-radius: 0px 10px 10px 0px;
  padding: 20px 20px;
}


@media (max-width: 996px) {
  .gif-text{
    border-radius: 10px;
  }

}


.seccion-display{
  display: block;
}
.seccion-display-mobile{
  display: none;
}

@media (max-width: 996px) {
  .seccion-display{
    display: none;
  }
  .seccion-display-mobile{
    display: block;
  }
}


.form-text{
  color:  #1d4f90 !important;
  font-weight: 600;
}


.seccion-contacto{
background-color: #cccccc;
background-image: url('../images/chico_pc.gif');
height: 366px;
background-size: cover;
background-repeat: no-repeat;
}

@media (max-width: 996px) {
  .seccion-contacto{
  background-image: url('../images/chico_mobile.gif');
  }
}

@media (max-width: 556px) {
  .seccion-contacto{
    background-image: url('../images/chico_mobile.gif');
    height: 400px;
  }
}





.seccion-marcas{
background-color: #cccccc;
background-image: url('../images/chico_pc.gif');
height: 200px;
background-size: cover;
background-repeat: no-repeat;
}

@media (max-width: 996px) {
  .seccion-marcas{
  background-image: url('../images/chico_mobile.gif');
  height: 126px;

  }
}

.bg-manchas-mov{
  background-image: url('../images/grande_pc.gif');
  background-size: cover;
}

@media (max-width: 996px) {
  .bg-manchas-mov{
    background-image: url('../images/grande_mobile.gif');
    background-size: contain;
  }
}

.img-icono{
  width: 150px;
}

@media (max-width: 996px) {
  .img-icono{
    width: 100px;
  }
}


.img-manos{
  width: 300px;
}

@media (max-width: 996px) {
  .img-manos{
    width: 200px;
    margin: auto;
    display: flex;
  }
}

.div-manos{
  display: inline-grid;
  padding-right: 25%;
}

@media (max-width: 996px) {
  .div-manos{
    padding-bottom: 0px;
    padding-right: 10%;

  }
}
 .img-modal{
   width: 700px;
 }

 @media (max-width: 556px) {
   .img-modal{
     width: 400px;
   }
 }

 .img-button{
   width: 30%
 }

 @media (max-width: 556px) {
   .img-button{
     width: 50%
   }
 }

 .padding-display{
   padding: 100px !important;
 }

 .height-mobile{
   height: auto;
 }


 @media (max-width: 996px) {
   .padding-display{
     padding: 30px !important;
   }
   .height-mobile{
     height: 530px !important;
   }

 }

 @media (max-width: 566px) {
   .padding-display{
     padding: 30px !important;
   }
   .height-mobile{
     height: 430px !important;
   }

 }



 .height-mobile-nav{
   height: 80px;
 }

 /* @media (max-width: 996px) {
   .height-mobile-nav{
     height: 80px;
   }
 } */


 .width_pet_plus{
   width: 100%;
 }

 @media (min-width: 2200px) {
   .width_pet_plus{
     width: min-content;
   }

 @media (max-width: 2200px) {
   .width_pet_plus{
     width: 100%;
   }
