@import url('https://fonts.googleapis.com/css2?family=Lato&family=Oswald:wght@600&display=swap');
body {
  background: #fdfdfd;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 0.05rem;
  color: #7491a9;
}
main {
  padding: 0 0;
}
main .col {
  flex: initial !important;
}
a {
  text-decoration: none !important;
}
h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
  color: #b3bf88;
}
#header-top {
  position: fixed;
  z-index: 2000;
}
#header-top .nav-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background: #007494;
  padding: 1rem 2rem;
}
#header-top .nav-wrapper #logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#header-top .nav-wrapper #logo img {
  max-width: 200px;
  height: auto;
}
#header-top .nav-wrapper #header-nav {
  border: 0px #fee097 solid;
}
#header-top .nav-wrapper #header-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: center;
}
#header-top .nav-wrapper #header-nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem;
  color: #fee097;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
#headerSEO h1 {
  position: relative;
  text-align: left;
  color: #fee097;
  text-transform: uppercase;
  margin-top: 190px;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-left: 2rem;
}
#headerSEO p {
  position: relative;
  color: #f3f4de;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.9rem;
  padding: 1rem 2rem;
  width: 80%;
  text-align: justify;
}
#headerSEO #buttonContactar {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding: 1rem 2rem 1rem 3rem;
  text-align: right;
}
#headerSEO #buttonContactar a.btn {
  border-radius: 0.5rem;
  height: 4rem;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  color: #b3bf88;
  background: #1d3c54;
}
#headerSEO #buttonContactar a.btn i {
  font-size: 2rem;
}
#main-component {
  padding: 2rem;
}
footer {
  padding: 5rem 2rem 3rem 2rem;
  background: #1d3c54;
}
footer p {
  margin-bottom: 1.3rem;
}
footer div {
  border: 0px #fee097 solid;
  color: #fee097;
}
footer div a {
  color: #b3bf88;
}
footer div .material-icons {
  margin-right: 1rem;
}
footer .firm {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
footer .firm p img {
  width: 80%;
  height: auto;
  margin-left: -0.6rem;
}
footer #contactar {
  padding: 0 6rem 0 0;
}
footer #contactar input {
  color: #fee097;
}
footer #contactar textarea {
  color: #fee097;
}
footer #contactar .btenable {
  visibility: hidden;
}
footer #contactar .btnnone {
  visibility: visible;
}
footer #resultado {
  padding-right: 1rem;
  border-radius: 0.5rem;
  margin-top: 0rem;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-start;
}
footer #resultado #policy {
  visibility: hidden;
}
footer .local {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
footer #social {
  padding-top: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
#localizacion img {
  margin-top: 3rem;
}
#creditos {
  height: 7rem;
  border-top: 1px #eaeaea solid;
  margin-top: -2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
#creditos p {
  font-size: 0.8rem;
  color: #fee097;
}
#main-component h2 {
  text-align: center;
  color: #b3bf88;
  font-size: 2rem;
  line-height: 1;
  padding: 1rem 0;
  margin-top: 2rem;
}
#main-component #contentArt {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 3rem 3rem 3rem 3rem;
  margin-bottom: 4rem;
}
#main-component #contentArt h3 {
  text-align: center;
  color: #b3bf88;
  font-size: 2rem;
  line-height: 1;
  padding: 1rem 0;
}
#main-component #contentArt p {
  font-size: 1.3rem;
  color: #7491a9;
}
#main-component #contentArt p.bigp {
  text-align: center;
  font-size: 1.6rem;
  color: #b3bf88;
  padding-bottom: 1rem;
}
#main-component #contentArt .center {
  padding-bottom: 2rem;
}
#blogMenu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
#blogMenu ul li {
  padding-right: 2rem;
}
#home .colinFirst p {
  font-size: 1.2rem;
}
#home .colin h3 {
  margin-top: 2rem;
}
#home .colin p {
  font-style: italic;
  font-size: 1.2rem;
}
#home h4 {
  margin: 3rem auto;
  text-align: center;
}
#home .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
#home .logos img {
  padding: 0.5rem;
}
