/*----------------indice---------------------*\
0. fonts
1. generales
2. navbar
3. header
4. partners
5. cta
6. motivos
7. sections
8. cajas
9. 
10. 
11. animations
12. media-queries
** Antes de terminar -> Autoprefix CSS


/*----------------fonts---------------------*/
/* @font-face {
  font-family: "Franklin Gothic Demi";
  src: url("../fonts/FranklinGothic-Demi.woff2") format("woff2"),
    url("../fonts/FranklinGothic-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
  font-family: "Franklin Gothic Medium Cond";
  src: url("../fonts/FranklinGothic-MediumCond.woff2") format("woff2"),
    url("../fonts/FranklinGothic-MediumCond.woff") format("woff");
  font-weight: 500;
  font-style: normal;
} */

/* @font-face {
  font-family: "Franklin Gothic Book";
  src: url("../fonts/FranklinGothic-Book.woff2") format("woff2"),
    url("../fonts/FranklinGothic-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "Franklin Gothic Demi Cond";
  src: url("../fonts/FranklinGothic-DemiCond.woff2") format("woff2"),
    url("../fonts/FranklinGothic-DemiCond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: "Franklin Gothic";
  src: url("../fonts/FranklinGothic-MediumItalic.woff2") format("woff2"),
    url("../fonts/FranklinGothic-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
} */

@font-face {
  font-family: "vcr_osd_monoregular";
  src: url("../fonts/vcr-osd-mono-regular.woff2") format("woff2"),
    url("../fonts/vcr-osd-mono-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*----------------generales---------------------*/
html {
  scroll-behavior: smooth;
}

html,
header {
  overflow-x: hidden;
}

body {
  font-family: "Franklin Gothic Demi Cond", arial, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
  background-color: white;
  font-size: 22px;
  overflow-x: hidden;
}

*::selection {
  background: #ffa55cd2;
}

.titleh2 {
  font-family: "vcr_osd_monoregular";
  font-weight: 900;
}

/*----------------navbar---------------------*/

.logo {
  width: 150px;
  height: 54px;
}

.logo-header {
  width: 60%;
  margin: 0 auto;
  display: block;
}

#mainNav {
  font-family: "vcr_osd_monoregular";
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  /* font-family: "Franklin Gothic Demi", arial, Verdana, sans-serif; */
  font-size: 0.9em;
}

#mainNav .navbar-brand {
  color: #fff;
}

#mainNav .navbar-nav {
  /* margin: 0.5rem 0; */
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #21619e;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #f26b19;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #000;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #f26b19;
}

#mainNav .navbar-toggler {
  font-size: 90%;
  padding: 0.9rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  /* #mainNav .navbar-nav {
    margin-top: 0;
  } */
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #f26b19;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active,
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus,
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #f26b19;
  }
  #mainNav.navbar-shrink {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

.navbar-collapse {
  flex-grow: 0;
}

.box-menu {
  background-color: white;
  margin: 0 auto 0 0;
  padding: 0 20px;
}

.box-button {
  background-color: #21619e;
}

.img-tec {
  width: 49%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}


/*----------------header---------------------*/
header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title {
  font-family: "vcr_osd_monoregular";
  font-weight: bold;
  line-height: 60px;
  text-align: left;
  color: #21619e;
}

.title-container {
  font-family: "vcr_osd_monoregular";
  position: relative;
  overflow: hidden;
  padding-bottom: 0.4rem;
}

.title1 {
  font-family: "vcr_osd_monoregular";
  position: relative;
  display: block;
  margin: 0;
  font-size: 2.5rem;
  transform: translateY(6rem);
  animation: up 500ms linear forwards;
  z-index: 1;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);

  &::before,
  &::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
  }

  &::before {
    top: 1.4rem;
    animation: draw 500ms linear 1s forwards;
  }

  &::after {
    bottom: 0.4rem;
    animation: draw 500ms linear 1s forwards;
  }
}

.title2 {
  font-family: "vcr_osd_monoregular";
  font-weight: 400;
  position: relative;
  display: block;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(6rem);
  animation: up 1000ms linear forwards;
  z-index: 1;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, , 1);

  &::before,
  &::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
  }

  &::before {
    top: 1.4rem;
    animation: draw 500ms linear 1s forwards;
  }

  &::after {
    bottom: 0.4rem;
    animation: draw 500ms linear 1s forwards;
  }
}

@keyframes up {
  100% {
    transform: translateY(0);
  }
}

@keyframes draw {
  100% {
    width: 100%;
  }
}

.box-header {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 0.53) 47%,
    rgba(237, 237, 237, 0) 100%
  );
  /*  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 61%, rgba(255,255,255,0.75) 100%);
*/ /*background-color: white;*/
  margin: 0 auto 0 0;
  padding: 40px 30px;
  box-shadow: 10px 5px 20px -10px rgba(61, 65, 84, 0.15);
  top: -2px;
}

.box-header2 {
  /* background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 0.53) 47%,
    rgba(237, 237, 237, 0) 100%
  ); */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 61%,
    rgba(255, 255, 255, 0.75) 100%
  );
  /* background-color: white; */
  margin: 0 auto 0 0;
  padding: 48px 40px;
  box-shadow: 10px 5px 20px -10px rgba(61, 65, 84, 0.15);
  top: -2px;
}

/*----------------partners---------------------*/
.logos {
  animation: 2s logos ease forwards;
  animation-delay: 1s;
  opacity: 0;
  cursor: pointer;
}

@keyframes logos {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.logo1,
.logo2,
.logo3,
.logo4,
.logo5,
.logo6 {
  filter: grayscale(100%);
  transition: all 0.3s ease;
  cursor: pointer;
}

.logo1:hover,
.logo2:hover,
.logo3:hover,
.logo4:hover,
.logo5:hover,
.logo6:hover {
  filter: grayscale(0%);
  transition: all 0.3s ease;
}

.fadein {
  animation: 2s fadein ease;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.partners ul {
  padding: 0;
  opacity: 1;
}

.partners ul li {
  display: inline-block;
  width: 15%;
}

.partners ul li img {
  width: 80%;
}

/*----------------cta---------------------*/
.llamanos,
.contacto {
  display: inline-block;
  cursor: pointer;
  background-color: #21619e;
  border: 2px solid #21619e;
  min-width: 42px;
  color: white;
  outline: none 0px;
  -webkit-appearance: none;
  vertical-align: middle;
  transition: all 0.3s linear;
  box-shadow: 0 5px 15px #21629e79;
  transition: all 0.3s linear;
  font-size: 0.9em;
  padding: 10px 20px;
}

/* .llamanos:hover {
  background-color: white;
  color: #21619e;
  border: 2px solid white;
} */

/*----------------motivos---------------------*/
.header {
  background-image: url(../img/motivos/bg-PLAYING-CODE__.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.motivo1 {
  position: absolute;
  right: 0;
  height: 800px;
  width: 100%;
  /* background-image: url(../img/motivos/mot1.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: transparent;
}

.motivo2 {
  position: absolute;
  left: 0px;
  top: 1100px;
  height: 800px;
  width: 100%;
  background-image: url(../img/motivos/mot1_.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
  z-index: -10;
}

.motivo3 {
  position: absolute;
  left: 0px;
  top: 2660px;
  height: 850px;
  width: 100%;
  background-image: url(../img/motivos/mot3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: transparent;
  z-index: -10;
}

/*.motivo-f {
  background-image: url(../img/motivos/motivo-f.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  height: 350px;
}*/

/*----------------sections---------------------*/
.box-section {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(246, 246, 246, 1) 39%,
    rgba(255, 255, 255, 1) 100%
  );

  /*background-color: white;*/
  margin: 0 auto 0 0;
  padding: 48px 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.box-card {
  color: black;
}

.hover-up {
  top: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hover-up:hover {
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
  top: -2px;
}

.hover-line:before {
  content: "";
  display: block;
  height: 5px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #21619e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hover-line:hover:before {
  width: 100%;
}

.carousel-inner {
  width: 90%;
  margin: 0 auto;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.box-functions {
  font-weight: lighter;
}

.img-card {
  width: 20%;
  display: inline-block;
  margin-right: 10px;
  filter: grayscale(1) brightness(10);
}

.img-card2 {
  width: 10%;
  display: inline-block;
  margin: 0 10px;
}

.p-card {
  display: inline-block;
  width: 80%;
  margin: 0;
}

.card-title {
  display: inline-block;
  width: 70%;
}

/*----------------cajas---------------------*/

.magenta {background-color: #b30075;}
.verde-oscuro {background-color: #4c5d04;}
.azul {background-color: #00609f;}
.amarillo {background-color: #ed9e19;}
.rojo {background-color: #e11b22;}
.verde-claro {background-color: #a5af00;}
.naranja {background-color: #e66a1f;}
.gris {background-color: #d5d5d5;}
.gris-oscuro {background-color: #a7a9ac;}

.cajas-bloque1,
.cajas-bloque3,
.cajas-bloque5,
.cajas-bloque7 {
  position: absolute;
  right: 0;
}
.caja1 {
  width: 100px;
  height: 200px;
  position: relative;
  right: 100px;
}
.caja11 {
  width: 100px;
  height: 100px;
  position: relative;
  right: 0;
  top: -300px;
}

.cajas-bloque2,
.cajas-bloque4,
.cajas-bloque6 {
  position: absolute;
  left: 0;
}
.caja2 {
  width: 100px;
  height: 100px;
  position: relative;
  left: 100px;
  top: -100px;
}
.caja22 {
  width: 100px;
  height: 100px;
  position: relative;
  right: 0;
  top: -300px;
}

.caja3 {
    width: 200px;
    height: 100px;
    position: relative;
    right: 0;
    top: -50px;
}

.caja33 {
  width: 100px;
  height: 100px;
  position: relative;
  top: -50px;
  float: right;
}

.caja4 {
  width: 100px;
  height: 100px;
  position: relative;
  left: 100px;
  top: -20px;
}
.caja44 {
  width: 100px;
  height: 200px;
  position: relative;
  right: 0;
  top: 100px;

}
.caja444 {
  width: 100px;
  height: 100px;
  position: relative;
  right: 0;
  top: 100px;
  left: 100px;
}

.caja5 {
  width: 100px;
  height: 100px;
  position: relative;
}
.caja55 {
  width: 100px;
  height: 100px;
  position: relative;
  right: 100px;
}

.caja6 {
  width: 200px;
  height: 100px;
  position: relative;
  top: 200px;
}
.caja66 {
  width: 100px;
  height: 100px;
  position: relative;
  top: 200px;
  left: 100px;
}

.caja7 {
  width: 100px;
  height: 200px;
  position: relative;
  right: 100px;
  top:1000px;
}
.caja77 {
  width: 100px;
  height: 100px;
  position: relative;
  right: 0;
  top: 700px;
}

.dark {
  background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 15px;
}

.credit {
  margin: 5px 0;
}

.btn-red {
  background-color: #21619e;
  color: white;
  margin: 5px 0;
  border-radius: 0;
}

.btn-red:hover {
  background-color: white;
  color: #21619e;
  border:1px solid #21619e;
}


/*----------------timeline---------------------*/
#tline {
  margin-bottom: 10%;
}
.tline-holder {
  margin: 0 auto;
  padding: 0px;
  padding-top: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
}
.tline-holder:before {
  background: #e4e4e4;
  content: "";
  left: 50%;
  top: 20px;
  bottom: 20px;
  position: absolute;
  width: 1px;
  margin-left: -1px;
  /* height: 9999px; */
}
ul .tline-holder > li {
  width: 100%;
  float: left;
  display: inline-block;
}
.tline-item-content {
  width: 61.5%;
  padding: 20px 0;
}
.tline-item-txt {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-top: -20px;
}
.tline-item-txt h3 {
  font-size: 23px;
  margin-top: 10px;
  font-weight: 700;
  color: #333;
}
.tline-item-txt .meta {
  color: #999;
}
.tline-item-left .tline-item-content:hover .date-icon,
.tline-item-right .tline-item-content:hover .date-icon {
  -webkit-animation: pulse 0.3s;
  animation: pulse 0.3s;
}
/* .tline-item-left {
  float: left;
  position: relative;
} */
.tline-item-left .tline-item-content {
  float: left;
}
.tline-item-left .tline-item-txt {
  margin-right: 60px;
}
.tline-item-left .date-icon {
  margin-right: -30px;
  /*margin-right: -20px;*/
  float: right;
  background-color: transparent;
  color: #fff;
}
/* .tline-item-right {
  float: right;
  position: relative;
} */
.tline-item-right .tline-item-content {
  float: right;
}
.tline-item-right .tline-item-txt {
  margin-left: 60px;
}
.tline-item-right .date-icon {
  margin-left: -60px;
  float: left;
}
.tline-item-txt:before,
.tline-item-txt:after {
  content: " ";
  position: absolute;
  top: 24px;
  display: block;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.tline-item-left .tline-item-txt:before,
.tline-item-left .tline-item-txt:after {
  right: -18px;
  border-left: solid 20px #fff;
}
.tline-item-left .tline-item-txt:before {
  right: -20px;
  border-left-color: #e4e4e4;
}
.tline-item-right .tline-item-txt:before,
.tline-item-right .tline-item-txt:after {
  left: -18px;
  border-right: solid 20px #fff;
}
.tline-item-right .tline-item-txt:before {
  left: -20px;
  border-right-color: #e4e4e4;
}
.date-icon {
  text-align: center;
  /* padding-top: 12px; */
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #fff;
}
.tline-start {
  width: 100%;
  float: left;
  padding: 0px;
  position: relative;
}
.tline-start-content {
  text-align: center;
}
.tline-start .tline-start-icon {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 12px;
  height: 12px;
  background: #e4e4e4;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.regularform input,
.regularform textarea {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 13px;
}
.regularform input[type="submit"] {
  border: 0;
}
.regularform textarea {
  height: 150px;
}
.regularform input.norightborder {
  border-right: 0;
}
.done {
  display: none;
}
.social-icons a {
  color: white;
  margin: 20px;
}
.social-icons a:hover {
  color: #e9e9e9;
}
.social-icons {
  margin-top: 30px;
}
h1.bottombrand {
  color: #fff;
  font-size: 60px;
  margin-top: 0;
}
h1.bottombrand:first-letter {
  color: #bc1515;
}
input.error,
textarea.error {
  border: 2px solid red;
}
@media only screen and (max-width: 768px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .tline-item-content {
    margin-bottom: 30px;
  }
  .tline-item-right,
  .tline-item-left {
    clear: both;
    float: none;
  }
  .tline-item-content {
    width: 100%;
  }
  .tline-item-left .date-icon {
    margin-right: 0;
    width: 40px;
    height: 40px;
  }
  .tline-item-right .date-icon {
    margin-left: 0;
    width: 40px;
    height: 40px;
  }
  .parallax {
    background-attachment: scroll !important;
    background-position: 100% !important;
  }
  .portfolio-box img,
  .team-thumb img {
    width: 100%;
  }
  .funfacts {
    margin-bottom: 30px;
  }
  .regularform input,
  .regularform textarea {
    width: 100%;
    border: 1px solid #eee;
  }
  .item blockquote {
    font-size: 16px;
  }
  #quote-carousel .carousel-control {
    display: none;
  }
  .funfacts .counter {
    font-size: 35px;
  }
  .equal-heights .box {
    padding: 30px;
  }
}

/*----------------animations---------------------*/
.move {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  cursor: pointer;
  transition: all 1s ease;
}

.move:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  cursor: pointer;
  transition: all 1s ease;
}


.cookies-text {
  display: inline-block;
   width: 79%; 
  margin: 0 auto; 
  vertical-align: top;
}

.cookies-button {
  display: inline-block;
   width: 19%; 
  margin: 0 auto; 
  vertical-align: top;
}

/*----------------media-queries---------------------*/

@media only screen and (min-width: 1800px) {
  .motivo-f {
    height: 500px;
  }
}

@media only screen and (min-width: 1200px) {
  .motivo2 {
    top: 1170px;
  }
  .motivo3 {
    top: 3110px;
  }
}

@media only screen and (max-width: 1200px) {
  #mainNav {
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 992px) {
  #mainNav {
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 990px) {
  .motivo2 {
    top: 1550px;
  }
}

@media only screen and (max-width: 768px) {
  .motivo2 {
    top: 1200px;
  }
  .motivo3 {
    top: 3500px;
  }
  .box-functions {
    margin-bottom: 30px;
  }
  .img-tec {
    display: block;
    padding: 0!important;
    width: 60%;
  }
}
@media only screen and (max-width: 990px) {
  .box-header,
  .box-section {
    margin: 0 40px !important;
  }

  #comofunciona {
    padding: 0 20px;
  }

  .partners ul li {
    width: 30%;
    padding: 10px;
  }
  .motivo1 {
    top: 80px;
    background-size: cover;
  }
  .motivo2 {
    top: 2000px;
    background-size: cover;
  }
  .motivo3 {
    background-size: cover;
    top: 3010px;
  }

  .cajas-bloque1,
  .cajas-bloque2,
  .cajas-bloque3,
  .cajas-bloque4,
  .cajas-bloque5,
  .cajas-bloque6,
  .cajas-bloque7  {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .box-header,
  .box-section {
    margin: 0 10px !important;
  }
  .partners ul li {
    width: 40%;
    padding: 10px;
  }
  .motivo2 {
    top: 2300px;
  }
  .motivo3 {
    top: 3780px;
  }
  .cookies-text, .cookies-button {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .motivo2 {
    top: 2500px;
  }
  .motivo3 {
    top: 4050px;
  }
}

@media only screen and (max-width: 350px) {
  .motivo2 {
    top: 2700px;
  }
  .motivo3 {
    top: 4300px;
  }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #colaboradores {
    margin-top:-250px;
  }
}

.full-width-image {
  width: 100vw;
  position: relative;
  /* left: 50%;  
   margin-left: -50vw;*/
}

.full-width-image img {
  width: 100%;
}

/*FORMULARIO */

form .qText {
  font-size: 18px !important;
}

form .PDF_question {
  border: none;
}
