@font-face {
	font-family: 'Shentox-Regular';
	src: url('fonts/Shentox-Regular.eot');
	src: local('☺'), url('fonts/Shentox-Regular.woff') format('woff'), url('fonts/Shentox-Regular.ttf') format('truetype'), url('fonts/Shentox-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Shentox-SemiBold';
	src: url('fonts/Shentox-SemiBold.eot');
	src: local('☺'), url('fonts/Shentox-SemiBold.woff') format('woff'), url('fonts/Shentox-SemiBold.ttf') format('truetype'), url('fonts/Shentox-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Shentox-Medium';
	src: url('fonts/Shentox-Medium.eot');
	src: local('☺'), url('fonts/Shentox-Medium.woff') format('woff'), url('fonts/Shentox-Medium.ttf') format('truetype'), url('fonts/Shentox-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a:hover, a:focus
{
	text-decoration: none !important;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Shentox-Regular';
	color: #ffffff !important;
	background: #000033 !important;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

 #barra_logo
 {
 	width: 120px;
 	float: left;
 	height: 100vh;
 	padding: 0px 0px 0px 10px;
 	text-align: center;
 	
	background: #000033; 
 }

#logo_desktop
{
	width: 100%;
	max-width: 72px;
}

#copy
{
	width: 110px;
	text-align: center;
	position: absolute;
	z-index: 9999;
	bottom: 7%;
}
#copy img
{
	width: 100%;
	max-width: 30px;
}

#menu
{
	width: 60px;
 	float: left;
 	background: #000033;
 	border-left: 1px solid #3300CC;
 	border-right: 1px solid #3300CC;

	height: 100vh;
}


.circulo_menu
{
	display: none;
	position: absolute;
	height: 16.66vh;

	right: 5px;
}
.circulo_menu div
{
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #9900FF;
	border-radius: 50px;
}

#menu .active .item_menu
{
	background: #3300CC !important;
	color: #ffffff;
	text-decoration: none !important;
}

#menu a:hover
{
	text-decoration: none !important;
}

.item_menu
{
	color: #3300CC;
	font-family: 'Shentox-SemiBold';

	height: 16.66vh;
	text-align: center;
	border-bottom: 1px solid #3300CC;
	line-height: 16.66vh;
	text-decoration: none;
	font-size: 17px;

	cursor: pointer;

	transition: all 0.3s;
	-webkit-transition: all 0.2s;
}
.item_menu:hover
{
	color: #ffffff;
	text-decoration: none !important;
}


#footer_web
{
	position: fixed;
	z-index: 70;
	bottom: 7%;
	width: 101%;
	left: 0px;
	padding-left: 180px;
}
#footer_web img
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: -2px;
}
#footer_web a
{
	color: #9900FF;
}
#footer_web a:hover
{
	color: #ffffff;
}
#footer_web i
{
	margin-left: 8px;
}
#footer_web .fa-vimeo-v
{
	margin-left: 6px;
}

#redes_footer
{
	padding-right: 30px;
}

#redes_footer a:hover
{
	color: #ffffff;
}

#logo2
{
	position: fixed;
	z-index: 70;
	margin-top: -4px;
	top: 7%;
	width: 120px;
	text-align: center;
	padding-left: 9px;
}

.sup_web
{
	position: fixed;
	z-index: 70;
	top: 7%;
	width: 101%;
	left: 0px;
	padding-left: 180px;

}

#arbol_categorias
{
	font-family: 'Shentox-SemiBold';
	font-size: 15px;
}

.item_idioma
{
	float: right;
	padding-right: 15px;
	padding-top: 5px;
}
.item_idioma a
{
	color: #666;
	font-size: 12px;

	transition: all 0.3s;
	-webkit-transition: all 0.2s;
}
.item_idioma a:hover
{
	text-decoration: none;
	color: #ffffff;
}
.item_idioma a:hover .bull_lang
{
	background: #9900FF;
}
.item_idioma .active
{
	color: #ffffff;
}

.bull_lang
{
	margin: 0px auto 3px auto;
	width: 10px;
	height: 10px;
	background: #666666;
	border-radius: 40px;
}
.item_idioma .active .bull_lang
{
	background: #9900FF;
}


.section
{
	overflow: hidden;
}

.intro
{
	position: relative;
	z-index: 70;
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */


#fondo_section0, #fondo_section1, #fondo_section2, #fondo_section3, #fondo_section4, #fondo_section5, #fondo_section6
{
	opacity: 0;
}

/* HOME */
#section1
{
	height: 100vh;
}
#fondo_section1
{
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
	height: 100vh;
	background-image: url('../imagenes/fondo.jpg');
	background-size: cover;
	background-position: center center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 30s ease-in infinite;
	animation: zoomin 30s ease-in infinite;
	transition: all .5s ease-in-out;
}

.animated
{
	opacity: 1;
}


.linea_amarilla
{
	opacity: 0;
	width: 70px;
	height: 6px;
	background: #9900FF;
}

#frase_home
{
	opacity: 1;
	background: #ffffff;
	color: #000000;
	display: inline-block;
	padding: 3px 7px;
	font-family: 'Shentox-SemiBold';
	letter-spacing: 1px;
	font-size: 16px;
}

#section1 h1
{
	font-family: 'Shentox-Medium';
	opacity: 1;
	line-height: 72px;
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 72px;
}
/* FIN HOME */

/* AGENCIA */
#section2
{
	height: 100vh;
}
#fondo_section2
{
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
	height: 100vh;
	background-image: url('../imagenes/fondo.jpg');
	background-size: cover;
	background-position: center center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 30s ease-in infinite;
	animation: zoomin 30s ease-in infinite;
	transition: all .5s ease-in-out;
}

#section2 h1
{
	font-family: 'Shentox-Medium';
	opacity: 1;
	color: #9900FF;
	font-size: 45px;
}

#section2 .textos_chicos
{
	padding-top: 20%;
	max-width: 440px;
}

.textos_chicos
{
	opacity: 1;
	font-size: 17px;
	max-width: 360px;
	margin-bottom: 30px;
}
/* FIN AGENCIA */

/* ESTRATEGIA */
#section3
{
	height: 100vh;
}
#fondo_section3
{
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
	height: 100vh;
	background-image: url('../imagenes/fondo3.jpg');
	background-size: cover;
	background-position: center center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 30s ease-in infinite;
	animation: zoomin 30s ease-in infinite;
	transition: all .5s ease-in-out;
}

#section3 h2
{
	font-family: 'Shentox-Medium';
	opacity: 1;
	font-size: 45px;
	margin-bottom: 20px;
}

#section3 .linea_amarilla
{
	margin-bottom: 20px;
}

.owl-dots
{
	opacity: 1;
}
/* FIN ESTRATEGIA */

/* SERVICIOS */
#section4
{
	height: 100vh;
}
#fondo_section4
{
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
	height: 100vh;
	background-image: url('../imagenes/fondo.jpg');
	background-size: cover;
	background-position: center center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 30s ease-in infinite;
	animation: zoomin 30s ease-in infinite;
	transition: all .5s ease-in-out;
}

#section4 h1
{
	opacity: 1;
	font-size: 40px;
	max-width: 340px;
	margin-bottom: 20px;
	font-family: 'Shentox-Medium';
}

#section4 img
{
	opacity: 1;
}

#section4 .linea_amarilla
{
	margin-bottom: 20px;
}

#texto_servicios
{
	color: #9900FF;
	font-size: 15px;

}
#texto_servicios div
{
	opacity: 1;

}

#texto_contacto
{
	color: #9900FF;
	font-size: 15px;

}
#texto_contacto div
{
	opacity: 1;

}
/* FIN ESTRATEGIA */

#section6 h1
{
	opacity: 1;
	font-size: 40px;
	max-width: 340px;
	margin-bottom: 20px;
	font-family: 'Shentox-Medium';
}

#section6 img
{
	opacity: 1;
}

#section6 .linea_amarilla
{
	margin-bottom: 20px;
}

/* PORTFOLIO */
#section5
{
	height: 100vh;
}
#fondo_section5
{
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
	height: 100vh;
	background-image: url('../imagenes/fondo.jpg');
	background-size: cover;
	background-position: center center;

}

.item_portfolio
{
	opacity: 1;
	background: #9900FF;
	border: 1px solid #9900FF;
	border-radius: 20px;
	padding: 0px 0px 15px 0px;
}

.item_portfolio img
{
	border-radius: 20px 20px 0px 0px;
}

.item_portfolio .titulo_portfolio
{
	color: #ffffff;
	font-size: 21px;
	padding: 10px 0px 10px 15px;
	font-family: 'Shentox-SemiBold';
}

.item_portfolio p
{
	font-size: 12px;
	width: 100%;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}

.item_portfolio .categoria_portfolio
{
	margin-top: 30px;
	padding: 0px 15px;
	font-size: 14px;
}

.item_portfolio .categoria_portfolio div
{
	width: 20px;
	height: 1px;
	background: #9900FF;
	margin-bottom: 4px;
}
/* FIN PORTFOLIO */

/* TESTIMONIALES */
#section6
{
	height: 100vh;
}
#fondo_section6
{
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
	height: 100vh;
	background-image: url('../imagenes/fondo.jpg');
	background-size: cover;
	background-position: center center;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-animation: zoomin 30s ease-in infinite;
	animation: zoomin 30s ease-in infinite;
	transition: all .5s ease-in-out;
}

#section6 img
{
	opacity: 1;
}

.testimoniales
{
	opacity: 1;
	font-size: 30px;
	margin-top: 20px;
	font-family: 'Shentox-Medium';
}

.testimoniales div
{
	font-size: 18px;
	margin-top: 20px;
}
.testimoniales div span
{
	color: #9900FF;
}

/* FIN TESTIMONIALES */

.img_full
{
	width: 100%;
	max-width: 100%;
}



#izq_web
{
	float:left; 
	width: 180px;
	position: relative; 
	z-index: 9999;
}

#der_web
{
	width: 100%; 
	padding-left: 180px;
	position: absolute;
}

@media only screen and (max-width: 767px) {
	.indexcity {
		  z-index: 9999;
		}

		.right {
		    right: 0 !important;
		    left: 0 !important;
		}

    .navbar-collapse{
      background-color:#000033;
      position: fixed;
      top: 0;
      transition:all 0.8s ease-out;
      height: 100%;
      width: 100%;
      left: 700px;
    }
    .navbar-inverse .navbar-nav>li>a {
    color: #ffffff !important;
    }

    .navbar-header
    {
    	position: absolute;
    	top: 20px;
    	right: 0px;
    }

    .navbar-inverse
    {
    	background: transparent !important;
    	border: 0px !important;
    }

    .navbar-nav
    {
    	height: 100vh !important;
    }

    .item_menu
    {
    	color: #ffffff !important;
    	font-size: 24px !important;
    }

    #cierra_menu
    {
    	font-size: 25px;
    	position: absolute;
    	right: 35px;
    	top: 25px;
    	z-index: 9999;
    }
}

.fp-tableCell .container
{
	padding-left: 30px;
}

#grafico1
{
	width: 85%;
	max-width: 1150px;
}
#grafico2
{
	width: 85%;
	max-width: 1238px;
}
#grafico3, #grafico4, #grafico5, #grafico6, #grafico7
{
	width: 80% !important;
	max-width: 1300px !important;
}
#grafico8
{
	width: 100%;
	max-width: 1314px;
}
#grafico9
{
	width: 75%;
	max-width: 1500px;
}

#carousel_estrategia .owl-dots
{
	position: absolute;
	top: 300px;
}

#logo_home
{
	width: 100%; 
	max-width: 160px;
}

#section1 #frase_home
{
	margin-top: 80px;
}