@import url(fonticon.css);
@import url(social-network.css);

@font-face {
    font-family: 'Open_Sans';
    font-style: normal;
    font-weight: normal;
    src: url(Open_Sans/OpenSans-Regular.ttf);
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Open_Sans';
    font-size: 13px;
}

#circulo {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    border-radius: 50px;
    background-color: #2571FE;
}

.float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 170px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

img.bn {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

img.wt {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}

.vl {
    border-left: 2px solid white;
    height: 100%;
    position: absolute;
    left: 0%;
    margin-left: -3px;
    top: 0;
}

.footpqe {
    font-size: 12px;
}

/*Estilos del index*/
.opa {
    background-color: rgb(108, 117, 125, 0.3);
}

.titulo {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 3px #444;
}

.salto {
    height: 180px;
    color: white;
}

.centrado {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
    .vl {
        display: none;
    }

    .titulo {
        font-size: 20px;
    }

    .salto {
        height: 300px;
    }
    
    .centrado{
        top: 120px;
    }

    .ba-1 {
        font-size: 16px;
    }

    .ba-2 {
        font-size: 12px;
    }

}

body,html,.main-display-area {
    height:100%;
}