﻿@charset "UTF-8";
/* Colores */
/*compensar colores corporativos*/
/*compensar color cuerpo texto corporativo*/
/*colores complementarios*/
/*compensar fuente texto corporativo*/
/*compensar peso fuente corporativo*/
/* max-width*/
/*center-content*/
/*Iconos*/
/* rendition ID heights & widths */
/* font sizes */
/*bordes*/
/*Sombra*/
/*Opacidad*/
/*mixins tipografia*/
/* mixin for multiline */
#nsedes a {
  color: #000;
  font-weight: 700;
}
#nsedes a i {
  font-size: 40px;
  vertical-align: middle;
  display: inline;
}

#nsedes ul {
  padding: 0;
  overflow: auto;
  height: 395px;
  margin-bottom: 20px;
}

#nsedes li {
  color: #666666;
  border-bottom: 1px dashed #ccc;
  display: block;
  padding: 2px 4px 2px 4px;
  margin: 0;
  cursor: pointer;
}
#nsedes li:hover,
#nsedes li:hover a {
  color: #ff7519 !important;
  text-decoration: none;
}
#nsedes li h3 {
  padding: 0px;
  border-bottom: 0px;
  font-size: 14px;
  line-height: 14px;
  margin: 5px 0px;
}
#nsedes li p {
  margin-bottom: 0px;
}

#nsedes h3 {
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
  margin: 0;
  padding: 10px 0px;
}

#nsedes h5 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.sedes {
  padding-top: 20px;
}

#sedes {
  margin-top: 5px;
  height: 440px;
  padding: 0;
  clear: both;
}

.borrar_filtros,
.ver_mas_resultados,
.ver_menos_resultados,
.volver_mas_resultados {
  color: #ff6600;
  background-color: #fff;
  border-color: #ff6600;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid;
  border-radius: 6px;
  font-weight: 300;
}

.borrar_filtros:hover,
.ver_mas_resultados:hover,
.ver_menos_resultados:hover,
.volver_mas_resultados:hover {
  background: #ff6600;
  color: #fff;
  cursor: pointer;
}

.botones {
  display: none;
}

.filtros {
  width: 83.33333333%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}
.filtros .borrar_filtros {
  float: left;
}
.filtros .seccionfiltro {
  float: right;
}
.filtros .cajaSeleccion {
  padding-bottom: 10px;
}
.filtros .cajaSeleccion:first-child {
  float: left;
  margin-right: 20px;
}
.filtros .cajaSeleccion:last-child {
  float: right;
}
.filtros .cajaSeleccion ul {
  width: 100%;
  top: 30px;
}
.filtros .cajaSeleccion select {
  border-radius: 5px;
  height: auto;
  padding: 5px 10px;
  color: #333;
  width: 200px;
}
.filtros .cajaSeleccion select:focus {
  outline: 0px;
  border: 1px solid #ff6600;
  background: #fcf8e2;
  cursor: pointer;
}

/*inicio del popup*/
.info {
  position: relative;
  width: 280px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1);
}

.gm-style
  > div:nth-child(1)
  > div:nth-child(3)
  > div:nth-child(2)
  > div:nth-child(4)
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(2),
.gm-style
  > div:nth-child(1)
  > div:nth-child(3)
  > div:nth-child(2)
  > div:nth-child(4)
  > div:nth-child(1)
  > div:nth-child(1)
  > div:nth-child(4),
.gm-style
  > div:nth-child(1)
  > div:nth-child(3)
  > div:nth-child(2)
  > div:nth-child(4)
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(2),
.gm-style
  > div:nth-child(1)
  > div:nth-child(3)
  > div:nth-child(2)
  > div:nth-child(4)
  > div:nth-child(2)
  > div:nth-child(1)
  > div:nth-child(4) {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.gm-style div {
  /* background: transparent !important; */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.gm-style .gm-style-iw {
  -webkit-box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1) !important;
  width: 280px !important;
  border-radius: 8px;
  background-color: #fff !important;
}
.gm-style .gm-style-iw + div {
  display: none;
  border-radius: 100%;
}
.gm-style .gm-style-iw > div {
  max-height: none !important;
}

.gm-style .gmnoprint {
  background-color: #fff !important;
}
.gm-style .gmnoprint .gm-svpc {
  background-color: #fff !important;
}

.gm-iv-address {
  height: auto !important;
}

.info img {
  width: 100%;
}

#cerrar:before {
  font-family: FontAwesome;
  content: "";
  font-size: 15px;
  right: 5px;
  position: absolute;
  cursor: pointer;
}

.mas_info {
  color: #ff6600;
  background-color: #fff;
  border-color: #ff6600;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid;
  border-radius: 6px;
  font-weight: 300;
  margin: 15px;
  font-weight: bold;
}

.mas_info:hover {
  background: #ff6600;
  color: #fff;
  cursor: pointer;
}

.infosede {
  width: 100%;
  text-align: center;
  max-height: 230px;
  overflow-y: auto;
  padding: 5px;
  margin-bottom: 10px;
}
.infosede h3 {
  font-weight: bold;
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px solid #ccc;
}
.infosede a {
  font-weight: bold;
  color: #ff6600;
}
.infosede .comoLlegar {
  font-weight: bold;
  color: #ff6600;
  display: block;
  margin: 0 auto;
  border: 0px;
}
.infosede .comoLlegar:hover,
.infosede .comoLlegar:focus,
.infosede .comoLlegar:visited,
.infosede .comoLlegar:active {
  background: #fff;
  outline: 0px;
}
.infosede select {
  display: block;
  width: 70%;
  margin: 10px auto;
  border: 1px solid #ccc;
  height: 30px;
  border-radius: 0px;
  color: #666;
}
.infosede p {
  margin-bottom: 0px;
}
.infosede a {
  margin-bottom: 10px;
}

.telefono:before {
  font-family: FontAwesome;
  content: "";
  font-size: 15px;
  margin-right: 5px;
}

.pinUbicacion:before {
  font-family: FontAwesome;
  content: "";
  font-size: 15px;
  margin-right: 5px;
}

.cerrarCaja {
  display: block;
  margin: 0 auto;
  width: 70%;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background: #666;
  border-radius: 50%;
  cursor: pointer;
}

.cerrarCaja::before {
  content: "\f057";
  font-family: FontAwesome;
  color: white;
  font-size: 15px;
}

@media only screen and (min-width: 769px) {
  .gm-style .gm-style-iw + div {
    display: none;
    right: 40px !important;
    top: 10px !important;
    opacity: 1 !important;
  }
  .infosede h3 {
    padding-bottom: 15px;
    margin-top: 20px;
  }
}

/*Media Query*/
@media only screen and (max-width: 768px) {
  .sedes {
    margin: 0px;
    padding: 0px 15px;
  }
  .sedes_izq {
    clear: both;
  }
  #nsedes ul {
    height: auto;
  }
  .botones {
    width: 100%;
    display: block;
    padding: 10px 0px;
    overflow: hidden;
  }
  .botones button {
    width: 100%;
    margin-bottom: 15px;
  }
  .botones button:first-child {
    float: left;
  }
  .botones button:last-child {
    float: right;
  }
  .seccionfiltro {
    display: block;
    width: 100%;
  }
  .filtros {
    margin-bottom: 20px;
    width: 100%;
    padding: 0px;
  }
  .filtros > div,
  .filtros > div > div,
  .sedes_der,
  .sedes_der > div,
  .sedes_der > div > div {
    padding: 0px;
  }
  .filtros .borrar_filtros {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-top: 5px;
  }
  .filtros .cajaSeleccion select {
    width: 100%;
    padding: 5px 5px;
  }
  .filtros .cajaSeleccion:first-child {
    float: left;
    width: 48%;
    margin-right: 0;
  }
  .filtros .cajaSeleccion:last-child {
    float: right;
    width: 48%;
    margin-left: 0;
  }
  #sedes {
    height: 400px;
  }
  .info {
    width: 100%;
  }
  .info div {
    width: 100%;
  }
  .infosede h3 {
    margin-top: 20px;
    padding: 0px 2px 15px;
  }
  .gm-style .gm-style-iw {
    width: 180px !important;
    height: auto !important;
    overflow: visible !important;
    top: 20px !important;
    left: 0px !important;
  }
  .gm-style .gm-style-iw + div {
    display: none;
    background-color: #fff !important;
    opacity: 1 !important;
    top: 20px !important;
    right: 5px !important;
    width: 14px !important;
    height: 14px !important;
  }
  .gm-style .gm-style-iw > div {
    max-width: 100% !important;
    min-width: 100% !important;
    overflow: visible !important;
  }
  #infosede h3 {
    padding-bottom: 5px;
    margin-top: 5px;
    font-size: 15px;
  }
}
