#contacto{
    background: #e6e7e8;
}
#contacto .wrapper:before{
    background: #939598;
}
#contacto .styled-form{
    margin-top: 30px;
}
#contacto .styled-form .input{
    background: #fff;
    color: #939598;
}
#contacto .styled-form .label .text{
    color: #cf0030;
}
#contacto .title.highlight{
    background: #cf0030;
}
#contacto .styled-form .submit-holder .text{
        color: #cf0030;
}
#contacto .styled-form .loader{
    color: #e8b128;
}

#contacto .item{
    margin-top: 30px;
    position: relative;
    text-align: left;
    padding-left: 60px;
}
#contacto .item:first-child{
    margin-top: 0;
}
#contacto .item .icon{
    position: absolute;
    top: 50%;
    left: 0;
    color: #cf0030;
    font-size: 4.5em;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
#contacto .item .subtitle{
    display: block;
    color: #cf0030;
    font-size: 1.8em;
    font-weight: 700;
}
#contacto .item .item-link{
    display: inline-block;
    margin-top: 3px;
    font-size: 1.8em;
    color: #cf0030;
}
#contacto .item .item-link:hover,
#contacto .item .item-link:focus{
    color: #e8b128;
}

#contacto .map-holder{
    margin-top: 30px;
    height: 300px;
}
#contacto .map-holder .map{
    display: block;
    width: 100%;
    height: 100%;
}
#contacto .map-holder .map #marker {
    display: block;
    width: 50px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-size: cover;
    background-image: url(../../images/marcador.svg);
    background-repeat: no-repeat;
}
#contacto .styled-form .label label.error{
    color: #cf0030;
}

#contacto .styled-form .submit-holder{
    position: relative;
}
#contacto .styled-form .submit-btn{
    position: absolute;
    top: 3px;
    right: 0;
    color: #cf0030;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 700;

}

@media (min-width:980px){
    
    #contacto .item{
        margin-top: 50px;
    }
    #contacto .item .subtitle{
        font-size: 2em;
    }
    
    #contacto .map-holder{
    margin-top: 60px;
    }
    
    #contacto .styled-form .submit-btn{
        font-size: 1.8em;
    }
        #contacto .styled-form .submit-btn:hover,
        #contacto .styled-form .submit-btn:focus{
            color: #e8b128;
        }
}