@font-face {
  font-family:"Roboto Condensed";
  src:url("../fonts/Roboto-Condensed.eot?") format("eot"),
  url("../fonts/Roboto-Condensed.woff") format("woff"),
  url("../fonts/Roboto-Condensed.ttf") format("truetype"),
  url("../fonts/Roboto-Condensed.svg#Roboto-Condensed") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Roboto Bold Condensed";
  src:url("../fonts/Roboto-BoldCondensed.eot?") format("eot"),
  url("../fonts/Roboto-BoldCondensed.woff") format("woff"),
  url("../fonts/Roboto-BoldCondensed.ttf") format("truetype"),
  url("../fonts/Roboto-BoldCondensed.svg#Roboto-BoldCondensed") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Roboto Bold Condensed Italic";
  src:url("../fonts/Roboto-BoldCondensedItalic.eot?") format("eot"),
  url("../fonts/Roboto-BoldCondensedItalic.woff") format("woff"),
  url("../fonts/Roboto-BoldCondensedItalic.ttf") format("truetype"),
  url("../fonts/Roboto-BoldCondensedItalic.svg#Roboto-BoldCondensedItalic") format("svg");
  font-weight:normal;
  font-style:normal;
}

 @font-face {
  font-family:"Caviar Dreams";
  src:url("../fonts/CaviarDreams.eot?") format("eot"),
  url("../fonts/CaviarDreams.woff") format("woff"),
  url("../fonts/CaviarDreams.ttf") format("truetype"),
  url("../fonts/CaviarDreams.svg#CaviarDreams") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Caviar Dreams Bold";
  src:url("../fonts/CaviarDreams_Bold.eot?") format("eot"),
  url("../fonts/CaviarDreams_Bold.woff") format("woff"),
  url("../fonts/CaviarDreams_Bold.ttf") format("truetype"),
  url("../fonts/CaviarDreams_Bold.svg#CaviarDreams-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
    font-family: 'edwardian_script_itcregular';
    src: url('../fonts/itcedscr-webfont.eot');
    src: url('../fonts/itcedscr-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/itcedscr-webfont.woff') format('woff'),
    url('../fonts/itcedscr-webfont.ttf') format('truetype'),
    url('../fonts/itcedscr-webfont.svg#edwardian_script_itcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family:"Great Vibes";
  src:url("../fonts/GreatVibes-Regular.eot?") format("eot"),
  url("../fonts/GreatVibes-Regular.woff") format("woff"),
  url("../fonts/GreatVibes-Regular.ttf") format("truetype"),
  url("../fonts/GreatVibes-Regular.svg#GreatVibes-Regular") format("svg");
  font-weight:normal;
  font-style:normal;
}


#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
  color: #000;
  font-size: 20px;
   font-family:"Caviar Dreams";
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

#header{
  padding: 12px 0px;
  background-image: url(../img/bg.png);
  background-color: #fff;
}

#header_xs{
  padding: 12px 0px;
  background-image: url(../img/bg_xs.png);
  background-color: #fff;
}

#barra-menu{
  padding: 9px 0px;
  background: rgb(255,6,1);
  background: linear-gradient(79deg, rgba(255,6,1,1) 0%, rgba(250,99,20,1) 42%, rgba(251,73,15,1) 52%, rgba(247,139,28,1) 100%); 
}


#menu{
  background: transparent;
  width: 100%;
  margin-bottom:0;
  border: none;
  min-height: 0px;
}

.menu {
  text-align:center;
}

#navbar li{
  display: inline-block;
  margin: 0px 94px;
}

#navbar a{
  color: #fff;
  float: left;
  position: relative;
  display:inline-block;
  font-size: 33px;
  letter-spacing: 6px;
  font-family:"Roboto Condensed";
}

#navbar a:hover{
  color: #FED1C2;
}

#navbar .selec{
 color: #FED1C2;
 text-decoration: underline;
}

#buscar {
  float: left;
  border: 1px solid #ff000096;
  position: relative;
  background: #fff;
  padding: 4px 4px;
  border-radius: 13px;
  margin-top: 19px;
}

#buscar input {
  background: #fff;
  border: none;
  color: #000;
  height: 46px;
  font-size:22px;
  font-family:"Roboto Bold Condensed";
}

#buscar button {
  border: none;
  color: #fff;
  background: #ff0000;
  font-size: 16px;
  border-radius: 13px;
}

.form-control::placeholder{
  color: #f00;
  font-size: 25px;
  font-family:"Roboto Bold Condensed";
}

.lupa{
  width: 45px;
  height: 34px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/lupa.png);
}

#buscar button:hover{
  background-color: #ff9825;
}

#banner {
    margin-top: 9%;
}

#sucursales{
  font-size: 20px;
  font-family:"Roboto Bold Condensed Italic";
  text-transform: uppercase;
  color: #f00;
  padding-left: 70px;
  background-image: url(../img/ico_sucursales.png);
  background-repeat: no-repeat;
  height: 65px;
  float: right;
  line-height: 54px;
  margin-top: 18px;
}

#sucursales:hover{
  color: #000;
  text-decoration: none;
}

#btn_login{
  padding: 7px 31px;
  border-radius: 20px;
  font-size: 23px;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-family:"Roboto Bold Condensed Italic";
  background-color: #fff;
  letter-spacing: 5px;
  text-decoration: none;
  float:left;
  margin-top: 25px;
}

#btn_login:hover{
  background-color: #ff2626;
  color: #fff;
}

#btn_carrito{
  background-image: url(../img/ico_carrito.png);
  padding: 7px 25px;
  font-size: 25px;
  font-family:"Roboto Bold Condensed Italic";
  float: right;
  margin-top: 7px;
  width: 102px;
  height: 101px;
  background-repeat: no-repeat;
}

#btn_carrito_xs{
  background-image: url(../img/ico_carrito.svg);
  padding: 7px 25px;
  font-size: 25px;
  font-family:"Roboto Bold Condensed Italic";
  float: right;
  margin-top: 7px;
  width: 77px;
  height: 77px;
  background-repeat: no-repeat;
}


#cart-badge {
  font-size: 18px;
  background: transparent;
  font-weight: normal;
  color: #fff;
  padding: 4px 8px;
  vertical-align: top;
  border-radius: 50%;
  z-index: 1;
  margin-left: 13px;
  margin-top: 35px;
  position: relative;
  float: left;
  font-family:"Roboto Bold Condensed";
}

#mascota_home{
  font-family:"Caviar Dreams";
  color: #4d4d4d;
}

.text_mascota_home{
  margin-top: 12%;
  font-family:"Caviar Dreams";
  padding-left: 103px;
}

.text_mascota_home h1{
  font-family:"Caviar Dreams";
  font-size: 56px;
}

.text_mascota_home h2{
  font-family: 'edwardian_script_itcregular';
  font-size: 165px;
}

.text_mascota_home h3{
  font-family:"Caviar Dreams";
  font-size: 36px;
  color: #333333;
}



.text_mascota_home h3 a{
  font-family:"Caviar Dreams";
  font-size: 36px;
  text-decoration: none;
  color: #333333;
}

.text_mascota_home h3 a:hover{
  color:#FE0000;
}

#video{
  height: 100%;
  position: absolute;
  float: left;
}

.video-fullscreen {
  width: 100%;
  float: left;
}

footer{
  padding: 25px 0px;
  background: rgb(255,6,1);
  background: linear-gradient(79deg, rgba(255,6,1,1) 0%, rgba(253,42,9,1) 47%, rgba(251,73,15,1) 60%, rgba(247,139,28,1) 100%); 
}

footer p{
  font-family:"Roboto Condensed";
  color: #fff;
  font-size: 24px;
  line-height:28px;
  padding-top: 13px;
  text-align: center;
  float: left;
}

footer h1 {
  font-family:"Roboto Condensed";
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 9px;
}

#back-top {
  background-image: url(../img/whatsapp.png);
  width: 51px;
  height: 51px;
  position: fixed;
  right: 15px;
  z-index: 900;
  bottom: 18px;
}

#redes {
  position: relative;
  text-align: center;
  padding-bottom: 17px;
  margin-top: 1%;
}

#fb {
  display: inline-block;
  background: url(../img/redes.png) left;
  background-repeat: no-repeat;
  width:83px;
  height:123px;
}

#ins {
  display: inline-block;
  background: url(../img/redes.png)right;
  width: 83px;
  height: 122px;
}

#you {
  display: inline-block;
  background: url(../img/redes.png) 202px 1px;
  width: 92px;
  height: 123px;
}

#web{
  background: #000;
  margin-top: 20px;
  padding: 2px 0px;
  text-align: right;
  text-transform: uppercase;
  border-top:1px solid #ffffff0f;
}

#copy{
  text-align: center;
  padding: 2px 0px;
}

#copy a {
  background: url(../img/web.svg) no-repeat right;
  color: #0003;
  padding-right: 144px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none !important;
  margin-top: 10px;
  font-family:"Roboto Bold Condensed";
}

#servicios{
  margin-top: 9%;
}

.servicios{
  font-family:"Caviar Dreams";
  color: #4d4d4d;
}

.text_servicios{
  margin-top: 17%;
  font-family:"Caviar Dreams";
  padding-left: 103px;
}

.text_servicios h1{
  font-family:"Caviar Dreams";
  font-size: 56px;
}

.text_servicios h2{
  font-family: 'edwardian_script_itcregular';
  font-size: 165px;
}

.text_servicios h3{
  font-family:"Caviar Dreams";
  font-size: 36px;
  color: #333333;
  padding-bottom: 25px;
}

.text_servicios a{
  padding: 7px 34px;
  border-radius: 14px;
  background-color:#FE0000;
  color: #fff;
  float: left;
}

.text_servicios a:hover{
  background-color: #F96D16;
  text-decoration: none;
}

#carousel-int1 .carousel-indicators li{
  width:42px;
  height:39px;
  background-image: url(../img/servicios/li.png);
  border:none;
}

#carousel-int1 .carousel-indicators .active{
  width:42px;
  height:39px;
  background-image: url(../img/servicios/li-h.png);
  border:none;
}

#consejos{
  position: relative;
  margin-top: 15%;
  margin-bottom: 105px;
}

.video {
  width: 100%;
  height: 334px;
  margin-bottom: 18px;
}

.videos{
  margin-bottom: 20px;
}

.videos h1{
  font-family:"Roboto Bold Condensed Italic";
  text-align: center;
  color: #c1272d;
  font-size: 31px;
  text-transform: uppercase;
}

#nosotros{
  margin-top: 9%;
  padding:243px 0px;
  background-image: url(../img/nosotros/bg_historia.jpg);
  background-position: center top;
  background-size: cover;
}

.text_nosotros{
  padding-left: 65px;
}

.text_nosotros h1{
  color: #fff;
  font-family:"Roboto Bold Condensed";
  font-size: 45px;
  margin-bottom: 29px;
}

.text_nosotros h2{
  color: #fff;
  font-family:"Great Vibes";
  font-size: 159px;
}

.text_nosotros h3{
  font-family:"Roboto Bold Condensed";
  font-size: 37px;
  padding-top: 25px;
  color: #fff;
}

.text_nosotros p{
  color: #fff;
  padding-right: 205px;
  font-size: 24px;
  text-align: justify;
  font-family:"Caviar Dreams";
}

.text_mision{
  margin-top: 5%;
  padding-right: 85px;
}

.text_mision h1{
  color: #c1272d;
  font-family:"Roboto Bold Condensed";
  font-size: 45px;
  text-align: right;
}

.text_mision h2{
  font-family:"Great Vibes";
  font-size: 159px;
  color: #ff0000;
  text-align: right;
  padding-bottom: 55px;
}

.text_mision h3{
  font-family: "Caviar Dreams";
  color: #c1272d;
  font-size: 32px;
  padding-top: 65px;
  text-align: right;
}

.text_mision h3 span{
  font-family:"Roboto Bold Condensed Italic";
  color: #ff0000;
  text-align: right;
}

.text_mision p{
  font-size: 25px;
  font-family:"Caviar Dreams";
  color: #c1272d;
  text-align: right;
}

#vision{
  background-color: #ffefcd;
}

.text_vision{
  margin-top: 5%;
  padding-left: 85px;
}

.text_vision h1{
  color: #c1272d;
  font-family:"Roboto Bold Condensed";
  font-size: 45px;
  padding-bottom: 45px;
}

.text_vision h2{
  font-family:"Great Vibes";
  font-size: 159px;
  color: #ff0000;
}

.text_vision h3{
  font-family: "Caviar Dreams";
  color: #c1272d;
  font-size: 32px;
  padding-top: 65px;
}

.text_vision h3 span{
  font-family:"Roboto Bold Condensed Italic";
  color: #ff0000;
}

.text_vision p{
  font-size: 25px;
  font-family:"Caviar Dreams";
  color: #c1272d;
}

.sucursales a {
  position: absolute;
  bottom: 10px;
  padding: 11px 33px;
  color: #ff0000;
  background-color: #fff;
  font-size: 42px;
  border-radius: 40px;
  left: 44%;
  font-family:"Roboto Bold Condensed Italic";
}

.sucursales a:hover{
  background-color: #ff9825;
  text-decoration: none;
  color: #fff;
}

.texto {
  float: left;
  position: absolute;
  bottom: 16%;
  left: 4%;
  color: #FFF;
  text-shadow: 2px 2px 0px #000;
  padding: 45px 37px;
}

.texto h1 {
  font-size: 58px;
  font-family:"Caviar Dreams";
}

.texto h2{
  font-family: 'edwardian_script_itcregular';
  font-size: 180px;
  color: #ff0000;
}

.texto h3{
  font-family:"Caviar Dreams";
  font-size: 32px;
  padding-bottom: 45px;
}

.texto a{
  font-size: 40px;
  color:#ff0000;
  font-family:"Caviar Dreams Bold";
}

.texto a span{
  color: #fff;
}

#banner .carousel-indicators{
  bottom: 25px;
  width: 58%;
}

#banner .carousel-indicators li {
  background-color: #E1E1E1;
  border:0px;
  width: 19px;
  height: 19px;
}

#banner .carousel-indicators .active{
  background-color: transparent;
  border: 2px solid #CE2222;
}

#sucursales2{
  margin-top:9%;
}

#iniciar_sesion {
  margin-bottom: 5%;
  margin-top: 17%;
}

#iniciar_sesion h1 {
    text-align: center;
    color: #FF0801;
    text-transform: uppercase;
    font-family:"Roboto Bold Condensed" !important;
    font-size: 38px;
    padding-bottom: 5px;
}

#texto-in {
    padding: 30px 131px;
}

#texto-in h2 {
    line-height: 20px;
    font-size: 18px;
    padding-bottom: 6px;
    color: #000;
    padding-top: 31px;
    font-family:"Caviar Dreams Bold";
    text-transform: uppercase;
}

#texto-in input {
    border-radius: 0px;
    border: 1px solid #313e4847;
    padding: 10px;
    width: 100%;
}

#enviar_s {
    width: 100% !important;
    position: relative;
    float: left;
    cursor: pointer;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center;
    margin-top: 34px !important;
    padding: 8px 11px !important;
    font-family:"Caviar Dreams Bold";
    background: #F7881B !important;
    border: none !important;
    text-transform: uppercase;
}

#enviar_s:hover {
    background-color: #FF0C02 !important;
}

.olvido {
    color: #a3a5a8 !important;
    float: right;
    font-family:"Caviar Dreams Bold";
    padding-top: 7px;
}

#text_registro {
    text-align: center;
    color: #303e48;
}

#registrarse {
    margin-top: 1%;
}

#registrarse h2 {
    font-size: 20px;
    text-align: center;
}

#registrarse a {
    width: 100%;
    position: relative;
    float: right;
    font-size: 20px !important;
    color:#FE1604 !important;
    text-align: center;
    padding: 8px 11px !important;
    font-family:"Caviar Dreams Bold";
}

#registro {
    margin-top: 12%;
    padding: 100px 0px;
}

#registro h1 {
    text-align: center;
    color: #FF0801;
    text-transform: uppercase;
    font-family: "Roboto Bold Condensed" !important;
    font-size: 38px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ff00005c;
    margin-bottom: 59px;
}

#form-reg {
    margin-top: 30px;
}

#form-reg h3 {
   font-family:"Caviar Dreams Bold";
    color: #000;
    font-size: 18px;
    margin-top: 5px;
    padding-bottom: 6px;
}


#form-reg h5 {
    float: left;
    font-size: 19px;
    text-align: right;
    margin-top: -28px;
    padding: 1px 8px;
}

#form-reg .check {
    text-align: left;
    float: none;
    display: inline-block;
    width: auto;
    margin-top: 39px;
}

#politica a {
    color: #0195b6 !important;
    text-decoration: none;
    padding: 8px;
    float: right;
}

#politica a:hover {
    text-decoration: underline;
}

#form-reg input {
    border-radius: 0px;
    border: 1px solid #313e4847;
    padding: 8px;
    width: 100%;
    margin-bottom: 15px;
}

#texto-reg p {
    text-align: center;
    line-height: 22px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #000;
}

#texto-reg h2 {
    padding-top: 40px;
    font-size: 19px;
    float: left;
}

#form-reg #enviar-r {
    width: 100% !important;
    border: medium none !important;
    cursor: pointer;
    position: relative;
    float: left !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center;
    background: #F7881B !important;
    margin-top: 35px !important;
    font-family:"Caviar Dreams Bold";
    margin-bottom: 0px !important;
}

#form-reg #enviar-r:hover {
    background-color: #FF0C02 !important;
}


/*--------------------------------------------------------------------------*/

@media (max-width: 991px) and (min-width:300px){


.logo a {
  position: relative;
  float: left;
  z-index: 99999999;
}

#menu{
    margin-top: -75px;
  }

  #navbar a {
    width: 100%;
    text-align: center;
    padding: 2px;
    text-decoration: none;
    letter-spacing: 0px;
    border: none;
    font-size: 26px;
  }

  #texto-in h2{
    font-size: 15px;
  }

  #registro{
    margin-top: 43%;
  }

  #registrarse h2{
    font-size: 17px;
  }

  #registro h1{
    font-size: 31px;
  }

  #texto-reg p{
    font-size: 17px;
  }

  #navbar li{
    width: 100%;
    margin:0px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
    border: 1px !important;
    margin-top:10px;
    background-color: transparent !important;
  }

   nav .me{
    color: #000;
    font-size: 16px;
    font-family:"Caviar Dreams Bold";
    padding-bottom: 10px;
  }

   .navbar-nav{
    margin: 0px;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    
  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #000;
  }

  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent;
  }

  .navbar-toggle .icon-bar{
    width: 41px;
    height: 2px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px ;
    padding-bottom: 10px;
  }

  .collapse.in{
    display:block !important;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #fff0;
  }

  

}




/*-------------------------------------------------------*/

@media (max-width:359px) and (min-width:300px){

  .img2 {
    width: 207px;
    float: left;
  }

  #btn_login{
    padding: 5px 12px;
    font-size: 20px;
  }

  #menu{
    margin-top: -71px;
  }

  #banner{
    margin-top: 64%;
  }

  .text_mascota_home{
    padding-left: 20px;
  }

  .text_mascota_home h1{
    font-size: 22px;
  }

  .text_mascota_home h3 a{
    font-size: 26px;
  }

  .text_mascota_home h2{
    font-size: 63px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  footer p{
    float: none;
    font-size: 19px;
    line-height: 23px;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 16px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 781%;
  }

  .text_servicios{
    padding-left: 15px;
  }

  .text_servicios h1{
    font-size: 26px;
  }

  .text_servicios h2{
    font-size: 64px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 88%;
  }

  .video{
    height: 171px;
  }

  .videos h1{
    font-size: 16px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size: 40px;
  }

  #nosotros{
    margin-top: 63%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h1{
    font-size: 37px;
    margin-bottom: 9px;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .sucursales a{
    bottom: 49px;
    right: 2%;
    padding: 11px 13px;
    font-size: 22px;
  }

  .text_mision p{
    font-size: 17px;
    text-align: center;
  }

  .text_mision h2{
    padding-bottom: 13px;
  }

  .text_mision h3{
    font-size: 21px;
  }

  .text_mision h2{
    font-size: 52px;
  }

  .text_mision h1{
    font-size: 38px;
    text-align: left;
  }

  #sucursales2{
    margin-top: 87%;
  }

  #iniciar_sesion{
    margin-top:85%;
    margin-bottom: 18%;
  }

  #texto-in{
    padding: 30px 23px;
  }

  #iniciar_sesion h1{
    font-size: 29px;
  }

  #cart-badge{
    margin-left: 2px;
    margin-top: 22px;
  }

  #products {
    margin-top:72%;
  }

  .producto{
    min-height: 442px !important;
  }

  #detalle{
    margin-top:74% !important;
  }


}

/*-------------------------------------------------------*/

@media (max-width:380px) and (min-width:360px){

  .img2 {
    width: 282px;
    float: left;
  }

  #menu{
    margin-top: -75px;
  }

  #banner{
    margin-top: 64%;
  }

  .text_mascota_home{
    padding-left: 20px;
  }

  .text_mascota_home h1{
    font-size: 30px;
  }

  .text_mascota_home h2{
    font-size: 90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  footer p{
    float: none;
    font-size: 19px;
    line-height: 23px;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 22px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 61%;
  }

  .text_servicios{
    padding-left: 15px;
  }

  .text_servicios h1{
    font-size: 34px;
  }

  .text_servicios h2{
    font-size: 80px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 62%;
  }

  .video{
    height: 171px;
  }

  .videos h1{
    font-size: 16px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size: 49px;
  }

  #nosotros{
    margin-top: 63%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h1{
    font-size: 37px;
    margin-bottom: 9px;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .sucursales a{
    bottom: 49px;
    right: 2%;
    font-size: 22px;
  }

  .text_mision p{
    font-size: 21px;
    text-align: center;
  }

  .text_mision h2{
    padding-bottom: 13px;
  }

  .text_mision h3{
    font-size: 21px;
  }

  .text_mision h2{
    font-size: 75px;
  }

  .text_mision h1{
    font-size: 38px;
    text-align: left;
  }

  #sucursales2{
    margin-top: 63%;
  }

  #iniciar_sesion{
    margin-top:70%;
    margin-bottom: 18%;
  }

  #texto-in{
    padding: 30px 23px;
  }

  #iniciar_sesion h1{
    font-size: 29px;
  }

  #cart-badge{
    margin-left: 2px;
    margin-top: 22px;
  }

  #products {
    margin-top:64%;
  }

  .producto{
    min-height: 439px !important;
  }

  #detalle{
    margin-top:65% !important;
  }

}


/*-------------------------------------------------------*/

@media (max-width:420px) and (min-width:381px){

  .img2 {
    width: 282px;
    float: left;
  }

  #menu{
    margin-top: -75px;
  }

  #banner{
    margin-top: 64%;
  }

  .text_mascota_home{
    padding-left: 20px;
  }

  .text_mascota_home h1{
    font-size: 30px;
  }

  .text_mascota_home h2{
    font-size: 90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  footer p{
    float: none;
    font-size: 19px;
    line-height: 23px;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 22px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 61%;
  }

  .text_servicios{
    padding-left: 15px;
  }

  .text_servicios h1{
    font-size: 34px;
  }

  .text_servicios h2{
    font-size: 80px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 62%;
  }

  .video{
    height: 171px;
  }

  .videos h1{
    font-size: 16px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size: 49px;
  }

  #nosotros{
    margin-top: 63%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h1{
    font-size: 37px;
    margin-bottom: 9px;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .sucursales a{
    bottom: 49px;
    right: 2%;
    font-size: 22px;
  }

  .text_mision p{
    font-size: 21px;
    text-align: center;
  }

  .text_mision h2{
    padding-bottom: 13px;
  }

  .text_mision h3{
    font-size: 21px;
  }

  .text_mision h2{
    font-size: 75px;
  }

  .text_mision h1{
    font-size: 38px;
    text-align: left;
  }

  #sucursales2{
    margin-top: 63%;
  }

  #iniciar_sesion{
    margin-top:70%;
    margin-bottom: 18%;
  }

  #texto-in{
    padding: 30px 23px;
  }

  #iniciar_sesion h1{
    font-size: 29px;
  }

  #cart-badge{
    margin-left: 2px;
    margin-top: 22px;
  }

  #products {
    margin-top:61%;
  }

  .producto{
    min-height: 478px !important;
  }

  #detalle{
    margin-top:65% !important;
  }

}

/*-------------------------------------------------------*/

@media (max-width:500px) and (min-width:421px){

  .img2 {
    width: 282px;
    float: left;
  }

  #menu{
    margin-top: -75px;
  }

  #banner{
    margin-top: 48%;
  }

  .text_mascota_home{
    padding-left: 20px;
  }

  .text_mascota_home h1{
    font-size: 30px;
  }

  .text_mascota_home h2{
    font-size: 90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  footer p{
    float: none;
    font-size: 19px;
    line-height: 23px;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 22px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 61%;
  }

  .text_servicios{
    padding-left: 15px;
  }

  .text_servicios h1{
    font-size: 34px;
  }

  .text_servicios h2{
    font-size: 80px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 62%;
  }

  .video{
    height: 171px;
  }

  .videos h1{
    font-size: 16px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size: 49px;
  }

  #nosotros{
    margin-top: 63%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h1{
    font-size: 37px;
    margin-bottom: 9px;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
  }

  .sucursales a{
    bottom: 49px;
    right: 2%;
    font-size: 22px;
  }

  .text_mision p{
    font-size: 21px;
    text-align: center;
  }

  .text_mision h2{
    padding-bottom: 13px;
  }

  .text_mision h3{
    font-size: 21px;
  }

  .text_mision h2{
    font-size: 75px;
  }

  .text_mision h1{
    font-size: 38px;
    text-align: left;
  }

  #sucursales2{
    margin-top: 63%;
  }

  #iniciar_sesion{
    margin-top:63%;
    margin-bottom: 18%;
  }

  #texto-in{
    padding: 30px 23px;
  }

  #iniciar_sesion h1{
    font-size: 29px;
  }

  #cart-badge{
    margin-left: 2px;
    margin-top: 22px;
  }

  #products {
    margin-top:55%;
  }

  .producto{
    min-height: 563px !important;
  }

  #detalle{
    margin-top:58% !important;
  }


}

/*-------------------------------------------------------*/


@media (max-width:600px) and (min-width:501px){

  .img2 {
    width: 385px;
    float: left;
  }

  #menu{
    margin-top: -75px;
  }

  .navbar-toggle{
    margin-top: 9px;
  }

  #banner{
    margin-top: 49%;
  }

  .text_mascota_home{
    padding-left: 20px;
  }

  .text_mascota_home h1{
    font-size: 30px;
  }

  .text_mascota_home h2{
    font-size: 90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  footer p{
    float: none;
    font-size: 19px;
    line-height: 23px;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 22px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 41%;
  }

  .text_servicios{
    padding-left: 15px;
  }

  .text_servicios h1{
    font-size: 34px;
  }

  .text_servicios h2{
    font-size: 80px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 46%;
  }

  .video{
    height: 240px;
  }

  .videos h1{
    font-size: 16px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size: 49px;
  }

  #nosotros{
    margin-top:45%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h1{
    font-size: 37px;
    margin-bottom: 9px;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
    font-size: 21px;
  }

  .sucursales a{
    left: 60%;
    font-size: 22px;
    bottom: 81px;
  }

  .text_mision p{
    font-size: 21px;
    text-align: center;
  }

  .text_mision h2{
    font-size: 75px;
    text-align: center;
    padding-bottom: 13px;
  }

  .text_mision h1{
    font-size: 38px;
    text-align: center;
  }

  #sucursales2{
    margin-top: 43%;
  }

  #iniciar_sesion{
    margin-top:61%;
    margin-bottom: 18%;
  }

  #texto-in{
    padding: 30px 23px;
  }

  #iniciar_sesion h1{
    font-size: 29px;
  }

  #cart-badge{
    margin-left: 0px;
    margin-top: 22px;
  }

  #products {
    margin-top:51%;
  }

  .producto{
    min-height: 439px !important;
  }

  #detalle{
    margin-top: 49% !important;
  }

}

/*-------------------------------------------------------*/


@media (max-width:700px) and (min-width:601px){

  .img2 {
    float: left;
  }

  #menu{
    margin-top: -75px;
  }

  .navbar-toggle{
    margin-top: 9px;
  }

  #banner{
    margin-top: 41%;
  }

  .text_mascota_home{
    padding-left: 20px;
  }

  .text_mascota_home h1{
    font-size: 30px;
  }

  .text_mascota_home h2{
    font-size: 90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  footer p{
    float: none;
    font-size: 19px;
    line-height: 23px;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 22px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 41%;
  }

  .text_servicios{
    padding-left: 15px;
  }

  .text_servicios h1{
    font-size: 34px;
  }

  .text_servicios h2{
    font-size: 80px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 46%;
  }

  .video{
    height: 267px;
  }

  .videos h1{
    font-size: 16px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size: 82px;
  }

  #nosotros{
    margin-top:45%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
    font-size: 21px;
  }

  .sucursales a{
    left: 60%;
    font-size: 22px;
    bottom: 81px;
  }

  .text_mision p{
    font-size: 21px;
    text-align: center;
  }

  .text_mision h2{
    font-size: 75px;
    text-align: center;
    padding-bottom: 13px;
  }

  .text_mision h1{
    font-size: 38px;
    text-align: center;
  }

  #sucursales2{
    margin-top: 43%;
  }

  #iniciar_sesion{
    margin-top:52%;
    margin-bottom: 18%;
  }

  #texto-in{
    padding: 30px 105px;
  }

  #cart-badge{
    margin-left: 0px;
    margin-top: 22px;
  }

  #products {
    margin-top:46%;
  }

  .producto{
    min-height: 439px !important;
  }

  #detalle{
    margin-top: 45% !important;
  }



}



/*-------------------------------------------------------*/

@media (max-width:767px) and (min-width:701px){

  .img2 {
    float: left;
  }

  #menu{
    margin-top: -75px;
  }

  .navbar-toggle{
    margin-top: 9px;
  }

  #banner{
    margin-top: 37%;
  }

  .text_mascota_home{
    padding-left: 20px;
  }

  .text_mascota_home h1{
    font-size: 30px;
  }

  .text_mascota_home h2{
    font-size: 90px;
  }

  #cart-badge{
    margin-left: 0px;
    margin-top: 22px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  footer p{
    float: none;
    font-size: 19px;
    line-height: 23px;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 22px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 41%;
  }

  .text_servicios{
    padding-left: 15px;
  }

  .text_servicios h1{
    font-size: 34px;
  }

  .text_servicios h2{
    font-size: 80px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 46%;
  }

  .video{
    height: 267px;
  }

  .videos h1{
    font-size: 16px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size: 82px;
  }

  #nosotros{
    margin-top:45%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
    font-size: 21px;
  }

  .sucursales a{
    left: 60%;
    font-size: 22px;
    bottom: 81px;
  }

  .text_mision p{
    font-size: 21px;
    text-align: center;
  }

  .text_mision h2{
    font-size: 75px;
    text-align: center;
    padding-bottom: 13px;
  }

  .text_mision h1{
    font-size: 38px;
    text-align: center;
  }

  #sucursales2{
    margin-top: 43%;
  }

  #iniciar_sesion{
    margin-top:47%;
    margin-bottom: 18%;
  }

  #texto-in{
    padding: 30px 105px;
  }

  #products {
    margin-top: 40%;
  }

  .producto{
    min-height: 563px !important;
  }

  #detalle{
    margin-top: 40% !important;
  }


}



/*-------------------------------------------------------*/

@media (max-width:867px) and (min-width:768px){

  .img2 {
    float: left;
  }

  #menu{
    margin-top: -75px;
  }

  .navbar-toggle{
    margin-top: 9px;
  }

  #banner{
    margin-top: 37%;
  }

  .text_mascota_home{
    padding-left: 20px;
    margin-top: 8%;
  }

  .text_mascota_home h1{
    font-size: 25px;
  }

  .text_mascota_home h2{
    font-size:69px;
  }

  .text_mascota_home h3{
    font-size: 19px;
  }

  footer p{
    float: none;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 22px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 41%;
  }

  .text_servicios{
    padding-left: 15px;
    margin-top: 15%;
  }

  .text_servicios h1{
    font-size: 28px;
  }

  .text_servicios h2{
    font-size: 73px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 46%;
  }

  .video{
    height: 310px;
  }

  .videos h1{
    font-size: 16px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size:96px;
  }

  #nosotros{
    margin-top:37%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
    font-size: 21px;
  }

  .sucursales a{
    left: 60%;
    font-size: 22px;
    bottom: 81px;
  }

  .text_mision p{
    font-size: 21px;
    text-align: center;
  }

  .text_mision h2{
    font-size: 86px;
    text-align: center;
    padding-bottom: 13px;
  }

  .text_mision h1{
    text-align: center;
  }

  #sucursales2{
    margin-top: 43%;
  }

  .texto{
    left: 1%;
    bottom: 11%;
  }

  .texto h1{
    font-size: 33px;
  }

  .texto h2{
    font-size: 77px;
  }

  .texto h3{
    font-size: 19px;
    padding-bottom: 20px;
  }

  .texto a{
    font-size: 18px;
  }

  #iniciar_sesion{
    margin-top:47%;
    margin-bottom: 18%;
  }

  #cart-badge{
    margin-left: 0px;
    margin-top: 22px;
  }

  #products {
    margin-top: 35%;
  }

  .producto{
    min-height: 534px !important;
  }

  #detalle{
    margin-top: 35% !important;
  }


}



/*-------------------------------------------------------*/

@media (max-width:967px) and (min-width:868px){

  .img2 {
    float: left;
  }

  #menu{
    margin-top: -75px;
  }

  .navbar-toggle{
    margin-top: 9px;
  }

  #banner{
    margin-top: 29%;
  }

  .text_mascota_home{
    padding-left: 20px;
    margin-top: 8%;
  }

  .text_mascota_home h1{
    font-size: 25px;
  }

  .text_mascota_home h2{
    font-size:69px;
  }

  .text_mascota_home h3{
    font-size: 19px;
  }

  footer p{
    float: none;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 22px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 41%;
  }

  .text_servicios{
    padding-left: 15px;
    margin-top: 15%;
  }

  .text_servicios h1{
    font-size: 28px;
  }

  .text_servicios h2{
    font-size: 73px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 46%;
  }

  .video{
    height: 376px;
  }

  .videos h1{
    font-size: 16px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size:96px;
  }

  #nosotros{
    margin-top:37%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
    font-size: 21px;
  }

  .sucursales a{
    left: 60%;
    font-size: 22px;
    bottom: 81px;
  }

  .text_mision p{
    font-size: 21px;
    text-align: center;
  }

  .text_mision h2{
    font-size: 86px;
    text-align: center;
    padding-bottom: 13px;
  }

  .text_mision h1{
    text-align: center;
  }

  #sucursales2{
    margin-top: 43%;
  }

  .texto{
    left: 1%;
    bottom: 11%;
  }

  .texto h1{
    font-size: 33px;
  }

  .texto h2{
    font-size: 77px;
  }

  .texto h3{
    font-size: 19px;
    padding-bottom: 20px;
  }

  .texto a{
    font-size: 18px;
  }

  #iniciar_sesion{
    margin-top:38%;
    margin-bottom: 18%;
  }

  #cart-badge{
    margin-left: 0px;
    margin-top: 22px;
  }

  #products {
    margin-top: 30%;
  }

  .producto{
    min-height:571px !important;
  }

  #detalle{
    margin-top: 32% !important;
  }


}


/*-------------------------------------------------------*/

@media (max-width:991px) and (min-width:968px){

  .img2 {
    float: left;
  }

  #menu{
    margin-top: -75px;
  }

  .navbar-toggle{
    margin-top: 9px;
  }

  #banner{
    margin-top: 29%;
  }

  .text_mascota_home{
    padding-left: 20px;
    margin-top: 8%;
  }

  .text_mascota_home h1{
    font-size: 25px;
  }

  .text_mascota_home h2{
    font-size:69px;
  }

  .text_mascota_home h3{
    font-size: 19px;
  }

  footer p{
    float: none;
  }

  #buscar{
    padding: 1px 4px;
    margin-top: 8px;
  }

  .form-control::placeholder{
    font-size: 22px;
  }

  .lupa{
    width: 30px;
    height: 30px;
  }

  #servicios{
    margin-top: 41%;
  }

  .text_servicios{
    padding-left: 15px;
    margin-top: 15%;
  }

  .text_servicios h1{
    font-size: 28px;
  }

  .text_servicios h2{
    font-size: 73px;
  }

  .text_servicios h3{
    font-size: 20px;
  }

  #consejos{
    margin-top: 46%;
  }

  .video{
    height: 376px;
  }

  .text_nosotros{
    padding-left: 10px;
  }

  .text_nosotros h2{
    font-size:96px;
  }

  #nosotros{
    margin-top:37%;
    padding: 134px 0px;
  }

  .text_nosotros p{
    font-size: 19px;
    padding-right: 5px;
    text-align: left;
  }

  .text_nosotros h3{
    font-size: 21px;
  }

  .text_mision{
    padding-right: 15px;
  }

  .text_mision h3{
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
    font-size: 21px;
  }

  .sucursales a{
    left: 60%;
    font-size: 22px;
    bottom: 81px;
  }

  .text_mision p{
    font-size: 21px;
    text-align: center;
  }

  .text_mision h2{
    font-size: 86px;
    text-align: center;
    padding-bottom: 13px;
  }

  .text_mision h1{
    text-align: center;
  }

  #sucursales2{
    margin-top: 43%;
  }

  .texto{
    left: 1%;
    bottom: 11%;
  }

  .texto h1{
    font-size: 33px;
  }

  .texto h2{
    font-size: 77px;
  }

  .texto h3{
    font-size: 19px;
    padding-bottom: 20px;
  }

  .texto a{
    font-size: 18px;
  }

  #iniciar_sesion{
    margin-top:34%;
    margin-bottom: 18%;
  }

  #cart-badge{
    margin-left: 0px;
    margin-top: 22px;
  }

  #products {
    margin-top: 30%;
  }

  .producto{
    min-height: 567px !important;
  }

  #detalle{
    margin-top: 23% !important;
  }

}



/*------------------------------------------------------------------*/

@media (max-width:1060px) and (min-width:992px){

  .img2 {
    float: left;
  }

  #header{
    padding: 1px 0px;
  }

  #btn_carrito_xs{
    float: left;
    margin-left: 4%;
    margin-top: 0px;
  }

  #sucursales{
    margin-top: 4px;
  }

  #btn_login{
    margin-top: 17px;
  }

  #navbar li{
    margin: 0px 15px;
  }

  #navbar a{
    font-size: 27px;
  }

  .texto{
    left: 1%;
    bottom: 11%;
  }

  .texto h1{
    font-size: 33px;
  }

  .texto h2{
    font-size: 77px;
  }

  .texto h3{
    font-size: 19px;
    padding-bottom: 20px;
  }

  .texto a{
    font-size: 18px;
  }

  #banner{
    margin-top: 21%;
  }

  #buscar{
    margin-top: 12px;
  }

  .text_mascota_home{
    margin-top: 8%;
    padding-left: 55px;
  }

  .text_mascota_home h1{
    font-size: 32px;
  }

  .text_mascota_home h2{
    font-size:90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  #servicios{
    margin-top: 32%;
  }

  .text_servicios{
    margin-top: 11%;
    padding-left: 24px;
  }

  .text_servicios h1{
    font-size: 37px;
  }

  .text_servicios h2{
    font-size: 107px;
  }

  .text_servicios h3{
    font-size: 24px;
  }

  #consejos{
    margin-top: 36%;
  }

  .videos h1{
    font-size: 20px;
  }

  .video{
    height: 223px;
  }

  .text_mision{
    margin-top: 3%;
  }

  .text_mision h1{
    font-size: 37px;
  }

  .text_mision h2{
    font-size: 60px;
    padding-bottom: 12px;
  }

  .text_mision p{
    font-size: 18px;
  }

  .text_mision h3{
    font-size: 22px;
    padding-top: 22px;
  }

  .text_nosotros h2{
    font-size: 76px;
  }

  .text_nosotros p{
    font-size: 20px;
    padding-right: 5px;
  }

  #nosotros{
    margin-top: 32%;
  }

  .text_nosotros h3{
    font-size: 31px;
  }

  #sucursales2{
    margin-top: 32%;
  }

  .sucursales a{
    bottom: 127px;
  }

  #iniciar_sesion{
    margin-top: 31%;
    margin-bottom: 12%;
  }

  #texto-in{
    padding: 30px 201px;
  }

  #cart-badge{
    margin-left: 0px;
    margin-top: 22px;
  }

  #products {
    margin-top: 25%;
  }

  .producto{
    min-height: 439px !important;
  }

  #detalle{
    margin-top: 23%;
  }



}



/*------------------------------------------------------------------*/

@media (max-width:1199px) and (min-width:1061px){

  .img2 {
    float: left;
  }

  #navbar a{
    font-size: 28px;
  }

  #detalle{
    margin-top: 22%;
  }

  #products{
    margin-top: 23% !important;
  }   

  .nivel2{
      font-size: 14px;
  }

  .producto{
      min-height: 439px !important;
  }

  #header{
    padding: 1px 0px;
  }

  #btn_carrito_xs{
    float: left;
    margin-left: 4%;
    margin-top: 0px;
  }

  #sucursales{
    margin-top: 4px;
  }

  #btn_login{
    margin-top: 17px;
  }

  #navbar li{
    margin: 0px 15px;
  }

  .texto{
    left: 1%;
  }

  .texto h1{
    font-size: 33px;
  }

  .texto h2{
    font-size: 104px;
  }

  .texto h3{
    font-size: 25px;
    padding-bottom: 20px;
  }

  .texto a{
    font-size: 26px;
  }

  #banner{
    margin-top: 18%;
  }

  #buscar{
    margin-top: 12px;
  }

  .text_mascota_home{
    margin-top: 8%;
    padding-left: 55px;
  }

  .text_mascota_home h1{
    font-size: 32px;
  }

  .text_mascota_home h2{
    font-size:90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  #servicios{
    margin-top: 32%;
  }

  .text_servicios{
    margin-top: 11%;
    padding-left: 24px;
  }

  .text_servicios h1{
    font-size: 37px;
  }

  .text_servicios h2{
    font-size: 107px;
  }

  .text_servicios h3{
    font-size: 24px;
  }

  #consejos{
    margin-top: 36%;
  }

  .videos h1{
    font-size: 20px;
  }

  .video{
    height: 223px;
  }

  .text_mision{
    margin-top: 3%;
  }

  .text_mision h1{
    font-size: 37px;
  }

  .text_mision h2{
    font-size: 60px;
    padding-bottom: 12px;
  }

  .text_mision p{
    font-size: 18px;
  }

  .text_mision h3{
    font-size: 22px;
    padding-top: 22px;
  }

  .text_nosotros h2{
    font-size: 76px;
  }

  .text_nosotros p{
    font-size: 20px;
    padding-right: 5px;
  }

  #nosotros{
    margin-top: 20%;
  }

  .text_nosotros h3{
    font-size: 31px;
  }

  #sucursales2{
    margin-top:19%;
  }

  #cart-badge{
    margin-top: 21px;
    margin-left: 0px;
  }

  .sucursales a{
    bottom: 127px;
  }

  #iniciar_sesion{
    margin-top: 29%;
  }

  #texto-in{
    padding: 30px 258px;
  }

}


/*------------------------------------------------------------------*/

@media (max-width:1330px) and (min-width:1200px){

  .img2 {
    float: left;
    margin-top: 22px;
  }

  #detalle {
    margin-top: 17%;
  }

  #btn_carrito_xs{
    float: left;
    margin-left: 4%;
    margin-top: 0px;
  }

  #products {
    margin-top: 19% !important;
  }

  .producto{
    min-height: 422px !important;
  }

  #navbar li{
    margin: 0px 30px;
  }

  .texto{
    left: 1%;
  }

  .texto h1{
    font-size: 33px;
  }

  .texto h2{
    font-size: 104px;
  }

  .texto h3{
    font-size: 25px;
    padding-bottom: 20px;
  }

  .texto a{
    font-size: 26px;
  }

  #banner{
    margin-top: 14%;
  }

  .text_mascota_home{
    margin-top: 8%;
    padding-left: 55px;
  }

  .text_mascota_home h1{
    font-size: 32px;
  }

  .text_mascota_home h2{
    font-size:90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  #servicios{
    margin-top: 14%;
  }

  .text_servicios{
    margin-top: 11%;
    padding-left: 24px;
  }

  .text_servicios h1{
    font-size: 37px;
  }

  .text_servicios h2{
    font-size: 107px;
  }

  .text_servicios h3{
    font-size: 24px;
  }

  #consejos{
    margin-top: 23%;
  }

  .videos h1{
    font-size: 20px;
  }

  .video{
    height: 223px;
  }

  .text_mision{
    margin-top: 9%;
    padding-right: 58px;
  }

  .text_mision h1{
    font-size: 44px;
  }

  .text_mision h2{
    font-size: 72px;
    padding-bottom: 12px;
  }

  .text_mision p{
    font-size: 18px;
  }

  .text_mision h3{
    font-size: 22px;
    padding-top: 22px;
  }

  .text_nosotros h2{
    font-size: 103px;
  }

  .text_nosotros p{
    font-size: 20px;
    padding-right: 5px;
  }

  #nosotros{
    margin-top: 14%;
  }

  .text_nosotros h3{
    font-size: 31px;
  }

  #sucursales2{
    margin-top:13%;
  }

  #cart-badge{
    margin-top: 32px;
    margin-left:13px;
  }

  .sucursales a{
    bottom: 127px;
  }

  footer p{
    font-size: 18px;
    line-height: 23px;
  }

  #iniciar_sesion{
    margin-top: 20%;
  }

  #texto-in{
    padding: 10px;
  }


}



/*------------------------------------------------------------------*/

@media (max-width:1430px) and (min-width:1331px){

  .img2 {
    float: left;
    margin-top: 22px;
  }

  #products {
    margin-top: 18%;
  }

  #detalle {
    margin-top: 17%;
  }

  .producto{
    min-height: 474px !important;
  }

  #btn_carrito_xs{
    float: left;
    margin-left: 4%;
    margin-top: 0px;
  }

  #navbar li{
    margin: 0px 30px;
  }

  .texto{
    left: 1%;
  }

  .texto h1{
    font-size: 50px;
  }

  .texto h2{
    font-size: 160px;
  }

  .texto h3{
    font-size: 30px;
  }

  .texto a{
    font-size: 26px;
  }

  #banner{
    margin-top: 12%;
  }

  .text_mascota_home h1{
    font-size: 32px;
  }

  .text_mascota_home h2{
    font-size:90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  #servicios{
    margin-top: 14%;
  }

  .text_servicios{
    margin-top: 11%;
    padding-left: 24px;
  }

  .text_servicios h1{
    font-size: 37px;
  }

  .text_servicios h2{
    font-size: 107px;
  }

  .text_servicios h3{
    font-size: 24px;
  }

  #consejos{
    margin-top: 23%;
  }

  .videos h1{
    font-size: 20px;
  }

  .video{
    height: 223px;
  }

  .text_mision{
    margin-top: 8%;
    padding-right: 58px;
  }

  .text_mision h1{
    font-size: 44px;
  }

  .text_mision h2{
    font-size: 94px;
    padding-bottom: 12px;
  }

  .text_mision p{
    font-size:22px;
  }

  .text_mision h3{
    font-size: 26px;
    padding-top:38px;
  }

  .text_nosotros h2{
    font-size: 103px;
  }

  .text_nosotros p{
    font-size: 20px;
    padding-right: 5px;
  }

  #nosotros{
    margin-top: 12%;
  }

  .text_nosotros h3{
    font-size: 31px;
  }

  #sucursales2{
    margin-top:13%;
  }

  #cart-badge{
    margin-top: 32px;
    margin-left:13px;
  }

  .sucursales a{
    bottom: 127px;
  }

  footer p{
    font-size: 19px;
    line-height: 23px;
  }

  #iniciar_sesion{
    margin-top: 20%;
  }

  #texto-in{
    padding:30px 66px;
  }

  #detalle {
    margin-top: 17%;
  }
}


/*------------------------------------------------------------------*/

@media (max-width:1550px) and (min-width:1431px){

  .img2 {
    float: left;
    margin-top: 22px;
  }

  #detalle {
    margin-top: 17%;
  }

  #btn_carrito_xs{
    float: left;
    margin-left: 4%;
    margin-top: 0px;
  }

  #products{
    margin-top: 17% !important;
  }   

  .nivel2{
      font-size: 14px;
  }

  .producto{
      min-height: 439px !important;
  }

  #navbar a{
      font-size: 28px;
  }

  #navbar li{
    margin: 0px 30px;
  }

  .texto{
    left: 1%;
  }

  .texto h1{
    font-size: 50px;
  }

  .texto h2{
    font-size: 160px;
  }

  .texto h3{
    font-size: 30px;
  }

  .texto a{
    font-size: 26px;
  }

  #banner{
    margin-top: 12%;
  }

  .text_mascota_home h1{
    font-size: 32px;
  }

  .text_mascota_home h2{
    font-size:90px;
  }

  .text_mascota_home h3{
    font-size: 21px;
  }

  #servicios{
    margin-top: 14%;
  }

  .text_servicios{
    margin-top: 11%;
    padding-left: 24px;
  }

  .text_servicios h1{
    font-size: 37px;
  }

  .text_servicios h2{
    font-size: 107px;
  }

  .text_servicios h3{
    font-size: 24px;
  }

  #consejos{
    margin-top: 23%;
  }

  .videos h1{
    font-size: 20px;
  }

  .video{
    height: 223px;
  }

  .text_mision{
    margin-top: 8%;
    padding-right: 58px;
  }

  .text_mision h1{
    font-size: 44px;
  }

  .text_mision h2{
    font-size: 94px;
    padding-bottom: 12px;
  }

  .text_mision p{
    font-size:22px;
  }

  .text_mision h3{
    font-size: 26px;
    padding-top:38px;
  }

  .text_nosotros h2{
    font-size: 103px;
  }

  .text_nosotros p{
    font-size: 20px;
    padding-right: 5px;
  }

  #nosotros{
    margin-top: 12%;
  }

  .text_nosotros h3{
    font-size: 31px;
  }

  #sucursales2{
    margin-top:13%;
  }

  #cart-badge{
    margin-top: 32px;
    margin-left:13px;
  }

  .sucursales a{
    bottom: 127px;
  }

  footer p{
    font-size: 19px;
    line-height: 23px;
  }

  #iniciar_sesion{
    margin-top: 20%;
  }

  #texto-in{
    padding:30px 66px;
  }
}



/*------------------------------------------------------------------*/

@media (max-width:1750px) and (min-width:1551px){

  .img2 {
    float: left;
    margin-top: 8px;
  }

  #navbar li{
    margin: 0px 53px;
  }

  .producto{
    min-height: 487px;
  }

  .text_mascota_home{
    margin-top: 9%;
  }

  .text_servicios{
    margin-top: 11%;
  }

  .text_mision h2{
    font-size: 120px;
    padding-bottom: 1px;
  }

  .text_nosotros h2{
    font-size: 117px;
  }

  #sucursales2{
    margin-top: 11%;
  }

  #servicios{
    margin-top: 11%;
  }

  .text_servicios h3{
    font-size: 30px;
  }

  .text_servicios h1{
    font-size: 46px;
  }

  #iniciar_sesion{
    margin-top: 17%;
  }

  #texto-in{
    padding:30px 66px;
  }

}


/*------------------------------------------------------------------*/

@media (max-width:1850px) and (min-width:1751px){

  .producto{
    min-height: 502px;
  }


}