@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
@keyframes expand {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@font-face {
  font-family: Bree;
  src: url('Bree ExtraBold.otf');
}
@font-face {
  font-family: localTitle;
  src: url('Museo 500.otf');
}
@font-face {
  font-family: localName;
  src: url('Museo 900.otf');
}
body {
  /* background-image: url('../images/fondo.png'); */
  /* background-size: 100%; */
  /* background-color: #152037; */
  /* margin: 10% auto; */
  font-family: 'Montserrat', sans-serif, 'FontAwesome';
  /* color: #c3d8ed; */
}
.appstoresTitle {
  position: relative;
  width: 65%;
  /* bottom: 0; */
  top: -10%;
  left: 50%;
  transform: translate(-50%, -100%);
  /* visibility: hidden; */
}
.appstores {
  position: relative;
  width: 10%;
  display: inline-block;
  left: 40%;
  transform: translate(50%, -115%);
}
/*.patron {
  margin-top: -12%;
}
.m-auto {
  margin: 0 auto;
}
.patronFondo {
  background-image: url('../images/patron.png');
  background-repeat: repeat;
  height: 8vw;
  background-size: cover;
  background-position: center;
}*/
#sppb-addon-1681237823136 {
  position: relative;
  /* width: 70%; */
  /* margin-bottom: 5%; */
  left: 50%;
  /* top: -25px; */
  transform: translateX(-46%);
}
.ta-center {
  text-align: center;
}

.p-30 {
  padding: 30px;
}

.box {
  background-color: #f2e6d9;
  /*background-image: url(../images/seccionrecorridos2.png);]*/
  width: inherit;
  border-radius: 10px;
  color: #fff;
  padding-bottom: 25px;
  margin-top: 20px !important;
  animation: expand 800ms ease;
  margin-left: auto;
  margin-right: auto;
}

input[type='search'] {
  background-color: #ecdadd;
  /* padding: 15px; */
  width: 100%;
  height: 100%;
  border: none;
  /* border-radius: 5px; */
  font-style: italic;
  color: #993366;
  text-align: center;
  margin-bottom: 10px;
  margin-top: -5px;
}

::placeholder {
  color: #993366;
}

.logos_sup {
  max-width: 200px;
  position: absolute;
  left: 1%;
  top: 1%;
}

ul {
  list-style: none;
  height: auto;
  display: flex;
  width: 100%;
  flex-direction: initial;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: center;
}

li a:hover {
  color: #fff;
  opacity: 0.7;
}

.Buses {
  font-family: 'localName';
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 35px;
  transform: translate(-50%, 65%);
}
.Metro {
  font-family: 'localName';
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 15px;
  transform: translate(-50%, 65%);
  line-height: initial;
}
.MT {
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 17px;
  transform: translate(-50%, 70%);
  line-height: initial;
}

.desvio {
  position: absolute;
  bottom: 0px;
  left: 22px;
  font-size: 11px;
  /* max-width: 84px; */
  color: #fff;
  font-family: 'Bree', 'Montserrat', sans-serif, 'FontAwesome';
}

/* @media only screen and (max-width: 768px) {
  .logos_sup {
    position: relative;
  }

  ul {
    display: inline-block;
    padding-left: 40px;
  }

  .box h1 {
    font-size: 1.4rem;
  }
} */

.resultList {
  background-color: #f2e6d9;
  padding: 15px;
  margin: 1px auto;
  width: 80%;
  border: 2px solid #dfcdbc;
  border-radius: 5px;
  font-style: italic;
  color: #9d826f;
  text-align: center;
  cursor: pointer;
}

.resultList:hover {
  color: #e83c4d;
  opacity: 0.8;
}

.message {
  width: 70%;
  margin: auto;
  padding: 5px 0px;
}

.app {
  background-color: #142036;
  border-radius: 5px;
  color: white;
  width: 50%;
  margin: -3% auto;
  padding: 5px 0px;
}

/* #footer {
  background-image: url('../images/people.svg.png');
  background-size: auto 114px;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1200px;
  height: 114px;
  margin: 0 auto;
} */

.download {
  margin-top: 4%;
}
.icon {
  margin: 2%;
}

a {
  color: #fff;
}

.mainTable {
  border-color: #fafafa;
  background-color: #f0d9dd;
  /* width: 800px; */
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.localInfo {
  width: 800px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 450px) and (max-width: 576px) {
  .sp-page-builder .page-content #section-id-1681237823133 {
    padding-top: 2%;
    padding-bottom: 2%;
    background-size: auto;
  }
  #sppb-addon-1681237823139 {
    position: relative;
    /* top: -30px; */
    width: 100%;
    margin-bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sppb-addon-1681237823160 {
    position: relative;
    width: 50%;
    margin-bottom: 5%;
    left: 50%;
    /* top: -15px; */
    transform: translateX(-70%);
  }
  .appstoresTitle {
    position: relative;
    width: auto;
    margin-top: 10%;
    margin-bottom: 2%;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -100%);
    /* visibility: hidden; */
  }
  .appstores {
    position: relative;
    width: 25%;
    display: inline-block;
    left: 40%;
    transform: translate(-50%, -70%);
    margin-bottom: 5%;
  }
  .mainTable {
    /* border-color: #fafafa;
    background-color: #f0d9dd; */
    width: 100%;
    /* width: 300px; */
    height: 50px;
  }
  .localInfo {
    width: 100%;
    height: 50px;
  }
  .ul {
    flex-wrap: wrap;
    padding: 0;
  }
  .patronFondo {
    height: 80px;
  }
  .Buses {
    font-family: 'localName';
    position: absolute;
    bottom: 50%;
    /* left: 20%; */
    font-size: 25px;
    transform: translate(-50%, 65%);
  }
  .Metro {
    font-family: 'localName';
    position: absolute;
    bottom: 50%;
    /* left: 20%; */
    font-size: 15px;
    transform: translate(-50%, 65%);
    line-height: initial;
  }
  .MT {
    position: absolute;
    bottom: 50%;
    /* left: 20%; */
    font-size: 17px;
    transform: translate(-50%, 70%);
    line-height: initial;
  }

  .desvio {
    position: absolute;
    bottom: 0px;
    left: 22px;
    font-size: 11px;
    /* max-width: 84px; */
    color: #fff;
    font-family: 'Bree', 'Montserrat', sans-serif, 'FontAwesome';
  }

  .box {
    background-color: #f2e6d9;
    /*background-image: url(../images/seccionrecorridos2.png);*/
    width: inherit;
    border-radius: 10px;
    color: #fff;
    padding-bottom: 25px;
    margin-top: 35px !important;
    animation: expand 800ms ease;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }
  .imagenBorde {
    top: -10px;
  }
  #section-id-1681228222296 {
    top: -12px;
  }
  .patron {
    position: relative;
    bottom: 0;
    visibility: hidden;
  }
}

@media only screen and (min-width: 577px) and (max-width: 992px) {
  /* @media only screen and (min-width: 577px) and (max-width: 992) { */
  .sp-page-builder .page-content #section-id-1681237823133 {
    padding-top: 2%;
    padding-bottom: 2%;
    background-size: auto;
  }
  #sppb-addon-1681237823139 {
    position: relative;
    /* top: -25px; */
    width: 100%;
    margin-bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sppb-addon-1681237823160 {
    position: relative;
    width: 60%;
    margin-bottom: 5%;
    left: 50%;
    /* top: -25px; */
    transform: translateX(-70%);
  }
  #sppb-addon-1681237823136 {
    position: relative;
    width: 40%;
    margin-bottom: 5%;
    left: 50%;
    /* top: -25px; */
    transform: translateX(-50%);
  }
  .appstoresTitle {
    position: relative;
    width: auto;
    /* margin-top: 10%;
    margin-bottom: 2%; */
    top: -10%;
    left: 50%;
    transform: translate(-50%, -100%);
    /* visibility: hidden; */
  }
  .appstores {
    position: relative;
    width: 25%;
    display: inline-block;
    left: 40%;
    transform: translate(-50%, -70%);
    /* margin-bottom: 5%; */
  }
  .mainTable {
    /* border-color: #fafafa;
    background-color: #f0d9dd; */
    width: 100%;
    /* width: 300px; */
    height: 50px;
  }
  .localInfo {
    width: 100%;
    height: 50px;
  }
  .patronFondo {
    height: 80px;
  }
  .ul {
    flex-wrap: wrap;
    padding: 0;
  }
  .Buses {
    font-family: 'localName';
    position: absolute;
    bottom: 50%;
    /* left: 20%; */
    font-size: 25px;
    transform: translate(-50%, 65%);
  }
  .Metro {
    font-family: 'localName';
    position: absolute;
    bottom: 50%;
    /* left: 20%; */
    font-size: 15px;
    transform: translate(-50%, 65%);
    line-height: initial;
  }
  .MT {
    position: absolute;
    bottom: 50%;
    /* left: 20%; */
    font-size: 18px;
    transform: translate(-50%, 70%);
    line-height: initial;
  }

  .desvio {
    position: absolute;
    bottom: 0px;
    left: 22px;
    font-size: 11px;
    /* max-width: 84px; */
    color: #fff;
    font-family: 'Bree', 'Montserrat', sans-serif, 'FontAwesome';
  }

  .box {
    background-color: #f2e6d9;
    /*background-image: url(../images/seccionrecorridos2.png);*/
    width: inherit;
    border-radius: 10px;
    color: #fff;
    padding-bottom: 25px;
    margin-top: 35px !important;
    animation: expand 800ms ease;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }
  .imagenBorde {
    top: -10px;
  }
  #section-id-1681228222296 {
    top: -12px;
  }
  .patron {
    position: relative;
    bottom: 0;
    visibility: hidden;
  }
}

@media (max-width: 450px) {
  ::placeholder {
    font-size: 0.85em;
  }
  input[type='search'] {
    /* padding: 10px 3px; */
    width: 100%;
    /* width: 300px; */
    font-size: 13px;
  }
  .message {
    font-size: 0.7em;
    min-width: 100%;
  }
  #sppb-addon-1681237823139 {
    position: relative;
    width: 450px;
    margin-bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  #sppb-addon-1681237823160 {
    position: relative;
    width: 50%;
    margin-bottom: 5%;
    margin-top: 12%;
    left: 50%;
    transform: translateX(-70%);
  }
  .mainTable {
    /* border-color: #fafafa;
    background-color: #f0d9dd; */
    width: 95%;
    /* width: 300px; */
    height: 50px;
  }
  .patronFondo {
    /* background-image: url('../images/patron.png'); */
    /* width:200px; */
    /* background-repeat: repeat; */
    height: 80px;
    /* background-size: cover;
  background-position: center; */
  }
  .localInfo {
    width: 100%;
    height: auto;
  }
  .ul {
    flex-wrap: wrap;
    padding: 0;
  }
  .appstoresTitle {
    position: relative;
    width: auto;
    margin-top: 10%;
    margin-bottom: 2%;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -100%);
    /* visibility: hidden; */
  }
  .appstores {
    position: relative;
    width: 25%;
    display: inline-block;
    left: 40%;
    transform: translate(-50%, -70%);
    margin-bottom: 5%;
  }
  .Buses {
    font-family: 'localName';
    position: absolute;
    bottom: 50%;
    /* left: 20%; */
    font-size: 25px;
    transform: translate(-50%, 65%);
  }
  .Metro {
    font-family: 'localName';
    position: absolute;
    bottom: 50%;
    left: 50%;
    font-size: 15px;
    transform: translate(-50%, 65%);
    line-height: initial;
  }
  .MT {
    position: absolute;
    bottom: 50%;
    left: 50%;
    font-size: 17px;
    transform: translate(-50%, 70%);
    line-height: initial;
  }

  .desvio {
    position: absolute;
    bottom: 0px;
    left: 22px;
    font-size: 11px;
    /* max-width: 84px; */
    color: #fff;
    font-family: 'Bree', 'Montserrat', sans-serif, 'FontAwesome';
  }

  .box {
    /* left: 45%;
    transform: translateX(-50%); */
    background-color: #f2e6d9;
    /*background-image: url(../images/seccionrecorridos2.png);*/
    width: inherit;
    border-radius: 10px;
    color: #fff;
    padding-bottom: 25px;
    margin-top: 35px !important;
    animation: expand 800ms ease;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }
  .imagenBorde {
    top: -10px;
  }
  #section-id-1681228222296 {
    top: -12px;
  }
  /* .patron {
    position: relative;
    bottom: 0;
    visibility: hidden;
  } */
}
/*body {
  background-image: url(../images/fondo_mor.png);
}*/
