@charset "UTF-8";
@font-face {
  font-family: "MuseoSans Condensed";
  font-style: "normal";
  font-weight: "normal";
  src: url("../fonts//museo-sans-condensed-700-webfont.eot");
  src: url("../fonts//museo-sans-condensed-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts//museo-sans-condensed-700-webfont.woff") format("woff"), url("../fonts//museo-sans-condensed-700-webfont.ttf") format("truetype"), url("../fonts//museo-sans-condensed-700-webfont.svg?#webfont") format("svg"), url("../fonts//museo-sans-condensed-700-webfont.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-100";
  font-style: "normal";
  font-weight: "100";
  src: url("../fonts//MuseoSans-100.eot");
  src: url("../fonts//MuseoSans-100.eot?#iefix") format("embedded-opentype"), url("../fonts//MuseoSans-100.woff") format("woff"), url("../fonts//MuseoSans-100.ttf") format("truetype"), url("../fonts//MuseoSans-100.svg?#webfont") format("svg"), url("../fonts//MuseoSans-100.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-500";
  font-style: "normal";
  font-weight: "500";
  src: url("../fonts//MuseoSans-500.eot");
  src: url("../fonts//MuseoSans-500.eot?#iefix") format("embedded-opentype"), url("../fonts//MuseoSans-500.woff") format("woff"), url("../fonts//MuseoSans-500.ttf") format("truetype"), url("../fonts//MuseoSans-500.svg?#webfont") format("svg"), url("../fonts//MuseoSans-500.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-700";
  font-style: "normal";
  font-weight: "700";
  src: url("../fonts//MuseoSans-700.eot");
  src: url("../fonts//MuseoSans-700.eot?#iefix") format("embedded-opentype"), url("../fonts//MuseoSans-700.woff") format("woff"), url("../fonts//MuseoSans-700.ttf") format("truetype"), url("../fonts//MuseoSans-700.svg?#webfont") format("svg"), url("../fonts//MuseoSans-700.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-900";
  font-style: "normal";
  font-weight: "900";
  src: url("../fonts//MuseoSans-900.eot");
  src: url("../fonts//MuseoSans-900.eot?#iefix") format("embedded-opentype"), url("../fonts//MuseoSans-900.woff") format("woff"), url("../fonts//MuseoSans-900.ttf") format("truetype"), url("../fonts//MuseoSans-900.svg?#webfont") format("svg"), url("../fonts//MuseoSans-900.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansCyrl";
  font-style: "normal";
  font-weight: "normal";
  src: url("../fonts//MuseoSansCyrl.eot");
  src: url("../fonts//MuseoSansCyrl.eot?#iefix") format("embedded-opentype"), url("../fonts//MuseoSansCyrl.woff") format("woff"), url("../fonts//MuseoSansCyrl.ttf") format("truetype"), url("../fonts//MuseoSansCyrl.svg?#webfont") format("svg"), url("../fonts//MuseoSansCyrl.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSansCyrl";
  font-style: "normal";
  font-weight: "normal";
  src: url("../fonts//MuseoSansCyrl_0 3.eot");
  src: url("../fonts//MuseoSansCyrl_0 3.eot?#iefix") format("embedded-opentype"), url("../fonts//MuseoSansCyrl_0 3.woff") format("woff"), url("../fonts//MuseoSansCyrl_0 3.ttf") format("truetype"), url("../fonts//MuseoSansCyrl_0 3.svg?#webfont") format("svg"), url("../fonts//MuseoSansCyrl_0 3.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "museosans-500italic";
  font-style: "italic";
  font-weight: "500";
  src: url("../fonts//museosans-500italic.eot");
  src: url("../fonts//museosans-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts//museosans-500italic.woff") format("woff"), url("../fonts//museosans-500italic.ttf") format("truetype"), url("../fonts//museosans-500italic.svg?#webfont") format("svg"), url("../fonts//museosans-500italic.otf") format("opentype");
  font-display: swap;
}
* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


:root{
  --color-primary: #9fb70b;
  --color-secondary: #f5bf27;
  --color-secondary-light: #f6d11e;
  --color-dark: rgb(23 37 63);
  --color-dark-light: rgb(49 64 85);

  font-family: "MuseoSans-500";;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

[hidden] {
  display: none;
}

input,
textarea {
  background-color: transparent;
  border: 0;
}

input[type=button],
input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime],
input[type=email],
input[type=file],
input[type=hidden],
input[type=image],
input[type=month],
input[type=number],
input[type=password],
input[type=radio],
input[type=range],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
.logo,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

a:focus,
input[type=text] {
  outline: 0px;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr,
acronym {
  border: 0 none;
  font-variant: normal;
}

b,
strong {
  font-weight: 700;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

caption,
th {
  text-align: left;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

del,
ins {
  text-decoration: none;
}

em {
  font-style: italic;
}

fieldset,
img,
button {
  border: 0 none;
}

.call {
  margin-right: 56px;
  margin-bottom: 124px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

hr {
  border: 0 none;
  border-top: 1px solid #000000;
  height: 1px;
  margin: 0;
  text-align: left;
  width: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type=button],
input[type=submit] {
  cursor: hand;
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

legend {
  border: 0;
}

mark {
  background: #ff0;
  color: #000;
}

ol {
  list-style: decimal;
}

ol li {
  list-style: decimal outside;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 65%;
  vertical-align: text-top;
  top: -0.5em;
}

sub {
  vertical-align: text-bottom;
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

textarea {
  overflow: auto;
  /* 1 */
  resize: none;
  vertical-align: top;
  /* 2 */
}

textarea {
  box-shadow: 0;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

a {
  cursor: pointer;
}

.fancybox__content {
  background: transparent !important;
}


body{
  overflow-x: hidden;
}


header {
    display: flex;
    height: 120px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.logo {
    background: #ffffff;
    position: relative;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
   
    clip-path: polygon(0 0, 100% 0%, calc(100% - 55px) 100%, 0 100%);
    padding-inline: 0 100px;
    display: flex;
    gap: 100px;
}



.logo img {
  padding-block: 20px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
     
}


.box-skew{
  position: relative;
  width: 100px;
  background: linear-gradient(to bottom left, var(--color-dark-light), var(--color-dark));
  transform: skewX(-25deg);
  min-height: 100px;
}

.box{
  width: 100px;
  height: 100px;
  background: linear-gradient(to bottom left, var(--color-dark-light), var(--color-dark));  min-height: 100px;
}

.box-skew--yellow{
  background: linear-gradient(to bottom left, var(--color-secondary), var(--color-secondary-light));
}

.box-skew--sea{
  background: linear-gradient(to right, #2494a8, #2bc2a1);
}



header{
  & .box-skew--yellow{
    position: absolute;
    top: 70%;
    height: 120px;
    width: 150px;
    left: 0;
  }

  & .skew-lines{
    position: absolute;
    top:130%;
    height: 120px;
    width: 240px;
    left: -30px;
   }
}

@media only screen and (max-width: 1023px) {
  .logo img {
    width: 70%;
  }

  .logo {
    gap: 20px;
  }

  header{
    & .box-skew--yellow{
      top: 70%;
      width: 100px;
      height: 80px;
      min-height: 80px;
      left: 0;
    }

    & .skew-lines{
      top:110%;
      height: 60px;
      width: 120px;
      left: 0px;
    }
  }
}

.banner {
  height: calc(100vh - 100px);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  & .bogota-tu-casa{
    position: absolute;
    top: 60px;
    right: 60px;
  }
}

.banner::after {
  content: "";
  background-image: linear-gradient(340deg, #00000038, transparent);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.banner .content {
  z-index: 2;
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}
.banner .content h2 {
  font-family: "MuseoSans-900";
  color: #FFF;
  font-size: 26px;
  line-height: 25px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .banner .content h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    overflow-x: hidden;
  & .bogota-tu-casa{
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
  }
}
}

.banner .content h2 strong {
  display: block;
  color: #fbb03b;
}
.banner .content .countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-family: "MuseoSans-900";
  padding: 20px;
  border-radius: 10px;
  color: white;
  text-shadow: 0 0 5px #000;
}
.banner .content .time-box {
  text-align: center;
  flex: 1;
}
.banner .content .number {
  font-size: 60px;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .banner .content .number {
    font-size: 30px;
  }
}
.banner .content .label {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}

h1{
  font-size: 2rem;
  color: #fff;
  font-family: "MuseoSans-900";
  text-shadow: 0 0 5px #000;
}


.title-container {
    position: absolute;
    bottom: 20%;
    left: 40%;
    max-width: 900px;
    /* background-color: #ccc; */
    padding: 20px 100px;

    & .box-skew{
      position: absolute;
      z-index: -1;
      top: -25%;
      left: 0;
      width: 100%;
      height: 150%;
      opacity: .9;
      transform: skew(-35deg);
      background: linear-gradient(to right, var(--color-dark-light), #08152d);

    }

    & .skew-lines{
      position: absolute;
      width: 150px;
      top: -60px;
      right: -120px;

      &:last-child{
        right: auto;
        top: auto;
        bottom: -60px;
        left: -120px;
      }
    }
}


@media only screen and (max-width: 1023px) {
  .title-container {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .title-container {
    padding: 20px 40px;
    & .box-skew {
      transform: skew(-25deg);
      top: -10%;
      height: 120%;
    }
  }
}





.btns {
  background-color: #262b44;
  padding: 40px 20px;
}
.btns .container {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.btns a {
  font-size: 19px;
  line-height: 18px;
  background-color: var(--color-primary);
  color: var(--color-dark-light);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "";
  border-radius: 50px;
  padding: 20px 30px;
  font-family: "MuseoSans-900";
  max-width: 300px;
  min-width: 250px;
  width: calc(25% - 60px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btns a img {
  height: 60px;
}
.btns a:hover {
  background-color: #fff;
}


@media only screen and (max-width: 763px) {
  .btns .container {
    flex-direction: column;
    gap: 30px;
  }

  .btns a{
      width: 100%;
      max-width: 100%;
    }
}

section, .container {
  display: flex;
  gap: 0 30px;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 0;
  position: relative;
}

.flex-column{
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

h2{
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

h3{
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1rem;
}

p{
  margin-block: 1rem 2rem;
  text-align: justify;
}

section img {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  section img {
    width: 100%;
  }
}

.section-3{
  position: relative;
  width: 100%;
  max-width: 100%;

  & .container{
    padding: 0;
  }

  & img{
    object-position: center;
    max-height: 300px;
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
  }

  & .txt{
    width: 40%;
  }

  & .box{
    position: absolute;
    left: -20%;
    top: 50%;
    transform: translateY(-50%);
    height: 200px;
    width: 50%;
  }

  & .image{
    width: 60%;
    position: relative;

    & img{
      width: 100%;
    }
    & .box-skew--sea{
      position: absolute;
      right: 100px;
      top: 25px;
      transform: skew(43deg);
      height: 250px;
      width: 60px;
    }
  }
}


@media only screen and (max-width: 1023px) {
  section, .container {
    flex-direction: column;
  }
  section:nth-of-type(3) {
    flex-direction: column-reverse;
  }

  .section-3{
    & .image, & .txt{
      width: 100%;

      & .box-skew--sea {
        position: absolute;
        right: 150px;
        top: 20px;
        transform: skew(48deg);
      }
    }

    & .box{
      top: 100px;
      transform: translateY(0);
    }
  }
}

@media screen and (max-width: 767px) {

  .section-3{
    & .image{
      & .box-skew--sea {
        position: absolute;
        right: 50px;
        top: 10px;
        transform: skew(31deg);
        height: 200px;
        width: 40px;
      }
    }
  }
}

.novedades{
  padding-bottom: 30px;
  & h2, & h3{
    font-weight: 900;
    color: var(--color-dark);
    text-transform: initial;
  }

  & h3{
    text-align: start;
  }
}

.full-width{
  width: 100%;
  max-width: 100%;
}

.cifras{
  background-image: url(src/images/cifras-bg.jpg);
  min-height: 267px;
}

.mapa{
  gap: 20px;
  & h2{
    text-transform: inherit;
    font-weight: 900;
    text-align: start;
    max-width: 600px;
    margin: 0 auto;
  }
}

footer {
  padding-bottom: 20px;
  background-image: linear-gradient(to right, #fafafa, #fff);

  & h3{
    text-align: start;
    text-transform: inherit;
  }

  & .logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 20px;
  }

}
@media only screen and (max-width: 1023px) {
  footer .logos {
    flex-direction: column;
  }
}

.splide img {
  width: 100%;
}/*# sourceMappingURL=styles.css.map */