.container--flex{
    display: flex;
    flex-wrap: wrap;
}
.contacto{
    margin-top: 50px;
    margin-bottom: 50px;
    a{
        color: inherit !important;
    }
}
.contacto .container--flex {
    align-items: flex-start;
}
.column--50{
    width: 100%;
}
.contac-information{
    padding-right: 10px;
    width: 100%;
    
}
.contac-information .columnt--title{
    font-family: 'pacifico', cursive;
    font-weight: 100;
}
.contac-information [class*="icon"]{
    font-size: 1.4em;
    margin-right: 8px;
    position: relative;
    top: 5px;
    border-color: #163d6f;
    color: #163d6f;
}
.contac-information .icon-world{
    background-color: #163d6f;
    border-radius: 50%;
}
.contac-information .social-icon{
    justify-content: flex-start;
    margin-bottom: 0px;
}
.contac-information .social-icon [class*="icon"]{
    background: #163d6f;
    color: white;
    margin-left: 0;
    margin-right: 15px;
    font-size: 0.8em;
}
.formulario {
    padding: 0px;
    padding-top: 0;
    width: 100%;
}
.formulario--label, .formulario--input-txt, .formulario--textarea{
    margin: 5px 0px 0px 0px;
    display: block;
    width: 100%;
}
.formulario--input-txt{
    padding: 12px;
    margin-bottom: 15px;
}
.formulario--textarea{
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
    max-height: 200px;
    padding: 10px;
    font-family: inherit;

}
.formulario .btn{
    margin-top: 15px;
    color: white;
    background-color: #163d6f;
    padding: 5px;
    width: 80px;
    
    
}

.formulario--btn{
    border: none;
    cursor: pointer;
    font-size: 1em;
    
}

#mensajeGracias{
    display: none;
    text-align: center;
    color: #163d6f;
    margin: 20px 10px;
    font-weight: bold;
    font-size: 1em;
}

/*-----------------------------------------------------------------------*/
@media screen and (min-width:280px){
  
    .column--50{
        width: none;
    }
    
    .contac-information{
        padding-right: none;
        width: 90%;
        margin-right: none;
        border-right: none;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom:1px solid #163d6f;
        font-size: 1em;
    }
    .formulario {
        padding: 0px;
        padding-top: 0;
        width: 90%; 
    }
}

@media screen and (min-width:380px){
    .contac-information{
        padding-right: none;
        width: 90%;
        margin-right: none;
        border-right: none;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom:1px solid #163d6f;
        font-size: 1em;
    }
    
}

@media screen and (min-width:480px){
    
    .formulario {
        padding: 0px;
        padding-top: 0;
        width: 70%;
        
        
    }
    
}
@media screen and (min-width:650px){
    
    .column--50{
        width: 49%;
    }
    
    .contac-information{
        padding-right: 22px;
        width: 48%;
        margin-right: 22px;
        border-right: 1px solid #163d6f;
        font-size: 1em;
        border-bottom: none;
    }
    .formulario {
        padding: 0px;
        padding-top: 0;
        width: 48%;
        
        
    }
}