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

header{
	background: url(header.jpg) center center no-repeat;
	background-size:  cover;
	min-height: 200px;
	margin-top: 60px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
    color: #FFF;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;

}

.navbar-inverse .navbar-toggle {
    border:  none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #282a2b;
    background-color: #0C231E;
}

.panel-title {
    margin-top: 0;
    font-size: 21px;
}


.btn-primary {
    border: 2px solid #9D2449;
    box-shadow: 0 0 0 0 #9D2449;
}
.btn-primary {
    color: #9D2449;
    background-color: #FFF;
    border-color: #9D2449;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.428571429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9D2449;
    border-color: #9D2449;
}

.btn {
    border: 2px solid #9D2449;
    font-size: 18px;
    border-radius: 3px;
    padding: 10px 25px;


}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, .15);
    color: #D4C19C;
    text-decoration: none;
}

.navbar-brand > img {
    height: 29px;
    width: auto;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
 } 
.navbar {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    height: 60px;
}

 .navbar-inverse {
    background-color: #0C231E;
    border-color: transparent;
}

.main-footer {
    background-color: #13322B;
    min-height: 56px;
    color: #FFF;
    padding: 40px 0 0 0px;
    text-align: left;
    font-weight: 300;
}

.main-footer {
    color: #FFF;
    text-align: left;
    font-weight: 300;
}

.main-footer a{
	color: #fff;
	text-decoration: none;
}


ol, ul {
    margin: 0;
    margin-bottom: 10px;
    padding-left: 0;
}

.footer-pleca {
    background-color: #12322B;
    background-image: url(fondo.svg);
    background-repeat: repeat-x;
}

.main-footer .list-info h5 {
    font-weight: 300;
    margin-bottom: 20px;
}

.main-footer .list-info ul li {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
    line-height: 110%;
}

.main-footer p {
    margin: 0;
        margin-bottom: 0px;
    font-size: 14px;
    line-height: 136%;
    height: auto;
    position: static;
}

.social-icon {
    background-image: url(icons_full.png);
    display: block;
    text-indent: -9999px;
    margin-right: 5px;
}

.social-icon.twitter {
    width: 24px;
    height: 20px;
    background-position: -34px 0;
}

.social-icon.facebook {
    width: 14px;
    height: 20px;
    background-position: 0 0;
}


.h5, h5 {
    font-size: 18px;
}
