﻿.texto-slider-simple
{
    left:auto;
    text-align:left;
}
.texto-slider-simple *
{
    /*color:White!important;*/
}
.contactForm
{
    background-color:#434343;
    color:White;
    padding:20px;
}
.contactForm * 
{
    color:White!important;
}
.greyzone *
{
    color:#58595B;
}

.contactForm h5
{
    text-align:left;
    color:White;
    
}
.contactForm label,.contactForm a,.contactForm span
{
    font-weight:normal;
    font-size:13px;
}
.btncontact
{
    background-color: #f1a21e;
    padding: 5px;
    border: none;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}


/******************MOVIL************/
@media only screen and (max-width: 768px)
{
    .contactForm
    {
       margin-bottom:30px;     
    }
}