/* 
    Created on : 08-abr-2024, 15:54:57
    Author     : USUARIO
*/

@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");


html {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px
}
body{
    font-family: "Mulish";
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0px;
    word-wrap: break-word;
    font-weight: 400;
    background-color: #fff;
    color: #272727;
}
body::-webkit-scrollbar{
    width: 0px;
    color: #fff;
}

h1, h2, h3, h4, h5, h6{
    font-weight:800;
    line-height: 1.4;
    font-family: "Montserrat";
    color: #545454;
    text-transform: uppercase;
}

h1 {
    font-size: 45px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}

.side-bar{
    background-color: #545454;
    min-height: 100vh !important;
}
.contenedor{
    overflow-y: scroll;
    height: 100vh;
    display: grid;
    place-items: center;
}

.margin-500{

}
#section-inicio .name{
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #fff;
}
#section-inicio .job {
    font-family: "Montserrat";
    font-weight: 500;
    max-width: 450px;
    margin-bottom: 25px;
}

#acerca-de-mi{


}
.tokyo_tm_title h3 {
    font-weight: 800;
    font-family: "Montserrat";
}
.tokyo_tm_title span {
    background-color: rgba(28, 28, 28, 0.05);
    color: #959595;

    display: inline-block;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 12px;
    font-family: "Montserrat";
    letter-spacing: 0px;
    margin-bottom: 11px;

}
.about_text p {
    margin-bottom: 11px;
}
.seccion{
    display: none;
}
.titulo-modal{
    color: #000;
}
.div-menu{
    padding-left: 60px;
    color: #fff;
}
.div-menu a{
    font-family: "Montserrat";
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.img-perfil{
    border:6px solid #dedede;
}
.inicio-details{
    text-align: right;
}

.header-mobile{
    background-color: #545454;

}
.header-mobile img{
    height: 50px;
    padding-top: 10px;
}

.menu-mobile{
    height: 60px;
    display: grid;
    place-items: center;

}
.menu-mobile .material-icons{
    font-size: 24px;
    color: #fff;
}

.sidenav li > a.lenguaje{
    display: inline !important;
    padding: 0px;
}
.social ul li{
    float: right;
}

.social ul li a .icon-facebook-squared img{
    width: 36px;
    margin-left: 12px;

}
.social ul li a .icon-instagram-squared img{
    width: 36px;

}

.imagen-portafolio{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    margin-bottom: 32px;
    width: 75%;
    display: block;
}

.float-whatsapp{
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.modal{
    width: 95%;
    max-height: 85%;
    padding-bottom: 12px;
}

.responsive-img{
    width: 100%;
}

.carrusel-portafolio{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.22);
    border-radius: 10px;
}
.carrusel-portafolio-miniatura{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    border-radius: 5px;
    cursor: pointer;
}

.descripcion-protafolio p{
    margin: 0px;
}


@media only screen and (max-width : 900px) {

    .imagen-portafolio{

        width: 100%;
        display: block;
    }

    .float-whatsapp{
        position: fixed;
        bottom: 25px;
        left: 25px;
    }
}