*{margin:0; padding:0;}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('css/fonts/BebasNeue-webfont.eot');
    src: url('css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/BebasNeue-webfont.woff') format('woff'),
         url('css/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.bg-1 {
    background: #ECEFF1;
    color: #37474f;
}

.bg-1 .button {
    color: #FFF;
    border-color: #FFF;
}

.button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
}
.button:focus {
    outline: none;
}
.button > span {
    vertical-align: middle;
}
.button--size-s {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}
.button--text-upper {
    letter-spacing: 4px;
    text-transform: uppercase;
}
.button--text-thick {
    font-weight: 200;

}
.button--round-s {
    border-radius: 5px;
}
/* Nina */
.button--nina {
    padding: 0 2em;
    background: #2DA43E;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.button--nina.button--inverted {
    background: #fff;
    color: #7986cb;
}
.button--nina > span {
    display: inline-block;
    padding: 1em 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
    background-color: #3f51b5;
}
.button--nina:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
    -webkit-transition-delay: 0.315s;
    transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
    -webkit-transition-delay: 0.405s;
    transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.audio{
    text-align: center;
}
.container{
    background: #fff;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}


.container a{
    letter-spacing: 0.1em;
    color: #000;
    display: inline-block;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    text-decoration: none;
    
}

.container a:hover{
    background: rgba(255,255,255);
    color: #fff;
}

.superior{
    background: #FFD616;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: right;
}


.superior a{
    letter-spacing: 0.1em;
    color: #000;
    display: inline-block;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    text-decoration: none;
    
}

.superior a:hover{
    background: rgba(255,255,255);
    color: #fff;
}
label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:'Varela Round', sans-serif;
}
form {
    margin:0 auto;
    width:400px;
}
 
input, textarea {
    width:380px;
    height:27px;
    background:#666666;
    border:2px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size:10px;
     color:#000000;
    font-family: 'Varela Round', sans-serif;
}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

body{
	background: #fffffa;
}

header {
	width: 100%;
	overflow: hidden;
	background: #252932;
	margin-bottom: 20px;
}

.wrapper {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}

#slider{
	position:relative;
	width: 600px;
	height: 400px;

	margin: 0 auto;
}
#slider > div{
	position: absolute;
	width: 100%
	height: 100%;
}

header .logo{
	color:#2DA43E;
	font-size: 26px;
	font-family: 'Varela Round', sans-serif;
	line-height: 130px;
	float: left;
	font-weight: bold;
}

header nav{
	float: right;
	line-height: 130px;
}

header nav a {
	display: inline-block;
	color:#fff;
	text-decoration: none;
	padding:10px 15px;
	line-height: normal;
	font-size: 16px;
	font-family: 'Varela Round', sans-serif;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border-radius: 50px;
}
header nav a:hover{
	background: #2DA43E;
	font-weight: bold;
    font-size:18px;
    color:#FFD616;
}

.h1{
	font-weight: bold;
	font-size: 25px;
	font-family: 'Varela Round', sans-serif;
	text-align: left;
}

.span{
	font-size: 15px;
	font-family: 'Varela Round', sans-serif;
	font-weight: normal;
}


.header3{
	position: fixed;
	height: 100px;
}

.header3 .logo{
	line-height: 100px;
	font-size: 24px;
	font-family: 'Varela Round', sans-serif;
}
.header3 nav a{
    font-size: 15px;
}
.header3 nav {
	line-height: 100px;
}

.contenido p {
	margin-bottom: 1em;
	font-family: 'Varela Round', sans-serif;

}

@media screen and (max-width: 1350px){
	header .logo,
	header nav{
		width: 100%;
		text-align: center;
		line-height: 40px;
	
}
  header object{
    visibility: hidden;
        }
	.header3{
		height: auto;
	}

	.header3 .logo,
	.header3 nav {	
		line-height: 40px;
	}
	
}



@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.otf');
    font-weight: normal;
    font-style: normal;
}

    
.ca-menu li{
    width: 250px;
    height: 300px;
    overflow: hidden;
    float: left;
    background-image:"images/transparente.png";
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
        margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 25px;
    font-family: 'Varela Round', sans-serif;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    font-family: 'Varela Round', sans-serif;
    color: #666;
    line-height: 20px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

}
p.ca-menu{
	margin-left: auto;
	margin-right: auto;
	width: 6em
}

.ca-menu li:hover{
    background-color: #FFD616;
    

}


.texto{
    font-size: 14px;
    text-align: justify;
    background-image: url("imagenes/fondo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px;

}
.texto2{
    font-size: 14px;
    text-align: justify;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px;

}
---
li{
 list-style: none;
 }
  nav {
 text-align: center;
 }
  nav ul {
 display: inline-block;
 margin: 0;
 padding: 0;
 /* Para IE 7*/
 zoom:1;
 *display: inline;
 }

.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 90px;
}
.ca-menu li:hover .ca-main{
    color: #2DA43E;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeftRotate{
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform: translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate{
    from {
        -moz-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform: translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate{
    from {
        -ms-transform: translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform: translateX(0%) rotate(0deg);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

.puesto{
    font-size: 20px;
    font-weight: bold;


}
.NContacto{
    font-size: 18px;
    font-weight: normal;

}
.EContacto{
    font-size: 15px;
    font-weight: normal;
    color:#333;
    text-decoration:none ;
}

#header2{
    position: absolute;
    z-index: 2000;
    width: 235px;
    height: 150px;
    top: 350px;

}
#navigation {
    font-family: 'Varela Round', sans-serif;
    margin-top: 15px;
    width: 180px;
    display:block;
    list-style:none;
    z-index:3;
    text-decoration:none ;
    margin-left: -15px;
    
}
#navigation a{
    color: #444;
    display: block;
    background: #fffffa;
    
    line-height: 50px;
    padding: 0px 20px;
  
    margin-bottom: 6px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    text-decoration: none;

    ----    display: inline-block;
    color:#333;
    text-decoration: none;
    padding:10px 20px;
    line-height: normal;
    font-size: 18px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
}
#navigation a:hover {
    background: #ddd;
    font-weight: normal;
    font-size:19px;
}
   
#pie {background-color:#ffffff; float:center; text-align: center; font-family: 'Varela Round', sans-serif; font-size: 10px;}

.main {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
}

.slides{
    width: 50%
}
.slides img{
    width: 50%
}

.slidesjs-pagination{
    background: #000;
    list-style: none;
    overflow: hidden;
}
.slidesjs-pagination li{
    float: left;
}
.slidesjs-pagination li a{
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.slidesjs-pagination li a:hover{
    background:#000;
    font-weight: normal;
}
.slides .active{
    background: #252932;
}
.slidesjs-navigation{
    background: #000;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    padding: 11.3px 20px;
    float: right;
}


.middle_acced a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
    background: #2DA43E;

}
.middle_acced a:hover{
  font-weight: bold;
    background: #2DA43E;
    font-size:17px;
    color:#FFD616;

}

@media screen and (max-width: 1300px){

#header2{
display:none;

}


}
@media screen and (max-width: 1000px){

  #header2{
   
    z-index: 2000;
    top:220px;
display: none;
}


}
@media screen and (max-width: 500px) { 
header .logo,
header nav{
    color:#2DA43E;
    font-size: 12px;
    font-family: 'Varela Round', sans-serif;
    line-height: 20px;
    float: left;
    font-weight: bold;
}
header {
    width: 100%;
    overflow: hidden;
    background: #252932;
    margin-bottom: 5px;
    height: auto;
}  .cb-slideshow li div h3 { font-size: 40px }
    .superior{
    width: 100%;
    font-size: 10px;
    line-height: 0.8;
    height: auto;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;

} 

header nav a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:1px 2px;
    line-height: normal;
    font-size: 10px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
}
header nav a:hover{
    background: #2DA43E;
    font-weight: bold;
    font-size:11px;
    color:#FFD616;
}
.h1{
    font-weight: bold;
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;
    text-align: left;
}

.span{
    font-size: 10px;
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
}
.ca-menu li{
    width: 110px;
    height: 150px;
    overflow: hidden;
    float: left;
    background-image:"images/transparente.png";
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
    text-decoration: none;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 20px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 0px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 70%;
}
.ca-main{
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
    opacity: 1;
    color: #333;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-sub{
    text-align:center;
    font-size: 8px;
    font-family: 'Varela Round', sans-serif;
    color: #666;
    line-height: 10px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

}
p.ca-menu{
    margin-left: auto;
    margin-right: auto;
    width: 3em
}

.ca-menu li:hover{
    background-color: rgb(225,204,0,0);

}
img, video, object { max-width:70%; }
.main{
    display: none;
}
.audio{
   display: none;
}
 header object{
    visibility: hidden;
        }
}

a:hover, a:focus {
    color: #73d0da;
    text-decoration: none;
}


/* ==========================================================================
Screenshots
========================================================================== */
.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}
.screenshots figure {
    position: relative;
    overflow: hidden;
}
.screenshots figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 97, 132, 0.85);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #73d0da
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px
}
.screenshots figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.screenshots figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.social{
    position:fixed;
    right:0;
    top:300px;
    z-index:2000;
}

.social ul{
    list-style:none;
}

.social ul li a {
    display:inline-block;
    color:#fff;
    background: #000;
    padding:10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

.social ul li .icon-facebook3{background: #3b5998;}
.social ul li .icon-twitter3{background: #00abf0}
.social ul li .icon-linkedin2{background: #007bb6}
.social ul li .icon-mail{background: #666666}


.social ul li a:hover{
    background: #000;
}

.codrops-top {
line-height: 30px;
font-size: 16px;
background: #FFD616;
text-transform: uppercase;
z-index: 9999;
position: relative;
box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
color: #000;
font-family: 'Oswald', sans-serif;
    width: 100%;
    line-height: 1.6;
    font-weight: 400;
}

.codrops-top a{
color: #000;
font-family: 'Oswald', sans-serif;
letter-spacing: 0.1em;
    display: inline-block;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    text-decoration: none;
    
}
.codrops-top span.right {
float: right;
}

.codrops-top span.right a {
float: left;
display: block;
}


.superior a{
    letter-spacing: 0.1em;
    color: #000;
    display: inline-block;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    text-decoration: none;
    
}

.superior a:hover{
    background: rgba(255,255,255);
    color: #fff;
}
