﻿
/* MEDIA QUERIES AND TEMPLATES HACK*/

@media only screen and (max-width: 768px) {
  body[data-template="  homepage  "] .site-info .site-tagline {
    display: block; } }


@media only screen and (max-width: 767px) {

body[data-template="  homepage  "] #oneout_slide_form {
  display: block !important; }

}
/* FIM MEDIA QUERIES AND TEMPLATES HACK*/

.site-info .site-suporte {
    float: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 211px;
    height: 211px;
    background: url(../img/selo_edp.png) no-repeat left bottom; 
    z-index: 1;
}


.form .text.cpe4,
.form .input.cp4 {
  width: 44px;
  padding: 4px;
}


.form .text.cpe3,
.form .input.cp3 {
  width: 36px; 
  padding: 4px;
}

.form .text.cpe2,
.form .input.cp2 {
  width: 30px; 
  padding: 4px;
}

.theader { width: 150px }

.cookies {
    width: 100%!important;
}
.cookies thead th {
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: black;
}

.cookies tbody td {
    padding: 10px;
    text-align: left;
    font: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: black;
}