@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Parisienne);
 body {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
    color: #222;
}
html {
    width: 100%;
    height: 100%;
}
footer {
    background-color: #fafafa;
}
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        background-image: url("../images/backgroundSite.jpg");
        background-attachment: scroll;
    }
}
@media (min-width: 1025px) {
    body {
        background-image: url("../images/backgroundSite.jpg");
        background-attachment: fixed;
    }
}
@media (max-width: 767px) {
    body {
        background-image: url("../images/backgroundSite.jpg");
        background-size: inherit;
    }
}
.red-text {
    color: #b70101;
}
.blue-text {
  color: #1F3A93;   
}
.navbar-white {
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.96);
}
.navbar-white .navbar-nav > li > a {
    font-weight: 600;
    color: #333333;
}
.navbar-white .navbar-nav > li > a:hover {
    color: #1F3A93;
}
.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:focus {
    background-color: #1F3A93;
    color: #fafafa;
}
.navbar-white .navbar-nav > .active > a:hover {
    color: #333333;
    background-color: #1F3A93;
}
.form-control {
    border-radius: 2px;
}
.form-control:focus {
    border-color: #F7E004;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 224, 4, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 224, 4, 0.6);
}
.btn-yellow {
    background-color: #ffea26;
    border: 1px solid #ffea26;
    border-radius: 2px;
    color: #333;
    font-weight: 600;
    transition: all 1s;
    letter-spacing: 0.5px;
}
.btn-yellow:hover {
    background-color: #ebd500;
    border: 1px solid #ebd500;
    color: #333;
}
.img-menu {
    height: 50px;
    padding-top: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.navbar-footer {
    margin-bottom: 0px;
}
.pad-top {
    padding-top: 20px;
}
.pad-bottom {
    padding-bottom: 20px;
}
.img-article {
    max-width: 80%;
    border-radius: 4px;
    opacity: .9;
}
.text-article-side {
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 10%;
    text-align: justify;
}
.text-article {
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 20px;
    text-align: justify;
}
.marg-top {
    margin-top: 20px;
}
.capcha-img {
    width: 200px;
    margin-left: 15px;
}