@font-face {
    font-family: "Chakra";
    src: url("../fonts/ChakraPetch-Light.ttf");
}

article {
    display: inline;
    width: 100px;
    text-align: center;
    transition: 0.5s;
    padding: 10px;
    margin: 20px;
    margin-inline: 10px;
}

.menu{
    text-align: center;
}

a {
    text-decoration: none;
    color:chocolate;
    font-weight: bolder;
    font-size: larger;
}

.menufooter {
    text-decoration: none;
    color:aliceblue;
    font-size: larger;
    font-weight:lighter ;
    display: block;
    border-bottom: none;
}

article:hover {
    border-bottom: 3px solid;  
    border-color: rgb(92, 191, 191);
}

body{ 
    background-color: rgb(34, 34, 35);
    margin: 0px;
}

html {
    font-family: Chakra;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

iframe{
    width: 370px;
    height: 210px;
    margin-top: 10px;
}

h1{
    color: rgb(92, 191, 191);
    text-align: left;
    margin-right: 110px;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.textos{
    text-align: justify;
    color: aliceblue;
    margin-left: 30px;
    margin-right: 115px;
}

.fondogeek{
    background:url(../img/loguitoselgeekofono.jpg) 0 0 no-repeat;
    background-position: center;
    height: 100vh; 
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1),rgba(0,0,0,0));
    filter: brightness(1.1);
    mix-blend-mode: multiply;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    z-index: -1;
}

.logogeekofono{
    width: 15%;
    
}


.orgvideotex{
    display: flex;
    margin-left: 15%;
    margin-right: 7%;
}

.enlaces{
    text-align: right;
    margin-right: 10%;
    margin-top: 2%;
}

.iconos{
    transition:all 0.5s ease-out; 
    border-radius:50px;
    margin-right: 5px;
    height: 25px;
    width: 25px; 
}

.enlaces img:hover{
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    transform:translate(0px, -5px); 
}

                                   /*AQUÍ EMPIEZA EL CSS DEL PIE DE PAGINA!!!!!!!*/
        
                             
footer{
        background-color:#26272b;
        padding:45px 0 20px;
        font-size:15px;
        line-height:24px;
        color:#737373;
        padding: 1px;
        
        }
hr{
    border-top-color:chocolate;
    opacity:0.5;
    }
.piedepagina{
    display:flex;
    margin-left: 100px;
    margin-top: 0%;
}

.piedepagina-pais{
    text-align: center;
    color: chocolate;
    font-weight: bold;
    opacity: 0.3;
}

.Nosotros{
    width: 50%;
    padding-top: 0%;
    text-align: justify;
}

.menu2{
    margin-left: 60px;
    text-align: center;
}

.menu-2-a{
    color: #737373;
    font-weight: lighter;
    font-size:15px;
}

.siguenos-en{
    margin-left: 80px;
}

li{
    text-decoration: none;
    text-align: left;
    list-style: none;
}

.siguenosen-a{
    opacity: 0.3;
}

.iconospie{
    transition:all 0.5s ease-out; 
    border-radius:50px;
    margin-right: 5px;
    opacity: 0.3;
    width: 25px;
    height: 25px;
}
        
.siguenos-en img:hover{
    transform:translate(0px, -5px); 
}



