#title{
    background-image: url(../images/patron_rojo.png);
    margin-top: 121px;
    overflow: hidden;
}
.exp{
    float: right;
}
#title>div>div>div h2{
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 125px;
}
#container-gray{
    overflow: hidden;
}
.texturagray{
    padding-top: 50px;
    padding-bottom: 55px;
    margin-top: 65px;
    margin-bottom: 65px;
}
.texturagray>p{
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    color: #343434;
    text-align: center;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
}
.margbot{
    margin-bottom: 20px;
}
#contacto{
    background-image: url(../images/patron_gris.png);
    padding-top: 45px;
    padding-bottom: 60px;
    overflow: hidden;
}
.btn-default{
    background-color: #ed1b23;
    border: 1px solid #ed1b23;
    border-radius: 0;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
}
.btn-default:hover{
    background-color: #ed1b23;
    border: 1px solid #ed1b23;
    color: #ffffff;
}
.form-control{
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #999999;
    font-size: 17px;
    font-weight: 300;
    color: #343434;
    height: 40px;
}
.form-control:focus {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #999999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(61,118,167,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(61,118,167,.6);
}
::-webkit-input-placeholder{
    font-size: 17px;
    color: #343434 !important;
    font-family: 'Raleway', sans-serif;
}
.alerta{
    background-color: #dd4b39;
    height: auto;
    border-radius: 3px
    ;border-left: 5px solid #c23321;
    padding: 10px
}
.alerta h5{
    font-family: 'Raleway', sans-serif;
    color:#ffffff;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0
}
.alerta p{
    font-family: 'PT Sans', sans-serif;
    color:#ffffff;
    font-size:15px;
    margin-bottom: 0
}
.correcto{
    background-color: #00a65a;
    height: auto;
    border-radius: 3px;
    border-left: 5px solid #00733e;
    padding: 10px
}
.correcto h5{
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    margin-top:0
}
.correcto p{
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
    font-size:15px;
    margin-bottom: 0
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #title{
        margin-top: 110px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #title{
        margin-top: 80px;
    }
    #title>div>div>div h2{
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 35px;
    }
    .exp{
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #title>div>div>div h2{
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 35px;
    }
    .exp{
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}