/* 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 {
  padding-top: 120px;
  width: 100%;
  height: 300px;
  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;
}

/* Contenedor de presentación para beneficios*/
#sec-beneficios {
  width: 80%;
  margin-left: 10%;
  height: auto;
  display: table;
}

#sec-beneficios article {
  float: left;
  width: 24.5%;
  align-content: center;
  border-right: #2f2f2f solid 1px;
  border-left: #2f2f2f solid 1px;
}

#sec-beneficios article p {
  text-align: center;
  color: #f2f2f2;
  font-size: 1.7rem;
}

@media only screen and (max-width:850px) {
  #sec-beneficios {
    width: 90%;
    margin-left: 5%;
  }

  #sec-beneficios article {
    float: left;
    width: 48%;
  }
}

/* Css para galería interactiva */
#contenedor {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
  padding-top: 30px;
}

#imagen {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

#anterior,
#siguiente {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#anterior:hover,
#siguiente:hover {
  background-color: #000;
  color: #f2f2f2;
  transition: .5s;
}

#anterior {
  left: 20px;
}

#siguiente {
  right: 20px;
}

@media only screen and (max-width:950px) {}

#caracteristicas {
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding-bottom: 30px;
  padding-top: 40px;
}

#id-descrip {
  width: 70%;
  margin-left: 15%;
  display: table;
  clear: both;
}

#id-descrip .li-concept,
.p-descrip {
  list-style: none;
  font-family: "Lato", sans-serif;
  width: 80%;
  margin-left: 10%;
}

.art-descrip {
  width: 49%;
  height: auto;
  float: left;
}

.li-concept {
  font-size: 1.3rem;
  font-weight: bold;
}

.art-descrip #maps {
  width: 90%;
  margin-left: 5%;
  height: 280px;
  border-radius: 10px;
}

@media only screen and (max-width:950px) {
  #id-descrip {
    width: 90%;
    margin-left: 5%;
  }
}

@media only screen and (max-width:800px) {
  .art-descrip {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-top: 2%;
    border: none;
  }

  .art-descrip #maps {
    width: 100%;
    margin-left: 0%;
    height: 280px;
    border-radius: 0px;
  }
}

#formularios {
  padding-top: 20px;
  padding-bottom: 70px;
  width: 100%;
  height: auto;
  background-color: #000;
  color: #fff;
}

#formularios h2 {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  margin: 0;
  margin-left: 0;
  font-family: "Lato", sans-serif;
}

#formularios h3 {
  font-size: 1.2rem;
  line-height: 25px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

form {
  width: 50%;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  border: 1px solid #ccc;
}

label {
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  height: 2.5rem;
  padding: 0px;
  background-color: #000;
  color: #FFF;
  margin: 8px 0 20px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#mensaje {
  height: 8rem;
}

#servicio {
  width: 100%;
  height: 2rem;
  border: 1px solid #ccc;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
  font-size: 1rem;
  font-family: 'Varela Round', sans-serif;
}

#bt-form {
  background-color: #2f2f2f;
  color: #FFF;
  padding: 10px 20px;
  border: none;
  font-size: 16px;
  letter-spacing: 2px;
  width: 100%;
  margin-left: 0%;
  height: 60px;
  border-radius: 4px;
  border: #FFF 2px solid;
  cursor: pointer;
}

#bt-form:hover {
  background-color: #2f2f2f;
  transition: .5s;
}

#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 button {
  background-color: #000;
  color: #FFF;
  padding: 10px 20px;
  border: none;
  font-size: 16px;
  letter-spacing: 2px;
  width: 30%;
  margin-top: 3%;
  height: 60px;
  border-radius: 4px;
  cursor: pointer;
}

@media only screen and (max-width:1000px) {

  form {
    width: 70%;
  }
}

@media only screen and (max-width:750px) {

  form {
    width: 80%;
  }
}

@media only screen and (max-width:480px) {
  form {
    text-align: center;
  }

  #bt-form {
    padding: 15px 40px;
    width: auto;
    margin-left: 70%;
    margin-left: 0;
  }
}