/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    padding-top: 0px;
    margin-top: 0px;
    /* Blanco Profit & Home */
    background-color: #FFFFFF;
}

body {
    /* Blanco Profit & Home */
    background-color: #FFFFFF;
}

footer {
    /* Blanco Profit & Home */
    background-color: #FFFFFF;
}

.social {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 2000;
}

.social ul {
    list-style: none;
}

.social ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social ul li .icon-facebook {
    background: #3b5998;
    font-size: 22px;
}

.social ul li .icon-twitter3 {
    background: #00abf0;
    font-size: 22px;
}

.social ul li .icon-google {
    background: #d95232;
    font-size: 22px;
}

.social ul li .icon-mail2 {
    background: #666666;
    font-size: 22px;
}

.social ul li a:hover {
    padding: 10px 30px;
    background: #000;
}

aside {
    background: #0CF;
}

.color5 {
    background: #003366;
}

nav {
    background-color: #009A92;
    color: #0CF;
}

.color-dirm {
    background-color: #0a933b;
    color: #0CF;
}

.tex1 {
    color: #FFFFFF;
    /*blanco*/
    text-align: center;
}

.tex2 {
    color: #2BF5EB;
    /*verde claro*/
    text-align: center;
}

.tex3 {
    color: #000000;
    /*negro*/
    text-align: center;
}

.tex4 {
    color: #FAB113;
    /*amarillo*/
    text-align: center;
}

h4,
h5,
h6 {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
}

.fila5 {
    /* este es para poner los pdf*/
    display: flex;
    justify-content: center;
    width: 100%;
    float: center;
}

iframe {
    width: 100%;
}

@media screen and (max-width:480px) {
    .social {
        position: fixed;
        float: right;
        top: 100px;
        z-index: 2000;
    }
    .social ul li .icon-facebook {
        background: #3b5998;
        font-size: 9px;
    }
    .social ul li .icon-twitter3 {
        background: #00abf0;
        font-size: 9px;
    }
    .social ul li .icon-google {
        background: #d95232;
        font-size: 9px;
    }
    .social ul li .icon-mail2 {
        background: #666666;
        font-size: 9px;
    }
    .tex2 {
        color: #2BF5EB;
        text-align: left;
        font-size: 18px;
    }
}