/* Tipografía y ajustes generales */

/*// <weight>: Use a value from 400 to 800
// <uniquifier>: Use a unique and descriptive class name

Utilizamos esta tipografía principalmente para títulos o aspectos resaltantes

.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

La siguiente tipografía para textos secundarios 

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
*/


body {
  margin: 0;
  background-color: #000;
  color: #333;
  font-family: "EB Garamond", serif;
}

body a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

body button {
  cursor: pointer;
}

header {
  width: 100%;
  height: 600px;
  color: #FFF;
  background-image: url(/img/background-download-grupo-bratila.png);
  background-position: center;
  background-size: cover;
  align-content: center;
}

header p {
  font-size: 5rem;
  text-align: center;
  margin: 0;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width:1040px) {}

#all-services {
  width: 80%;
  margin-left: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FFF;
  height: auto;
  display: table;
}

#all-services h2 {
  font-size: 4rem;
  margin: 0;
  padding-bottom: 10px;
}

#all-services p {
  font-size: 1.3rem;
  margin: 0;
  width: 80%;
  line-height: 2rem;
}

.service-contain {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: table;
  height: auto;
  padding-top: 5px;
  width: 100%;
}

@media only screen and (max-width:850px) {}

#all-services {
  text-align: center;
}

#all-services p {
  width: 80%;
  margin-left: 10%;
}

.service-contain article {
  text-align: center;
  float: none;
  height: auto;
  width: 90%;
  margin-left: 5%;
}

@media only screen and (max-width:1040px) {}

.art-tittle {
  font-size: 3rem;
}

.faq {
  max-width: 700px;
  margin: auto;
}

.faq-item {
  margin-bottom: 10px;
  padding-bottom: 10px;

}

.faq input {
  display: none;
}

.faq-label {
  display: block;
  padding: 15px;
  font-weight: bold;
  background-color: #ccc;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.1s;
}

.faq-label:hover {
  background: #fff;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-family: "Lato", sans-serif;
  background: white;
  color: #000;
  line-height: 2rem;
}

.faq input:checked~.faq-content {
  transition: .3s;
  max-height: fit-content;
  padding: 15px;
}

/**/
#sec-inmo {
  width: 100%;
  text-align: center;
  background-color: #FFF;
  padding-top: 30px;
  display: table;
  text-align: center;
  padding-bottom: 50px;
}

#sec-inmo:hover {
  transition: 0.5s;
  background-color: #f2f2f2;
}

#sec-inmo h2 {
  font-size: 4rem;
}

.contain-inmo {
  width: 70%;
  margin-left: 15%;
}

.art-inmueble {
  float: left;
  width: 45%;
  margin-left: 3.3%;
  height: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  border-radius: 10px;
  border: solid #000 4px;
}

.art-inmueble:hover {
  transform: scale(0.95);
  transition: 0.5s;
  background-color: #000;
  color: #FFF;
}

.art-inmueble h3 {
  font-size: 2.5rem;
  margin: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  padding-bottom: 15px;
  font-weight: 400;
}

.art-inmueble img {
  width: 90%;
  height: auto;
  padding-bottom: 15px;
}

.art-inmueble button {
  font-size: 1rem;
  padding: 15px 45px 15px 45px;
  border: none;
  background-color: #333;
  border-radius: 5px;
  color: #FFF;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width:950px) {
  .contain-inmo {
    width: 90%;
    margin-left: 5%;
  }
}

@media only screen and (max-width:750px) {
  .art-inmueble {
    float: left;
    width: 80%;
    margin-left: 10%;
    height: auto;
    padding-bottom: 30px;
    margin-top: 5%;
    padding-top: 30px;
    border-radius: 10px;
    border: solid #000 4px;
  }
}

#id-accion {
  width: 100%;
  height: auto;
  background-image: url(/img/background-index-grupo-bratila.png);
  background-position: center;
  background-size: cover;
  color: #FFF;
  align-content: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#id-accion h3 {
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin: 0;
}

#id-accion p {
  margin: 0;
  text-align: center;
  font-size: 1.7rem;
}

#id-accion button {
  background-color: #fff;
  color: #2f2f2f;
  padding: 15px 45px;
  border: none;
  font-size: 16px;
  letter-spacing: 2px;
  height: 60px;
  border-radius: 4px;
  margin-top: 3%;
  cursor: pointer;
  border: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  header {
    height: 800px;
  }

  header p {
    font-size: 5rem;
    line-height: 5rem;
    text-align: center;
    margin: 0;
    font-family: "Lato", sans-serif;
  }
}