html, body {
    position: relative;
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color:#444;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    width:100%;
}

.navbar-brand img {
    margin: 0 auto;
}

.navbar{
    border-bottom: 1px solid #bf0410;
    padding-top: 20px;
    padding-bottom: 20px;
}


h1{
    font-size: 25px;
    color: #3a3a3a;
    font-weight: 300;
    /*padding: 20px 0px;*/
}

h2{
    font-size: 25px;
    color: #3a3a3a;
    font-weight: 300;
   /* padding: 20px 0px;*/
}

h3{
    font-size: 25px;
    color: #3a3a3a;
    font-weight: 300;
    
}
.res{
    background: #f9f9f9;
}

strong{
    font-weight: 700;
}

ul{
    margin-left: -25px;
}
.contactUl{
    margin-left: -40px;
}
.contactUl li{
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
}
.contactUl li i {
    margin-right: 5px;
}
.hr{
    max-width: 100px;
    border: 2px solid #bf0410;
    border-radius: 2px;
}

.borderRigth{
    border-left:  1px solid #ccc;
}

.title{
    padding: 20px 0px;
}

.body{
    margin-bottom: 60px;
}

.btn-red{
    background: #bf0410;
    color: #fff;
    border-color: #bf0410;
}

.banner{
    margin-top:20px;
    background-image: url(../../lib/img/banner.jpge.jpg);
    height: 400px;
    background: cover;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #bf0410;
    border-top: 1px solid #bf0410;
}

@media(max-width:768px){
    .banner{
        max-height: 200px;
        background-position: center;
    }
    .pd1030{
        padding: 10px 30px;
    }

    footer .text1{
        text-align: center !important;
    }
    
    footer .text2{
        text-align: center !important;
    }
}

footer .text1{
    text-align: left;
}

footer .text2{
    text-align: right;
}

.whatsapp{
    font-size: 16px;
    margin-left: -20px;
    color: #222;
    cursor: pointer;
}

.whatsapp i {
    color: green;
}

.whatsapp img {
    position: relative;
    top: -2px;
}
header{
    margin-bottom: 40px;
    border-bottom: 1px solid #bf0410;
}

.container {
    max-width: 1320px;
}

.bold{
    font-weight: 900;
    color: #222 !important;
}

.pd30{
    padding: 10px 30px;
}

.pd30 p {
    margin-bottom: 30px;
}

footer{
    background: #222;
    color: #fff!important;
    padding: 20px;
    border-top: 1px solid #bf0410;
    padding-top: 30px; 
}

input,textarea{
    font-size: 12px!important;
}

.alert{
    color: #bf0410;
    font-size: 14px;
    margin-left: -20px;
    display: none;
}

#mensaje{
    color: green;
    letter-spacing: 2px;
    font-size: 18px;
    margin-top: 20px;
    text-align: left;
}

.tmp{
    padding: 20px;
    background: #f9f9f9;
}

.tmp h4{
    color: green;
    letter-spacing: 2px;
    font-size: 18px;
    text-align: left;
}

.recapcha{
    color: red;
    font-size: 12px;
    display: none;
}