html{
  background-color: #262626;
}

body {
  min-height: 100%;
  width:100%;
  font-family: "Myriad Pro",revert, sans-serif;
  margin: 0;
  color: #e4e4e4;
  background-color: #0c0c0c;
  background: -prefix-linear-gradient(top, #000000, #262626);
  background: linear-gradient(to top, #262626 0%,  #000000 100%);
}

header{
  margin: auto;
  max-width: 1920px;
}

.posicionFlechaArriba{
  min-width: 80%;
      right: auto;
}

.posicionFlechaAbajo{
    min-width: 80%;
      left: auto;
      margin-top: 310px;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25% 0);

}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-25%, 0);
        transform: translate3d(0,-25%, 0);

}

.margen5{
  margin: 9px;
}

.margenLeft50{
  margin-left: 50px !important;
}

.margenLeft100{
  margin-left: 100px !important;
}

.margenLeft290{
  margin-left: 290px !important;
}

.margenLeft45{
  margin-left: 45px !important;
}

.margenLeft70{
  margin-left: 70px !important;
}

.margenLeft200{
  margin-left: 200px !important;
}

.margenRight0{
    margin-right: 0px !important;
}

.imagenVacia{
  height: 145px;
}

.ulUnreal{
    list-style: none;
}

.liUnreal{
  padding-bottom: 15px;
}

.ocultar{
  display: none;
}

.margenTop5{
  margin-top: -5px;
}

.margenTop100{
  margin-top: -100px;
}

.margenTopFlechas{
  margin-top: -10px;
}

.margenTopAnimacion{
  margin-top: -150px;
}

.wh100{
  width: 100%;
  height: 250px;
}

.margenDerecha{
  margin-right: -130px;
}


.margenIzquierda1{
  margin-left: -1px;
}

.margenIzquierda2{
  margin-left: -2px;
}

.margenIzquierda3{
  margin-left: -3px;
}
.margenIzquierda4{
  margin-left: -4px;
}

.margenIzquierda5{
  margin-left: -5px;
}
.margenIzquierda8{
  margin-left: -8px;
}
.margenIzquierdamas4{
  margin-left: 4px;
}

.ancho50{
  width: 100px;
}

.scroll-horizontal {
  overflow-x: auto;
  white-space: nowrap;

  scrollbar-width: thin;   /* Para firefox **/
  scrollbar-color: #079A7C black;
  max-width: 3800px;
}
.scroll-horizontal::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}
.scroll-horizontal::-webkit-scrollbar-track{
  background-color: black;
  border-radius: 20px;
}

.scroll-horizontal::-webkit-scrollbar-thumb {
  background-color: #079A7C;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
}


.card-block {
    min-height: 300px;
}

.menuDesplegable{
  width: auto;
}



.gradienteNegro{
  background-color: #0c0c0c;
  background: -prefix-linear-gradient(top, #0c0c0c, #1f1f1f);
  /*background: linear-gradient(to top, #1f1f1f 0%,  #0c0c0c 100%);*/
}


.gradienteComposing{

  background: linear-gradient(to top, #1f1f1f 10%, #079A7C 100%);
  background: -prefix-linear-gradient(top, #1f1f1f, #079A7C);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    background-attachment: inherit;
    width: 631px;
    position: absolute;
    height: -webkit-fill-available;
    border-radius: 65px 65px 0px 0px;
    left: 0;
    right: 0;
    margin: auto;

}

.gradienteOjo{
  background-color: #050404;
  background: radial-gradient(ellipse at bottom, #4d9f0c, transparent);
  background: -prefix-linear-gradient(top, #050404, #00ffcc);
  border-radius: 65px 65px 0px 0px;
}

.tam{
  width: 1920px;
}

.margenTop{
  margin-top: 40px;
}
.verde{
  color: #00ffcc;
}

.rojo{
  color: #ec1a5f;   /* ff0530 anterior rojo*/
}

.rojoImportant{
  color: #ec1a5f !important;
}

.letrablanca{
  color: #e4e4e4;
  line-height: 25px;
}
.rayaVerde{
  border-top: 1px solid #00ffcc;
}

.inputform{
  background-color: #474747;
  border: 1px solid #00ffcc;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: white;
}

.inputform:focus{
  background-color: #474747;
  color: white;
}

.buttonform{
background-color:  #464646;
color: #00ffcc;
border-radius: 0px;
padding: 0px;
font-weight: bold;
}

.transicion{
  -webkit-transition: opacity 1.0s ease-in-out;
   -moz-transition: opacity 1.0s ease-in-out;
   -o-transition: opacity 1.0s ease-in-out;
  transition: opacity 1.0s ease-in-out;

}

.letraConImagen{
margin-left: 40px;
 top: 6px;
 position: relative;

}

.enlaceImagen{
  color: #e4e4e4;
  text-decoration: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
}
.enlaceImagen:hover {
  text-decoration: none;
  font-weight: 600;
  color: #ec1a5f !important;   /*  color: #ff0530 !important; */
}

.enlace{
  color: #e4e4e4;
  text-decoration: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  transition: color 1.5s;
}


.enlaceGrande{
    color: #00ffcc !important;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 18px;
    line-height: inherit;
    white-space: nowrap;
    font-weight: 600;
    transition: color 1.5s;
}

.enlace:hover, .enlaceGrande:hover {
  text-decoration: none;
  font-weight: 600;
  color: #ec1a5f !important;
  transition: color 1.5s;
}

.enlacePie{
color: #e4e4e4;
text-decoration: none;
background-color: transparent;
font-size: 10px;
font-weight: 600;
}

.centrar{
  position: absolute;
  margin: 0 auto;
}

.centrado{
  display: flex;
  margin: 0 auto;
}

.artstation{
  background-image: url("../img/logo_artStation.png");
  width: 40px;
  height: 35px;
}
.artstation:hover{
  background-image: url("../img/logo_artStation_over.png");
  width: 40px;
  height: 35px;
}

.youtube{
  background-image: url("../img/logo_youtube.png");
  width: 73px;
  height: 35px;
}
.youtube:hover{
  background-image: url("../img/logo_youtube_over.png");
  width: 73px;
  height: 35px;
}

.vimeo{
  background-image: url("../img/logo_vimeo.png");
  width: 35px;
  height: 35px;
}


.vimeo:hover{
  background-image: url("../img/logo_vimeo_over.png");
  width: 35px;
  height: 35px;
}

.youtube{
  background-image: url("../img/logo_youtube.png");
  width: 53px;
  height: 37px;
}


.youtube:hover{
  background-image: url("../img/logo_youtube_over.png");
  width: 53px;
  height: 37px;
}

.linkedin{
  background-image: url("../img/logo_linkedin.png");
  width: 35px;
  height: 35px;
}

.linkedin:hover{
  background-image: url("../img/logo_linkedin_over.png");
  width: 35px;
  height: 35px;
}

.imdb{
  background-image: url("../img/logo_imdb.png");
  width: 73px;
  height: 35px;
}

.imdb:hover{
  background-image: url("../img/logo_imdb_over.png");
  width: 73px;
  height: 35px;
}

.img_menuSuperior{
  background-image: url("../img/Base_Centro_Logo_All.jpg");
  background-position: center center;
  background-repeat: no-repeat;

  /*background-attachment: fixed;*/
  background-size: cover;
  background-color: #000000;
  height: 300px;
  width: 100%;
}

.img_central{
  background-image: url("../img/Home_Central.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  background-attachment:inherit;
   width: 100% ;
   text-align: center;
  height: inherit;

}

.img_compositing{

  background-image: url("../img/comp_Central.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  min-height: 800px;
   width: 100% ;
   text-align: center;
}


.img_home_unreal{
  background-image: url("../img/Modulo_Home_Unreal.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  background-size: cover;
  min-height: 451px;
  height: 100%;
  border-radius: 60px 60px 60px 60px;
  box-shadow: 10px 10px 5px 0px #101010;
  width: 100%;
}

.img_home_unreal_over, .img_home_unreal:hover{

  background-image: url("../img/Modulo_Home_Unreal_Over.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  background-size: cover;
  min-height: 451px;
  height: 100px;
  border-radius: 60px 60px 60px 60px;
  box-shadow: 10px 10px 5px 0px #101010;
  cursor: pointer;
  width: 100%;
}

.img_home_compo{

  background-image: url("../img/Modulo_Home_Compo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  min-height: 451px;
  height: 100%;
  border-radius: 60px 60px 60px 60px;
  box-shadow: -10px 10px 5px 0px #101010;
  width: 100%;
}

.img_home_compo_over, .img_home_compo:hover{

  background-image: url("../img/Modulo_Home_Compo_Over.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  min-height: 451px;
  height: 100%;
  border-radius: 60px 60px 60px 60px;
  box-shadow: -10px 10px 5px 0px #101010;
  cursor: pointer;
  width: 100%;
}

.mano{
  cursor: pointer;
}

.pie{
  background-image: url("../img/Pie_All.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #343a40;
  min-height: 100%;
  height: 60px;
  margin: 0px;
}

main {
    padding: 0px;
    width:100%;
    background-color: #0e0d0d;
    margin: auto;
    max-width: 1920px;
}

footer {
  background-color: #343a40!important;
  bottom: 0;
  width: 100%;
  color: white;
  margin: auto;
  max-width: 1920px;
}

.ocultar{
  display: none;
}

.ver {
  display: flex;
  opacity: 1;
}

.verApagado {
  display: flex;
  opacity: 0;
}


.animacion{
  animation-duration: 0.75s;
  transition: all 0.75s ease-in-out;
}

.animacionSubir{
  opacity: 1;
  transition: transform 2s, opacity 3s;
  transform: translateY(-100%);
}

.animacionBajar{
  opacity: 1;
  transition: transform 2s, opacity 3s;
  transform: translateY(0%);
}

.wipe-in {
  opacity: 1;
  transition: transform 3s, opacity 3s;
  transform: translateY(-100%);
}

.wipe-out {
  opacity: 0;
  transition: transform 2700ms, opacity 2700ms;
  transform: translateY(-200%);
}


.ocultoDiv{
  overflow: hidden;
}

/*
.animacion{
   animation-duration: 2s;
   transform: translate(0px, 100px);
   transition: 0.5s linear;
}***/

.letra{
  font-size: 13px;
}

.letraImagenes{
  font-size: 24px;
  color: #FFFFFF;
}



.sidenav {
    height: 100%; /* 100% Full-height */
    min-height: 850px;
    width: 0; /* 0 width - change this with JavaScript */
    overflow: auto;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    float: right;
    position: relative;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    /*color: #f1f1f1;**/
    color: #3cfec7;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}



/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

a svg{
  transition:all .5s ease;

  &:hover{
    #transform:rotate(180deg);
  }
}

#ico{
  display: none;
}

.menu{
  background: #000;
  display: none;
  padding: 5px;
  width: 320px;
  @include border-radius(5px);

  #transition: all 0.5s ease;

  a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    margin: 3px 0;
    text-decoration: none;
    background: #444;

    &:nth-child(1){
      margin-top: 0;
      @include border-radius(3px 3px 0 0 );
    }
    &:nth-child(5){
      margin-bottom: 0;
      @include border-radius(0 0 3px 3px);
    }

    &:hover{
      background: #555;
    }
  }
}


.row > .col-xs-3 {
    display:flex;
    flex: 0 0 25%;
    max-width: 25%
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-row {
    display:flex;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}


.well {
    min-height: 00px;
    width: 100%;
}

/* Para la ventana modal de las imagenes
**/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/*** Fin ventana modal imagenes ***/


@media only screen and (max-width: 1450px) {
    .activarScroll{
        overflow-x: scroll;
        scrollbar-width: thin;   /* Para firefox **/
        scrollbar-color: #079A7C black;
        white-space: nowrap;
    }

    .img-fluid{
          max-width: 90%;
           height: auto;
           margin-left: 10px !important;
           height: 40px;
           padding-left: 0px;
    }


    .activarScroll::-webkit-scrollbar {
      width: 12px;               /* width of the entire scrollbar */
    }
    .activarScroll::-webkit-scrollbar-track{
      background-color: black;
      border-radius: 20px;
    }

    .activarScroll::-webkit-scrollbar-thumb {
      background-color: #079A7C;    /* color of the scroll thumb */
      border-radius: 20px;       /* roundness of the scroll thumb */
    }

    .margen1{
      padding-right: 0rem !important;
    }

    .margenUltimo{
      margin-right: 0px !important;
    }

    .margenMitad{
      margin-left: 10px !important;
    }

    .img-fluid{
      max-width: 100%;
      height: auto;
    }

    .margenLeft50{
      margin-left: 50px !important;
    }

    .margenRight0{
        margin-right: 0px !important;
    }

    .margenLeft100{
      margin-left: 60px !important;
    }

    .posicionFlechaArriba{
      min-width: 50%;
          right: auto;

    }

    .posicionFlechaAbajo{
        min-width: 50%;
        left: auto;
        margin-top: 150px;

    }

    .imgFlecha{
      max-width: 60%;
    }
    .margenTopFlechas{
        margin-top: -10px;
    }

    .imagenVacia{
      height: 100px;
    }
}


@media only screen and (max-width: 800px) {

  .menuDesplegable{
    width: 250px;
    text-align: end;
    float: right;
    margin-right: 10px;
    background-color: #1c1c1c;
  }

  .img_menuSuperior{
    background-image: url("../img/Base_Centro_Logo_All.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    height: 150px;
    width: 100%;
  }

  .img-fluid{
        max-width: 80%;
         height: auto;
         margin-left: 50px !important;
         height: 50px;
         padding-left: 30px;
  }

  .logoPie{
    height: 140px;
    width: 140px;
  }

  .margenLeft50{
    margin-left: 20px !important;
  }

  .margenLeft100{
    margin-left: 30px !important;
  }

  .posicionFlechaArriba{
    min-width: 50%;
        right: auto;
  }

  .posicionFlechaAbajo{
      min-width: 50%;
      left: auto;
      margin-top: 100px;
  }
  .margenTopFlechas{
      margin-top: -10px;
  }

  .imagenVacia{
    height: 40px;
  }
  .margenTopContact{
    margin-top: 0px;
  }

  .gradienteNegro{
    background-color: #0c0c0c;
    background: -prefix-linear-gradient(top, #0c0c0c, #1f1f1f);
    padding-top: 10px;
  }
  .centrarDiv{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 500px) {

  .scroll-horizontal {
      // Quitamos el scroll
   }

  .menuDesplegable{
    width: 250px;
    text-align: end;
    float: right;
    margin-right: 10px;
    background-color: #1c1c1c;
  }

  .img-fluid{
        max-width: 100%;
         height: auto;
         margin-left: 0px !important;
         height: 30px;
         padding-left: 0px;
  }

  .logoPie{
    height: 100px;
    width: 100px;
  }

  .margenLeft50{
    margin-left: 20px !important;
  }

  .margenLeft100{
    margin-left: 30px !important;
  }

  .posicionFlechaArriba{
    min-width: 50%;
        right: auto;
  }

  .posicionFlechaAbajo{
      min-width: 50%;
      left: auto;
      margin-top: 100px;
  }
  .margenTopFlechas{
      margin-top: -10px;
  }

  .imagenVacia{
    height: 40px;
  }

  .margenTopContact{
    margin-top: 0px;
  }

  .gradienteNegro{
    background-color: #0c0c0c;
    background: -prefix-linear-gradient(top, #0c0c0c, #1f1f1f);
    padding-top: 10px;
  }

  .centrarDiv{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
