/*
	Theme Name: WerkStatt Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: werkstatt
	Text Domain: werkstatt
*/

.color-blanco h2 {
  color: white !important;
}

.thb-autotype .thb-autotype-entry {
  display: inline;
  
}

.vc_chart.vc_round-chart.wpb_content_element h2.wpb_heading {
    text-align:center;
    font-size:21px;
}
h2.wpb_gallery_heading{
 text-align:center;
}
 .caja {
    position: absolute;
    width: 174px;
    padding: 12px;
    background-color: #e3f2fd;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }

  .cargo {
    font-weight: normal;
    font-size: 0.9em;
    margin-top: 6px;
  }

  /* Color para cargos */
  #francisca .cargo {
    color: #014421; /* verde pino */
  }

  #karina .cargo,
  #cinthya .cargo {
    color: #4a90e2; /* azul suave */
  }

  .organigrama {
    position: relative;
    width: 600px;
    height: 390px;
    margin: 60px auto;
  }

/* Posiciones de las cajas */
#francisca { top: -34px; left: 207px; }
#karina    { top: 211px; left: 46px; width: 215px }
#cinthya   { top: 211px; left: 326px; width: 215px }
    

.full-button a{
  display: block;
  margin-bottom: 10px;
  width: fit-content;
}

.full-link a{
  margin-top:10px;
  width:100%
}

.full-button span{
    margin-top:7px
}

@media screen and (max-width: 768px) {
  nav#mobile-menu a {
    font-size: 16px !important;
  }
}
