


@import url("https:/fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");


/* REDES */ 


html {
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: whitesmoke;
    font-family: 'calibri', serif;
}


#particles-js {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -1;
    background: #060708;
}

.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 {
    color:whitesmoke;
}


.insta {

    width: 100%;
    text-align: center;
    display:inline-table;
    justify-content: center;

    
    
}


  
  blockquote.instagram-media {
    display:inline-table;
    justify-content: center;
    transition: all .4s ease-in-out;
}







.container-footer{
    font-size: 12px;
    width: 100%;
    background: black;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.copyright {
    color: #c7c7c7;
}

.copyright a {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;
}

.information {
    text-decoration: none;
    color: white;
}



/* 

.insta {
    
    width: 100%;  Establece un ancho para la sección div 
    margin: 0 auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    color:whitesmoke;
    background-size: contain;
    background-position: center;
    
  }

  @media screen and (min-width:720px){
    .insta {
    
        width: 100%; Establece un ancho para la sección div 
        margin: 0 auto;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
        color:whitesmoke;
        background-size: contain;
        background-position: center;
      }
}

*/

/*
.instagram-media {
    display: flex;
}
*/
/*

.public{

    right: 0;

    height: 100%;
    width: 100%;
    position: center;

}

*/


/* 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);
}


