@charset "UTF-8";
@font-face {
  font-family: "Gotham Book";
  src: url("assets/fonts/Gotham-Book.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Gotham Book";
  src: url("assets/fonts/Gotham-Bold.ttf");
  font-weight: bold;
}
html {
  margin: 0;
}

body {
  margin: 0;
  font-size: 100%;
  font-family: "Gotham Book";
}

.destacar {
  color: #BCD3A6;
  font-weight: bold;
}

.skip-link.screen-reader-text {
  display: none;
}

body.home figure {
  margin: 0;
}
body.home h2 {
  text-transform: uppercase;
}
body.home div#who,
body.home div#skills,
body.home div#plan-comunicacion,
body.home div#end {
  background-color: #BCD3A6;
  color: #fff;
}
body.home div#clientes {
  background-color: #f2f2f2;
}
body.home .wp-block-group {
  padding: 5em 0.5em;
}
@media screen and (min-width: 700px) {
  body.home .wp-block-group {
    padding: 5em 2em;
  }
}

.wp-block-group .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
}

#site-menu .menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1000px) {
  #site-menu .menu-wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
#site-menu .menu-wrapper ul li {
  margin: 0.5em 0;
  font-size: 1.2em;
}
#site-menu .menu-wrapper ul li a {
  color: #BCD3A6;
  text-decoration: none;
  padding: 1em 0;
}
@media screen and (min-width: 1000px) {
  #site-menu .menu-wrapper ul li a:hover {
    transition: padding 0.5s ease;
    padding-right: 2em;
  }
}

#site-logo {
  display: flex;
  align-items: center;
}

.site-main {
  position: relative;
}

.fake-heading {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 960px;
  align-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1700px;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .fake-heading {
    flex-direction: row;
    height: 90vh;
  }
}
.fake-heading #site-logo, .fake-heading #site-menu {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .fake-heading #site-logo, .fake-heading #site-menu {
    margin: 0 2em;
  }
}

body.home div#hero .wp-block-group {
  padding: 0;
}
body.home div#hero .wp-block-cover {
  min-height: 700px;
}
@media screen and (max-width: 1000px) {
  body.home div#hero .logo {
    position: absolute;
    top: -90px;
  }
  body.home div#hero .wp-block-columns {
    justify-content: center;
  }
  body.home div#hero .menu-wrapper {
    position: absolute;
    bottom: -170px;
  }
}
@media screen and (min-width: 1010px) {
  body.home div#hero .logo {
    margin-top: 0;
  }
  body.home div#hero .logo img {
    position: absolute;
    left: -100px;
  }
  body.home div#hero .menu-wrapper ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    list-style-type: none;
    position: absolute;
    right: -90px;
    top: 30%;
  }
}

body.home div#who {
  height: 90vh;
  max-height: 800px;
  display: flex;
  align-content: center;
  align-items: center;
}

body.home div#about {
  font-size: 1.3em;
}
@media screen and (min-width: 700px) {
  body.home div#about .wp-block-column:not(:first-child) {
    margin-left: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

body.home div#skills {
  font-size: 1.3em;
}
body.home div#skills .wp-block-group__inner-container {
  max-width: 1500px;
}
body.home div#skills ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.home div#skills ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #BCD3A6;
  text-align: center;
  position: relative;
  border-radius: 9em;
  font-size: 0.8em;
  height: 160px;
  width: 160px;
  line-height: 1em;
  margin: 1em;
}
@media screen and (min-width: 700px) {
  body.home div#skills ul li {
    margin: 0em 3em;
    height: 160px;
    width: 160px;
    margin: 2em 3em;
    line-height: 1em;
  }
}
body.home div#skills ul li:before {
  content: "";
  border: 3px dotted white;
  border-radius: 9em;
  display: inline-block;
  position: absolute;
  transform: translate(-50%);
  height: 200px;
  width: 200px;
  left: 50%;
  top: -10%;
}
@media screen and (min-width: 700px) {
  body.home div#skills ul li:before {
    left: 50%;
    top: -11%;
    height: 200px;
    width: 200px;
  }
}
body.home div#skills ul li:nth-child(odd) {
  border-radius: 14em;
}
@media screen and (min-width: 700px) {
  body.home div#skills ul li:nth-child(odd) {
    height: 140px;
    width: 140px;
    margin: 0em 2em;
  }
}
body.home div#skills ul li:nth-child(odd):before {
  border-radius: 17em;
}
@media screen and (min-width: 700px) {
  body.home div#skills ul li:nth-child(odd):before {
    height: 180px;
    width: 180px;
    left: 50%;
    top: -13%;
  }
}

body.home div#clientes .column .title {
  color: #BCD3A6;
  margin: 0;
}
body.home div#clientes .wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.4em;
  text-align: center;
}
@media screen and (min-width: 700px) {
  body.home div#clientes .wrapper {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
body.home div#clientes .wrapper .column {
  padding: 0 0.9em;
}
@media screen and (min-width: 700px) {
  body.home div#clientes .wrapper .column {
    border-right: 1px dotted gray;
  }
  body.home div#clientes .wrapper .column:last-child {
    border: 0;
  }
}
body.home div#clientes .clientes-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.home div#clientes .clientes-list li {
  margin-right: 1em;
}
body.home div#clientes .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  body.home div#clientes .logos-wrapper {
    margin: 2em -5em;
  }
}
body.home div#clientes .logos-wrapper .cliente {
  width: 200px;
  height: 90px;
  margin: 1em 0.2em;
  position: relative;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 700px) {
  body.home div#clientes .logos-wrapper .cliente {
    width: 170px;
    height: 70px;
    margin: 2em 1.2em;
  }
}
body.home div#clientes .logos-wrapper .cliente img {
  width: 100%;
  object-fit: contain;
  max-height: 100%;
  max-width: 200%;
}

body.home div#prensa {
  text-align: center;
}
body.home div#prensa ul {
  list-style-type: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  border-top: 1px solid #8A8C8E;
  padding-top: 2em;
}
body.home div#prensa p.destacar {
  margin: 5em;
}

body.home div#servicios ul {
  margin: 0;
  padding: 0;
}
body.home div#servicios hr.wp-block-separator {
  margin: 3em 0em;
  width: 80%;
  border: 1px dashed #8A8C8E;
  height: 0;
  background-color: transparent;
}
body.home div#servicios .wp-block-image {
  margin: 6em 3em;
}

body.home div#plan-comunicacion {
  text-transform: uppercase;
}
body.home div#plan-comunicacion .wp-block-column {
  align-items: center;
  display: flex;
  position: relative;
}
body.home div#plan-comunicacion .wp-block-column p {
  background-color: #fff;
  color: #BCD3A6;
  border-radius: 13em;
  text-align: center;
  height: 240px;
  width: 240px;
  padding: 5em 3em;
  margin: 2em auto;
}
@media screen and (min-width: 700px) {
  body.home div#plan-comunicacion .wp-block-column p {
    height: 300px;
    width: 300px;
    padding: 7em 3em;
    margin: auto;
  }
}
body.home div#plan-comunicacion .wp-block-column:nth-child(2) p {
  height: 240px;
  width: 240px;
  padding-top: 6em;
}
@media screen and (min-width: 700px) {
  body.home div#plan-comunicacion .wp-block-column:nth-child(1):after {
    content: "";
    display: inline-block;
    background-color: #fff;
    height: 3px;
    width: 200px;
    position: absolute;
    right: -137px;
  }
}
body.home div#plan-comunicacion .wp-block-column:nth-child(2) {
  position: relative;
}
@media screen and (min-width: 700px) {
  body.home div#plan-comunicacion .wp-block-column:nth-child(2):before {
    content: "∧";
    display: inline-block;
    color: #fff;
    width: 20px;
    position: absolute;
    left: 52px;
    font-size: 1.7em;
    transform: rotate(90deg);
  }
}
body.home div#plan-comunicacion ol {
  margin: 0;
  padding: 0;
}
body.home div#plan-comunicacion ol li {
  margin: 1em;
}

body.home div#lineas-trabajo .wp-block-columns {
  margin-top: 3em;
  text-align: center;
}

body.home div#medios-locales .wp-block-group__inner-container {
  max-width: 1400px;
}
body.home div#medios-locales .wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.home div#medios-locales .medio {
  margin: 1em;
  width: 310px;
}
body.home div#medios-locales .medio img {
  max-width: 300px;
}
body.home div#medios-locales .medio .title {
  text-align: center;
  color: #BCD3A6;
}

body.home div#end {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
