@charset "UTF-8";
/* CSS Document */


/* ------------------------------------- GLOBALES ------------------------------------- */

/*1ºCARGAR NUESTRA TIPO*/
@font-face {
    font-family: 'futuraLigt';/*ESTE ES EL NOMBRE QUE YO LE DOY A LA TIPO*/
    src: url(../fonts/FuturaPTWebLight.eot);
    src: url('../fonts/FuturaPTWebLight.eot#iefix') format('embedded-opentype'),
		 url('../fonts/FuturaPTWebLight.woff') format('woof'),
         url('../fonts/FuturaPTWebLight.woff2') format('woff2'),
         url('../fonts/FuturaPTWebLight.ttf') format('truetype'),
         url('../fonts/FuturaPTWebLight.svg#FuturaPTW01-Light') format('svg');
	}

@font-face {
    font-family: 'futuraBook';/*ESTE ES EL NOMBRE QUE YO LE DOY A LA TIPO*/
    src: url(../fonts/FuturaPTWebBook.eot);
    src: url('../fonts/FuturaPTWebBook.eot#iefix') format('embedded-opentype'),
		 url('../fonts/FuturaPTWebBook.woff') format('woof'),
         url('../fonts/FuturaPTWebBook.woff2') format('woff2'),
         url('../fonts/FuturaPTWebBook.ttf') format('truetype'),
         url('../fonts/FuturaPTWebBook.svg#FuturaPTWebBook') format('svg');
	}
@font-face {
    font-family: 'futuraDemi';/*ESTE ES EL NOMBRE QUE YO LE DOY A LA TIPO*/
    src: url(../fonts/FuturaPTWebDemi.eot);
    src: url('../fonts/FuturaPTWebDemi.eot#iefix') format('embedded-opentype'),
		 url('../fonts/FuturaPTWebDemi.woff') format('woof'),
         url('../fonts/FuturaPTWebDemi.woff2') format('woff2'),
         url('../fonts/FuturaPTWebDemi.ttf') format('truetype'),
         url('../fonts/FuturaPTWebDemi.svg#FuturaPTWebDemi') format('svg');
	}



*{
	margin:0;
	padding:0;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   	box-sizing:border-box;

	}
h1,h2,h3{
	font-size-adjust:none;
	font-weight:normal !important;
	}
.container{
	width:100%;
	}
.containerpie{
	width:100%;
	display:inline-block;
	}

/* ---- GRID ---- */
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
	-ms-background-clip:padding-box !important;
	-o-background-clip:padding-box !important;
    background-clip:padding-box !important;
}



		.span_1 {
            width:6.20%;
        }
        .span_2 {
            width:12.5%;
        }
        .span_3 {
            width:18.75%;
        }
        .span_4 {
            width:25.0%;
        }
        .span_5 {
            width:31.25%;
        }
        .span_6 {
            width:37.5%;
        }
        .span_7 {
            width:43.75%;
        }
        .span_8 {
            width:50.0%;
        }
        .span_9 {
            width:56.25%;
        }
        .span_10 {
            width:62.5%;
        }
        .span_11 {
            width:68.75%;
        }
        .span_12 {
            width:75.0%;
        }
        .span_13 {
            width:81.25%;
        }
        .span_14 {
            width:87.5%;
        }
        .span_15 {
            width:93.75%;
        }
        .span_16 {
            margin-left:0;
            width:100%;
        }
		

/* ------------------------------------- PRELOADER ------------------------------------- */
	
		
	
.maximo{
	max-width:1200px !important;
	margin:0 auto;
	}
.centrar{
	margin: 10% auto 10% auto;
	}
.centrardos{
	margin: 10% auto 0 auto;
	padding:4% 0 2% 0;
	}
.centrardosdos{
	margin: 0 auto;
	padding:4% 0 2% 0;
	}
.centrartres{
	margin: 5.5% auto 6% auto;
	}
.centrarventana{
	margin: 10% auto;
	}
.centrado{
	margin:0 auto;
	}
.centrowork{
	margin: 10% auto 10% auto;
	}
.centradotxt{
	margin-left: 6%;
	}
.centradotxt-izq{
	padding: 5% 5.5% 5% 5.5%;
	float:right;
	}
	
.titular{
	}
#titulo{
	 height:	 600px !important;
	 padding-top:160px;
	}
.titulo-h1{
	font-family:futuraDemi;
	color:#FFF;
	font-weight:normal;
	font-size:80px;
	text-shadow:0px 0px 10px #454545;
	}
.titulo-h2 {
	font-family:futuraLigt;
	color:#FFF;
	font-weight:normal;
	font-size:40px;
	text-shadow:0px 0px 10px #454545;
	}
	
#movil{
	display:none;
	font-size:80px;
	}
	

.txtgrande{
	font-family: futuraDemi;
	font-size:65px;
	color:#00FFE0;
	font-weight:600 !important;
	letter-spacing:1.5px;
	}
.txtgrandemueve{
	font-family: futuraDemi;
	font-size:65px;
	color:#00FFE0;
	font-weight:600 !important;
	letter-spacing:1.5px;
	}
	#movilno{
			font-family: futuraDemi;
			font-size:45px;
			color:#00FFE0;
			font-weight:600 !important;
			line-height:55px;
			letter-spacing:1.5px;
			display:none;
			}

.txttitulo{
	font-family: futuraDemi;
	font-size:28px;
	color:#00FFE0;
	text-align:left;
	letter-spacing:normal;
	}
.txtcorrido{
	padding-top:20px;
	font-family: futuraBook;
	font-size:24px;
	line-height:30px;
	color:#5d5d5d;
	text-align:left;
	}
	
.txtcorrido-cita{
	border-right:5px solid #00FFE0;
	padding:20px;
	font-family: futuraDemi;
	font-size:28px;
	line-height:33px;
	color:#454545;
	text-align:right;
	}
.txtmediano{
	font-family: futuraDemi;
	font-size:35px;
	line-height:45px;
	color:#FFFFFF;
	text-align:center;
	}
.txtmedianodos{
	font-family: futuraDemi;
	font-size:35px;
	line-height:45px;
	color:#00FFE0;
	text-align:center;
	}
.centro{
	text-align:center;
	}

.boton{
	font-family:futuraLigt;
	font-size:18px;
    cursor: pointer;
    text-decoration: none;
    color: #cac8c8;
    text-align: center;
    border: 1px solid #cac8c8;
    padding: 20px 0;
	margin:4% 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
	
.boton:hover{
	color: #00FFE0;
	border: 1px solid #00FFE0;
	}
	
.botondos{
	font-family:futuraLigt;
	font-size:18px;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    border: 1px solid #FFF;
    padding: 20px 0;
	margin:3% auto;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.botondos:hover{
	background-color:#FFF;
	color: #00FFE0;
	}
	
.botondosdos{
	font-family:futuraLigt;
	font-size:18px;
    cursor: pointer;
    text-decoration: none;
    color: #CAC8C8;
    text-align: center;
    border: 1px solid #CAC8C8;
    padding: 20px 0;
	margin:3% auto;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.botondosdos:hover{
	border: 1px solid #00FFE0;
	color: #00FFE0;
	}
		
		
/* ------------------------------------- ANIMACIONES ------------------------------------- */
		
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 30%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 30%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 30%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 30%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 30%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}

@-ms-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-moz-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-o-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-ms-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@-moz-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -moz-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -moz-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -moz-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -moz-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@-o-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -o-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -o-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -o-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@-ms-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -ms-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -ms-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

@-webkit-keyframes mover{
	0%{right:-200%;}
	100%{right:150%;}
	}
@-moz-keyframes mover{
	0%{right:-200%;}
	100%{right:150%;}
	}
@-o-keyframes mover{
	0%{right:-200%;}
	100%{right:150%;}
	}
@-ms-keyframes mover{
	0%{right:-200%;}
	100%{right:150%;}
	}
@keyframes mover{
	0%{right:-200%;}
	100%{right:150%;}
	}
	
@-webkit-keyframes mover2{
	0%{right:-236.5%;}
	100%{right:163.5%;}
	}
@-moz-keyframes mover2{
	0%{right:-236.5%;}
	100%{right:163.5%;}
	}
@-o-keyframes mover2{
	0%{right:-236.5%;}
	100%{right:163.5%;}
	}
@-ms-keyframes mover2{
	0%{right:-236.5%;}
	100%{right:163.5%;}
	}
@keyframes mover2{
	0%{right:-236.5%;}
	100%{right:163.5%;}
	}

/* ------------------------------------- EMPIEZA HEADER -----------------------------------*/

header{
  position: fixed;
  height: 55px;
  width: 100%;
  cursor: pointer;
  z-index: 100;
  /*set animation*/
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

header.sticky{
	position: fixed;
  	height: 55px;
 	 width: 100%;
 	 cursor: pointer;
 	 z-index: 100;
 	 background-color:#454545;
	}


/* ----------------------- EMPIEZA LOGO STICKY --------------------------- */

header #logo_sticky{
	width:0;
	/*width:160px;*/
	height:50px;
	background-image:url(../img/logo-ricardo_murillo-disenador_grafico_y_web.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	position:fixed;
	top: 3px;
    left: 5%;
	/*set animation*/
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -ms-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
	}

header #logo_sticky.dos{
	width:70px;
	height:50px;
	background-image:url(../img/logo_animado-ricardo_murillo-disenador_grafico_y_web.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	position:fixed;
	top: 3px;
    left: 5%;
	}


/* ----------------------- TERMINA LOGO STICKY --------------------------- */

	
	
/* ----------------------- EMPIEZA EL BOTON --------------------------- */

header .button_container {
  position: fixed;
  top: 15px;
  right: 5%;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -ms-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
header .button_container:hover {
  opacity: .7;
}
header .button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -moz-transform: translateY(11px) translateX(0) rotate(45deg);
  -ms-transform: translateY(11px) translateX(0) rotate(45deg);
  -o-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
header .button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
header .button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -o-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
/* ------------------ cada raya ------------------------ */
header .button_container span {
  background: #FFF;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
header .button_container span:nth-of-type(2) {
  top: 11px;
}
header .button_container span:nth-of-type(3) {
  top: 22px;
}

/* --------- termina hamburguer ------------------ */

/* ------------------ ABIERTO MENU ------------------------ */

header .overlay {
  position: fixed;
  background: #00FFE0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  -moz-transition: opacity .35s, visibility .35s, height .35s;
  -ms-transition: opacity .35s, visibility .35s, height .35s;
  -o-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

header .overlay {
  position: fixed;
  background-color:rgba(0, 255, 224, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  -moz-transition: opacity .35s, visibility .35s, height .35s;
  -ms-transition: opacity .35s, visibility .35s, height .35s;
  -o-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
 header .overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

header .overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
  -moz-animation: fadeInRight .5s ease forwards;
  -ms-animation: fadeInRight .5s ease forwards;
  -o-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  -moz-animation-delay: .35s;
  -ms-animation-delay: .35s;
  -o-animation-delay: .35s;
          animation-delay: .35s;
}
header .overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -ms-animation-delay: .4s;
  -o-animation-delay: .4s;
          animation-delay: .4s;
}
header .overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
  -moz-animation-delay: .45s;
  -ms-animation-delay: .45s;
  -o-animation-delay: .45s;
          animation-delay: .45s;
}
header .overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
  -moz-animation-delay: .50s;
  -ms-animation-delay: .50s;
  -o-animation-delay: .50s;
          animation-delay: .50s;
}
header .overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family:futuraDemi;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
}


header .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
header .overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
header .overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
header .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
header .overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  background: #FFF;
  -webkit-transition: .35s;
  -moz-transition: .35s;
  -ms-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
}



/* ------------------------------------- TERMINA HEADER ------------------------------------- */


/* ------------------------------------- EMPIEZA SECTION 1 -----------------------------------*/

section#uno{
	height:100vh !important;
	background-image: url(../img/slider-ricardo_murillo-disenador_grafico_y_web.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
	
section div#marca{
	margin: 0 auto;
	height:100% !important;
	}
	
section div#marca div#ojo{
	width:100%;
	height:90% !important;
	background-image: url(../img/marca_ojo_ricardo_murillo-disenador_grafico_y_web.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	}
section div#marca div#ojo div#flecha{
	margin:0 auto;
	background-image:url(../img/flecha_scroll-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	height:100%;
	position:relative;
	top:50%;
	animation: bounce ease 5 1s;
	animation-delay: 1s;
	}

/* ------------------------------------- EMPIEZA SECTION 1 -QUIEN SOY- -----------------------------------*/

section div#marca-titular{
	margin: 0 auto;
	height:100% !important;
	}
section#uno-quien{
	height:400px !important;
	background-image: url(../img/slider_quien_soy-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}



/* ------------------------------------- EMPIEZA SECTION 2 -----------------------------------*/

section article.centrar a{
	text-decoration:none;
	}


/* ------------------------------------- EMPIEZA SECTION 3 -----------------------------------*/

section.seiscientos{
	background-image:url(../img/fondo-ricardo_murillo-disenador_grafico_y_web.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height: 500px;
	}
	
	
section.seiscientos article.centrado div{
	border: 3px solid #FFFFFF;
    height: 390px;
    margin-top: 57px;
    margin-right: 4%;
    background-color: #454545;
	}
section.seiscientos article.centrado div.que{
	width:22%;
	}

section.seiscientos article.centrado div .icon{
	width: 130px;
	height:130px;
	margin: 35% 0 10% 0;
	}

section.seiscientos article.centrado div:nth-child(4){
	margin-right:0 !important;
	}
	
section.seiscientos h1.quehago{
	font-family:futuraBook;
	color:#00FFE0;
	font-size:28px;
	padding:0 10% 5% 10%;
	}
section.seiscientos p.quehagotxt{
	font-family:futuraLigt;
	color:#FFFFFF;
	font-size:24px;
	padding: 0 3% 0 3%;
	}

/* ------------------------------------- EMPIEZA SECTION 4 -----------------------------------*/

section#cuatro{
	height:500px;
	}
section#cuatro article{
	position:relative;
	height:500px;
	}

section#cuatro #imagina{
	font-family:futuraDemi;
	font-size:150px;
	color:#00FFE0;
	position:absolute;
	top:140px;
	width: 1550px;
	margin-left: 12.5%;
	-webkit-animation:mover 12s linear infinite;
	-moz-animation:mover 12s linear infinite;
	-ms-animation:mover 12s linear infinite;
	-o-animation:mover 12s linear infinite;
	animation:mover 12s linear infinite;
	}
	
	
section#cuatro article div.ventana{
	background-image:url(../img/fondo_flor-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height: 500px;
	position:relative;
	overflow:hidden;
	}
	
section#cuatro #abajo{
	font-family:futuraDemi;
	font-size:150px;
	color:#FFFFFF;
	text-shadow: 0px 0px 10px #454545;
	position:absolute;
	top:140px;
	width: 1550px;
	-webkit-animation:mover2 12s linear infinite;
	-moz-animation:mover2 12s linear infinite;
	-ms-animation:mover2 12s linear infinite;
	-o-animation:mover2 12s linear infinite;
	animation:mover2 12s linear infinite;
	}

/* ------------------------------------- EMPIEZA SECTION 4 -QUIEN- -----------------------------------*/

section#cuatro-quien{
	height:400px;
	background-image:url(../img/slider_visual-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#cuatro-quien article{
	position:relative;
	height:400px;
	overflow:hidden;
		}
section#cuatro-quien article p#visual{
	font-family:futuraDemi;
	font-size:400px;
	color:#FFFFFF;
	text-shadow: 0px 0px 10px #454545;
	position:absolute;
	top:40px;
	left:-6%;
	}
	
.enlace{
	text-decoration:none;
	color:#5d5d5d;
	cursor:pointer;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.enlace:hover{
	color:#00FFE0;
	}

/* ------------------------------------SSSSSSSSSSSSSS- PROYECTOSSSSSSSSSSSSSSSSSSSSSSSSSS -----------------------------------*/


.galeria{
	position:relative;
	}

.galeria label{
	font-family:futuraLigt;
	font-size: 24px;
	text-align:right;
	  float:left;
	  color:#454545;
	  margin: 0 0 40px 2%;
	  cursor:pointer;
  }
 .galeria label:hover{
	 color:#00ffe0;
	 -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	 }
 .galeria label[for="reset"]{
	 text-align:left;
	 margin:0;
	 width:62.5%;
	 }

input[type="radio"] {
    display:none;
}

article#wrapper{
  margin: 0 auto;
  width: 100%;
  float:left;
  margin: 10% auto;
  }
 article#wrapper-panacea{
  margin: 0 auto;
  width: 100%;
  float:left;
  }

div.parallax{
  display: block;
  height: 400px;
  overflow: hidden;
  position: relative;
  }
 
 div.parallax h5{
	font-family: futuraDemi;
    color: #FFF;
    font-size: 75px;
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    margin: 155px auto;
    text-shadow: 0px 0px 5px #6b6b6b;
	 }
 div.parallax h5#vero{
	width:100%;
	height:400px;
	margin:0 auto;
	background-image:url(../img/img-proy/bodavero/parallax-logo_bodavero-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	 }
div.parallax h5#alhambra{
	font-family: futuraDemi;
    font-size: 250px;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #454545;
    position: absolute;
    top: 10px;
    left: -20%;
	 }
div.parallax h5#milk{
	font-family: futuraDemi;
    font-size: 200px;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #454545;
    position: absolute;
    top: 55px;
    left: -18%;
	 }
	 
  img.paramueve{
    position: absolute;
    bottom: 0;
	width:100%;
	}

/* ------------------------------------ CADA UNO PROYecto -----------------------------------*/

section.altura{
	height: 768px;
	}
	
section#uno-beer{
	background-image: url(../img/img-proy/cerveza/slider-work_alhambra-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-abogado{
	background-image: url(../img/img-proy/morejon/slider-work_abogado-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-wak{
	background-image: url(../img/img-proy/wak/slider-work_wak-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-anadent{
	background-image:url(../img/img-proy/anadent/slider-work_anadent-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-panacea{
	height:768px !important;
	position:relative;
	}
video#panacea {
 position: absolute;
 right: 0;
 bottom: 0;
 width: 100%;
 height: auto;
 z-index: -100;
 margin: 0 auto;
}
section#uno-milk{
	background-image:url(../img/img-proy/milk/slider-work_milk-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-grimm{
	background-image:url(../img/img-proy/grimm/slider-work_grimm-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-geo{
	background-image:url(../img/img-proy/geodefence/slider-work_geodefence-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-festival{
	background-image: url(../img/img-proy/festival/slider-work_festival-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-bodavero{
	background-image: url(../img/img-proy/bodavero/slider-work_bodavero-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-personal{
	background-image: url(../img/img-proy/personal/slider-work_personal_brand-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
section#uno-peque{
	background-image: url(../img/img-proy/pequesport/slider-work_pequesport-ricardo_murillo-disenador_grafico_y_web.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
  section#uno-arquitectos{
  background-image: url(../img/img-proy/arquitectos/slider-work_arquitectos-ricardo_murillo-disenador_grafico_y_web.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  }
section#uno-shhh{
  background-image: url(../img/img-proy/shhh/slider-work_shhh-ricardo_murillo-disenador_grafico_y_web.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  }
section#uno-fluiters{
  background-image: url(../img/img-proy/fluiters/slider-work_fluiters-ricardo_murillo-disenador_grafico_y_web.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  }
  section#uno-lebrel{
  background-image: url(../img/img-proy/lebrel/slider-work_lebrel-ricardo_murillo-disenador_grafico_y_web.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  }
section#uno-aero{
  background-image: url(../img/img-proy/aerovision/slider-work_aerovision-ricardo_murillo-disenador_grafico_y_web.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  }
section#uno-olesay{
  background-image: url(../img/img-proy/olesay/slider-work_olesay-ricardo_murillo-disenador_grafico_y_web.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  }
section#uno-holistico{
  background-image: url(../img/img-proy/holistico/slider-work_holistico-ricardo_murillo-disenador_grafico_y_web.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  }
section#uno-bonaetsana{
  background-image: url(../img/img-proy/bonaetsana/slider-work_bonaetsana-ricardo_murillo-disenador_grafico_y_web.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  }
section#uno-santagema{
  background-image: url(../img/img-proy/santagema/slider-work_santagema-ricardo_murillo-disenador_grafico_y_web.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  }




/*BOTON TODOS*/
input[type="radio"][id="reset"]:checked + label {
  font-weight:bold;
}
/*BOTON BRANDING*/
input[type="radio"][id="identidad"]:checked + label {
  color:#00ffe0;
}
input[type="radio"][id="identidad"]:checked ~ .envases, input[type="radio"][id="identidad"]:checked ~ .web, input[type="radio"][id="identidad"]:checked ~ .editorial {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}
/*BOTON PACKAGING*/
input[type="radio"][id="envases"]:checked + label {
  color:#00ffe0;
}
input[type="radio"][id="envases"]:checked ~ .identidad, input[type="radio"][id="envases"]:checked ~ .web, input[type="radio"][id="envases"]:checked ~ .editorial {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}
/*BOTON WEB*/
input[type="radio"][id="web"]:checked + label {
  color:#00ffe0;
}
input[type="radio"][id="web"]:checked ~ .identidad, input[type="radio"][id="web"]:checked ~ .envases, input[type="radio"][id="web"]:checked ~ .editorial {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}
/*BOTON EDITORIAL*/
input[type="radio"][id="editorial"]:checked + label {
  color:#00ffe0;
}
input[type="radio"][id="editorial"]:checked ~ .identidad, input[type="radio"][id="editorial"]:checked ~ .envases, input[type="radio"][id="editorial"]:checked ~ .web {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}



.curro {
    float: left;
    margin-right: 1%;
	margin-bottom:1%;
	width:24%;
	transition:all 1s;
	}
.curro:nth-child(4) {
    margin-right: 0 !important;
	}
.titulo-h1-pro{
	font-family:futuraDemi;
	color:#FFF;
	font-weight:normal;
	font-size:80px;
	text-shadow:0px 0px 10px #454545;
	}
.curro:hover .hover{
	-webkit-opacity:1;
	-moz-opacity:1;
	-o-opacity:1;
	opacity:1;
	}
	
.curro a{
	text-decoration:none;
	}
	
.curro .trabajo{
	position:absolute;
	width:24%;
	height:250px;
	}
	
.curro .hover{
    box-sizing: border-box;
    border: 17px solid #00FFE0;
	height: 250px;
	width:100% !important;
    text-align: center;
	position:relative;
	background: rgba(69,69,69,0.3);
	color:#FFF;
	padding-left: 1%;
    padding-right: 1%;
	-webkit-opacity:0;
	-moz-opacity:0;
	-o-opacity:0;
	opacity:0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
.hover h4 {
    font-size: 24px;
    padding: 50px 20px 50px 20px;
	line-height:29px;
	text-shadow:0 0 10px #303030;
	font-family:futuraDemi;
	letter-spacing:2px;
}
.arriba{
	margin: 0;
	padding: 9px 0 0 0;
    font-size: 16px;
	text-shadow:0 0 5px #303030;
	font-family:futuraBook;
	}
.abajo{
	margin: 0;
    padding: 0;
    font-size: 16px;
	text-shadow:0 0 5px #303030;
	font-family:futuraBook;
}


.branding{
	}
.packaging{
	}
.web{
	}
.editorial{
	}

/* ------------------------------------- PÁGINA TRABAJOS-----------------------------------*/

#titulo-work{
	 height:	 768px;
	 padding-top:450px;
	}

.titulo-h1-work{
	font-family:futuraDemi;
	color:#FFF;
	font-weight:normal;
	font-size:80px;
	text-shadow:0px 0px 5px #6b6b6b;
	}
.titulo-h2-work{
	font-family:futuraLigt;
	color:#FFF;
	font-weight:normal;
	font-size:40px;
	text-shadow:0px 0px 3px #6b6b6b;
	}
.space{
	margin:2% auto;
	}
.icon-work{
	height: 45px;
    margin: 0 13% 0 0;
    float: left;
    width: 45px;
	}
.icon-work.link{
    margin-left: 25%;
	}
.icon-work.face{
    margin: 0;
	}
.face{
	background:url(../img/iconos/icon_facebook-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.face:hover{
	background:url(../img/iconos/icon_facebook_hover-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
.twit{
	background:url(../img/iconos/icon_twitter-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:3px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.twit:hover{
	background:url(../img/iconos/icon_twitter_hover-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
.link{
	background:url(../img/iconos/icon_linkedin-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.link:hover{
	background:url(../img/iconos/icon_linkedin_hover-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}
	
#comparte{
	float:left;
	}
#comparte a{
	text-decoration:none;
	}
#comparte h4{
	font-size:24px;
	font-family:futuraDemi;
	color:#454545;
	letter-spacing: 0.3px;
	margin-bottom: 5%;
	}
#comparte #redes{
	margin-top: 5%;
	text-align:center;
	}
	
#comparte #social{
	margin:0 auto;
	height:45px;
	width:50%;
	}

.foto{
	margin-bottom:5%;
	float:right;
	}
.foto-espacio{
	margin-bottom:0%;
	float:right;
	}
.foto-espacio-menos{
	margin-bottom:-7%;
	float:right;
	}

.fotouno{
	margin-bottom:0;
	float:right;
	}
.abogado{
	margin-bottom:10%;
	}
.dientes{
	margin-bottom:5%;
	}
.dientesdos{
	margin-top:5%;
	}
	
.extraspacio{
	margin:5% auto 10% auto;
	}
	
/* ------------------------------------- PIE VERDE -----------------------------------*/

section#cinco{
	background-color:#00FFE0;
	margin: 0 auto;
	}
section#cincodos{
	margin: 7% auto 0 auto;
	border-top: 1px solid #CAC8C8;
	border-bottom: 1px solid #CAC8C8;
	float:left;
	}

section#cinco article a{
	text-decoration:none;
	}
section#cincodos article a{
	text-decoration:none;
	}

.txtmediano{
	font-family: futuraDemi;
	font-size:35px;
	line-height:45px;
	color:#FFFFFF;
	text-align:center;
	}
.txtmedianodos{
	font-family: futuraDemi;
	font-size:35px;
	line-height:45px;
	color:#00FFE0;
	text-align:center;
	}



/* ------------------------------------- FOOTER-----------------------------------*/

 
footer section#footer{
	margin:2% auto;
	height:60px;
	}
footer section#footer article#logoPie{
	background-image:url(../img/logo-ricardo_murillo-disenador_grafico_y_web-pie.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	height:60px;
	}
	
footer section#footer article#txtPie{
	height:60px;
    padding: 1.2%;
	line-height:35px;
	font-family:futuraLigt;
	font-size:16px;
	color:#454545;
	border-left: 1px solid #454545;
	}
footer section#footer article#txtPie span{
	font-family:futuraBook;
	}

footer section#footer a div{
	height:60px;
	cursor:pointer !important;
	}	
footer section#footer #llamar{
	background-image:url(../img/iconos/icon_tlf-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
	footer section#footer #llamar:hover{
	background-image:url(../img/iconos/icon_tlf_hover-ricardo_murillo-disenador_grafico_y_web.png);
	}
	
footer section#footer #escribir{
	background-image:url(../img/iconos/icon_mail-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
	footer section#footer #escribir:hover{
	background-image:url(../img/iconos/icon_mail_hover-ricardo_murillo-disenador_grafico_y_web.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:contain;
	}
	





article.cagadados{
	margin:-10% auto 0 auto;
	}

.isStuck {
width: 100%;
position: fixed;
top:0px;
}
a.current {
background-color: #222;
}




/* ------------------------------------- MQUERIES ------------------------------------- */


@media screen and (min-width: 1921px) {
	        .col {
            margin-left:0%;
        	padding:0 1.5%;
      		  }
        
       		 .row .col:first-child {
            margin-left:0;
       		 }
		
			footer section#footer article#txtPie {
    		padding: 0.7% 3%;
			}
			
			article#wrapper{
				margin:5% auto 5% auto;
				}
			
			div.parallax h5#alhambra{
				    top: -140px;
					left: -17%;
					font-size: 400px;
				 }
			
			div.parallax h5#milk{
				    top: 3px;
					left: -21%;
					font-size: 250px;
				 }		
    	}
		
@media screen and (max-width:2200px) {
				.scrol{
				width:9%;
				}
				}		

@media screen and (max-width:1920px) {
	
			   .col {
            margin-left:0%;
        	padding:0 1.5%;
			}
			
			.row .col:first-child {
				margin-left:0;
			}
			
			@-webkit-keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
						@-moz-keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
						@-o-keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
						@-ms-keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
						@keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
	
					@-webkit-keyframes mover2{
					0%{right:-168%;}
					100%{right:119%;}
					}
				@-moz-keyframes mover2{
					0%{right:-168%;}
					100%{right:119%;}
					}
				@-o-keyframes mover2{
					0%{right:-168%;}
					100%{right:119%;}
					}
				@-ms-keyframes mover2{
					0%{right:-168%;}
					100%{right:119%;}
					}
				@keyframes mover2{
					0%{right:-168%;}
					100%{right:119%;}
					}
			
			footer section#footer article#txtPie {
    		   padding: 0.8% 3%;
			}
			
			.scrol{
				width:10.3%;
				}
			article#wrapper{
				margin:5% auto 6% auto;
				}
		    
			div.parallax h5#alhambra{
				    top: -40px;
					left: -18%;
					font-size: 300px;
				 }
				div.parallax h5#milk{
				font-size: 250px;
				top: 3px;
				left: -16%;
				}
			}
			
		@media screen and (max-width:1640px){
			.scrol{
				width:12.8%;
				}
			.txttitulo{
				padding-top:6%;
				}
			
			article#wrapper{
				margin:8% auto 8% auto;
				}
			div.parallax h5#alhambra{
				    top: -40px;
					left: -13%;
					font-size: 300px;
				 }
	}

@media screen and (max-width:1440px){
			
						@-webkit-keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
						@-moz-keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
						@-o-keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
						@-ms-keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
						@keyframes mover{
							0%{right:-140%;}
							100%{right:110%;}
							}
	
							@-webkit-keyframes mover2{
					0%{right:-167%;}
					100%{right:118%;}
					}
				@-moz-keyframes mover2{
					0%{right:-167%;}
					100%{right:118%;}
					}
				@-o-keyframes mover2{
					0%{right:-167%;}
					100%{right:118%;}
					}
				@-ms-keyframes mover2{
					0%{right:-167%;}
					100%{right:118%;}
					}
				@keyframes mover2{
					0%{right:-167%;}
					100%{right:118%;}
					}
		
			footer section#footer article#txtPie {
    		  padding: 1.3% 1%;
			}
			
			.centrar{
				margin:10% auto 10% auto;
				}
			
			section#cuatro article div.ventana{
				width:87.5%;
				}
			section#tres article{
				width:87.5%;
				}
			div.work{
				width: 87.5%;
				}
			.txttitulo{
				padding-top:10%;
				}
			
			
			.centradotxt {
    		margin-left: 6%;
			}
			
			.galeria label[for="reset"] {
			width: 62.5%;
			}
			
			.scrol{
				width:14.4%;
				}
				
			div.parallax h5#milk{
				font-size: 200px;
				top: 55px;
				left: -18%;
				}
			}
			
@media screen and (max-width:1365px) {
	video#panacea{
		width:auto;
		height:768px;
		}
	}	
@media screen and (max-width:1350px) {
			.centrar{
				margin:10% auto 10% auto;
				}
			.centradotxt {
    		margin-left: 5%;
			}
			
			section#cincodos{
				margin:10% auto 0 auto;
				}
				
			div.parallax h5#alhambra{
				top: 4px;
				left: -15%;
				font-size: 250px;
				 }
				}		
		
@media screen and (max-width:1250px) {
	
				
					
			.centrar{
				margin:10% auto 10% auto;
				}
			
			div#marca{
				width: 37.5%;
				}
				
			.titulo-h1{
				font-size:70px;
				}
			.titulo-h1-pro{
				font-size:70px;
				}
			.titulo-h2{
				font-size:30px;
				}
			.titulo-h1-work{
				font-size:70px;
				}
			.titulo-h2-work{
				font-size:30px;
				}
			
			
			.txtgrande{
				font-size:55px;
				line-height:65px;
				}
			.txtgrandemueve{
				font-size:55px;
				line-height:65px;
				}
			
			.boton{
				width:25.0%;
				}
			.botondos{
				width:25.0%;
				}
			.botondosdos{
				width:25.0%;
				}
			.tres{
				width:100%;
				}
				
			section#cuatro article div.ventana{
				width:87.5%;
				}
			section#tres article{
				width:87.5%;
				}
				
			section#tres.seiscientos{
				height:780px;
				}
				
			section.seiscientos article.centrado div {
			border: 3px solid #FFFFFF;
			height: 295px;
			margin-top: 100px;
			margin-right: 8.3%;
			background-color: #454545;
				}
				
			section.seiscientos article.centrado div.que {
			border: 3px solid #FFFFFF;
			height: 330px;
			margin-top: 40px;
			margin-right: 4%;
			background-color: #454545;
			width: 48%;
				}
			section.seiscientos article.centrado div.que:nth-child(2),div.que:nth-child(4){
			margin-right:0 !important;
				}
			section.seiscientos h1.quehago{
				padding:0 10% 2% 10%;
				}	
			
			section.seiscientos article.centrado div .icon{
			width: 130px;
			height:130px;
			margin: 10% 1% 5% 1%;
				}
				
			footer section#footer article#txtPie {
				   padding: 1.6% 1%;
				}
					
			
			.centradotxt {
    			margin-left: 0;
				}
			
			.centradotxt-izq {
   				 padding: 5% 0% 5% 5.5%;
			}
			
			
			.curro{
				margin-right: 1%;
				margin-bottom: 1%;
				width: 32%;
				}	
			
			.curro .trabajo{
				width:32%;
				}
				
			div.hover h4{
				padding: 65px 20px 65px 20px;
				}
			
			.galeria label[for="reset"] {
			width: 60.5%;
			}
			div.parallax h5{
				margin-top:170px;
				}
			
			div.parallax h5#alhambra{
				top: -10px;
				left: -15%;
				 }
			}
			
@media screen and (max-width:1200px){
	article#wrapper{
		display:none;
		}
	div.parallax{
		display:none;
		}
	div.parallax h5{
		display:none;
		}
	img.paramueve{
		display:none;
		}
	.fotouno{
	margin-bottom:10%;
	}
	}
		
@media screen and (max-width:1115px){
				div.hover h4{
				padding: 50px 20px 50px 20px;
				}
				
	}
			
@media screen and (max-width:1084px){
	
						@-webkit-keyframes mover{
							0%{right:-150%;}
							100%{right:110%;}
							}
						@-moz-keyframes mover{
							0%{right:-150%;}
							100%{right:110%;}
							}
						@-o-keyframes mover{
							0%{right:-150%;}
							100%{right:110%;}
							}
						@-ms-keyframes mover{
							0%{right:-150%;}
							100%{right:110%;}
							}
						@keyframes mover{
							0%{right:-150%;}
							100%{right:110%;}
							}
	
							@-webkit-keyframes mover2{
					0%{right:-167%;}
					100%{right:119%;}
					}
					@-moz-keyframes mover2{
					0%{right:-179%;}
					100%{right:119%;}
					}
					@-o-keyframes mover2{
					0%{right:-179%;}
					100%{right:119%;}
					}
					@-ms-keyframes mover2{
					0%{right:-179%;}
					100%{right:119%;}
					}
					@keyframes mover2{
					0%{right:-179%;}
					100%{right:119%;}
					}
					
	section#cuatro-quien article p#visual{
		font-size:300px;
		top:125px;
		left:-10%;
		}
	
	.curro{
		margin-right: 1%;
   		margin-bottom: 1%;
    	width: 49%;
		}
	.curro:nth-child(3n+3) {
		float:left;
		display: flex;
		margin-right:2%;
		}	
	.curro:nth-child(1n) {
		display: flex;
		margin-right:1%;
		}
	.curro:nth-child(1n) a{
		width:100% !important;
		}
	.curro .trabajo{
		width:49%;
		}
	curro a{
		width:100% !important;
		}	
			
	.galeria label[for="reset"] {
			width: 57.5%;
			}
	div.hover h4{
				padding: 65px 20px 65px 20px;
				}
		}	
@media screen and (max-width:1000px) {
	.galeria label[for="reset"] {
			width: 53.5%;
			}
	}		
			
@media screen and (max-width:900px) {
	
			@-webkit-keyframes mover{
							0%{right:-190%;}
							100%{right:110%;}
							}
						@-moz-keyframes mover{
							0%{right:-190%;}
							100%{right:110%;}
							}
						@-o-keyframes mover{
							0%{right:-190%;}
							100%{right:110%;}
							}
						@-ms-keyframes mover{
							0%{right:-190%;}
							100%{right:110%;}
							}
						@keyframes mover{
							0%{right:-190%;}
							100%{right:110%;}
							}
	
					@-webkit-keyframes mover2{
					0%{right:-225%;}
					100%{right:119%;}
					}
				@-moz-keyframes mover2{
					0%{right:-225%;}
					100%{right:119%;}
					}
				@-o-keyframes mover2{
					0%{right:-225%;}
					100%{right:119%;}
					}
				@-ms-keyframes mover2{
					0%{right:-225%;}
					100%{right:119%;}
					}
				@keyframes mover2{
					0%{right:-225%;}
					100%{right:119%;}
					}
		
			.titulo-h1{
				font-size:50px;
				}
			.titulo-h1-pro{
				font-size:50px;
				}
			.titulo-h2{
				font-size:20px;
				}
				
			section.altura{
				height:550px;
				}
			#titulo-work {
				height: 550px;
				padding-top: 320px;
				}
			.titulo-h1-work{
				font-size:50px;
				}
			.titulo-h2-work{
				font-size:20px;
				}
			.txttitulo{
				padding-top:8%;
				}
			
			header .overlay nav {
    		font-size: 80px;
			}
				
			.txtgrande{
			font-size:45px;
			line-height:55px;
				}
			.txtgrandemueve{
			font-size:45px;
			line-height:55px;
				}
			
			
			section.seiscientos article.centrado div .icon{
			width: 135px;
			height:135px;
			margin: 12% 1% 5% 1%;
				}
					
		
		
			footer section#footer article#logoPie {
				width: 31.25%;
				}
			footer section#footer article#txtPie {
				padding: 2.3% 0 0 2%;
				width: 43.75%;
				}
			footer section#footer #txtPie{
				width:56.25%;
				}
			footer section#footer a div{
				width:12.5%;
				}
				
			#titulo{
				padding-top:200px;
				}	
			.centradotxt {
    			padding: 0;
				}
			
			.centradotxt-izq {
   				 padding: 53px 0px 46px 30px;
			}
				
			.galeria label[for="reset"] {
			width: 47.5%;
			}
			
			
			.icon-work.link{
				margin-left:21%;
				}
			
					section#uno-panacea{
			height:550px !important;
			position:relative;
			}
			
			video#panacea{
				width:auto;
				height:550px;
				}
		section#uno{
	background-image: url(../img/sliderdos-ricardo_murillo-disenador_grafico_y_web.jpg);
	}
		section#cuatro{
					display:none;
					}
			
		}

@media screen and (max-width: 768px) {
			
			
				@-webkit-keyframes mover{
							0%{right:-220%;}
							100%{right:110%;}
							}
						@-moz-keyframes mover{
							0%{right:-220%;}
							100%{right:110%;}
							}
						@-o-keyframes mover{
							0%{right:-220%;}
							100%{right:110%;}
							}
						@-ms-keyframes mover{
							0%{right:-220%;}
							100%{right:110%;}
							}
						@keyframes mover{
							0%{right:-220%;}
							100%{right:110%;}
							}
	
						@-webkit-keyframes mover2{
					0%{right:-282%;}
					100%{right:124%;}
					}
				@-moz-keyframes mover2{
					0%{right:-282%;}
					100%{right:124%;}
					}
				@-o-keyframes mover2{
					0%{right:-282%;}
					100%{right:124%;}
					}
				@-ms-keyframes mover2{
					0%{right:-282%;}
					100%{right:124%;}
					}
				@keyframes mover2{
					0%{right:-282%;}
					100%{right:124%;}
					}
			
			header .overlay nav{
				font-size:60px;
				}
			
			.boton{
				width:31.25%;
				}
			.botondos{
				width:31.25%;
				margin: 5% auto;
				}
			.botondosdos{
				width:31.25%;
				margin: 5% auto;
				}
			
			section.seiscientos article.centrado div .icon{
			margin-top: 15%;
				}
				
			section div#marca div#ojo div#flecha{
				width:15%;
				}
			
			.centrardos{
				padding: 5% 0 2% 0;
				}
	
			footer section#footer article#logoPie {
				width: 56.25%;
				background-position:left;
				border-right:1px solid #454545;
				}
			footer section#footer #txtPie{
				display:none;
				}
			footer section#footer a div{
				height:70px;
				}
			footer section#footer a div#llamar{
				background-position:right;
				width:31.25%;
				}
			footer section#footer a div#escribir{
				width:12.5%;
				}
			footer section#footer a div#escribir:hover{
				}
				
			.yo{
				width:100%;
				}
			.txtcorrido-cita{
				padding: 35px 20px 35px 20px;
				}
				
			section#cuatro-quien{
				height:340px;
				}
			section#cuatro-quien article{
				height:340px;
				}
				
			section#cuatro-quien article p#visual{
				font-size:240px;
				top:125px;
				}
				
		
			.arriba{
				padding:3% 0 0 0;
				}
			div.hover h4{
				padding:53px 30px 55px 30px;
				}
				
.galeria label{
			display: none;
			}
			
		
			
			
			div.work{
				width:100%;
				}
			aside#comparte{
				display:none;
				}
			article.imgwork{
				float: none;
				margin: 0 auto;
				width: 91.25%;
				}
			article.imgwork .foto{
				float: none;
				}
			.fotouno{
				margin-bottom:10%;
				}
			#comparte #redes{
				margin-top:0;
				}
			#comparte #social {
				width: 60%;
				}
			section#cincodos {
				margin: 20% auto 0 auto;
				}
			
			div.parallax h5{
		font-size:35px;
		    margin: 175px auto;
		}
		
		
		
		section#uno-beer{
			background-image: url(../img/img-proy/cerveza/slider-work-movil_alhambra-ricardo_murillo-disenador_grafico_y_web.jpg);
			background-position:center;
			background-repeat:no-repeat;
			background-size:cover;
			}
		section#uno-abogado{
			background-image: url(../img/img-proy/morejon/slider-work-movil_abogado-ricardo_murillo-disenador_grafico_y_web.jpg);
			}
		section#uno-wak{
			background-image: url(../img/img-proy/wak/slider-work-movil_wak-ricardo_murillo-disenador_grafico_y_web.jpg);
			}
		section#uno-anadent{
			background-image: url(../img/img-proy/anadent/slider-work-movil_anadent-ricardo_murillo-disenador_grafico_y_web.jpg);
			}
		section#uno-milk{
			background-image: url(../img/img-proy/milk/slider-work-movil_milk-ricardo_murillo-disenador_grafico_y_web.jpg);
			}
		section#uno-grimm{
			background-image: url(../img/img-proy/grimm/slider-work-movil_grimm-ricardo_murillo-disenador_grafico_y_web.jpg);
			}
		section#uno-panacea{
			background-image: url(../img/img-proy/panacea/slider-work-movil_panacea-ricardo_murillo-disenador_grafico_y_web.jpg);
			background-position:center;
			background-repeat:no-repeat;
			background-size:cover;
			}
		video#panacea{
			display:none;
			}
		section#uno-geo{
			background-image: url(../img/img-proy/geodefence/slider-work-movil_geodefence-ricardo_murillo-disenador_grafico_y_web.jpg);
			}
		section#uno-festival{
			background-image: url(../img/img-proy/festival/slider-work-movil_festival-ricardo_murillo-disenador_grafico_y_web.jpg);
			}
		section#uno-bodavero{
			background-image: url(../img/img-proy/bodavero/slider-work_bodavero-ricardo_murillo-disenador_grafico_y_web.jpg);
			}
		section#uno-personal{
			background-image: url(../img/img-proy/personal/slider-work-movil_personal_brand-ricardo_murillo-disenador_grafico_y_web.jpg);
			}
		section#uno-peque{
			background-image:url(../img/img-proy/pequesport/slider-work-movil_pequesport-ricardo_murillo-disenador_grafico_y_web.jpg) ;
			}
			
			
			
			
		.extraspacio {
   		 margin: 5% auto 0 auto;
		}
		article.cagada{
			margin:10% auto 0 auto;
			}				
	}



@media screen and (max-width: 600px) {
	
			@-webkit-keyframes mover{
							0%{right:-280%;}
							100%{right:110%;}
							}
						@-moz-keyframes mover{
							0%{right:-280%;}
							100%{right:110%;}
							}
						@-o-keyframes mover{
							0%{right:-280%;}
							100%{right:110%;}
							}
						@-ms-keyframes mover{
							0%{right:-280%;}
							100%{right:110%;}
							}
						@keyframes mover{
							0%{right:-280%;}
							100%{right:110%;}
							}
	
					@-webkit-keyframes mover2{
					0%{right:-355%;}
					100%{right:124%;}
					}
				@-moz-keyframes mover2{
					0%{right:-355%;}
					100%{right:124%;}
					}
				@-o-keyframes mover2{
					0%{right:-355%;}
					100%{right:124%;}
					}
				@-ms-keyframes mover2{
					0%{right:-355%;}
					100%{right:124%;}
					}
				@keyframes mover2{
					0%{right:-355%;}
					100%{right:124%;}
					}
			
				.span_14{
					width:81.25%;
					}
					
				div#marca{
				width: 50.00%;
				}
				
				.txtmediano{
				font-size:30px;
				line-height:60px;
				}
				.txtmedianodos{
				font-size:30px;
				line-height:60px;
				}
				
				.txttitulo{
				padding-top:3%;
				}
				
				
				/*section#cuatro #imagina{
					font-size:90px;
					top:130px;
					}
				section#cuatro #abajo{
					font-size:90px;
					top:130px;
					}*/
					
				#titulo{
					 bottom: -35%;
					 }
				
				.titulo-h1 {
				display:none;
				}
				.titulo-h2 {
				display:none;
				}
				#movil{
					display:block;
					}
					
				.titulo-h1-work{
				font-size:40px;
				line-height: 45px;
   		 		margin-bottom: 10px;
				}
					
				.boton{
				width:37.5%;
				margin:6% 0;
				}
				
				.botondos{
				width:37.5%;
				margin: 5% auto;
				}
				.botondosdos{
				width:37.5%;
				margin: 5% auto;
				}
		
				section#tres.seiscientos{
				height:1600px;
				}
				section.seiscientos article.centrado div.que {
				border: 5px solid #FFFFFF;
				height: 350px;
				margin-right: 0px;
				width: 100%;
					}
				
				section.seiscientos h1.quehago{
					padding:0 10% 1% 10%;
					}
				
				section.seiscientos article.centrado div .icon{
				margin: 10% 1% 5% 1%;
					}
					
				section#cinco{
					height:220px;
					}
					
					section#cuatro-quien{
				height:290px;
				}
			section#cuatro-quien article{
				height:290px;
				}
				section#cuatro-quien article p#visual{
					font-size:180px;
					top:125px;
					}
				.centrartres{
					margin:15% auto;
					}
					
			div.hover h4{
				padding:60px 30px 60px 30px;
				}
				
			#comparte #social {
				width: 80%;
				}	
				
			.icon-work {
				height: 35px;
				width: 35px;
				
					}

	.foto-espacio-vero{
	margin-bottom:15%;
	float:right;
	}
	
			.txtgrandemueve{
			display:none !important;
			}
			
		#movilno{
			display:block !important;
			}
			
				.curro{
				margin-right: 0;
				margin-bottom: 7%;
				width: 100%;
				float:none;
				}	
			.curro .trabajo{
				width:100%;
				}
			
			}
	

@media screen and (max-width: 480px) {
	
			@-webkit-keyframes mover{
				0%{right:-390%;}
				100%{right:150%;}
				}
			@-moz-keyframes mover{
				0%{right:-390%;}
				100%{right:150%;}
				}
			@-o-keyframes mover{
				0%{right:-390%;}
				100%{right:150%;}
				}
			@-ms-keyframes mover{
				0%{right:-390%;}
				100%{right:150%;}
				}
			@keyframes mover{
				0%{right:-390%;}
				100%{right:150%;}
				}
				
			@-webkit-keyframes mover2{
				0%{right:-491.5%;}
				100%{right:174.5%;}
				}
			@-moz-keyframes mover2{
				0%{right:-491.5%;}
				100%{right:174.5%;}
				}
			@-o-keyframes mover2{
				0%{right:-491.5%;}
				100%{right:174.5%;}
				}
			@-ms-keyframes mover2{
				0%{right:-491.5%;}
				100%{right:174.5%;}
				}
			@keyframes mover2{
				0%{right:-491.5%;}
				100%{right:174.5%;}
				}
	
	
	
	header .button_container{
		width:30px;
		}
	header .button_container span{
		height:3px;
		}
	header #logo_sticky{
		width:0;
		}
		
	div#marca{
		width:62.5%;
		}
	section div#marca div#ojo div#flecha{
		width:15%;
		top:40%;
		}
		
	.boton{
		width:50.00%;
		margin:9% 0;
		}
	.botondos{
		width:50.00%;
		margin: 7% auto;
		}
	.botondosdos{
		width:50.00%;
		margin: 7% auto;
		}
	.txtmediano{
		line-height:30px;
		padding-top:5%;
		}
	.txtmedianodos{
		line-height:30px;
		padding-top:5%;
		}
	
	section#tres.seiscientos{
		height:1420px;
		}
	section.seiscientos article.centrado div.que{
		height:305px;
		}
	section.seiscientos p.quehagotxt{
		padding:0 10% 0 10%;
		}	
		
	.centradotxt {
   		 padding: 0;
		}
		
	
	#titulo{
		bottom: -45%;
		}	
		
	section.seiscientos article.centrado div .icon{
		width:120px;
		height:120px;
		}
		
	
	section#cinco{
		height:235px;
		}
	
	
	footer section#footer article#logoPie{
		width:50.00%;
		border-right:none;
		}
	footer section#footer a div#llamar{
		width:31.25%;
		height:60px;
		background-position:right;
		}
	footer section#footer a div#escribir{
		width:18.75%;
		height:60px;
		background-position:right;
		}
	footer section#footer a div#escribir:hover{
		background-position:right;
		}
	
		section#cuatro-quien{
				height:250px;
				}
		section#cuatro-quien article{
				height:250px;
				}	
	section#cuatro-quien article p#visual{
		font-size:130px;
		top:130px;
		}
	
	div.hover h4{
		padding:63px 30px 63px 30px;
		}
	#comparte #social {
				width: 100%;
				}
		.centrar {
    margin: 20% auto 20% auto;
	}
	.txtmediano{
		font-size: 27px;
		padding-top:10%;
		}
	.txtmedianodos{
		font-size: 27px;
		padding-top:10%;
		}
	}

@media screen and (max-width: 409px) {
	

	
	div.hover h4{
		padding:50px 30px 50px 30px;
		}
	
	}


@media screen and (max-width: 320px) {
	
	header .overlay nav{
		font-size:40px;
		}
	
	}
















		
		


