/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2021 | 12:31:18 */
/* Geral */
*, ::before, ::after {
    word-break: initial!important;
}
.detalhe-titulo {
  margin-bottom: 6px!important;
}
.botao-degrade a {
	background: rgb(246,169,113)!important;
	background: linear-gradient(180deg, rgba(246,169,113,1) 0%, rgba(246,197,143,1) 100%)!important;
}
.botao-degrade a:hover {
	background: rgba(246,197,143,1)!important;
	background: linear-gradient(180deg, rgba(246,197,143,1) 0%, rgba(246,169,113,1) 100%)!important;
}
.texto-localizacao p { margin-bottom: 0; }
.ul-localizacao ul {
  margin: 0;
}
.ul-localizacao li {
  line-height: 1.2!important;
  margin: 0.5rem 0 1em 2rem!important;
}
.ul-localizacao ul li::marker {
  color:#F8AA73;
}
.ul-localizacao ul strong {
  font-weight: 500;
  font-size: 12px;
}
.mapa {
  height: 688px;
  width: 100%;
}
.perguntas-frequentes .elementor-toggle-item {
 	background: transparent;
  	border: 1px solid #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}
.perguntas-frequentes .elementor-toggle .elementor-tab-title {
  border-bottom: none;
}
.perguntas-frequentes .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
  margin-left: 10px;
}
/* Fim Geral */

/* Botão */
.btn {
  background-color: #51BC94;
  border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  font-family: "Astoria", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 40px 16px 40px; 
}
.btn.btn-100 {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.img-seta {
  display: inline-block;
}
.icone-seta {
	background: url("http://medcenter.construtoracarlessi.com.br/wp-content/uploads/2021/02/icone-seta-baixo.png") 0 0 no-repeat;
  	display: inline-block;
	height: 6px;
  	margin-left: 10px;
	width: 10px;  
}
/* AJUSTE RESPONSIVIDADE */
@media (min-width: 1640px) {
  .elementor-2 .elementor-element.elementor-element-6f47200 {
    padding-top: 40px!important;
  }
}
@media (max-width: 1024px) {
  .elementor-2 .elementor-element.elementor-element-02acffd .elementor-icon-list-item a,
  .elementor-621 .elementor-element.elementor-element-02acffd .elementor-icon-list-item a {
      text-align: center!important;
  }
  .bg-green-mobile {
      background: #51BC94;
  }
  .elementor-element.elementor-element-a9e3222 {
      margin-bottom: 0px!important
  }
  .elementor-2 .elementor-element.elementor-element-6d0f6e2 > .elementor-container {
    min-height: auto!important;
	}
   .mapa {
  height: 350px!important;
   }
  .bg-cinza-mobile {
    background: #f7f7f7!important;
  }
}
@media (max-width: 1366px) {
  .background-informacoes {
    background-size: 200px!important;
  }
  .elementor-element.elementor-element-a7673c8 {
    margin-top: 20px;
  }
  .elementor-2 .elementor-element.elementor-element-6d0f6e2 {
    padding: 30px 0px;
  }
  .elementor-2 .elementor-element.elementor-element-c7f7abd > .elementor-widget-container {
    margin: 0 0 0 0;
  }
}
@media (min-width: 1367px) and (max-width: 1640px) {
  .background-informacoes {
    background-size: 264px!important;
  }
}
@media (max-width: 768px) {
  .elementor-2 .elementor-element.elementor-element-df488d0 > .elementor-element-populated,
  .elementor-2 .elementor-element.elementor-element-a5be486 > .elementor-element-populated {
  	overflow: hidden;
  }
  .icones .elementor-widget-image { margin-bottom: 6px!important; }

}

/* FIM AJUSTE RESPONSIVIDADE */
/* FORMULÁRIO */ 
.contato-formulario {
  height: 900px;
}
.assinatura-formulario {
  height: 200px;
}
.rodape {
  height: 60px;
}
label {
	color: #FFFFFF;
    font-family: "Astoria", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
input,
textarea {
  border-color: transparent;
  border-radius: 5px!important;
  border-width: 2px!important;
  padding: 1.8rem 2.3rem!important;
}
input:focus,
textarea:focus {
  border-color: #F8AA73!important;
  border-width: 2px;
  outline: none;
}
.botao-enviar { text-align: center; }
.botao-enviar input {
    color: #FFFFFF;
    background-color: #F8AA73;
    font-family: "Astoria", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;  
    padding: 12px 40px 12px 40px!important;
      -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
.botao-enviar input:hover {
  background: #F6C58F;
  color: #0b515a;
  text-decoration: none;
}
.wpcf7 form .wpcf7-response-output {
      background: #FFFFFF!important;
    border-color: #FFFFFF!important;
    font-size: 14px!important;
    margin: 0!important;
    padding: 10px!important;
}
.wpcf7-not-valid-tip {
  font-size: 14px!important;
  color: #FFFFFF;
}

/* FIM FORMULÁRIO */