.hidden {
  display: none !important;
}
.info-paradas__wrapper {
  padding: 0 10px 0px 10px;
  margin-top: 5%;
}
.info-paradas__wrapper h2{
  margin-bottom: 10px;
}
.info-paradas__wrapper .linea-verde{
  width: 40px;
  border: 1px solid #ccd622;
  margin-top: 0;
}
.info-paradas__selector-y-info-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 80px;
}
.info-paradas__info-wrapper {
  width: 60%;
  order: 1;
}
#info-paradas__selector-paradas__ver-sinoptico-paradas-button {
  background-color: #e7e7e7;
  color: rgb(107, 107, 107);
  font-size: 110%;
  text-transform: none;
  width: 90%;
  margin: 0 5%;
  align-self: center;
  margin-top: 30px;
  padding: 8px 12px;
  border-radius: 3px;
}
.selector-paradas__wrapper {
  width: 30%;
  padding: 2% 3%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(121, 121, 158, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(121, 121, 158, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(121, 121, 158, 0.5);
  height: fit-content;
}

.selector-paradas__wrapper.selector-paradas-home {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.selector-paradas__wrapper.selector-paradas-home h3 {
  font-family: "Raleway";
  font-weight: bold;
  font-size: 24px;
  color: black;
  text-align: center;
}

.selector-paradas__wrapper.width-100 {
  width: 100%;
}

.selector-paradas-y-sinoptico-button-container {
  width: 30%;
}

.selector-paradas-y-sinoptico-button-container.width-100 {
  width: 100%;
}

.selector-paradas-y-sinoptico-button-container .selector-paradas__wrapper {
  width: 100%;
  padding: 6% 10%;
}

.selector-paradas-y-sinoptico-button-container
.selector-paradas__wrapper.selector-paradas-home {
  padding-top: 0;
}

.selector-paradas__wrapper h3 {
  font-size: 110%;
  color: #666666;
  font-weight: 600;
}

.selector-paradas__icon-and-select-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
}
.selector-paradas__icon-and-select-container #info-paradas__selector-paradas option {
  color: black;
}
.selector-paradas__icon-and-select-container .fa {
  padding: 8px;
  width: 32px;
  height: 32px;
  color: black;
  font-size: 120% !important;
  align-self: center;
}

.selector-paradas__icon-and-select-container select {
  border-radius: 4px;
  background-color: #e7e7e7;
  border: 1px solid rgb(230, 230, 230);
  width: 100%
}

.selector-paradas__icon-and-select-container select option {
  height: inherit;
}

.selector-paradas__wrapper button {
  width: 100%;
  background-color: #a1c000;
  text-transform: none;
  font-weight: bold;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 8px;
}
h4, .titulo-verde{
  font-weight: bold !important;
  font-size: 22px !important;
  color: #ccd622 !important;
  margin-bottom: 10px !important;
}
.info-paradas__wrapper .info-paradas__proximos-tranvias__tranvia-icon {
  border-radius: 50%;
  background-color: #ccd622;
  font-size: 110%;
  font-weight: bold;
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.info-paradas__proximos-tranvias-wrapper .info-paradas__proximos-tranvias__tranvia-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.info-paradas__proximos-tranvias-wrapper .info-paradas__proximos-tranvias__tranvia-wrapper .info-paradas__proximos-tranvias__tranvia-name {
  font-weight: 600;
}
.info-paradas__info-wrapper .info-paradas__proximos-tranvias-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-paradas__wrapper .info-paradas__map-y-horarios-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.info-paradas__wrapper .info-paradas__map-wrapper, .info-paradas__horarios-wrapper {
  width: 50%;
}
.info-paradas__wrapper button.info-paradas__collapsible-title {
  margin-bottom: 5px;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 8px 12px;
}

.info-paradas__wrapper .info-paradas__collapsible-title {
  font-weight: bold;
  color: #666666;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .info-paradas__selector-y-info-container {
    flex-direction: column;
    align-items: center;
  }
  .selector-paradas-y-sinoptico-button-container {
    width: 60%;
  }
  .info-paradas__info-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .selector-paradas-y-sinoptico-button-container {
    margin-bottom: 40px;
  }
  .selector-paradas-y-sinoptico-button-container {
    width: 100%;
  }
  .info-paradas__wrapper .info-paradas__proximos-tranvias__tranvia-wrapper {
    width: 100%;
  }
  .info-paradas__wrapper .info-paradas__collapsible-table td {
    width: 40%;
  }
  .info-paradas__wrapper .info-paradas__map-y-horarios-container {
    flex-direction: column;
  }
  .info-paradas__wrapper .info-paradas__map-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .info-paradas__wrapper .info-paradas__horarios-wrapper {
    width: 100%;
  }
  .info-paradas__selector-y-info-container {
    margin-bottom: 40px;
  }
  .info-paradas__map-y-horarios-container {
    margin-bottom: 40px;
  }
  hr.separador {
    margin-bottom: 40px !important;
  }
}
/*pagina sinóptico*/
.titulo-gris {
    font-weight: bold !important;
    font-size: 22px !important;
    color: #666666 !important;
    margin-bottom: 10px !important;
}
.ver-plano{
	background: black;
	padding: 8px 12px;
	text-align: center;
	border-radius: 3px;
}
.ver-plano:hover{
	background: #ccd622;
}
.ver-plano:hover a{
	color: black;
}
#sinoptico__paradas-table__paradas-th {
  width: 55%;
}

#sinoptico__paradas-table__linea-th {
  width: 15%;
  background-color: #afbf2e;
  color: white;
}

#sinoptico__paradas-table__lanzadera-th {
  width: 25%;
  background-color: #d7f006;
  color: white;
}

.sinoptico__paradas-table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.sinoptico__paradas-table td {
  text-align: left;
}

.sinoptico__paradas-table .sinoptico__paradas-table__linea-1-td {
  background: url("/wp-content/themes/brooklyn/images/sinoptico-bg-l1.png")
  repeat-y 50%;
}

.sinoptico__paradas-table .sinoptico__paradas-table__lanzadera-td {
  background: url("/wp-content/themes/brooklyn/images/sinoptico-bg-l1b.png")
  repeat-y 50%;
}

.sinoptico__paradas-table .sinoptico__paradas-table__linea-1-node {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 20px !important;
  border: 5px solid #afbf2e;
}

.sinoptico__paradas-table .sinoptico__paradas-table__linea-1-node-black {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 20px !important;
  border: 5px solid #afbf2e;
}

.sinoptico__paradas-table .sinoptico__paradas-table__lanzadera-node {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 20px !important;
  border: 5px solid #d7f006;
}

.sinoptico__paradas-table .sinoptico__paradas-table__lanzadera-node-white {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 20px !important;
  border: 5px solid #d7f006;
  background-color: white;
}

.sinoptico__info-icon {
  color: #afbf2e;
  font-size: 110%;
  text-align: middle;
}

.sinoptico__info-icon:hover {
  background-color: #afbf2e !important;
  color: white;
}

.sinoptico__paradas-table tr:not(:first-of-type):hover td {
  background-color: rgb(216, 216, 216);
  cursor: pointer;
}

.sinoptico__paradas-table__zona-urbana-tr {
  background-color: rgb(234, 238, 240);
}

.sinoptico__paradas-table__zona-urbana-banner {
  position: absolute;
  left: 92%;
  bottom: 40%;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  z-index: 10;
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.15);
}

.sinoptico__necesitas-un-bono-info-box {
  width: 100%;
  background-color: #e7e7e7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 3%;
}

.sinoptico__necesitas-un-bono-info-box
.sinoptico__necesitas-un-bono-info-box__header {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}

.sinoptico__necesitas-un-bono-info-box button {
  text-transform: none;
  border-radius: 16px;
  background-color: #949494;
  min-width: 120px;
}

.sinoptico__necesitas-un-bono-info-box p {
  margin: 0;
}

.spacer-20 {
  height: 20px;
}
.spacer-40 {
  height: 40px;
}
.spacer-80 {
  height: 80px;
}

.sinoptico__parada-selected {
  background-color: rgb(252, 232, 143) !important;
}

.sinoptico__info-popup {
  width: 60%;
  height: 60%;
  position: fixed;
  left: 20%;
  top: 25%;
  border: 12px solid #afbf2e;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.sinoptico__info-popup__header {
  width: 100%;
  background-color: #afbf2e;
  padding: 1%;
}

.sinoptico__info-popup__header h5 {
  color: white;
  font-size: 200%;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.sinoptico__info-popup__body {
  background-color: white;
  padding: 4%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

#sinoptico__info-popup__close-button {
  position: fixed;
  top: 28%;
  right: 22%;
  font-size: 140%;
  color: white;
  cursor: pointer;
}

.sinoptico__info-popup__body__item__tranvia-name {
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
}

.sinoptico__info-popup__body__item__tranvia-hr {
  width: 100%;
  border: 1px solid black;
  margin-bottom: 10px;
}

.sinoptico__info-popup__body__item__tranvia-eta {
  margin-bottom: 0px;
  text-align: right;
  width: 100%;
  font-size: 120%;
  text-transform: uppercase;
  color: #afbf2e;
  font-weight: bold;
  margin-bottom: 20px;
}

.sinoptico__info-popup__body__item__servicios-table {
  border: none;
}

@media screen and (min-width: 1700px) {
  .sinoptico__paradas-table__zona-urbana-banner {
    left: 94%;
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 900px) {
  .sinoptico__paradas-table__zona-urbana-banner {
    left: 90%;
    bottom: 44%;
  }
}

@media screen and (max-width: 768px) {
  .sinoptico__paradas-table__zona-urbana-banner {
    left: 94%;
    bottom: unset;
    top: 39%;
  }
  .sinoptico__info-popup {
    width: 90%;
    left: 5%;
  }
  #sinoptico__info-popup__close-button {
    top: 26%;
    right: 8%;
  }
}

@media screen and (max-width: 500px) {
  .sinoptico__paradas-table__zona-urbana-banner {
    left: 90%;
    top: 40%;
  }
}
/*PÁGINA BUSCADOR DE TRAYECTOS*/
.buscador-de-trayectos__img-and-p-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.buscador-de-trayectos__img-and-p-container p {
  margin: 0;
}

.texto-verde {
  color: #ccd622;
}

.buscador-de-trayectos__info-del-trayecto {
  width: 50%;
  border: none;
  border-collapse: separate;
}

.buscador-de-trayectos__info-del-trayecto td {
  border-collapse: separate;
  text-align: left;
  margin-left: 30px;
}

.buscador-de-trayectos__necesitas-un-bono-info-box {
  width: 100%;
  background-color: #e7e7e7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 3%;
}

.buscador-de-trayectos__necesitas-un-bono-info-box
  .buscador-de-trayectos__necesitas-un-bono-info-box__header {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}

.buscador-de-trayectos__necesitas-un-bono-info-box button, .sinoptico__necesitas-un-bono-info-box button {
  text-transform: none;
  border-radius: 16px;
  background-color: #949494;
  min-width: 120px;
  padding: 8px 12px;
  color: white;
}
.buscador-de-trayectos__necesitas-un-bono-info-box button:hover, .sinoptico__necesitas-un-bono-info-box button:hover{
  background: #ccd622;
}

.buscador-de-trayectos__necesitas-un-bono-info-box p {
  margin: 0;
}

.info-paradas__proximos-tranvias-wrapper-origen,
.info-paradas__proximos-tranvias-wrapper-destino {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.buscador-de-trayectos__nombre-parada-origen,
.buscador-de-trayectos__nombre-parada-destino {
  color: #666666;
}

.flex-50-50 > div {
  width: 45%;
  margin: 0 2.5%;
}

.flex-50-50 {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.width-100 {
  width: 100% !important;
}

.titulo-gris {
  color: #666666;
}

.buscador-de-trayectos__info-paradas-banner {
  margin-left: -100%;
  margin-right: -100%;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #777777;
  color: white;
  font-size: 26px;
  text-align: center;
  padding: 10px 0;
  margin-top: 40px;
  position: relative;
}

.buscador-de-trayectos__info-paradas-banner i {
  background-color: #777777;
  color: white;
  text-align: center;
  line-height: 35px;
  position: absolute;
  border-radius: 50%;
  bottom: -15px;
  left: calc(50% - 15px);
  right: 50%;
  width: 30px;
  height: 30px;
}

.buscador-de-trayectos-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0 !important;
  margin-bottom: 80px;
}

.selector-popup {
  width: 30%;
  height: 30%;
  position: fixed;
  left: 35%;
  top: 40%;
  border: 2px solid #ccd622;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.selector-popup__header {
  width: 100%;
  background-color: white;
  padding: 1%;
}

.selector-popup__header h5 {
  color: #333;
  font-size: 120%;
  font-weight: bold;
  margin: 20px 20px 0;
}

.selector-popup__body {
  background-color: white;
  padding: 4%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.selector-popup__body p {
  font-size: 14px;
}

#selector-popup__close-button {
  position: fixed;
  top: 43%;
  right: 37%;
  font-size: 140%;
  color: #333;
  cursor: pointer;
}

#home-map {
  height: 400px;
  width: 100vw;
  position: relative;
  overflow: hidden;
  left: 50%;
  margin-left: -50vw;
}
.estado{
    border-width: 8px;
    border-style: solid;
	border-radius: 20px;
    padding: 15px;
    min-height: 120px;
}
.tranvieso {
    position: absolute;
    right: 10px;
    top: 15px;
}
.estado-titulo {
    font-size: 24px;
}
.estado-frase {
    line-height: 22px;
    margin-top: 5px;
}
.estado-en-hora .estado-frase {
    max-width: 75%;
}
.estado-mas-info {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.tranvieso {
    position: absolute;
    right: 10px;
    top: 15px;
}
#selector-trayecto__calcular-trayecto-button-bdt{
	font-weight: bold !important;
    font-size: 21px !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    text-transform: none;
    letter-spacing: 1px;
    width: 100%;
    padding: 15px !important;
}
#selector-trayecto__calcular-trayecto-button-bdt .bklyn-btn-normal{
	font-weight: bold;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 1px;
    width: 100%;
    padding: 15px;
	background: rgba(204, 214, 34, 1);
	border-radius: 0 25px;
    width: 100%;
    text-align: center;
    display: block;
	cursor: pointer;
}
.buscador-de-trayectos__info-del-trayecto{
	margin-bottom: 40px;
}
.info-paradas__wrapper h2{
    font-size: 34px !important;
	color: #666;
	font-weight: 600;
}
.info-paradas__wrapper h2 span {
    font-size: 34px !important;
}
@media screen and (min-width: 1700px) {
}

@media screen and (max-width: 1200px) {
  .buscador-de-trayectos__info-del-trayecto {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 768px) {
  .flex-50-50 > div {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .flex-50-50 {
    flex-direction: column;
  }
  .info-paradas__proximos-tranvias-wrapper-origen,
  .info-paradas__proximos-tranvias-wrapper-destino {
    flex-direction: column;
  }
}
