@charset "utf-8";

/* CSS Document */
body {
  background: url(images/empregada-domestica-curitiba.webp) center top no-repeat;
  margin: 0;
  font-family: Arial;
  font-size: 13px;
  color: #FFF;
}

input,
textarea {
  font-family: Arial;
  font-size: 12px;
}

#container {
  width: 980px;
  left: 50%;
  margin-left: -490px;
  position: relative;
}

#top {
  height: 203px;
}

.titulo {
  padding: 10px 0 0 30px;
  position: absolute;
}

.titulo h1 {
  color: #FFF;
  font-size: 18px;
}

.menu {
  margin-left: 525px;
  margin-top: 6px;
}

ul {
  display: inline;
  list-style: none;
}

li {
  display: inline;
}

li a:link {
  font-size: 18px;
  font-weight: bold;
  color: #d0640e;
  padding: 6px;
  text-decoration: none;
}

li a:visited {
  font-size: 18px;
  font-weight: bold;
  color: #d0640e;
  padding: 6px;
  text-decoration: none;
}

li a:hover {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding: 6px;
  text-decoration: none;
}

li a:active {
  font-size: 18px;
  font-weight: bold;
  color: #d0640e;
  padding: 6px;
  text-decoration: none;
}

a:link {
  color: #F90;
  text-decoration: none;
}

a:visited {
  color: #F90;
  text-decoration: none;
}

a:hover {
  color: #FC0;
  text-decoration: none;
}

.clr {
  clear: both;
  height: 32px;
}

p {
  margin: 0;
  padding: 8px;
  text-align: center;
  font-size: 18px;
}

.line {
  width: 98%;
  padding: 4px;
  background: url(images/point.webp) repeat-x center;
  clear: both;
}

.buttonbox {
  width: 80px;
  font-weight: bold;
  padding: 8px;
  background: url(images/bgbot.webp) no-repeat center;
}

.buttonbox a:link {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  padding: 6px;
  text-decoration: none;
}

.buttonbox a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  padding: 6px;
  text-decoration: none;
}

.buttonbox a:hover {
  font-size: 12px;
  font-weight: bold;
  color: #d0640e;
  padding: 6px;
  text-decoration: none;
}

.buttonbox a:active {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  padding: 6px;
  text-decoration: none;
}

.inputbox {
  width: 100%;
}

.inputbutton {
  background: url(images/bgbot.webp) no-repeat;
  width: 72px;
  padding: 4px;
  color: #FFF;
  border: 0;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content {
  width: 100%;
  margin: 0 0 20px 0;
}

.banner {
  width: 483px;
  height: 271px;
  float: left;
  margin-right: 10px;
}

.box {
  width: 482px;
  height: 280px;
  float: left;
  background: url(images/botbox.webp) bottom no-repeat #461b02;
}

.box p {
  padding: 5px 20px;
}

.textbox {
  float: left;
}

.textbox p {
  margin: 0;
  padding: 0;
}

.videobox {
  width: 300px;
  margin-left: 160px;
  padding: 4px;
}

#conteudo {
  width: 100%;
  color: #333;
  background: #F3F3F3;
  border: 1px solid #CCC;
  padding: 10px;
}

h1 {
  margin: 0;
  color: #461b02;
}

h2 {
  margin: 0;
  color: #461b02;
}

h3 {
  margin: 0;
  color: #461b02;
}

.clr2 {
  border-bottom: 1px dotted #CCC;
  padding: 4px;
}

hr {
  background: #630;
  border: 1px solid #630;
  padding: 0;
  margin: 0;
}

#footer {
  width: 100%;
  height: 70px;
  background: #461b02;
  text-align: center;
  clear: both;
  padding-top: 20px;
}

.CollapsiblePanelTab {
  max-width: 50%;
}

/*Mobile Obrigado pelo contato/ Pedido PopUp*/
@media only screen and (max-width: 600px) {
  #msg_email {
    padding: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    max-width: calc(100% - 30px)
  }

  #msg_email>div {
    display: flex;
    flex-direction: column !important;
    max-width: calc(100% - 30px) !important;
    padding-bottom: 15px;
    padding-top: 10px
  }

  #msg_email img {
    width: 100px !important;
  }

  #msg_email span {
    font-size: 30px !important;
    margin: 0 !important;
  }

  #msg_email>div>span {
    font-size: 30px !important;
    width: .5em;
    height: 1em;
    display: flex;
    align-items: center
  }
}

/**/
label {
  font-size: 15px !important;
  margin-bottom: 5px
}

#form1 input {
  height: 3em;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  padding: 0 10px !important;
  font-size: 15px !important;
  margin-bottom: 10px;
  width: calc(100% - 20px) !important;
}

#form1 textarea {
  border: 1px solid #ccc !important;
  border-radius: 5px;
  padding: 5px 10px !important;
  font-size: 15px !important;
  width: calc(100% - 20px) !important;
}

.buttons {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px !important;
}

.buttons input {
  margin: 0 !important;
  padding: 0 !important;
}

.box.footerB.desk input[type="text"] {
  padding: 3.5px 10px;
  width: calc(100% - 20px)
}

.box.footerB.desk textarea {
  padding: 3px 10px;
  width: calc(100% - 20px) !important;
}

.dpn {
  display: none
}

/* Mobile */
@media only screen and (min-width: 600px) {
  #mobileTop {
    display: none !important
  }
}

@media only screen and (max-width: 600px) {
  html {
    width: 100%
  }

  body {
    margin: 0;
    background: none;
    width: 100%
  }

  #mobileTop {
    display: flex !important
  }

  .banner {
    display: none;
  }

  #container {
    width: 100%;
    left: unset;
    margin-left: 0;
  }

  #content {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
  }

  #content>div {
    margin: 0 !important;
  }

  #top {
    background: url(images/top.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 80px;
    display: none
  }

  .menu {
    display: none
  }
}

@media only screen and (min-width: 600px) {
  .desk {
    display: unset !important;
  }

  .mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .videobox {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*! height: calc(100% - 46px); */
    /*! height: 205px; */
    padding: 0;
    height: 100%;
  }

  .textbox {
    display: none;
    height: 100% !important;
  }

  iframe {
    height: 100% !important;
    width: 100%;
  }

  .box {
    width: 100%;
    background: #461905;
    background-repeat: repeat;
    border-radius: 0 0 7px 7px;
    padding-bottom: 35px !important;
  }

  .box>img {
    width: 100%
  }

  #forms_a {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  #forms_a>div {
    width: 100% !important;
  }

  #forms_a .CollapsiblePanelTab {
    width: 100% !important;
    max-width: 100% !important;
  }

  #forms_a .CollapsiblePanelTab img {
    width: 100% !important;
  }

  .box.footer {
    height: 100%;
    padding: 0 !important;
    border-bottom: 5px solid #fff
  }

  .box.footerB {
    width: 100% !important;
  }

  .box.footerB>div {
    width: unset !important;
  }

  #content {
    margin-bottom: 5px
  }

  .desk {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  .box .textbox {
    display: none
  }

  .box .videobox {
    margin: 0;
    width: calc(100% - 10px);
    height: calc(100% - 42.5px);
    padding: 0 5px;
  }

  iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px
  }
}

.titulo a {
  padding-bottom: 100px;
  padding-right: 75px;
  margin-left: -15px
}

.conteudo_empresa p,
.conteudo_empresa strong {
  font-size: 20px
}

.conteudo_empresa {
  padding-left: 5% !important;
  padding-right: 5% !important;
  width: 90% !important;
}

/**/
#form1 {
  padding-bottom: 20px !important;
}

#form1 li>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#form1 input {
  width: calc(100% - 40px) !important;
}

#form1 textarea {
  width: calc(100% - 40px) !important;
  height: 10em
}

#form1 ul {
  padding: 0
}

#form1 label {
  padding: 3px 1em;
  display: flex;
  font-weight: 777;

}

/**/