.banner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .banner #items-l {
    width: calc(200px); }
    .banner #items-l a {
      padding: 20px 20px;
      width: 130px;
      height: 130px;
      text-align: center;
      color: #FFF;
      border: 1px solid #FFF;
      border-radius: 50%;
      position: relative;
      background: #37af4a;
      margin-bottom: 15px; }
      .banner #items-l a i {
        font-size: 43px; }
      .banner #items-l a p {
        font-size: 20px; }
  .banner #items-r {
    width: 100%;
    width: calc(200px);
    text-align: center; }
    .banner #items-r a {
      max-width: 100px;
      margin-bottom: 15px; }
      .banner #items-r a img {
        display: block;
        width: 100%; }
      .banner #items-r a:hover {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4); }
  .banner li {
    width: calc(190px);
    margin-bottom: 15px;
    text-align: center; }
    .banner li img {
      width: 100%; }
    .banner li a {
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      cursor: pointer; }
      .banner li a:hover {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        z-index: 20; }
    .banner li .interes {
      width: 100%;
      overflow: hidden; }
      .banner li .interes ul {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        .banner li .interes ul li a {
          border: none;
          border-radius: 0;
          padding: 0;
          max-width: 150px;
          margin: 0;
          background: #FFF !important; }
          .banner li .interes ul li a:hover {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
    .banner li .imgs-b {
      margin-top: 15px;
      width: 100%; }
      .banner li .imgs-b ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .banner li .imgs-b ul li {
          width: calc(50% - 10px); }
          .banner li .imgs-b ul li img {
            width: 100%;
            display: block; }
    .banner li .e-mas {
      padding: 24px 32px; }
    .banner li .contenedor-slider {
      margin: auto;
      width: 100%;
      position: relative;
      overflow: hidden; }
    .banner li .slider {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .banner li .slider__section {
      width: 100%; }
    .banner li .slider__img {
      display: block;
      width: 100%; }
    .banner li .btn-prev, .banner li .btn-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      font-size: 50px;
      color: rgba(155, 155, 155, 0.8);
      padding: 10px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .banner li .btn-prev:hover, .banner li .btn-next:hover {
      color: #FFF; }
    .banner li .btn-prev {
      left: 12px; }
    .banner li .btn-next {
      right: 12px; }
  .banner #b-70 {
    width: calc(100% - 466px); }

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 30;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  .modal .modal-item {
    width: calc(100% - 30px);
    max-width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    background: #FBFBFB;
    display: none; }
    .modal .modal-item .btn-salir {
      color: #FFF;
      position: absolute;
      top: -22px;
      right: -22px;
      font-size: 33px;
      cursor: pointer; }
    .modal .modal-item h1 {
      font-size: 27px;
      margin-bottom: 10px;
      color: #48A958; }
    .modal .modal-item li {
      list-style: circle;
      text-align: justify;
      font-size: 20px; }
    .modal .modal-item p {
      width: 100%;
      text-align: center;
      color: #DE4545;
      font-style: italic;
      font-size: 20px;
      display: block;
      margin-top: 7px;
      font-family: serif; }
    .modal .modal-item ul {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .modal .modal-item ul li {
        list-style: none;
        width: calc(50% - 8px);
        margin-bottom: 12px; }
        .modal .modal-item ul li h2 {
          font-family: 'Abel', sans-serif;
          font-size: 22px;
          color: #2E6E34; }
        .modal .modal-item ul li span a, .modal .modal-item ul li span p {
          font-family: 'Abel', sans-serif;
          font-size: 18px;
          color: #000000;
          display: block;
          font-style: normal;
          cursor: default; }
          .modal .modal-item ul li span a:hover, .modal .modal-item ul li span p:hover {
            text-decoration: none; }
          .modal .modal-item ul li span a img, .modal .modal-item ul li span p img {
            width: 100%; }
        .modal .modal-item ul li span p {
          font-size: 19px;
          margin-left: 6px;
          margin-top: 3px;
          color: #2B3A2A;
          display: none;
          text-align: left;
          cursor: default; }

.info {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: url("../imgs/info.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 5px solid #2FA443;
  text-align: center; }
  .info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 184, 38, 0.2);
    z-index: 0; }
  .info .sucursales {
    width: 100%;
    max-width: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: auto;
    z-index: 10; }
    .info .sucursales li {
      width: calc(33% - 10px); }
      .info .sucursales li h3, .info .sucursales li p {
        font-family: 'Abel', sans-serif;
        color: #FFF; }
      .info .sucursales li h3 {
        font-size: 19px; }
      .info .sucursales li p {
        font-size: 15px;
        line-height: 22px; }

.about {
  width: calc(100% - 30px);
  margin: 27px auto;
  max-width: 700px; }
  .about li {
    width: 100%;
    margin-bottom: 25px;
    display: block; }
    .about li h1 {
      font-size: 23px;
      font-weight: normal;
      margin-bottom: 10px;
      color: #13b12b; }
    .about li p {
      text-align: justify;
      font-size: 18px;
      letter-spacing: 0.8px;
      color: #262626; }

form {
  width: calc(100% - 30px);
  margin: 40px auto;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FBFBFB;
  border: 1px solid #EFEFEF;
  text-align: center; }
  form h1 {
    color: #FFF;
    background: #3CB44F;
    padding: 10px;
    font-weight: normal;
    font-family: 'Abel', sans-serif;
    margin-bottom: 15px; }
  form input, form textarea {
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    outline: 0;
    border: 1px solid #E7E7E7; }
  form textarea {
    max-height: 200px;
    max-width: calc(100% - 20px);
    min-width: calc(100% - 20px); }
  form input[type=submit] {
    width: auto;
    text-align: center;
    background: #37af4a;
    border: none;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-size: 20px;
    font-family: 'Abel', sans-serif; }
    form input[type=submit]:hover {
      background: #319c42; }

.galeria {
  width: calc(100% - 20px);
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 35px auto; }
  .galeria li {
    width: 30%;
    margin-bottom: 25px; }
    .galeria li a img {
      width: 100%;
      display: block; }

@media (max-width: 800px) {
  .galeria li {
    width: calc(50% - 10px); } }

@media (max-width: 570px) {
  .galeria li {
    width: 100%; } }

@media (max-width: 980px) {
  .banner #b-70 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .banner #items-l {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .banner #items-r {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; } }
