body {
  font-family: "WorkSans";
  color: #2e3444;
}

header {
  border-bottom: 10px solid #2e3444;
  background-color: #fff;
}

header > div.row > div {
  padding: 0;
}

header .izq {
  border-right: 10px solid #2e3444;
  text-align: right;
}

header .logo {
  width: 256px;
  margin-right: 100px;
}

header nav {
  height: 100%;
}

header ul {
  height: 80%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header li {
  display: inline-block;
  font-size: 23px;
}

header a {
  font-family: "WorkSans";
  font-weight: bold;
  color: #2e3444;
}

.indicadores {
  background-color: #10435d;
  font-size: 0.9rem;
}

.info {
  width: 1170px;
  margin: auto;
}

.info > .row > div {
  padding: 10px 30px;
  border-left: 5px solid #2e3444;
  border-right: 5px solid #2e3444;
  border-top: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.info > .row > div:first-child {
  border-left: 10px solid #2e3444;
}

.info > .row > div:last-child {
  border-right: 10px solid #2e3444;
}

.info .triangulo {
  position: absolute;
  bottom: -48px;
  left: -1px;
  width: 0;
  height: 0;
  border-left: 194px solid transparent;
  border-right: 194px solid transparent;
  border-top: 56px solid #fff;
}

.info .flecha-izq, .info .flecha-der {
  border-bottom: 10px solid #2e3444;
  position: absolute;
  bottom: -28px;
  width: 54.5%;
}

.info .flecha-izq {
  left: -12px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.info .flecha-der {
  right: -12px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.info h3 {
  font-weight: bold;
  font-size: 1.2rem;
}

.dibujo {
  background-image: url("../img/ilustracion.jpg");
  background-size: cover;
  width: 1200px;
  height: 2593px;
  margin: auto;
  position: relative;
}

.punto {
  width: 80px;
  height: 80px;
  position: absolute;
  border: 1px solid yellow;
  cursor: pointer;
}

.popup {
  position: absolute;
  z-index: 3;
  border: 5px solid #e83f4c;
  background-color: #fff;
  width: 500px;
}

.popup.flecha-izq {
  left: 65px;
  top: 40px;
}

.popup.flecha-der {
  right: 65px;
  top: 40px;
}

.popup.flecha-izq-b {
  left: 65px;
  bottom: 40px;
}

.popup.flecha-der-b {
  right: 65px;
  bottom: 40px;
}

.popup .cabecera {
  padding-top: 5px;
  padding-right: 10px;
  color: #e83f4c;
  border-bottom: 5px solid #e83f4c;
}

.popup .cabecera img {
  float: left;
  width: 64px;
}

.popup .cabecera p {
  margin: 0;
}

.popup .cabecera h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 64px;
}

.popup .cuerpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.popup .izq {
  background-color: #e83f4c;
  color: #fff;
  width: 36%;
  padding: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup .izq img {
  width: 110px;
}

.popup .izq p {
  margin: 0;
}

.popup .der {
  width: 64%;
  float: left;
  padding: 5px 10px;
}

.popup.flecha-izq .flecha, .popup.flecha-der .flecha, .popup.flecha-izq-b .flecha, .popup.flecha-der-b .flecha {
  position: absolute;
  width: 0;
  height: 0;
}

.popup.flecha-izq .flecha {
  top: -5px;
  left: -30px;
  border-right: 30px solid #e83f4c;
  border-bottom: 30px solid transparent;
}

.popup.flecha-der .flecha {
  top: -5px;
  right: -30px;
  border-left: 30px solid #e83f4c;
  border-bottom: 30px solid transparent;
}

.popup.flecha-izq-b .flecha {
  bottom: -5px;
  left: -30px;
  border-right: 30px solid #e83f4c;
  border-top: 30px solid transparent;
}

.popup.flecha-der-b .flecha {
  bottom: -5px;
  right: -30px;
  border-left: 30px solid #e83f4c;
  border-top: 30px solid transparent;
}

.popup.calipso {
  border-color: #17b6c5;
}

.popup.calipso .cabecera {
  color: #17b6c5;
  border-color: #17b6c5;
}

.popup.calipso .izq {
  background-color: #17b6c5;
}

.popup.calipso.flecha-izq .flecha, .popup.calipso.flecha-izq-b .flecha {
  border-right-color: #17b6c5;
}

.popup.calipso.flecha-der .flecha, .popup.calipso.flecha-der-b .flecha {
  border-left-color: #17b6c5;
}

.popup.amarillo {
  border-color: #ece541;
}

.popup.amarillo .cabecera {
  color: #2e3444;
  border-color: #ece541;
}

.popup.amarillo .izq {
  background-color: #ece541;
  color: #2e3444;
}

.popup.amarillo.flecha-izq .flecha, .popup.amarillo.flecha-izq-b .flecha {
  border-right-color: #ece541;
}

.popup.amarillo.flecha-der .flecha, .popup.amarillo.flecha-der-b .flecha {
  border-left-color: #ece541;
}

h2 {
  font-weight: bold;
  font-size: 4rem;
}

.proyecto {
  font-weight: 400;
}

.proyecto h2 {
  padding: 0 20px;
}

.proyecto img {
  max-width: 100%;
}

.proyecto .ambitos {
  margin-top: 340px;
  position: relative;
}

.proyecto .ambitos .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.proyecto .ambitos .row div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.333333%;
          flex: 0 0 31.333333%;
  margin: 1%;
  position: relative;
  padding-top: 64px;
  padding-bottom: 40px;
}

.proyecto .ambitos img.ambito {
  position: absolute;
  top: -212px;
  left: 0;
}

.proyecto .ambitos img.sport {
  position: absolute;
  left: -35px;
  bottom: -154px;
  width: 500px;
  z-index: 2;
}

.proyecto .roja {
  background-color: #e83f4c;
}

.proyecto .calipso {
  background-color: #17b6c5;
}

.proyecto .amarilla {
  background-color: #ece541;
}

.proyecto .sobre-ind .row div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.333333%;
          flex: 0 0 31.333333%;
  margin: 1%;
  position: relative;
}

.puntos {
  background-image: url("../img/fondopuntos.png");
}

.lineas {
  background-image: url("../img/fondolineas.png");
}

.cuadro {
  border: 3px solid #2e3444;
  background-color: #fff;
  padding: 15px;
}

.cuadro-central {
  color: #fff;
  width: 70%;
  background-color: #031838;
  padding: 15px 30px;
  margin: auto;
  position: relative;
}

.nosotros .lineas .container {
  position: relative;
  padding-bottom: 500px;
}

.nosotros .music {
  position: absolute;
  bottom: 161px;
  left: 0;
  width: 500px;
}

.nosotros .basura {
  position: absolute;
  bottom: 343px;
  right: 0;
  width: 450px;
}

.nosotros .cuadro p {
  position: relative;
  z-index: 3;
}

.nosotros .equipo {
  position: relative;
}

.nosotros .equipo h2 {
  position: relative;
}

.nosotros .equipo .row div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nosotros .think {
  position: absolute;
  bottom: -140px;
  right: 0;
  width: 550px;
}

.nosotros h4 {
  font-weight: bold;
  color: #17b6c5;
}

.nosotros .logos img {
  max-width: 100%;
}

.btn {
  border-radius: 0;
  padding: 12px 20px;
  padding-right: 30px;
}

.btn img {
  width: 64px;
}

.btn-borde {
  border: 3px solid #2e3444;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 10px solid #2e3444;
}

@font-face {
  font-family: "WorkSans";
  font-weight: 200;
  src: url("../fonts/WorkSans-Light.ttf");
}

@font-face {
  font-family: "WorkSans";
  font-weight: 400;
  src: url("../fonts/WorkSans-Regular.ttf");
}

@font-face {
  font-family: "WorkSans";
  font-weight: bold;
  src: url("../fonts/WorkSans-Bold.ttf");
}
/*# sourceMappingURL=principal.css.map */