﻿@media only screen and (max-width: 1023px)  {
    .strips {
        display: none;
    }
    .resolucion {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }
}

.resolucion {
    display: none;
    padding: 3vh;
}
.resolucion div img {
    height: 100px;
}
.resolucion .titulo {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 16vh;
}
.resolucion .sorry {
    font-size: 28px;
    padding: 2vh;
    border-bottom: 1px solid #ffffff!important;
}
.resolucion .texto {
    font-size: 16px;
    padding: 2vh;
}
    
* {
  box-sizing: border-box;
}

.strips {
  min-height: 100vh;
  text-align: center;
  overflow: hidden;
  color: white;
}
.strips__strip {
  will-change: width, left, z-index, height;
  position: absolute;
  width: 25%;
  min-height: 100vh;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip:nth-child(1) {
  left: 0;
}
.strips__strip:nth-child(2) {
  left: 25vw;
}
.strips__strip:nth-child(3) {
  left: 50vw;
}
.strips__strip:nth-child(4) {
  left: 75vw;
}
.strips__strip:nth-child(1) .strip__content {
  background: #244F75;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation-name: strip1;
          animation-name: strip1;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.strips__strip:nth-child(2) .strip__content {
  background: #F26C61;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip2;
          animation-name: strip2;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.strips__strip:nth-child(3) .strip__content {
  background: #8C4B7E;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-animation-name: strip3;
          animation-name: strip3;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.strips__strip:nth-child(4) .strip__content {
  background: #60BFBF;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-animation-name: strip4;
          animation-name: strip4;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 760px) {
  .strips__strip {
    min-height: 25vh;
  }
  .strips__strip:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(2) {
    top: 25vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(3) {
    top: 50vh;
    left: 0;
    width: 100%;
  }
  .strips__strip:nth-child(4) {
    top: 75vh;
    left: 0;
    width: 100%;
  }
}
.strips .strip__content {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.strips .strip__content:hover:before {
  -webkit-transform: skew(-30deg) scale(3) translate(0, 0);
          transform: skew(-30deg) scale(3) translate(0, 0);
  opacity: 0.1;
}
.strips .strip__content:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.05;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: skew(-30deg) scaleY(1) translate(0, 0);
          transform: skew(-30deg) scaleY(1) translate(0, 0);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips .strip__inner-text {
  will-change: transform, opacity;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 96%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip--expanded {
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  z-index: 3;
  cursor: default;
}
@media screen and (max-width: 760px) {
  .strips__strip--expanded {
    min-height: 100vh;
  }
}
.strips__strip--expanded .strip__content:hover:before {
  -webkit-transform: skew(-30deg) scale(1) translate(0, 0);
          transform: skew(-30deg) scale(1) translate(0, 0);
  opacity: 0.05;
}
.strips__strip--expanded .strip__title {
  opacity: 0;
}
.strips__strip--expanded .strip__inner-text {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.strip__title {
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 3vw;
  color: white;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  font-size:50px !important;
}
@media screen and (max-width: 760px) {
  .strip__title {
    font-size: 28px;
  }
}

.strip__excel {
  position: absolute;
  right: 3vw;
  top: 10vh;
  opacity: 0;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  transition-delay: 0.5s;
}

.strip__excel img {
  height: 35px;
}
.strip__excel p {
  height: 35px;
  font-size: 12px;
  background: white;
}

.strip__excel--show {
  opacity: 1;
}

.strip__close {
  position: absolute;
  right: 40px;
  top: 0px;
  opacity: 0;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  transition-delay: 0.5s;
}
.strip__close--show {
  opacity: 1;
}

.strip__titulo {
  position: absolute;
  left: 0vw;
  top: 0vh;
  opacity: 0;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  transition-delay: 0.5s;
  opacity: 1;
}

.strip__titulo--hide {
	top: -500px;
	opacity: 0;
}

.strip__titulo_format{
	width:100%;
	text-align:center;
	background-color:#990000;
	color:#fff;
	font-size:45px;	
}

.strip__covid {
  position: absolute;
  left: 6vw;
  top: 12vh;
  opacity: 0;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  transition-delay: 0.5s;
  opacity: 1;
}

.strip__covid--hide {
	visibility: hidden;
}

.strip__empleo {
  position: absolute;
  left: 30vw;
  bottom: 3vh;
  opacity: 0;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  transition-delay: 0.5s;
  opacity: 1;
  visibility: visible;
}

.strip__empleo--hide {
	visibility: hidden;	
}

.strip__flujo {
  position: absolute;
  left: 55vw;
  bottom: 3vh;
  opacity: 0;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  transition-delay: 0.5s;
  opacity: 1;
}

.strip__flujo--hide {
	visibility: hidden;
}

@-webkit-keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes strip4 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes strip4 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* Demo purposes */
body {
  font-family: 'Bree Serif', 'Droid Sans', Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  line-height: 1.5;
}

h1, h2 {
  font-weight: 300;
}

.fa {
	font-size: 70px;	
	color: white;	
	font-style: normal !important;
}

.fa_otro {
	font-size: 70px;	
	color: #666666;	
	font-style: normal !important;
	opacity:1;

	position: absolute;
	right: 40px;
	top: 5px;	
	z-index: 10;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	cursor: pointer;
	transition-delay: 0.5s;	
}

h2 {
  font-size: 36px;
  margin: 0 0 16px;
}

p {
  margin: 0 0 16px;
}

.fa-close:before {	
	content: "←";
	/*content: "\21E6"; */
}

/* Títulos en Tabletos */
.strip__inner-text p {
    /*text-transform: uppercase;*/
    font-size: 26px;
    margin: 0 0 16px;
}


/* Tableau */
.panel-tableau {
    height: 88vh;
    width: 96vw;
}
.panel-tableau.tab4{
    height: 88vh;
    width: calc(100% - 380px);
}
.panel-tableau > div > div {
    background-size: 100% 100% !important;
}
#toolbar-container,
.tab-toolbar {
    display: none !important;
}
#tab-dashboard-region {
    background-color: transparent;
}
.tableauPlaceholder > div > div {
    background-size: 100% 100% !important;
}

/* Mapa D3 */
.controles {
    display: -webkit-inline-box;
    background: white;
    height: 88vh;
    width: 96vw;    
}
#chart-mapa {
    height: 88vh;
    width: 380px;
}
#chart-mapa .title {
    /*color: #333333;*/
    color: #AA0000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    padding-top: 20px;
    margin: 0;
}
#chart-mapa .chart-mapa-select {
    padding: 4px 60px;
}
#chart-mapa svg {
    height: calc(100% - 94px);
    width: 100%;
}
.separador {
    height: 88vh;
}
.separador img {
    height: 100%;
}

/*Atras del mapa*/
.background {
    background: white;
    fill: white;
    pointer-events: all;
}
/*borde del mapa*/
.map-layer {
    stroke: white;
    stroke-width: 1.2;
    cursor: pointer;
}
/*Feature fill*/
.map-layer path {
    /*fill: #C6CEC2;*/
    fill: #A2CACA;
    opacity: 1;
}
/*Feature Selected*/
.map-layer path.selected {
    /*fill: rgb(223,226,188) !important;*/
    fill: #53A5A5;
}
/*Feature Highlighted*/
.map-layer path.highlighted {
    opacity: 0.8 !important;
}
/*Feature Highlighted*/
.map-layer path.cursorDefault {
    cursor: default;
}
/*Etiquetas mapa*/
.place-label {
    /*fill: #4C4F4A;*/
    fill: #000;    
    /*font-weight: 300;*/
    text-anchor: middle;
    stroke: none;
	font-size: 0px !important;
}
/*Etiquetas mapa Selected*/
.place-label.selected {
    font-size: 0px !important;
    font-weight: bold !important;
}
/*Etiquetas mapa Highlighted*/
.place-label.highlighted {
    /*fill: #6095B3 !important;*/
    fill: #7D5E4C;
}
/*Etiquetas mapa Highlighted*/
.place-label.cursorDefault {
    cursor: default;
}
/*.effect-layer {
    pointer-events:none;
}

.effect-layer text, text.dummy-text{
    font-size: 10px;
}*/



/*************************/
/* Sitios Turísticos     */
/*************************/
.panel-sitios,
.panel-sitios ul {
    display: flex;
}
.panel-sitios ul {
    margin: 0;
    padding: 0;
}
.panel-graficos ul {
    display: block;
}
.panel-mapa {
    width: 380px;
}

text {
    fill: black;
    font-size: 12px !important;
}
.list-anio {
    color: black;
    display: flex;
}
.list-anio p {
    font-size: 12px !important;
    padding-right: 8px;
}