/* IMG */
/* -------------- FONTS -------------- */
/* BUTTON */
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.38;
  letter-spacing: 1px;
  color: #151d28;
}
@media only screen and (min-width: 1024px) {
  body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.154rem;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #151d28;
  }
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.923rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #151d28;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.846rem;
  line-height: 1.64;
  letter-spacing: 1.5px;
  color: #151d28;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.846rem;
  line-height: 1.64;
  letter-spacing: 1.5px;
  color: #151d28;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-bottom: 20px;
}

p:empty {
  display: none;
}

input[type=submit],
.btn,
a.button {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  cursor: pointer;
}
.wrapper {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.btn-toggle:before {
  content: "\e902";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-toggle.active:before {
  content: "\e903";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.close-post:before {
  content: "\e901";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-tag:before {
  content: "\e902";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-tag.open:before {
  content: "\e903";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1300px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* -------------- FONTS -------------- */
footer .basic-info {
  padding: 0 30px 30px 30px;
}
footer .basic-info .container-basic-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #979797;
  margin-top: 50px;
  padding-top: 30px;
}
footer .basic-info .container-basic-info span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  flex-basis: 100%;
  font-size: 0.769rem;
  line-height: 1.385rem;
  letter-spacing: 1px;
}
footer .basic-info .container-basic-info a {
  text-decoration: none;
  cursor: pointer;
  color: #151d28;
}
footer .basic-info .container-basic-info a:hover {
  text-decoration-line: underline !important;
}

.site-footer {
  display: none;
}

header {
  position: relative;
  width: 100%;
}
header .header-content {
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  header .header-content {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  header .header-content {
    padding: 40px 50px 42px;
  }
}
@media only screen and (min-width: 1920px) {
  header .header-content {
    padding: 70px 100px 60px;
  }
}
header .site-branding {
  width: 460px;
  max-width: 100%;
}
header .site-branding .logo-container img {
  height: 40px;
}
@media only screen and (min-width: 1600px) {
  header .site-branding .logo-container img {
    height: 46px;
  }
}
header .site-branding .site-title {
  margin: 0;
}
header .main-navigation .menu-toggle {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  header .main-navigation .menu-toggle {
    top: 40px;
    right: 50px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  header .main-navigation .menu-toggle {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  header .main-navigation .menu-toggle {
    top: 70px;
    right: 100px;
  }
}
header .main-navigation .menu-toggle:before {
  content: "\e900";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #151d28;
}
header .main-navigation .menu-toggle.open:before {
  content: "\e901";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .main-navigation .menu-primary-menu-container {
  position: absolute;
  top: 105px;
  right: 0;
  background-color: #151d28;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 0;
  width: calc(100% - 30px);
}
header .main-navigation .menu-primary-menu-container.open {
  z-index: 1000;
  visibility: unset;
}
@media only screen and (min-width: 768px) {
  header .main-navigation .menu-primary-menu-container {
    top: 125px;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 1024px) {
  header .main-navigation .menu-primary-menu-container {
    top: 127px;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 1600px) {
  header .main-navigation .menu-primary-menu-container {
    top: 133px;
  }
}
@media only screen and (min-width: 1920px) {
  header .main-navigation .menu-primary-menu-container {
    top: 181px;
    width: calc(100% - 100px);
  }
}
header .main-navigation .menu-primary-menu-container .menu {
  padding: 90px 100px 100px 0;
  margin-right: -500px;
}
@media only screen and (max-width: 1024px) {
  header .main-navigation .menu-primary-menu-container .menu {
    padding: 90px 50px 50px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .menu-primary-menu-container .menu {
    padding: 50px 30px 30px;
  }
}
header .main-navigation .menu-primary-menu-container .menu .menu-item {
  margin-bottom: 20px;
}
header .main-navigation .menu-primary-menu-container .menu .menu-item.menu-little a {
  font-size: 0.923rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}
header .main-navigation .menu-primary-menu-container .menu .menu-item.current-menu-item a {
  opacity: 1;
}
header .main-navigation .menu-primary-menu-container .menu .menu-item.current-menu-item.active a:before {
  width: 75px;
}
@media only screen and (max-width: 1024px) {
  header .main-navigation .menu-primary-menu-container .menu .menu-item.current-menu-item.active a:before {
    width: 25px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .menu-primary-menu-container .menu .menu-item.current-menu-item.active a:before {
    width: 15px;
  }
}
header .main-navigation .menu-primary-menu-container .menu .menu-item a {
  position: relative;
  font-size: 1.154rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 3px;
  color: #ffffff;
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  header .main-navigation .menu-primary-menu-container .menu .menu-item a {
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: 2px;
  }
}
header .main-navigation .menu-primary-menu-container .menu .menu-item a:hover {
  opacity: 1;
}
header .main-navigation .menu-primary-menu-container .menu .menu-item a:hover:before {
  width: 75px;
}
@media only screen and (max-width: 1024px) {
  header .main-navigation .menu-primary-menu-container .menu .menu-item a:hover:before {
    width: 25px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .menu-primary-menu-container .menu .menu-item a:hover:before {
    width: 15px;
  }
}
header .main-navigation .menu-primary-menu-container .menu .menu-item a:before {
  position: absolute;
  right: -100px;
  top: 50%;
  display: block;
  content: " ";
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: width 0.8s;
}
@media only screen and (max-width: 1024px) {
  header .main-navigation .menu-primary-menu-container .menu .menu-item a:before {
    right: -50px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .menu-primary-menu-container .menu .menu-item a:before {
    right: -30px;
  }
}
header .main-navigation .menu-primary-menu-container .menu-info-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  header .main-navigation .menu-primary-menu-container .menu-info-bottom {
    bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  header .main-navigation .menu-primary-menu-container .menu-info-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .menu-primary-menu-container .menu-info-bottom {
    padding-bottom: 120px;
  }
}
header .main-navigation .menu-primary-menu-container .menu-info-bottom .menu-info {
  font-size: 0.923rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.2px;
  color: #ffffff;
  padding-right: 100px;
}
@media only screen and (max-width: 1024px) {
  header .main-navigation .menu-primary-menu-container .menu-info-bottom .menu-info {
    font-size: 0.846rem;
    line-height: 1.82;
    letter-spacing: 1.2px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .menu-primary-menu-container .menu-info-bottom .menu-info {
    padding-right: 30px;
  }
}
header .main-navigation .menu-primary-menu-container .menu-info-bottom .menu-info a {
  color: #ffffff;
  text-decoration: none;
}
header .main-navigation .menu-primary-menu-container .div-emfasi-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 100px;
  padding-left: 100px;
}
@media only screen and (max-width: 1024px) {
  header .main-navigation .menu-primary-menu-container .div-emfasi-logo {
    padding-bottom: 90px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  header .main-navigation .menu-primary-menu-container .div-emfasi-logo {
    padding-bottom: 70px;
    padding-left: 30px;
  }
}
header .main-navigation .menu-primary-menu-container .logos-kit-digital {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: white;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .main-navigation .menu-primary-menu-container .logos-kit-digital img {
  display: block;
  max-height: 20px;
}
@media only screen and (min-width: 768px) {
  header .main-navigation .menu-primary-menu-container .logos-kit-digital img {
    max-height: inherit;
  }
}

.menu-item-gtranslate .gt-current-wrapper {
  display: none;
}
.menu-item-gtranslate .dropdown-menu li {
  margin-bottom: 0 !important;
}
.menu-item-gtranslate .dropdown-menu li a.gt-current-lang {
  opacity: 1 !important;
}

@media only screen and (min-width: 1024px) {
  .page-template-page-home,
  .page-template-page-projects-list,
  .single-projects {
    overflow-y: hidden;
  }
}

.all-elements {
  margin-left: 30px;
  padding-right: 30px;
  border-left: 1px solid transparent;
}
@media only screen and (min-width: 768px) {
  .all-elements {
    margin-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .all-elements {
    margin-left: 0;
    padding-right: 0;
  }
}
.all-elements:hover .grid .item {
  border-color: rgba(151, 151, 151, 0.4);
}
.all-elements .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  overflow-x: hidden;
}
@media only screen and (max-width: 1024px) {
  .all-elements .grid {
    flex-direction: row;
    height: auto !important;
    overflow-x: initial;
  }
}
.all-elements .grid .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
}
@media only screen and (max-width: 1024px) {
  .all-elements .grid .item {
    width: 50% !important;
    height: 238px !important;
  }
}
@media only screen and (max-width: 768px) {
  .all-elements .grid .item {
    width: 100% !important;
  }
}
.all-elements .grid .item.hovering > a {
  border-color: rgba(151, 151, 151, 0.4) !important;
}
.all-elements .grid .item.hide .container-item .item--inner {
  opacity: 0.2;
}
.all-elements .grid .item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .all-elements .grid .item > a {
    border-left: 1px solid #f5f5f5;
  }
}
@media only screen and (min-width: 1280px) {
  .all-elements .grid .item:nth-child(1), .all-elements .grid .item:nth-child(2), .all-elements .grid .item:nth-child(3) {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .all-elements .grid .item:nth-child(1), .all-elements .grid .item:nth-child(2), .all-elements .grid .item:nth-child(3) {
    padding-left: 100px;
  }
}
.all-elements .grid .item:nth-child(1) > a, .all-elements .grid .item:nth-child(2) > a, .all-elements .grid .item:nth-child(3) > a {
  border-left: 1px solid #f5f5f5;
}
.all-elements .grid .item:last-child > a {
  border-bottom: 1px solid #f5f5f5;
}
.all-elements .grid .item .item--inner {
  width: 100%;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.all-elements .grid .item .container-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.all-elements .grid .item .container-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.all-elements .grid .item .container-item.post .item-hover {
  align-items: center;
  opacity: 1;
  background-color: #ffffff;
  color: #151d28;
}
.all-elements .grid .item .container-item.post .item-hover:hover {
  background-color: #151d28;
  color: #ffffff;
  cursor: default;
}
.all-elements .grid .item .container-item.project .item-hover {
  padding-top: 10%;
  padding-bottom: 10%;
}
.all-elements .grid .item .container-item.project .item-hover:hover {
  opacity: 1;
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 4%, rgba(0, 0, 0, 0));
}
.all-elements .grid .item .container-item .item-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  padding: 0 11%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.all-elements .grid .item .container-item .item-hover .item-center .item-type {
  display: block;
  font-size: 0.692rem;
  line-height: 0.923rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-type {
    font-size: 0.692rem;
  }
}
@media only screen and (min-width: 1024px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-type {
    font-size: 0.615rem;
  }
}
@media only screen and (min-width: 1280px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-type {
    font-size: 0.692rem;
  }
}
@media only screen and (min-width: 1600px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-type {
    font-size: 0.615rem;
  }
}
@media only screen and (min-width: 1920px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-type {
    font-size: 0.769rem;
    line-height: 2.308rem;
  }
}
.all-elements .grid .item .container-item .item-hover .item-center .item-title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.154rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-title {
    font-size: 0.846rem;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 1024px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-title {
    font-size: 1rem;
    letter-spacing: 1.385px;
  }
}
@media only screen and (min-width: 1280px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-title {
    line-height: 1.154rem;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1600px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-title {
    line-height: 1.385rem;
  }
}
@media only screen and (min-width: 1920px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-title {
    font-size: 1.154rem;
    letter-spacing: 2.5px;
  }
}
.all-elements .grid .item .container-item .item-hover .item-center .item-site {
  display: block;
  font-size: 0.846rem;
  line-height: 1.154rem;
  letter-spacing: 1.1px;
}
@media only screen and (min-width: 1920px) {
  .all-elements .grid .item .container-item .item-hover .item-center .item-site {
    font-size: 0.923rem;
    line-height: 1.154rem;
    letter-spacing: 1.6px;
  }
}
.all-elements .grid .item .container-item .item-hover .item-center .item-year {
  display: block;
  margin-top: 25px;
  font-size: 0.769rem;
  line-height: 2.308rem;
  letter-spacing: 1px;
}

.single-projects .close-post {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .single-projects .close-post {
    right: 50px;
    top: 40px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-projects .close-post {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-projects .close-post {
    top: 70px;
    right: 100px;
  }
}
.single-projects .container-project {
  z-index: 3;
}
.single-projects .container-project .project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.single-projects .container-project .project .header {
  padding: 30px 60px 30px 30px;
}
@media only screen and (min-width: 768px) {
  .single-projects .container-project .project .header {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-projects .container-project .project .header {
    padding: 40px 50px 42px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-projects .container-project .project .header {
    padding: 70px 100px 60px;
  }
}
.single-projects .container-project .project .header h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.308rem;
  line-height: 1.692rem;
  letter-spacing: 2.83px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.single-projects .container-project .project .header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.154rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.single-projects .container-project .project .header .btn-toggle {
  display: inline-block;
  margin-top: 10px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.single-projects .container-project .project .header .main-navigation .menu-primary-menu-container {
  top: 166px;
}
@media only screen and (min-width: 768px) {
  .single-projects .container-project .project .header .main-navigation .menu-primary-menu-container {
    top: 186px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-projects .container-project .project .header .main-navigation .menu-primary-menu-container {
    top: 188px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-projects .container-project .project .header .main-navigation .menu-primary-menu-container {
    top: 236px;
  }
}
.single-projects .container-project .project .container-info .project-info {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 3;
  padding: 0 30px 25px 30px;
  width: calc(100% - 30px);
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .single-projects .container-project .project .container-info .project-info {
    padding: 0 50px 25px 50px;
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1024px) {
  .single-projects .container-project .project .container-info .project-info {
    width: 60%;
    padding: 0 50px 65px 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-projects .container-project .project .container-info .project-info {
    padding: 0 100px 65px 100px;
  }
}
.single-projects .container-project .project .container-info .project-info > div {
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.single-projects .container-project .project .container-info .project-info.show > div {
  opacity: 1;
}
.single-projects .container-project .project .container-info .project-info .subtitle-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.385rem;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) {
  .single-projects .container-project .project .container-info .project-info .subtitle-info {
    margin-bottom: 40px;
  }
}
.single-projects .container-project .project .container-info .project-info .static-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.single-projects .container-project .project .container-info .project-info .dynamic-info {
  margin-top: 10px;
}
@media only screen and (min-width: 1600px) {
  .single-projects .container-project .project .container-info .project-info .dynamic-info {
    margin-top: 20px;
  }
}
.single-projects .container-project .project .container-info .project-info .dynamic-info .btn-tag {
  position: relative;
  margin: 20px 0 10px;
  cursor: pointer;
}
.single-projects .container-project .project .container-info .project-info .dynamic-info .btn-tag:first-child {
  margin-top: 0;
}
.single-projects .container-project .project .container-info .project-info .dynamic-info .btn-tag h3 {
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.769rem;
  line-height: 1.385rem;
  letter-spacing: 1px;
}
.single-projects .container-project .project .container-info .project-info .dynamic-info .btn-tag:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 5px;
  left: -17px;
  width: 15px;
  height: 15px;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .single-projects .container-project .project .container-info .project-info .dynamic-info .btn-tag:before {
    left: -25px;
  }
}
.single-projects .container-project .project .container-info .project-info .dynamic-info .content-tag {
  display: none;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.923rem;
  line-height: 1.385rem;
  letter-spacing: 2px;
}
.single-projects .container-project .project .container-info .project-info .dynamic-info .content-tag .flex-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.single-projects .container-project .project .container-info .project-info .dynamic-info #collaborators .type {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.923rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #151d28;
  margin-bottom: 5px;
}
.single-projects .container-project .project .container-info .project-info .dynamic-info #collaborators .sub-type {
  margin-bottom: 2px;
}
.single-projects .container-project .project .container-info .project-info .tag {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.769rem;
  line-height: 1.385rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.single-projects .container-project .project .container-info .project-info .sub-tag {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.769rem;
  line-height: 1.154rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.single-projects .container-project .project .section-carousel {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  overflow-x: hidden;
  /*.owl-carousel-project-gallery {
      @include tablet-md-max {
          display: block;
      }

      .owl-item {
          @include tablet-md-max {
              width: 100%;
          }

          &.first-item {
              margin-left: 30px;

              @include tablet {
                  margin-left: 50px;
              }

              @include desktop-1920 {
                  margin-left: 100px;
              }
          }
      }

      .item {
          .container-image {
              line-height: 0;
              padding-bottom: 1px;

              @include desktop {
                  padding-bottom: 0;
              }
          }

          img {
              display: block !important;
              object-fit: cover;
              width: inherit;
          }
      }
  }*/
}
@media only screen and (min-width: 1024px) {
  .single-projects .container-project .project .section-carousel .carousel-item:nth-child(1) .item {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-projects .container-project .project .section-carousel .carousel-item:nth-child(1) .item {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-projects .container-project .project .section-carousel .carousel-item .item {
    margin-left: 2px;
  }
}

.single-content-ajax {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden !important;
  opacity: 1;
  z-index: 9;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  transition-delay: 0s;
}
.single-content-ajax .container-project {
  width: 100vw;
}
.single-content-ajax .project-header {
  opacity: 0;
  transition-delay: 0s;
}
.single-content-ajax .section-carousel {
  transform: translateX(100%);
  transition-delay: 0s;
}
.single-content-ajax.show-content .project-header {
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  transition-delay: 0s;
}
.single-content-ajax.show-content .section-carousel {
  transform: translateX(0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  transition-delay: 0.5s;
}
.single-content-ajax.single-content-animating {
  opacity: 0;
  transition-delay: 0.6s;
}
.single-content-ajax #site-navigation {
  display: none;
}

.fancybox-container .fancybox-slide {
  padding: 0;
}
.fancybox-container .fancybox-infobar {
  display: none !important;
}
.fancybox-container .fancybox-close-small {
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 1;
  font-size: initial;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .fancybox-container .fancybox-close-small {
    top: 40px;
    right: 50px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .fancybox-container .fancybox-close-small {
    width: 30px;
    height: 30px;
  }
}
.fancybox-container .fancybox-close-small:before {
  content: "\e901";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 7px;
  left: 7px;
}
@media only screen and (min-width: 768px) {
  .fancybox-container .fancybox-close-small:before {
    top: 5px;
    left: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .fancybox-container .fancybox-close-small:before {
    top: 7px;
    left: 7px;
  }
}
.fancybox-container .fancybox-close-small svg {
  display: none;
}
.fancybox-container .fancybox-bg {
  background-color: #ffffff;
}
.fancybox-container .fancybox-content {
  position: initial;
  background-color: transparent;
  padding: 0;
  overflow: initial;
}
@media only screen and (min-width: 1024px) {
  .fancybox-container .fancybox-content {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .fancybox-container .fancybox-content {
    padding: 0 90px;
  }
}
.fancybox-container .fancybox-navigation .fancybox-button {
  top: auto;
  bottom: 23px;
  padding: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  opacity: 1;
  visibility: visible;
  color: #151d28;
}
@media only screen and (min-width: 768px) {
  .fancybox-container .fancybox-navigation .fancybox-button {
    bottom: 37px;
  }
}
@media only screen and (min-width: 1024px) {
  .fancybox-container .fancybox-navigation .fancybox-button {
    top: calc(50% - 15px);
    bottom: auto;
  }
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: calc(50% - 36px);
}
@media only screen and (min-width: 1024px) {
  .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 23px;
  }
}
@media only screen and (min-width: 1280px) {
  .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 33px;
  }
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before {
  content: "\e904";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
  top: 7px;
  left: 7px;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:disabled {
  display: none;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: calc(50% - 36px);
}
@media only screen and (min-width: 1024px) {
  .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 23px;
  }
}
@media only screen and (min-width: 1280px) {
  .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 33px;
  }
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before {
  content: "\e904";
  z-index: 90;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: never;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(-90deg);
  top: 7px;
  left: 7px;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:disabled {
  display: none;
}
.fancybox-container .fancybox-navigation .fancybox-button svg {
  display: none;
}

.page-template-page-about .about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-about .about-section {
    flex-direction: row;
  }
}
.page-template-page-about .about-section .container-nav {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-template-page-about .about-section .container-nav {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-about .about-section .container-nav {
    max-width: 350px;
    min-width: 350px;
    flex-direction: column;
    flex-basis: 100%;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-about .about-section .container-nav {
    max-width: 600px;
    min-width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-template-page-about .about-section .container-nav nav {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container #about-menu {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container #about-menu {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container #about-menu {
    margin-top: 50px;
  }
}
.page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu {
  list-style: none;
  padding: 0 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu {
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu {
    padding: 0 0 0 100px;
  }
}
.page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item {
    margin-bottom: 20px;
  }
}
.page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.38;
  letter-spacing: 2px;
  color: #151d28;
  position: relative;
  opacity: 0.7;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item a:hover {
  opacity: 1;
}
.page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item a:hover:before {
  width: 15px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item a:hover:before {
    width: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item a:hover:before {
    width: 25px;
  }
}
.page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item a:before {
  position: absolute;
  left: -100px;
  top: 50%;
  display: block;
  content: " ";
  height: 1px;
  width: 0;
  background-color: #151d28;
  transition: width 0.8s;
}
@media only screen and (max-width: 1024px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item a:before {
    left: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item a:before {
    left: -30px;
  }
}
.page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item.current-menu-item a {
  opacity: 1;
}
.page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item.current-menu-item a:before {
  width: 75px;
}
@media only screen and (max-width: 1024px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item.current-menu-item a:before {
    width: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-about .about-section .container-nav nav .menu-about-menu-container .menu .menu-item.current-menu-item a:before {
    width: 15px;
  }
}
.page-template-page-about .about-section .container-nav .basic-info {
  flex-basis: 50%;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-about .about-section .container-nav .basic-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    align-self: center;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-about .about-section .container-nav .basic-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-about .about-section .container-nav .basic-info {
    padding: 0 100px;
  }
}
.page-template-page-about .about-section .container-nav .basic-info .container-basic-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #979797;
  margin-top: 50px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-template-page-about .about-section .container-nav .basic-info .container-basic-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
.page-template-page-about .about-section .container-nav .basic-info .container-basic-info span,
.page-template-page-about .about-section .container-nav .basic-info .container-basic-info a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  flex-basis: 100%;
  font-size: 0.769rem;
  line-height: 1.385rem;
  letter-spacing: 1px;
  color: #151d28;
}
.page-template-page-about .about-section .container-nav .basic-info .container-basic-info a {
  text-decoration: none;
  cursor: pointer;
}
.page-template-page-about .about-section .container-nav .basic-info .container-basic-info a:hover {
  text-decoration-line: underline !important;
}
.page-template-page-about .about-section .content {
  padding: 0 0 0 30px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (min-width: 768px) {
  .page-template-page-about .about-section .content {
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-about .about-section .content {
    padding: 0;
    width: 100%;
  }
}
.page-template-page-about .about-section .content.show-content {
  opacity: 1;
}
.page-template-page-about .about-section .content .container-carousel {
  background-color: #fbfbfb;
  overflow: auto;
  /*.nav-container {
      //position: absolute;
      //bottom: -15px;
      position: absolute;
      bottom: 40px;

      @include desktop-max {
          display: none;
      }

      .cv-nav {
          @include desktop {
              @include flexbox;
              padding-left: 50px;
          }

          @include desktop-1280 {
              padding: 0 0 0 80px;
          }

          @include desktop-1366 {
              padding: 0 0 0 100px;
          }

          @include desktop-1920 {
              padding-left: 130px;
          }

          .cv-prev {
              cursor: pointer;
              height: 21px;
              width: 21px;
              @include flexbox;
              align-items: center;
              justify-content: center;

              &:before {
                  @include xvarquitectura("\e904");
                  font-size: 8px;
              }
          }

          .cv-next {
              cursor: pointer;
              height: 21px;
              width: 21px;
              @include flexbox;
              align-items: center;
              justify-content: center;

              &:before {
                  @include xvarquitectura("\e905");
                  font-size: 8px;
              }
          }
      }
  }*/
}
.page-template-page-about .about-section .content .container-carousel > div {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.page-template-page-about .about-section .content .container-carousel > div.show-content {
  opacity: 1;
  transform: translateY(0);
}
.page-template-page-about .about-section .content .container-carousel .fixed-content {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-about .about-section .content .container-carousel .fixed-content {
    padding: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-template-page-about .about-section .content .container-carousel .fixed-content {
    padding: 60px 80px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-page-about .about-section .content .container-carousel .fixed-content {
    padding: 80px 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-about .about-section .content .container-carousel .fixed-content {
    padding: 100px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-about .about-section .content .container-carousel .fixed-content {
    padding: 100px 130px;
  }
}
.page-template-page-about .about-section .content .container-carousel .fixed-content .wp-block-columns {
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .page-template-page-about .about-section .content .container-carousel .fixed-content .wp-block-columns {
    flex-wrap: wrap;
  }
}
.page-template-page-about .about-section .content .container-carousel .fixed-content .wp-block-columns .wp-block-column *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1280px) {
  .page-template-page-about .about-section .content .container-carousel .fixed-content .wp-block-columns .wp-block-column {
    flex-wrap: wrap;
    flex-basis: 100% !important;
    margin-left: 0;
  }
}
.page-template-page-about .about-section .content .container-carousel .cv-carousel {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-about .about-section .content .container-carousel .cv-carousel {
    padding: 50px 50px 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-about .about-section .content .container-carousel .cv-carousel {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1280px) {
  .page-template-page-about .about-section .content .container-carousel .cv-carousel {
    padding: 60px 80px 50px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-page-about .about-section .content .container-carousel .cv-carousel {
    padding: 80px 100px 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-about .about-section .content .container-carousel .cv-carousel {
    padding: 100px 100px 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-about .about-section .content .container-carousel .cv-carousel {
    padding: 100px 130px 50px;
  }
}
.page-template-page-about .about-section .content .container-carousel .cv-carousel .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .page-template-page-about .about-section .content .container-carousel .cv-carousel .item {
    padding-bottom: 30px;
  }
}
.page-template-page-about .about-section .content .container-carousel .cv-carousel .item .year {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.769rem;
  line-height: 1.385;
  letter-spacing: 1px;
  color: #d0d0cf;
  margin-bottom: 10px;
}
.page-template-page-about .about-section .content .container-carousel .cv-carousel .item .title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.923rem;
  line-height: 1.385rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.page-template-page-about .about-section .content .container-carousel .cv-carousel .item .description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.923rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.385rem;
  letter-spacing: 1px;
}

.cli-bar-btn_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .cli-bar-btn_container {
    flex-direction: row;
  }
}
.cli-bar-btn_container a {
  width: 100% !important;
  font-weight: 400 !important;
  text-align: center;
  margin: auto !important;
  padding: 10px;
  font-size: 13pt !important;
}
@media only screen and (min-width: 1024px) {
  .cli-bar-btn_container a {
    margin: 10px !important;
    padding: 8px 25px;
    width: auto !important;
  }
}
.cli-bar-btn_container a#wt-cli-reject-btn {
  background-color: transparent !important;
  text-decoration: underline;
  color: #979797 !important;
}
@media only screen and (min-width: 1024px) {
  .cli-bar-btn_container a#wt-cli-reject-btn {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
.cli-bar-btn_container a#wt-cli-settings-btn {
  text-decoration: underline !important;
  border: none !important;
}

body.error404 #wrapper-navbar {
  position: relative;
}/*# sourceMappingURL=styles.css.map */