html {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    background: rgb(255, 255, 255);
    /*background: rgba(255, 255, 255, .85);*/
    border-radius: 0;
}

.navbar .nav > li > a {
    float: none;
    line-height: 19px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: #e3489a;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 30px;
}

.navbar .nav > li > a:hover,
.navbar .nav .active a:hover {
    color: #5258A6;
    background: none;
}

.navbar .nav .active a {
    color: ##5258A6;
    background: none;
}

.navbar-nav {
    margin-top: 45px;
}

.brand {
    margin-top: -15px;
    padding: 0;
    height: 180px;
}

.content-index {
    margin-top: 20rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10rem;
}

.text-welcome {
    font-size: 5rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px #000;
    background-color: transparent;
    border-color: #fff;
    background: rgba(255, 255, 255, .3);
    padding: 1rem;
    float: left;
    margin-top: .5rem;
    margin-left: 0;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.text-left {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px #000;
    background-color: transparent;
    border-color: #fff;
    background: rgba(255, 255, 255, .3);
    padding: 1rem;
    float: left;
    margin-top: .5rem;
    margin-left: 0;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.text-left-featured {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px #000;
    background-color: transparent;
    border-color: #fff;
   background: rgba(255, 255, 255, .3);
    padding: 1rem;
    float: left;
    margin-top: .5rem;
    margin-left: 0;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.text-left-featured a{
	color:#8bbae0;
}

.text-right {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px #000;
    text-align: left;
    background-color: transparent;
    border-color: #fff;
    background: rgba(255, 255, 255, .3);
    padding: 1rem;
    float: right;
    margin-top: .5rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .5rem;
}

.text-contact {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px #000;
    padding: 1rem;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .5rem;
    float: left;
}

.text-contact a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-color: #fff;
    background: rgba(227, 72, 154, .8);
    padding: 1rem;
}

.text-contact a:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(86, 88, 166, .8);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    border-color: none;
    background: rgba(86, 88, 166, .3);
}

.footer p {
    margin-top: 5px;
    color: #fff;
}