*{
    margin: 0;
    padding: 0;
}

.body{
    zoom: 100%;
    width: 100%;
}

a{
  text-decoration: none;
}
/*FONDO DE TODA LA PAGINA*/
.background-image {
            background-image: url('fondo.jpg');
            background-repeat:no-repeat;
            background-size: auto; /*auto; /*acover; /*contain; */
            display: block;

            /*filter: blur(10px) contrast(30%);*/

            height: 100%;
            width: 100%;
            left: 0;
            position: fixed;
            right: 0;
            z-index: -1;
}
/******************************************/
/******************************************/

.menu {
  position: relative;
  margin-top: -9%; /*--margen superior del circulo --*/
  /*--transform: translate(-50%, 55%);--*/
  width: 0;
  left: 50px;
  z-index: 5;
}

/***********************/
.menu1 {
  position: relative; /*position: absolute;*/
  margin-top: 3%; /*--margen superior del circulo --*/
  /*--transform: translate(-50%, 55%);--*/
  width: 0;
  left: 1200px; /*left: 1300px;*/
  z-index: 6;
}

.toggle1 {
  display: none;
}

/*-------------------*/
.toggle {
  display: none;
}

.toggle + .style {
    /*left: 100px;*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1) rotate(0deg); /*-- -10% para desplazar el circulo hacia la derecha.*/
    z-index: -1;
    display: block;
    max-width: 200px;
    margin-bottom: 0;
    /*background: #00ccff; --color del circulo principal*/
    background-image: url('fondo.jpg');
    color: #fff;
    font-size: 2.5em; /*2.5em*/
    padding-top: 75px; /*--modifica el achatamiento*/
    text-align: center;
   -webkit-transition: all .8s;
   -moz-transition: all .8s;
   -o-transition: all .8s;
   -ms-transition: all .8s;
   transition: all .8s;
}

/*************************************/
.toggle1 + .style {
    /*left: 100px;*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(1) rotate(0deg); /*-- -10% para desplazar el circulo hacia la derecha.*/
    z-index: -1;
    display: block;
    max-width: 200px;
    margin-bottom: 0;
    /*background: #00ccff; --color del circulo principal*/
    background-image: url('fondo.jpg');
    color: #fff;
    font-size: 2.5em;
    padding-top: 65px; /*--modifica el achatamiento*/
    text-align: center;
   -webkit-transition: all .8s;
   -moz-transition: all .8s;
   -o-transition: all .8s;
   -ms-transition: all .8s;
   transition: all .8s;
}

/*-----------------------------------*/
.menu p{
    max-width: 85px;
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
    padding-top: 10px;
    font-weight: normal;
    font-size: 0.8em; /*1em - FUENTE DE CADA CIRCULO */
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.toggle + .style:hover {
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .7);
    /*-ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, .7);*/
    -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .7);
    
}

.toggle:checked + .style {
  transform: translate(-50%, -50%) scale(.5);
}

/********************************************************/
.menu1 p{
    max-width: 85px;
    text-align: center;
    margin: 0 auto;
    line-height: 15px;
    padding-top: 10px;
    font-weight: normal;
    font-size: 0.6em; /*--*FUENTE DE CADA CIRCULO*/
    color: white;
    text-shadow: 2px 2px 4px #ffffff; /*--sombra del texto Blanco*/
}

.toggle1 + .style:hover {
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .7);
    /*-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, .7);*/
    -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .7);
    
}

.toggle1:checked + .style {
  transform: translate(-50%, -50%) scale(.5);
}

/*-------------------------------------------------------*/
.menu input[type=checkbox] + label:before {
    content: "_____";
    position: relative;
    color: teal; /* #008080 */
    left: 0;
    top: 0;
}

/*********************************MENU PARA BARRA VERTICAL DERECHA*/
.menu1 input[type=checkbox] + label:before {
    content: "_____";
    position: relative;
    color: teal; /* #008080 */
    left: 0;
    top: 0;
}

.toggle1 + .style:before, .toggle1 + .style:after {
  content: "Paneles";
  position: absolute;
  margin: 0;
  border-radius: 5px;
  transition: all 0.5s;
}

.toggle1 + .style:before {
  width: 30px;
  height: 0;
  left: -10px;
  top: 25px;
}

.toggle1 + .style:after {
  width: 0;
  height: 30px;
  left: 25px;
  top: 10px;
}

.toggle1:checked + .style:before, .toggle1:checked + .style:after {
  transform: rotate(360deg);
}

.toggle1 ~ .tab10 {
    position: absolute;
    background: #000000;
    background-image: radial-gradient(at top left, #FFFF00 20%, #004);  /*--al desaparecer*/
    /*text-shadow: 2px 2px 4px #fff;*/
    text-shadow: 5px 5px #558ABB;
    color: #0000ff; /*--color del texto*/
    width: 90px;
    height: 40px;
    left: 0;
    top: 500px; /*0px;*/
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.6s;
    opacity: 0;
    border-radius: 500%;
    transform: rotate(-175deg); /*--el texto rota 180grados*/
    z-index: 2;
}


/*--------------------------------------------------------------------*/
.toggle + .style:before, .toggle + .style:after {
  content: "Módulos";
  position: absolute;
  margin: 0;
  border-radius: 5px;
  transition: all 0.5s;
}

.toggle + .style:before {
  width: 30px;
  height: 0;
  left: -10px;
  top: 25px;
}

.toggle + .style:after {
  width: 0;
  height: 30px;
  left: 25px;
  top: 10px;
}

.toggle:checked + .style:before, .toggle:checked + .style:after {
  transform: rotate(360deg);
}

.toggle ~ .tab {
    position: absolute;
    background: #000000;
    background-image: radial-gradient(at top left, #0492c2 20%, #004);    
    text-shadow: 2px 2px 4px #FFF;    
    color: #0FF;
    width: 90px;
    height: 90px;
    left: 0;
    top: 500px; /*0px;*/
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.6s;
    opacity: 0;
    border-radius: 50%;
    transform: rotate(-175deg); /*--el texto rota 180grados*/
    z-index: 2;
}

.toggle ~ .tab1 {
    position: absolute;
    /*background: #0000ff;*/
    /*********************background-image: linear-gradient(to right, green, #99ccff, #33ff00, #ccffe1);*/
    background-image: radial-gradient(at top left, #bce954 20%, #040); /*COLOR DE LA ESFERA*/
    /*background-image: radial-gradient(at right, green, #99ccff, #33ff00, #ccffe1);*/
    text-shadow: 2px 2px 4px #000;    
    color: #FF0;
    width: 90px;
    height: 90px;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s;
    opacity: 0;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transform: rotate(-175deg); /*--el texto rota 180grados*/
    z-index: 2;
}

.toggle ~ .tab2 {
    position: absolute;
    /*background-image: linear-gradient(to right, #0033ff, #00ccff, #99ccff, white);    */
    background-image: radial-gradient(at top left, #00FFFF 20%, #004);
    text-shadow: 2px 2px 4px #000;
    color: #0FF;
    width: 90px;
    height: 90px;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s;
    opacity: 0;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transform: rotate(-175deg); /*--el texto rota 180grados*/
    z-index: 2;
}

.toggle ~ .tab3 {
    position: absolute;
    /*background-image: linear-gradient(to right, #0033ff, #00ccff, #99ccff, white);    */
    background-image: radial-gradient(at top left, #FFFF00 20%, #004);
    text-shadow: 2px 2px 4px #000;
    color: #FF0;
    width: 90px;
    height: 50px;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: all 1.3s;
    opacity: 0;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transform: rotate(-175deg); /*--el texto rota 180grados*/
    z-index: 3;
}

.toggle:checked ~ .tab {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.5) rotate(0deg);
  
}

.toggle:checked ~ .tab1 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.5) rotate(0deg);
}

.toggle:checked ~ .tab2 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.5) rotate(0deg);
}

.toggle:checked ~ .tab3 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.5) rotate(0deg);
}

/********************************************/
.toggle1:checked ~ .tab10 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.5) rotate(-10deg);
}


.menu1 > .toggle1:checked ~ .tab10:nth-of-type(1) {
  top: 60px;
  left: 10px;
  transition-delay: 0.2s;
  /*background-image: url('css/fondo3.png');*/
}

.menu1 > .toggle1:checked ~ .tab10:nth-of-type(2) {
  top: 120px;
  left: 10px;
  transition-delay: 0.2s;
  /*background-image: url('turnos2.png');*/
}

.menu1 > .toggle1:checked ~ .tab10:nth-of-type(3) {
  top: 180px;
  left: 10px;
  transition-delay: 0.2s;
  /*background-image: url('turnos2.png');*/
}

.menu1 > .toggle1:checked ~ .tab10:nth-of-type(4) {
  top: 240px;
  left: 10px;
  transition-delay: 0.2s;
  /*background-image: url('turnos2.png');*/
}

/*--------------------------------------------*/

.menu1 > .toggle1:checked ~ .tab10:nth-of-type(5) {
  top: 440px;
  left: 10px;
  transition-delay: 0.2s;
  /*background-image: url('turnos2.png');*/
}


/*--------------------------*/

.menu > .toggle:checked ~ .tab2:nth-of-type(1) {
  top: 400px; /*200*/
  left: 100px; /*150*/
  transition-delay: 0.5s;
  /*background-image: url('fondo.jpg'); c*/
}

.menu > .toggle:checked ~ .tab2:nth-of-type(2) {
  /*top: -122px;*/
  top: 230px;
  /*left: 120px;*/
  left: 150px;
  transition-delay: 0.6s;
  /*background-image: url('fondo2.png'); /*adsc.png*/
}

.menu > .toggle:checked ~ .tab2:nth-of-type(3) {
  top: 100px;
  left: 300px;
  transition-delay: 0.7s;
  /*background-image: url('fondo3.png'); /*sgyt.gif*/
}

.menu > .toggle:checked ~ .tab2:nth-of-type(4) {
  top: 50px;
  left: 500px;
  transition-delay: 0.8s;
  /*background-image: url('gua.png');*/
}

.menu > .toggle:checked ~ .tab2:nth-of-type(5) {
  top: 100px;
  left: 700px;
  transition-delay: 0.85s;
  /*background-image: url('gua.png');*/
}

/*************************************************/

.menu > .toggle:checked ~ .tab2:nth-of-type(6) {
  top: 230px;
  left: 850px;
  transition-delay: 0.9s;
  /*background-image: url('gua.png');*/
}


/*************************************************/
.menu > .toggle:checked ~ .tab1:nth-of-type(7) {
  top: 570px; /*500*/
  left: 150px;
  transition-delay: 0.9s;
  /*background-image: url('css/fondo4.jpg');*/
}

.menu > .toggle:checked ~ .tab1:nth-of-type(8) {
  top: 700px; /*530*/
  left: 300px;
  transition-delay: 1.0s;
  /*background-image: url('sidra.jpg'); /*sidra.png*/
}
/**************************/

.menu > .toggle:checked ~ .tab1:nth-of-type(9) {
  top: 750px; /*405*/
  left: 500px; /*490*/
  transition-delay: 1.1s;
  /*background-image: url('fondo3.png');*/
}
/**************************/

.menu > .toggle:checked ~ .tab1:nth-of-type(10) {
  top: 700px;
  left: 700px;
  transition-delay: 1.2s;
  /*background-image: url('fondo4.jpg'); /*exa.png*/
}

.menu > .toggle:checked ~ .tab1:nth-of-type(11) {
  top: 570px; /*450*/
  left: 850px;
  transition-delay: 1.3s;
  /*background-image: url('asistencias.jpg'); /*asistencias.png*/
}

.menu > .toggle:checked ~ .tab:nth-of-type(12) {
  top: 400px;
  left: 380px;
  transition-delay: 1.4s;
  /*background-image: url('fondo3.png');*/
}

.menu > .toggle:checked ~ .tab:nth-of-type(13) {
  top: 280px; /*215*/
  left: 500px;
  transition-delay: 1.5s;
  /*background-image: url('fondo3.png');*/
}

.menu > .toggle:checked ~ .tab:nth-of-type(14) {
  top: 400px;
  left: 620px;
  transition-delay: 1.6s;
  /*background-image: url('fondo3.png');*/
}

.menu > .toggle:checked ~ .tab:nth-of-type(15) {
  top: 520px; /*405*/
  left: 500px; /*490*/
  transition-delay: 1.7s;
  /*background-image: url('fondo3.png');*/
}

/**************************************************************/
/****PARA EL TOOLTIP EN TEXTOS */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 6;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 1;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/**********************************************************/
/***TEXTO CENTRAL DEBAJO DE LAS ESFERAS *******/
.texto_central {
  position: relative;
  margin-top: 1%;
  /*margin-top: 3%; --margen superior del circulo --*/
  /*--transform: translate(-50%, 55%);--*/
  color: #bbb;
  font-size: 1.3em; /*1.5em*/
  /*padding-top: 75px; --modifica el achatamiento*/
  text-align: left;

  /*position: fixed;*/
  height: 100%;
  width: 100%;
  left: 10px;
  z-index: 1;
}

.caja { 
    text-shadow: 2px 2px 4px #000000;
    /*-4px -4px 0 #000,     4px -4px 0 #000,    -4px 4px 0 #000,    4px 4px 0 #000;   */
    
    font-family: sans-serif; 
    font-size: 18px; 
    font-weight: 400; 
    color: #ffffff; 
    /*background:#000467 */
}
