/* VARIABLES */
/* COLORS */
/* SIZE */
/* MAX-WIDTH */
@media screen and (max-width: 991px) {
  #desktop {
    display: none;
  }
  body {
    font-size: 1rem;
    color: #252525;
  }
  .title {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .navbar {
    padding-bottom: 0;
  }
  .navbar .navbar-brand {
    background: url("/img/logo-acafi.png") no-repeat 0 50%;
    background-size: 50%;
  }
  .menu {
    background: #252525 !important;
  }
  .menu .nav-link {
    color: #ffffff !important;
  }
  #Quienes-somos #practicidad .col-12:nth-child(2) {
    margin-top: 10%;
    text-align: center;
  }
  #Porque .col-12 {
    text-align: center;
  }
  #Porque #personaliza .col-12:nth-child(2) {
    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;
    margin-bottom: 3rem;
  }
  #practicidad .col-12:nth-child(2) {
    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;
    text-align: center;
  }
  #mapa {
    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;
  }
  #mapa #mapa_mx {
    width: 100%;
  }
  #mapa .img-process {
    position: relative;
    right: 0;
  }
  #oaxaca, #veracruz, #chiapas, #hidalgo {
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  .img-fluid {
    max-width: 50%;
  }
  .img-fluid.banner {
    max-width: 100%;
  }
  #productos .img-fluid {
    max-width: 100%;
  }
  #personaliza {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #personaliza .img-fluid {
    margin-top: 10%;
  }
  #personaliza .col-12:nth-child(2) {
    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;
    text-align: center;
  }
  #address p {
    text-align: center;
  }
  #address p:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #address p:nth-child(2) a:nth-child(1) {
    margin-right: 20px;
  }
  #Servicios .col-12 {
    text-align: center;
  }
  #Servicios #control {
    padding: 0 !important;
  }
  #Servicios #control img {
    display: none;
  }
  #Servicios #control div {
    position: relative !important;
    top: 0;
  }
  #Servicios #control div p {
    color: #000;
  }
  #Servicios .termino {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  #mapa #mapa_mx {
    height: 15rem;
  }
  #mapa #mapa_mx #g4 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/* MIN-WIDTH */
@media screen and (min-width: 1400px) {
  .flex-width {
    width: 91.5%;
  }
}

@media screen and (min-width: 992px) {
  #mobile {
    display: none;
  }
}

/* MIX-WIDTH */
@media screen and (max-width: 1400px) and (min-width: 1201px) {
  #mapa #mapa_mx #g4 {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  #mapa #mapa_mx #g4 {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
/*# sourceMappingURL=responsive.css.map */