/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
html {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

a {
  color: #4c9462;
}

p {
  text-align: justify;
}

input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  -moz-transform: scale(1.2);
  transform: none;
}

/* Start the maddnes */

.botao-azul {
  color: #0c233f;
  border: solid 2px #0c233f;
  border-radius: 0;
  background-color: white;
}

.botao-verde {
  color: #4c9462;
  border: solid 2px #4c9462;
  border-radius: 0;
  background-color: white;
}

.mt-1 {
  margin-top: 1em;
}

.bold {
  font-weight: bold;
}

#post-list-categories {
  font-family: Nunito, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#post-list-categories h5 {
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0c233f;
}
#post-list-categories ul li a {
  color: #4c9462;
}

/* Overwrite testimonial content */
.elementor-testimonial__content {
  width: 100%;
}

.solutions-menus {
  min-height: 220px;
}

.solutions-menus ul {
  list-style: none;
  padding-left: 0px;
  text-align: left;
}

.solutions-menus li {
	padding-bottom: 1rem;
}

.solutions-menus a {
  font-family: Nunito, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #6c7a89;
  font-size: 1rem;
	display: block;
}

.solutions-menus a:hover,
.solutions-menus a:focus
{
	color: #4c9462;
	font-weight: 600;
	border-left: solid 2px;
	padding-left: .5rem;	
}

.solutions-menus-img img {
	max-height: 3rem;
}

h1.entry-title {
  display: none;
}

#breadcrumbs {
  font-size: 1rem;
}

#breadcrumbs a {
  color: #4c9462;
}

#solutions-group-cards .elementor-post__excerpt > p,
#search-results .elementor-post__excerpt > p {
  min-height: 110px;
}

/* Utility Classes */
.texto-xs {
  font-size: 0.75rem;
}

.texto-sm {
  font-size: 0.875rem;
}

.texto-base {
  font-size: 1rem;
}

.texto-lg {
  font-size: 1.125rem;
}

.texto-azul {
  color: #0c233f;
}

.texto-azul-cinza {
  color: #6c7a89;
}

.texto-verde {
  color: #4c9462;
}

.texto-amarelo {
  color: #ffcf01;
}

.texto-vermelho {
  color: #ee202e;
}

.alerta {
  width: 100%;
  padding: 12px 16px;
  border-left: solid 5px;
  margin-bottom: 12px;
}

.alerta.sucesso {
  background-color: rgba(227, 253, 235, 1);
  border-color: rgba(38, 179, 3, 1);
  color: rgba(60, 118, 61, 1);
}

.alerta.info {
  background-color: rgba(217, 237, 247, 1);
  color: rgba(49, 112, 143, 1);
  border-color: rgba(126, 182, 193, 1);
}

.alerta.cuidado {
  background-color: rgba(252, 248, 227, 1);
  border-color: rgba(177, 161, 129, 1);
  color: rgba(138, 109, 59, 1);
}

.alerta.perigo {
  background-color: rgba(248, 215, 218, 1);
  border-color: rgba(220, 53, 69, 1);
  color: rgba(114, 28, 36, 1);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.min-h-200px {
  min-height: 500px;
}

.comprar > div {
  background-color: #edf4ef;
}

.comprar > div > span {
  color: #4c9462 !important;
}

.arrendar > div {
  background-color: #e7e9ec;
}
.arrendar > div > span {
  color: #0c233f !important;
}

.arrendar-para-ferias > div,
.trespasse > div,
.arrendamento-curta-duracao > div,
.construcao > div {
  background-color: #f8f8f8;
}

.arrendar-para-ferias > div > span,
.trespasse > div > span,
.arrendamento-curta-duracao > div > span,
.construcao > div > span {
  color: #333 !important;
}

.elementor-pagination {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/** MEDIA QUERIES **/

@media (max-width: 800px) {
  /* .form-inline input {
    margin: 10px 0;
  } */

	.form-inline {
		flex-direction: column;
		align-items: stretch;
	}
	
	.solutions-menus,
	.solutions-menus ul{
	  min-height: 0 !important;
	}
}

/*
* SELECT style
*/
/* Reset Select */
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  background-image: none;
}
/* Remove IE arrow */
.select select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: white;
  overflow: hidden;
  /* border-radius: 0.25em; */
  padding-right: 0.2em;
}
.select select {
  flex: 1;
  padding: 0 0.5em 0 1em;
  color: #0c233f;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}
/* Arrow */
.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: white;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #0c233f;
}
/* Transition */
.select:hover::after {
  color: #6c7a89;
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(51, 90, 141, 0.8);
}

.show {
  display: block;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 25% 45%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* Elementor Tweaks */
footer div.elementor-slideshow__title {
  display: none !important;
}

#property-slide-show div.elementor-image-carousel-wrapper {
  max-height: 520px;
}
