.contactos{
    width: 68%;
    height: 510px;
    padding-top: 140px;
    margin: auto;
}
/*--------MAPA--------*/
.contactomapa{
    position: relative;
    width: 640px;
    float: right;
    background: ;
}
.contacttext{
    font-family: Avenir;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 15px;
}
.contactoinputs{
    width: 640px;
    height: 510px;
    float: left;
}
/*------FORMULARIO------*/
.contactoinputs{
    position: relative;
    top:25px;
    width: 460px;
    height: 485px;
    float: left;
    margin-left: 25px;
}
form{
    font-family: Avenir;
}

input, textarea {
    font-family: Avenir;
    font-weight: 100;
    margin-bottom: 8px;
    padding: 5px;
    font-size: 14px;
    border: none; 
 /*   border-bottom: solid 1px black;*/
    color: black;
    outline: none;
    letter-spacing: .5px;
    word-spacing: 2px;
}
textarea{
    min-height: 170px;
    max-height: 170px;
    max-width: 430px;
    min-width: 430px;
    margin-bottom: 2px;
}
h1{
    padding-bottom: 50px;
}
#contactoI{
    padding-bottom: 50px;
}
#contactoN{
    width: 200px;
    border-bottom: solid 1px gray;
    margin-right: 10px;
}
#contactoEM{
    width: 200px;
    border-bottom: solid 1px gray;
    margin-left: 5px;
}
#contactoAS{
    margin-top: 10px;
    width: 430px;
    border-bottom: solid 1px gray;
}
#contactoM{
    margin-top: 10px;
    width: 440px;
}

#contactoE{
    width: 440px;
    font-weight: 600;
    background: white;
    border: none;
    text-align: left
}
#contactoE:hover{
    cursor: pointer;
    transition: color .5s ease-out;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    color: #36d7ff;
}
/*--------RESPONSIVE DESIGN--------*//*--------RESPONSIVE DESIGN--------*/
/*--------RESPONSIVE DESIGN--------*//*--------RESPONSIVE DESIGN--------*/
/*--------RESPONSIVE DESIGN--------*//*--------RESPONSIVE DESIGN--------*/
@media screen and (max-width: 1366px) {
.contactos{
    width: 85%;
        padding-top: 20px;
    }
    
    
}




































