*{
    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/fondo11.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    display: grid;
    align-items: center;

 

}

.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;
}


#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;
}


/*PARA LAS 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;

}





h4, h2,small,a{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.Carousel{
    width: 100%;
    margin: 0px 60px;
}
.Carousel h2{
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 24px;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
}

/* images */

.slick-list{
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 304px;
    padding: 10px 0px;
    margin: 0px auto;
    max-width: 90vw;
    overflow: hidden;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}
.slick{
    position: relative;
    width: 275px;
    padding: 0 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}
.slick h4{
    position: absolute;
    z-index: 1;
    font-size: 28px;
    line-height: 540px;
    color: #00FF00;

    padding: 15px;
}
.slick h4 small{
    font-size: 15px;
    display: block;
}
.slick a img{
    object-fit: cover;
    height: 300px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    transition: .3s ease-in-out;
}
.slick a img:hover{
    opacity: .85;
}

/* buttons */

.slick-arrow{
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
    border: 0;
    cursor: pointer;
}
.slick-arrow:focus{
    outline: 0;
}
.slick-arrow svg{
    width: 12px;
    height: 100%;
    color: rgba(0,0,0,.7);
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: 140px;
}

/*PARA BOTONES*/
@media screen and (max-width: 690px){
    .Carousel h2{
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    left: -65px;
    position: relative;
}
}
@media screen and (max-width: 960px){
    
    
}
@media screen and (max-width: 1460px){
      
   
}

@media screen and (max-width: 1000px){
    :root{
    --width-collapsed:107px;
}
}