@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
html,body{
	height:100%;
	margin:0px; 
	padding:0px;
}
body{
    font-family: 'Lato', sans-serif;
    color: #2F363B;
	width: 100%;
	height:100%;
	margin:0px; 
	padding:0px;
	left:0px;
	right:0px;
	font-size:100%;
}
a{
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
html ::selection, 
body ::selection, 
button ::selection, 
input ::selection, 
select ::selection, 
textarea ::selection {
	background: #fff;
	color: rgb(36,38,41);
}
h1{
    font-family: 'Oswald', sans-serif;
}
h2{
    font-weight: 700;
}
.bg-1{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd018+47,faa21e+100 */
background: rgb(255,208,24); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2ZmZDAxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWEyMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(-45deg, rgba(255,208,24,1) 47%, rgba(250,162,30,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(47%,rgba(255,208,24,1)), color-stop(100%,rgba(250,162,30,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(255,208,24,1) 47%,rgba(250,162,30,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(255,208,24,1) 47%,rgba(250,162,30,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(255,208,24,1) 47%,rgba(250,162,30,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(255,208,24,1) 47%,rgba(250,162,30,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd018', endColorstr='#faa21e',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

/*------------------------------------------*/
.o-hidden{
    overflow: hidden;
}
.clear-b{
    clear: both;
}


/*------------------------------------------*/
.base{
    background-image: url(../img/folders.png);
    background-position: 76% 85%;
    background-repeat: no-repeat;
    background-size: 50%;
    height: 100%;
    min-height: 640px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.base::before{
    content: " ";
    background-image: url(../img/pattern.png);
    background-position: center center;
    background-size: contain;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.base-inner{
    margin: 0px auto;
    max-width: 87.5rem;
    padding: 2em 5% 0em;
    position: relative;
}
/*-----------------------------------------------*/
.index-header{
    position: relative;
}
.logo-base{
    /*background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);*/
    height: 70px;
    width: 230px;
    position: relative;
    -webkit-transition: width 0.3s; /* For Safari 3.1 to 6.0 */
    transition: width 0.3s;
    z-index: 3;
}
.logo-base a{
    background: url(../img/logo.png) no-repeat center center;
    background-size: 90%;
    display: block;
    float: right;
    height: 70px;
    width: 260px;
}
/*----------------------------------------------*/
.menu-desktop{
    background-color: #333;
    height: auto;
    left: 0px;
    position: absolute;
    transform: translateX(110%);
    transition: all 1s ease-in-out;
    top: -2em;
    width: 100%;
    z-index: 1;
}
.menu-desktop ul{
    margin: 0px;
    padding: 90px 0px 90px;
}
.menu-desktop li{
    display: block;
    list-style: none;
    padding: 5px 0px;
}
.menu-desktop a{
    color: #fff;
    display:block;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 0px;
    text-align: center;
    text-decoration: none;
}
/*---------------------------------------------*/
/*Estilo para 'show menu' label button */
	.show-menu {
        background: url(../img/nav.png) no-repeat center center;
        background-size: 32px;
		padding: 10px 0;
		display:block;
		cursor:pointer;
        width: 70px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 3;
	}
	
	/*Esconder checkbox*/
	input[type=checkbox]{
		display: none;
	}
/*Mostrar el menú cuando damos click a la checkbox invisible*/
	input[type=checkbox]:checked ~ nav{
        transform: translateX(6%);
	}
/*----------------------------------------------*/
.slogan-base{
    padding: 20px 0px 30px;
    position: relative;
}
.slogan-base h1{
    color: #333;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.15em;
    margin: 0px;
    padding: 5px 50px 50px;
    text-transform: uppercase;
}
.slogan-base h2{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0px;
    padding: 55px 50px 10px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
/*----------------------------------------------*/
.index-info{
    display: none;
    position: absolute;
    left: 0px;
    top: 400px;
}
.index-info ul{
    display: table;
    margin: 0px;
    padding: 0px;
    table-layout: fixed;
}
.index-info li{
    display: table-cell;
    list-style: none;
}
.index-info a{
    color: #fff;
    background-color: #333;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.2em;
    padding: 5px 20px;
    text-decoration: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
.index-info a:hover{
    color: #333;
    background-color: #fff;
}
.index-info li a span{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
	width: 100%;
	height: auto;
	line-height: 20px;
	padding: 35px 30px;
	left: 0%;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
    font-weight: 300;
	color: #222;
	background: rgba(255,255,255,1);
	text-indent: 0px;
	position: absolute;
    pointer-events: none;
	top: 100px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
    text-transform: none;
}
/*.index-info li a span:before,
.index-info li a span:after{
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,1);
}*/
.index-info li a:hover span{
	opacity: 1;
	top: 40px;
}
.index-info ul li:first-child a{
    border-radius: 10px 0px 0px 10px;
}
.index-info ul li:last-child a{
    border-radius: 0px 10px 10px 0px;
}
.index-info ul li:first-child a:hover{
    border-radius: 10px 0px 0px 0px;
}
.index-info ul li:last-child a:hover{
    border-radius: 0px 10px 0px 0px;
}
/*------------------------------ footer -----------------------*/
.index-footer{
    bottom: 0px;
    position: absolute;
    width: 100%;
}
.footer-container{
    position: relative;
}

.inner-footer {
    color: #333;
    margin: 0px auto;
    max-width: 87.5rem;
    text-align: justify;
    /*height: 8em;*/
    padding: 2em 5% 0em;
    position: relative;
}

.inner-footer::after {
    content: '';
    display: inline-block;
    width: 100%;
}
.inner-footer img{
    margin-bottom: -4px;
    max-width: 28px;
    vertical-align: bottom;
    width: 100%;
}
.inner-footer > div,
.inner-footer > div::before,
.inner-footer nav,
.inner-footer > div h6 {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.inner-footer > div {
    height: 100%;
}

.inner-footer > div::before {
    content: '';
    height: 100%;
}

.inner-footer > div h6 {
    font-size: 0.65em;
}

.inner-footer nav a {
    color: #333;
    font-size: 0.65em;
    padding: 0 0.6em;
    text-decoration: none;
    white-space: nowrap;
}
.inner-footer nav a:hover {
    color: #fff;
}
.inner-footer nav a:last-child {
    padding-right: 0;
}
@media screen and (max-width: 720px){
    
    .inner-footer {
        height: auto;
    }
    
    .inner-footer > div,
    .inner-footer > div h6,
    .inner-footer nav {
        height: auto;
        width: auto;
        display: block;
        text-align: center;
    }
    
}
