/** Elementos multimedia **/

.flex-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cursor-active {
    cursor: pointer;
}

p.flex-just-txt {
    text-align: justify;
}

.flex-center-txt {
    text-align: center;
}

h3.flex-title-section {
    font-size: 48px;
    line-height: 40px;
}

a.flex-btn-lg {
    color: #000;
    font-size: 18px;
    background-color: white;
    border: 1px solid black;
    padding: 15px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
}

a.flex-btn-lg:hover {
    background-color: black;
    color: white;
}

.flex-pull-right {
    display: block;
    float: right;
}

.flex-clear {
    clear: both;
    padding-top: 15px;
}

.flex-blocklist {
    border-left-style: solid;
    border-left-color: indigo;
    border-left-width: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.flex-blocklist .flex-bl-title {
    font-size: 18px;
    line-height: 20px;
    color: indigo;
}

.flex-blocklist .flex-bl-txt {
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
}

.flex-background-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#head {
    height: 100vh;
    background-image: url('../img/153354-OU5UBJ-3672.jpg');
}

#soluciones {
    height: 100vh;
    background-image: url('../img/20160411162157-escritorio1.jpeg');
}

.header-tr {
    background-color: rgba(255, 255, 255, 0.1);
}

.header-tr #top_nav a {
    color: black;
}

#texto h1 {
    text-align: center;
    padding-top: 3%;
}

#texto h2 {
    text-align: center;
}

p.flex-txt-pp {
    padding-left: 90px;
}

a.flex-dowload-icon {
    color: darkcyan;
}

a.flex-dowload-icon:hover {
    color: black;
}


/*=== MEDIA QUERY*/

@media screen and (max-width: 450px) {
    #texto h1 {
        padding-top: 75%;
    }
}