/* 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;
}

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;
}

#id-pres-noso {
  width: 70%;
  height: auto;
  margin-left: 15%;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 50px;
}

.cl-subtittle-nos {
  font-size: 3rem;
  margin: 0;
}

.cl-text-nos {
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

#id-conocenos {
  width: 100%;
  margin-left: 0%;
  height: auto;
  display: table;
  clear: both;
  background-color: #FFF;
  align-content: center;
  padding-bottom: 50px;
  text-align: center;
}

#id-all-tarjet {
  width: 70%;
  margin-left: 15%;
}

#id-conocenos h2 {
  font-size: 4rem;
  color: #2f2f2f;
  text-align: center;
  padding-top: 30px;
  margin: 0;
  font-family: "Lato", sans-serif;
}

#id-conocenos h2 strong {
  font-size: 4rem;
  font-family: "EB Garamond", serif;
}

.art-tarjeta {
  width: 25%;
  margin-left: 2%;
  float: left;
  margin-top: 3%;
  border-bottom: 1px #f2f2f2 solid;
  padding-bottom: 20px;
  padding: 3%;
}

.art-tarjeta:hover {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.75);
  background-color: #000;
  color: #f2f2f2;
  transition: .5s;
}

#id-conocenos p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}

#id-conocenos img {
  width: 100%;
  height: auto;
}

.p-nombre {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.p-cargo {
  font-size: 1rem;
}

.p-formacion {
  font-size: 1rem;
}

@media only screen and (max-width:1000px) {
  #id-all-tarjet {
    width: 80%;
    margin-left: 10%;
  }

}
@media only screen and (max-width:900px) {
  #id-all-tarjet {
    width: 90%;
    margin-left: 5%;
  }

}
@media only screen and (max-width:750px) {
.art-tarjeta {
  width: 80%;
  margin-left: 10%;
  float: left;
  margin-top: 3%;
  border-bottom: 1px #f2f2f2 solid;
  padding-bottom: 20px;
  padding: 3%;
}

}

#id-accion {
  width: 100%;
  height: auto;
  background-image: url(/img/background-index-grupo-bratila.png);
  background-position: center;
  background-size: cover;
  color: #FFF;
  text-align: center;
  align-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#id-accion h3 {
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin: 0;
  width: 90%;
  margin-left: 5%;
}

#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;
  }
}