
/* TRABAJOS */

@import url("https:/fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");



html {
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}


#particles-js {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -1;
    background: #060708;
}

.primer_img {
    margin-top: 10%;
    display: flex;
    position: relative;
    justify-content:center;
}



.prueba {
    width: 100%;
    height: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
        
}

@media screen and (min-width:720px){
    .prueba {
        width: 720px;
        height: 1280px;
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
        
            
    }
}


.w3-bar_w3-black {
    font-size: 14px;
    color: whitesmoke;
    font-family: 'calibri', serif;

}

@media screen and (min-width:720px){
    .w3-bar_w3-black {
        background-position: center;
        justify-content: center;
        display: flex;
        
        
    }
}


@media screen and (min-width:1280px){
    .w3-bar_w3-black {
        background-position: center;
        justify-content: center;
        display: flex;
        font-size: 12px;
        
    }
}

.z3-container .w3-bar_w3-black {
    font-size: 20px;
    color: whitesmoke;
    font-family: 'calibri', serif;

}


@media screen and (min-width:720px){
    .z3-container .w3-bar_w3-black {
        background-position: center;
        justify-content: center;
        display: flex;
        
        
    }
}


@media screen and (min-width:1280px){
    .z3-bar_z3-black .w3-bar_w3-black {
        background-position: center;
        justify-content: center;
        display: flex;
        font-size: 25px;
        
    }
}


body {
    background: white;
    margin: 0;
}


.box{
    text-align: center;
    font-size: 15px;
    color: whitesmoke;
    margin-top: 25%;
    margin-left: 10%;
    margin-right: 10%;
    transition: all .4s ease-in-out;
}

.box a:hover {
  transform: scale(1.4);
}

@media screen and (min-width:720px){
    .box{
        text-align: center;
        font-size: 15px;
        color: whitesmoke;
        margin-top: 13%;
        margin-left: 10%;
        margin-right: 10%;
    
    }
}


.insta {

    width: 100%;
    text-align: center;
    display:inline-table;
    justify-content: center;
    margin-top: 10%;

    
    
}


  
  blockquote.instagram-media {
    display:inline-table;
    justify-content: center;
    transition: all .4s ease-in-out;
}





/* social bar */


.social-bar {
    position: fixed;
    right: 0;
    top: 30%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100;
}


.icon {
    color: white;
    text-decoration: none;
    padding: .7rem;
    display: flex;
    transition: all .5s;
}


.icon-instagram {
    height: 30px;
    background: rgb(248, 12, 170);
}

.icon-whatsapp {
    height: 30px;
    background: rgb(20, 248, 12);
}

.icon-telegram {
    height: 30px;
    background: rgb(13, 227, 255);
}


.icon:first-child {
    border-radius: 1rem 0 0 0;
}

.icon:last-child {
    border-radius: 0 0 0 1rem;
}

.icon:hover {
    padding-right: 3rem;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}



