html{
    background: #fff !important;
}    

body{
    background-color: #fff;
}

h1{
    background: #fff;
}

.formulario{
    max-width: 100%;
    width: 100%;
    background: #fff;
}

#capt{
    margin-left: 25px;
    margin-right: 25px;
    display: inline-block !important;
    top: 0;
    width: 300px !important;
}

.contacto label{
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    font-family: GothamBk;
    font-weight: 100;
    color: black;
}

.contacto{
    text-align: left;
    background: #fff;
    margin-left: 10%;
}

.contacto{
    color: #00479e;
}

.contacto input[type="text"],
.contacto textarea{
    padding: 7px 7px;
    width: 75%;
    border-radius: 25px;
    resize: none;
    box-shadow: 0 0 0 3px #EEF5F7;
    background-color: #e6e7e9;
}

.contacto input[type='submit']{
    background: #2c8942;
    color: #fff;
    margin-top: 10px !important;
}

.contacto input[type='text']:focus,
.contacto textarea:focus{
    outline: none;
    box-shadow: 0 0 0 3px #dde9ec;
}

.contacto input[type='submit']{
    padding-top: 10px !important;
    border: 1px solid #CED5D7;
    box-shadow: 0 0 0 3px #dde9ec;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 100;
    text-shadow: 1px 1px 0px white;
}

.contact input[type='submit']:hover{
    background: #EEF5F7;
    background: -moz-linear-gradient(top,#EEF5F7 0%, #CFE6EF 100%);
    background: -webkit-linear-gradient(top,#EEF5F7 0%,#CFE6EF 100%);
}

.contact input[type='submit']:active{
    background: #edfcff;
    background: -moz-linear-gradient(top, #edfcff 0%, #edcff 100%);
    background: -webkit-linear-gradient(top,#eef5f7 0%, cfe6ef 100%);
}

.error{
    background-color: #BC1010;/*#BC1010;*/
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    position: absolute;
}

.error:before{
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}

.espacio{
    /* margin-top: 20%;*/
}


#maswid{
    height: 480px;
}

.centrado{
    max-width: 100%;
    width: 100%;
}

.maximo{
    max-width: 100%;
    display:block;
    width: 100%;
}

.contenedor4{
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    clear:left;
    text-align: center;
}

.contenedor4::after{
    clear: both;
    content: '';
    display: block;
    clear:left;
    text-align: center;
}

.columnas-6{
    background: #fff;
}

.centra{
    width:100%; 
    text-align:center; 
    right: 500px;
}

#envio{
    margin-bottom: 20px;
    width: 45%;
    margin-left: 20%;
    font-size: 20px;
}


.columna-5{
    font-family: helveticaE;
}

#padi{
    padding-top: 0;
}

@media only screen and (min-width:768px){
    .formulario{
        /*margin-top: 40px;*/
        background: #fff;
        max-width: 50%;
        width: 50%;
    }

    .tope{
        margin-top:30px;
    }

    .columna4{
        width: 25%;
        float:left;
    }

    p{
        font-size: 17px;
    }

    #padi{
        padding-top: 120px;
    }
}
