@font-face {
  font-family: MPLUSRounded1c-Thin;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Thin.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Regular;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Regular.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Medium;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Medium.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Light;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Light.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-ExtraBold;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-ExtraBold.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Bold;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Bold.ttf);
  /* requerido */
}
@font-face {
  font-family: MPLUSRounded1c-Black;
  /* requerido */
  src: url(../fonts/MPLUSRounded1c-Black.ttf);
  /* requerido */
}
@font-face {
  font-family: TypoGraphica;
  /* requerido */
  src: url(../fonts/TypoGraphica.ttf);
  /* requerido */
}
@font-face {
  font-family: AvenirNextLTPro-Regular;
  /* requerido */
  src: url(../fonts/AvenirNextLTPro-Regular.ttf);
  /* requerido */
}
@font-face {
  font-family: Futura-Medium-01;
  /* requerido */
  src: url(../fonts/Futura-Medium-01.ttf);
  /* requerido */
}
@font-face {
  font-family: GothamLight;
  /* requerido */
  src: url(../fonts/GothamLight.ttf);
  /* requerido */
}
@font-face {
  font-family: GothamBlack;
  /* requerido */
  src: url(../fonts/couture-bld.ttf);
  /* requerido */
}
@font-face {
  font-family: kredit;
  /* requerido */
  src: url(../fonts/kredit.ttf);
  /* requerido */
}
@font-face {
  font-family: kredit-black;
  /* requerido */
  src: url(../fonts/kredit-black.ttf);
  /* requerido */
}
@font-face {
  font-family: TequilaSunrise-Regular;
  /* requerido */
  src: url(../fonts/TequilaSunrise-Regular.ttf);
  /* requerido */
}
/*oscilar*/

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  30% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  65% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  30% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  65% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* fin oscilar*/
@-webkit-keyframes swing2 {
  10% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  15% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  20% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  35% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing2 {
  10% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  15% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  20% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  35% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  40% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes aparecer{
  0%{
    opacity: 0; 
  }
  50% {
    opacity: .5; 
  }
  100% {
    opacity: 1; 
  }

}

::-webkit-scrollbar {
  display: none;
  }

  #textoinicio {
    position: absolute;
    bottom: 0;
    padding: 5vh 10%;
    font-size: 3vh;
    background-color: rgb(0,0,0,.7);
    border-top-right-radius: 2vh;
    border-top-left-radius: 2vh;
    text-align: center;
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: -2;
  color: white;
  font-family: MPLUSRounded1c-Regular;
   /* background: url(../img/fondo-paw.png) no-repeat fixed center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffdd00; */

}
p.text-justify {
  text-align: justify;
}
#contenedor{
  position: absolute;
  left: 0;
  top: 0;
}
.active {
  text-align: center;
  border-bottom: 1.5px solid transparent;
  border-image: linear-gradient(0.25turn, rgba(255,249,34), rgb(252 190 53 / 97%), rgb(255 151 0));
  border-image-slice: 1;
  width: 100%;
}
.fadeinLogo{
  animation: aparecer 3s;
}

.titulo1{
  font-family: TequilaSunrise-Regular;
  font-size: 3.5em;
  text-align: center;
}
.titulo2{
  font-family: TequilaSunrise-Regular;
  font-size: 1.5em;
}
.txt-about{
  max-height: 85vh;;
}
.cursor-pointer{
  cursor: pointer;
}
#imagePrices {
  width: 95%;
}
span.platillo {
  min-width: 31%;
  float: left;
}
.precio{
  float: left;
  margin-left: 3%;
}
.holidays{
  font-size: .7em;
  margin-left: 5%;
  text-align: justify;
}
.gradiente{
  background: -webkit-linear-gradient(#d8b678,#915d2e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.micuenta {
  display: block;
}
.SMIcons{
  float: left;
}
.contSMIcons{
  text-align:center; 
  width: 45%;
}

@media screen and (min-width: 220px) and (max-width: 460px) {
  .container{
    overflow: auto;
  }
  .mobilePrices{
    position: absolute;
    z-index: 1;
  }
  .opacity7{
    opacity: .7;
  }
  .separador{
    font-size: 0.4em;
  }
  .col {
    flex: none;
    width: 100% !important;
    float: left;
}
.titulo1 {
  font-size: 2.5em;
}
.contSMIcons{
  width: 100%;
}
  .SMIcons{
    margin-top: 1vh;
    width: 50%;
    float: left;
  }
  .fadeinLogo {
    width: 90% !important;
}
  .micuenta {
    display: none;
  }

  .carta-box {
    height: 35vh;
}
h4#nombreTarjeta {
  bottom: 3vh;
  left: 6%;
  font-size: 1.4em;
}
div#barCode {
    position: absolute;
    bottom: 3vh;
    left: 17%;
    width: 29%;
}
html{
  overflow-x: hidden;
}
.menu {
  height: 27vh;
}
#logomenu {
  left: 3%;
  top: 8vh;
}
.logo-menu-menuresized {
  width: 16.5%;
}
.logo-menu {
  width: 24vh;
}
#pets {
  position: absolute;
  left: 60%;
  top: 9vh;
}
.pets{
  width: 15vh;
}
.search-wrapper {
  width: 43%;
  top: 1.5vh;
  right: 32%;
}
.search {
  padding: 1.2vh 1vw 1.2vh 11vw;
  width: 100%;
  top: 0;
  font-size: 1em;
  border-radius: 5px;
}
.search-icon {
  width: 8%;
  left: 12px;
  top: 2.5vh;
}
button.mi-cuenta {
  right: 4%;
  top: 1.2vh;
  font-size: 1em;
  border-radius: 1vw;
  border: none;
  padding: 0.5vh 1.5vw 0.5vh 1.5vw;
}
.carrito {
  right: 0.5vw;
  top: 1.7vh;
  font-size: 1.7em;
}
#dropdownMenuButton1 {
  right: 8%;
  top: 2.2vh;
  padding: 1.5vh 9.5vw 1.5vh 1.5vw;
  background-color: transparent;
}
.micuenta {
  top: 0vh;
  width: 12%;
  position: absolute;
  right: 19%;
  text-align: center;
}
img.icoUserMenu {
  width: 218%;
}
.slick-arrow{
  display: none !important; 
} 
.slick-list {
  width: 140%;
  left: -20%;
}
.op{
  width: 47%;
}
img.logofooter {
  filter: contrast(.01) brightness(1.6);
  float: right;
  margin: 5vh 2vw;
  width: 21%;
}
.redes {
  float: left;
  width: 35%;
  margin-left: 2vw;
}
img.social {
  float: left;
  width: 22%;
  margin: 6vh 1vw;
  cursor: url(../img/cursor2.png), pointer;
}
.footer h4 {
  width: 56%;
  float: left;
  margin: -3vh 0 0;
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 1em;
}

.contacizqh1mov {
  font-size: 2em;
  margin-left: 5%;
  margin-bottom: 4vh;
  font-family: MPLUSRounded1c-Bold;
  display: block;
  margin-top: -5vh;
}
.sucurizq {
  width: 87%;
  margin-left: 7.5%;
  margin-right: 7.5%;
  float: left;
  margin-top: -3vh;
  max-height: 42vh;
  overflow-y: auto;
}
.sucurizqh1 {
  display: none;
}
.panelp {
  font-family: MPLUSRounded1c-Regular;
  font-size: 1.5em;
  margin-top: 0;
  width: 100%;
}
.sucurcder {
  width: 95%;
  float: left;
  margin-top: 1vh;
  text-align: center;
  margin-left: 5%;
}
.mapa {
    border-radius: 1vw;
    width: 95%;
    overflow: hidden;
    height: 32vh;
    text-align: center;
}
.bienvendiotxt {
  position: absolute;
  right: 2%;
  bottom: 0vh;
  font-size: .6em;
}

.swal2-container.swal2-center>.swal2-popup {
  width: 90% !important;
}
  
  button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 3vw;
    transition: 0.4s;
  }
  div.panelsuc.show {
    opacity: 1;
    max-height: 500px;
    font-size: 2.5vw;
  }

  #somos {
    width: 80%;
    margin: 5vw 10%;
    color: black;
    float: left;
  }
  .topnosotros1 {
    top: 15vw;
  }
  .topnosotros2 {
    top: 36vw;
  }
  #cerrarnosotros {
    position: absolute;
    width: 9%;
    right: 0.5%;
    top: 0.5vw;
    cursor: pointer;
  }
  #txtnosotros h1 {
    font-size: 4.6vw;
    font-family: Futura-Medium-01;
  }
  #sello2 {
    width: 80%;
    float: left;
    margin: 2vw 0;
    margin-left: 4%;
    margin-right: 12%;
    font-size: 2.2vw;
  }
  #sello2 img {
    width: 21%;
    float: left;
    margin: 0 4%;
  }
  .certificado1 {
    margin-left: 7%;
    font-size: 2.2vw;
    width: 93%;
    margin-top: 20vw;
  }
  .serviciosss {
    width: 45%;
    float: left;
  }

  .titproy {
    font-family: Futura-Medium-01;
    font-size: 6vw;
    color: black;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 7vw;
  }
  .infoextra {
    width: 100%;
    margin: 0;
    float: left;
    margin-top: 5vw;
    overflow-y: auto;
    position: relative;
    font-family: AvenirNextLTPro-Regular;
    font-size: 1vw;
    padding: 1.5vw;
    overflow: hidden;
  }
  .infoextrah1 {
    margin-top: 0;
    font-family: Futura-Medium-01;
    font-size: 4.5vw;
    width: 100%;
    text-align: left;
    color: black;
    margin-left: 2%;
  }
  .infoextra ul {
    width: 50%;
    margin-left: -8%;
    float: left;
    font-size: 2.7vw;
    line-height: 4.3vw;
    text-align: justify;
  }
  #contacto {
    float: left;
    width: 94%;
    background-color: white;
    color: black;
    text-align: justify;
    padding: 1vw 3%;
    font-size: 3.5vw;
    background: url(../../img/contacto.jpg) fixed no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 2vw;
  }

  .formulario {
    width: 100%;
    float: left;
    margin-left: 4%;
  }

  .datos10 {
    width: 55%;
    margin-left: 30%;
    float: left;
    margin-top: 4vw;
    color: black;
    font-size: 3.5vw;
  }

  input,
  textarea {
    margin-top: 2vw;
    font-size: 3.5vw;
    border-radius: 5px;
    font-family: sans-serif;
    float: left;
  }

  #nombre {
    width: 90.5%;
  }

  #correo {
    width: 45%;
  }

  #telefono {
    width: 45%;
    margin-left: 0.5%;
  }

  #asunto {
    width: 90.5%;
  }

  #mensaje {
    width: 90.5%;
    margin-bottom: 4vw;
  }

  #enviar {
    width: 30%;
    margin-left: 30%;
    padding: 1.5vw 0;
  }
  #contacto h1 {
    font-family: Futura-Medium-01;
    font-size: 7vw;
  }
  label.leido {
    font-size: 3.2vw;
    float: left;
    margin: 1vw 0vw;
    width: 79%;
    font-family: GothamLight;
  }
  .infoextra {
    width: 100%;
    margin: 0;
    float: left;
    margin-top: 5vw;
    overflow-y: auto;
    position: relative;
    font-family: AvenirNextLTPro-Regular;
    font-size: 1vw;
    padding: 1.5vw;
    overflow: hidden;
  }
  .infoextra img {
    width: 50%;
    float: left;
    margin: 3vw 3%;
  }
  .opservicios {
    width: 100%;
    margin: 0vw 0.1%;
    height: 10vw;
  }
  .opserviciosh2 {
    font-family: AvenirNextLTPro-Regular;
    text-align: left;
    font-size: 2.4vw;
    color: black;
    width: 80%;
    margin: 2vw 10%;
    opacity: 1;
    transition: all 0.5s;
  }
  .opservicios img {
    position: absolute;
    width: 2%;
    right: 2%;
    top: 1.7vw;
  }
  #listserv {
    width: 55%;
    float: left;
    background: #f8c471;
    height: 40vw;
    position: relative;
  }
  .listserv {
    position: absolute;
    font-family: GothamLight;
    top: 0vw;
    left: 4%;
    width: 100%;
    font-size: 2.44vw;
    transition: all 0.5s;
    color: black;
    list-style: none;
    margin-left: -20%;
  }
  .icosomoscont {
    margin-top: 7vw;
  }
  .icosomoscontimg {
    width: 60%;
  }
  .somosh1 {
    font-size: 4.5vw;
    margin-top: 0vw;
  }
  .arrow {
    width: 18%;
  }
  #txtnosotrosp {
    font-size: 2.7vw;
    padding: 4vw;
    margin-top: -1.5vw;
    min-height: 42vw;
  }
  #logoresp {
    display: block;
    position: fixed;
    width: 28%;
    top: 0;
    padding: 2vw 4vw;
    background-color: rgb(255, 255, 255, 0.8);
    border-bottom-right-radius: 3vw;
    z-index: 9;
  }
  .videointro {
    width: 100%;
    margin-left: 0%;
  }
  #icomenu {
    display: inline;
    width: 10%;
    position: fixed;
    top: 2vw;
    right: 2vw;
    cursor: url("../img/cursor2.png"), pointer;	
    z-index: 99999;
  }

  .limenulogo {
    width: 100%;
    text-align: center;
    margin: 0.5vw 0vw;
  }
  .limenulogo img {
    width: 70%;
  }
  .limenu {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0.5vw 0vw;
    margin-top: 5vw;
  }
  .limenuredes {
    margin: 1.5vw 2.5%;
    width: 20%;
    padding-top: 9vw;
  }
  .slick-slide img {
    max-height: 45vw;
  }
  .slider {
    width: 80%;
    margin-top: 18vw;
  }
}
