.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexenddeca/v25/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48MxArA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexenddeca/v25/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cM1ArA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexenddeca/v25/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4rs1ArA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexenddeca/v25/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1ArA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexenddeca/v25/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1ArA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexenddeca/v25/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4LspArA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexenddeca/v25/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4F8pArA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexenddeca/v25/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cMpArA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexenddeca/v25/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4WcpArA.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Lexend Deca", sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
body {
  background: #FFF;
}
.leftward-wrapper {
  background: #FFF;
}
main {
  background: #FFF;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
      }*/
.webpage--bg-black {
  background: #0c1f3b;
}
.degrade {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+27,0.1+27,1+100 */
  background: linear-gradient(to bottom, rgba(12, 31, 59, 0.1) 0%, rgba(12, 31, 59, 0.1) 27%, #0c1f3b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.logo-ce {
  margin-bottom: 0;
}
.logo-ce img {
  width: 110px;
}
.fix {
  padding: 0 ;
}
@media (min-width: 576px) {
  .fix {
    padding: 0 19px;
  }
}
.header--fixed {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.8);
}
.navigation__link {
  font-size: 12px;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .navigation__link {
    font-size: 21px;
    color: #fcf9ee;
  }
}
.navigation__link:hover {
  color: #cbddf7;
}
.header--separator .header__container::before {
  border-bottom: 2px solid #0c1f3b;
}
.contact-btn a {
  color: #0c1f3b;
  padding: 13px 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-btn a .navigation__link-icon {
  position: relative;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(0%);
  display: inline-block;
  padding: 0 10px 0 20px;
}
.contact-btn a .navigation__link-icon svg {
  fill: #0c1f3b !important;
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-btn a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #cbddf7;
}
.contact-btn a:hover .navigation__link-icon svg {
  fill: #cbddf7 !important;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .contact-btn a {
    padding: 0;
    color: #fcf9ee;
  }
  .contact-btn a:hover {
    background: #000;
    color: #FFF;
  }
}
.header-home .navigation__link {
  color: #FFF;
}
.header-home .menu-toggle:before {
  border-top: 2px solid #FFF;
}
.header-home .menu-toggle:after {
  border-top: 2px solid #FFF;
}
.header-home .menu-toggle__line {
  border-top: 2px solid #FFF;
}
.header-home .navigation__link {
  font-size: 12px;
  color: #fcf9ee;
}
@media (max-width: 767px) {
  .header-home .navigation__link {
    font-size: 18px;
    font-weight: 300;
    color: #fcf9ee !important;
  }
}
.header-home .navigation__link:hover {
  color: #cbddf7;
}
.header-home .contact-btn a {
  color: #fcf9ee;
  padding: 13px 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-home .contact-btn a .navigation__link-icon {
  position: relative;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(0%);
  display: inline-block;
  padding: 0 10px 0 20px;
}
.header-home .contact-btn a .navigation__link-icon svg {
  fill: #fcf9ee !important;
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-home .contact-btn a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #cbddf7;
}
.header-home .contact-btn a:hover .navigation__link-icon svg {
  fill: #cbddf7 !important;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .header-home .contact-btn a {
    padding: 0;
    color: #fcf9ee;
  }
  .header-home .contact-btn a:hover {
    background: #000;
    color: #FFF;
  }
}
.nav-derecha {
  align-items: center;
}
@media (max-width: 767px) {
  .nav-derecha {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-canvas {
    background: #0c1f3b;
    display: block;
  }
}
.menu-toggle--opened:before {
  border-top: 2px solid #FFF;
}
.menu-toggle--opened:after {
  border-top: 2px solid #FFF;
}
.vcard {
  padding-top: 400px;
}
.vcard__header {
  margin-bottom: 100px;
}
.vcard__header .vcard__post {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 21px;
  color: #fcf9ee;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .vcard__header .vcard__post {
    font-size: 16px;
  }
}
.vcard__header .vcard__title {
  font-size: 90px;
  font-weight: 300;
  color: #fcf9ee;
}
@media (max-width: 767px) {
  .vcard__header .vcard__title {
    font-size: 42px;
  }
}
.vcard__great {
  font-weight: 300;
}
.about-home {
  padding: 100px 0;
}
.about-home h2 {
  color: #fcf9ee;
  font-size: 55px;
  font-weight: 300;
  line-height: 1em;
}
@media (max-width: 767px) {
  .about-home h2 {
    font-size: 42px;
  }
}
.about-home .lead {
  color: #fcf9ee;
  font-size: 16px;
  font-weight: 300;
}
.about-home .btn {
  margin-top: 35px;
}
.btn {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn .btn__text {
  font-size: 15px;
}
.btn:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line {
  border: 1px solid #000;
  background: #FFF;
}
.btn-line .arrow-link__text {
  color: #000;
}
.btn-line .svg {
  fill: #000;
}
.btn-line-inv {
  border: 1px solid #fcf9ee;
  background: transparent;
  color: #fcf9ee;
}
.btn-line-inv .btn__text {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #fcf9ee;
}
.btn-line-inv .btn__icon svg {
  fill: #fcf9ee !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-inv .svg {
  fill: #fcf9ee !important;
}
.btn-line-inv:hover {
  background: #fcf9ee;
}
.btn-line-inv:hover .btn__icon svg {
  fill: #0c1f3b !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: rotate(45deg);
}
.btn-line-inv:hover .btn__text {
  color: #0c1f3b;
}
.arrow-link.small .arrow-link__text {
  font-size: 16px;
  font-weight: 500;
}
.arrow-link.small svg {
  width: 35px;
  height: 35px;
}
.btn-texto .btn__text {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0c1f3b;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.btn-texto .btn__icon {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-texto .btn__icon svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #0c1f3b !important;
}
.btn-texto:hover .btn__icon svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: rotate(45deg);
}
h2 {
  font-size: 105px;
  font-weight: 500;
  color: #000;
  line-height: 0.95;
}
@media (max-width: 767px) {
  h2 {
    font-size: 42px;
  }
}
.lead {
  font-size: 18px;
  font-weight: 300;
}
.case-studies-home {
  background: #FFF;
  padding: 150px 0 100px;
}
@media (max-width: 767px) {
  .case-studies-home {
    padding: 50px 0;
  }
}
.case-studies-home .js-casestudies {
  margin-top: 60px;
}
.case-studies-home .js-casestudies .slides {
  position: relative;
  height: 600px;
}
.case-studies-home .js-casestudies .slides .slide {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 599px;
  overflow: hidden;
}
.case-studies-home .js-casestudies .slides .slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.case-studies-home .js-casestudies .slides .slide .carta {
  position: absolute;
  top: 34px;
  left: 34px;
  padding: 33px;
  max-width: 350px;
  height: 389px;
  z-index: 6;
}
@media (max-width: 767px) {
  .case-studies-home .js-casestudies .slides .slide .carta {
    bottom: 10px;
    left: 10px;
    top: auto;
    max-width: 280px;
    padding: 20px;
  }
}
.case-studies-home .js-casestudies .slides .slide .carta.celestito {
  background: #000;
  color: #cbddf7;
}
.case-studies-home .js-casestudies .slides .slide .carta.celestito .arrow-link {
  position: absolute;
  bottom: 33px;
  left: 33px;
}
.case-studies-home .js-casestudies .slides .slide .carta.celestito .arrow-link .arrow-link__text {
  color: #cbddf7;
}
.case-studies-home .js-casestudies .slides .slide .carta.celestito .arrow-link svg {
  fill: #cbddf7;
}
.case-studies-home .js-casestudies .slides .slide .carta.gold {
  background: #FFF;
  color: #ccad9f;
}
.case-studies-home .js-casestudies .slides .slide .carta.gold .arrow-link {
  position: absolute;
  bottom: 33px;
  left: 33px;
}
.case-studies-home .js-casestudies .slides .slide .carta.gold .arrow-link .arrow-link__text {
  color: #ccad9f;
}
.case-studies-home .js-casestudies .slides .slide .carta.gold .arrow-link svg {
  fill: #ccad9f;
}
.case-studies-home .js-casestudies .slides .slide .carta.celeste {
  background: #FFF;
  color: #7cb7ff;
}
.case-studies-home .js-casestudies .slides .slide .carta.celeste .arrow-link {
  position: absolute;
  bottom: 33px;
  left: 33px;
}
.case-studies-home .js-casestudies .slides .slide .carta.celeste .arrow-link .arrow-link__text {
  color: #7cb7ff;
}
.case-studies-home .js-casestudies .slides .slide .carta.celeste .arrow-link svg {
  fill: #7cb7ff;
}
.case-studies-home .js-casestudies .slides .slide .carta.black-gold {
  background: #000;
  color: #ffe6b0;
}
.case-studies-home .js-casestudies .slides .slide .carta.black-gold .arrow-link {
  position: absolute;
  bottom: 33px;
  left: 33px;
}
.case-studies-home .js-casestudies .slides .slide .carta.black-gold .arrow-link .arrow-link__text {
  color: #ffe6b0;
}
.case-studies-home .js-casestudies .slides .slide .carta.black-gold .arrow-link svg {
  fill: #ffe6b0;
}
.case-studies-home .js-casestudies .slides .slide .carta h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .case-studies-home .js-casestudies .slides .slide .carta h3 {
    font-size: 28px;
  }
}
.case-studies-home .js-casestudies .slides .slide .carta p {
  font-size: 16px;
  font-weight: 300;
}
.header--fixed {
  display: none;
}
.services-home {
  background: #FFF;
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .services-home {
    padding: 50px 0;
  }
}
.services-home .btn {
  margin-top: 30px;
}
.services-home .cartitas {
  margin-top: 100px;
  position: relative;
  height: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .services-home .cartitas {
    overflow: hidden;
  }
}
.services-home .cartitas .carta {
  position: absolute;
  width: 300px;
  height: 444px;
  padding: 15px;
}
@media (max-width: 767px) {
  .services-home .cartitas .carta {
    width: 250px;
    height: 354px;
  }
}
.services-home .cartitas .carta h4 {
  color: #000;
  font-weight: 700;
  font-size: 33px;
  padding: 15px;
}
@media (max-width: 767px) {
  .services-home .cartitas .carta h4 {
    font-size: 24px;
  }
}
.services-home .cartitas .carta .imagen {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.services-home .cartitas .carta .imagen:before {
  content: "+";
  font-weight: 100;
  color: #000;
  font-size: 36px;
  position: absolute;
  top: -60px;
  left: 15px;
}
.services-home .cartitas .carta .imagen img {
  width: 100%;
  max-width: 270px;
}
@media (max-width: 767px) {
  .services-home .cartitas .carta .imagen img {
    max-width: 220px;
  }
}
.services-home .cartitas .carta.cele {
  background: #7cb7ff;
}
.services-home .cartitas .carta.hueso {
  background: #f9f8f7;
}
.services-home .cartitas .carta.purple {
  background: #cdc5fc;
}
.services-home .cartitas .carta.rojo {
  background: #ff716d;
}
.services-home .cartitas .carta.beije {
  background: #ffe0be;
}
.highlights {
  background: #cbddf7;
  padding: 100px 0 100px;
}
@media (max-width: 767px) {
  .highlights {
    padding: 50px 0;
  }
}
.highlights .novedades {
  margin-top: 97px;
}
.highlights .novedades .imagen {
  text-align: right;
}
.highlights .novedades .imagen img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .highlights .novedades .imagen {
    display: none;
  }
}
.highlights .novedades .articulo {
  position: relative;
  opacity: 0.25;
  padding: 0 100px 40px 0;
}
.highlights .novedades .articulo .date {
  font-weight: 300;
  font-size: 18px;
  color: #000;
}
.highlights .novedades .articulo h4 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .highlights .novedades .articulo h4 {
    font-size: 28px;
  }
}
.highlights .novedades .articulo p {
  display: none;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.highlights .novedades .articulo .flecha {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
}
.highlights .novedades .articulo .flecha svg {
  width: 35px;
  height: 35px;
}
.highlights .novedades .articulo.activo {
  opacity: 1;
}
.highlights .novedades .articulo.activo .flecha {
  display: block;
}
.highlights .novedades .articulo.activo p {
  display: block;
}
footer {
  padding: 100px 0 30px;
  background: #0c1f3b;
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0 20px;
  }
}
footer .logo img {
  width: 120px;
}
@media (max-width: 767px) {
  footer .logo img {
    width: 100px;
  }
}
footer .accesofoot h4 {
  font-weight: 300;
  font-size: 22px;
  color: #fcf9ee;
}
footer .accesofoot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .accesofoot ul li a {
  color: #fcf9ee;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .footer__feedback {
    display: none;
  }
}
footer .direccion {
  font-weight: 300;
  color: #fcf9ee;
  font-size: 14px;
}
footer .direccion a {
  color: #fcf9ee;
}
footer .direccion a:hover {
  color: #FFF;
}
footer h6 {
  color: #FFF;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer h6 {
    margin: 30px 0 20px;
  }
}
footer .cont a {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  footer .cont a {
    font-size: 18px;
  }
}
footer .cont a:hover {
  color: #cbddf7;
}
footer .field input,
footer .field textarea {
  border-bottom: 1px solid #FFF;
  color: #fcf9ee;
  font-weight: 300;
  font-size: 14px;
}
footer .field__hint {
  font-size: 14px;
  font-weight: 300;
}
footer .field input:hover + .field__hint,
footer .field textarea:hover + .field__hint {
  color: #FFF;
}
footer .field--filled .field__hint {
  color: #FFF;
}
footer .footer__feedback-notice {
  font-size: 11px;
  font-weight: 300;
  color: #fcf9ee;
}
footer .footer__feedback-notice a {
  color: #fcf9ee;
  text-decoration: none;
}
footer .post-footer {
  margin-top: 80px;
  border-top: 1px solid #fcf9ee;
  padding: 40px 0;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .post-footer {
    margin-top: 20px;
  }
}
footer .post-footer a {
  color: #FFF;
  display: inline-block;
}
footer .post-footer a:hover {
  color: #7cb7ff;
}
footer .post-footer .sm {
  display: inline-block;
}
footer .post-footer .sm a {
  color: #fcf9ee;
  font-size: 18px;
  margin-left: 20px;
}
footer .post-footer .redes {
  text-align: right;
}
@media (max-width: 767px) {
  footer .post-footer .redes {
    text-align: left;
    padding-top: 20px;
  }
}
.projects-listing {
  padding-top: 250px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.projects-listing .projects-listing__category {
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}
.cele-bg {
  background: #cbddf7;
}
.single-project {
  padding-top: 250px;
}
@media (max-width: 767px) {
  .single-project {
    padding-top: 100px;
  }
}
.project-coso {
  padding: 140px 0;
}
.project-coso .stickers {
  position: relative;
  height: 550px;
  width: 100%;
  display: block;
}
.project-coso .stickers .sticker {
  position: absolute;
  bottom: 0;
  width: 500px;
  height: 500px;
  box-shadow: 1px 1px 20px -2px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 1px 1px 20px -2px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 1px 1px 20px -2px rgba(0, 0, 0, 0.44);
}
.project-coso .stickers .sticker h4 {
  font-size: 100px;
  font-weight: 500;
  position: absolute;
  text-align: right;
  top: 40px;
  right: 40px;
}
.project-coso .stickers .sticker h5 {
  font-size: 33px;
  font-weight: 700;
  position: absolute;
  text-align: right;
  bottom: 40px;
  right: 40px;
}
.project-coso .stickers .sticker.negro {
  background: #000;
  color: #FFF;
}
.project-coso .stickers .sticker.cele {
  background: #cbddf7;
  color: #000;
}
.project-coso .stickers .sticker .imagen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.project-coso .stickers .sticker .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.second-cont {
  padding: 50px 0 150px;
}
@media (max-width: 767px) {
  .second-cont {
    padding: 0 0 50px;
  }
}
.second-cont h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .second-cont h3 {
    font-size: 28px;
  }
}
.proyecto-carrusel {
  margin-bottom: 150px;
}
.proyecto-carrusel .carousel-item {
  width: 100%;
  height: 75vh;
  overflow: hidden;
}
.proyecto-carrusel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.proyecto-carrusel .carousel-indicators {
  bottom: -50px;
}
.proyecto-carrusel .carousel-indicators button {
  width: 80px;
  height: 2px;
  background-color: #000!important ;
}
.frase-project {
  padding: 90px 0 150px;
  font-size: 54px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
@media (max-width: 767px) {
  .frase-project {
    font-size: 36px;
    padding: 50px 0 ;
  }
}
.frase-project span {
  color: #7cb7ff;
}
.single-project__next a:hover {
  color: #7cb7ff;
}
.single-project__next a:hover svg {
  fill: #7cb7ff;
}
.portfolio-prefooter {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .portfolio-prefooter {
    margin-bottom: 50px;
  }
}
.staff figure {
  background: #ffe0be;
  padding: 10px;
}
.staff figure .imagen {
  width: 100%;
  height: 415px;
  overflow: hidden;
}
.staff figure .imagen img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: middle center;
}
.staff figure figcaption {
  padding: 20px;
  text-align: center;
}
.staff figure figcaption h4 {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0px;
}
.staff figure figcaption h5 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.logos .item img {
  width: 100%;
  max-width: 150px;
}
.about-us {
  padding-bottom: 0;
}
.blog-grid {
  margin-top: 150px;
}
.single-post {
  padding: 80px 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .single-post {
    padding: 50px 0;
  }
}
.single-post h2 {
  margin-bottom: 30px;
}
.single-post h3 {
  margin-bottom: 20px ;
}
.single-post h4 {
  margin-bottom: 20px ;
}
.single-post h5 {
  margin-bottom: 20px ;
}
.single-post h6 {
  margin-bottom: 20px ;
}
.single-post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.hero__title {
  text-transform: none;
}
.features {
  padding: 80px 0;
}
.our-services__header--large .our-services__title {
  text-transform: none;
}
.deservicios {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .deservicios {
    margin-bottom: 50px;
  }
}
.discuss-project__wrapper {
  background: #000;
}
.discuss-project__title {
  color: #FFF;
}
.discuss-project .field input,
.discuss-project .field textarea {
  border-bottom: 1px solid #FFF;
  color: #FFF;
}
.discuss-project .field--filled .field__hint {
  color: #FFF;
}
.discuss-project .field--theme-yellow .field__hint {
  color: #FFF;
}
.contact {
  padding: 150px 0 0 0;
}
.contact .contact-section__link a {
  font-size: 28px;
  text-transform: none;
}
.contact .contact-section__link a:hover {
  color: #7cb7ff;
}
.contact .contact-section__address {
  font-size: 18px;
}
.color-cele {
  color: #7cb7ff;
}
.color-rojo {
  color: #ff716d;
}
.color-gold {
  color: #ccad9f;
}
.projects-listing__title {
  width: 50%;
}
@media (max-width: 767px) {
  .projects-listing__title {
    width: 100%;
  }
}
.project-card__image img:hover {
  transform: none;
}
.intro-home {
  background: linear-gradient(to bottom, #fcf9ee 0%, #ffffff 100%);
  padding: 200px 0 80px;
}
.intro-home .about-section__title {
  font-weight: 300;
  font-size: 55px;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .intro-home .about-section__title {
    font-size: 32px;
  }
}
.intro-home .about-section__text {
  font-size: 16px;
  color: #0c1f3b;
  line-height: 1.6em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .intro-home {
    padding: 50px 0;
  }
  .intro-home .about-section__wrapper {
    display: block;
  }
  .intro-home .btn-texto {
    display: block;
    margin-top: 30px;
  }
}
.amenities-home {
  background: #FFF;
}
.amenities-home .amenities-header {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .amenities-home .amenities-header {
    padding-bottom: 30px;
  }
}
.amenities-home .carousel-section__title {
  font-weight: 300;
  font-size: 55px;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .amenities-home .carousel-section__title {
    font-size: 32px;
  }
}
.amenities-home .project-preview__title {
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  color: #0c1f3b;
}
.amenities-home .carousel-card__title {
  font-weight: 300;
}
.amenities-home .carousel__item .project-preview__image img {
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 5s ease;
}
.amenities-home .carousel__item:hover .project-preview__image img {
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 5s ease;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .amenities-home {
    padding: 50px 0;
  }
}
.avanceshome {
  padding-bottom: 170px;
}
@media (max-width: 767px) {
  .avanceshome {
    padding-bottom: 50px;
  }
}
.webpage--bg-black .carousel::before {
  background: #FFF;
}
.unidades-home {
  background: #FFF;
  padding-bottom: 0;
}
.unidades-home .cabeza {
  padding: 50px 0 170px;
}
.unidades-home .cabeza h2 {
  font-weight: 300;
  font-size: 55px;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .unidades-home .cabeza h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .unidades-home .cabeza h2 br {
    display: none;
  }
}
.unidades-home .cabeza p {
  font-weight: 300;
  font-size: 16px;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .unidades-home .cabeza {
    padding: 30px 0 50px;
  }
}
.unidades-home .accordion__item {
  border-top: 2px solid #0c1f3b;
}
.unidades-home .accordion__item:last-child {
  border-bottom: 2px solid #0c1f3b;
}
@media (max-width: 767px) {
  .unidades-home .accordion__item {
    border-top: 1px solid #0c1f3b;
  }
  .unidades-home .accordion__item:last-child {
    border-bottom: 1px solid #0c1f3b;
  }
}
.unidades-home .accordion__item-title {
  font-size: 33px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .unidades-home .accordion__item-title {
    font-size: 24px;
  }
}
.unidades-home .accordion__item-short {
  font-size: 14px;
  font-weight: 300;
  color: #0c1f3b;
}
.unidades-home .accordion__item-text {
  font-size: 14px;
  font-weight: 300;
  color: #0c1f3b;
}
.unidades-home .accordion__item-header::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%230c1f3b' d='M13.5 0v25M25 12.5H0'/%3e%3c/svg%3e");
}
.unidades-home .accordion__item-header--opened::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 25 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%230c1f3b' d='M25 .922H.073'/%3e%3c/svg%3e");
}
.avancescta {
  padding-top: 50px;
}
.article__title {
  font-size: 90px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .article__title {
    font-size: 45px;
  }
}
.article__text {
  font-size: 22px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .article__text {
    font-size: 16px;
  }
}
.service-preview .service-preview__caption {
  background: #0c1f3b;
  color: #fcf9ee;
  text-transform: none;
  font-weight: 300;
  font-size: 33px;
}
@media (max-width: 767px) {
  .service-preview .service-preview__caption {
    font-size: 21px;
    text-align: left;
    padding: 20px;
  }
}
.service-preview .service-preview__image img {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}
.service-preview:hover .service-preview__caption {
  background: #fcf9ee;
  color: #0c1f3b;
}
.service-preview:hover .service-preview__image img {
  transform: scale(1.1);
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}
.single-project .pretit {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #0c1f3b;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-project .pretit {
    font-size: 16px;
  }
}
.single-project .single-project__title {
  font-size: 90px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .single-project .single-project__title {
    font-size: 42px;
  }
}
.single-project .single-project__hero-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  color: #0c1f3b;
}
.single-project .meta__info-item span {
  font-size: 21px;
  font-weight: 300;
  color: #0c1f3b;
}
.single-project .meta__info-item span.valor {
  font-weight: 400;
}
@media (max-width: 767px) {
  .single-project .single-project__services .services-section__image {
    max-width: 100%;
  }
  .single-project .single-project__services .services-section__image img {
    filter: blur(5px);
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .single-project .single-project__services .services-section__menu {
    right: 30px;
  }
}
.single-project .services-section__item {
  font-size: 28px;
  font-weight: 400;
  color: #0c1f3b;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .single-project .services-section__item {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.single-project .services-section__text {
  font-weight: 300;
  color: #0c1f3b;
  font-size: 16px;
  line-height: 1.6em;
}
.single-project .project-other__text {
  font-weight: 300;
  color: #0c1f3b;
  font-size: 16px;
  line-height: 1.6em;
}
.planos {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .planos {
    margin-top: 70px;
  }
}
.planos h2 {
  font-size: 55px;
  font-weight: 300;
  color: #0c1f3b;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .planos h2 {
    font-size: 36px;
  }
}
.planos .accordion__item-title {
  font-size: 33px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .planos .accordion__item-title {
    font-size: 18px;
  }
}
.discuss-project .discuss-project__title {
  font-size: 90px;
  color: #0c1f3b;
  font-weight: 300;
}
.discuss-project .discuss-project__title.subti {
  font-size: 55px;
}
@media (max-width: 767px) {
  .discuss-project .discuss-project__title {
    font-size: 45px;
  }
}
.discuss-project .field input,
.discuss-project .field textarea {
  color: #0c1f3b;
  border-bottom: 1px solid #0c1f3b;
}
.discuss-project .field__hint {
  color: #0c1f3b;
}
.discuss-project .field--filled .field__hint {
  color: #0c1f3b;
}
.discuss-project .btn {
  background: transparent;
}
.discuss-project .btn:hover,
.discuss-project .btn:focus {
  background: #0c1f3b;
}
.contact-section .contact-section__title {
  font-weight: 300;
  color: #0c1f3b;
}
.contact-section .contact-section__address {
  font-weight: 300;
  color: #0c1f3b;
}
.contact-section .contact-section__link {
  font-weight: 300;
  color: #0c1f3b;
  margin-bottom: 10px;
}
.contact-section .contact-section__link a {
  font-weight: 300;
  color: #0c1f3b;
}
.discuss-project .discuss-project__wrapper {
  background: #fcf9ee;
}
.about-us__banner .first-banner__title {
  font-weight: 300;
  color: #fcf9ee;
}
.about-us__banner .first-banner__title span {
  font-size: 21px;
  text-transform: uppercase;
}
.proyecto-section {
  padding-top: 120px;
}
.proyecto-section .cabeza {
  margin-bottom: 120px;
}
.proyecto-section h2 {
  font-weight: 300;
  color: #0c1f3b;
  font-size: 55px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .proyecto-section h2 {
    font-size: 24px;
  }
}
.proyecto-section h3 {
  font-weight: 300;
  font-size: 22px;
  color: #0c1f3b;
  margin-bottom: 40px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .proyecto-section h3 {
    font-size: 18px;
  }
}
.proyecto-section p {
  font-size: 16px;
  font-weight: 300;
  color: #0c1f3b;
}
.cabezale {
  margin: 80px 0 50px;
}
.cabezale h2 {
  font-weight: 300;
  color: #0c1f3b;
  font-size: 55px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cabezale h2 {
    font-size: 24px;
  }
}
.cabezale h4 {
  font-weight: 300;
  color: #0c1f3b;
  font-size: 45px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cabezale h4 {
    font-size: 22px;
  }
}
.cabezale h3 {
  font-weight: 300;
  font-size: 22px;
  color: #0c1f3b;
  margin-bottom: 40px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .cabezale h3 {
    font-size: 18px;
  }
}
.cabezale p {
  font-size: 16px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .galeria-owl {
    margin-bottom: 80px;
  }
}
.galeria-owl .carousel-section {
  padding: 0;
}
.galeria-owl .owl-carousel {
  position: relative;
}
.galeria-owl .owl-carousel .item figure {
  width: 100%;
  height: 80vhpx;
  overflow: hidden;
}
.galeria-owl .owl-carousel .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.galeria-owl .owl-carousel .item figure figcaption {
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}
.galeria-owl .owl-carousel .item figure figcaption span {
  font-weight: 300;
}
.galeria-owl .contenav {
  position: relative;
}
.galeria-owl .owl-nav {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 8;
  text-align: right;
}
@media (max-width: 767px) {
  .galeria-owl .owl-nav {
    position: relative;
    right: auto;
    margin-top: 0;
    z-index: 1;
    text-align: left;
  }
}
.galeria-owl .owl-nav button {
  border: none;
  background: transparent;
}
.galeria-owl .owl-nav .owl-prev img,
.galeria-owl .owl-nav .owl-next img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.galeria-owl .owl-nav .owl-prev:hover,
.galeria-owl .owl-nav .owl-next:hover {
  background: transparent;
}
.galeria-owl .owl-nav .owl-prev:hover img,
.galeria-owl .owl-nav .owl-next:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.partners {
  font-size: 24px;
  font-weight: 300;
  color: #0c1f3b;
}
.partners img {
  margin-right: 90px;
}
.partners .cat {
  margin-bottom: 60px;
}
.blog-grid--masonry h1 {
  font-size: 90px;
  font-weight: 300;
  color: #0c1f3b;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .blog-grid--masonry h1 {
    font-size: 45px;
    margin-bottom: 35px;
  }
}
.blog-grid--masonry .news-card__content {
  background: #fcf9ee;
}
.blog-grid--masonry .news-card__content .news-card__date {
  font-weight: 300;
}
.blog-grid--masonry .news-card__content .news-card__title {
  font-weight: 300;
  color: #0c1f3b;
  line-height: 1.2em;
}
.blog-grid--masonry .news-card__content .news-card__text {
  font-weight: 300;
  font-size: 13px;
}
.blog-grid--post .single-post .single-post__date {
  font-weight: 300;
}
.blog-grid--post .single-post h1 {
  color: #0c1f3b;
  font-weight: 300;
  margin-bottom: 50px;
}
.blog-grid--post .single-post .intro {
  margin-bottom: 40px;
}
.blog-grid--post .single-post a {
  color: #0c1f3b;
  text-decoration: underline;
}
.blog-grid--post .single-post a:hover {
  text-decoration: none;
}
.blog-grid--post .single-post p {
  font-weight: 300;
  color: #0c1f3b;
}
.blog-grid--post .single-post h2 {
  font-size: 33px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .blog-grid--post .single-post h2 {
    font-size: 23px;
  }
}
.blog-grid--post .single-post h3 {
  font-size: 28px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .blog-grid--post .single-post h3 {
    font-size: 21px;
  }
}
.blog-grid--post .single-post h4 {
  font-size: 26px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .blog-grid--post .single-post h4 {
    font-size: 18px;
  }
}
.blog-grid--post .single-post h5 {
  font-size: 24px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .blog-grid--post .single-post h5 {
    font-size: 18px;
  }
}
.blog-grid--post .single-post h6 {
  font-size: 21px;
  font-weight: 300;
  color: #0c1f3b;
}
@media (max-width: 767px) {
  .blog-grid--post .single-post h6 {
    font-size: 18px;
  }
}
.blog-grid--post .single-post .single-post__image {
  width: 100%;
  height: auto;
}
.blog-grid--post .single-post .single-post__image img {
  width: 100%;
}
.contact-section__map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.landing-splitter article {
  height: 70vh;
  position: relative;
  display: block;
}
.landing-splitter article .texto {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.landing-splitter article .texto h3 {
  font-size: 55px;
  font-weight: 300;
  color: #FFF;
  line-height: 1em;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .landing-splitter article .texto h3 {
    font-size: 32px;
  }
}
.landing-splitter article .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .landing-splitter article .cover {
    opacity: 0.5;
  }
}
.landing-splitter article .cover.oscu {
  background: #0c1f3b;
}
@media (max-width: 767px) {
  .landing-splitter article .cover.oscu {
    background: #000;
  }
}
.landing-splitter article .cover.clarito {
  background: #7cb7ff;
}
@media (max-width: 767px) {
  .landing-splitter article .cover.clarito {
    background: #000;
  }
}
.landing-splitter article .imagen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.landing-splitter article .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.landing-splitter article:hover .cover {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.paland1 {
  border: none;
  padding-bottom: 230px;
}
@media (max-width: 767px) {
  .paland1 {
    padding-bottom: 60px;
  }
}
.paland2 {
  margin-bottom: 20px;
}
.brochure-btn a {
  color: #0c1f3b;
  background: transparent!important;
  padding: 18px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brochure-btn a .btn__text {
  text-transform: uppercase;
}
.brochure-btn a .btn__icon {
  position: relative;
  width: 13px;
  height: 13px;
  transform: rotate(0deg);
  display: inline-block;
  padding: 0 30px 0 0;
}
.brochure-btn a .btn__icon svg {
  fill: #0c1f3b !important;
  transform: rotate(90deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brochure-btn a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000;
}
.brochure-btn a:hover .btn__text {
  color: #000;
}
.brochure-btn a:hover .btn__icon svg {
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .brochure-btn a {
    padding: 0;
    color: #fcf9ee;
  }
  .brochure-btn a:hover {
    background: #000;
    color: #FFF;
  }
}
.elwhats {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 80px;
  height: 80px;
}
.elwhats img {
  width: 100%;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #333;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
