.formulario {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

/*************/
#myform {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#myform input,
#myform textarea,
#myform select {
    background: #EFEFEF;
    padding: 5px;
    width: 100%;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 13px 0;
    font-size: 14px;
    color: #2B2F34;
    box-shadow: inset rgba(0, 0, 0, 0.15) 7px 1px 19px !important;
    border-radius: 9px;
}

#myform label {
    /*float: left;
    width: 86px;
    height: 35px;
    border-radius: 10px 10px 0px 0px;
    padding-top: 5px;
    line-height: 30px;
    padding-left: 15px;
    color: #fff;
    background: #751B1A;
        font-style: normal;*/
    font-weight: normal;
}

#myform label.active {
    background: #282862;
    color: #fff;
}

#myform p {
    float: left;
    clear: both;
    width: 100%;
}

#myform select {}

p .cd-dropdown {
    width: 300px;
    margin: 0;
    padding-right: 0;
    float: left;
    position: relative;
    z-index: 1000;
}

p .cd-dropdown ul {
    background: #0098E4;
    overflow: hidden;
}

p .cd-dropdown span {
    background: #0098E4 !important;
    padding-left: 15px;
    color: #fff !important;
    font-weight: normal;
}

p .cd-dropdown li {
    background: #DDDFE1
}

p .cd-dropdown>span {
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #F1F2F3;
    border-bottom: 1px solid #DDDFE1;
}

p .cd-dropdown span span {
    background: transparent !important;
    border: none !important;
    color: #333 !important;
}

#myform button {
    border: none;
    height: 43px;
    padding-top: 5px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #C1C1C1;
}

#myform button:hover {
    color: #344183 !important;

    -webkit-box-shadow: inset -1px -1px 2px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: inset -1px -1px 2px 0px rgba(50, 50, 50, 0.4);
    box-shadow: inset -1px -1px 2px 0px rgba(50, 50, 50, 0.4);
    background: #efefef;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #efefef 0%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #efefef), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #efefef 0%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #efefef 0%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #efefef 0%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #efefef 0%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#cccccc', GradientType=1);
}

div.contatos i {
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    font-size: 18px;
    width: 30px;
    text-align: center;
}

div.contatos p.right {
    width: 370px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 7px;
}

.line-32 {
    line-height: 32px !important;
}

.paleta.contatos {
    margin-top: -436px;
}

.atendimento {
    margin-top: -211px;
}

ul.contats {
    list-style: none;
    padding: 0px;
    display: block;
}

ul.contats li {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    clear: both;
    display: block;
}

ul.contats li span {
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image: url(../imagens/contats.png);
    background-size: 100%;
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    margin-right: 5px;
}

ul.contats li span img {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    display: block;
}