*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root{
    --width: 300px;
    --padding: 10px;
    --bgcolor:#17202A;
    --hovercolor:rgb(23,23,23);
    --width-collapsed:72px;
}
body{
    background: url("../imagenes/fondo10.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-left: var(--width-collapsed);
   
}

.body-expanded{
    margin-left: var(--width);
}

#main-container{
    color: white;

}
#sidemenu{
    background-color: var(--bgcolor);
    color: white;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
}
#sidemenu a{
    color: white;
    text-decoration: none;
}

/*HEADER*/

#sidemenu #header{
    box-sizing: border-box;
    border-bottom: solid 1px var(--hovercolor);
}
#sidemenu #header #title{
    box-sizing: border-box;
    overflow: hidden;
}
#sidemenu #header #title, #sidemenu #header #menu-btn{
    vertical-align: middle;
}
 #sidemenu #header #menu-btn{
    display: inline-block;
 }
#sidemenu #header #menu-btn{
    cursor: pointer;
    padding: 10px;
    width: var(--width-collapsed);
    box-sizing: border-box;
 }
#sidemenu #header #menu-btn:hover{
    background-color: var(--hovercolor);
 }
#sidemenu #header #menu-btn .btn-hamburger{
    background-color: #fff;
    width: 100%;
    height: 2px;
    margin:5px 0;
 }
#sidemenu #profile{
    border-bottom: solid 1px var(--hovercolor);
    padding: var(--padding) 0;
    text-align: center;
}

#sidemenu #profile #photo{
    box-sizing: border-box;
    padding: var(--padding);
    margin: 0 auto;
}

#sidemenu #profile #photo img{
    border-radius: 50%;
    width: 100%;
}
#sidemeu #profile #photo #sidemenu #profile #name{
    font-size: 24px;
    padding: var(--padding);
    overflow: hidden;
}

/*ITEMS*/
#sidemenu #menu-items{
    overflow: hidden;
}
#sidemenu #menu-items .item{
    width: var(--width);
}

#sidemenu #menu-items .item .icon{
    display: inline-block;
}
#sidemenu #menu-items .item .icon, 
#sidemenu #menu-items .item .title{
    font-size: 14px;
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
}
#sidemenu #menu-items .item a{
    display: block;
}

#sidemenu #menu-items .item a:hover{
    background-color: var(--hovercolor);
}

#sidemenu #menu-items .item .icon{
    box-sizing: border-box;
    padding: var(--padding);
    width: var(--width-collapsed);
}
#sidemenu #menu-items .item .icon img{
    width: 100%;
}
#sidemenu #menu-items .item .title{
    padding: var(--padding) 0;
}
#sidemenu #menu-items .item .separator{
    height: 1px;
    border-bottom: solid 1px var(--hovercolor);
    margin: 15px 0;
}


.menu-expanded{
    width: var(--width);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.menu-expanded #header #title{
    display: inline-block;
    width: calc(100% - 50px);
    margin-right: -5px;
    padding: var(--padding);

}

.menu-expanded #header #title span{
    width: calc(var(--width) - var(--width-collapsed) -5px);
    overflow: hidden;
    
}

.menu-expanded #profile #photo{
    width: 200px;
}

.menu-expanded #profile #name{
    width: 100%;
    
}
.menu-collapsed{
    width: var(--width-collapsed);
}

.menu-collapsed #header #title{
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
.menu-collapsed #profile #name{
    display: none;
}
.menu-collapsed .item{
    width: 100px;
}






*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#btn-mas{
    display: none;
}
.container{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.redes a, .btn-mas label{
    display: block;
    text-decoration: none;
    background: #AAB7B8;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
}
.redes a:hover{
    background: #fff;
    color: green;
}
.redes a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}
#btn-mas:checked~ .redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.btn-mas label{
    cursor: pointer;
    background: red;
    font-size: 23px;
}
#btn-mas:checked ~ .btn-mas label{
    transform: rotate(135deg);
    font-size: 25px;
}


video {
    position: relative;
    width: 600px;
    height: 740px;
    top: -100px;
}
/* PARA EL VIDEO*/
.contenedor{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;


}
.circulo{
    width: 677px;
    height: 550px;
    margin:200px;
    box-sizing: border-box;
    font-size: 50px;
    text-align: center;
    position: relative;
   background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border-radius: 20px;

 
}
.contenedor .circulo a{
    text-decoration: none;
    font-size: 15px;
    background:#111  ;
    color: #fff;
    padding: 12px;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    left: 250px;
}
.contenedor .circulo a:hover{
    background:#54595F;
    color: yellow;
}
@media screen and (max-width: 490px){
     .circulo{
    width: 577px;
    height: 150px;

    }
}
@media screen and (max-width: 960px){
    .circulo{
    width: 677px;
    height: 350px;

    }
    .contenedor .circulo a{
    top: 2000px;
 }
}
@media screen and (max-width: 1460px){
      .contenedor .circulo a{
    top: 2000px;
 }
   
}
/*PARA LETRAS DE COSTADO */

.menu-collapsed #menu-items .item .tooltip{
    position: absolute;
    left: 132px;
    top: 41.1%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;

}
.menu-collapsed #menu-items .item:hover .tooltip{
    position: absolute;
    left: 132px;
    top: 41.1%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: rgb(23,23,23);
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;

}
/* para el 1*/
.menu-collapsed #menu-items .item .tooltip1{
    position: absolute;
    left: 132px;
    top: 33.40%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;

}
.menu-collapsed #menu-items .item:hover .tooltip1{
    position: absolute;
    left: 132px;
    top: 33.40%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: rgb(23,23,23);
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;

}

/* para el 3*/
.menu-collapsed #menu-items .item .tooltip3{
    position: absolute;
    left: 132px;
    top: 25.3%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;

}
.menu-collapsed #menu-items .item:hover .tooltip3{
    position: absolute;
    left: 132px;
    top: 25.7%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: rgb(23,23,23);
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
}
/* para el 4*/
.menu-collapsed #menu-items .item .tooltip4{
    position: absolute;
    left: 132px;
    top: 17.9%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: #fff;
    line-height: 21px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;

}
.menu-collapsed #menu-items .item:hover .tooltip4{
    position: absolute;
    left: 132px;
    top: 17.9%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: rgb(23,23,23);
    line-height: 21px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
}
/* para el 5*/
.menu-collapsed #menu-items .item .tooltip5{
    position: absolute;
    left: 132px;
    top: 10.1%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;

}
.menu-collapsed #menu-items .item:hover .tooltip5{
    position: absolute;
    left: 132px;
    top: 10.1%;
    transform: translate(-50%);
    border-radius: 6px;
    height: 40px;
    width: 122px;
    background: rgb(23,23,23);
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;

}

@media screen and (max-width: 1000px){
    :root{
    --width-collapsed:100px;
}
}

@media screen and (max-width: 1300px){

    .circulo{
    width: 700px;
    height: 550px;
    margin:100px;
    box-sizing: border-box;
    font-size: 50px;
    text-align: center;
    position: absolute;
     background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


    border-radius: 20px;
    top: 8%;
    
    }
    
    

}