:root{
  --color1:rgb(8,50,75);
  --color2:#d41d4a;
  --color3:#08324b;
  --color4:#bdbec1;
  --color5:rgb(88,88,90)
}

body, html{
  overflow-x: hidden;
}

/*generales */

.backed-title{
  background-image: url('images/backgund_image_title.png');
  background-position: center;
  background-size: 100% 100%;
  margin-top: 20pt;
  margin-bottom: 20pt;
  padding-bottom: 1.5em;
  text-align: center;
  color: white;
}

.simple-title{
  color: var(--color2);
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

p{
  text-align: center;
}

h2{
  text-align: center;
  color: var(--color2)
}

.table-graph{
  width: 100%;
}

.table-graph tr td:first-child{
  width: 10%;
  font-size: 2em;
  color: var(--color4);
}

.table-graph tr td:last-child{
  width: 10%;
  font-weight: bold;
}

.hideme{
    opacity:0;
}

.biography{
  font-size: 0.8em;
  text-align: center;
}

/*header*/

.header-logo{
padding: 1em;
}
.header-logo{
  width: 400px;
  max-width: 100%;
}

/*botones del ecnabezado */
.header-buttons{
  background-color: var(--color2);
  display: flex;
  justify-content: center;
}

.header-buttons div{
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid white;
  flex: 0 0 33.4%;
  text-align: center;
}

.header-buttons div a{
  color: white;
}


/*barra azul despues de los botones*/
.header-catchphrase{
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  color: white;
  background-color: var(--color3);
  font-size: 1.5em;
}

/*interactividad de la storyline*/
#storyline_year{
 font-size: 50pt;
 color:var(--color4);
 display: flex;
 justify-content: center;
 align-items: center;
}

#storyline_text{
    height: 250px;
    overflow-y: auto;
    background-image:url('images/backgund_image_note.png');
    background-color: center;
    background-size: 100% 100%;
    color: white;
    padding: 20pt;
    font-size: 1.2em;
    text-align: center;
}

.svg-selected path{
  fill:var(--color1) !important;
  stroke:var(--color1) !important;
}

.svg-selected tspan{
  fill:var(--color1) !important;
}

.svg-selected ellipse{
  stroke:var(--color1) !important;
}

#business_model_donut, #pie_cities, #pie_internationalization, #bar_growing,#pie_company_age,#pie_employees{
  height: 400px;
}

#continents_map_container text{
  display: none;
}

#bar_growing{
  margin-bottom: 2em;
}


.chart-bar{
  height: 25px;
  background: black;
  transition: 0.5s all;
}



/*modelos fintech*/
#business_model_donut_text div{
  margin: 5px;
  transition: 0.2s all;
  color: white;
  font-size: 1.5em;
  border-radius: 20px;
  padding: 0.8em;
  text-align: center;
}

.color-1{
 background-color: #d41d4a;
 color: white;
}

.color-1:hover{
 border: 1px solid #d41d4a;
 color: #d41d4a !important;
 background-color: white;
}

.color-2{
background-color: #f07d23;
color: white;
}

.color-2:hover{
 border: 1px solid #f07d23;
 color: #f07d23 !important;
 background-color: white;
}

.color-3{
background-color: #eb433b;
color: white;
}

.color-3:hover{
 border: 1px solid #eb433b;
 color: #eb433b !important;
 background-color: white;
}

.color-4{
background-color: #8a2e75;
color: white;
}

.color-4:hover{
 border: 1px solid #8a2e75;
 color: #8a2e75 !important;
 background-color: white;
}
/**/
.titulo-stat{
  margin-top: 1em;
  margin-bottom: 1em;
}

/*footer seccion 1*/
.social-container{
  color: var(--color5);
  font-weight: bold;
  font-size: 2em;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  margin-top: 2em;
}

.social-container div{
  text-align: center;
}

.sn-container{
  display: flex;
}

.atencion-al-cliente{
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 2em;
  color: var(--color5);
  text-align: center;
}

.footer-link-container{
  display: flex;
  justify-content: space-around;
  color: var(--color5);
  flex-wrap: wrap;
}

.footer-link-container a{
  color: var(--color5);
}

.footer-gray-last{
  background-color: var(--color5);
  color:white;
  display: flex;
  justify-content: space-around;
  font-size: 0.8em;
  margin-top: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  flex-wrap: wrap;
}

.footer-gray-last a{
  color: white;
}

circle{
 /*   fill: lightsalmon; */
/*     stroke: salmon; */
   stroke-width: 1px;
}

@media only screen and (max-width: 768px) {
  .backed-title{
    font-size: 1.5em;
    padding-bottom: 2.1em;
  }
  h2{
    font-size: 1.1em;
  }
  .c3-axis-y .tick {
     display: none;
  }
  #story_container{
    overflow-x: scroll;
  }

  #story_container svg{
    width: 200%;
  }

  #business_model_donut_text{
    margin-bottom: 2em;
  }
}
