/*@font-face {
    font-family: Leiko Regular;
    src: url('../fonts/Leiko-Regular.otf');
}
@font-face {
    font-family: Metropolis-Bold;
    src: url('../fonts/metropolis.bold.otf');
} */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;   
  color: #000;
  font-weight: 700;  
  line-height: 24px;
  background: linear-gradient(#BF1120,#0455BF,#BA279B);
}
h1,h2,h3,h4,h5,h6 {
  line-height: 28px;
}

h2,h3,h4,h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #19294D;
}
/*****************************************************/
section {
  width: 100%;
  position: relative;  
}
#section-2 {
  padding-top: 0;  
  background-color: #BA279B;
}
#section-3 {
  padding-top: 0;   
  min-height: 100vh;   
  width: 100%;
  background-color: #D9CC1A;
}
/* ARROW DOWN */
.fixbottarro {
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fixbottarro a {
  text-indent: -2222px;
}

a.scroll {
  display: inline-block;
  font-size: 1.3em;
  height: 32px;
  width: 32px;
}

a.scroll:hover {
  text-decoration-color: -moz-use-text-color;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}

a.scroll::after {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: arrow;
  animation-name: arrow;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 32px;
  border-bottom-color: #FFF;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-color: #FFF;
  border-right-style: solid;
  border-right-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}

@-webkit-keyframes arrow {
  0%,100% {
    top: 0;
  }

  50% {
    top: 30px;
  }
}

@keyframes arrow {
  0%,100% {
    top: 0;
  }

  50% {
    top: 30px;
  }
}
/***************************************************/
/*BOTONES REDES SOCIALES*/
.sticky-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -160px;   
    top: 400px;   
    width: 210px; 
    z-index: 1100;
}
.sticky li{
    list-style-type: none;
    background-color: none;  
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.sticky li:hover{
    margin-left: -10px;  
}
.sticky li img{
    float: left;
    margin: 2px 4px; 
    margin-right: 5px;
}
.sticky li p{
    padding-top: 5px;
    margin: 0px;
    line-height: 16px;
    font-size: 11px;
}
.sticky li p a{
    text-decoration: none;
    color: #2C3539;
}
.sticky li p a:hover{
    text-decoration: underline;
}
/*******************************************************/
/*BOTON DE WHATSAPP*/
img.btn-whatsapp {
display: block !important;
position: fixed;   
z-index: 9999999;
bottom: 20px;
right: 20px;
left: 20px;
cursor: pointer;
border-radius:100px !important;
}
img.btn-whatsapp:hover{
border-radius:100px !important;
-webkit-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1); 
-moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
transition-duration: 1s;
} 
/*******************************************************/
/*MENU*/
.navbar-light .navbar-brand {
    color: #fff;
    font-family: 'Roboto', sans-serif;  
    font-size: 30px;
}
.navbar {
    padding: 1em 2em;
    background: transparent !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 1em;
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #D9CC1A; /*#FFF*/
    font-weight: bold;
}
.dropdown-item {
    padding: 0.5em 1.5rem;
    font-size: 0.9em;
    margin: 0;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 53rem;
}
.dropdown-menu.second {
    min-width: 9rem !important;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}
.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #ff4081;   /*ESTE COLOR NO SE USA COMO TAL*/
    text-decoration: none;
    background-color: #f0f0f1;  /*VERDE*/
}
nav.navbar.second {
    border: none !important;
    padding: 0.7em 0;
}
a.nav-item.nav-link.sec {
    padding: 0.3em 1.2em;
    color: #00c1cf;   /*AZUL*/
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 300 !important;
}
nav.navbar.shrink {
    width: 100%;
    height: 80px;    /*65px*/
    background-color: rgba(17, 17, 17, 0.73) !important;
    transition: all 1.5s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
nav.navbar.shrink a {
    transition: all 1.5s ease;
}
nav.navbar.shrink .navbar-brand {
    font-size: 26px;
    transition: all 1.5s ease;
}
nav.navbar.shrink .navbar-toggler {
    margin: 8px 15px 8px 0;
    padding: 10px 5px;
    transition: all 1.5s ease;
}
.top-info ul li {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 15px;
}
/*******************************************************************/
/*INICIO*/
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}
.cd-intro h1
{
  font-family: "Leiko";
  font-size: 50px;
  color: #fff;
}
.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 50%; /*lo centro*/
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
} 

.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

section
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(bg.gif);  /*#0e112e COLOR DEL CIRCULO*/
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: circle(0px at center center);
}
/*video de fondo del circulo*/
section #video_background {
  /*position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;*/
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
}
section #video_pattern {
  background: #fff;
  position: fixed;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
 
.innerText
{
    font-family: 'Roboto', sans-serif;
    font-style: italic;
     /*font-weight: bold;*/
    position: fixed;
    top: 50%;
    left: 100%; 
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
    font-size: 10vw;
    color: #FFF;  
    text-align: center;
    width: 100%;
}
.text
{
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    /*font-weight: bold;*/
    position: fixed;
    top: 50%;
    left:  100%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
    font-size: 10vw;
    color: transparent;
    -webkit-text-stroke:  2px #0e112e;  /*#0e112e color y efecto a las letras externas*/
    text-align: center;
    width: 100%;
}
.container
{
    position: relative;
    margin-top: 200vh;   
    background: none; /*#0e112e*/
    padding: 100px;  
    color: #fff;
}
.container h2
{
    font-family: 'Roboto', sans-serif;
    font-size: 2.5em;
    margin-bottom:  20px;
    color: #fff;
}
.container p
{
    font-family: 'Roboto', sans-serif;
    font-size: 2.2em;
    margin-bottom:  20px;
    line-height: 1.2;
}
 
video
{
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
}
/*********************************************************/
/*PORTAFOLIO*/
#section-6 {
  padding-top: 150px;  
  background-color: #111;
}
.portafolio
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}
.portafolio .box
{
  position: relative;
  width: 50%;
  height: 50vh;
  filter: contrast(100%);/*grayscale(1);*/
  border: 4px solid #000;
}
.portafolio .box:hover
{
  filter: contrast(150%);/*grayscale(0);*/
}
.portafolio .box video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;*/
}
/****************************************************/
/*CUARTO CREATIVO*/
.cuarto
{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;  /*texto centrado*/
  background: #000000;  
}
.cuarto h2
{
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin: 20px 20px 0 0;  
  font-size: 3.4em;  
  line-height: 1.5em;  
  font-weight: 900;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.cuarto h2:before
{
  content: '';
  position: absolute;
  left: -20%;
  width: 120%; 
  height: 100vh;   /*100%*/ 
  background: linear-gradient(90deg, transparent 0%, #000 5%, #000 100%);
  animation: animate 5.5s linear forwards;
  animation-delay: 2s; 
}
@keyframes animate
{
  0%
  {
    left: -20%;
  }
  100%
  {
    left: 110%;   
  }
}
.cuarto h2 span
{
  color: #ff022c;
}
.cuarto video
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;   
  pointer-events: none;
  mix-blend-mode: screen;
}
/*#section-9 {
  
  position: relative;
  padding: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;  
  min-height: 100vh;
  background-color: #0455BF;
}
/*.bg
{
  position: absolute;
  top: 0;
  right: 0;  
  height: 100%;
  width: 50%;
}
.content
{
  position: relative;
  max-width: 650px;  
  z-index: 1;
}
.content h2
{
  font-family: "Leiko";
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}
.content p
{
  font-family: "Metropolis";
  color: #fff;
  font-size: 1.3em;
  margin: 20px 0 10px;
}
.content a
{
  color: #fff;
  background: #f60f20;
  font-size: 1em;
  margin: 20px 0;
  font-weight: 500;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
}*/
#section-9
{
  position: relative;
  padding: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;  /*se puso despues*/
  min-height: 100vh;
}
#section-9 .bg
{
  position: absolute;
  top: 0;
  right: 0;  /*60px*/
  height: 100%;
}
#section-9 .contenido
{
  position: relative;
  max-width: 650px;
  z-index: 1;
}
#section-9 .contenido h2
{
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}
#section-9 .contenido p
{
  color: #fff;
  font-size: 1.1em;
  margin: 20px 0 10px;
}
#section-9 .contenido a
{
  color: #fff;
  background: #f60f20;
  font-size: 1em;
  margin: 20px 0;
  font-weight: 500;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
}
/*------------------------*/
@media (max-width: 767px)
{
  #section-9 
  {
    padding: 100px 40px;
  }
  #section-9 .contenido h2 
  {
    font-size: 2.5em;
  }
  .navigation
  {
    left: 100%;
  }
  #section-9 .bg
  {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;  /*hasta aqui la pagina es responsive*/
    opacity: 0.5;
  }
  .navigation ul li a
  {
    font-size: 2em;
  }
}

#section-10 {
  padding-top: 0;   
  min-height: 100vh;   
  width: 100%;
  background-color: #BA279B;
}

/*******************************************************/
/*CONTACTO*/
#contactanos
{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;   
  background: #03080a;   
}
.contacto
{
  width: 80%;
  padding: 20px;
}
.contacto h2
{
  width: 100%;
  color: #0455BF;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.contacto .row100
{
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));   
}
.contacto .row100 .col 
{
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin: 30px 0 10px;
  transition: 0.5s;
}
.contacto .row100 .inputBox
{
  position: relative;
  width: 100%;
  height: 40px;
  color: #fff;  
}
.contacto .row100 .inputBox input,
.contacto .row100 .inputBox.textarea textarea
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 0 10px;
  z-index: 1;
  color: #000;  
}
.contacto .row100 .inputBox .campo 
{
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 18px;
  padding: 0 10px;
  display: block;
  transition: 0.5s;
  pointer-events: none;
}
.contacto .row100 .inputBox input:focus + .campo,
.contacto .row100 .inputBox input:valid + .campo  
{
  top: -35px;
  left: -10px;
}
.contacto .row100 .inputBox .line 
{
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(#0455bf,#ba279b); 
  transition: 0.5s;
  border-radius: 2px;
  pointer-events: none;
}
.contacto .row100 .inputBox input:focus ~ .line,  
.contacto .row100 .inputBox input:valid ~ .line 
{
    height: 100%;
}
.contacto .row100 .inputBox.textarea
{
  position: relative;
  width: 100%;
  height: 100px;
  padding: 10px 0;
}
.contacto .row100 .inputBox.textarea textarea
{
  height: 100%;
  resize: none;
}
.contacto .row100 .inputBox textarea:focus + .campo,
.contacto .row100 .inputBox textarea:valid + .campo
{
  top: -35px;
  left: -10px;
}
.contacto .row100 .inputBox textarea:focus ~ .line, 
.contacto .row100 .inputBox textarea:valid ~ .line   
{
  height: 100%;
}
input[type="submit"]
{
  border: none;
  padding: 7px 35px;
  cursor: pointer;
  outline: none;
  background: #0455BF;
  color: #fff;
  font-size: 18px;
  border-radius: 2px;
}
#section-C {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20vh;  
  background: #0455BF;   
}
.ubicacion
{
  width: 80%;
  padding: 20px;
}
.ubicacion h2
{
  width: 100%;
  color: #0455BF;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.ubicacion p
{
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.ubicacion .aviso
{
  width: 100%;
  color: #D9CC1A;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
/***************************************************************/
/*MODO RESPONSIVO*/
@media (max-width: 768px)
{
  .navbar {
    padding: 0 2em;
    background: transparent !important;
}
nav.navbar.shrink .responsivo {
    color: #fff;
    background-color: rgba(17, 17, 17, 0.73) !important; /*color del cuadro grande*/
    transition: all 1.5s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);   

}
.portafolio
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 50vh;   /*100vh*/
}
.portafolio .box
{
  position: relative;
  width: 100%;  /*50*/
  height: 40vh;  /*50*/
  filter: contrast(100%);
  border: 4px solid #000;
}
.portafolio .box:hover
{
  filter: contrast(150%);
}
.portafolio .box video
{
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
}

.contenedor
{
  position: absolute;
  padding: 100px; 
  display: flex;
  justify-content: flex-start;
  align-items: center; 
  min-height: 100vh;  /*100vh*/
}
.bg
{
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;   /*100%*/
  width: 50%;
}
.contenido
{
  position: relative;  
  max-width: 100%;   /*650px*/
  z-index: 1;
  left: 60%;  
}
.contenido h2
{
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}
.contenido p
{
  color: #fff;
  font-size: 1.1em;
  margin: 20px 0 10px;
}
.contenido a
{
  color: #fff;
  background: #BF1120;
  font-size: 1em;
  margin: 20px 0;
  font-weight: 500;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
}
}