@font-face {
    font-family: Black;
    src: url(../media/fuentes/Roboto-Black.otf);
}

@font-face {
    font-family: Bold;
    src: url(../media/fuentes/Roboto-Bold.ttf);
}

@font-face {
    font-family: Medium;
    src: url(../media/fuentes/Roboto-Medium.ttf);
}
@font-face {
    font-family: Thin;
    src: url(../media/fuentes/Roboto-Thin.ttf);
}
@font-face {
    font-family: Cuadrado;
    src: url(../media/fuentes/Square.ttf);
}
::-webkit-scrollbar {width: .8vw;}
::-webkit-scrollbar-thumb {background: #333; border-radius: 10px;}
::-webkit-scrollbar-track {background-color: black;}
::selection {
  color: white;
  background: red;
}
*{
	margin: 0;
	padding: 0;
  
}
body {
  background-color: black;
  background-image: url(../img/cesarshahirnoisy.jpg);
  background-size: 100%;
  background-repeat: repeat;
}
a, a:active {
  text-decoration: none;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#container {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
  box-shadow: 0 0 600px rgba(0,0,0,0.5) inset;
}
menu {
  position: fixed;
  top: 1.5vw;
  left: 1.5vw;
  z-index: 9999;
  mix-blend-mode: normal;
}
menu ul li {
  display: inline-block;
  color: white;
  padding-left: 1vw;
  text-shadow: .2vw .2vw .2vw rgba(0,0,0,0.6);
}
menu ul li p {
  display: inline-block;
  color: white;
  font-family: Bold;
  font-size: .9vw;
  letter-spacing: .4vw;
  font-weight: bolder;
  transition:all 0.2s;
}
menu ul li p:hover {
  transform: translateY(-4px);
  cursor: pointer;
  color: #ffbb00;
}
menu ul li:first-child p {
  font-size: 1vw;
  color: black;
  margin: 0;
  text-shadow: 0 0 0 #ffffff;
  width: 3.4vw;
  line-height: 3.4vw;
  background-image: url(../img/icon-cesarshahir.png);
  background-size: 100%;
}
menu ul li:first-child p:hover {
  transform: scale(1.1);
}
.dropdown {
  position: relative;
  display: inline-block;
  transition:all 1s;
}
.dropdown-content {
  /*display: none;*/
  opacity: 0;
  position: absolute;
  min-width: 1vw;
  z-index: 1;
  transition:all 1s;
}
.dropdown-content a {
  color: #000;
  text-transform: uppercase;
  padding: .2vw .5vw;
  text-align: center;
  font-family: Black;
  font-size: .7vw;
  letter-spacing: .3vw;
  font-weight: bolder;
  text-decoration: none;
  display: block;
  border-radius: .8vw;
  background-color: rgba(255,255,255,0.2);
  margin: .5vw 0 .5vw 0;
  transition:all 1s;
  text-shadow: .2vw .2vw .2vw rgba(0,0,0,0);
}
.dropdown-content a:first-child {
  display: none;
}
.dropdown-content a:hover {
  background-color: #fb0;
  opacity: 0.8;
}
.dropdown:hover .dropdown-content {
  /*display: block;*/
  opacity: 1;
}
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
#corner {
  position: fixed;
  opacity: 1;
  top: 0;
  right: 0;
  transition:all 0.4s;
  width: 9.65vw;
  z-index: 9999
}
#logo {
  mix-blend-mode:normal;
  margin-top: 17em;
  transition:all .6s;
  display: none;
}
#logo:hover {
  /*mix-blend-mode:difference;*/
  transform: scale(1.06);
}
#redes {
  position: fixed;
  mix-blend-mode:difference;
  bottom: 1.2vw;
  left: 1.8vw;
  z-index: 999;
}
#redes ul li {
  display: inline-block;
  padding-left: 1.7vw;
}
#redes ul li img {
  width: 2.2vw;
  transition:all 0.4s;
  /*-webkit-filter: drop-shadow(3px 3px 3px rgba(255,255,255,0.4));
  filter: drop-shadow(3px 3px 3px rgba(255,255,255,0.4));*/
}
#redes ul li img:hover {
  transform: scale(1.3);
  cursor: pointer;
}
#error404 {
  position: absolute;
  top: 49vh;
  right: 9.5vw;
  color: red;
  font-family: Cuadrado;
  font-size: 1.5vw;
  letter-spacing: .64vw;
  text-shadow:1px 0 0 red,2px 0 0 red;
  opacity: 0.8;
  transition:all 4s;
}
#cgishahir {
  transition: all 4s;
}
#container:hover > #error404 {
  letter-spacing: .6vw;
}
#next {
  width: 3vw;
  position: fixed;
  mix-blend-mode:difference;
  bottom: 1vw;
  margin-left: -1.5vw;
  /*right: 3vw;*/
  transition:all 0.4s;
  z-index: 980;
  cursor: pointer;
  transition:all 0.2s;
}
#next:hover {
  transform: translateY(-.2vw);
}
#googleit {
  position: fixed;
  /*mix-blend-mode:difference;*/
  bottom: 1vw;
  width: 2.5vw;
  right: 3vw;
  z-index: 990;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  transition: all .8s;
}
#googleit:hover {
  transform: rotate(-360deg) scale(1.35);
}
#crypto {
  position: fixed;
  color: #fa0;
  /*mix-blend-mode:difference;*/
  font-size: .85vw;
  letter-spacing: .4vw;
  line-height: .9vw;
  font-family: Black;
  text-transform: uppercase;
  top: 1.5vw;
  cursor: url('../media/rock.cur'), auto;
  right: 1.2vw;
  z-index: 999999;
  text-decoration: none;
  opacity: .25;
  text-shadow: 3px 3px 0 #606;
  transition: all 0.1s;
}
#crypto:hover {
  color: #0fa;
  transform: scale(1.06);
  opacity: .25;
}
#ground {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 1vw;
  background-image: url(../img/borde.png);
  z-index: 9;
  display: none;
}
#home {
  width: 100%;
  height: 94vh;
  /*background-image: url(../img/cesarshahirnoisy.jpg);
  background-image: url(../img/cesarshahirwhales.jpg);
  background-size: cover;*/
  border: 2vh solid transparent;
  border-image: url(../img/borde.png) 22 6 round;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#cgshahir {
  width: 68vw;
  height: 80vh;
  padding: 18vh 15vw 8vh 15vw;
  background-image: url(../img/black.jpg);
  background-size: 100vw 115vh;
  background-position: 0 0;
  background-repeat:no-repeat;
  mix-blend-mode: lighten;
  transition: all .4s ease-in-out;
}
#cgshahir:hover {
  background-image: url(../img/cesarshahirflare.jpg);
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: 100vw 115vh;
  mix-blend-mode: lighten;
}
#mobile {
  display: none;
}
#cgeshahir {
  width: 0;
  height: 0;
  padding: 0;
}
#sculpting {
  width: 100%;
  height: 100vh;
  background-color: black;
  background-image: url(../img/cesarshahirnoisy.jpg);
  background-image: url(../img/cesarshahirsculpt.jpg);
  box-shadow: 0 0 600px rgba(0,0,0,0.2) inset;
  transition:all 2s;
  /*background-size: 104% 104%;*/
  background-size: cover;
  background-position: center 0;
  background-repeat:no-repeat;
  /*border: 1.5vh solid transparent;
  border-image: url(../img/borde4.png) 22 6 round;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;*/
}
/*#sculpting:hover {
  background-size: 100% 100%;
}*/
h1, h2, h3 {
  font-family: Black;
  font-weight: bolder;
}
h1 {
  cursor: default;
}
#sculpting h1 {
  padding-top: 19%;
  font-size: 10vw;
  color: #fd0;
  mix-blend-mode:difference;
  transition:all 4s;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
  text-shadow: 5px 5px 5px #00a2ff;
}
#sculpting h1:hover {
  letter-spacing: .13vw;
}
#sculpting h3 {
  font-size: 2.1vw;
  color: #fff;
  margin-top: -20px;
  text-shadow: 4px 4px 7px rgba(0,0,0,1);
  transition:all 0.2s;
  /*mix-blend-mode:overlay;*/
}
#sculpting h3:hover {
  transform: translateY(-4px);
  color: #fd0;
  /*mix-blend-mode:difference;*/
}
#animation {
  width: 100%;
  height: 100vh;
  background-color: black;
  background-image: url(../img/cesarshahirnoisy.jpg);
  background-image: url(../img/cesarshahirhalloween.jpg);
  transition:all 2s;
  /*background-size: 100% 100%;*/
  background-size: cover;
  background-position: center 0;
  background-repeat:no-repeat;
  box-shadow: 0 0 600px rgba(0,0,0,0.2) inset;
  border-image: url(../img/borde.png) 22 6 round;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
/*#animation:hover {
  background-size: 104% 104%;
}*/
#animation h1 {
  padding-top: 26%;
  font-size: 8vw;
  color: #d0f;
  margin-left: 7vw;
  /*mix-blend-mode:difference;*/
  transition:all 4s;
  text-shadow: 0 10px black;
}
#animation h1:hover {
  letter-spacing: .4vw;
}
#animation h3 {
  font-size: 1.8vw;
  margin: -1.2em 0 0 17%;
  color: #0f0;
  /*mix-blend-mode:difference;*/
  transition:all 0.4s;
  text-shadow: 4px 4px 7px rgba(0,0,0,1);
}
#animation h3:hover {
  transform: translateY(-4px);
  color: #8f0;
}
#modelling {
  width: 100%;
  height: 93vw;
  background-color: black;
  background-image: url(../img/cesarshahirnoisy.jpg);
  background-image: url(../img/cesarshahiraltardemuertos.jpg);
  /*background-size: 103% auto;*/
  background-size: cover;
  background-position: center 0;
  background-repeat:no-repeat;
  box-shadow: 0 0 600px rgba(0,0,0,1) inset;
  z-index: -2;
  position: absolute;
  transition:all 2s;
}
/*#modelling:hover {
  background-size: 100% auto;
}*/
#modelling h1 {
  padding-top: 44%;
  font-size: 7.5vw;
  color: white;
  margin-left: 9.5vw;
  /*mix-blend-mode: difference;*/
  transition:all 6s;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.8);
}
#modelling h1:hover {
  letter-spacing: .4vw;
}
#modelling h2 {
  font-size: 3.2vw;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1.6vw;
  margin-left: 8vw;
  margin-top: -2.8vw;
  mix-blend-mode:difference;
  transition:all 4s;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.8);
}
#modelling h3 {
  font-size: 1.8vw;
  margin: -.7vw 0 0 11vw;
  color: white;
  transition:all 0.4s;
  text-shadow: 4px 4px 7px rgba(0,0,0,1);
}
#modelling h3:hover {
  transform: translateY(-4px);
  color: #ff2222;
}
#cero {
  position: fixed;
  /*mix-blend-mode: difference;*/
  left: 8.5vw;
  top: 39%;
  z-index: -1;
  cursor: default;
}
#cero h1 {
  /*padding-top: 44%;*/
  font-size: 7.4vw;
  color: white;
  margin-left: .5vw;
  transition:all 6s;
  text-shadow: 2.5vw 1vw .5vw rgba(0,0,0,0.4);
}
#cero h1:hover {
  letter-spacing: .06vw;
}
#cero h2 {
  font-size: 3vw;
  text-transform: uppercase;
  color: #fb0;
  letter-spacing: .1vw;
  margin-top: -2.8vw;
  transition:all 4s;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.8);
}
#cero h3 {
  font-size: 1.75vw;
  margin: -1vw 0 0 12vw;
  color: #0fc;
  transition:all 0.4s;
  text-shadow: 4px 4px 7px rgba(0,0,0,1);
}
#cero h3:hover {
  transform: translateY(-4px);
  color: #0ff;
}
#none {
  display: none;
}
#servicios {
  width: 100%;
  height: 99.7vh;
  background-image: url(../img/cesarshahirnoisy.jpg);
  background-image: url(../img/cesarshahirnoise.jpg);
  margin-top: 92vw;
  box-shadow: 0 0 40vw rgba(0,0,0,1) inset;
  overflow: hidden;
}
#servicios h1 {
  font-family: Thin;
  text-transform: uppercase;
  font-size: 1vw;
  letter-spacing: 3vw;
  text-align: center;
  padding-top: 10%;
  margin-left: 4vw;
  color: #909;
}
/*#servicios p {
  font-family: Roboto Black;
  font-size: 2.4vw;
  width: 300vw;
  letter-spacing: 10vw;
  line-height: 2.7vw;
  text-align: center;
  margin-top: 2vw;
  margin-left: -95vw;
  color: #888;
  mix-blend-mode: difference;
  transition:all 10s;
  background-color: rgba(0,0,0,0);
  transition:all 8s;
}*/
#servicios p {
  font-family: Black;
  font-size: 2.4vw;
  width: 100vw;
  letter-spacing: -.1vw;
  line-height: 2.7vw;
  text-align: center;
  margin-top: 2vw;
  margin-left: 0;
  color: #888;
  mix-blend-mode: difference;
  transition:all 2s;
  background-color: rgba(0,0,0,0);
}
#servicios p span {
  background: -webkit-linear-gradient(#888, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: default;
  transition: all 1s;
}
.pointer {
  cursor: pointer !important;
}
#servicios p span:hover {
  letter-spacing: .07vw;
}
#servicios:hover > p {
  width: 100vw;
  letter-spacing: -.1vw;
  margin-left: 0;
}
.triangle {
  float: left;
  position: absolute;
  left: 0;
  z-index: 999999999999;
  opacity: .7;
  mix-blend-mode:difference;
  text-shadow: .2vw .2vw .2vw rgba(255,255,255,0.6);
}
#galeria {
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-image: url(../img/cesarshahirnoisy.jpg);
  background-repeat: repeat;
  border: .5vh solid transparent;
  border-image: url(../img/borde2.png) 22 6 round;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#galeria div {
  transition: all 1s;
  overflow: hidden;
}
#gal div:hover {
  box-shadow: 0 0 6vw rgba(0,0,0,0) inset;
}
#gal {
}
#gal div div {
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 1.4s;
}
#gal div div:hover {
  transform: scale(1.2);
  filter: grayscale(0.3);
  box-shadow: 0 0 6vw rgba(0,0,0,1) inset;
}
#gal div div h3 {
  text-transform: uppercase;
  font-size: .7vw;
  text-shadow: 2px 2px 6px black;
  -webkit-filter: drop-shadow(0 0 6px black);
  filter: drop-shadow(0 0 6px black);
  -webkit-filter: drop-shadow(0 0 3px black);
  filter: drop-shadow(0 0 3px black);
  -webkit-filter: drop-shadow(0 0 3px black);
  filter: drop-shadow(0 0 3px black);
  letter-spacing: .3vw;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: all 2s;
  opacity: 0;
}
#gal div div:hover > h3 {
  opacity: 1;
  box-shadow: 0 0 6vw rgba(0,0,0,1) inset;
}
/*#uno h3:hover, #cinco h3:hover, #once h3:hover, #quince h3:hover {
  display: none !important;
}
#uno:hover, #cinco:hover, #once:hover, #quince:hover {
  display: none !important;
}*/

.thin {
  width: 10%;
  height: 33.33333333333333333333vh;
  float: left;
}
.vertic {
  width: 15%;
  height: 33.33333333333333333333vh;
  float: left;
}
.horizo {
  width: 30%;
  height: 33.33333333333333333333vh;
  float: left;
}
.square {
  width: 20%;
  height: 33.33333333333333333333vh;
  float: left;
}
.third {
  width: 15%;
  height: 41vh;
  float: left;
}
.half {
  width: 30%;
  height: 41vh;
  float: left;
}
.quarter {
  width: 20%;
  height: 41vh;
  float: left;
}
.column {
  width: 20%;
  height: 1150vh;
  float: left;
}
.columin {
  width: 100%;
  float: left;
}

#uno {
  background-image: url(../img/galeria/cesarshahir-galeria1.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#dos {
  background-image: url(../img/galeria/cesarshahir-galeria2.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#tres {
  background-image: url(../img/galeria/cesarshahir-galeria3.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#cuatro {
  background-image: url(../img/galeria/cesarshahir-galeria4.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#cinco {
  background-image: url(../img/galeria/cesarshahir-galeria5.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#seis {
  background-image: url(../img/galeria/cesarshahir-galeria6.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#siete {
  background-image: url(../img/galeria/cesarshahir-galeria7.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#siete:hover {
  background-image: url(../img/galeria/cesarshahir-galeria7a.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#ocho {
  background-image: url(../img/galeria/cesarshahir-galeria8.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#nueve {
  background-image: url(../img/galeria/cesarshahir-galeria9.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#diez {
  background-image: url(../img/galeria/cesarshahir-galeria10.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#once {
  background-image: url(../img/galeria/cesarshahir-galeria11.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#once:hover {
  background-image: url(../img/galeria/cesarshahir-galeria11a.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#doce {
  background-image: url(../img/galeria/cesarshahir-galeria12.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#trece {
  background-image: url(../img/galeria/cesarshahir-galeria13.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#catorce {
  background-image: url(../img/galeria/cesarshahir-galeria14.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#quince {
  background-image: url(../img/galeria/cesarshahir-galeria15.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}

#model1 {
  background-image: url(../img/modelling/cesarshahir-modelling1.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model2 {
  background-image: url(../img/modelling/cesarshahir-modelling2.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model3 {
  background-image: url(../img/modelling/cesarshahir-modelling3.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model4 {
  background-image: url(../img/modelling/cesarshahir-modelling4.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model5 {
  background-image: url(../img/modelling/cesarshahir-modelling5.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model5:hover {
  background-image: url(../img/modelling/cesarshahir-modelling5a.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model6 {
  background-image: url(../img/modelling/cesarshahir-modelling6.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
#model7 {
  background-image: url(../img/modelling/cesarshahir-modelling7.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model8 {
  background-image: url(../img/modelling/cesarshahir-modelling8.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model9 {
  background-image: url(../img/modelling/cesarshahir-modelling9.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model10 {
  background-image: url(../img/modelling/cesarshahir-modelling10.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model11 {
  background-image: url(../img/modelling/cesarshahir-modelling11.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model12 {
  background-image: url(../img/modelling/cesarshahir-modelling12.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model12:hover {
  background-image: url(../img/modelling/cesarshahir-modelling12a.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model13 {
  background-image: url(../img/modelling/cesarshahir-modelling13.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model14 {
  background-image: url(../img/modelling/cesarshahir-modelling14.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model14:hover {
  background-image: url(../img/modelling/cesarshahir-modelling14a.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model15 {
  background-image: url(../img/modelling/cesarshahir-modelling15.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model16 {
  background-image: url(../img/modelling/cesarshahir-modelling16.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model17 {
  background-image: url(../img/modelling/cesarshahir-modelling17.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model18 {
  background-image: url(../img/modelling/cesarshahir-modelling18.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model19 {
  background-image: url(../img/modelling/cesarshahir-modelling19.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model19:hover {
  background-image: url(../img/modelling/cesarshahir-modelling19a.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model20 {
  background-image: url(../img/modelling/cesarshahir-modelling20.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model21 {
  background-image: url(../img/modelling/cesarshahir-modelling21.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model22 {
  background-image: url(../img/modelling/cesarshahir-modelling22.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model23 {
  background-image: url(../img/modelling/cesarshahir-modelling23.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model24 {
  background-image: url(../img/modelling/cesarshahir-modelling24.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model25 {
  background-image: url(../img/modelling/cesarshahir-modelling25.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
/*#model25:hover {
  background-image: url(../img/modelling/cesarshahir-modelling31.jpg);
}*/
#model26 {
  background-image: url(../img/modelling/cesarshahir-modelling26.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model27 {
  background-image: url(../img/modelling/cesarshahir-modelling27.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model28 {
  background-image: url(../img/modelling/cesarshahir-modelling28.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model29 {
  background-image: url(../img/modelling/cesarshahir-modelling29.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model30 {
  background-image: url(../img/modelling/cesarshahir-modelling30.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model31 {
  background-image: url(../img/modelling/cesarshahir-modelling31.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model32 {
  background-image: url(../img/modelling/cesarshahir-modelling32.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model33 {
  background-image: url(../img/modelling/cesarshahir-modelling33.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#model34 {
  background-image: url(../img/modelling/cesarshahir-modelling34.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}


#sculpt1 {
  background-image: url(../img/sculpting/cesarshahir-sculpting1.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt2 {
  background-image: url(../img/sculpting/cesarshahir-sculpting2.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt3 {
  background-image: url(../img/sculpting/cesarshahir-sculpting3.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt4 {
  background-image: url(../img/sculpting/cesarshahir-sculpting4.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt5 {
  background-image: url(../img/sculpting/cesarshahir-sculpting5.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt6 {
  background-image: url(../img/sculpting/cesarshahir-sculpting6.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt7 {
  background-image: url(../img/sculpting/cesarshahir-sculpting7.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt8 {
  background-image: url(../img/sculpting/cesarshahir-sculpting8.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt9 {
  background-image: url(../img/sculpting/cesarshahir-sculpting9.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt10 {
  background-image: url(../img/sculpting/cesarshahir-sculpting10.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt11 {
  background-image: url(../img/sculpting/cesarshahir-sculpting11.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt12 {
  background-image: url(../img/sculpting/cesarshahir-sculpting12.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt12:hover {
  background-image: url(../img/sculpting/cesarshahir-sculpting12a.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt13 {
  background-image: url(../img/sculpting/cesarshahir-sculpting13.jpg);
  background-repeat: no-repeat;
}
#sculpt14 {
  background-image: url(../img/sculpting/cesarshahir-sculpting14.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt15 {
  background-image: url(../img/sculpting/cesarshahir-sculpting15.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt16 {
  background-image: url(../img/sculpting/cesarshahir-sculpting16.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
/*#sculpt16:hover {
  background-image: url(../img/sculpting/cesarshahir-sculpting16a.jpg);
}*/
#sculpt17 {
  background-image: url(../img/sculpting/cesarshahir-sculpting17.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
/*#sculpt17:hover {
  background-image: url(../img/sculpting/cesarshahir-sculpting17a.jpg);
}*/
#sculpt18 {
  background-image: url(../img/sculpting/cesarshahir-sculpting18.jpg);
  background-repeat: no-repeat;
}
/*#sculpt18:hover {
  background-image: url(../img/sculpting/cesarshahir-sculpting18a.jpg);
}*/
#sculpt19 {
  background-image: url(../img/sculpting/cesarshahir-sculpting19.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
/*#sculpt19:hover {
  background-image: url(../img/sculpting/cesarshahir-sculpting19a.jpg);
}*/
#sculpt20 {
  background-image: url(../img/sculpting/cesarshahir-sculpting20.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
/*#sculpt20:hover {
  background-image: url(../img/sculpting/cesarshahir-sculpting20a.jpg);
}*/
#sculpt21 {
  background-image: url(../img/sculpting/cesarshahir-sculpting21.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt22 {
  background-image: url(../img/sculpting/cesarshahir-sculpting22.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt22:hover {
  background-image: url(../img/sculpting/cesarshahir-sculpting22a.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt23 {
  background-image: url(../img/sculpting/cesarshahir-sculpting23.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt24 {
  background-image: url(../img/sculpting/cesarshahir-sculpting24.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
/*#sculpt24:hover {
  background-image: url(../img/sculpting/cesarshahir-sculpting24a.jpg);
}*/
#sculpt25 {
  background-image: url(../img/sculpting/cesarshahir-sculpting25.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt26 {
  background-image: url(../img/sculpting/cesarshahir-sculpting26.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt27 {
  background-image: url(../img/sculpting/cesarshahir-sculpting27.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt28 {
  background-image: url(../img/sculpting/cesarshahir-sculpting28.jpg);
  background-repeat: no-repeat;
}
#sculpt29 {
  background-image: url(../img/sculpting/cesarshahir-sculpting999.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt30 {
  background-image: url(../img/sculpting/cesarshahir-sculpting30.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt31 {
  background-image: url(../img/sculpting/cesarshahir-sculpting9.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt32 {
  background-image: url(../img/sculpting/cesarshahir-sculpting8.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt33 {
  background-image: url(../img/sculpting/cesarshahir-sculpting1.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt34 {
  background-image: url(../img/sculpting/cesarshahir-sculpting10.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt35 {
  background-image: url(../img/sculpting/cesarshahir-sculpting3.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt36 {
  background-image: url(../img/sculpting/cesarshahir-sculpting4.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt37 {
  background-image: url(../img/sculpting/cesarshahir-sculpting5.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}
#sculpt38 {
  background-image: url(../img/sculpting/cesarshahir-sculpting22.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
}

#animat1 {
  background-image: url(../img/animation/cesarshahir-animation1.gif);
  background-position: center;
}
#animat2 {
  background-image: url(../img/animation/cesarshahir-animation2.gif);
  background-position: center;
}
#animat3 {
  background-image: url(../img/animation/cesarshahir-animation3.gif);
  background-position: center 0;
}
#animat4 {
  background-image: url(../img/animation/cesarshahir-animation4.gif);
  background-position: center;
}
#animat5 {
  background-image: url(../img/animation/cesarshahir-animation5.gif);
  background-position: center;
}
#animat6 {
  background-image: url(../img/animation/cesarshahir-animation6.gif);
  background-position: center auto;
}
#animat7 {
  background-image: url(../img/animation/cesarshahir-animation7.gif);
  background-position: center;
}
#animat8 {
  background-image: url(../img/animation/cesarshahir-animation8.gif);
  background-position: center;
}
#animat9 {
  background-image: url(../img/animation/cesarshahir-animation9.gif);
  background-position: center;
}
#animat10 {
  background-image: url(../img/animation/cesarshahir-animation10.gif);
  background-position: center;
}
#animat11 {
  background-image: url(../img/animation/cesarshahir-animation11.gif);
  background-position: center;
}
#animat12 {
  background-image: url(../img/animation/cesarshahir-animation12.gif);
  background-position: center;
}
#animat13 {
  background-image: url(../img/animation/cesarshahir-animation13.gif);
  background-position: center;
}
#animat14 {
  background-image: url(../img/animation/cesarshahir-animation14.gif);
  background-position: center;
}
#animat15 {
  background-image: url(../img/animation/cesarshahir-animation15.gif);
  background-position: center;
}
#animat16 {
  background-image: url(../img/animation/cesarshahir-animation16.gif);
  background-position: center;
}
#animat17 {
  background-image: url(../img/animation/cesarshahir-animation17.gif);
  background-position: center 0;
}
#animat18 {
  background-image: url(../img/animation/cesarshahir-animation18.gif);
  background-position: center;
}
#animat19 {
  background-image: url(../img/animation/cesarshahir-animation19.gif);
  background-position: center;
}
#animat20 {
  background-image: url(../img/animation/cesarshahir-animation20.gif);
  background-position: center;
}
#animat21 {
  background-image: url(../img/animation/cesarshahir-animation21.gif);
  background-position: center;
}
#animat22 {
  background-image: url(../img/animation/cesarshahir-animation22.gif);
  background-position: center;
}
#animat23 {
  background-image: url(../img/animation/cesarshahir-animation23.gif);
}
#animat24 {
  background-image: url(../img/animation/cesarshahir-animation24.gif);
}
#animat25 {
  background-image: url(../img/animation/cesarshahir-animation25.gif);
}
#animat26 {
  background-image: url(../img/animation/cesarshahir-animation26.gif);
}
#animat27 {
  background-image: url(../img/animation/cesarshahir-animation27.gif);
}
#animat28 {
  background-image: url(../img/animation/cesarshahir-animation28.gif);
}
#animat29 {
  background-image: url(../img/animation/cesarshahir-animation29.gif);
}
#animat30 {
  background-image: url(../img/animation/cesarshahir-animation30.gif);
}
#hide {
  display: block;
}
#contacto {
  width: 100%;
  height: 60vh;
  padding-top: 2vw;
  /*background: -webkit-linear-gradient(#606, #303);*/
  background: #fff;
  background-image: url(../img/cesarshahirnoise.jpg);
  /*border: 15px solid transparent;
  border-image: url(../img/borde.png) 20 6 round;
  border-image-outset: 1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;*/
  border: 1.5vh solid transparent;
  border-image: url(../img/borde.png) 22 6 round;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  /*display: flex;
  justify-content: center;
  align-items: center;  */
}
form {
  width: 60%;
  height: 80%;
  margin-top: 2vw;
  mix-blend-mode:multiply;
}
form label {
	background: none;
	color: #222;
}
form input, textarea, label, #listaservicios {
  background: #bbb;
  /*mix-blend-mode:difference;*/
  border: none;
  border-radius: 1.3vw;
  line-height: 2.4vw;
  color: #555;
  font-family: Black;
  font-size: 1vw;
  letter-spacing: .1vw;
  resize: none;
  padding: 0 1%;
  margin: 1vw 0;
}
form input:enabled, textarea:enabled, label:enabled, #listaservicios:enabled {
  border: none;
  outline: none;
}
form input:focus, textarea:focus, label:focus {
  background: #7bd;
}
#name {
  width: 50%;
  margin: 0 1% 0 0;
}
#email {
  width: 20%;
  margin: 0 1%;
}
#subject {
  width: 19%;
  margin: 0 0 0 1%;
}
#listaservicios {
  height: 2.4vw;
  width: 34%;
  background-color: #555;
  color: #ddd;
  margin: 1vw 1% 0 0;
}
option {
  background-color: #888;
}
#citas {
  background-color: #555;
  color: #ddd;
  width: 32%;
  margin: 1vw 3% 0 1%;
}
#efectivo {
  width: 2.5%;
  margin: 0 1% 0 0;
}
#tarjeta {
  width: 2.5%;
  margin: 0 1% 0 0;
}
textarea {
	width: 98%;
	line-height: 1.8vw;
	border-radius: 2vw;
	margin: 1vw 1% 0 0;
	overflow-y: hidden;
}
#reset {
  width: 15%;
  margin: 1vw 1% 0 0;
  background-color: #000;
  color: white;
  transition: all .2s;
}
#submit {
  width: 15%;
  margin: 1vw 0 0 0;
  background-color: #000;
  color: white;
  transition: all .2s;
}
#submit:hover {
  background-color: #090;
}
#reset:hover {
  background-color: #c00;
}
#contacto h1 {
	font-family: Black;
	width: 59%;
	color: #555;
	font-size: 2vw;
	line-height: 2vw;
	border: 2px dashed #ccc;
	border-left: 0;
	border-right: 0;
	padding-bottom: 2vw;
	border-top: 0;
}
/*#contacto h1 span {
	color: #747;
}*/
#contacto h2 {
	font-family: Black;
	color: #707;
	font-size: 1.2vw;
	line-height: 2vw;
}
#datos {
	width: 59%;
	margin-top: 2vw;
}
#datos h3 {
	color: #707;
	font-size: 1.2vw;
	border: 2px dashed #ccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 1.5vw 0 .5vw 0;
}
#contacto p {
	font-family: Bold;
	color: #888;
	font-size: 1vw;
	line-height: 2vw;
	border: 2px dashed #ccc;
	border-left: 0;
	border-right: 0;
	/*border-bottom: 0;*/
	letter-spacing: .05vw;
	text-align: left;
	margin-top: .06vw;
}
#contacto p span {
	float: right;
	cursor: pointer;
	transition: all .5s;
}
#contacto p span:hover {
	float: right;
	cursor: pointer;
	color: #a06;
}
#descripcion {
	width: 100%;
	height: 14.2vh;
	/*background: rgb(51,0,51);
	background: linear-gradient(8deg, rgba(51,0,51,1) 50%, rgba(85,0,85,1) 50%);*/
	background-image: url(../img/cesarshahirnoisy.jpg);
	display: flex;
  justify-content: center;
  align-items: center;
}
#descripcion h1 {
	width: 75%;
	padding: .5vw 2vw 0 2vw;
	mix-blend-mode:difference;
	color: white;
	font-family: medium;
	font-size: .9vw;
	/*border: .5vw solid rgba(255,255,255,0.15);
	border-top: 0;
	border-bottom: 0;*/
	letter-spacing: .3vw;
	text-align: center;
  line-height: 1.1vw;
	margin: 0 auto;
}
#descripcion span {
	background: -webkit-linear-gradient(left, #f70, #c0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1vw;
	font-size: 1.4vw;
}

#descri {
  width: 100%;
  height: 14.2vh;
  /*background: rgb(51,0,51);
  background: linear-gradient(8deg, rgba(51,0,51,1) 50%, rgba(85,0,85,1) 50%);*/
  background-image: url(../img/cesarshahirnoisy.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#descri h1 {
  width: 75%;
  padding: .5vw 2vw 0 2vw;
  mix-blend-mode:difference;
  color: white;
  font-family: medium;
  font-size: .9vw;
  /*border: .5vw solid rgba(255,255,255,0.15);
  border-top: 0;
  border-bottom: 0;*/
  letter-spacing: .3vw;
  text-align: center;
  line-height: 1.1vw;
  margin: 0 auto;
}
#descri span {
  background: -webkit-linear-gradient(left, #f70, #c0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1vw;
  font-size: 1.4vw;
}

#clients{
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 4vw;
  /*border: .5vh solid transparent;
  border-image: url(../img/borde2.png) 22 6 round;
  border-top: 0;
  border-left: 0;
  border-right: 0;*/
  box-shadow: 0 0 600px rgba(0,0,0,.3) inset;
  background-image: url(../img/cesarshahirnoise.jpg);
}
#pic {
  width: 14.5vw;
  height: 50vh;
  margin: 1vw 1vw;
  overflow: hidden;
  /*background-image: url(../img/cesarshahirnoise.jpg);*/
  background: #222; 
  border-radius: 1vw;
  display: inline-block;
  box-shadow: .3vw .3vw 1vw rgba(0,0,0,0.8);
  /*position: absolute;*/
}
#pic img {
  width: 100%;
}
#pic .uno {
  width: 80%;
  color: #999;
  font-family: Black;
  font-size: 1.1vw;
  background: linear-gradient(to right, #ea5, #828);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2vw;
}
#grad {
  width: 80%;
  height: .7vw;
  background: #454545;
  border-radius: 1vw;
}
#pic .dos {
  width: 100%;
  color: #999;
  font-family: Medium;
  font-size: .75vw;
  letter-spacing: 1px;
  margin-bottom: .55vw;
}
#e1, #e2, #e3, #e4, #e5, #e6, #e7, #e8, #e9 {
  display: none;
}
iframe {
  width: 80vw; height: 80vh;
  padding: 11vh 0 7.5vh 0;
}
#sign {
  width: 100%;
  height: 7vh;
  /*background-color: black;*/
  padding-top: 1vh;
  opacity: .8;
}
#sign img {
  width: 19vw;
  margin-left: 1.2vw;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  border-bottom-style: dashed;
}
#sign p {
  width: 20.5vw;
  margin-left: 1.2vw;
  margin-top: .25vw;
  padding-bottom: .25vw;
  font-size: .4vw;
  color: white;
  font-family: bold;
  letter-spacing: .15vw;
  text-transform: uppercase;
  border-bottom: 1px solid #444;
  border-bottom-style: dashed;
}
/*-------------------------------------K6-------------------------------------------------------*/
@media (max-aspect-ratio: 1/1) {
.triangle {
  display: none;
}
#descri {
  width: 100%;
  height: 17vh;
  display: block;
}
#descri h1 {
  width: 90%;
  padding: 5vw 2vw 0 2vw;
  font-size: 3.3vw;
  letter-spacing: .3vw;
  line-height: 5vw;
}
#descri span {
  line-height: .1vw;
  font-size: 4vw;
} 
#sign {
  display: none;
}
::-webkit-scrollbar {width: 0;}
#container {
  width: 100%;
}
iframe {
  width: 100vw;
  padding: 0 !important;
  margin-top: -25vh;
}
menu {
  top: 0;
  left: 0;
  padding: 6vw 4vw 6vw 4vw;
  z-index: 9999;
  mix-blend-mode:normal;
  width: 100%;
  background-image: url(../img/cesarshahirnoisy.jpg);
  background-size: 100%;
}
menu ul li {
  padding-left: 4vw;
}
menu ul li:first-child {
  padding-left: 10vw ;
}
menu ul li p {
  font-size: 3vw;
  color: #555;
  font-family: Medium;
  letter-spacing: 1vw;
  transition:all 0.2s;
} 
.dropdown-content {
  display: none;
}
menu ul li p:hover {
  cursor: pointer;
  color: #555;
  transform: none;
}
menu ul li:first-child p {
  font-size: 3.5vw;
  transform: scale(4);
  opacity: 0;
  margin: 0;
  text-shadow: 0 0 0 #ffffff;
}
menu ul li:first-child p:hover {
  /*transform: scaleX(4.2);
  text-shadow: 0 0 3px #ffff00, 0 0 5px #ff0000;*/
}
#crypto {
  display: none;
}
#corner {
  /*mix-blend-mode:difference;*/
  position: fixed;
  top: 0;
  right: 0;
  transition:all 0.4s;
  width: 15vw;
  display: none;
}
#logo {
  mix-blend-mode:normal;
  width: 94%;
  margin: 32vh 3% 0 3%;
}
#logo:hover {
  /*mix-blend-mode:difference;*/
  transform: scale(1.1);
}
#redes {
  bottom: 2.5vw;
  left: 1vw;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
}
#redes ul li {
  padding-left: 4vw;
}
#redes ul li img {
  width: 10vw;
}
#next {
  width: 15vw;
  bottom: 18vw;
  margin-left: -7vw;
}
#googleit {
  bottom: 2.2vw;
  width: 9.2vw;
  right: 5vw;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.7));
}
#ground {
  display: block;
}
#error404 {
  position: absolute;
  top: 70vh;
  right: 17vw;
  color: red;
  font-family: Cuadrado;
  font-size: 5vw;
  letter-spacing: 1vw;
  text-shadow:1px 0 0 red,2px 0 0 red;
  opacity: 0.8;
  transition:all 4s;
}
#container:hover > #error404 {
  letter-spacing: 1vw;
}
#cgishahir {
  margin: -6vh 0 0 -65vw;
  width: 230vw !important;
}
#home {
  width: 100%;
  height: 100vw;
  border: none;
  display: none;
  /*background-image: url(../img/whaleportrait.jpg);
  background-size: cover;
  background-position: 50%;*/
  box-shadow: 0 0 200px rgba(0,0,0,0.1) inset;
}
#cgshahir {
  display: none;
  /*mix-blend-mode:difference;*/
}
#mobile {
  display: block;
  width: 100%;
  height: 8vh;
  /*background-image: url(../img/cesarshahirnoisy.jpg);
  background-image: url(../img/cesarshahirstars.jpg);*/
  background-color: black;
  background-size: cover;
  background-position: 45%;
}
#cgeshahir {
  width: 44vw;
  height: 40vh;
  margin-top: 0 !important;
  padding: 20vh 28vw 0 28vw !important;
}
#sculpting {
  width: 100%;
  height: 100vw;
  background-image: url(../img/sculpt0.jpg);
  background-size: cover;
  background-position: -3vw;
  box-shadow: 0 0 200px rgba(0,0,0,0.2) inset;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sculpting:hover {
  background-size: cover;
  background-position: 10%;
}
#sculpting h1 {
  padding-top: 66vw;
  font-size: 11vw;
  text-shadow: 5px 5px 10px rgba(0,0,0,.5);
  mix-blend-mode:normal;
}
#sculpting h1:hover {
  letter-spacing: 1.5vw;
}
#sculpting h3 {
  font-size: 4vw;
  margin-top: -20px;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
  transition:all 0.2s;
  mix-blend-mode:normal;
}
#sculpting h3:hover {
  transform: translateY(-4px);
  color: #00ffff;
}
#animation {
  width: 100%;
  height: 92vh;
  background-image: url(../img/cesarshahirhalloweenmob.jpg);
  background-position: center 0;
  box-shadow: 0 0 200px rgba(0,0,0,0.2) inset;
}
#animation h1 {
  padding-top: 60vh;
  font-size: 11vw;
  color: #c0f;
  margin-left: 24.5vw;
  text-shadow: 4px 4px 10px rgba(0,0,0,1);
}
#animation h1:hover {
  letter-spacing: 1.5vw;
  margin-left: 20vw;
}
#animation h3 {
  font-size: 4vw;
  margin: -4vw 0 0 41vw;
  color: #0f0;
  mix-blend-mode:normal;
  transition:all 0.4s;
  text-shadow: 4px 4px 7px rgba(0,0,0,1);
}
#animation h3:hover {
  transform: translateY(-4px);
  color: #ff0;
}
#modelling {
  width: 100vw;
  height: 100vw;
  background-image: url(../img/cesarshahiraltardemuertos.jpg);
  background-size: cover;
  background-position: 50%;
  box-shadow: 0 0 40vw rgba(0,0,0,1) inset;
}
#modelling:hover {
  background-size: cover;
  background-position: 50%;
}
#modelling h1 {
  padding-top: 71vw;
  font-size: 11vw;
  color: white;
  margin-left: 26vw;
  /*mix-blend-mode: difference;*/
  transition:all 4s;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.8);
}
#modelling h1:hover {
  letter-spacing: 1vw;
  margin-left: 21vw;
}
#modelling h2 {
  font-size: 4vw;
  text-transform: uppercase;
  color: #fd0;
  font-family: Black;
  letter-spacing: 1.8vw;
  margin-left: 27vw;
  margin-top: -6vw;
  mix-blend-mode:normal;
  transition:all 4s;
  text-shadow: 5px 5px 10px rgba(0,0,0,0.8);
}
#modelling h3 {
  font-size: 4vw;
  margin: -4vw 0 0 41vw;
  color: #0fb;
  mix-blend-mode:normal;
  transition:all 0.4s;
  text-shadow: 4px 4px 7px rgba(0,0,0,1);
}
#modelling h3:hover {
  transform: translateY(-4px);
  color: #00ffff;
}
#cero {
  display: none;
}
#none {
  display: block;
}
#servicios {
  width: 100vw;
  height: 120vw;
  margin-top: 100vw;
  box-shadow: 0 0 40vw rgba(0,0,0,1) inset;
  overflow: hidden;
}
#servicios h1 {
  font-size: 4vw;
  letter-spacing: 3vw;
  text-align: center;
  padding-top: 8vh;
  color: #505;
}
#servicios p {
  font-size: 7vw;
  width: 100vw;
  letter-spacing: -.1vw;
  line-height: 8vw;
  text-align: center;
  margin-top: 2vw;
  margin-left: 0;
  color: #888;
  mix-blend-mode: difference;
  transition:all 1.3s;
}
#servicios p:hover {
  width: 100vw;
  letter-spacing: -.1vw;
  margin-left: 0;
}
#galeria {
  width: 100%;
  height: auto;
  min-height: 10vh;
  background-image: none;
}
.thin {
  width: 33.33333vw;
  height: 33.33333vw;
  float: left;
}
.vertic {
  width: 33.33333vw;
  height: 33.33333vw;
  float: left;
}
.horizo {
  width: 33.33333vw;
  height: 33.33333vw;
  float: left;
}
/*.horizo img {
  height: 100%;
  width: auto;
}*/
.square {
  width: 33.33333vw;
  height: 33.33333vw;
  float: left;
  transition: all .7s;
}
.square:checked {
  width: 100vw;
  height: 100vw;
}

.column {
  width: 33.3333333333333333333%;
  height: auto;
  float: left;
}
.columin {
  width: 100%;
  float: left;
}

#gal div div h3 {
  color: rgba(0,0,0,0);
  cursor: default;
}
#gal div:hover {
  box-shadow: 0 0 10vw rgba(0,0,0,1) inset;
}
#gal div div:hover {
  box-shadow: 0 0 10vw rgba(0,0,0,0) inset;
}
#gal div div:hover > h3 {
  color: rgba(0,0,0,0);
  box-shadow: 0 0 10vw rgba(0,0,0,1) inset;
}
#uno h3:hover, #cinco h3:hover, #once h3:hover, #quince h3:hover {
  display: block !important;
}
#uno:hover, #cinco:hover, #once:hover, #quince:hover {
  display: block !important;
}
#uno {
  background-position: center 0;
  background-repeat: no-repeat;
}
#dos {
  background-position: center 0;
  background-repeat: no-repeat;
}
#tres {
  background-position: center 0;
  background-repeat: no-repeat;
}
#trece {
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cuatro {
  background-position: center 0;
  background-repeat: no-repeat;
}
#cinco {
  background-position: center 0;
  background-repeat: no-repeat;
}
#seis {
  background-position: center 0;
  background-repeat: no-repeat;
}
#diez {
  background-position: center 0;
  background-repeat: no-repeat;
}
#doce {
  background-position: center 0;
  background-repeat: no-repeat;
}
#catorce {
  background-position: center 0;
  background-repeat: no-repeat;
}

#animat5 {
  background-position: -4vw 0;
}
#animat6 {
  background-position: center -4vw;
}
#hide {
  display: none;
}
#contacto {
  width: 100%;
  height: 140vw;
  padding-top: 0;
  border: 0 solid transparent;
  border-image: url(../img/borde.png) 22 6 round;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
form {
  width: 85%;
  margin-top: 2vw;
}
form input, textarea, label, #listaservicios {
  background: #bbb;
  border-radius: 3vw;
  line-height: 9vw;
  color: #555;
  font-size: 4vw;
  letter-spacing: .4vw;
  resize: none;
  padding: 0 1%;
  margin: 2vw 0;
}
form input:enabled, textarea:enabled, label:enabled, #listaservicios:enabled {
  border: none;
  outline: none;
}
#name {
  width: 100%;
  margin: 0 3.5vw 0 0;
}
#email {
  width: 100%;
  margin: 3.5vw 0;
}
#subject {
  width: 100%;
  margin: 0 0 0 0;
}
#listaservicios {
  background-color: #555;
  color: #ddd;
  height: 9vw;
  width: 102%;
  padding: 0 1%;
  margin: 3.5vw 0 0 0;
}
option {
  background-color: #888;
}
#citas {
  background-color: #555;
  color: #ddd;
  width: 100%;
  margin: 3.5vw 0 0 0;
}
#efectivo {
  width: 3%;
  margin: 0 5% 0 0;
}
#tarjeta {
  width: 3%;
  margin: 0 5% 0 3%;
}
textarea {
	width: 100%;
	height: 42vw;
	line-height: 7vw;
	border-radius: 4vw;
	margin: 2vh 0 0 0;
	overflow-y: hidden;
}
#reset {
  width: 48%;
  margin: 3.5vw 0 0 0;
  background-color: #000;
  color: white;
  transition: all .2s;
}
#submit {
  width: 48%;
  margin: 3.5vw 1% 0 1%;
  background-color: #000;
  color: white;
  transition: all .2s;
}
#contacto h1 {
	width: 90%;
	color: #555;
	font-size: 6vw;
	line-height: 2vw;
	border: 0 dashed #ccc;
	border-left: 0;
	border-right: 0;
	padding: 8vw 0 4.5vw 0;
	border-top: 0;
}
#datos {
	width: 90%;
	margin-top: 7vw;
}
#datos h3 {
	color: #707;
	font-size: 5vw;
	border: 2px dashed #ccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 1.5vw 0 .5vw 0;
	display: none;
}
#contacto p {
	display: none;
}
#descripcion {
	display: none;
}
#hidden1 {
  display: none !important;
}
#hidden2 {
  display: none !important;
}
#hidden3 {
  display: none !important;
}
#hidden4 {
  display: none !important;
}
#gal {
  background-image: none !important;
}
}
/*------------------------------------------K7--------------------------------------------------*/
/*@media (min-aspect-ratio: 19/9) {


#logo {
  mix-blend-mode:normal;
  width: 33vw;
  margin-top: 10vw;
}
#container {

}
menu {
  top: 3.5vw;
  left: 4vw;
  z-index: 9999;
}
menu ul li {
  padding-left: 2vw;
}
menu ul li p {
  font-size: 1.5vw;
  letter-spacing: .4vw;
}
menu ul li:first-child p {
  font-size: 1.4vw;
}
#corner {
  width: 11vw;
}
#redes {
  bottom: 1.4vw;
  left: 2vw;
  z-index: 999;
}
#redes ul li {
  padding-left: 2.5vw;
}
#redes ul li img {
  width: 3.5vw;
}
#redes ul li img:hover {
  transform: scale(1.3);
}
#next {
  width: 6vw;
  bottom: 2vw;
}
#next:hover {
  transform: translateY(-.2vw);
}
#googleit {
  bottom: 1.5vw;
  width: 4vw;
  right: 2vw;
}
#modelling {
  background-image: url(../img/cesarshahiraltardemuertoswide.jpg);
  background-size: cover;
  background-position: 60% 0;
  height: 80vw;
  transition: all 2s;
}
#modelling:hover {
  background-size: cover;
}
#cero {
  left: 21vw;
  top: 45%;
  z-index: -1;
}
#cero h1 {
  font-size: 8vw;
}
#cero h1:hover {
  letter-spacing: .9vw;
  margin-left: -1.6vw;
}
#cero h2 {
  font-size: 3.2vw;
  letter-spacing: 1.4vw;
  margin-top: -3.2vw;
}
#cero h3 {
  font-size: 2vw;
  margin-top: -2vw;
}
#servicios {
  margin-top: 80vw;
}
#servicios h1 {
  padding-top: 8%;
  letter-spacing: 2.2vw;
}
#servicios p {
  font-size: 2.5vw;
  width: 100vw;
  letter-spacing: .-1vw;
  line-height: 2.5vw;
  margin-top: 2vw;
  margin-left: 0;
}
#servicios p:hover {
  width: 100vw;
  letter-spacing: .-1vw;
  margin-left: 0;
}

}*/
/*-------------------------------------------K8-------------------------------------------------*/
@media (min-aspect-ratio: 21/9) {

::-webkit-scrollbar {width: .5vw;}

#logo {
  /*mix-blend-mode:difference;*/
  width: 20vw;
  margin-top: 11%;
  margin-left: 1vw;
}
#container {

}
menu {
  top: 1.5vw;
  left: 2vw;
  z-index: 9999;
}
menu ul li {
  padding-left: 1vw;
}
menu ul li p {
  font-size: .55vw;
  letter-spacing: .3vw;
}
menu ul li:first-child p {
  font-size: .7vw;
  width: 2vw;
  line-height: 2vw;
}
#hidden1 {
  display: none !important;
}
.dropdown-content a {
  padding: .2vw .5vw;
  text-align: center;
  font-family: Black;
  font-size: .5vw;
  letter-spacing: .15vw;
  margin: .1vw 0 .3vw 0;
}
.dropdown-content a:first-child {
  display: none;
}
.dropdown-content a:hover {
  background-color: #fd0;
}
.dropdown:hover .dropdown-content {
  /*display: block;*/
  opacity: 1;
}
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
#corner {
  width: 7vw;
}
#redes {
  bottom: .7vw;
  left: 0vw;
  z-index: 999;
}
#redes ul li {
  padding-left: 1.1vw;
}
#redes ul li img {
  width: 1.4vw;
}
#redes ul li img:hover {
  transform: scale(1.3);
}
#next {
  width: 2vw;
  bottom: 1.1vw;
  margin-left: -1vw;
}
#next:hover {
  transform: translateY(-.2vw);
}
#crypto {
  font-size: .52vw;
  letter-spacing: .3vw;
  line-height: .6vw;
  top: 1.2vw;
  right: 1vw;
}
#crypto:hover {
  transform: scale(1.07);
  opacity: .55;
}
#googleit {
  bottom: 1vw;
  width: 1.5vw;
  right: 1.3vw;
}
#error404 {
  font-size: 1.25vw;
  letter-spacing: .64vw;
}
#home {
  /*background-image: url(../img/whalewide.jpg);
  background-size: cover;
  background-position: center;*/
  box-shadow: 0 0 10vw rgba(0,0,0,0) inset;
}
#cgshahir {
  width: 50vw;
  padding-top: 20vh;
  background-size: 80vw 118vh;
  background-position: 0 0;
}
#cgshahir:hover {
  background-size: 80vw 118vh;
  background-position: 0 0;
}
#sculpting {
  background-image: url(../img/cesarshahirsculpt.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 10vw rgba(0,0,0,0.5) inset;
}
#sculpting h1 {
  padding-top: 16%;
  font-size: 7vw;
  /*text-shadow: 5px 5px 10px rgba(255,255,255,0.2);*/
}
#sculpting h3 {
  font-size: 1.2vw;
}
#animation {
  background-image: url(../img/cesarshahirhalloweenwide.jpg);
  background-size: cover;
  box-shadow: 0 0 10vw rgba(0,0,0,0.5) inset;
}
#animation:hover {
  background-size: cover;
}
#animation h1 {
  padding-top: 16.5%;
  font-size: 6vw;
  margin-left: 10vw;
}
#animation h3 {
  font-size: 1.2vw;
  margin-left: 18.5vw;
  margin-top: -2vw;
}
#modelling {
  background-image: url(../img/cesarshahiraltardemuertoswide.jpg);
  background-size: cover;
  background-position: 70% 0;
  width: 100%;
  height: 134.5vh;
  box-shadow: 0 0 30vw rgba(0,0,0,1) inset;
}
#cero {
  left: 10vw;
  top: 45%;
  z-index: -1;
}
#cero h1 {
  font-size: 5.4vw;
}
#cero h1:hover {
  letter-spacing: .9vw;
  margin-left: -1.60vw;
}
#cero h2 {
  font-size: 1.7vw;
  letter-spacing: 1.4vw;
  margin-top: -1.8vw;
}
#cero h3 {
  font-size: 1.3vw;
  margin-top: -1vw;
}

#galeria {
  width: 100%;
  height: auto;
  min-height: 50vh;
}
#gal div div h3 {
  font-size: .45vw !important;
  letter-spacing: .2vw;
}
#gal div div:hover > h3 {
  opacity: 1;
  box-shadow: 0 0 6vw rgba(0,0,0,1) inset;
}
.thin {
  width: 12.5%;
  height: 33.33333vh;
  float: left;
}
.vertic {
  width: 12.5%;
  height: 33.33333vh;
  float: left;
}
.horizo {
  width: 12.5%;
  height: 33.33333vh;
  float: left;
}
/*.horizo img {
  height: 100%;
  width: auto;
}*/
.square {
  width: 12.5%;
  height: 33.33333vh;
  float: left;
}
#e1, #e2, #e3, #e4, #e5, #e6, #e7, #e8, #e9 {
  display: block;
}
#servicios {
  margin-top: 130vh;
}
#servicios h1 {
  font-size: .6vw;
  letter-spacing: 2.2vw;
  padding-top: 6.4%;
}
/*#servicios p {
  font-size: 2vw;
  width: 300vw;
  letter-spacing: 7vw;
  line-height: 2vw;
  margin-top: 2vw;
  margin-left: -95vw;
}*/
#servicios p {
  font-size: 2vw;
  width: 100vw;
  letter-spacing: -.07vw;
  line-height: 2vw;
  margin-top: 2vw;
  margin-left: 0;
}
#servicios:hover > p {
  width: 100vw;
  letter-spacing: -.07vw;
  margin-left: 0;
}
#galeria {
	/*border: none; */
}
#gal h3 {
  font-size: .7vw !important;
}

#contacto {
  width: 100%;
  height: auto;
  min-height: 25vh;
  padding: 3vw 0 1vh 0;
  background: #fff;
  background-image: url(../img/cesarshahirnoise.jpg);
  border: 1.5vh solid transparent;
  border-image: url(../img/borde.png) 22 6 round;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
form {
  width: 50%;
  height: 80%;
  margin-top: 2vw;
  mix-blend-mode:multiply;
}
form label {
	background: none;
	color: #222;
}
form input, textarea, label, #listaservicios {
  background: #bbb;
  /*mix-blend-mode:difference;*/
  border: none;
  border-radius: 1.3vw;
  line-height: 1.4vw;
  color: #555;
  font-family: Black;
  font-size: .65vw;
  letter-spacing: .06vw;
  resize: none;
  padding: 0 1%;
  margin: 1vw 0;
}
form input:enabled, textarea:enabled, label:enabled, #listaservicios:enabled {
  border: none;
  outline: none;
}
#name {
  width: 50%;
  margin: 0 1% 0 0;
}
#email {
  width: 20%;
  margin: 0 1%;
}
#subject {
  width: 19%;
  margin: 0 0 0 1%;
}
#listaservicios {
  height: 1.4vw;
  width: 34%;
  background-color: #555;
  color: #ddd;
  margin: 1vw 1% 0 0;
}
option {
  background-color: #888;
}
#citas {
  background-color: #555;
  color: #ddd;
  width: 34%;
  margin: 1vw 3% 0 1%;
}
#efectivo {
  width: 3%;
  margin: 0 1% 0 0;
}
#tarjeta {
  width: 3%;
  margin: 0 1% 0 0;
}
textarea {
	width: 98%;
	line-height: 1vw;
	border-radius: 1vw;
	margin: 1vw 1% 0 0;
	overflow-y: hidden;
}
#reset {
  width: 15%;
  margin: 1vw 1% 0 0;
  background-color: #000;
  color: white;
  transition: all .2s;
}
#submit {
  width: 15%;
  margin: 1vw 0 0 0;
  background-color: #000;
  color: white;
  transition: all .2s;
}
#reset:hover, #submit:hover {
  background-color: #707;
}
#contacto h1 {
	font-family: Black;
	width: 50%;
	color: #555;
	font-size: 1.5vw;
	line-height: 2vw;
	border: 2px dashed #ccc;
	border-left: 0;
	border-right: 0;
	padding-bottom: 2vw;
	border-top: 0;
}
/*#contacto h1 span {
	color: #747;
}*/
#contacto h2 {
	font-family: Black;
	color: #707;
	font-size: .6vw;
	line-height: 2vw;
}
#datos {
	width: 75%;
	margin-top: 2vw;
}
#datos h3 {
	color: #707;
	width: 50vw;
	font-size: .9vw;
	border: 2px dashed #ccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 5vh 0 2vh 0;
}
#contacto p {
	font-family: Bold;
	color: #888;
	font-size: .65vw;
	line-height: 1vw;
	border: 2px dashed #ccc;
	border-left: 0;
	border-right: 0;
	/*border-bottom: 0;*/
	letter-spacing: .05vw;
	text-align: left;
	margin-top: .06vw;
}
#contacto p span {
	float: right;
	cursor: pointer;
	transition: all .5s;
}
#contacto p span:hover {
	float: right;
	cursor: pointer;
	color: #a06;
}
#descripcion {
	width: 100%;
	height: 13vh;
}
#descripcion h1 {
	width: 55%;
	padding: .5vw 1vw 0 1vw;
	mix-blend-mode:difference;
	color: white;
	font-family: medium;
	font-size: .7vw;
	border: .3vw solid rgba(255,255,255,0.12);
	border-top: 0;
	border-bottom: 0;
	letter-spacing: .3vw;
	text-align: center;
	margin: 0 auto;
}
#descripcion span {
	background: -webkit-linear-gradient(#f0f, #f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 1vw;
}
/*@media (max-aspect-ratio: 21/9) {
#home {
display: none; 
}
}
@media (aspect-ratio: 21/9) {
#home {
display: none; 
}
}*/
/*-------------------------------------------K9-------------------------------------------------*/
@media (min-aspect-ratio: 28/9) {
.vertic {
  width: 9.090909090909091%;
  height: 33.33333vh;
  float: left;
}
.horizo {
  width: 9.090909090909091%;
  height: 33.33333vh;
  float: left;
}
/*.horizo img {
  height: 100%;
  width: auto;
}*/
.square {
  width: 9.090909090909091%;
  height: 33.33333vh;
  float: left;
}
}
/*-------------------------------------------K9-------------------------------------------------*/
@media (min-aspect-ratio: 34/9) {
.vertic {
  width: 7.692307692307692%;
  height: 33.33333vh;
  float: left;
}
.horizo {
  width: 7.692307692307692%;
  height: 33.33333vh;
  float: left;
}
/*.horizo img {
  height: 100%;
  width: auto;
}*/
.square {
  width: 7.692307692307692%;
  height: 33.33333vh;
  float: left;
}
}
/*-------------------------------------------K9-------------------------------------------------*/
@media (min-aspect-ratio: 41/9) {
.vertic {
  width: 6.666666666666667%;
  height: 33.33333vh;
  float: left;
}
.horizo {
  width: 6.666666666666667%;
  height: 33.33333vh;
  float: left;
}
/*.horizo img {
  height: 100%;
  width: auto;
}*/
.square {
  width: 6.666666666666667%;
  height: 33.33333vh;
  float: left;
}
}
/*-------------------------------------------K9-------------------------------------------------*/
@media (min-aspect-ratio: 48/9) {
.vertic {
  width: 5.882352941176471%;
  height: 33.33333vh;
  float: left;
}
.horizo {
  width: 5.882352941176471%;
  height: 33.33333vh;
  float: left;
}
/*.horizo img {
  height: 100%;
  width: auto;
}*/
.square {
  width: 5.882352941176471%;
  height: 33.33333vh;
  float: left;
}
}
/*-------------------------------------------K9-------------------------------------------------*/
@media (min-aspect-ratio: 57/9) {
.vertic {
  width: 5%;
  height: 33.33333vh;
  float: left;
}
.horizo {
  width: 5%;
  height: 33.33333vh;
  float: left;
}
/*.horizo img {
  height: 100%;
  width: auto;
}*/
.square {
  width: 5%;
  height: 33.33333vh;
  float: left;
}
}
/*-------------------------------------------K9-------------------------------------------------*/
@media (min-aspect-ratio: 64/9) {
.vertic {
  width: 4.347826086956522%;
  height: 33.33333vh;
  float: left;
}
.horizo {
  width: 4.347826086956522%;
  height: 33.33333vh;
  float: left;
}
/*.horizo img {
  height: 100%;
  width: auto;
}*/
.square {
  width: 4.347826086956522%;
  height: 33.33333vh;
  float: left;
}
}
/*-------------------------------------------K9-------------------------------------------------*/
@media (min-aspect-ratio: 74/9) {
.vertic {
  width: 12.5vw;
  height: 100vh;
  float: left;
}
.horizo {
  width: 12.5vw;
  height: 100vh;
  float: left;
}
/*.horizo img {
  height: 100%;
  width: auto;
}*/
.square {
  width: 12.5vw;
  height: 100vh;
  float: left;
}
}
/*@media screen and (max-width: 900px) and (min-width: 600px) {
  div.example {
    font-size: 50px;
    padding: 50px;
    border: 8px solid black;
    background: yellow;
  }
}*/