.banner {
    background: url(../images/contacto/Header_Contacto.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;}
.banner {
    float: left;
    width:  100%;
    padding: 200px 0;
    text-align: center;}
h1. h2.head {
    font-size: 36px;
    color: #fff;}
h1 span, h2.head span {
    color: #ff6600;}
footer {
    position: relative;
    bottom: 0;
    float: left;
    border-top: 3px solid #18355e;
    margin: 50px 0 0;
    }
.contacto {
    float: left;
    width: 100%;
    margin: 60px 0 0;
    position: relative;}
.azul {
    position: absolute;
    background: #18355e;
    height: 100%;
    width: 50%;}
.cincuenta {
    float: left;
    width:  50%;
    position: relative;
    padding: 30px 10px 0 0;}
form#form input, #form select {
    width: 85%;
    border: none;
    border-bottom: 1px solid #ff6600;
    background: transparent;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    margin: 0 0 30px;}
form#form input::placeholder{
    color: white;
}
textarea#mensaje{
    border-radius: 5px;
    border: none;
}
#form input#enviar {
    background: #ff6600;
    border: none;
    cursor: pointer;
    padding: 10px;}
textarea#mensaje {
    width: 85%;
    padding: 5px;}
#form label {
    margin: 30px 0 0;
    float: left;
    font-size: 14px;
    color: #fff;
    font-style: italic;}
.frame {
    float: left;
    width:  50%;
    padding: 20px;}
.sss {
    padding-left: 20px;
    padding-top: 0px;}
.sss label {
    float: left;
    width: 100%;
    margin: 10px 0 0;}
.sss a{
    text-decoration: none;
}
.frame iframe {
    float: left;
    width:  100%;}
#form select option{
	color: #000;}
.mensajes {
    float: left;
    width: 85%;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    background: rgba(255, 0, 0, 0.6);
    color: #fff;
	display:none;}  
@media(max-width:996px){
    .cincuenta,.azul {
        width: 100%;
        padding: 0;
    }
    form#form input, #form select, textarea#mensaje{
        width: 80%;
        margin: 10px 10% 30px;
    }
    .azul{
        display: none;
    }
    .sss{
        padding: 20px;
    }
    #form{
        background-color: #18355e;
        padding: 20px 0 10px;
    }
    #form label{
        text-align: center;
        width: 100%;
        margin: 10px 0 10px;
    }
    
    .sss label {    
        margin: 10px 0px 10px 10px;
        width: 95%;
    }
    .frame{
        width: 100%;
        padding: 20px;
    }
    .banner{
        background-size: 100% 100%;
        background-image: url('../images/contacto/Header_contacto-res.jpg');
        background-repeat: no-repeat;
        padding: 200px 0 100px;
    }
    header{
        background-color: #1C355E;
    }
    h1{
        font-size: 20px;
        padding: 0 10px;
    }
}