/*
  [CSS Index]
  
  ---
  
  Template Name: Symplex - Under Construction Template
  Author:  ex-nihilo
  Version: 1.0
*/


/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
    1.2. sections IMG BACKGROUND
    1.3. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND
    1.4. swiper parallax IMG BACKGROUND
    1.5. works IMG gallery carousel IMG BACKGROUND
  2. reset
  3. layout
  4. section
    4.1. halves
	4.2. section title
    4.3. section txt wrapper
    4.4. section wrapper
  5. hero
    5.1. hero container
    5.2. hero bg
    5.3. hero fullscreen FIX
  6. home section
    6.1. logo
    6.2 navigation
    6.3. bottom credits
    6.4. countdown
    6.5. newsletter panel
    6.6. newsletter launcher/closer
    6.7. newsletter form
    6.8. the button
  7. overlay
  8. center container
  9. preloader
  10. to top arrow
  11. videos
    11.1. YouTube video
    11.2. Vimeo video
    11.3. HTML5 video
  12. works section
  13. ken burns slideshow
  14. Slick v1.6.0 CUSTOM
  15. fullPage v2.9.4 CUSTOM
  16. Owl Carousel v2.2.0 CUSTOM
  17. Magnific Popup v1.1.0 CUSTOM
  18. Swiper v3.4.2 CUSTOM
  19. divider
*/

/*PERSONALIZADO*/

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

.centerFlex {
	                  display: flex;    align-items: center;   justify-content: center; 

}
/*boton 404*/
.button {
  height: 50px;
  width: 200px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  border: 2px solid #252525;
  overflow: hidden;
  border-radius: 10px;
  color: #333;
  transition: all 0.5s ease-in-out;
}

.btn-txt {
  z-index: 1;
  font-weight: 800;
  letter-spacing: 4px;
}

.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: #333;
  border-radius: 10px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}

.button:hover {
  box-shadow: 1px 1px 200px #252525;
  background-color: #000 !important;
  border: none;
}

.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}

.logo-container {
  height: 150px;
  background: #000;
  display: flex;
  align-items: start;
  margin-left: 30px;
}

@media only screen and (max-width: 995px) {
  .section-logo-container {
    display: none;
  }
}



.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-8 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col-4 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

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

.container-custom {
  width: 80%;
  padding-right: 2%;
  padding-left: 10%;
  margin-top: 100px;
  margin-bottom: 40px;

}

@media (max-width: 995px) {
  .container-custom {
    width: 100%;
    padding: 30px 20px;
    margin-right: auto;
    margin-top: 0;
    margin-left: auto;
    overflow-x: hidden
  }


}


.container-center {
  width: 80%;
  padding-left: 10%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 95%;
    margin-right: 20%;
  }
}

.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;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #465051;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  /*margin: 20px;*/
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  text-align: left;
  font-family: 'Oswald';
  text-transform: uppercase;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text {
  /*margin-left: 20px;
  margin-bottom: 20px;*/
  text-align: left;
  font-family: 'Oswald';
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/*pagination*/
.pagination {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

}

.pagination li {

  display: inline-block;
}

.pagination span,

.pagination a {
  color: white !important;
  background-color: #465051;
  padding: 7px 14px;
  border-radius: 50%;
  text-decoration: none;
  margin: 6px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.pagination .current {
  background: #ba22ec;
}

.pagination a:hover {
  background: #ba22ec;
}

.pagination a:focus {
  background-color: #ba22ec;
  outline: 0;
  box-shadow: none;
}



/*BOOTSTRAP*/
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}


.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}



/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
  background-image: url(../img/background/SINGLE-bg.jpg);
}


/* 1.2. sections IMG BACKGROUND */
.bg-img-about {
  background-image: url(../img/background/bg-img-about.jpg);
}

.bg-img-services {
  background-image: url(../img/background/bg-img-services.jpg);
}

.bg-img-contact {
  background-image: linear-gradient(45deg, #000000, #1f061d);

}


/* 1.3. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
  background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2,
.kenburns-slide-2 {
  background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3,
.kenburns-slide-3 {
  background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4,
.kenburns-slide-4 {
  background-image: url(../img/background/hero-bg-4.jpg);
}


/* 1.4. swiper parallax IMG BACKGROUND */
.swiper-slide-parallax-bg {
  background-image: url(../img/background/parallax-bg.jpg);
}


/* 1.5. works IMG gallery carousel IMG BACKGROUND */
.works-page-carousel-item-1 {
  background-image: url(../img/works/works-page-img-carousel-item-1.jpg);
}

.works-page-carousel-item-2 {
  background-image: url(../img/works/works-page-img-carousel-item-2.jpg);
}

.works-page-carousel-item-3 {
  background-image: url(../img/works/works-page-img-carousel-item-3.jpg);
}

.works-page-carousel-item-4 {
  background-image: url(../img/works/works-page-img-carousel-item-4.jpg);
}


/* 2. reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  line-height: 170%;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

*:focus {
  outline: none;
}


/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}


/* IE10 scrollbar FIX */
html {
  -ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

p a,
p a:hover {
  color: #5f5f5f;
  text-decoration: none;
  outline: none;
  font-weight: 700;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

strong {
  font-weight: bold;
}

::-moz-selection {
  background: #5f5f5f;
  color: #fff;
}

::selection {
  background: #5f5f5f;
  color: #fff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


/* 4. section */
.sections {
  position: relative;
  z-index: 5;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.section {
  overflow: hidden;
}


/* 4.1. halves */
.halves {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
}

@media only screen and (max-width: 995px) {
  .halves {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

.half {
  min-height: 350px;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

@media all and (min-width: 1920px) {
  .half {
    height: 100vh;
  }
}

@media only screen and (max-width: 995px) {
  .half {
    min-height: 350px;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.half-first,
.half-second-pull {
  background: none;
}

.half-second-pull {
  position: relative;
  margin: 0 0 0 -100%;
}

@media only screen and (max-width: 995px) {
  .half-second-pull {
    margin: 0;
  }
}

.half-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.half-container-inner {
  position: relative;
  width: 100%;
  height: 100vh;
}


/* 4.2. section title */
.section-title-inner {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  /* letter-spacing: -0.08em; */
  /*overflow: hidden;*/
  margin: 0 20px;
}

.section-title-center {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center !important;
  text-transform: uppercase;
  line-height: 1;
  /* letter-spacing: -0.08em; */
  /*overflow: hidden;*/
  margin: 0 20px;
}

.section-title-inner.section-title-inner-home {
  font-size: 100px;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-home {
    font-size: 180px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-title-inner.section-title-inner-home {
    font-size: 100px;
    /* letter-spacing: -0.04em; */
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-home {
    font-size: 90px;
  }
}

@media only screen and (max-width: 880px) {
  .section-title-inner.section-title-inner-home {
    font-size: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-home {
    font-size: 70px;
  }
}

.section-title-inner.section-title-inner-services-works {
  font-size: 100px;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-services-works {
    font-size: 130px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-title-inner.section-title-inner-services-works {
    font-size: 90px;
    /* letter-spacing: -0.04em; */
  }
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-services-works {
    font-size: 80px;
  }
	  .section-title-inner.section-title-inner-about-contact {
    font-size: 80px;
  }
}

@media only screen and (max-width: 880px) {
  .section-title-inner.section-title-inner-services-works {
    font-size: 70px;
  }
	  .section-title-inner.section-title-inner-about-contact {
    font-size: 70px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-services-works {
    font-size: 60px;
  }
  .section-title-inner.section-title-inner-about-contact {
    font-size: 60px;
  }
}

.section-title-inner.section-title-inner-about-contact {
  font-size: 100px;
  line-height: 1.2;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-about-contact {
    font-size: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-inner.section-title-inner-about-contact {
    font-size: 25px;
  }
}

.section-title-inner.section-title-inner-newsletter {
  font-size: 40px;
}

@media all and (min-width: 1920px) {
  .section-title-inner.section-title-inner-newsletter {
    font-size: 60px;
  }
}

.section-title-inner.section-title-inner-dark {
  color: #fff;
  background: #000;
  mix-blend-mode: darken;
}

@media only screen and (max-width: 995px) {
  .section-title-inner.section-title-inner-dark {
    color: #fff;
    background: none;
    mix-blend-mode: normal;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
  }
}

.section-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: none;
  z-index: 1;
}

.send-email {
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
}

a.send-email,
a.send-email:hover,
a.send-email:visited,
a.send-email:active,
a.send-email:focus {
  color: #fff;
  text-decoration: none;
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
}


/* 4.3. section txt wrapper */
.txt-wrapper-left {
  position: relative;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  overflow: hidden;
}

@media all and (min-width: 1920px) {
  .txt-wrapper-left {
    width: 40%;
  }
}

@media only screen and (max-width: 1200px) {
  .txt-wrapper-left {
    width: 50%;
  }
}

@media only screen and (max-width: 995px) {
  .txt-wrapper-left {
    width: 100%;
  }
}

.txt-wrapper-right {
  position: relative;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0;
  overflow: hidden;
}

@media all and (min-width: 1920px) {
  .txt-wrapper-right {
    width: 40%;
    left: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .txt-wrapper-right {
    width: 50%;
    left: 50%;
  }
}

@media only screen and (max-width: 995px) {
  .txt-wrapper-right {
    width: 100%;
    left: 0;
  }
}


/* 4.4. section wrapper */
.section-dark {
  color: #fff;
  background: #000;
  mix-blend-mode: darken;
}

@media only screen and (max-width: 995px) {
  .section-dark {
    color: #fff;
    background: none;
    mix-blend-mode: normal;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
  }
}

.the-wrapper {
  position: absolute;
  top: 0;
  right: 130px;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 995px) {
  .the-wrapper {
    position: relative;
    right: 0;
  }
}


/* 5. hero */
/* 5.1. hero container */
.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}


/* 5.2. hero bg */
.hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* 5.3. hero fullscreen FIX */
.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}


/* 6. home section */
/* 6.1.  */
.logo {
  position: fixed;
  display: inline-block;
  top: 0px;
  left: 30px;
  line-height: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  cursor: pointer;
  z-index: 98;
}

@media only screen and (max-width: 995px) {
  .logo {
    position: absolute;
    right: auto;
    left: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .logo {
    top: 25px;
    right: auto;
    left: 25px;
  }
}


/* 6.2 navigation */
body::before {
  content: "";
  visibility: hidden;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  -ms-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  -o-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: rgba(0, 0, 0, .7);
  z-index: 10;
}

.navHover::before {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navbar {
  position: fixed;
  width: 130px;
  height: 100%;
  right: 0;
  top: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 14px;
  /*padding-top: 50px;*/
  padding-top: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #000;
  z-index: 15;
}

@media only screen and (max-width: 995px) {
  .navbar {
    display: none;
    visibility: hidden;
  }
}

.navbar nav ul {
  margin: auto;
  padding: 0;
}

.navbar nav ul li {
  display: block;
  list-style: none;
  padding: 0;
}

.navbar nav ul li a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 10px 13px;
  color: #fff;
}

@supports (-moz-appearance:none) {
  .navbar nav ul li a {
    padding: 15px 0 15px 53px;
  }
}

.navbar nav ul li a div {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  -ms-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  -o-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  writing-mode: vertical-lr;
  margin: auto;
}

.navbar nav ul li a:hover div {
  -webkit-transform: translateX(3.125vw) rotate(360deg);
  -moz-transform: translateX(3.125vw) rotate(360deg);
  -ms-transform: translateX(3.125vw) rotate(360deg);
  -o-transform: translateX(3.125vw) rotate(360deg);
  transform: translateX(3.125vw) rotate(360deg);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.navbar nav ul li a::after {
  content: attr(data-text);
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  -ms-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  -o-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
  font-size: 90px;
  line-height: 60px;
}

.navbar nav ul li a:hover::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.navbar nav ul li:first-child a {
  padding-top: 20px;
}

.navbar nav ul li:last-child a {
  padding-bottom: 0;
}


/* 6.3. bottom credits */
.bottom-credits {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 50px;
  bottom: 47px;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  z-index: 1002;
}

@media only screen and (max-width: 640px) {
  .bottom-credits {
    left: 25px;
    bottom: 23px;
    font-size: 8px;
  }
}

@media only screen and (max-width: 480px) {
  /*.bottom-credits {
     display: none;
	visibility: hidden; 
  }*/
}

.bottom-credits a,
.bottom-credits a:hover {
  color: #fff;
  text-decoration: none;
}


/* 6.4. countdown */
.countdown-wrapper {
  position: absolute;
  right: 49px;
  bottom: 43px;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .countdown-wrapper {
    right: 24px;
    bottom: 19px;
  }
}

#countdown {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 2px #111;
}

@media only screen and (max-width: 640px) {
  #countdown {
    font-size: 17px;
  }
}


/* 6.5. newsletter panel */
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .7);
  cursor: crosshair;
  overflow: hidden;
  z-index: 99998;
}

#panel-newsletter {
  position: fixed;
  display: none;
  width: 100%;
  height: 395px;
  bottom: 0;
  background: #000;
  z-index: 99999;
}

@media all and (min-width: 1920px) {
  #panel-newsletter {
    height: 410px;
  }
}

@media only screen and (max-width: 995px) {
  #panel-newsletter {
    height: 395px;
  }
}

@media only screen and (max-width: 640px) {
  #panel-newsletter {
    height: 100%;
  }
}

.panel-all {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.panel-all-inner {
  position: absolute;
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
  height: -webkit-calc(100% - 140px);
  height: -moz-calc(100% - 140px);
  height: calc(100% - 140px);
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media only screen and (max-width: 640px) {
  .panel-all-inner {
    overflow-y: auto;
  }
}

.panel-all-subtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #999;
  background: none;
  margin: -3px auto 0 auto;
}


/* 6.6. newsletter launcher/closer */
.newsletter-launcher,
.newsletter-closer {
  position: absolute;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: none;
  border: none;
  width: auto;
  height: 48px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  z-index: 100;
}

.newsletter-launcher {
  margin-top: -36px;
  right: -21px;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  text-shadow: 1px 1px 2px #111;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .newsletter-launcher {
    right: -46px;
  }
}

.newsletter-launcher span {
  color: #fff;
  padding-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.newsletter-closer {
  position: absolute;
  color: #fff;
  margin-top: -24px;
  right: 38px;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .newsletter-closer {
    right: 13px;
  }
}


/* 6.7. newsletter form */
#subscribe-wrapper {
  position: relative;
  width: auto;
  height: 135px;
  margin: -9px auto 0 auto;
  background: none;
  text-align: center;
  z-index: 1;
}

.newsletter {
  position: relative;
  clear: both;
  border: none;
  background: none;
  padding: 0;
  overflow: hidden;
  margin: 10px 0 0 0;
}

#subscribe input {
  position: relative;
  width: 177px;
  height: 47px;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 10px 0 7px 0;
  bottom: 25px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
  #subscribe input {
    width: 217px;
  }
}

#subscribe input:focus,
#subscribe textarea:focus {
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#subscribe input:hover {
  border-color: rgba(255, 38, 74, .5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.subscribe-success {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#subscribe .subscribe-error {
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

input[type="text"].subscribe-email::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

input[type="text"].subscribe-email:-ms-input-placeholder {

  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

input[type="text"].subscribe-email::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

input:focus.subscribe-email::-webkit-input-placeholder {
  color: transparent;
}

input:focus.subscribe-email:-ms-input-placeholder {
  color: transparent;
}

input:focus.subscribe-email::-moz-placeholder {
  color: transparent;
}

input:focus.subscribe-email:-moz-placeholder {
  color: transparent;
}


/* 6.8. the button */
.the-button-wrapper {
  position: relative;
  width: 165px;
  height: auto;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
}

@media all and (min-width: 1920px) {
  .the-button-wrapper {
    width: 205px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .the-button-wrapper {
    width: 165px;
    margin: 0 auto;
  }
}

.the-button {
  position: relative;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.10em;
  color: #fff;
  background: none;
  padding: 10px 40px 0 40px;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

@media all and (min-width: 1920px) {
  .the-button {
    font-size: 12px;
    letter-spacing: 0.25em;
  }
}

@media only screen and (max-width: 640px) {
  .the-button {
    font-size: 10px;
    letter-spacing: 0.10em;
  }
}

.the-button:hover:before {
  width: 100%;
}

.the-button:hover:after {
  width: 100%;
}

.the-button::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 38px;
  top: -2px;
  left: -6px;
  border: 1px solid #fff;
  border-right: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
  .the-button::before {
    width: 20px;
    height: 47px;
    top: -5px;
  }
}

@media only screen and (max-width: 640px) {
  .the-button::before {
    width: 15px;
    height: 38px;
    top: -2px;
  }
}

.the-button::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 38px;
  top: -2px;
  right: -6px;
  border: 1px solid #fff;
  border-left: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
  .the-button::after {
    width: 20px;
    height: 47px;
    top: -5px;
  }
}

@media only screen and (max-width: 640px) {
  .the-button::after {
    width: 15px;
    height: 38px;
    top: -2px;
  }
}

.the-button-submit {
  width: 165px;
  top: -19px;
  border: none;
}

@media all and (min-width: 1920px) {
  .the-button-submit {
    width: 205px;
    border: none;
  }
}

@media only screen and (max-width: 640px) {
  .the-button-submit {
    width: 165px;
    top: -19px;
  }
}


/* 7. overlay */
.overlay::before,
.overlay-video::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.overlay::before {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.overlay-video::before {
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
}

.overlay-dark-20::before {
  background: rgba(0, 0, 0, .2);
}

.overlay-inverse-dark-45::before {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .15) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .15) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}


/* 8. center container */
.center-container {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: none;
}

.center-block {
  display: table-cell;
  vertical-align: middle;
}

.center-container-all {
  position: absolute;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 1;
}

.center-block-all {
  display: table-cell;
  vertical-align: middle;
}


/* 9. preloader */
.preloader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 999999;
}

#preloader {
  position: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 999999;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, .15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, .75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* 10. to top arrow */
.to-top-arrow {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #111;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
    right: 25px;
    bottom: 25px;
  }
}


/* 11. videos */
/* 11.1. YouTube video */
.YT-bg {
  display: none;
}

@media only screen and (max-width: 880px) {
  .YT-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/YT-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* uncomment the following to show an image for mobile devices */
    /* display: block; */
  }
}

#videoContainment {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 0;
}

#videoContainmentPost {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: none;
  z-index: -1;
}


/* 11.2. Vimeo video */
.vimeo-bg {
  display: none;
}

@media only screen and (max-width: 880px) {
  .vimeo-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/vimeo-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* uncomment the following to show an image for mobile devices */
    /* display: block; */
  }

  #vimeo-videoContainment {
    display: none;
  }
}

#vimeo-videoContainment {
  position: absolute;
  display: block;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 0;
}

#vimeo-videoContainment iframe,
#vimeo-videoContainment object,
#vimeo-videoContainment embed {
  border: none;
}


/* 11.3. HTML5 video */
.html5-bg {
  display: none;
}

@media only screen and (max-width: 880px) {
  .html5-bg {
    position: relative;
    height: 100%;
    background-image: url(../img/background/html5-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* uncomment the following to show an image for mobile devices */
    /* display: block; */
  }
}

.html5-videoContainment {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}


/* 12. works section */
.works-page-carousel-item {
  position: relative;
  width: 100%;
  height: 750px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.item-grid-size {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}

.item {
  position: relative;
  margin-bottom: 0;
  float: left;
}

.item:after {
  content: "";
  display: block;
  clear: both;
}

.item-wh {
  width: 100%;
  height: auto;
}

.item:hover .link-wrap {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  cursor: pointer;
}

.item:hover .link-wrap span:before,
.item:hover .link-wrap span:after {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.item:hover .link-wrap span:nth-child(1):before,
.item:hover .link-wrap span:nth-child(1):after {
  width: 15px;
}

.item:hover .link-wrap span:nth-child(2):before,
.item:hover .link-wrap span:nth-child(2):after {
  height: 15px;
}

.link-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.link-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.link-wrap span:before,
.link-wrap span:after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.link-wrap span:nth-child(1):before,
.link-wrap span:nth-child(1):after {
  width: 50%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}

.link-wrap span:nth-child(1):before {
  right: 50%;
}

.link-wrap span:nth-child(1):after {
  left: 50%;
}

.link-wrap span:nth-child(2):before,
.link-wrap span:nth-child(2):after {
  width: 2px;
  height: 50%;
  left: 50%;
  margin-left: -1px;
}

.link-wrap span:nth-child(2):before {
  bottom: 50%;
}

.link-wrap span:nth-child(2):after {
  top: 50%;
}


/* 13. ken burns slideshow */
.kenburns-slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  background: #000;
}

.kenburns-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
  animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4 {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kenburns-slide-1 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.kenburns-slide-2 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}

.kenburns-slide-3 {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -ms-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.kenburns-slide-4 {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -ms-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

@-moz-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

@-o-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}

@keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
}


/* 14. Slick v1.6.0 CUSTOM */
.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  perspective: 2000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-fullscreen-slideshow-zoom-fade {
  position: relative;
  width: 100%;
  height: auto;
}


/* slick fullscreen slideshow */
.slick-fullscreen-img-fill {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.slick-fullscreen-img-fill img {
  position: relative;
  display: inline-block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
  height: 100vh;
  background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
  position: relative;
  width: auto;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slick-fullscreen .slick-dots,
.slick-fullscreen-slideshow .slick-dots,
.slick-fullscreen-slideshow-zoom-fade .slick-dots {
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, .25);
  list-style-type: none;
}

.slick-fullscreen .slick-dots li button,
.slick-fullscreen-slideshow .slick-dots li button,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li button {
  display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-slideshow .slick-dots li,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li {
  position: absolute;
  float: left;
  width: 0;
  height: 5px;
  left: -5px;
  background: #fff;
}

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-slideshow .slick-dots li.slick-active,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li.slick-active {
  width: 100%;
  -webkit-animation: progressDots 4s both;
  -moz-animation: progressDots 4s both;
  -ms-animation: progressDots 4s both;
  -o-animation: progressDots 4s both;
  animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes progressDots {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.slick-fullscreen,
.slick-fullscreen-slideshow,
.slick-fullscreen-slideshow-zoom-fade {
  background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow .slick-slide,
.slick-fullscreen-slideshow-zoom-fade .slick-slide {
  display: none;
  float: left;
  height: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}


/* slick fullscreen slideshow ZOOM/FADE transition */
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/* 15. fullPage v2.9.4 CUSTOM */
@media only screen and (max-width: 995px) {
  #fullpage {
    overflow-x: hidden;
  }
}

#fp-nav.right,
#fp-nav.left {
  z-index: -1 !important;
  display: none;


  visibility: hidden;
}


/* 16. Owl Carousel v2.2.0 CUSTOM */
.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -29px;
  width: 60px;
  height: 60px;
  line-height: normal;
  font-size: 11px;
  padding-top: 23px;
  color: #111;
  text-align: center;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: visible;
}

.owl-prev {
  left: -50px;
  padding-left: 21px;
}

.owl-next {
  right: -50px;
  padding-right: 21px;
}

.owl-prev:before,
.owl-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 66%;
  height: 66%;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-prev:before {
  left: 85px;
  top: 9px;
}

@media only screen and (max-width: 640px) {
  .owl-prev:before {
    left: 60px;
  }
}

.owl-next:before {
  right: 85px;
  top: 9px;
}

@media only screen and (max-width: 640px) {
  .owl-next:before {
    right: 60px;
  }
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
  position: relative;
}

.owl-prev .owl-custom {
  position: relative;
  left: 64px;
}

@media only screen and (max-width: 640px) {
  .owl-prev .owl-custom {
    left: 39px;
  }
}

.owl-next .owl-custom {
  position: relative;
  right: 64px;
}

@media only screen and (max-width: 640px) {
  .owl-next .owl-custom {
    right: 39px;
  }
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: 0 none;
  -moz-transition: 0 none;
  -ms-transition: 0 none;
  -o-transition: 0 none;
  transition: 0 none;
}

.owl-prev:hover:before,
.owl-next:hover:before,
.owl-prev:active:before,
.owl-next:active:before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel:hover .owl-prev {
  left: -35px;
}

.owl-carousel:hover .owl-next {
  right: -35px;
}


/* 17. Magnific Popup v1.1.0 CUSTOM */
.mfp-arrow-left:after {
  font-family: "Ionicons";
  content: "\f124";
  font-size: 18px;
  color: #fff;
  margin-top: 22px;
}

.mfp-arrow-right:after {
  font-family: "Ionicons";
  content: "\f125";
  font-size: 18px;
  color: #fff;
  margin-top: 22px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
  border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
  border-left: none;
}

.mfp-title {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.popup-gallery-slider a:visited,
.popup-gallery-slider a:active,
.popup-gallery-slider a:focus {
  color: #fff;
}

.popup-gallery-slider a:hover {
  color: #000;
}


/* 18. Swiper v3.4.2 CUSTOM */
.swiper-container {
  position: absolute;
  width: 100%;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* swiper parallax */
.parallax .swiper-button-next,
.parallax .swiper-button-prev {
  display: block;
  visibility: visible;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: none;
  visibility: hidden;
}

.parallax a,
.parallax a:hover {
  color: #fff;
}

.parallax .swiper-container {
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
}

.parallax .swiper-slide {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.parallax .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* 19. divider */
.inner-divider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}

.inner-divider {
  height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider {
    height: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider {
    height: 50px;
  }
}

.hero-header::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, .6); */
}


.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}


@media screen and (max-width: 996px) {
  .navbar-toggle-btn {
    display: block !important;
  }
}

/* Estilos del botón de hamburguesa */
.navbar-toggle-btn {
  display: none;
  background: #000;
  border: none;
  padding: 10px;
  cursor: pointer;
  align-items: end;
}

.navbar-toggle-icon {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #8311a9;
  position: relative;
  transition: background-color 0.3s;
}

.navbar-toggle-icon::before,
.navbar-toggle-icon::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.3s;
}

.navbar-toggle-icon::before {
  top: -8px;
}

.navbar-toggle-icon::after {
  top: 8px;
}

/* Estilos del menú desplegable en pantallas pequeñas */
.navbar-mobile {
  display: none;
  position: fixed;
  top: 0;
  /*right: 0;*/
  bottom: 0;
  width: 200px;
  background-color: #000;
  padding: 20px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .20s ease-in-out;
}

.navbar-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 45px;
}

.navbar-mobile li {
  margin-bottom: 15px;
}

/* Mostrar el menú desplegable al hacer clic en el botón de hamburguesa */
.navbar-mobile.active {
  display: block;
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .20s ease-in-out;
}

.navbar-mobile ul li a {
  color: #fff;
}



/* Page Productos */

/******* Fonts Import Start **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
/* * {
  margin: 0px;
  padding: 0px;
} */
.game-section body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.game-section .clear {
  clear: both;
}

.game-section img {
  max-width: 100%;
  border: 0px;
}

.game-section ul,
.game-section ol {
  list-style: none;
}

.game-section a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.game-section a:focus,
.game-section a:active,
.game-section a:visited,
.game-section a:hover {
  text-decoration: none;
  outline: none;
}

.game-section a:hover {
  color: #e73700;
}

.game-section h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.game-section h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
}

.game-section button {
  outline: none !important;
}

/******* Common Element CSS End *********/

/* -------- title style ------- */
.game-section .line-title {
  position: relative;
  width: 400px;
}

.game-section .line-title::before,
.game-section .line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}

.game-section .line-title::before {
  width: 100%;
  background: #f2f2f2;
}

.game-section .line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  padding: 0px;
}

.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}

.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  top: -54px;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}

.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  .game-section h2 {
    margin-bottom: 32px;
  }

  .game-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }

  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }

  .game-section .item.active {
    width: 400px;
  }

  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .game-section h2 {
    margin-bottom: 32px;
  }

  .game-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .game-section .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }

  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }

  .game-section .item.active {
    width: 360px;
  }

  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  .game-section {
    font-size: 14px;
  }

  .game-section h2 {
    margin-bottom: 20px;
  }

  .game-section h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }

  .game-section .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }

  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }

  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }

  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

.parrafo-sobre-nosotros {
  margin-bottom: 30px;
}

.imagen-about-us img {
  width: 100% !important;
  object-fit: cover;
  height: fit-content;
  border-radius: 20px;
}

/*? Card Hovers */

:root {
  --cover-timing: 0.5s;
  --cover-ease: cubic-bezier(0.66, 0.08, 0.19, 0.97);
  --cover-stagger: 0.15s;
  --text-timing: 1.25s;
  --text-stagger: 0.015s;
  --text-ease: cubic-bezier(0.38, 0.26, 0.05, 1.07);
  --title-stagger: 0.05s;
  --highlight: white;
}

.card-productos {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.75;
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  box-shadow: rgba(255, 255, 255, 0.3) 0 5vw 6vw -8vw, rgba(255, 255, 255, 0) 0 4.5vw 5vw -6vw, rgba(50, 50, 80, 0.5) 0px 4vw 8vw -2vw, rgba(0, 0, 0, 0.8) 0px 4vw 5vw -3vw;
  transition: box-shadow 1s var(--cover-ease);
}

.card-productos>* {
  z-index: 2;
}

.card-productos img {
  z-index: 0;
  transition: all 0.8s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}

.card-productos::before,
.card-productos::after {
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  transform-origin: left;
  transform: scaleX(0);
  transition: all var(--cover-timing) var(--cover-ease);
  z-index: 1;
}

.card-productos::after {
  transition-delay: var(--cover-stagger);
  top: 50%;
}

.card-productos:hover,
.card-productos:focus {
  box-shadow: white 0 5vw 6vw -9vw, var(--highlight) 0 5.5vw 5vw -7.5vw, rgba(50, 50, 80, 0.5) 0px 4vw 8vw -2vw, rgba(0, 0, 0, 0.8) 0px 4vw 5vw -3vw;
}

.card-productos:hover::before,
.card-productos:focus::before,
.card-productos:hover::after,
.card-productos:focus::after {
  transform: scaleX(1);
}

.card-productos:hover h2,
.card-productos:focus h2,
.card-productos:hover p,
.card-productos:focus p,
.card-productos:focus h3,
.card-productos:hover h3,
.card-productos:focus .read-more,
.card-productos:hover .read-more {
  opacity: 1;
  transform: translateY(0);
  color: inherit;
}

.card-productos:hover h2,
.card-productos:focus h2 {
  transition-delay: calc(0.1s + var(--char-index) * var(--title-stagger));
}

.card-productos:hover p,
.card-productos:focus p {
  transition-delay: calc(0.1s + var(--word-index) * var(--text-stagger));
}

.card-productos:hover h3,
.card-productos:focus h3 {
  transition-delay: calc(0.1s + var(--word-index) * var(--text-stagger));
}

.card-productos:hover .read-more,
.card-productos:focus .read-more {
  transition-delay: calc(0.1s + var(--word-index) * var(--text-stagger));
}

.card-productos:hover img,
.card-productos:focus img {
  transform: scale(1.1);
}

.card-productos:nth-child(even) {
  --highlight: coral;
}

.card-productos:nth-child(odd) {
  --highlight: #56ffe5;
}

.card-productos .text {
  position: absolute;
  inset: 20px;
  top: auto;
  padding: 20px;
}

.card-productos .text a {
  color: var(--highlight);
}

.card-productos h2 {
  font-size: clamp(1rem, 2.5vw, 2rem) !important;
  font-weight: 800;
  margin-bottom: 0.2em;
}


.card-productos p {
  font-size: clamp(10px, 1.25vw, 14px);
  line-height: 1.4;
  text-align: justify;
  margin-top: 0.2em;
  margin-bottom: 0;
}

.card-productos h3 {
  font-size: clamp(0.5rem, 1.5vw, 1.2rem) !important;
  font-weight: 800;
  margin-bottom: 0.2em;
}

.card-productos h2 {
  line-height: 41px;
}

.card-productos h2,
.card-productos p,
.card-productos h3 {
  color: var(--highlight);
  display: inline-block;
  opacity: 0;
  position: relative;
  transform: translateY(20px);
  transition-property: transform, opacity, color;
  transition-timing-function: var(--text-ease);
  transition-duration: var(--text-timing), var(--text-timing), calc(var(--text-timing)*2);
}


.card-productos .read-more {
  margin-top: 15px;
  color: var(--highlight);
  opacity: 0;
  position: relative;
  transform: translateY(20px);
  transition-property: transform, opacity, color;
  transition-timing-function: var(--text-ease);
  transition-duration: var(--text-timing), var(--text-timing), calc(var(--text-timing)*2);
}

.card-productos img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

#card-productos-hovers {
  grid-template-columns: 1fr;
  grid-template-rows: 60px;
  grid-gap: 2em;
}

@media screen and (min-width: 600px) {
  #card-productos-hovers {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content 1fr;
  }
}

.card-productos {
  width: 90vw;
  /* max-width: 520px; */
}

@media screen and (min-width: 600px) {
  .card-productos {
    width: 24vw;
  }
}

#card-productos-hovers {
  display: grid;
  place-items: center;
}

html .card-productos {
  color: white;
  background: #333844;
  padding: 0;
  margin: 0;
  min-height: 50vh;
  font-family: "Raleway", sans-serif;
}



/* ? Cambios mobile Card-productos */

@media screen and (max-width: 600px) {
  #card-productos-hovers {
    grid-template-columns: 1fr;
    grid-template-rows: min-content 1fr;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  html .card-productos {
    width: 80vw;
    min-height: 43vh !important;
  }

  .card-productos h2 {
    font-size: clamp(19px, 1.25vw, 14px) !important;
    line-height: 16px;
    color: var(--highlight) !important;
  }

  .card-productos h3 {
    font-size: clamp(15px, 1.25vw, 14px) !important;
    line-height: 13px;
    margin-bottom: 0.2em;
  }

  .card-productos p {
    font-size: clamp(11px, 1.25vw, 14px) !important;
    line-height: 12px;
  }

  .card-productos .text {
    position: absolute;
    inset: 20px;
    top: 50px;
    padding: 10px;
  }

}

@media only screen and (max-width: 995px) {
  .container-center {
    all: unset;
  }

  .hero-bg {
    height: 350px !important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;

  }

  .container-left{
    margin-left: 300px !important;
  }
  .section-title-center {
    padding: 0 !important;
    font-size: 30px !important;

  }
}

/* ? Estilos para la versión móvil y el estado hover */
@media screen and (max-width: 600px) {

  .card-productos.hovered,
  .card-productos.focused {
    box-shadow: white 0 5vw 6vw -9vw, var(--highlight) 0 5.5vw 5vw -7.5vw, rgba(50, 50, 80, 0.5) 0px 4vw 8vw -2vw, rgba(0, 0, 0, 0.8) 0px 4vw 5vw -3vw;
  }

  .card-productos.hovered::before,
  .card-productos.focused::before,
  .card-productos.hovered::after,
  .card-productos.focused::after {
    transform: scaleX(1);
  }

  .card-productos.hovered h2,
  .card-productos.focused h2,
  .card-productos.hovered p,
  .card-productos.focused p,
  .card-productos.focused h3,
  .card-productos.hovered h3,
  .card-productos.focused .read-more,
  .card-productos.hovered .read-more {
    opacity: 1;
    transform: translateY(0);
    color: inherit;
  }

  .card-productos.hovered h2,
  .card-productos.focused h2 {
    transition-delay: calc(0.1s + var(--char-index) * var(--title-stagger));
  }

  .card-productos.hovered p,
  .card-productos.focused p {
    transition-delay: calc(0.1s + var(--word-index) * var(--text-stagger));
  }

  .card-productos.hovered h3,
  .card-productos.focused h3 {
    transition-delay: calc(0.1s + var(--word-index) * var(--text-stagger));
  }

  .card-productos.hovered img,
  .card-productos.focused img {
    transform: scale(1.1);
  }

  .card-productos.hovered .read-more,
  .card-productos.focused .read-more {
    transform: scale(1.1);
  }
}

/* ? Botón Leer más */
.read-more {
  margin-top: 15px;
  all: unset;
  display: flex !important;
  align-items: center;
  position: relative;
  padding: 0.6em 2em;
  border: var(--highlight) solid 0.15em;
  border-radius: 0.25em;
  color: var(--highlight) !important;
  font-size: 1.1em;
  font-weight: 800;
  cursor: pointer;
  overflow: hidden;
  transition: border 300ms, color 300ms;
  user-select: none;
}

.read-more p {
  z-index: 1;
}

.read-more:hover {
  color: #212121;
}

.read-more:active {
  border-color: var(--highlight);
}

.read-more::after,
.read-more::before {
  content: "";
  position: absolute;
  width: 9em;
  aspect-ratio: 1;
  background: var(--highlight);
  opacity: 50%;
  border-radius: 50%;
  transition: transform 500ms, background 300ms;
}

.read-more::before {
  left: 0;
  transform: translateX(-8em);
}

.read-more::after {
  right: 0;
  transform: translateX(8em);
}

.read-more:hover:before {
  transform: translateX(-1em);
}

.read-more:hover:after {
  transform: translateX(1em);
}

.read-more:active:before,
.read-more:active:after {
  background: var(--highlight);
}

/* ? Menú mobile */
/* ? Burger-Menu*/

.nav-menu {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.nav-menu a .logo-mobile {
  margin-left: 20px;
}

.nav-menu .menu {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 25px;
}

.nav-menu .menu span {
  margin: 0 auto;
  position: relative;
  top: 12px;
}

.nav-menu .menu span:before,
.nav-menu .menu span:after {
  position: absolute;
  content: '';
}

.nav-menu .menu span,
.nav-menu .menu span:before,
.nav-menu .menu span:after {
  width: 30px;
  height: 6px;
  background-color: #fff;
  display: block;
}

.nav-menu .menu span:before {
  margin-top: -12px;
}

.nav-menu .menu span:after {
  margin-top: 12px;
}

/*Fake-Trigger*/
#sized {
  width: 60px;
  height: 50px;
  color: transparent;
  background-color: transparent;
  border: transparent;
  position: relative;
  bottom: 6px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}

/*Modal-Box*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 0.5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 98vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  background-color: #000;
}

.modal-header {
  padding: 2px 16px;
  background-color: #000;
  border-bottom: none;
  height: 12vh;
}

.modal-body {
  padding: 2px 16px;
  background-color: #000;
  height: 40vh;
}


.modal-footer {
  padding: 20px 16px 2px;
  background-color: #000;
  color: black;
  border-top: none;
  text-align: center;
}

.modal-footer hr {
  margin-top: 20vh;
}

.modal-footer>p {
  color: #fff;
}

.modal-footer h3 {
  text-transform: none;
  font-size: 4vh;
}

.close {
  color: #fff;
  float: left;
  font-size: 4em;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #B64926;
  text-decoration: none;
  cursor: pointer;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*Navigation Inner Styling*/

.nav-menu .nav ul li a:hover {
  text-decoration: none;
  color: #B64926;
}

.nav-menu .nav ul li a {
  padding: 1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3vw;
  /* letter-spacing: -0.05em; */
}

.nav-menu .nav ul li {
  display: inline-block;
  font-size: 3em;
}

.nav-menu .nav ul {
  clear: both;
  width: 100%;
  text-align: center;
}



@media (min-width:768px) and (max-width:996px) {


  .nav-menu .nav ul li {
    display: block;
    height: 45px;
  }

  .nav-menu .nav ul {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .nav-menu .nav ul li a {
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 6vw;
  }
}

/* ? Menu de Navegacion mobile */
@media (max-width:767px) {

  .works-page-carousel-item{
    height:180px !important
  }
  .nav-menu .nav ul li {
    display: block;
    height: 38px;
  }

  .nav-menu .nav ul {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .nav-menu .nav ul li a {
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 6vw;
    /* letter-spacing: -0.05em; */
  }


  .img{
    min-width:100%
  }
}

/*Landscape-Phone Downwards*/
@media (max-width: 480px) {

  .nav-menu .nav ul li {
    display: block;
    height: 38px;
    margin-bottom: 7px;
  }

  .nav-menu .nav ul {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .nav-menu .nav ul li a {
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 8vw;
    /* letter-spacing: -0.05em; */
  }
}

@media (min-width: 996px) {
  .nav-menu {
    display: none !important;
  }


}

@media (max-width: 996px) {
  .logo {
    display: none !important;
  }

}


/* ? Página contacto */

.contact-content>* {
  color: white;
  margin: 20px 0px 20px 20px;
}

.contact-content .section-title {
  margin-top: 7vh;
}

.contacto-wrap {
  padding: 10px 15px;
}


div.wpforms-container-full {
  color: white !important;
}


div.wpforms-container-full legend,
div.wpforms-container-full label {
  color: white !important;
}

div.wpforms-container .wpforms-form {
  font-family: "Oswald";
}


div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button {
  height: var(--wpforms-button-size-height);
  background-color: rgb(236, 93, 41) !important;
  padding: 12px 15px !important;
  border-radius: var(--wpforms-button-border-radius);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  font-family: "Oswald";
  color: black !important;
}

#googleMap iframe {
  z-index: 3;
  height: 100%;
  min-height: 400px;
  width: 100%;
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  left: 0px;
  top: 0px;
  touch-action: pan-x pan-y;
}

/* ? Modificaciones Home */

.center-container-all {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 12px;
  justify-content: flex-start;
}

#section0 .section-dark {
  background: unset;
  mix-blend-mode: unset;
  overflow: visible;
}

#section0 .section-title-inner.section-title-inner-dark {
  background: unset;
  text-align: left;
  text-shadow: #000 3px 3px 10px;
  font-size: max(80px);
}

#section4 .section-title-inner.section-title-inner-dark {
  background: unset;
}


@media (max-width: 1040px) {
  #section0 .section-title-inner.section-title-inner-dark {
    font-size: max(60px);
  }
}

/* ? Custom version Mobile */

@media (max-width: 996px) {
  #section0 .half-second-pull {
    display: none !important;
  }

  #section0 .bottom-credits,
  #section0 .countdown-wrapper {
    display: none !important;
  }

  #section0 .section-title .title-mobile {
    top: 17vh
  }

  #section0 {
    height: 84vh !important;
  }

  .half-container-inner {
    height: 100vh !important;
  }

  #section0 .section-title-inner-dark .title-mobile {
    font-size: 50px !important;
  }

  #section1 {
    display: none !important;
  }

  #section2 {
    display: none !important;
  }

  #section3 {
    display: none !important;
  }

  #section3 {
    display: none !important;
  }

  #section4 .col-mapa {
    display: none !important;
  }

  #section4 .half-first {
    display: none !important;
  }

  .contact-content {
    margin-top: 10px;
  }

  .contact-content .container {
    margin: 0;
  }

  .contact-content .section-title-inner {
    font-size: 40px;
  }

}

.wpforms-container .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 !important;
}


.container-custom .row p .left{
  text-align: left !important;
}
.row .galeria{
  width: 100%;
  border-image: linear-gradient(45deg,#3c44d4, #4cd3f5);
  border-image-slice: 1;
  border-top: solid;
  border-bottom: solid;
  border-width: 5px;
}
.marco-left{ 
  border-image: linear-gradient(45deg, #3c44d4, #4cd3f5);
  border-image-slice: 1;
  border-top: solid; 
  border-bottom: solid; 
  border-left: solid;
  border-width: 14px;
  z-index: 2;
}
.marco-right{ 
  border-image: linear-gradient(45deg, #3c44d4, #4cd3f5);
  border-image-slice: 1;
  border-top: solid; 
  border-bottom: solid; 
  border-right: solid;
  border-width: 14px;
  z-index: 2;
  display: inline-table ;
  justify-content: flex-end;
}
.container-left{
  width: 50%; /* Ocupa la mitad del ancho */
  top: 0; /* Lo ubicamos en la parte superior */
  margin-left: 600px;
}
.gradient {
  background: linear-gradient(45deg, #3c44d4, #4cd3f5);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.title-footer{
  padding: 150px 20px 0px 0px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  /* letter-spacing: -0.08em; */
  /*overflow: hidden;*/
  margin: 0 20px;
}
/* ? Adiciones a la versión móbile que no se mostrarán en Desktop */


@media (min-width: 996px) {

  .title-mobile {
    display: none;
  }
  
  .text-custom{
    padding: 40px 0px 0px 0px
  }
  

}

@media (min-width: 576px) {
  .hero-bg .hero-header {
    display: none;
  }
  .text-custom{
    padding: 40px 0px 0px 0px
  }


}

@media (max-width: 576px) {
  .marco-right{
    margin: 40px 0px 0px 0px!important
  } 
  .title-footer{
    padding: 20px 0px 0px 0px;
    position: relative;
    font-size: 30px;
    margin: 0 20px;
  }
  .container-left{
    margin-left: 80px !important;
  }
  .container-custom {
    width: 100%;
    padding: 40px 40px 40px 40px !important
  
  }
}

/*GRID*/
.col-2, .col-sm-2, .col-md-2, .col-lg-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3, .col-sm-3, .col-md-3, .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .col-sm-4, .col-md-4, .col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5, .col-sm-5, .col-md-5, .col-lg-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6, .col-sm-6, .col-md-6, .col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7, .col-sm-7, .col-md-7, .col-lg-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8, .col-sm-8, .col-md-8, .col-lg-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9, .col-sm-9, .col-md-9, .col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .col-sm-10, .col-md-10, .col-lg-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11, .col-sm-11, .col-md-11, .col-lg-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12, .col-sm-12, .col-md-12, .col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Extra small devices (portrait phones) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones) */
@media (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
}

/* Medium devices (tablets) */
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
}

/* Large devices (desktops) */
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
}
